/** Shopify CDN: Minification failed

Line 45:0 Unexpected "}"

**/
@media(max-width: 1400px){
  .shopify-section--slideshow .prose .button {
    margin-block-start: 5vw !important;
  }
}
@media(max-width: 1149px){
  .navigation-promo .content-over-media:nth-child(3) {
    grid-area: promo-3 !important;
  }
  .panel__wrapper li .text-with-icon {
    text-transform: uppercase;
  }
}
@media(max-width: 1080px){
  .shopify-section--slideshow .text-custom .h0 {
    font-size: 3rem;
  }
  .shopify-section--slideshow .content-over-media>:not(img,video,iframe,svg,video-media,picture){
    max-width: 380px;
  }
  .shopify-section--scrolling-text .scrolling-text__text {
    font-size: 3rem;
  }
  .shopify-section--media-grid .prose .h1 {
    font-size: 1.5rem;
  }
  .footer__block--text {
    flex-basis: 40%;
  }
  .footer__block.footer__block--space {
    min-width: 20%;
  }
  .shopify-section--featured-collection .section-header {
    justify-content: space-between;
    align-items: end;
    display: flex;    
  }
  .navigation-promo
  
}

@media(max-width: 999px){
  .footer__block.footer__block--space {
    display: none;    
  }
  .footer__block-list {
    gap: var(--spacing-10) var(--spacing-16);
  }
  .shop-the-look__carousel {
    --shop-the-look-carousel-width: 100%;
  }
  #shopify-section-template--22535213285560__featured-collection .product-list {
    --product-list-carousel-item-width: 28vw;
  }
  product-gallery {
    position: relative;
    top: 0px;
  }
  .product-gallery__media img {
    margin-inline-start: 0;
    margin-inline-end: 0;
    max-width: 100%;
    width: 100%;
  }
}


@media(max-width: 699px){
  .shopify-section--slideshow .text-custom .h0 {
    font-size: 2rem;
  }
  .parallax-banner {
    min-height: 300px !important;
  }
  .shop-the-look {
    --shop-the-look-grid: auto-flow / auto;
  }
  .shopify-section--slideshow .prose .button {
    width: 100%;
    max-width: 300px;
  }
  .shop-the-look__products {
    justify-items: flex-start;
  }
  .shop-the-look__carousel {
    --shop-the-look-carousel-width: 100%;
    width: var(--shop-the-look-carousel-width);
  }
  .shop-the-look__carousel>.horizontal-product-list {
    gap: 0;
  }
  .shop-the-look__carousel .horizontal-product-list .horizontal-product {
    display: flex;
    width: 100%;
    padding: var(--spacing-4);
    border: 1px solid rgb(var(--text-color) / .12);
  }
  .shop-the-look__carousel .horizontal-product-list .horizontal-product+.horizontal-product {
    border: 1px solid rgb(var(--text-color) / .12);
    border-top: 0;
  }
  .shop-the-look__carousel .horizontal-product__cta {
    display: block;
    margin-top: 5px;
  }
  .shop-the-look__carousel .horizontal-product-list .horizontal-product .horizontal-product__image {
    width: 6rem;
    flex: 0 0 6rem;
  }
  .footer__aside {
    gap: 0;
  }
  .footer__wrapper {
    gap: 2rem;
  }
  .shopify-section--footer .footer {
    background-size: 100% 100% !important;
  }  
  .shopify-section--slideshow .prose .button {
    padding: 10px 0;
    width: 200px !important;
  }
  .shopify-section--media-with-text .media-with-text__content {
    padding: 0 !important;
  }
  .contact-form {
    padding: var(--spacing-6) 0;
  }
}

@media(max-width: 480px){
  .parallax-banner {
    min-height: 200px !important;
  }
  .shopify-section--slideshow .content-over-media>:not(img,video,iframe,svg,video-media,picture) {
    max-width: 250px;
  }
  .shopify-section--scrolling-text .scrolling-text__text {
    font-size: 2rem;
  }
  .shopify-section--rich-text a.button.button--lg.button--outline {
    max-width: 100%;
    width: 100%;
  }
  .shopify-section--rich-text .rich-text .prose, .split-rich-text .prose {
    display: block;
  }
  
  
}



