<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 651:10 Expected "}" to go with "{"

**/





.button {font-weight: 600;}

/* RESPONSIVE QUERIES */
@media screen and (min-width: 1000px) {.m_only, .m-only {display: none !important;} }
@media screen and (max-width: 999px) {.d_only, .d-only {display: none !important;} }
@media screen and (min-width: 700px) {.under_700, .under-700 {display:none!important} }
@media screen and (max-width: 699px) {.over_700, .over-700 {display:none!important} }

.blocklink {display: block; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;}


/* HEADER */
  header .h6 {font-family: 'semplicitapro', sans-serif;;}
  .header__primary-nav-item .h6 {text-transform: uppercase; font-size: 13px; font-weight: 500; letter-spacing: 0.6px;}
  .mega-menu__linklist li, .header__dropdown-menu li {text-transform: none!important;}

  .header__primary-nav ul.social-media--list {gap: .75rem 0rem; padding: 0.5rem .375rem 0;}
  .header__primary-nav ul.social-media--list a {padding: .375rem 0.75rem;}


/* HOMEPAGE SECTIONS */
.section-stack .featured-collections-carousel,
.story-wrap {max-width: 1800px; margin: auto}

@media screen and (min-width: 1800px) {
  .section-stack .multi-column {max-width: 1800px; margin: auto} 
}

.multi-column__item img {width:100%;}

a.link {text-transform: uppercase; letter-spacing: 1px; font-weight: 600;}


/* CART */
.cart-drawer .line-item-info, .cart-drawer__complementary-products {font-size: 12px;}

/* CART GWP SPECIFIC */

.free-gift-product .complementary-products__header--align-start {
  display: flex;
  justify-content: flex-start; /* Align items to the start */
  gap: 10px; /* Add space between items, but no gap at the end */
  margin: 0; /* Reset any margins */
  padding: 0; /* Reset any paddings */
}

.free-gift-product .horizontal-product-card {
  column-gap: 0.5rem;
  max-width: 220px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  } 
  
@media screen and (min-width: 700px) {
  .free-gift-product .horizontal-product-card {
  column-gap: 0.5rem;
  } 
}
  
  .cart-drawer__complementary-products.free-gift-product {
  background: lavender;
  border-bottom: 1px solid lightgrey;
    padding-block: 5px;
    padding-inline: 5px;
  }

.free-gift-product .complementary-products__header,  .cart-drawer .free-shipping-bar.free-gift-bar {
    width: 100%!important;
  margin-inline-start: 0px;
  padding-block: 0px 5px;
}  
 
  .free-gift-product img {border-radius: 15px;}
  
  .gwp_title {
  font-family: 'ivymode', sans-serif;;
  font-size: 16px;
  }  
  
  .quantity-selector--sm {
  --quantity-selector-height: 1.5rem;
  --quantity-selector-input-width: 1.5rem;
  }
  
    

/* CART (FOR SHADOW-DOM-TEMPLATE sizing) */  

.drawer::part(header) {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  /* Ensure preheader takes full width when present */
  .drawer::part(header) slot[name="preheader"]::slotted(*) {
    width: 100%;
  }
  
  /* Keep header content in a row and space items within */
  .drawer::part(header) .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Aligns items vertically */
    width: 100%;
    flex-grow: 1; /* Allows the header-content to fill available space */
  }
  
  /* Add margin between preheader and the rest of the content if preheader is present */
  .drawer::part(header) slot[name="preheader"]:not(:empty) + .header-content {
    margin-top: 1rem;
}


/* PLP */


    /* SWIPE ALT IMAGE FOR MOBILE */
    
    /* Styles for the image slider */
    .plp_image-slider {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; /* Hide scrollbar for Firefox */
    }
    
    /* Hide scrollbar for Chrome, Safari, and Opera */
    .plp_image-slider::-webkit-scrollbar {
        display: none;
    }
    
    /* Styles for the slides */
    .plp_slide {
        scroll-snap-align: center; /* Change to 'center' for a stronger central snap */
        scroll-snap-stop: always;  /* Ensures the snap always happens */
        flex-shrink: 0;
        width: 101%; 
        height: auto;
        transition: transform 0.5s ease;
        position: relative;
    }

    .product-card__quick-add-button {border-radius: 50%;}

    .product-card .product-title {font-weight: 500;}

    @media screen and (min-width: 1140px) {
.grid_ph img {padding-right: 30px;}    
}
@media screen and (min-width: 641px) and (max-width: 1139px) {
.grid_ph img {padding-right:24px;}    
}
@media screen and (max-width: 640px) {
.grid_ph img {padding-right:10px;}    
}  

/* PDP */

span.price_list_value {
  color: #907fb1; font-weight: 500;
  display: none;
  }

 .product-info span.price_list_value {
  display: inline;
  }
  

.product-info__block-list&gt;:not(:nth-child(1 of:not(:empty))) {
  margin-block-start: 10px;
margin-block-end: 0px;
}

@media screen and (max-width: 699px) {
.product-sticky-bar.is-visible {
  background: white;
  border-top: 1px solid #666;
}
  .product-sticky-bar .buy-buttons {row-gap: .25rem;}
}  


    /* VALUE PROP */
    table.value-prop {width:100%;}
    table.value-prop img {max-width:30px; margin-left: 10px; margin-right:20px;filter: grayscale(100%) brightness(0);}
    table.value-prop tr {display: block; padding:5px 0;}
    table.value-prop td {border: none!important}
    table.value-prop tr:first-of-type {padding-top:15px;}
    table.value-prop tr:last-of-type {padding-bottom:15px;}

    /* PREORDER */
    
      .PreOrderMessage {
          color: #FA5F55;
          font-weight: 600;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 13px;
          display: inline-block;
          }
      
      .PreOrderMessageCart {
      color: #FA5F55; 
      font-weight: 600; 
      margin-bottom: 3px;
      }

    /* WISHLIST BAR */
    .product-info .buy-buttons {position: relative; display: flex;}
    .product-info .buy-buttons button.w-full {width: 80%!important; }
    .product-info .buy-buttons button.swym-button {width: 20%!important; }
    .product-info .buy-buttons .swym-wishlist-button-bar {width: 20%; position: absolute; right: 0; top: -3px; text-align: center; }
    .product-info .buy-buttons .swym-btn-container .swym-button:after {font-size: 30px!important;}

    .quick-buy-modal__info-wrapper .product-info .buy-buttons button.w-full {width: 100%!important; }
    .quick-buy-modal__info-wrapper .product-info .buy-buttons button.swym-button {display: none!important; }

    /* PERSONALIZE BUTTON */
    button.pplr-c-button {width: 80%!important; }
    .product-personalizer {margin-bottom: 0px!important;}

    /* QUICK BUY */
    .modal.quick-buy-modal::part(header) {
        border-block-end: none!important;
    }
    /* .modal.quick-buy-modal::part(body) {
        padding-block-start: 0px;
    }     */

    /* PDP Banner */
    @media screen and (min-width: 1000px), screen and (max-width: 599px) {
      img.pdp_banner {
        display: block !important;
      }
      
      img.pdp_banner_tablet {
        display: none !important;
      }
    }
    
    @media screen and (min-width: 600px) and (max-width: 999px) {
      img.pdp_banner {
        display: none !important;
      }
      
      img.pdp_banner_tablet {
        display: block !important;
      }
    }
    
    

/* COLOR-LENGTH SWATCHES (PDP AND PLP) */
        
        .pdp_op_label, .pdp_op_content, .ProductForm__Label, .SizeSwatchList {display: inline-block; vertical-align: middle; }
        .pdp_op_label {font-weight: 500; margin-right: 10px;}
        .ProductForm__Label {font-weight: 500; margin-right: 20px;}
        
        .product-colors ul li {
          list-style: none;
          display: inline-block;
          border: 1px solid white;
          padding-inline-start: 0px;
        }
        .product-colors li:hover,
        .highlight {
          border: 1px solid #e0dfde
        }
        
        .tooltip-block:hover:after {
          padding: 3px 6px;
          background: #fffea1;
          content: attr(data-title);
          position: absolute;
          right: -50px;
          top: 56px;
        }
          
        
          .plp_swatch {
            display: inline-block; 
            width: 22px; height: 22px; 
            border-radius: 50%;
            background-size: 100% 100%;
            /* margin: 0 2px 2px 2px;  */
            outline: 1px solid #eee;
          }
        
          .plp_swatch.current {
            cursor: default;
            border: 1px solid black;
          }
        
          .l_swatches a {display: inline-block; outline: 1px solid #EEE; padding: 2px 10px; margin-right: 3px;}
          .l_swatches a.current {border: 1px solid #000000;}
          .plp_swatch_ro {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.25s;
          }
          .plp_swatch_ro img {
            width: 100%;
          }
        
          li.swatch_hover:hover + div.plp_swatch_ro {
          opacity: 1;
          
        }
        
        .pdp_color_name {
          font-family: ;
          font-weight: 500;
          font-size: 14px!important;
          padding-bottom: 10px;
        }
        
        .CollectionMain .product-colors ul {display: inline-block;}

/* WISHLIST */

    .product-card .swym-button {
      position: absolute; 
      bottom: 10px; 
      left: 10px; 
      /* background: white!important; 
      padding: 10px!important; 
      border-radius: 50%; */
     }

    i.icon-swym-wishlist {
    font-family: 'swym-font';
    font-style: normal;
    vertical-align: middle;
    }
    i.icon-swym-wishlist+span {
    vertical-align: middle;
    }
    i.icon-swym-wishlist:after {
    content: '';
    font-size:18px;
    line-height: 20px;
    text-align: center;
    display: inline;
    }
    /*content rendered after swym is ready to avoid showing block/invalid chars*/
    .swym-ready i.icon-swym-wishlist:after {
    content: '\f08a';
    }

    .swym-btn-container .swym-button:after {
      left: 50%;
      transform: translateX(-50%);
    }    


/* ACCOUNT */

  .account_vertical_split {
    display: flex;
    width: 100%;
    height: auto; /* Default height */
  }
  
  /* Apply 80vh height for screens with a height greater than 700px */
  @media (min-height: 700px) {
    .account_vertical_split {
      height: 80vh;
    }
  }
  
  .account_column {
     flex: 0 0 auto; /* Default flex basis for direct children */
    display: flex;
    flex-direction: column; /* Ensures nested content stacks vertically */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
   
  }
  
  .account_column .section-spacing {width: 80%; max-width: 1000px; margin: auto;}
  
  .account_column:first-child {
    flex: 0 0 40%; /* First child takes up 40% of the width */
  }
  
  .account_column:last-child {
    flex: 0 0 60%; /* Second child takes up 60% of the width */
    padding: 80px 30px;
  }
  
  .account_form_wrapper {
    width: 95%;
    max-width:500px;
  }
  
  @media only screen and (max-width: 1200px) {
    .account_vertical_split {
    display: block;
    height: auto;
    width: 100%;
  }
    .account_column {
  
      flex-basis: 100%;
    }
  }

/* REVIEWS */

  .product-card .yotpo-sr-bottom-line-summary {flex-direction: row!important;}

/* REWARDS */

  .yotpo-2023 .yotpo-widget-override-css * {
    font-family: Montserrat, sans-serif!important;
  }
  
  .yotpo-headline .yotpo-inner-text,
  .yotpo-description .yotpo-inner-text{
    font-family: IvyMode, sans-serif!important;
    text-transform: capitalize!important;
  }

/* GORGIAS */
  #chat-button {right: 0px!important; bottom: 0px!important;}
  
  @media (min-width: 320px) {
      .css-1p3loa1 {
          height: 100px!important;
      }
  }

/* SITEMAP */

.shopify-section-sitemap.main_head .shopify-section-sitemap-catalog ul,.shopify-section-sitemap.main_head .shopify-section-sitemap-catalog li {
  list-style-type: none;
}
.shopify-section-sitemap.main_head .shopify-section-sitemap-catalog {

    width: 100%;
    margin-bottom: 30px;
}
.shopify-section-sitemap.main_head .sitemap-item {
text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}
.shopify-section-sitemap.main_head li.sub-1 {
    width: 20%;

    padding: 0 10px 10px 0;
}
.shopify-section-sitemap.main_head li.sub-2 {
  padding-top: 10px;
}
.shopify-section-sitemap.main_head li.sub-2, .shopify-section-sitemap.main_head li.sub-3 {
    padding-left: 10px;
}
.shopify-section-sitemap.main_head .sub-2&gt;a {
    font-size: 15px;
    text-decoration: none;
    color: #1b1b1b;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  .shopify-section-sitemap.main_head li.sub-1 {
    width: 50%;
  }
}


/* Swym CSS */

.swym-wishlist-modal-container .swym-heading {
font-family: 'ivymode', sans-serif !important;
font-weight: 400 !important;
letter-spacing: normal!important;
}


.swym-button.swym-add-to-wishlist-view-product:after {
    font-size: 28px;
    line-height: 28px;
}

.product-card .swym-button.swym-add-to-wishlist-view-product:after {
    font-size: 20px;
    line-height: 20px;
}

.swym-button-bar.swym-wishlist-button-bar.swym-inject {
    display: none;
}

.swym-button.swym-add-to-wishlist-view-product {
    min-width: unset!important;
    max-width: unset!important;
}

.swym-ui-components .swym-bg-2, .swym-ui-component .swym-bg-2 {
    background: #1C1B1B!important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
    overflow: visible!important;
    height: auto!important;
}

.swym-wishilist-grid .h2 {font-size: 13px!important;}

.swym-ui-component .swym-wishlist-container-content {
    background: #ffffff!important;
    position: relative;
}


.swym-ui-component .swym-wishlist-list-card {
    cursor: pointer;
    margin: 0 2% 2% 0;
    width: 48%;
    background: #fff;
    box-shadow: none!important;
    margin-bottom: 22px;
    max-width: 430px;
    min-height: 335px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.swym-ui-component .swym-wishlist-detail-header .swym-wishlist-main-title {
    text-transform: uppercase;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
    overflow: hidden;
    height: auto!important;
}

.swym-wishlist-modal-container .swym-heading {
font-family: IvyMode, sans-serif !important;
font-weight: 400 !important;
}

h3.swym-heading, h2.swym-heading {
  font-size: 24px !important;
}

button.swym-empty-wishlist-continue-btn {
  padding: 10px 30px!important;
  background: black!important;
  min-width: 100px!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  letter-spacing: 1px!important;
  font-size: 12px!important;
}


.swym-wishlist-item .swym-title, .swym-value, 
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title, 
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price {
     font-size: 13px!important;
  text-align: center!important;
  display: block!important;
}
.swym-value {
     font-weight: 400!important; 
}
h2.swym-title {font-weight: 600!important;}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
    background: #fff;
    border: none!important;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  text-align: center!important;
    justify-content: space-between;
    cursor: pointer;
}

/* GIFT CARD BALANCE FORM */

.checky-widget-wrapper {
  padding: 80px 0!important;
}

.checky-widget-container {
    max-width: 600px;
  text-align: center;
    width: 100%!important;
    padding: 20px;
    border: none!important;
  font-family: 'ivymode', serif;

.checky-widget-title { font-weight: normal !important; }

.checky-btn, 
.checky-widget-input-label, 
.checky-input, 
.checky-widget-results-container { 
    font-family: semplicitapro, sans-serif !important; 
    text-transform: uppercase; 
    font-weight: 500; 
}

.checky-input { padding-left: 20px; }

.checky-widget-input-container { 
    border: 1px solid #CCC !important; 
    margin-top: 10px; 
    border-radius: 0 !important; 
}

.checky-btn { border-radius: 0 !important; }

.checky-widget-gc-data, 
.checky-gc-row { 
    width: 100% !important; 
    gap: 10px !important; 
}

.checky-gc-row-label, 
.checky-gc-row-value { width: 50% !important; }

.checky-gc-row-value { text-align: left !important; }

/* End CSS */
          </pre></body></html>