/** Shopify CDN: Minification failed

Line 614:9 Unexpected "{"
Line 614:18 Expected ":"

**/
.announcement-bar, .announcement-bar__announcement {
    height: 2.9rem;
    margin-top: 2px;
}
.announcement-bar__message {
    font-size: 11px;
}
.announcement-bar__message {
    text-align: center;
    padding: 0rem 0;
    margin-top: 0.5rem !important;
    letter-spacing: .1rem;
    min-height: 0px !important;
}
.header--middle-left .header__inline-menu {
    text-align: center;
}
.slideshow__controls.slideshow__controls--top.slider-buttons.slideshow__controls--border-radius-mobile {
    display: none;
}
.card__media .media img {
    object-fit: contain !important;
}
.media--transparent {
    background-color: white !important;
}
.card__information {
    text-align: center !important;
}
.header__menu-item span {
    font-weight: 600;
    text-transform: uppercase;
}
.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
    text-align: center;
}
.card__badge {
    display: none;
}
.quick-add {
    position: absolute;
    bottom: 17rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    transition: opacity 0.3s 
ease;
    width: 60%;
    display:none;
}
.card-wrapper:hover .quick-add.no-js-hidden {
    display: block !important;
}
.slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
    margin-left: 0px !important;
}
slider-component {
    --desktop-margin-left-first-item: max(0rem, calc((100vw - var(--page-width) + 0rem - var(--grid-desktop-horizontal-spacing)) / 5));
    position: relative;
    display: block;
}
/* Position the slider buttons to the left and right sides */
.slider-buttons {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
}

/* Style the previous button (on the left) */
.slider-button--prev {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
}

/* Style the next button (on the right) */
.slider-button--next {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
}

/* Ensure the slider container is positioned relative */
.slider-component-desktop {
  position: relative;
  overflow: hidden; /* Hide overflow to avoid spilling out of bounds */
}
.slider-counter.caption {
    display: none;
}
slider-component.slider-mobile-gutter.slider-component-desktop button.slider-button {
    background: black;
    color: white;
    border-radius: 38px;
}
.slider-buttons {
    padding: 1rem;
}
/* Scrolling news container */
.scrolling-news-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff
  font-size: 18px;
}

/* Content inside the scrolling container */
.scrolling-news-content {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 10s linear infinite;
}

.scrolling-news-container:hover .scrolling-news-content {
  animation-play-state: paused;
}

/* Keyframes for scrolling animation */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Speed control for scrolling */
.scrolling-news-container[data-speed="1"] .scrolling-news-content {
  animation-duration: 2s;  /* Fastest speed */
}

.scrolling-news-container[data-speed="2"] .scrolling-news-content {
  animation-duration: 5s;  /* Medium speed */
}

.scrolling-news-container[data-speed="3"] .scrolling-news-content {
  animation-duration: 10s; /* Slower speed */
}

/* Optional additional speeds, adjusting as needed */
.scrolling-news-container[data-speed="4"] .scrolling-news-content {
  animation-duration: 15s;
}

.scrolling-news-container[data-speed="5"] .scrolling-news-content {
  animation-duration: 20s;
}
/* Add a gap between each <p> element in the scrolling container */
.scrolling-news-content {
  display: flex;
  gap: 5rem;  /* This will add space between each <p> element */
  padding-bottom: 5rem;
}
.scrolling-news-content p {
    font-size: 10rem;
    font-weight: 400;
    margin: 0px;
}
.section-collection-list .card__content {
    bottom: 2rem;
    position: absolute;
    justify-content: center;
}
.section-collection-list .collection-list-title {
    color: black;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
.section-collection-list h3.card__heading a {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.section-collection-list .card__media {
    background: black;
}
.section-collection-list .card .media.media--hover-effect>img:only-child, .card-wrapper .media.media--hover-effect>img:only-child {
        /* opacity: 0.7; */
}
.card--standard>.card__content .card__information {
    background: #ffffffc2;
    padding: 5px;
    margin: 0 0px;
    width: inherit;
}
p.our-coll {
    color: black;
    font-size: 19px;
    line-height: 00px;
    font-weight: 400;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
}
.multicolumn h2.title {
    text-align: center;
    padding-bottom: 5rem;
}
.multicolumn-card__info {
    padding: 2.5rem;
    border: 4px solid white;
    border-radius: 13px;
    background: #80808000;
    height: 20rem;
}
.multicolumn-list h3, .multicolumn-list p {
    margin: 0;
    padding: 13px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
/* === Custom Newsletter Form Styling === */
.custom-newsletter-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 500px;
  margin-top: 20px;
}

.custom-newsletter-input {
  flex: 1;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 0px;
  background: #ffffff00;
  font-size: 16px;
  min-width: 30%;
  color: white;
}

.custom-newsletter-button {
  padding: 12px 24px;
  background-color: white;
  border: 1px solid white;
  color: black;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;
  transition: background-color 0.3s, color 0.3s;
  width: 20%;
}

.custom-newsletter-button:hover {
  background-color: black;
  color: white;
  border: 1px solid black;
}
.newsletter__subheading.rte p {
    color: white;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
}
.custom-newsletter-error {
  color: red;
  font-size: 14px;
  flex-basis: 100%;
  margin-top: 5px;
}

.custom-newsletter-success {
  color: green;
  font-size: 16px;
  margin-top: 15px;
}
.footer__content-bottom {
    padding-top: 0rem !important;
}
.footer__copyright.caption {
    color: black;
    font-size: 20px;
    line-height: 0;
}
.footer-block__details-content.rte p {
    line-height: 22px;
}
.scroll-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: var(--page-width, 1200px);
  margin: 0 auto;
  white-space: nowrap;
  border: none;
  padding: 30px 0;
  position: relative;
}

.scroll-content {
  display: inline-block;
  white-space: nowrap;
}

.scroll-content span {
  font-size: 90px;
  font-weight: 400;
  margin-right: 100px;
  color: black;
}

.collection-title-marquee {
  overflow-x: hidden; /* Hide horizontal overflow */
  overflow-y: visible; /* Allow vertical overflow if needed */
  width: 100%;
  position: relative;
}

.page-widthd {
  max-width: 1200px; /* your site width */
  margin: 0 auto;
  overflow-x: hidden; /* important */
}

.collection-title-marquee {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.marquee-track {
  display: flex;
  animation: scroll-left 30s linear infinite;
  width: max-content; /* don't set fixed width if causing overflow */
}
facet-filters-form.facets.facets-vertical-sort.page-width.small-hide {
    border-top: 1px solid rgb(221 219 211);
    border-bottom: 1px solid rgb(221 219 211);
    padding: 2rem;
}
.facets-vertical.page-width {
    padding-top: 3rem;
}
.facets__heading--vertical {
    font-weight: 400;
}
  .facets__disclosure-vertical {
    font-weight: 400;
}
.full-unstyled-link {
    font-weight: 400;
    text-transform: uppercase;
}
.rte {
    color: black;
}
div#insta-feed {
    padding-bottom: 5rem;
    padding-top: 2.5rem;
}
.contact__button button.button {
    width: 100%;
}
.page-width--narrow.con {
    max-width: 70rem;
}
/* @media (min-width: 1024px) {
  .product--thumbnail_slider {
    position: relative;
  }

  
  .product--thumbnail_slider media-gallery {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  
  .product--thumbnail_slider .slider-mobile-gutter:not(.thumbnail-slider) {
    width: calc(100% - 110px);
  }

  
  .product--thumbnail_slider .thumbnail-slider {
    width: 100px;
    padding-right: 10px;
    max-height: 520px; 
    overflow-y: auto;  
    scrollbar-width: thin;
  }

  
  .product--thumbnail_slider .thumbnail-slider::-webkit-scrollbar {
    width: 6px;
  }
  .product--thumbnail_slider .thumbnail-slider::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }

  
  .product--thumbnail_slider .slider-button {
    display: none !important;
  }

  
  .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding: 0;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    max-height: 521px;
    overflow-y: scroll;
  }

  
  .product--thumbnail_slider
    .thumbnail-slider
    .thumbnail-list.slider--tablet-up
    .thumbnail-list__item.slider__slide {
    width: 100%;
  }

  
  .product--thumbnail_slider .thumbnail-slider img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    cursor: pointer;
  }
} */
@media (min-width: 1024px) {
  .product--thumbnail_slider {
    position: relative;
  }

  .product--thumbnail_slider media-gallery {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .product--thumbnail_slider .slider-mobile-gutter:not(.thumbnail-slider) {
    width: calc(100% - 110px);
  }

  /* Thumbnail column */
  .product--thumbnail_slider .thumbnail-slider {
    width: 100px;
    padding: 10px 10px; /* space for arrows */
    max-height: 520px;
    overflow: hidden; /* hide scrollbar */
    position: relative;
  }

  /* Hide scrollbar completely */
  .product--thumbnail_slider .thumbnail-slider::-webkit-scrollbar {
    display: none;
  }

  /* Thumbnail list */
  .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding: 0;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    max-height: 520px;
    overflow: hidden; /* hide scroll */
    scroll-behavior: smooth;
  }

  .product--thumbnail_slider
    .thumbnail-slider
    .thumbnail-list.slider--tablet-up
    .thumbnail-list__item.slider__slide {
    width: 100%;
  }

  .product--thumbnail_slider .thumbnail-slider img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    cursor: pointer;
  }

  /* ---- ARROW BUTTONS ---- */
  .thumb-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: #00000000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
  }

  /* .thumb-arrow:hover {
    background: #000;
  } */

  /* Top arrow */
  .thumb-arrow.up {
    top: 0px;
  }

  /* Bottom arrow */
  .thumb-arrow.down {
    bottom: 0px;
  }
}


.facets__summary {
    color: black;
}
.facet-checkbox {
    color: black;
}
ul.footer-block__details-content.list-unstyled {
    text-transform: uppercase;
}
.product-form__buttons {
    max-width: 30rem !important;
}
/* .header-wrapper.color-scheme-1.gradient {
    border-bottom: 1px solid #80808024;
} */
img.s-chart {
    width: 29px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.size-chart img {
    width: 100%;
}
.slider-button--prev {
   display: none !important;
}
.slider-button--next {
    display: none !important;
}
.video-section__media.mob {
    display: none;
}
/* .header-wrapper {
    background: #ffffff59 !important;
} */
@media (min-width: 320px) and (max-width: 767px) {
.quick-add.no-js-hidden {
    display: block !important;
}  
.slideshow__media.banner__media.media img {
    position: relative;
    margin-top: 0;
} 
#Slider-template--19132597600422__slideshow_XPimgK::before, #Slider-template--19132597600422__slideshow_XPimgK .media::before, #Slider-template--19132597600422__slideshow_XPimgK:not(.banner--mobile-bottom) .banner__content::before {
        padding-bottom: 0px !important;
        content: '';
        display: block;
}
.product-form__buttons {
    max-width: 100rem !important;
}
.announcement-bar, .announcement-bar__announcement {
    height: 3.2rem;
    margin-top: 2px;
}
.main-page-title {
    text-align: center;
}
.my-form {
    display: grid;
    gap: 10px;
}
.custom-newsletter-button {
    width: 100% !important;
}
.section-collection-list h3.card__heading a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.video-section__media.dek {
    display: none;
}
.video-section__media.mob {
    display: block;
    height: 550px;
}
#Slider-{{ section.id }} > * {
  flex: 0 0 auto;       /* prevent shrink on mobile */
  width: 70%;           /* or 250px or 300px */
  box-sizing: border-box;
  white-space: normal !important; /* allow text to wrap inside */
}
.thumb-arrow {
    display:none;
}
}
.section.page {
    background: #f2ecdd;
}
.product__title h1 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.18rem;
}
p.product__text.inline-richtext.caption-with-letter-spacing strong {
    font-weight: 600;
    color: black;
}
.price__container {
    font-weight: 100;
    font-size: 16px;
}
.product__tax {
    font-size: 15px;
    margin-top: 0.6rem !important;
}
.badge {
    display: none !important;
}
.product-form__input .form__label {
    color: black;
}
legend.form__label span {
    font-weight: 700;
}
.product-form__submit {
    border: 1px solid;
}
.related-products__heading {
    font-size: 28px;
    margin: 0 0 3rem;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
.header-wrapper:hover {
    background: white;
} 
.footer-block__heading {
   text-transform: uppercase;
}
.slider-button--prev, .slider-button--next {
    /* background: #00000000 !important;
    color: #fff !important;
    border-radius: 38px !important; */
    background: #00000000 !important;
    color: #000 !important;
    border-radius: 38px !important;
    border: 1px solid black !important;
}
.price .price-item {
    color: rgb(227 44 43);
}
.pagination__list>li {
    flex: 1 0 4.4rem;
    max-width: 4.4rem;
    background: #fff;
    border-radius: 40px;
    border: 1px solid black;
}
.pagination__item--current:after, .pagination__item:hover:after {
    background-color: white !important;
}
/* .pagination__item {
    color: white !important;
} */
.pagination__list>li a.pagination__item.pagination__item--current.light{
    flex: 1 0 4.4rem;
    max-width: 4.4rem;
    background: #000;
    border-radius: 40px;
    border: 1px solid black;
    color: white;
}
.pagination__item--current:after {
    height: 0rem !important;
}
svg.icon.icon-success {
    display: none;
}
span.icon-wrap {
    display: none;
}