/** Shopify CDN: Minification failed

Line 619:0 Expected "}" to go with "{"

**/
.list-social__item .icon {
    height: 3.2rem!important;
    width: 3.2rem!important;
}
.svg-wrapper{
  width: 30px !important;
  height: 30px !important;
}

.slider-button--next {
  margin-right: -1.5rem;
  min-width: 80px;
}

.slider-button--prev {
  margin-left: -1.5rem;
  min-width: 80px;
}

/* these must be top-level, not nested inside .slider-button--prev */
.slider-button.slider-button--next.svg-wrapper {
  width: 80px;
  height: 80px !important;
}

.slider-button.slider-button--prev.svg-wrapper {
  width: 80px;
  height: 80px !important;
}

.slider-button .icon {
  height: 1.6rem;
}

.ai-carousel-arrow-next-aelzbmzllqytabufgmaigenblock6f8bd733rqnjj {
    right: -24px;
    top: 40%;
}
.ai-carousel-arrow-prev-aelzbmzllqytabufgmaigenblock6f8bd733rqnjj {
    left: -24px;
    top: 40%;
}

.ai-carousel-product-title-aa1rsu21gqktlmzvktaigenblock6f8bd733rqnjj {

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (min-width: 750px) {
  .banner--large:not(.banner--adapt) {
    height: 100vh !important;
  }
  .header__heading-logo {
    width: 100%; /* Or a specific percentage or pixel value */
    height: auto; /* Maintains aspect ratio */
  }
}


.ai-movable-button-container-aefv2slfayy9pzkhmwaigenblockff1b003eaeuj4 {
    position: relative;
    width: 100%;
    height: 30px !important;
    background-color: var(--shopify-editor-template--25844625080694__1758190562c907617a__ai_gen_block_ff1b003_EaeUJ4-container_bg_color);
    border: 1px dashed var(--shopify-editor-template--25844625080694__1758190562c907617a__ai_gen_block_ff1b003_EaeUJ4-container_border_color);
    border-radius: 8px;
    overflow: hidden;
}

.ai-logo-carousel-aymfkdjfwz0ezog1oqaigenblockc311a22wurkyd {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background-color: #ffffff;
    border-top: 1px solid #eee;
}


.card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: 5px!important;
}

.contains-media, .global-media-settings {
  border-radius: 0px;
  border-width:0px;
}

/* Change underline colour on general text links */
.main-content a:not(.button):not(.link--no-underline) {
  text-decoration-color:transparent;         /* your colour */
  text-underline-offset: 0.15em;          /* nicer spacing */
  text-decoration-thickness: 0.08em;      /* slightly thicker */
}

/* Hover/focus state (optional) */
.main-content a:not(.button):hover,
.main-content a:not(.button):focus-visible {
  text-decoration-color:rgb(255, 143, 45);         /* darker on hover */
}

.main-content a:visited:not(.button) { text-decoration-color: #f58220; }



/* PAGES */

  .page-width--narrow {
    max-width: 120rem !important;
    padding: 0 2rem;
  }


  /* quick add BUTTONS*/

.quick-add {
  margin-bottom: 10%!important;
  margin-left: 5%;
  bottom: 110px!important;
  width: 90%;
  border: none;
  display: none;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    visibility 150ms ease;
}
.grid__item:hover .quick-add {
  display: block!important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  
}


@media screen and (max-width: 750px){
.quick-add {
  position: absolute;
  margin-bottom: 20%!important;
  margin-left: 5%;
  bottom: 0px;
  width: 90%;
  border: none;
  display:block!important;
}
}

/*  quick-add buttons */
.quick-add .button{
  background-color: #fff; /* or your brand colour */
  color: #445966;
  border: 0!important;
}
/* example: only change hover for quick-add buttons */
.quick-add .button:hover {
  background-color: #f58220; /* or your brand colour */
  color: #fff;
  border: 0px!important;
}

@media screen and (max-width: 750px){
/*  quick-add buttons */
.quick-add .button{
  background-color: #fff; /* or your brand colour */
  color: #445966;
  border: 0!important;
  display:none!important;
}
/* example: only change hover for quick-add buttons */
.quick-add .button:hover {
  background-color: #f58220; /* or your brand colour */
  color: #fff;
  border: 0px!important;
  display: none!important;
}
}


@media screen and (min-width: 750px) {
  .banner--large:not(.banner--adapt) {
    height: 100vh !important;
  }
  .header__heading-logo {
    width: 100%; /* Or a specific percentage or pixel value */
    height: auto; /* Maintains aspect ratio */
  }
}





/*killbuton hover movement animation*/
/* Neutralize Dawn's button lift on hover/focus */
.button:not([disabled]):hover,
.button:not([disabled]):focus-visible,
.button--secondary:not([disabled]):hover,
.button--secondary:not([disabled]):focus-visible {
  transform: none !important;
  box-shadow: none !important; /* optional: removes hover shadow if present */
}

.button,
.button--secondary {
  transition: background-color 0.25s ease, color 0.25s ease;
}

button:hover,
.button:hover {
  background-color: rgb(var(--color-link));
}



.image-text-no-button {
  padding-block: 3rem;
  /* temp test: */
}



/* make the image show fully, no crop */
.image-with-text__media--no-crop img {
  width: 100%;
  height: 100px !important;
  object-fit: contain;
}

.image-with-text__media--no-crop img {
    object-fit: contain;
    margin: 4em 0 0 0 ;

}

.image-with-text__grid {

  padding-bottom: 1em;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}

.image-with-text__content--small{
  margin: 0 auto;
}

.product__tax {
    margin-top: -1.4rem;
    display: none;
}

.product-form__input product-form__input--pill .form__label{
display: none;
}


    .collection-hero__image-container {
        align-self: stretch;
        flex: 1 0 50%;
        margin-left: 3rem;
        height: auto;
        top:4rem;
    }


time{font-size:medium;}

icon icon-caret{
  margin: 0 0 20px 0 !important;

}

.rte ul, .rte ol {
   list-style-position: outside!important;
}

.article-card .card__heading {
    margin-bottom: .6rem;
    font-size: larger;
}

@media screen and (max-width: 749px) {
    .collection-hero__image-container {
        height: 20rem;
        display: none;
    }
}


/*--CAROUSEL--*/
/* === 2025 product carousel === */

/* === 2025 product carousel (grid-based) === */

.product-carousel {
  margin: var(--section-spacing, 4rem) 0;
}

/* HEADER */

.product-carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.product-carousel__header-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.product-carousel__header--left .title,
.product-carousel__header--left .subtitle,
.product-carousel__header--left .product-carousel__subheading {
  text-align: left;
}

.product-carousel__header--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-carousel__header--center .product-carousel__header-text {
  align-items: center;
}

.collection__title.title-wrapper a{
  text-decoration-color: transparent;
}
.collection__title.title-wrapper a:hover{
  text-decoration-color: #E57828 ;
  color: #22323D;
}

.card__heading h5 a{
  text-decoration-color: transparent;
}
.card__heading h5 a:hover {
  text-decoration-color: #E57828 !important;
  color: #22323D;
}

.full-unstyled-link{
   text-decoration-color: #E57828 !important;
}

.full-unstyled-link a:hover{
   text-decoration-color: #E57828 !important;
}

/* heading size options (hooked up via heading-size-* class) */
.heading-size-small {
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
}
.heading-size-medium {
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.heading-size-large {
  font-size: clamp(1.75rem, 2.4vw, 2.4rem);
}

.product-carousel__subheading {
  max-width: 40rem;
}

/* make sure heading size controls win over Dawn's .title */
.product-carousel__title.heading-size-small {
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
}

.product-carousel__title.heading-size-medium {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.product-carousel__title.heading-size-large {
  font-size: clamp(1.9rem, 2.6vw, 2.6rem);
}

/* remove extra spacing from richtext description */
.product-carousel__subheading p {
  margin: 0;
}


/* VIEW ALL BELOW */

.product-carousel__view-all-wrapper {
  margin-top: 1.75rem;
  text-align: center;
}

.product-carousel__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* LAYOUT / TRACK – now using CSS grid so widths are reliable */

.product-carousel__wrapper {
  position: relative;
}

/* no extra padding so first card is flush with heading */
.product-carousel__viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-inline: 0;
}

.product-carousel__viewport::-webkit-scrollbar {
  display: none;
}
.product-carousel__viewport {
  scrollbar-width: none;
}

/* track is a horizontal grid */
.product-carousel__track {
  display: grid;
  grid-auto-flow: column;
  column-gap: 1.5rem;
  padding: 0.25rem 0 0.75rem;
  min-width: 100%;
}

/* remove default bullets from the carousel list */
.product-carousel__track,
.product-carousel__item {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}


.product-carousel__item {
  scroll-snap-align: start;
}

/* MOBILE: 1 or 2 columns depending on setting */

@media screen and (max-width: 749px) {
  /* little bit of inner padding so cards aren't hard against the edge */
  .product-carousel__viewport {
    padding-inline: 1rem;
  }

  .product-carousel--mobile-1 .product-carousel__track {
    grid-auto-columns: 85%;
  }

  .product-carousel--mobile-2 .product-carousel__track {
    grid-auto-columns: calc(50% - 0.75rem);
  }
}

/* TABLET: always 2 visible products */

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product-carousel__viewport {
    padding-inline: 2rem;
  }

  .product-carousel__track {
    column-gap: 1.5rem;
  }

  .product-carousel__track {
    grid-auto-columns: calc((100% - 1.5rem) / 2);
  }
}

/* DESKTOP: 2–4 visible products based on Columns setting
   – no cut-off card on the right */

@media screen and (min-width: 990px) {
  .product-carousel__viewport {
    padding-inline: 0;
  }

  .product-carousel--desktop-2 .product-carousel__track {
    grid-auto-columns: calc((100% - 1.5rem) / 2);
  }

  .product-carousel--desktop-3 .product-carousel__track {
    grid-auto-columns: calc((100% - 3rem) / 3);
  }

  .product-carousel--desktop-4 .product-carousel__track {
    grid-auto-columns: calc((100% - 4.5rem) / 4); /* 4 cards + 3 gaps */
  }
}

/* ARROWS – bigger, centred, raised 10px */

.product-carousel__arrow {
  border: 0;
  border-radius: 999px;
  width: 3.25rem;
  height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: color-mix(in srgb, rgb(var(--color-foreground)) 8%, transparent);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.16);
  /* no movement in the transition – stops the bounce */
  transition:
    background-color 150ms ease,
    opacity 150ms ease;
}

.product-carousel__arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}

/* our prev SVG already points left, so no rotation */
.product-carousel__arrow--prev svg {
  transform: none;
}

.product-carousel__arrow:hover:not(:disabled) {
  background-color: color-mix(in srgb, rgb(var(--color-foreground)) 16%, transparent);
}


.product-carousel__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

/* centre arrows on the card row, then lift them by ~10px */

@media screen and (min-width: 750px) {
  .product-carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 10px));
    z-index: 2;
  }

   .product-carousel__arrow--prev {
        left: -4rem;
        top: 35%;
    }


    .product-carousel__arrow--next {
        right: -4rem;
        top: 35%;
    }

/* mobile: swipe-first, no arrows */

@media screen and (max-width: 749px) {
  .product-carousel__arrow {
    display: none;
  }
}

/* make quick add visible inside the carousel cards */
.product-carousel .product-card-wrapper {
  position: relative;
}

/* Quick add behaviour just for the carousel */
.product-carousel .quick-add {
  display: block;                 /* make sure it's renderable */
  margin-top: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    visibility 150ms ease;
}

/* show on hover (desktop / devices that support hover) */
@media (hover: hover) {
  .product-carousel .card-wrapper:hover .quick-add {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media screen and (max-width: 750px){
.product-carousel .quick-add  {
  position: absolute;
  margin-bottom: 20%!important;
  margin-left: 5%;
  bottom: 0px;
  width: 90%;
  border: none;
  display:block!important;
}
}


