/** Shopify CDN: Minification failed

Line 4637:35 Expected ":"

**/
/* Fonts */

 @font-face {
    font-family: 'GT America';
    src: local('GT America'), local('GTAmerica'),
        url('/cdn/shop/files/GT-America-Standard-Regular.woff2?v=1688726567') format('woff2'),
        url('/cdn/shop/files/GT-America-Standard-Regular.woff?v=1688726567') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: local('GT America'), local('GTAmerica'),
        url('/cdn/shop/files/GT-America-Standard-Light.woff2?v=1753782073') format('woff2'),
        url('/cdn/shop/files/GT-America-Standard-Light.woff?v=1753782073') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America';
    src: local('GT America'), local('GTAmerica'),
        url('/cdn/shop/files/GT-America-Standard-Light-Italic.woff2?v=1753782073') format('woff2'),
        url('/cdn/shop/files/GT-America-Standard-Light-Italic.woff?v=1753782073') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

 @font-face {
    font-family: 'Inter';
    src: local('Inter'), local('NeuzeitGrotesk'),
        url('/cdn/shop/files/NeuzeitGrotesk.woff2?v=1735894254') format('woff2'),
        url('/cdn/shop/files/NeuzeitGrotesk.woff?v=1735894254') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: 'Inter';
    src: local('Inter'), local('NeuzeitGrotesk'),
        url('/cdn/shop/files/NeuzeitGroteskLight.woff2?v=1732639904') format('woff2'),
        url('/cdn/shop/files/NeuzeitGroteskLight.woff?v=1732639904') format('woff');
    font-weight: light;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: 'Inter';
    src: local('Inter'), local('NeuzeitGrotesk'),
        url('/cdn/shop/files/NeuzeitGroteskBold.woff2?v=1732639927') format('woff2'),
        url('/cdn/shop/files/NeuzeitGroteskBold.woff?v=1732639927') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Variables */

:root {
  /*--font-heading-family: 'Inter', sans-serif !important;*/
  --font-heading-weight: '300' !important;
  --font-body-family: 'GT America', sans-serif !important;
  --font-body-weight: 300;
  --page-width: 140rem;
  --grid-desktop-horizontal-spacing: 24px;
  --grid-desktop-vertical-spacing: 24px;
  --grid-mobile-horizontal-spacing: 16px;
  --grid-mobile-vertical-spacing: 16px;
  --color-dark: #1F1F1F;
}

body{
    letter-spacing: 0;
    font-size: 1.4rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 2.4rem;
  }
}

@media screen and (min-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    font-weight: 300;
}

h1, .h1 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}
h2, .h2 {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
}
h3, .h3 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}


@media only screen and (min-width: 750px) {
  h1, .h1 {
    font-size: calc(var(--font-heading-scale) * 3.2rem);
  }
  h2, .h2 {
    font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
  h3, .h3 {
    font-size: calc(var(--font-heading-scale) * 1.7rem);
  }
}

/* Announcement bar */

.announcement-bar .slider-button{
    display: none;
}
.announcement-bar .announcement-bar__message{
    letter-spacing: .01rem;
    padding: 1rem;
}
.announcement-bar .announcement-bar__message .icon{
    display: none;
}
.announcement-bar .announcement-bar__message span{
    font-size: 1.2rem;
}

/* Main Menu */

header.header summary.list-menu__item{
    padding-right: 1.2rem;
}

header.header summary.list-menu__item .icon{
    display: none;
}

#menu-drawer .menu-drawer__menu > li > a,
#menu-drawer .menu-drawer__menu > li .menu-drawer__menu-item{
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
}

#menu-drawer .menu-drawer__close-button{
    font-size: 1.2rem;
}
#menu-drawer .menu-drawer__menu-header{
    padding: 2rem 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#menu-drawer .menu-drawer__menu-header h2 a{
    color: #000;
    text-decoration: none;
}
#menu-drawer .menu-drawer__menu-header h2{
    margin: 0;
}
#menu-drawer .menu-drawer__menu-header a.button{
    margin-left: auto;
}

body.template-index .header-wrapper.transparent{
    background: rgba(239,239,231,0.06) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

body.template-index .header-wrapper.transparent .header__menu-item,
body.template-index .header-wrapper.transparent .header__icon{
    color: #fff !important;
}

.header__heading-logo--transparent {
  display: none !important;
}

body.template-index .header-wrapper.transparent .header__heading-logo--transparent {
  display: block !important;
}

body.template-index .header-wrapper.transparent .header__heading-logo--default {
  display: none !important;
}

body.template-index #MainContent{
    margin-top: -75px;
}

@media screen and (min-width: 990px) {
  .header-wrapper .header--middle-left {
    grid-template-columns: 1fr auto 1fr;
  }
}

.header-wrapper .header__menu-item{
    padding-top: 1.4rem;
    padding-bottom: 1rem;
    color: rgba(var(--color-foreground),1);
}
header.header .mega-menu__link{
    color: rgba(var(--color-foreground),1);
}
.header-wrapper .header__menu-item:hover,
.header-wrapper .header__menu-item .header__active-menu-item,
header.header .mega-menu__link:hover,
header.header .mega-menu__link.mega-menu__link--active{
   color: rgba(var(--color-foreground),.75); 
}
.header-wrapper .header__menu-item span{
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}
.mega-menu__content .mega-menu__list li a{
    letter-spacing: 0.05rem;
}

.mega-menu__content{
    background: #fff !important;
    border-top: 1px solid #decabf !important;
    z-index: 10;
    padding-bottom: 5rem !important;
}
.mega-menu__callout-image{
    border-radius: 6px;
}
@media only screen and (max-width: 989px) {
    #menu-drawer .button-wrapper{
        padding: 0 3rem;
        margin-bottom: 3rem;
    }
    #menu-drawer .mega-menu__callouts-wrapper{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        column-gap: 24px;
        margin-top: 3rem;
        padding: 0 3rem;
    }
    #menu-drawer .mega-menu__callouts-wrapper .mega-menu__callout{
        width: calc(50% - 12px);
    }
    #menu-drawer .mega-menu__callout-text{
        text-align: center;
    }
    #menu-drawer .mega-menu__callout-text h3{
        font-size: 1.3rem;
    }
    #menu-drawer .mega-menu__callout-text a{
        color: #000000;
        font-size: 1.2rem;
    }
    #menu-drawer .mega-menu__callout-image{
        height: 0;
        padding-bottom: 120%;
        position: relative;
        overflow: hidden;
    }
    #menu-drawer .mega-menu__callout-image img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
    }
    #menu-drawer .mega-menu__callout-image video{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }
}
@media only screen and (min-width: 990px) {
    .mega-menu__content-wrapper {
        display: flex;
        flex-wrap: nowrap;
    }
    .mega-menu__content .mega-menu__menu-wrapper{
        width: 50%;
        margin-right: 5%;
    }
    .mega-menu__content .mega-menu__callouts-wrapper{
        width: 45%;
        display: flex;
        flex-wrap: nowrap;
        column-gap: 24px;
        margin-top: 1.5rem;
    }
    .mega-menu__content .mega-menu__callouts-wrapper .mega-menu__callout{
        width: calc(50% - 12px);
    }
    .mega-menu__content .mega-menu__callout-text{
        text-align: center;
    }
    .mega-menu__content .mega-menu__callout-text a{
        color: #000000;
    }
    .mega-menu__content .mega-menu__callout-image{
        height: 0;
        padding-bottom: 120%;
        position: relative;
        overflow: hidden;
    }
    .mega-menu__content .mega-menu__callout-image img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
        width: 100%;
    }
    .mega-menu__content .mega-menu__callout-image video{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        max-height: 100%;
    }
    .mega-menu__menu-header{
        position: relative;
        width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 3rem;
        padding-bottom: 3rem;
        border-bottom: 1px solid #AAA9A9;
    }
    .mega-menu__menu-header h2{
        margin: 0;
    }
    .mega-menu__menu-header a.button{
        position: absolute;
        top: 0;
        right: 0;
    }
    .mega-menu__content .mega-menu__list{
        padding: 0;
        display: flex !important;
    }
    .mega-menu__content .mega-menu__list > li{
        width: 30%;
    }
    .mega-menu__content .mega-menu__list li a{
        text-decoration: none;
    }
    .mega-menu__content .mega-menu__list a#HeaderMenu-shop-collections + ul li a{
        text-transform: uppercase;
    }
    .mega-menu__content .mega-menu__list li a.mega-menu__link--level-2{
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px;
        font-family: 'Inter', sans-serif;
        font-weight: 300;
    }
}

/* Buttons */

.button{
    letter-spacing: 0 !important;
}
.button--primary{
    text-transform: uppercase;
    transition: all 0.2s ease;
    /*letter-spacing: .03rem;*/
}
.button--primary:after{
    display: none;
}
.button--white{
    color: #000;
    background: #fff;
}
.button--primary:hover{
    color: #000;
    background: #e5d6cd;
    border-color: #e5d6cd;
}
.button--transparent{
    background: none;
    border: 1px solid rgba(var(--color-shadow), 0.5);
    text-transform: none;
    color: #4C4C4D;
}
.button--link{
    background: none;
    color: #fff;
    text-decoration: underline;
}
.hero-banner .button--link{
    margin-left: 20px;
}

.color-scheme-3 .button--primary{
    color: #000;
    background: #e5d6cd;
    border-color: #e5d6cd;
}
.color-scheme-3 .button--primary:hover{
    color: #000;
    background: #fff;
    border-color: #fff;
}
.banner__buttons{
    display: flex;
    align-items: center;
}

/* Banner */

.banner{
    background: #343434 !important;
}

.banner .banner__text p{
    color: rgba(var(--color-foreground), 1);
}
.banner--desktop-transparent{
    min-height: 28rem;
}
@media screen and (min-width: 750px) {
  .banner-collection .banner__box {
    padding: 6rem 0 0 !important;
  }
}
@media screen and (max-width: 749px) {
    .banner .banner__box{
        padding: 4rem 3rem;
    }
    .banner .banner__content{
        align-items: end;
    }
}


.media > video {
  object-fit: cover;
  object-position: center center;
  transition: opacity .4s cubic-bezier(.25,.46,.45,.94);
}

/* Hero Banner */

.hero-get-in-touch-wrapper{
    position: relative;
    display: none;
}
#shopify-section-template--17290218766403__hero_banner_WB3nt7 .hero-get-in-touch-wrapper{
    display: block;
}
.hero-get-in-touch{
    position: absolute;
    top: 25px;
    left: 2rem;
    z-index: 1;
}
.hero-get-in-touch h3{
    display: none;
}
.hero-get-in-touch .links a{
    margin: 0 2rem 0 0;
    color: #fff;
}
.hero-get-in-touch a.phone{
    padding-left: 24px;
    position: relative;
}
.hero-get-in-touch a.phone:before{
    content: "";
    width: 14px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url(/cdn/shop/files/icon-phone-white.svg?v=1751027172) no-repeat 0 0;
    background-size: 14px auto;
}
.hero-get-in-touch a.email{
    padding-left: 34px;
    position: relative;
}
.hero-get-in-touch a.email:before{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/cdn/shop/files/icon-email-white.svg?v=1751027172) no-repeat 0 0;
    background-size: 23px auto;
}

@media only screen and (min-width: 990px) {
    .hero-get-in-touch .links a{
        margin: 0 1rem;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
    .hero-get-in-touch{
        left: auto;
        right: 5rem;
    }
    .hero-get-in-touch .links-wrapper{
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .hero-get-in-touch h3{
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        font-family: 'GT America', sans-serif !important;
        display: inline-block;
        margin: 0;
        padding: 5px 0;
    }
     .hero-get-in-touch .links{
        padding: 5px 0 5px 20px;
        border-left: 1px solid #fff;
        margin-left: 25px;
     }
}

.hero-banner .banner__heading{
    font-weight: 300;
}

@media only screen and (min-width: 1280px) {
    .hero-banner .banner__box{
         margin-left: 100px;
    }
}

@media only screen and (max-width: 749px) {
    .hero-banner{
        min-height: calc(550px);
    }
}

/* Image with Text */

.image-with-text .image-with-text__media {
    position: relative;
    overflow: hidden;
}

.image-with-text .bg-video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.image-with-text .accordion {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    margin: 0 0 1.2rem;
    border: none;
}

.image-with-text .overlay-image-wrapper{
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 12px !important;
    background: rgba(239,239,231,0.06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    z-index: 2;
}
@media only screen and (max-width: 749px) {
    .image-with-text .overlay-image-wrapper{
        width: 60%;
        max-width: 60%;
    }
}

.image-with-text .overlay-image{
    padding: 1.2rem;
    position: relative;
}
.image-with-text .overlay-image .badge{
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    padding: 6px;
    font-size: 1.2rem;
    line-height: 12px;
    text-transform: uppercase;
    color: #1F1F1F;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 0.8rem;
    border-radius: 4px;
    background: #fff;
    border: none;
}
.image-with-text .overlay-image .badge .separator{
    opacity: 0.2;
}

.image-with-text .overlay-image img{
    border-radius: 6px;
    width: 100%;
    height: auto;
    display: block;
}

.image-with-text .show-overlay{
    padding-bottom: 100% !important;
}

.image-with-text .show-overlay::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #816252;
    opacity: 0.5;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.image-with-text .image-with-text__heading + .accordion{
    margin-top: 3rem;
}

.image-with-text .accordion summary{
    padding: 1.5rem 0 1.5rem 1.5rem;
}

.image-with-text .accordion summary .accordion__title{
    font-size: 1.6rem;
    text-transform: none;
    letter-spacing: 0;
}

.image-with-text .accordion .accordion__content{
    padding: 0 1.5rem 1.5rem;
    margin: 0;
}

/*.image-with-text__text--caption{
    color: #fff;
}*/

.image-with-text .image-with-text__text--caption{
    margin-bottom: 20px;
}

.image-with-text .image-with-text__media{
    border: none;
}
@media only screen and (min-width: 1280px) {
    .full-width .image-with-text .image-with-text__content{
        margin-left: 0;
    }
}

.image-with-text .color-scheme-5 .image-with-text__heading,
.image-with-text .color-scheme-5 .image-with-text__text{
    color: #2A2A2B;
}

/* Features */

.features .multicolumn-card__image-wrapper{
    width: 42%;
}

.features .multicolumn-card__info .rte{
    color: rgba(var(--color-foreground), 1);
    margin-bottom: 0;
}

.features .multicolumn-card{
    background: none !important;
}
@media only screen and (min-width: 1200px) {
    .features .grid--7-col-desktop .grid__item{
        /*width: calc(13% - var(--grid-desktop-horizontal-spacing) * 3 / 4);*/
        width: calc(14.28% - var(--grid-desktop-horizontal-spacing) * 6 / 7);
        max-width: calc(14.28% - var(--grid-desktop-horizontal-spacing) * 6 / 7);
    }
}

@media only screen and (max-width: 989px) {
    .features .multicolumn-list{
        margin-top: 2rem;
    }
    .features .grid{
        column-gap: 0;
        row-gap: 0;
    }
    .features .grid--4-col-desktop .grid__item{
        width: calc(50%);
        max-width: calc(50%);
    }
}

.features  .splide__slide h3{
    text-transform: none;
}

/*@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .features .grid{
        column-gap: 0;
        row-gap: 0;
    }
    .features .grid--7-col-desktop .grid__item{
        width: calc(33.33%);
        max-width: calc(33.33%);
        border-bottom: 1px solid #BC9C8B;
    }
    .features .grid--7-col-desktop .grid__item:nth-child(2n),
    .features .grid--7-col-desktop .grid__item:nth-child(2n+1) {
        border-right: 1px solid #BC9C8B;
    }
    .features .grid--7-col-desktop .grid__item:nth-child(3n) {
        border-right: none;
    }
    .features .grid--7-col-desktop .grid__item:nth-child(7){
        display: none;
    }
    .features .grid--7-col-desktop .grid__item:nth-child(4n+4),
    .features .grid--7-col-desktop .grid__item:nth-child(5n+5), 
    .features .grid--7-col-desktop .grid__item:nth-child(6n+6){
        border-bottom: none;
    }
}

@media only screen and (max-width: 768px) {
    .features .grid{
        column-gap: 0;
        row-gap: 0;
    }
    .features .grid--7-col-desktop .grid__item{
        width: calc(50% );
        max-width: calc(50%);
        border-bottom: 1px solid #BC9C8B;
    }
    .features .grid--7-col-desktop .grid__item:nth-child(2n+1) {
        border-right: 1px solid #BC9C8B;
    }
    .features .grid--7-col-desktop .grid__item:nth-child(7){
        display: none;
    }
    .features .grid--7-col-desktop .grid__item:nth-child(5n+5), 
    .features .grid--7-col-desktop .grid__item:nth-child(6n+6){
        border-bottom: none;
    }
}*/

/*.features .grid--7-col-desktop .multicolumn-list__item:nth-child(2) img{
    max-height: 23px;
    top: 50%;
    transform: translate(-50%,-50%);
}

.features .grid--4-col-desktop .multicolumn-list__item:nth-child(4) img{
    max-height: 15px;
    top: 50%;
    transform: translate(-50%,-50%);
}

#shopify-section-template--16609519403075__features_d49YHy .page-width{
    max-width: 1200px;
}
#Slide-template--16609519403075__features_d49YHy-1 img{
    max-height: 23px;
    top: 50%;
    transform: translate(-50%,-50%);
}
#Slide-template--16609519403075__features_d49YHy-4 .media{
    padding-bottom: 43% !important;
    margin-bottom: -20px;
}
#Slide-template--16609519403075__features_d49YHy-4 img{
    height: 60px;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 60px;
}*/

@media screen and (max-width: 989px) {
    .features-custom-wrapper .splide__slide {
      width: 160px !important;
    }

    .features-custom-wrapper .multicolumn-card__info {
      text-align: center !important;
    }

    .features-custom-wrapper .multicolumn-card__image-wrapper {
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .features .splide::before,
    .features .splide::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 60px;
      z-index: 2;
      pointer-events: none;
    }

    .features .splide::before {
      left: 0;
      background: linear-gradient(to right, white, transparent);
    }

    .features .splide::after {
      right: 0;
      background: linear-gradient(to left, white, transparent);
    }
}

@media screen and (min-width: 990px) {

    .features-custom-wrapper.splide {
      visibility: visible !important;
    }

    .features-custom-wrapper .splide__track {
      overflow: visible !important;
      display: block !important;
    }

    .features-custom-wrapper .splide__list {
      display: grid !important;
      grid-template-columns: repeat(7, 1fr) !important;
      gap: 1.5rem !important;
      transform: none !important;
      visibility: visible !important;
    }

    .features-custom-wrapper .splide__slide {
      width: 100% !important;
      margin: 0 !important;
      display: flex !important;
      visibility: visible !important;
      opacity: 1 !important;
      flex-direction: column;
    }

    .features-custom-wrapper .multicolumn-card__info {
      text-align: center !important;
    }

    .features-custom-wrapper .multicolumn-card__image-wrapper {
      margin-left: auto;
      margin-right: auto;
    }
}

/* Callouts */

.callouts .multicolumn-card__image-wrapper{
    position: relative;
    margin: 0 !important;
}
.callouts .multicolumn-card__image-wrapper img{
    min-width: 100%;
}
.callouts .multicolumn-card__image-wrapper:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
.callouts .multicolumn-card__image-wrapper .multicolumn-card__info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4rem !important;
    color: #fff;
    z-index: 2;
    display: block;
}
.callouts .multicolumn-card__info{
    padding: 0 !important;
}
.callouts .multicolumn-card__info h2{
    text-transform: uppercase;
    font-weight: 300;
    font-size: calc(var(--font-heading-scale) * 2.6rem);
    color: #fff;
    margin-bottom: 0;
}
.callouts .multicolumn-card__info .rte{
    font-size: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
.callouts .multicolumn-card__info .button{
    margin: 0;
}

/*@media screen and (max-width: 749px) {
    .callouts .multicolumn-card__info .callout-title-bottom{
        justify-content: center;
    }
    .callouts .multicolumn-card__info .callout-title-bottom .svg-wrapper{
        margin-left: 1rem;
    }
}*/

@media screen and (max-width: 989px) {
    .callouts .grid--2-col-desktop{
        row-gap: 4rem;
    }
}

@media screen and (min-width: 990px) {
    .callouts .grid--2-col-desktop{
        column-gap: 2rem;
        row-gap: 2rem;
    }
    .callouts .grid--2-col-desktop .grid__item {
        width: calc(50% - 2rem / 2);
        max-width: calc(50% - 2rem / 2);
    }
}

.callout-card-wrapper {
    display: block;
    text-decoration: none;
    color: inherit;
}

.callout-card-wrapper:hover .callout-title-bottom .svg-wrapper {
    transform: rotate(-90deg) translateY(3px);
    transition: transform 0.2s ease;
}

.multicolumn-card__image-wrapper {
    position: relative;
}

/*.callout-pill-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    padding: 8px 20px 6px;
    border-radius: 4px;
    z-index: 2;
    width: max-content;
    max-width: 60%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.callout-pill-overlay .rte{
    margin: 0 !important;
}

.callout-pill-overlay p {
    margin: 0;
    font-size: 1.8rem;
}

callout-title-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.2);
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.callout-title-bottom .svg-wrapper {
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(-90deg);
    transition: transform 0.2s ease;
}*/

/* Collections Collage */

.collections-collage .collections-collage-title{
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}
.collections-collage .tagline-wrapper{
   width: 100%;
   overflow: hidden;
   background: #2A2A2B;
}
.collections-collage .tagline{
   white-space: nowrap;
   padding: 15px 0;
   animation: marquee 20s linear infinite;
}
.collections-collage .tagline span{
   color: #fff;
   text-transform: uppercase;
   padding: 0 10px;
   font-size: 14px;
   font-weight: 300;
   display: inline-block;
   font-family: 'Inter', sans-serif;
}
.collections-collage .grid{
    column-gap: 0 !important;
    row-gap: 0 !important;
    margin-bottom: 0;
}
@media screen and (max-width: 749px) {
    .collections-collage .callouts__heading{
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 989px) {
  .collections-collage .grid .grid__item{
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 990px) {
  .collections-collage .grid .grid__item {
    width: 25%;
    max-width: 25%;
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.collections-collage .multicolumn-card__image-wrapper{
    position: relative;
}
.collections-collage .multicolumn-card__image-wrapper a.link-whole-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 3;
}
.collections-collage .multicolumn-card__image-wrapper:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
}
.collections-collage .multicolumn-card__image-wrapper .multicolumn-card__info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    min-width: 80%;
    padding: 0;
}
.collections-collage .multicolumn-card__image-wrapper .multicolumn-card__info h2{
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

/* Clients */

.clients .clients-title{
    text-transform: uppercase;
    font-size: calc(var(--font-heading-scale) * 1.6rem);
    margin: 0;
}
.clients .clients-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.clients .clients-list li{
    display: inline-block;
}
.clients .clients-list li img{
  min-width: 113px;
  max-width: 235px !important;
  max-height: 90px;
  width: auto;
  height: auto;
}
.clients .clients-list .clients-list-card{
  height: 100%;
  display: flex;
  align-items: center;
}
.clients .clients-list .clients-list-card .clients-list-card__image-wrapper{
    padding: 0 2.4rem;
}
.clients .splide{
    padding-bottom: 40px;
    padding-top: 20px;
}
.clients .splide__pagination{
    display: flex !important;
}
.clients .splide__pagination .splide__pagination__page{
    margin: 3px 5px;
}
.clients .splide__pagination .splide__pagination__page.is-active{
    background: #816252;
    transform: scale(1);
}
@media (min-width: 1400px) {
    #shopify-section-template--16504223629379__clients_dVnP86 .clients .splide__pagination{
        display: none !important;
    }
}

/* Footer */

.footer {
    color: #fff;
}
.footer .footer__content-bottom{
    padding: 0;
    border: none;
}
.footer .footer-block-image{
    display: block;
}
.footer .footer-block__heading{
    font-size: calc(var(--font-heading-scale) * 2rem);
    margin-bottom: 4rem;
}
.footer .footer-block__newsletter .footer-block__heading{
    font-size: calc(var(--font-heading-scale) * 3rem);
    margin-bottom: 3rem;
}
.footer .footer-block__image-wrapper{
     margin-bottom: 3rem;
}
.footer .footer-block__brand-info p{
    font-size: calc(var(--font-body-scale) * 1.4rem);
    line-height: 1.5;
}
.footer  .footer-block__details-content p{
    font-size: calc(var(--font-body-scale) * 1.4rem);
    line-height: 2;
}
.footer  .footer-block__details-content .list-menu__item--link{
    text-transform: uppercase;
}
.footer  .footer-block__details-content a{
    color: #fff;
}
@media (max-width: 749px) {
    .footer .footer__blocks-wrapper .footer-block {
        width: 100%;
        text-align: center;
    }
    .footer .footer-block__heading{
         margin-bottom: 1rem;
    }
    .footer .footer-block__image-wrapper{
         margin-bottom: 2rem;
    }
    .footer  .footer-block__details-content .list-menu__item--link{
        justify-content: center;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .footer .klaviyo-form .go3176171171 p,
    .footer .klaviyo-form .go3176171171 p span{
        text-align: center !important;
    }
}
.footer .footer-block__details-content .list-menu__item--link {
    font-size: 1.2rem;
}
@media (min-width: 990px) {
    .footer .footer-block__brand-info {
        width: 90%;
    }
    .footer .footer__blocks-wrapper .footer-block {
        width: 15%;
    }
    .footer .footer__blocks-wrapper .footer-block:first-child {
        width: 35%;
    }
    .footer  .footer__blocks-wrapper .footer-block:last-child {
        width: 25%;
        border-left: 1px solid #fff;
        padding-left: 40px;
    }
}

.footer .klaviyo-form{
   background: none !important;
}
.footer .klaviyo-form .go3176171171 p,
.footer .klaviyo-form .go3176171171 p span{
   color: #fff !important;
   font-family: 'GT America', sans-serif !important;
}
.footer .klaviyo-form input[type="email"]{
   font-family: 'GT America', sans-serif !important;
   border-radius: 5px !important;
   background-color: #2A2A2B !important;
   border: 2px solid #fff !important;
   color: #fff !important;
}
.footer .klaviyo-form input[type="email"]::placeholder{
   font-family: 'GT America', sans-serif !important;
   color: #fff;
}
.footer .klaviyo-form button[type="button"]{
   font-family: 'GT America', sans-serif !important;
   border-radius: 5px !important;
   text-transform: uppercase;
   font-size: 15px !important;
   font-weight: 400 !important; 
   background: #E5D6CD !important; 
   color: #0B0B0B !important; 
}
.footer .klaviyo-form button[type="button"]:hover{
   background: #fff !important;
   color: #0B0B0B !important;
}
.footer .list-social{
   margin-top: 20px;
   justify-content: center;
}
@media (min-width: 990px) {
   .footer .list-social{
       justify-content: flex-start;
    } 
}
.footer .list-social li{
   margin: 0 15px 0 0;
}
.footer .list-social li a.link{
    padding: 0;
}
.footer .list-social .icon,
.footer .list-social .svg-wrapper{
   width: 24px;
   height: 24px;
}
@media (min-width: 1200px) {
    .footer .list-social .icon,
    .footer .list-social .svg-wrapper{
       width: 36px;
       height: 36px;
    }
}
.footer .footer__content-top{
    padding-bottom: 0;
}

/* FAQ */

.collapsible-content summary:hover{
    background: none !important;
}
.collapsible-content summary:hover .accordion__title{
    text-decoration: none !important;
}
.collapsible-content .accordion__content{
    padding: 0 4rem 0 0;
}
.collapsible-content .accordion__content p{
    font-size: calc(var(--font-body-scale) * 1.4rem);
}

/* Product Card */

/*.product-card-wrapper .card__content{
    position: relative;
}
.product-card-wrapper a.link-whole-area{
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}*/
.product-card-wrapper .quick-add{
    position: absolute;
    bottom: 5rem;
    left: 2rem;
    text-align: center;
    width: calc(100% - 4rem);
    transition: all 0.3s ease;
    opacity: 0;
    margin-bottom: -30px;
    z-index: 100;
}
.product-card-wrapper:hover .quick-add{
    opacity: 1;
    margin: 0;
}
.product-card-wrapper .card__heading{
    text-transform: uppercase;
    font-weight: 300;
    font-size: calc(var(--font-heading-scale) * 1.8rem);
}
.product-card-wrapper .card__heading a{
    text-decoration: none !important;
}
.product-card-wrapper .media--hover-effect video{
    opacity: 0;
}
.product-card-wrapper .media--hover-effect video.always-playing-video{
    position: relative;
    z-index: 2;
    opacity: 1;
}
.product-card-wrapper:hover .media.media--hover-effect > img + video {
    opacity: 1;
    /*transition: transform var(--duration-long) ease;
    transform: scale(1.03);*/
}
.product-card-wrapper .card__badge .badge,
.product__info-container .price__badge-sale{
    display: inline-block;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #2A2A2B;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 10px 4px;
    text-transform: none;
    text-decoration: none !important;
    background: #FDD1FD;
    border: none;
    text-transform: uppercase;
}

/* Collection Page */

@media only screen and (max-width: 989px) {
    .collection-wrapper .product-grid .grid__item:nth-child(8){
        display: none;
    }
}

.facets-container h2.facets__heading{
    text-transform: uppercase;
    font-size: calc(var(--font-heading-scale) * 2.4rem);
    margin: 0 0 2rem;
}
.facets-container .collections-menu{
    list-style: none;
    padding: 0;
    margin: 0 0 3rem;
}
.facets-container .collections-menu li a{
    text-decoration: none;
    text-transform: uppercase;
}
.facets-container .collections-menu li a.active,
.facets-container .collections-menu li a:hover{
    text-decoration: underline;
}
.facets-container  .facets__summary span{
    text-transform: uppercase;
}
@media screen and (min-width: 750px) {
  .facets-vertical #main-collection-filters .facets__summary {
    padding-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }
}
#hide-filters{
    color: #0B0B0B;
    position: absolute;
    top: 35px;
    right: 20px;
    width: 20px;
    height: 20px;
}

/* Collection Banners */

.collection-banner{
    margin-bottom: 2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.collection-banner.banner-1{
   position: relative;
   height: 300px;
   overflow: hidden;
}
.product-grid-container .banner-desktop{
    display: none;
}
.product-grid-container .banner-mobile{
    display: block;
}
@media only screen and  (min-width: 990px) {
    .product-grid-container .banner-desktop{
        display: block;
    }
    .product-grid-container .banner-mobile{
        display: none;
    }
    .collection-banner.banner-1{
        height: calc(100% - 2rem);
    }
}
.collection-banner.banner-1:before{
   content: "";
   width: 100%;
   height: 100%;
   background: #000;
   opacity: 0.37;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
}
.collection-banner.banner-1 .image{
   height: 100%;
}
.collection-banner.banner-1 .image img{
    object-fit: cover;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.collection-banner.banner-1 .text{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 66%;
   text-align: center;
   z-index: 2;
}
.collection-banner .text h2{
   color: #fff;
   text-transform: uppercase;
   font-size: calc(var(--font-heading-scale) * 2.8rem);
   font-family: 'Inter', sans-serif;
   font-weight: bold;
   margin: 0 0 15px;
}
@media only screen and (max-width: 989px) {
   .collection-banner .text h2{
      font-size: calc(var(--font-heading-scale) * 2.4rem);
   }
}
.collection-banner .text a.link{
   color: #fff;
   text-transform: uppercase;
}
.collection-banner.banner-2{
   text-align: center;
   color: #fff;
   padding: 30px;
}
#product-grid  .grid__item--full{
   width: 100%;
   max-width: 100%;
}
@media only screen and (max-width: 989px) {
    #product-grid .grid__item--two-thirds{
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and  (min-width: 990px) {
    #product-grid .grid__item--two-thirds{
       width: calc(66.66% - var(--grid-desktop-horizontal-spacing) * 1 / 3);
       max-width: calc(66.66% - var(--grid-desktop-horizontal-spacing) * 1 / 3);
    }
}

.rounded-corners{
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    overflow: hidden;
}

/* Multicolumn */

@media only screen and  (max-width: 749px) {
    .multicolumn  .slider .multicolumn-card__image-wrapper + .multicolumn-card__info{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and  (min-width: 750px) {
    .multicolumn .slider{
        cursor: default !important;
    }
    .multicolumn .slider-component-desktop .slider{
        cursor: grab !important;
    }
    .multicolumn .multicolumn-wrapper .multicolumn-card__image-wrapper{
        margin: 0 !important;
    }
    .multicolumn .multicolumn-wrapper .multicolumn-card__info{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}



.multicolumn .title-wrapper-with-link{
    justify-content: start;
}

.multicolumn-wrapper--title-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (min-width: 990px) {
    .multicolumn-wrapper--title-column {
        flex-direction: row;
        align-items: flex-start;
        gap: 4rem;
    }
    .multicolumn-wrapper--title-column h2{
        max-width: 220px;
    }
    .multicolumn-wrapper--title-column > .multicolumn__title {
        width: 25%;
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .multicolumn-wrapper--title-column > slider-component {
        width: calc(75% - 4rem);
        flex-grow: 1;
    }
}

.multicolumn .rte{
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.25;
}
.link-bottom-border-caret {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.2);
    padding-bottom: 1rem;
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
}

.link-bottom-border-caret .svg-wrapper {
    width: 1.2rem;
    height: 1.2rem;
    transform: rotate(-90deg);
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-bottom-border-caret:hover .svg-wrapper {
    transform: rotate(-90deg) translateY(3px);
}

.multicolumn-list__item {
    display: flex;
}

.multicolumn-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.multicolumn-card__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.link-bottom-border-caret {
    margin-top: auto !important; 
}

@media screen and (min-width: 990px) {
    .multicolumn .slider--desktop .slider__slide:first-child {
      margin-left: 0 !important;
      scroll-margin-left: 0 !important;
    }
}

.multicolumn .slider-component-desktop .slider--desktop{
    margin-left: 0;
}

.multicolumn .slider--desktop .rounded-corners{
    border-radius: 6px !important;
}

.multicolumn .slider--desktop .multicolumn-card__info h3{
    font-size: 1.8rem;
    margin-top: 0.5rem;
}

.multicolumn a.multicolumn-card{
    text-decoration: none;
}

.multicolumn .multicolumn-card__info .caption-with-letter-spacing{
    color: #474749;
    font-size: 1.4rem;
}

.multicolumn .slider--desktop{
    margin-bottom: 3rem;
}

.multicolumn .slider--desktop .multicolumn-card__image-wrapper{
    margin: 0;
}
.multicolumn .slider--desktop .multicolumn-card__info{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Titles */

h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
}

/* Featured Collections */

@media screen and (max-width: 749px) {
    .featured-collections #collection-new-arrivals .card__media .product__collections,
    .featured-collections #collection-best-sellers .card__media .product__collections{
        display: none;
    }
}


.featured-collections .featured-collection__wrapper{
   display: none;
}
.featured-collections .featured-collection__wrapper.active{
   display: block;
}
.featured-collections .collections_nav{
   padding: 1rem;
   list-style: none;
   text-align: center;
   margin: 0;
   background: #F5F2F0;
   border-radius: 6px;
   position: relative;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   column-gap: 1rem;
   transition: all 0.5s ease;
}
.featured-collections .collections_nav:before{
    content: "";
    width: calc(50% - 10px);
    height: calc(100% - 20px);
    background: #474749;
    z-index: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.5s ease;
    margin-left: 0;
}
.featured-collections .collections_nav.second-active:before{
    left: 50%;
}
.featured-collections .collections_nav li{
   padding: 0;
   list-style: none;
   width: calc(50% - 0.5rem);
}
.featured-collections .collections_nav li a{
   text-transform: uppercase;
   font-size: 1.5rem;
   letter-spacing: 0.05em;
   font-family: 'Inter', sans-serif;
   font-weight: 300;
   position: relative;
   text-decoration: none;
   color: var(--color-dark);
   letter-spacing: 0.1em;
   padding: 1rem;
   display: block;
   white-space: nowrap;
   transition: all 0.5s ease;
}
.featured-collections .collections_nav li a.active{
   color: #fff;
}

.featured-collections .collection__description{
    margin-top: 2rem;
}

@media only screen and (max-width: 749px) {
    .featured-collections .collection__description{
        text-align: center;
    }
    .featured-collections .collection__view-all{
        margin: 0;
    }
}

@media only screen and (min-width: 750px) {
    .featured-collections .collections_nav li a{
        padding: 1rem 2.5rem;
    }
    .featured-collections .title-wrapper{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        column-gap: 5rem;
        align-items: center;
    }
    .featured-collections .collection__description{
        margin-top: 0;
    }
    .featured-collections .collections_nav li{
        min-width: 180px;
    }
}

@media only screen and (max-width: 749px) {
    .featured-collections .fc-header-nav{
        width: 100%;
    }
    .featured-collections .flower-type-badge{
        padding: 6px 4px 4px;
        font-size: 11px;
    }
    .featured-collections .collection__description br{
        display: none;
    }
}

.fc-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    width: 100%;
}

.fc-header-nav {
    flex: 0 0 auto;
}

.fc-header-desc {
    margin: 0;
    flex: 1 1 auto;
}

.fc-header-view-all {
    margin: 0;
    flex: 0 0 auto;
    align-self: end;
}

.fc-header-view-all a.underlined-link{
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.fc-header-view-all a.underlined-link .svg-wrapper{
    margin-left: 0.8rem;
    transition: all 0.3s ease;
}

.fc-header-view-all a.underlined-link .svg-wrapper .icon{
    transform: rotate(-90deg);
    width: 1.2rem;
}

.fc-header-view-all a.underlined-link:hover .svg-wrapper{
    transform: translateX(3px);
}

@media screen and (min-width: 990px) {
    .fc-header-wrapper {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
    }

    .fc-header-desc {
      padding: 0 2rem;
    }
}

/* Testimonials */

.testimonials-slider{
   position: relative;
}
.testimonials-slider img.junip{
   position: absolute;
   left: 50%;
   top: 50px;
   transform: translateX(-50%);
}
.testimonials-slider .splide__arrow{
    background: none;
}
.testimonials-slider .testimonials__item{
   padding: 0 0 50px;
}
.testimonials-slider .testimonials__item .fs-body-base{
   text-align: center;
   font-size: 16px;
   line-height: 24px;
   font-family: 'GT America', sans-serif !important;
}
.testimonials-slider .testimonials__item .testimonials__author{
   font-size: 16px;
   line-height: 26px;
   font-family: 'GT America', sans-serif !important;
   font-style: normal;
}
.testimonials-slider .testimonials__item .testimonials__author span.checkmark{
   display: inline-block;
   width: 12px;
   height: 12px;
   margin-right: 8px;
   background: url("/cdn/shop/files/icon-checkmark-circle.svg?v=1714383385") no-repeat 0 0;
   background-size: 12px auto;
}
.testimonials-slider .testimonials__item .testimonials__title{
   text-align: center;
   font-size: 22px;
   line-height: 32px;
   font-family: 'Inter', sans-serif !important;
   margin-bottom: 20px;
}

.testimonials-slider .testimonials__items{
   padding-top: 60px;
}
@media (min-width: 990px){
    
   .testimonials-slider .testimonials__items{
      max-width: 1000px;
      padding: 70px 0 0;
      margin: 0 auto;
   }
   .testimonials-slider img.junip{
      top: 100px;
   }
   .testimonials-slider .testimonials__item{
      padding: 30px 0 0;
      margin-bottom: 0;
   }
   .testimonials-slider .testimonials__item .fs-body-base{
      text-align: center;
      font-size: 18px;
      line-height: 26px;
      max-width: 600px;
      margin: 0 auto 20px;
   }
   .testimonials-slider .testimonials__item .testimonials__author{
      font-size: 16px;
      line-height: 26px;
      font-family: 'GT America', sans-serif !important;
   }
}
.testimonials-slider .testimonials__image{
   margin: 0 auto;
   max-width: 650px;
   min-height: 35px;
   text-align: center;
}
.testimonials-slider .testimonials__image img{
   max-width: 290px;
   max-height: 36px;
   height: auto;
   width: auto;
   margin: 30px;
   display: inline-block;
}
@media (min-width: 768px){
    .testimonials-slider .splide__pagination{
        display: none;
    }
   .testimonials-slider .testimonials__image{
      display: flex;
      align-items: center;
      justify-content: center;
   }
}
@media (max-width: 768px){
    .testimonials-slider .splide__arrows{
        display: none;
    }
   .testimonials-slider .testimonials__image{
       margin: 0 auto;
   }
   .testimonials-slider .testimonials__image img{
      margin: 20px;
   }
}

.splide__pagination .splide__pagination__page{
    border-radius: 5px;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 3px 8px;
}

.testimonials-slider .splide__pagination .splide__pagination__page.is-active{
    background: #816252;
    transform: scale(1);
    width: 30px;
    transition: all 0.2s ease;
}

/* Contact Form */

.contact-wrapper{
    max-width: 650px;
    margin: 0 auto !important;
}
.contact-landing{
    width: 100%;
}
.contact-landing #ContactForm{
    margin-top: 2rem;
}
.contact-landing  #ContactForm .field{
   background: #FFF;
   color: #313131;
   margin-bottom: 15px;
}
.contact-landing  #ContactForm .field label{
    color: #313131;
}
.contact-landing  #ContactForm .field input,
.contact-landing  #ContactForm .field textarea{
    background: #fff;
    color: #313131;
    font-family: var(--font-body-family);
    border-radius: 0 !important;
    box-shadow: none !important;
}
.contact-landing  #ContactForm .field textarea{
    height: 200px;
}
.contact-landing  #ContactForm .field select{
    font-family: var(--font-body-family);
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    margin: var(--inputs-border-width);
    appearance: none;
    webkit-appearance:none;
    background: none;
    border: none;
    width: 100%;
    color: #313131;
}
.contact-landing  #ContactForm .drop-down-wrapper{
   position: relative;
   width: 100%;
}
.contact-landing  #ContactForm .drop-down-wrapper:after{
   content: "";
   position: absolute;
   top: 18px;
   right: 18px;
   width: 9px;
   height: 15px;
   background: url(/cdn/shop/files/icon-arrow.svg?v=1689934322) no-repeat 0 0;
   background-size: 9px auto;
   transform: rotate(90deg);  
   pointer-events: none;
}
.contact-landing  #ContactForm .contact__button button{
    text-transform: uppercase;
    background: #e5d6cd;
    border: none;
    transition: all 0.2s ease;
}
.contact-landing  #ContactForm .contact__button button:hover{
    background: #fff;
}

@media only screen and (min-width: 990px) {
    .contact-landing #ContactForm .contact__fields{
        display: flex;
        flex-wrap: wrap;
        column-gap: 2rem;
    }
    .contact-landing  #ContactForm .field:not(.full-width){
        width: calc(50% - 1rem);
    }
}

/* Corporate Contact */

.contact-corporate-wrapper{
    margin-top: -80px;
}
.contact-corporate{
    background: #F4F0EE;
    border-radius: 10px;
    padding: 22px;
    max-width: 600px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.contact-corporate h2.title{
   font-size: 20px;
   line-height: 34px;
   margin-bottom: 1rem;
   letter-spacing: 0;
}
.contact-corporate .body p{
   font-size: 16px;
   line-height: 24px;
}
.contact-corporate #ContactForm{
    margin-top: 3rem;
}
.contact-corporate  #ContactForm .field{
   background: #FFF;
   color: #313131;
   margin-bottom: 15px;
}
.contact-corporate  #ContactForm .field label{
    color: #2A2A2B;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 2px;
}
.contact-corporate .field__input:focus ~ .field__label,
.contact-corporate .field__input:not(:placeholder-shown) ~ .field__label,
.contact-corporate .field__input:autofill ~ .field__label{
    font-size: 1.1rem !important;
    opacity: 0.8;
    margin-top: -2px;
}
.contact-corporate  #ContactForm .field input,
.contact-corporate  #ContactForm .field textarea{
    background: #fff;
    color: #2A2A2B;
    font-family: var(--font-body-family);
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 1.4rem;
    letter-spacing: 0;
}
.contact-corporate  #ContactForm .field textarea{
    height: 135px;
}
.contact-corporate  #ContactForm .field select{
    font-family: var(--font-body-family);
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    margin: var(--inputs-border-width);
    appearance: none;
    webkit-appearance:none;
    background: none;
    border: none;
    width: 100%;
    color: #2A2A2B;
    letter-spacing: 0;
}
.contact-corporate  #ContactForm .field::after{
    box-shadow: 0 0 0 1px rgba(183, 182, 183, 1);
}
.contact-corporate  #ContactForm .drop-down-wrapper{
   position: relative;
   width: 100%;
}
.contact-corporate  #ContactForm .drop-down-wrapper:after{
   content: "";
   position: absolute;
   top: 18px;
   right: 18px;
   width: 9px;
   height: 15px;
   background: url(/cdn/shop/files/icon-arrow.svg?v=1689934322) no-repeat 0 0;
   background-size: 9px auto;
   transform: rotate(90deg);  
   pointer-events: none;
}
.contact-corporate  #ContactForm .contact__button{
    margin-top: 0;
}
.contact-corporate  #ContactForm .contact__button button{
    text-transform: uppercase;
    background: #2A2A2B;
    color: #fff;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease;
}
.contact-corporate  #ContactForm .contact__button button::before,
.contact-corporate  #ContactForm .contact__button button::after{
    box-shadow: none !important;
}
.contact-corporate  #ContactForm .contact__button button:hover{
    background: #e5d6cd;
    color: #2A2A2B;
}

@media only screen and (min-width: 990px) {
    .contact-corporate{
        padding: 44px;
    }
    .contact-corporate h2.title{
       font-size: 28px;
       line-height: 36px;
       margin-bottom: 1rem;
    }
    .contact-corporate #ContactForm .contact__fields{
        display: flex;
        flex-wrap: wrap;
        column-gap: 2rem;
    }
    .contact-corporate  #ContactForm .field:not(.full-width){
        width: calc(50% - 1rem);
    }
}

@media only screen and (min-width: 1200px) {
    .contact-corporate{
        margin: 0;
    }
    .contact-corporate-wrapper{
        display: flex;
        justify-content: end;
        margin-top: -470px;
    }
}

/* Corporate Hero */
#shopify-section-template--17290218766403__hero_banner_WB3nt7 .banner__buttons{
    max-width: 100%;
}
#shopify-section-template--17290218766403__hero_banner_WB3nt7 .banner__box{
    margin-bottom: 80px;
}
@media only screen and (min-width: 750px) {
    #shopify-section-template--17290218766403__hero_banner_WB3nt7 .banner__box{
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 1200px) {
    #shopify-section-template--17290218766403__hero_banner_WB3nt7 .banner__box{
        max-width: 40%;
        margin-bottom: 0;
    }
}

/* Corporate Clients */

#shopify-section-template--17290218766403__clients_mATd7w #splide02-slide04 img{
    max-height: 80px;
}
#shopify-section-template--17290218766403__clients_mATd7w #splide02-slide06 img{
    max-height: 60px;
}

/* How it works */

.how-it-works{
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.how-it-works .video-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.how-it-works .video-wrapper video{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    object-fit: cover;
}
.how-it-works .rich-text__blocks{
    position: relative;
    z-index: 2;
    padding: 45px 35px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(239,239,231,0.06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.how-it-works .rich-text__blocks h2{
    margin-bottom: 1rem;
}
.how-it-works .rich-text__blocks p{
    color: #fff;
    margin-bottom: 3rem;
    margin-top: 0;
}
.how-it-works .rich-text__text p{
    display: none;
}

@media screen and (max-width: 749px) {
    .how-it-works .rich-text__wrapper{
        width: calc(100% - 4rem / var(--font-body-scale)) !important;
    }
    .how-it-works .rich-text__buttons{
        margin-top: 3rem;
    }
    .how-it-works a.button{
        width: 100%;
        padding: 0;
    }
}

@media screen and (min-width: 750px) {
    .how-it-works{
        margin-bottom: 100px;
    }
    .how-it-works .rich-text__text p{
        display: block;
    }
    .how-it-works .rich-text__wrapper{
        display: flex;
        justify-content: end;
    }
    .how-it-works .rich-text__blocks{
        max-width: 560px;
        padding: 85px 50px;
    }
}

/* Get in touch */

.get-in-touch .links {
    margin-top: 3rem;
}
.get-in-touch .links a{
    margin: 0 1rem;
}
.get-in-touch a.phone{
    padding-left: 24px;
    position: relative;
}
.get-in-touch a.phone:before{
    content: "";
    width: 14px;
    height: 22px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url(/cdn/shop/files/icon-phone.svg?v=1750765678) no-repeat 0 0;
    background-size: 14px auto;
}
.get-in-touch a.email{
    padding-left: 34px;
    position: relative;
}
.get-in-touch a.email:before{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/cdn/shop/files/icon-email.svg?v=1750765679) no-repeat 0 0;
    background-size: 23px auto;
}
@media only screen and (min-width: 990px) {
    .get-in-touch .links a{
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* Our Work */

.our-work h2.title{
    text-align: center;
}

.our-work .splide-our-work{
    padding-bottom: 50px;
}
.our-work .splide-our-work .item{
    /*width: 218px;
    height: 388px;*/
    width: 244px;
    height: 434px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.our-work .splide-our-work .item img,
.our-work .splide-our-work .item video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 434px !important;
    width: auto !important;
}
.our-work .splide-our-work .item button{
    z-index: 1;
    padding: 2px !important;
    border: 0 !important;
    text-indent: -9999px !important;
    display: block;
    cursor: pointer;
}
.our-work .splide-our-work .item button.play-control{
    position: absolute;
    bottom: 14px;
    left: 14px;
    width: 12px;
    height: 16px;
    background: url(/cdn/shop/files/icon-play_90edfb52-b31b-4277-ba50-487fbd20bee8.svg?v=1750838387) no-repeat 0 0;
}
.our-work .splide-our-work .item button.play-control.playing{
    width: 11px;
    height: 14px;
    background: url(/cdn/shop/files/icon-pause.svg?v=1750768058) no-repeat 0 0;
}
.our-work .splide-our-work .item button.sound-control{
    text-indent: -9999px;
    position: absolute;
    bottom: 14px;
    right: 24px;
    width: 10px;
    height: 14px;
    background: url(/cdn/shop/files/icon-unmute.svg?v=1750768058) no-repeat 0 0;
}
.our-work .splide-our-work .item button.sound-control.muted{
    right: 14px;
    width: 20px;
    height: 14px;
    background: url(/cdn/shop/files/icon-mute.svg?v=1750768058) no-repeat 0 0; 
}
.our-work .splide-our-work .splide__arrows{
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.our-work .splide-our-work .splide__arrow{
    position: absolute;
    top: 30px;
    left: auto;
    right: 50px;
    width: 23px;
    height: 15px;
    background: url(/cdn/shop/files/icon-arrow-slider-active.svg?v=1750840168) no-repeat 0 0; 
}
.our-work .splide-our-work .splide__arrow svg{
    display: none;
}
.our-work .splide-our-work .splide__arrow.splide__arrow--next{
    top: 23px;
    right: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.our-work .splide-our-work .splide__arrow:disabled{
    opacity: 1;
    background: url(/cdn/shop/files/icon-arrow-slider.svg?v=1750840168) no-repeat 0 0; 
}

/* Corporate Collections New */

.corporate-collections .title-wrapper{
    margin-bottom: 5rem;
}

.corporate-collections .collection__item{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.corporate-collections .collection__item .product-popup-modal__opener{
    width: 100% !important;
}

@media (min-width: 990px){
    .corporate-collections .collection__items{
        display: flex;
        flex-wrap: nowrap;
        column-gap: 32px;
    }
    .corporate-collections .collection__items .collection__item{
        width: calc(33.33% - 32px/2);
    }
}

.corporate-collections .collection__item button{
    padding: 0;
    border: none;
    cursor: pointer;
    display: block;
}

.corporate-collections .collection__item .product-popup-modal__opener{
    display: block;
}

.corporate-collections .collection__item .collection-image{
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    position: relative;
}
.corporate-collections .collection__item .collection-image img.bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    margin: 0;
    min-width: 100%;
    min-height: 100%;
}

.corporate-collections .collection__item .title-wrapper{
    width: 100%;
    position: absolute;
    bottom: 00;
    left: 0;
    padding: 40px 18px 30px;
    margin: 0;
    background: rgba(149, 142, 125, 0.06);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.corporate-collections .collection__item .title-wrapper h3{
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    max-width: 80%;
    margin: 0;
    text-align: left;
}

.corporate-collections .collection__item span.plus{
    font-size: 24px;
    line-height: 20px;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #fff;
    padding: 12px;
    background: #585651;
    border-radius: 24px;
    position: absolute;
    top: 24px;
    right: 24px;
    display: block;
}
.corporate-collections .collection__item span.plus svg{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.corporate-collections .collection__item span.badge{
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 12px 16px;
    background: #EFEEEA;
    border-radius: 6px;
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(149, 142, 125, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    border: none;
}
.corporate-collections .collection__item span.badge img{
    display: inline-block;
    max-width: 29px;
    max-height: 22px;
    margin-right: 10px;
}

@media (min-width: 1200px){
    .corporate-collections .collection__item .title-wrapper h3{
        max-width: 50%;
    }
    .corporate-collections .collection__item span.badge{
        font-size: 18px;
        line-height: 20px;
        padding: 16px 24px;
    }
    .corporate-collections .collection__item span.badge img{
        max-width: 36px;
        max-height: 28px;
    }
}

.collection-modal{
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.collection-modal .collection-modal__content{
    background: #F5F2F0 !important;
    border-radius: 10px;
    border: none !important;
    padding: 30px !important;
    max-width: 1300px;
}

.collection-modal .product-popup-modal__toggle{
    background: #585651;
    color: #fff;
    border: none;
    padding: 12px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.collection-modal .product-popup-modal__toggle:hover{
    color: #fff;
}
.collection-modal .product-popup-modal__toggle svg{
    width: 16px;
    height: 16px;
}

.collection-modal .title-wrapper h2{
    max-width: 320px;
    font-size: 42px;
    line-height: 48px;
}
.collection-modal .description-wrapper{
    position: relative;
}
.collection-modal .description-wrapper p{
   font-size: 18px;
   line-height: 24px;
}

.collection-modal .features-wrapper{
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0;
}
.collection-modal .features-wrapper .delivery-options h4{
   font-family: 'Inter', sans-serif !important;
   font-size: 20px;
   line-height: 24px;
   margin: 0 0 20px;
}
.collection-modal .features-wrapper .delivery-options .delivery-option{
   background: #CBAFA0;
   color: #2A2A2B;
   padding: 10px;
   margin: 0 15px 15px 0;
   text-align: center;
   text-transform: uppercase;
   font-size: 11px;
   line-height: 13px;
   display: inline-block;
   border-radius: 5px;
}

.collection-modal .collection-features{
   display: flex;
   flex-wrap: wrap;
   padding: 15px 0;
}
.collection-modal .collection-features .item{
   width: 50%;
   padding: 10px;
   text-align: center;
}
.collection-modal .collection-features .image{
   background: none;
   position: relative;
   padding-top: 60px !important;
}
.collection-modal .collection-features .item img{
   width: auto;
   max-width: 48px;
   max-height: 36px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.collection-modal .collection-features .item .caption{
   font-size: 14px;
   line-height: 18px;
   min-height: 34px;
   display: block;
   padding: 0 15px;
}

.collection-modal .images-grid{
    margin-top: 50px;
}
.collection-modal .images-grid .image{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.collection-modal .images-grid .image img{
    min-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 989px){
    .corporate-collections .title-wrapper{
        margin: 5rem 0 0;
        text-align: center;
        padding: 0 2rem;
    }
    .corporate-collections .collection__item{
        margin-bottom: 20px;
    }
    .collection-modal .collection-features{
        max-width: 320px;
        padding: 0;
        margin-bottom: 3rem;
    }
    .collection-modal .collection-features .image img{
        left: 0;
        transform: translate(0,-50%);
    }
    .collection-modal .collection-features .item{
        text-align: left;
    }
    .collection-modal .collection-features .item .caption{
        padding: 0 30px 0 0;
    }
}
@media (min-width: 990px){
    .collection-modal .images-grid{
        display: flex;
        flex-wrap: nowrap;
        column-gap: 20px;
    }
    .collection-modal .images-grid .image{
        position: relative;
    }
    .collection-modal .images-grid .image.first{
        width: calc(35% - 10px);
        height: 0;
        padding-bottom: 45%;
    }
    .collection-modal .images-grid .image.second{
        width: calc(65% - 10px);
        height: 0;
        padding-bottom: 45%;
    }
    .collection-modal .images-grid .image img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    .collection-modal .features-wrapper{
        display: flex;
        flex-wrap: nowrap;
        column-gap: 50px;
        position: relative;
    }
    .collection-modal .features-wrapper:before{
        content: "";
        width: 0;
        height: 100%;
        border-right: 1px solid #2A2A2B;
        position: absolute;
        top: 0;
        left: calc(65% - 10px);
    }
    .collection-modal .features-wrapper .collection-features{
        width: calc(65% - 25px);
    }
    .collection-modal .features-wrapper .delivery-options{
        width: calc(35% - 25px);
    }
    .collection-modal .collection-modal__content{
        padding: 60px 50px !important;
    }
}

@media (min-width: 1200px){
    .corporate-collections .title-wrapper{
        margin: -9rem 0 5rem;
    }
    .collection-modal .description-wrapper .description{
        max-width: 60%;
    }
    .collection-modal .description-wrapper a.button{
        position: absolute;
        top: 0;
        right: 0;
    }
    .collection-modal .collection-features .item .caption{
        padding: 0;
    }
    .collection-modal .collection-features .item{
        width: 25%;
    }
}

@media (min-width: 1400px){
    .collection-modal .collection-features .item .caption{
        padding: 0 15px;
    }
}

/* Corporate Collections */

.collections-slider .title-wrapper{
    margin-bottom: 3rem;
}
.collections-slider h2.title{
    text-align: center;
    margin: 0;
}

.collections-slider {
    padding: 0 20px;
}
.collections-slider .splide__track{
    padding-bottom: 1px;
}

.collections-slider .collection__item{
   background: #FAFAFA;
   border: 1px solid #707070;
   width: calc(100vw - 40px) !important;
   overflow: hidden;
   border-radius: 10px;
   margin-right: 20px;
}
.collections-slider .collection__item .media--adapt{
    padding-bottom: 60px;
}
.collections-slider .collection__item .text{
   padding: 25px 30px 15px;
}
.collections-slider .collection__item .text h3.collection__title{
   font-family: 'Inter', sans-serif !important;
   font-size: 20px;
   line-height: 28px;
   text-align: center;
   margin: 0;
}
.collections-slider .collection__item .text .delivery-options{
    text-align: center;
}
.collections-slider .collection__item .text h4{
   font-family: 'Inter', sans-serif !important;
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 15px;
}
.collections-slider .collection__item .text .delivery-option{
   background: #E5D6CD;
   color: #2A2A2B;
   padding: 10px;
   margin: 0 8px 15px;
   text-align: center;
   text-transform: uppercase;
   font-size: 11px;
   line-height: 13px;
   display: inline-block;
   border-radius: 5px;
}
.collections-slider .collection__item .collection-image{
   width: 100%;
   overflow: hidden;
   position: relative;
}
.collections-slider .collection__item .collection-image span.most-popular{
   position: absolute;
   bottom: 12px;
   right: 12px;
   background: #E5D6CD;
   color: #2A2A2B;
   padding: 10px;
   text-align: center;
   text-transform: uppercase;
   font-size: 9px;
   line-height: 12px;
   display: inline-block;
   border-radius: 5px;
}
.collections-slider .collection__item .collection-image img{
   width: 100%;
   height: auto;
   display: block;
}
.collections-slider .collection__item .collection-image img.mobile-image + img.desktop-image{
   display: none;
}
.collections-slider .collection__item .product-features{
   display: flex;
   flex-wrap: wrap;
   padding: 15px 0;
}
.collections-slider .collection__item .product-features .item{
   width: 50%;
   padding: 10px;
   border-right: 1px solid #BC9C8B;
   border-top: 1px solid #BC9C8B;
   text-align: center;
}
.collections-slider .collection__item .product-features .item:nth-child(1), 
.collections-slider .collection__item .product-features .item:nth-child(2){
    border-top: none;
}
.collections-slider .collection__item .product-features .item:nth-child(2), 
.collections-slider .collection__item .product-features .item:nth-child(4){
    border-right: none;
}
.collections-slider .collection__item .product-features .item .image{
   background: none;
   position: relative;
   padding-top: 40% !important;
}
.collections-slider .collection__item .product-features .item img{
   height: 36px;
   width: auto;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
.collections-slider .collection__item .product-features .item:nth-child(1) img{
   height: 21px;
}
.collections-slider .collection__item .product-features .item .caption{
   font-size: 11px;
   line-height: 14px;
   min-height: 34px;
   display: block;
   padding: 0 15px;
}
.collections-slider .slick-dots{
   text-align: left;
   bottom: -50px;
}
.collections-slider .slick-dots li{
   margin: 0 10px 0 0;
}
.collections-slider .slick-dots li.slick-active{
   width: 45px;
}
.collections-slider .slick-dots li button::before{
   content: "";
   width: 10px;
   height: 10px;
   border-radius: 5px;
   background: #D3D3D3;
   opacity: 1;
}
.collections-slider .slick-dots li.slick-active button{
   width: 35px;
   transition: all 0.2s ease;
}
.collections-slider .slick-dots li.slick-active button::before{
   background: #816252;
   width: 35px;
   opacity: 1;
   transition: all 0.2s ease;
}
@media (max-width: 60em){
   .collections-slider .collection__item .image{
      width: 100%;
      overflow: hidden;
   }
   .collections-slider .collection__item .text .delivery-option{
    padding: 8px;
   }
   .collections-slider .collection__item-wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
   }
   .collections-slider .collection__item-wrapper .collection-image{
    flex-grow: 1;
   }
   .collections-slider .collection__item-wrapper .collection-image img{
    object-fit: cover;
    height: 100%;
   }
}
@media (min-width: 60em){
   .collections-slider .collection__item .text h3.collection__title{
      font-size: 24px;
      line-height: 32px;
   }
   .collections-slider .collection__item{
      max-width: 860px !important;
      width: 60vw !important;
   }
   .collections-slider .collection__item-wrapper{
      display: flex;
      flex-wrap: wrap;
      height: 100%;
   }
   .collections-slider .collection__item div.text,
   .collections-slider .collection__item div.collection-image{
      width: 50%;
   }
   .collections-slider .collection__item .collection-image img.mobile-image{
      display: none;
   }
   .collections-slider .collection__item .collection-image img.desktop-image{
      display: block !important;
      object-fit: cover;
      height: 100%;
   }
   .collections-slider{
      padding: 0 20px;
   }
   .collections-slider .collection__item .text h3.collection__title,
   .collections-slider .collection__item .text .delivery-options{
      text-align: left;
   }
   .collections-slider .collection__item .product-features{
      text-align: center;
   }
   .collections-slider .collection__item .text .delivery-options span.delivery-option{
      margin: 0 15px 15px 0;
      font-size: 12px;
      line-height: 16px;
   }
   .collections-slider .collection__item .product-features .item .caption{
      font-size: 14px;
      line-height: 18px;
      min-height: 38px;
      display: block;
   }
   .collections-slider .collection__item .collection-image span.most-popular{
      font-size: 12px;
      line-height: 16px;
      top: 30px;
      left: 30px;
      bottom: auto;
      right: auto;
   }
   .collections-slider .collection__item .product-features .item{
      padding: 18px;
   }
}

.collections-slider .splide__pagination{
    position: relative;
    bottom: auto;
    margin-top: 1rem;
    justify-content: left;
    padding: 0;
    margin-left: -8px;
}
.collections-slider .splide__pagination .splide__pagination__page{
    border-radius: 5px;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 3px 8px;
}
.collections-slider .splide__pagination .splide__pagination__page.is-active{
    background: #816252;
    transform: scale(1);
    width: 30px;
    transition: all 0.2s ease;
}

/* Product Badges */

.quick-cart__container .product__collections{
   text-align: center;
   margin-top: 15px;
   margin-bottom: 15px;
}

.product__info-wrapper .product__collections a{
   margin-bottom: 12px !important;
}
.product__info-wrapper .product__title{
    margin-top: 0;
}
@media screen and (max-width: 749px){
   .product__info-wrapper .product__collections{
      margin-top: 1rem;
   }
}
.card__media .product__collections{
   position: absolute;
   top: 1.2rem;
   left: 1.2rem;
   z-index: 10;
   width: calc(100% - 20px);
   text-align: left;
}
.product__info-wrapper .product__collections a,
.card__media .product__collections a,
.quick-cart__container .product__collections a{
   display: inline-block;
   margin: 0 10px 10px 0;
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   /*background: #E5D6CD;
   background: #CBAFA0;*/
   text-align: center;
   color: #2A2A2B;
   font-size: 12px;
   line-height: 16px;
   padding: 6px 10px 4px;
   text-transform: none;
   text-decoration: none !important;
   /*background: #F6F6F6;
   border: 0.5px solid #E0E0E0;*/
   border: none;
   background: #C7DCFA;
   text-transform: uppercase;
}
.product__collections a span.desktop{
    display: inline;
}
.product__collections a span.mobile{
    display: none;
}
/*.product__info-wrapper .product__collections a.sale,
.card__media .product__collections a.sale,
.quick-cart__container .product__collections a.sale,
.product__info-wrapper .product__collections a.fresh,
.card__media .product__collections a.fresh,
.quick-cart__container .product__collections a.fresh{
   background: #2C483F;
   border: 0.5px solid #2C483F;
   color: #fff;
}
.product__info-wrapper .product__collections a.nyc,
.card__media .product__collections a.nyc,
.quick-cart__container .product__collections a.nyc{
   background: #2A2A2B;
   border:  0.5px solid #2A2A2B;
   color: #fff;
}
.product__info-wrapper .product__collections a.new,
.card__media .product__collections a.new,
.quick-cart__container .product__collections a.new{
   background: #DCE9DF;
   border:  0.5px solid #B5B5B5;
}
.product__info-wrapper .product__collections a.going-fast,
.card__media .product__collections a.going-fast,
.quick-cart__container .product__collections a.going-fast{
   background: #E5D6CD;
   border: 0.5px solid #B5B5B5;
}
.product__info-wrapper .product__collections a.preserved-arrangements,
.card__media .product__collections a.preserved-arrangements,
.quick-cart__container .product__collections a.preserved-arrangements{
   background: #E5D6CD;
   border: 0.5px solid #9B9B9B;
   position: relative;
   padding: 6px 10px 4px 45px;
}
.product__info-wrapper .product__collections a.preserved-arrangements:before,
.card__media .product__collections a.preserved-arrangements:before,
.quick-cart__container .product__collections a.preserved-arrangements:before{
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 27px;
    height: 12px;
    background: url(/cdn/shop/files/noun-eternity-2751500_85260205-ef29-46aa-8ac7-c505f86b18f2.svg?v=1714396999) no-repeat 0 0;
    background-size: 27px auto;
}*/
.product__info-wrapper .product__collections a.preserved-arrangements,
.card__media .product__collections a.preserved-arrangements,
.quick-cart__container .product__collections a.preserved-arrangements{
   background: #F6F6F6;
   border: 0.5px solid #E0E0E0;
}
@media screen and (max-width: 749px) {
    .card__media .product__collections{
        top: 10px;
    }
    .product__collections a span.desktop{
        display: none;
    }
    .product__collections a span.mobile{
        display: inline;
    }
    .product__collections a{
        padding: 4px !important;
        font-size: 10px !important;
        margin: 0 2px 5px !important;
    }
    /*
    .product__info-wrapper .product__collections a.preserved-arrangements,
    .card__media .product__collections a.preserved-arrangements,
    .quick-cart__container .product__collections a.preserved-arrangements{
        padding-left: 35px !important;
    }
    .product__info-wrapper .product__collections a.preserved-arrangements:before,
    .card__media .product__collections a.preserved-arrangements:before,
    .quick-cart__container .product__collections a.preserved-arrangements:before{
        top: 7px;
        left: 4px;
        width: 23px;
        height: 10px;
        background: url(/cdn/shop/files/noun-eternity-2751500_85260205-ef29-46aa-8ac7-c505f86b18f2.svg?v=1714396999) no-repeat 0 0;
        background-size: 23px auto;
    }*/
}

/* PDP */

.product .product-media-container,
.product .product__media-list .product__media,
.product .product__media-list .video-wrapper{
    border-radius: 8px;
}

.product__info-wrapper .discount-badge{
    background: #E5D6CD;
    border: 1px solid #646464;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px 5px 40px;
    position: relative;
    color: #2A2A2B;
    font-size: 13px;
    display: inline-block;
    margin-top: 10px;
}
.product__info-wrapper .discount-badge:before{
    content: "";
    background: url(/cdn/shop/files/icon-discount-check.svg?v=1736944633) no-repeat 0 0;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -11px;
}

.product-form button.product-form__submit,
button.product-form__nextstep{
    background: #2A2A2B;
    color: #fff;
}
.product-popup-modal .product-popup-modal__content{
    height: auto;
    max-height: 80%;
    padding-bottom: 2rem;
}
.product-popup-modal .product-popup-modal__content-info{
    padding-right: 0;
}
.product-popup-modal .product-popup-modal__content-info .product__collections{
    display: none;
}
.product-popup-modal .product-popup-modal__content-info button.link-whole-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 3;
    background: none !important;
}
.product-popup-modal .title-wrapper{
    margin-bottom: 2rem;
}
.product-popup-modal .title-wrapper h2{
    margin: 0 0 1rem;
    padding-right: 5rem;
}
.product-popup-modal__opener{
    background: #F1F1F1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 1320px) {
    .product-popup-modal__opener{
        width: calc(50% - 1rem);
    }
    .product-popup-modal__opener + .product-popup-modal__opener{
        margin-left: 2rem;
    }
}
.product-popup-modal__opener button{
    text-decoration: none;
    text-align: left;
    padding: 15px 10px;
    min-height: 115px;
    width: 100%;
}
.product-popup-modal__opener button h3{
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    margin: 0 0 1rem;
}
.product-popup-modal__opener button p{
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    color: #646464;
}
.product-popup-modal__opener button img{
    width: 80px;
    height: auto;
    float: left;
    margin-right: 8px;
}

#MainContent .product .product__info-container{
   background: #fff;
   border-radius: 8px;
   -webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
   -moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
   box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);
   padding: 30px;
   padding-top: 50px;
}

@media screen and (min-width: 990px) {
   #MainContent  .product .product__media-wrapper{
        max-width: 55% !important;
   }
   #MainContent  .product .product__info-wrapper{
        max-width: 45%  !important;
   }
   #MainContent  .product .product__info-container{
        padding: 50px;
        padding-top: 70px;
   }
   #MainContent .product .product__info-wrapper .product__info-container{
        top: 13rem;
   }
   #MainContent .product .product__info-wrapper.with-slider .product__info-container{
        margin-top: 50px; 
   }
}

@media screen and (max-width: 749px) {
    #MainContent .product .product__info-wrapper{
        order: -1;
        margin-bottom: 3rem;
    }
}

.product__media-slider-container{
   display: none;
}
@media screen and (min-width: 750px) {
   #MainContent .product__media-slider-container{
      /*width: calc(100vw - 7rem);*/
      display: block;
      height: 830px;
      overflow: hidden;
      width: calc(100vw - 2rem);
      margin-left: calc(var(--container-margin) + 1rem);
   }
    #MainContent .product__media-slider-container .splide__arrows{
        /*margin-left: calc(-1 * var(--container-margin) - 1rem);*/
        bottom: 17rem;
        left: 3rem;
    }
   .product__media-slider{
      padding-bottom: 50px;
   }
   .product__media-slider .product__media-slider-item{
      /*width: 800px !important;*/
      padding: 0;
      float: left;
      margin-right: 10px;
      overflow: hidden;
   }
   .product__media-slider img{
      height: 800px !important;
      width: auto;
   }
}
/*@media screen and (min-width: 1200px) {
    #MainContent .product__media-slider-container{
        width: calc(100vw - 7rem);
   }
}
@media screen and (min-width: 1400px) {
    #MainContent .product__media-slider-container{
      width: calc(1300px + (100vw - 1300px)/2 - 1rem);
   }
}*/

.product__media-slider-container .splide__arrows{
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 110px;
}
.product__media-slider-container .splide__arrows .splide__arrow svg{
    display: none;
}
.product__media-slider-container .splide__arrows .splide__arrow{
   width: 42px;
   height: 42px;
   background: #CBAFA0 !important;
   opacity: 0.5;
   transition: all 0.2s ease;
   border-radius: 50%;
   transform: none;
   z-index: 2;
}
.product__media-slider-container .splide__arrows .splide__arrow:before{
   content: "";
   width: 8px;
   height: 14px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   background: url("/cdn/shop/files/icon-arrow_09b874d0-5cf7-452e-a1ae-669e50302989.svg?v=1732788938") no-repeat 0 0%;
   background-size: 8px auto;
   margin-left: 1px;
}
.product__media-slider-container .splide__arrows .splide__arrow.splide__arrow--prev{
    transform: rotate(180deg);
    left: 0;
}
.product__media-slider-container .splide__arrows .splide__arrow.splide__arrow--prev:before{
    margin-left: 1px;
}
.product__media-slider-container .splide__arrows .splide__arrow:hover{
   opacity: 1;
}

@media screen and (min-width: 750px) {
    .product__media-slider-container-mobile{
        display: none;
    }   
}
@media screen and (max-width: 749px) {
    .product__media-slider-container-mobile{
        margin: -3rem -1.5rem 4rem;
    }
    .product__media-slider-container-mobile .product__media-slider-item img{
        width: 100%;
        height: auto;
    }
    .product__media-slider-container-mobile .splide__pagination{
        margin-bottom: 2rem;
    }
    .product__media-slider-container-mobile .splide__pagination .splide__pagination__page{
        margin: 3px 5px;
        background: #fff;
    }
    .product__media-slider-container-mobile .splide__pagination .splide__pagination__page.is-active{
        background: #816252;;
        transform: scale(1);
    }
    .product__media-wrapper slider-component{
        margin: 0 !important;
    }
    .product__media-list{
        margin-left: 0 !important;
        width: 100% !important;
    }
}

.media-type-video .deferred-media__poster-button{
   padding: 0;
   width: 42px !important;
   height: 42px !important;
   background: url("/cdn/shop/files/icon-play.svg?v=1732872434") no-repeat 0 0%;
   opacity: 0.8;
   transform: all 0.2s ease;
   border: none;
   transform: none;
   left: 25px !important;
   bottom: 25px !important;
   top: auto;
}
.media-type-video .deferred-media__poster-button:hover{
   opacity: 1;
   transform: none !important;
}
.media-type-video .deferred-media__poster-button .svg-wrapper{
   display: none;
}

#MainContent .product__description{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#MainContent .product__description .accordion{
    display: none;
}
#MainContent .product__accordion{
    border-top-color: #BC9C8B !important;
    border-bottom-color: #BC9C8B !important;
}
#MainContent .product__accordion summary{
    padding: 2rem 0;
}
#MainContent .product__accordion .icon{
    color: #BC9C8B;
}
#MainContent .product__accordion .accordion__content{
    padding: 0;
}

/* Breadcrumbs' styles */

.breadcrumbs {
  font-size: .85em;
  margin: 0;
}

.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.breadcrumbs a {
  text-decoration: none;
  text-transform: capitalize;
  color: #0B0B0B;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}

.breadcrumbs li:not(:last-child):after {  
  content: "/\00a0";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.breadcrumbs [aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs [aria-current="page"]:hover,
.breadcrumbs [aria-current="page"]:focus {
  text-decoration: underline;
}


/* Collection Landing */

.card-information .price{
    font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
    .card-information .price{
        font-size: 1.3rem;
    }
}

.collections-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.collection-wrapper[data-collection="287425429571"]{
    order: 999;
}
.collections-wrapper.nyc .collection-wrapper[data-collection="287425429571"],
.collections-wrapper.nyc .collection-wrapper[data-collection="289348157507"]{
    order: -1;
}
.collection-wrapper{
    border-bottom: 1px solid #AAA9A9;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    width: 100%;
}

.collection-wrapper .collection-header{
    position: relative;
    margin-bottom: 4rem;
    min-height: 45px;
}
.collection-wrapper .collection-header h2{
    margin: 0;
    font-size: 32px;
    line-height: 38px;
    
}
.collection-wrapper .collection-header .tags{
    margin: 1rem 0 0 -8px;
}
.collection-wrapper .collection-header .title-wrapper{
    margin-bottom: 1rem;
}
@media screen and (min-width: 750px) {
    .collection-wrapper .collection-header h2{
        white-space: nowrap;
    }
    .collection-wrapper .collection-header .title-wrapper{
        display: flex;
        margin-bottom: 3rem;
    }
    .collection-wrapper .collection-header .tags{
        margin: 0 0 0 20px;
    }
}
.collection-wrapper .collection-header span.pill{
    margin: 8px;
    padding: 5px 10px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #F7F7F7;
    border: 0.5px solid #646464;
    font-size: 12px;
    line-height: 16px;
    font-family: 'GT America', sans-serif !important;
    display: inline-block;
}
@media screen and (min-width: 990px) {
    .collection-wrapper .collection-header .title-wrapper{
        align-items: center;
    }
    .collection-wrapper .collection-header .description{
        max-width: 800px;
    }
}
@media screen and (min-width: 1200px) {
    .collection-wrapper .collection-header a.button{
        position: absolute;
        top: 0;
        right: 0;
    }
    .collection-wrapper .collection-header .title-wrapper{
        max-width: 800px;
    }
}


.facets-vertical{
    position: relative;
}
.facets-vertical .facets-container{
    margin-top: 0;
    background: #fff;
    padding: 2rem;
    position: absolute;
    top: 0;
    left: 5rem;
    z-index: 10;
    margin-top: -3rem;
    margin-left: -2rem;
}
#main-collection-filters{
    padding: 0;
}
#main-collection-filters .facets-container{
    display: none;
}
#main-collection-filters.active .facets-container{
    display: block;
}
.product-count-vertical{
    margin-top: 2px;
}
.facets-vertical-form{
    align-items: center;
}

.facets-vertical-form{
    border-bottom: 1px solid #AAA9A9;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}
.facets-vertical-form .toggle-filters{
    margin-right: auto;
    position: relative;
    text-transform: uppercase;
    padding-right: 36px;
    text-decoration: none;
    color: #0B0B0B;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
}
.facets-vertical-form .toggle-filters:after{
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background: url("/cdn/shop/files/icon-filter.svg?v=1736327636") no-repeat 0 0;
    width: 21px;
    height: 13px;
}

.facets-vertical-form .toggle-filters span.hide{
    display: none;
}
.facets-vertical-form .toggle-filters.active span.hide{
    display: inline;
}
.facets-vertical-form .toggle-filters.active span.show{
    display: none;
}

.facets-vertical-form .shipping-wrapper{
    background: #F1F1F1;
    margin-left: 50px;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
    position: relative;
}
.facets-vertical-form .shipping-wrapper:before{
    content: "";
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    background: #fff;
    z-index: 0;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 0.5s ease;
    margin-left: 0;
}
.facets-vertical-form .shipping-wrapper a{
    display: inline-block;
    padding: 10px 15px;
    color: #0B0B0B;
    text-decoration: none;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px 0 0;
    position: relative;
    z-index: 1;
    min-width: 200px;
    text-align: center;
}
.facets-vertical-form .shipping-wrapper a + a{
    margin: 0;
}
.facets-vertical-form .shipping-wrapper.nyc:before{
    left: 50%;
}
@media screen and (max-width: 749px) {
    .facets-vertical-form{
        padding-bottom: 2rem;
    }
    .facets-vertical .facets-container{
        left: 2rem;
    }
    #FacetSortForm .product-count-vertical{
        position: absolute;
        right: 0;
        bottom: 2rem;
    }
    .facets-vertical-form .shipping-wrapper{
        margin: 0 0 30px;
        width: 100%;
        order: -1;
    }
    .facets-vertical-form .shipping-wrapper a{
        width: calc(50% - 5px);
        min-width: 0;
        padding: 10px 5px;
        font-size: 14px;
    }
}
@media screen and (max-width: 989px) {
  #FacetFiltersForm .active-facets {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
 #FacetSortForm .breadcrumbs-wrapper{
    order: 4;
    flex: 0 0 100%;
    margin-top: 15px;
 }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
    #FacetSortForm .product-count-vertical{
        position: absolute;
        right: 0;
        bottom: 3rem;
    }
}
.active-facets .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.active-facets-desktop {
    margin-bottom: 1rem !important;
}
.active-facets-desktop .active-facets__button-wrapper{
    margin: 0 0 2rem;
}
.active-facets-desktop .active-facets__button-wrapper a{
    padding: 0;
}
.active-facets-desktop a.active-facets__button{
    padding: 0;
    margin: 0 1rem 1rem 0;
}
@media screen and (max-width: 749px){
    #FacetsWrapperDesktop .facets__price{
        padding: 2rem 0;
    }
    #FacetsWrapperDesktop .facets__price .field + .field{
        margin-left: 1rem;
    }
}

/* Collections Pills */

.collections-pills{
    margin-top: 3rem;
    margin-bottom: -1rem;
}
.collections-pills ul {
    column-gap: 16px;
    row-gap: 16px;
}
.collections-pills ul li{
    border: 1px solid #C1C1C1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: calc(50% - 8px) !important;
}
.collections-pills ul li a.pill{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 100%;
}
.collections-pills ul li a.pill div.image{
    width: 70px;
    min-height: 70px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.collections-pills ul li a.pill div.image img{
    height: 100%;
    width: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.collections-pills ul li a.pill div.text{
    padding: 15px 10px;
    flex-grow: 1;
    text-align: center;
}
.collections-pills ul li a.pill h3{
    margin: 0;
    text-transform: none;
    font-size: 14px;
    color: #0B0B0B;
}

/* General Pages */

.page-width--narrow .main-page-title{
    text-align: center;
}

.klaviyo-form-V2jpKT .klaviyo-form,
.klaviyo-form-WCJMTE .klaviyo-form{
  height: 600px;
}
@media (min-width: 40em){
  .klaviyo-form-V2jpKT .klaviyo-form,
  .klaviyo-form-WCJMTE .klaviyo-form{
    height: 500px;
  }
}

.subscribe-offer{
   background: url("/cdn/shop/files/Eos-Blooms-Subscribe.jpg?v=1721320361") no-repeat 50% 50%;
   background-size: cover;
}

.subscribe-offer .page{
    padding: 0;
}

.subscribe-offer .rte{
   padding: 40px 0;
}

@media screen and (min-width: 750px) {
   .subscribe-offer .rte{
       padding: 120px 0;
   }
}

.subscribe-offer .main-page-title{
   display: none;
}

.klaviyo-form{
   /*--s-line-height: inherit;
   --s-font-size: inherit;*/
   --s-vertical-space: 0;
}

.oke-embed .main-page-title{
   margin-bottom: 0;
}

.oke-embed  .page{
   margin-bottom: 50px;
}

.page-wrapper .rte a.button{
    color: #fff;
    margin-bottom: 3rem;
}

/* Delivery Options */

.product-form__buttons .tpo_option-label-container{
    position: relative;
    padding-right: 16px;
}
.product-form__buttons .tpo_option-set-wrapper .tooltip{
    position: absolute;
    top: -6px;
    right: 0;
}
.product-form__buttons .tpo_option-set-wrapper .tooltip .tooltip-content{
    background: #E6E6E6;
    border-radius: 5px;
    padding: 15px;
    width: 300px;
    position: absolute;
    bottom: 30px;
    left: 0;
    margin-left: -130px;
    font-size: 12px;
    margin-top: 6px;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}
.product-form__buttons .tpo_option-set-wrapper .tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%; /* Position below tooltip */
  left: 50%; /* Adjust as needed for arrow position */
  margin-left: -20px;
  border-width: 8px;
  border-style: solid;
  border-color: #E6E6E6 transparent transparent transparent;
}
.product-form__buttons .tpo_option-set-wrapper .tooltip .tooltip-content p{
    font-size: 12px;
    margin: 0 0 1rem;
}
.product-form__buttons .tpo_option-set-wrapper .tooltip .tooltip-content p:last-child{
    margin: 0;
}
.product-form__buttons .tpo_option-set-wrapper .tooltip:hover .tooltip-content{
    display: block;
    opacity: 1;
}
.product-form__buttons .tpo_option-set-wrapper .tooltip span.info{
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    /*border: 1px solid #666;*/
    background: #cbafa0;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    text-indent: -9999px;
}
.product-form__buttons .tpo_option-set-wrapper .tooltip span.info:after{
    content: "?";
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-indent: 0;
}
.product__info-container .tooltip-text{
    display: none;
}
.product-form__buttons .tpo_option-set-wrapper{
    padding: 0 0 3rem;
}
.tpo_option-set-wrapper .form__label{
    font-size: 14px;
    line-height: 18px;
    font-family: 'GT America', sans-serif !important;
    position: relative;
    padding-left: 30px;
    font-weight: 300;
}
.tpo_option-set-wrapper .tpo_option-dropdown{
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tpo_option-label .tpo_option-input-inner::before{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*border: 1px solid #999;*/
}
.tpo_option-set-wrapper .tpo_option-help-text{
    font-size: 12px;
    line-height: 16px;
    margin-top: 1rem;
}
.tpo_option-set-wrapper .tpo_option-input.tpo_option-dropdown{
    font-size: 14px;
    font-family: 'GT America', sans-serif !important;
    font-weight: 300;
}
.tpo_option-set-wrapper .tpo_option-type-selection{
    font-size: 14px;
    font-family: 'GT America', sans-serif !important;
    font-weight: 300;
}
.tpo_option-set-wrapper .tpo_option-input.tpo_text-box{
    font-size: 14px;
    font-family: 'GT America', sans-serif !important;
    font-weight: 300;
}
.tpo_option-set-wrapper div[id*='checkbox'] .tpo_option-label-container{
    display: none;
}
.tpo_option-set-wrapper div[id*='date-picker'] .form__label{
    padding-left: 25px;
}
.tpo_option-set-wrapper div[id*='date-picker'] .form__label:before{
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
    background: url("/cdn/shop/files/icon-delivery-calendar.svg?v=1736503838") no-repeat 0 0;
}
.tpo_option-set-wrapper div[id*='dropdown'] .form__label:before{
    content: "";
    width: 24px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 0;
    background: url("/cdn/shop/files/icon-delivery.svg?v=1736503838") no-repeat 0 0;
}
.tpo_option-set-wrapper div[id*='text-area'] .form__label{
    padding-left: 25px;
}

.tpo_option-set-wrapper div[id*='text-area'] .form__label:before{
    content: "";
    width: 24px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url("/cdn/shop/files/icon-envelope.svg?v=1736960810") no-repeat 0 0;
}

.tpo_option-set-wrapper .tpo_flex-50[id*='text-area']{
    width: 100% !important;
}
.tpo_option-set-wrapper .tpo_flex-50[id*='text-area'] .form__label:before{
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 0;
    background: url("/cdn/shop/files/icon-info.svg?v=1758534344") no-repeat 0 0;
    background-size: 17px auto;
}

.tpo_option-set-wrapper div[id*='checkbox'] .tpo_option_type_label{
    text-indent: -9999px;
    font-family: 'GT America', sans-serif !important;
    font-size: 14px;
}
.tpo_option-set-wrapper div[id*='checkbox'] .tpo_option_type_label:after{
    content: "Add Personalized Message";
    text-indent: 0;
}
.tpo_option-set-wrapper div[id*='checkbox'] .tpo_next_option_typeno-image{
    padding-left: 20px;
}

.tpo_option-set-wrapper .tpo_option-required-indicator{
    margin-right: 5px;
    margin-left: -5px;
    font-family: 'GT America', sans-serif !important;
    font-weight: 300;
}
.tpo_option-set-wrapper .tpo_error-message{
    font-size: 12px;
    font-family: 'GT America', sans-serif !important;
    font-weight: 300;
}


.rebuy-cart__flyout-item-property.property-key-add-personalized-message{
    display: none;
}

/* rebuy cart */
#rebuy-cart{
  padding: 0;
}

.video-wrapper{
    width: 100%;
    overflow: hidden;
}
.video-wrapper video{
    display: block;
}
.video-wrapper + .product__modal-opener{
    display: none !important;
}

/* Corresponding Product */

.corresponding-product{
    margin-top: 2rem;
}
.corresponding-product h4{
    font-family: var(--font-body-family);
    text-transform: none;
    margin-bottom: .6rem;
    font-size: 1.3rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .04rem;
    color: rgba(var(--color-foreground), 0.75);
    margin-top: 0;
}
.corresponding-product a.button{
    font-size: 1.4rem;
    min-height: 47px;
}

@media screen and (min-width: 1280px) {
    .corresponding-product{
        margin-top: 0;
    }
    /*
    .product__info-container .product-form__quantity{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        column-gap: 4rem;
    }*/
}

.vases-gallery-wrapper h3{
    text-transform: none;
    margin-bottom: 1rem;
}
.vases-gallery-wrapper .vases-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 2rem;
}
.vases-gallery-wrapper .vases-gallery__thumb {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 1280px) {
    .vases-gallery-wrapper .vases-gallery__thumb {
        width: 115px;
        height: 115px;
    }
}
.vases-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vases-gallery__thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.glightbox-container .gcontainer {
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease-in-out;
}
.glightbox-clean .gslide-media{
    box-shadow: none !important;
}
.glightbox-container .gslide-image img {
  max-height: 70vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.shop-all-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
}

.clients .splide {
  position: relative;
}

.clients .splide::before,
.clients .splide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.clients .splide::before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.clients .splide::after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}

.featured-clients .splide::before,
.featured-clients .splide::after {
    width: 60px;
}

.featured-clients .splide::before {
  left: 0;
  background: linear-gradient(to right, #F5F2F0, transparent);
}

.featured-clients .splide::after {
  right: 0;
  background: linear-gradient(to left, #F5F2F0, transparent);
}

.featured-clients .splide .splide__slide{
    width: 400px;
    padding: 0 50px;
}

@media screen and (max-width: 749px) {
    .clients .splide::before,
    .clients .splide::after{
        width: 30px;
    }
    .featured-clients .splide .splide__slide{
        width: 300px;
        padding: 0 25px;
    }
}

.featured-clients .clients-list-card{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: column;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.featured-clients .clients-list li img {
    min-width: 0;
    max-width: 140px !important;
    max-height: 40px;
    width: auto;
    height: auto;
    transition: all 0.5s ease;
}

.featured-clients .clients-list-card__description{
    font-size: 1.4rem;
    line-height: 1.25;
    margin-top: 3rem;
}

.featured-clients .clients-list-card__image-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.featured-clients .clients-list-card:hover{
    opacity: 1;
}

.featured-clients .clients-list-card:hover img{
    transform: scale(1.1);
}

.featured-clients .splide{
    padding-bottom: 0;
    padding-top: 40px;
}

/* Mobile Card Hover */

.card--media.mobile-active .media--hover-effect > img:nth-child(2) {
    opacity: 1 !important;
    transform: scale(1.05);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.card--media.mobile-active .media--hover-effect > img:first-child {
    opacity: 0;
}

.flower-type-badge{
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    /*background: #e4d5ca;*/
    background: #fff;
    padding: 6px 10px 4px;
    font-size: 12px;
    line-height: 16px;
    z-index: 10;
    border-radius: 4px;
    margin: 0 !important;
    color: var(--color-dark);
    text-transform: uppercase;
    /*border-top: 0.5px solid #7B7B7B;
    border-left: 0.5px solid #7B7B7B;*/
}
.flower-type-badge span.separator{
    color: var(--color-dark);
    opacity: 0.2;
}
.flower-type-badge .badge-fresh,
.flower-type-badge .badge-preserved{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    column-gap: 0.8rem;
    align-items: center;
}
.flower-type-badge .badge-fresh span.icon{
    width: 19px;
    height: 16px;
    background: url(/cdn/shop/files/icon-badge-fresh.svg?v=1781077006) no-repeat 0 0;
    background-size: 19px auto;
}
.flower-type-badge .badge-preserved span.icon{
    width: 23px;
    height: 8px;
    background: url(/cdn/shop/files/icon-badge-preserved.svg?v=1781077007) no-repeat 0 0;
    background-size: 23px auto;
}
.product__info-container .flower-type-badge{
    background: #F5F2F0;
    bottom: auto;
    left: auto;
    top: 2rem;
    right: 2rem;
    border-top: none;
    /*border-left: 0.5px solid #7B7B7B;
    border-bottom: 0.5px solid #7B7B7B;*/
}
/*@media screen and (min-width: 750px) {
    .flower-type-badge{
        font-size: 16px;
        line-height: 20px;
        padding: 6px 15px 4px;
    }
}*/

@media screen and (max-width: 749px) {
    .product__info-container{
        position: relative;
    }
}

.slider-counter.has-progress-bar span {
  display: none; 
}

#MainContent .slider-buttons{
    max-width: var(--page-width);
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#MainContent .slider-buttons .slider-button--prev,
#MainContent .slider-buttons .slider-button--next{
    display: none;
}

@media screen and (min-width: 750px) {
  #MainContent .slider-buttons {
    padding: 0 2.4rem;
  }

  #MainContent .multicolumn .slider-buttons{
    padding: 0;
  }
}

.slider-buttons .slider-counter{
    width: 100%;
}

.slider-progress-track {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.slider-progress-fill {
  display: block !important;
  height: 100%;
  background-color: #BEBEC4;
  width: 0%;
  transition: width 0.3s ease-out;
}

.reviews .review-card{
    background: #fff;
    padding: 2rem;
}

.color-scheme-1 .reviews .review-card{
    background: #F5F2F0;
}

.reviews .review-grid{
    margin-bottom: 3rem !important;
}

@media screen and (min-width: 1400px) {
    .reviews .review-grid{
       /* margin-left: 1.5rem; */
    }
}

.reviews .review-info {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.reviews .review-info .metafield-rich_text_field{
    font-style: italic;
    font-size: 1.4rem;
}

.reviews .review-name {
  margin-top: auto;
  display: block;
}

.reviews .review-card .review-stars span{
    font-size: 2.4rem;
    color: #CBAFA0;
}

.reviews .review-card h3{
    font-size: 2rem;
    margin: 0.5rem 0 0;
}

.reviews .review-card .review-text{
    font-size: 1.6rem;
    line-height: 1.5;
}

.reviews .review-card .review-name{
    text-transform: uppercase;
    font-size: 1.5rem;
}

#pdp-step-1 > * + * {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.pdp-step {
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin: 0 !important;
}

.corresponding-product-wrapper {
  margin: 20px 0;
}

.corresponding-product-wrapper h4 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
}

.size-switcher-grid {
  display: flex;
  gap: 2rem;
  width: 100%;
}

.size-switch-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  text-transform: uppercase;
  padding: 0;
  height: 4rem;
  min-height: 4rem;
}

.size-switch-btn.active {
  background-color: #2A2A2B;
  color: #fff;
  border: 0.5px solid #2A2A2B;
  cursor: default;
  opacity: 1 !important;
}

.size-switch-btn:not(.active) {
  background-color: #F5F2F0;
  color: #2A2A2B;
  border: 0.5px solid #7B7B7B;
}

.size-switch-btn:before,
.size-switch-btn:after{
    display: none;
}

.icon-check-btn {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
  filter: brightness(0) invert(1);i
}

.bundle-subtotal.first-step{
    font-size: 2rem;
    margin-bottom: 1.5rem;
}


@media (prefers-reduced-motion: no-preference) {
  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    visibility: hidden !important;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in,
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    visibility: visible !important;
  }
}

[data-rebuy-component="announcement-bar"] .splide__slide {
  color: #232323 !important; 
}

/* Gift Cards */

.recipient-form .recipient-fields .field__label{
    font-size: 1.2rem;
    top: calc(1.5rem + var(--inputs-border-width));
}

.recipient-form .recipient-fields .field__input:focus ~ .field__label{
    font-size: 1rem;
    top: calc(var(--inputs-border-width) + .5rem);
}

/* Slider */

@media only screen and (min-width: 1400px) {
    slider-component .slider{
        /*padding: 0 1.2rem;*/
    }
}

@media screen and (min-width: 990px) {
  .slider--desktop{
    margin-left: -1.2rem;
  }
  /*.slider--desktop .slider__slide:first-child {
    margin-left: calc(var(--desktop-margin-left-first-item);
    scroll-margin-left: var(--desktop-margin-left-first-item);
  }*/
}

/* Sticky Add to Cart */

body.template-product #PBarNextFrameWrapper{
    display: none;
}

.sticky-atc {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(239,239,231,0.06);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
    z-index: 999; 
    transform: translate3d(0, 100%, 0);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
    padding: 1rem 0;
    margin: 0 !important;
}

.sticky-atc.is-visible {
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.sticky-atc__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.sticky-atc__left {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.sticky-atc__image {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.sticky-atc__title {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.3;
    max-width: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: rgb(var(--color-foreground));
}

.sticky-atc__button {
    min-height: 48px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem 2rem;
    min-width: 0;
}

.sticky-atc__button .sticky-atc__btn-mobile{
    align-items: center;
    gap: 0.8rem;
}

.sticky-atc__btn-desktop {
    display: none;
    align-items: center;
    gap: 0.8rem;
}

.sticky-atc__btn-mobile {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.8rem;
}

.sticky-atc__button svg {
    fill: currentColor;
}

@media screen and (max-width: 749px) {
    .sticky-atc__button .icon-wrap{
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 750px) {
    .sticky-atc__title {
        font-size: 2.2rem;
    }
    .sticky-atc__button svg {
        width: 30px;
        height: 30px;
    }
    .sticky-atc__btn-mobile {
        display: none;
    }
    .sticky-atc__btn-desktop {
        display: flex;
    }
}

#StickyATCButton{
    padding: 1.2rem 1rem 0.8rem 2rem;
    background: #2A2A2B;
}

#StickyATCButton:hover{
    background: #E5D6CD;
}

body[class*="template-product"] #chatra{
    bottom: 80px !important;
}

body[class*="template-product"] footer.footer{
    padding-bottom: 100px !important;
}

body[class*="template-product"] .kl-teaser-XEMgGk{
    bottom: 70px !important;
}

/* Size Popup */

.size-guide-bubble {
  text-decoration: none;
  margin-left: 1rem;
  margin-top: -2px;
  display: inline-flex;
  flex-shrink: 0;
}

.size-guide-bubble .info {
  background-color: #cbafa0;
  color: #000;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.4rem 0.8rem;
  border-radius: 2rem;
  transition: opacity 0.2s ease;
  text-indent: -9999px;
  position: relative;
  width: 16px;
  height: 16px;
  font-family: Georgia, 'Times New Roman', serif;
}

.size-guide-bubble .info:before{
    content: "i";
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-indent: 0;
    font-style: italic;
}

.size-guide-bubble:hover .info {
  opacity: 0.7;
}

/* Blog */

.main-blog .title--primary{
    text-align: center;
    margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
    .main-blog .article-featured{
        margin-bottom: 5rem;
    }
}

.main-blog .article-featured .article-card__image--medium .ratio::before {
    padding-bottom: 100%;
}

.article-template{
    margin-top: 5rem;
}

/* Subscriptons Callouts */

.sc-header {
    text-align: center;
    margin-bottom: 5rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.sc-header .caption-with-letter-spacing {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.sc-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media screen and (min-width: 990px) {
    .sc-container {
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }
}

.sc-column {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 12px;
}

.sc-title {
    margin-bottom: 2rem;
    margin-top: 0;
    padding-top: 6rem;
    position: relative;
}

.column-fresh .sc-title:before{
    content: "";
    width: 32px;
    height: 27px;
    background: url(/cdn/shop/files/icon-badge-fresh.svg?v=1781077006) no-repeat 0 0;
    background-size: 32px auto;
    position: absolute;
    top: 2rem;
    left: 0;
}

.column-preserved .sc-title:before{
    content: "";
    width: 33px;
    height: 12px;
    background: url(/cdn/shop/files/icon-badge-preserved.svg?v=1781077007) no-repeat 0 0;
    background-size: 32px auto;
    position: absolute;
    top: 3rem;
    left: 0;
}

@media screen and (min-width: 990px) {
    .sc-title{
        font-size: 2.8rem;
        padding: 2rem 0 2rem 7rem;
    }
    .column-fresh .sc-title:before{
        top: 2.5rem;
    }
    .column-preserved .sc-title:before{
        top: 3.2rem;
    }
    .sc-accordions{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .column-fresh .sc-title:before{
        left: 2rem;
    }
    .column-preserved .sc-title:before{
        left: 2rem;
    }
}

.sc-accordions {
    margin-bottom: 4rem;
}

.sc-accordions .accordion:first-child {
    margin-top: 0;
}

.sc-accordions .accordion {
    border-color: #fff;
}

.sc-accordions .accordion__title{
    text-transform: none;
}

.sc-accordions .accordion__content{
    padding: 0;
}

.sc-image-block {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    background-color: rgba(var(--color-foreground), 0.05);
}

.sc-image-bg {
    position: absolute;
    top: -5%; 
    left: -5%;
    width: 110%;
    height: 110%;
    object-fit: cover;
    filter: blur(8px);
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.sc-image-fg-wrapper {
    position: relative;
    width: 45%;
    z-index: 2;
    padding: 1.2rem;
    border-radius: 12px;
}

@media screen and (max-width: 749px) {
    .sc-image-block{
        aspect-ratio: 1 / 1;
    }

    .sc-image-fg-wrapper{
        width: 60%;
    }
}

.sc-image-fg-wrapper:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.35);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sc-image-fg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.sc-badge-positioner {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.sc-badge-positioner.is-active {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
      pointer-events: auto;
  }

.sc-badge-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    padding: 0.5rem 1rem 0.5rem;
    border-radius: 4px;
    font-size: 1.2rem;
    width: max-content;
    max-width: 180px; 
    text-transform: uppercase;
    line-height: 1.2; 
    text-align: left; 
    animation: sc-float 3s ease-in-out infinite alternate;
}

.sc-badge-inner span.sc-badge-title {
    white-space: normal;
    word-break: break-word;
}

.sc-badge-left {
  flex-direction: row-reverse;
}

.column-fresh .sc-badge-inner{
    background: #FDD1FD;
}
.column-preserved .sc-badge-inner{
    background: #FDF9D1;
}

.sc-badge-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}

.sc-badge-separator {
  width: 1px;
  align-self: stretch;
  background-color: #1F1F1F;
  opacity: 0.2;
}

.sc-badge-positioner.scroll-trigger.animate--slide-in {
    animation: sc-pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
}

@keyframes sc-pop-in {
    0% { opacity: 0; transform: translate(-50%, -50%) scale(0.3); }
    60% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
    100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes sc-float {
    0% { transform: translateY(0); }
    100% { transform: translateY(-6px); }
}

.sc-image-block {
    margin-top: auto;
    width: 100%;
}

/* Mobile Slider */

@media screen and (max-width: 749px) {
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, 
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(70% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 990px) {
  .collection  .collection__title {
    padding: 0 2.5rem !important;
  }
}

@media screen and (max-width: 749px) {
    product-recommendations{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    product-recommendations .related-products__heading{
        padding: 0 1.5rem;
    }
}