/** Shopify CDN: Minification failed

Line 19:6 Unexpected "{"
Line 19:15 Expected ":"
Line 19:21 Unexpected "{"
Line 20:18 Expected identifier but found "{"
Line 20:19 Unexpected "{"
Line 20:28 Expected ":"
Line 20:57 Expected ":"
Line 21:21 Expected identifier but found "{"
Line 21:22 Unexpected "{"
Line 21:31 Expected ":"
... and 170 more hidden warnings

**/


/* CSS from section stylesheet tags */
#faq-{{ section.id }}{
       margin-top:{{ section.settings.margin_top_mob }}px;
       margin-bottom:{{ section.settings.margin_bottom_mob }}px;
     }
     #faq-{{ section.id }}{
         padding-left:{{ section.settings.horizontal_padding_mobile }}px;
     }
     @media(min-width:768px){
       #faq-{{ section.id }}{
           margin-top:{{ section.settings.margin_top_desktop }}px;
           margin-bottom:{{ section.settings.margin_bottom_desktop }}px;
       }
       #faq-{{ section.id }}{
           padding-left:{{ section.settings.horizontal_padding_desktop }}px;
       }
     }
     details[open] summary span svg {
    transform: rotate(180deg);
  }
  .top_title .active{
    border-bottom: 2px solid #121212;
  }
  .need_help p{
    font-size:16px;
  }
  .need_help a{
    border-bottom:1px solid #121212;
  }
#contact-{{ section.id }}{
    margin-top:{{ section.settings.margin_top_mob }}px;
    margin-bottom:{{ section.settings.margin_bottom_mob }}px;
  }
  #contact-{{ section.id }}{
      padding-left:{{ section.settings.horizontal_padding_mobile }}px;
  }
  .help_section p a{
    border-bottom: 1px solid #222222;
  }
  @media(min-width:768px){
    #contact-{{ section.id }}{
        margin-top:{{ section.settings.margin_top_desktop }}px;
        margin-bottom:{{ section.settings.margin_bottom_desktop }}px;
    }
    #contact-{{ section.id }}{
        padding-left:{{ section.settings.horizontal_padding_desktop }}px;
    }
  }
.content-editorial-banner-container {
    display: flex;
    height: 844px;
    overflow: hidden;
  }
  .content-editorial-banner-element {
    display: flex;
    flex: 1;
  }
  .content-editorial-banner-element__picture {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .content-picture {
    width: 390px;
    height: 844px;
    background-color: red;
    border-radius: 50px;
    margin-top: 75px;
    overflow: hidden;
  }
  .content-titles--lg {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .image-mobile-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background: linear-gradient(360deg, #000000 0%, rgba(12, 12, 12, 0.953125) 13.02%, rgba(255, 248, 248, 0) 100%);
    color: white;
  }
.content-editorial-description-container {
    box-sizing: border-box;
    padding-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-editorial-description {
    margin-top: 30px;
    width: 700px;
  }
  .content-editorial-image-gallery {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .content-editorial-image-gallery__image-container {
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }

  .content-editorial-image-scrollable-row {
    display: flex;
    justify-content: center;
  }

  @media (max-width: 768px) {
    .content-editorial-image-scrollable-row {
      overflow-x: scroll;
      justify-content: start;
    }
  }

  .content-editorial-image-unscrollable-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .content-editorial-image-scrollable-row::-webkit-scrollbar {
    display: none;
  }
  .content-editorial-image-gallery__image {
    border-radius: 50px;
  }
  .content-editorial-image-gallery__image-text {
    margin: 15px;
    text-align: center;
    width: 263px;
  }
#delivery-{{ section.id }}{
     margin-top:{{ section.settings.margin_top_mob }}px;
     margin-bottom:{{ section.settings.margin_bottom_mob }}px;
   }
   #delivery-{{ section.id }}{
       padding-left:{{ section.settings.horizontal_padding_mobile }}px;
   }
   @media(min-width:768px){
     #delivery-{{ section.id }}{
         margin-top:{{ section.settings.margin_top_desktop }}px;
         margin-bottom:{{ section.settings.margin_bottom_desktop }}px;
     }
     #delivery-{{ section.id }}{
         padding-left:{{ section.settings.horizontal_padding_desktop }}px;
     }
   }
   .delivery-wrapper p{
     font-family: var(--font-light);
     font-size: 16px;
     font-style: normal;
     font-weight: 300;
     line-height: 150%;
     color: #222222;
   }
  .section-inner p{
     font-size:16px;
   }
   details[open] summary span svg {
    transform: rotate(360deg);
  }
#faq-{{ section.id }}{
       margin-top:{{ section.settings.margin_top_mob }}px;
       margin-bottom:{{ section.settings.margin_bottom_mob }}px;
     }
     #faq-{{ section.id }}{
         padding-left:{{ section.settings.horizontal_padding_mobile }}px;
     }
     @media(min-width:768px){
       #faq-{{ section.id }}{
           margin-top:{{ section.settings.margin_top_desktop }}px;
           margin-bottom:{{ section.settings.margin_bottom_desktop }}px;
       }
       #faq-{{ section.id }}{
           padding-left:{{ section.settings.horizontal_padding_desktop }}px;
       }
     }
     details[open] summary span svg {
    transform: rotate(180deg);
  }
  .top_title .active{
    border-bottom: 2px solid #121212;
  }
  .need_help p{
    font-size:16px;
  }
  .need_help a{
    border-bottom:1px solid #121212;
  }
.shop-the-edit-banner-container {
    display: flex;
    width: 100%;
    overflow: hidden;
  }

  .shop-the-edit-banner-element {
    display: flex;
    flex: 1;
  }
  @media (max-width: 768px) {
    .shop-the-edit-banner-element {
      flex-direction: column;
    }
  }

  .shop-the-edit-banner-title-container {
    display: flex;
    flex: 1;
    max-width: 50vw;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
    flex-direction: column;
  }
  @media (max-width: 768px) {
    .shop-the-edit-banner-title-container {
      max-width: 100%;
    }
  }

  .content-editorial-banner-element__picture {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .shop-the-edit-banner__content-picture {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .shop-the-edit-title--lg {
    max-width: 75%;
    text-transform: uppercase;
  }
  @media (max-width: 768px) {
    .shop-the-edit-title--lg {
      max-width: 100%;
    }
  }
/*.cms-wrapper p strong {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
  }*/

  #return-policy-{{ section.id }}{
    margin-top:{{ section.settings.margin_top_mob }}px;
    margin-bottom:{{ section.settings.margin_bottom_mob }}px;
  }
  #return-policy-{{ section.id }}{
      padding-left:{{ section.settings.horizontal_padding_mobile }}px;
  }
  @media(min-width:768px){
    #return-policy-{{ section.id }}{
        margin-top:{{ section.settings.margin_top_desktop }}px;
        margin-bottom:{{ section.settings.margin_bottom_desktop }}px;
    }
    #return-policy-{{ section.id }}{
        padding-left:{{ section.settings.horizontal_padding_desktop }}px;
    }
  }