/** Shopify CDN: Minification failed

Line 798:24 Expected "}" to go with "{"

**/
@font-face {
    font-family: 'century_gothicregular';
    src: url('https://cdn.shopify.com/s/files/1/0607/0924/0970/files/centurygothic-webfont.woff2?v=1763139666') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0607/0924/0970/files/centurygothic-webfont.woff?v=1763139666') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'century_gothicbold';
    src: url('https://cdn.shopify.com/s/files/1/0607/0924/0970/files/centurygothic_bold-webfont.woff2?v=1763139666') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0607/0924/0970/files/centurygothic_bold-webfont.woff?v=1763139666') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'felix_titlingregular';
    src: url('https://cdn.shopify.com/s/files/1/0607/0924/0970/files/felixtitlingmt-webfont.woff2?v=1763214001') format('woff2'),
         url('https://cdn.shopify.com/s/files/1/0607/0924/0970/files/felixtitlingmt-webfont.woff?v=1763214001') format('woff');
    font-weight: normal;
    font-style: normal;

}
.header__primary-nav ul li a,body,.heading, .h1, .h2, .h3, .h4, .h5, .h6, .prose :where(h1,h2,h3,h4,h5,h6){
    font-family: 'century_gothicregular';
}
.header__primary-nav {
   margin-top:1px;
}
.prose .btnwrap a {
    text-transform: uppercase;
}
.banner-video .place-self-center {
    place-self: inherit;
    position: absolute;
    bottom: 20px;
}
.banner-video p{
  margin:0 !important;
}
.banner-video p.btnwrap{
  margin:15px 0 0 0 !important;
}
.banner-video p.btnwrap a{
  font-size:12px;
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-items: center;
}

.collection-item {
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.collection-item:hover {
  transform: translateY(-8px);
}
.product-info__block-item[data-block-type="description"] p br{
  display:none;
}
.collection-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
}

.collection-title {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
}

.collection-text {
  font-size: 14px;
  color: #777;
}
.collection-showcase {
  text-align: center;
  padding: 80px 0;
}

.section-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-subheading {
  color: #737373;
  font-size: 16px;
  margin-bottom: 50px;
}
.collection-showcase .collection-grid,.philosophy-grid,.testimonials-grid {
    width: 1280px;
    margin: 0 auto;
}
.philosophy-section {
  text-align: center;
  padding: 80px 0;
  background: #fff;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
  text-align: center;
}

.philosophy-item {
  max-width: 260px;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  background: #f3f3f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.icon-wrapper img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.icon-wrapper:hover {
  transform: scale(1.1);
  background: #eaeaea;
}

.item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.item-text {
  font-size: 14px;
  color: #737373;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 900px) {
  .philosophy-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
  }
}
.icon-svg {
    display: flex;
    align-items: center;
}
.testimonials-section {
  padding: 80px 0;
  background: #f9f9f9;
  text-align: center;
}


.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
  align-items: stretch;
}

.testimonial-item {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.testimonial-quote {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #111;
}

.testimonial-name {
  font-weight: 600;
  color: #111;
  margin-bottom: 4px;
}

.testimonial-role {
  font-size: 14px;
  color: #777;
}
.philosophy-text-section {
  padding: 80px 0;
  background-color: #fff;
  text-align: center;
}

.philosophy-heading,.newsletter h2 {
  font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #111;
    text-transform: none;
    letter-spacing: normal;
}

.philosophy-text {
  max-width: 800px;
  margin: 0 auto;
}

.philosophy-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.philosophy-paragraph:last-child {
  margin-bottom: 0;
}
.mobile-only {
    display: none;
}
.terms-content h5{
      text-transform: none;
    letter-spacing: 0;
    font-size: inherit;
}
.terms-content h2, .terms-content h3{
    font-size:14px;
    letter-spacing:0;
    font-weight:bold;
}

@media (max-width: 992px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
.header__secondary-nav svg{
  width:24px;
  height:24px;
}
.product-gallery__media>*{
  height:100%;
}
}
/* Responsive */
@media (max-width: 768px) {
  .collection-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .desktop-only{
    display:none;
  }
  .mobile-only {
    display: block;
}
  .masonry-item{
    margin-top:0px!important
  }
}
    .split-hero {
      position: relative;
    }

    .split-hero__wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      position: relative;
    }
.split-hero__image{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
    .split-hero__image img {
     width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2 / 3; /* preserves proportions */
    }

    .split-hero__overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
      z-index: 5;

    }

    .split-hero__heading {
      font-size: 70px;
      font-weight: 500;
      margin: 20px 0;
      line-height:1;
      font-family: 'felix_titlingregular';
    }

    .split-hero__subheading {
      letter-spacing: 2px;
      font-size: 13px;
    }
    .split-hero__text{
      font-size:12px;
    }
    .split-hero__button {
      display: inline-block;
      margin-top: 10px;
      padding: 10px 20px;
      color: #fff;
      text-decoration: none;
      border-radius: 3px;
      font-size:12px;
    }
    .content-over-media:before{
       background-color:rgba(0,0,0,0,0.5);
    }
    .header__primary-nav  ul li a{
      letter-spacing:0;
    }
.split-hero__wrapper:before{
  background-color:rgba(0,0,0,0.10);
  Content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
.button.button--outline{
  border:0 !important;
  color:#fff !important;
      margin: 0 !important;
      text-decoration:underline;
}
  .header__primary-nav ul li a{
    font-size:12px;
  }
  .header__primary-nav > ul > li > a{
    font-size:10px;
    letter-spacing:1.8px;
  }
  .header__logo-image{
  }
  .header{
        padding-top: 15px;
    padding-bottom: 15px;
  }
  .announcement-bar{
    background:#f8f6ef !important;
    padding-bottom: 4px;
        padding-top: 5px;
  }
  .announcement-bar .contents{
    display:none
  }
  video-media>:is(video:not(:fullscreen),img) {
    object-fit: cover;
    object-position: top !important;
    margin: 0 !important;
}
.shopify-section--featured-collections .container{
  max-width:100%;
  margin:0 auto;
}
.shopify-section--featured-collections .section-spacing{
  padding-top:0;
}
.slinks li {
  list-style:none;
}
.slinks li svg{
  width:20px;
}
.slinks li a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__dropdown-menu{
  min-width: 280px;
    max-width: 380px;
}
.accordion__toggle{
  border-color:transparent !important;
}
.accordion__toggle .animated-plus{
  opacity:0;
}
.accordion{
border-block-width: 0;
}
.accordion__content .table-scroller{
  margin-block-start: 1.25rem !important;
}
 .size-table, .accordion__content .table-scroller table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    table-layout: fixed;
    word-wrap: break-word;
  }

  .size-table th, .size-table td, .accordion__content .table-scroller table td, .accordion__content .table-scroller table th {
    border: 1px solid #ddd;
    padding: 10px;
    white-space: nowrap;
    font-size:10px
  }
.accordion__content .table-scroller table td strong{
  font-weight:normal !important;
}
.block-swatch.is-disabled{
  pointer-events:none !important;
      cursor: not-allowed !important;
}
.color-swatch{
  border-radius:100% !important;
}
.login-row{
  display:flex;
  justify-content:space-between;
  margin:0 auto;
}
.login-row .left-col{
  flex:0 0 50%;
  max-width:50%;
}
.login-row .right-col{
  flex:0 0 50%;
  max-width:50%;
  display:flex;
  align-items:center;
  border-left:solid 1px #000;
}
.customer-account-box{
  max-width:400px;
      min-height: 400px;
}
.customer-account-box .button{
    width: auto;
    max-width: fit-content;
    margin: 0 auto;
}
.right-inner{
  margin:0 auto;
  max-width:400px;
  text-align:center;
}
.right-inner p{
  margin:30px;
}
  @media screen and (max-width: 600px) {
    .size-table {
      font-size:10px
    }
  }
@media screen and (min-width: 1400px) {
    .product-list {
    }

  }
    /* Mobile */
    @media (max-width: 768px) {
      .split-hero__wrapper {
        grid-template-columns: 1fr;
      }
      .split-hero__image img {
        height: 60vh;
      }
      .split-hero__heading{
        font-size:40px;
                margin: 10px 0;
      }
      .header__logo-image {
    width: 100px;
}
    }

.footer__newsletter-form input {
width: 100%;
background: #00000012;
border: 1px solid #ffffff33;
height: 40px;
padding: 0 10px;
margin: 15px 0;
}
.footer__newsletter-form button {
    width: 100%;
    border: 1px solid #ffffff33;
    padding: inherit;
    height: 45px;
    background: #000;
    color: #fff;
    font-weight: 600;
}
.footer__block-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid !important;
}
.banner-video p{
  letter-spacing:0.7px;
}
.shopify-section--rich-text .section-spacing{
  padding-top:50px;
  padding-bottom:30px;
}
.shopify-section--rich-text .section-spacing .container--xs{
  max-width:450px;
  margin:0 auto;
}
.shopify-section--rich-text .section-spacing .container--xs p{
  font-size:12px;
}
.banner-video p.btnwrap a {
    font-size: 10px;
}
.footer__newsletter .footer__text{
  display:none;
}
.footer__block--newsletter button{
  width:100%;
}
.size-table th, .size-table td{
  text-align:center !important;
}
.product-info__block-item .size-chart .accordion__toggle{
  padding:0;
}
.prose p, .prose  li{
  font-size:12px;
}
.prose p br{
  /* display:none; */
}
.block-swatch{
  font-size:12px;
}
.accordion__content.prose ul li{
  font-size:12px;
}
.accordion__content.prose{
  font-size:12px;
}
.product-info__block-item legend{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:2.16px;
}
.product-info__block-item .accordion__toggle span{
  font-size:11px;
}
.size-table th, .size-table td{
      font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
}
.product-gallery[allow-zoom] .product-gallery__media{
  cursor:pointer;
}
.size-table th, .size-table td strong{
  font-weight:normal;
}
.product-info__block-item .accordion__toggle {
    justify-content: space-between;
    align-items: center;
    column-gap: .625rem;
    padding-block: 1.25rem;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
}
.header__menu-disclosure{
  cursor:pointer
}
.header__menu-disclosure summary{
  pointer-events:none;
  font-size:10px;
}
@media screen and (min-width: 768px) {


.product-gallery__image-list .contents .product-gallery__carousel .product-gallery__media {
   height: calc(100vh - var(--announcement-bar-height) - var(--header-height) - var(--container-gutter));
}
.product-gallery__image-list .contents .product-gallery__carousel .product-gallery__media > img {
   height:100%;
           object-fit: cover;
}
.product-gallery__image-list .contents .product-gallery__carousel{
  max-height:max-content !important;
}

}
@media screen and (max-width: 767px) {
   .product-gallery__media video{
  height:100%;
}
    .footer {
        padding: 40px 0px;
    }
    .shopify-section--rich-text .section-spacing .container--xs{
      padding:0 40px;
}
.footer__inner ul li{
}
.footer__inner ul li a{
  font-size:10px;
}
.footer__inner ul{
  gap:0;
}
.slinks  li{
  margin-bottom:8px;
}
.footer__newsletter + .footer__block{
  display:none;
}
.split-hero__image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.product-gallery .page-dots{
  position: absolute;
    bottom: 0px;
    height: 2px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    left: 0;
}
.product-gallery .page-dots button{
  width:100%;
  height:100%;
}
.product-gallery .page-dots button::before{
  display:none;
}
.shopify-section--main-product .container {
     --distance-to-bleed: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    margin:0 !important;
}
.product-info__block-list{
  margin:0 15px;
}
.shopify-section--main-product .product-gallery__image-list{
      height: calc(100vh - var(--announcement-bar-height) - var(--header-height) - 50px);
}
.shopify-section--main-product  .product-gallery__image-list .contents{
  display:block;
  height: calc(100vh - var(--announcement-bar-height) - var(--header-height) - 50px);
}
 .shopify-section--main-product  .product-gallery__image-list .contents .product-gallery__carousel{
  height: calc(100vh - var(--announcement-bar-height) - var(--header-height) - 50px);
}
.shopify-section--main-product  .product-gallery__image-list .contents .product-gallery__carousel .product-gallery__media {
   height: calc(100vh - var(--announcement-bar-height) - var(--header-height) - 50px);
}
.shopify-section--main-product  .product-gallery__image-list .contents .product-gallery__carousel .product-gallery__media > img {
   height:100%;
           object-fit: cover;
}
.shopify-section--main-product  .custom-product-gallery{
  height: calc(100vh - var(--announcement-bar-height) - var(--header-height) - 50px);
}
.shopify-section--main-product  .custom-product-gallery > div{
  height: calc(100vh - var(--announcement-bar-height) - var(--header-height) - 50px);
}
.shopify-section--main-product  .product-gallery__image-list .contents .product-gallery__carousel .product-gallery__media video-media {
   height: 100%;
}
.custom-product-gallery img{
  height: 100%;
  object-fit:cover;
}
.header-sidebar__main-panel .header-sidebar__linklist li button,
.header-sidebar__main-panel .header-sidebar__linklist li a{
  font-size:10px;
}
.logo-menu{
  width: 100px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.logo-menu img{
  width:100px;
  height:auto;
}
.header-mobile-menu img{
  max-width:100px;
}
.product-card__info .product-title{
  font-size:10px;
  letter-spacing:1px;
}
.product-card__info .price-list  *{
  font-size:10px;
}
.prose p, .prose li, .block-swatch, .accordion__content.prose ul li, .accordion__content.prose {
    font-size: 12px;
}
.product-gallery__carousel-with-arrows {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .footer__block.footer__block--newsletter{
      order:4;
    }
    .product-info  .price-list *{
      font-size:14px !important;
    }
   .product-info .product-title{
    font-size:16px;
    }
    .product-info__block-item legend{
      font-size:10px;
    }
    .accordion__toggle span{
      font-size:10px;
    }
   .product-info .accordion__content ul{
      margin-left: 15px !important;
    }
    .header-sidebar__sub-panel ul li a{
      font-size:10px;
    }
    .header-sidebar__back-button{
      font-size:10px;
    }
    .login-row {
  
    flex-direction: column;
    padding:0 15px;
}
.login-row .left-col {
    flex: 0 0 100%;
    max-width: 100%;
}
.login-row .right-col {
    flex: 0 0 100%;
    max-width: 100%;
    border:0;

}
#shopify-section-template--21690429702368__1778770805b3c11f0f h6 {
  margin-bottom: 24px; }