/** Shopify CDN: Minification failed

Line 451:68 Unexpected "--selected"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:common-brands-grid (INDEX:4, SCOPED:FALSE) */
.brands-grid {
  text-align: center;
}
.brands-grid .container {
    display: block;
    max-width: 1360px;
    margin: auto;
    padding-inline: var(--pad);
}
.brands-grid__heading {
  margin-top: 0;
  margin-block-end: var(--font-margin-title-2);
}
.brands-grid__intro {
  max-width: 700px;
  margin: 0 auto 60px;
}
.brands-grid__grid {
  display: grid;
  gap: 52px 52px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1023px) {
  .brands-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 52px;
  }
}
@media (max-width: 640px) {
  .brands-grid__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 42px 42px;
  }
}

.brands-grid__item {
  position: relative;
  cursor: pointer;
  aspect-ratio: 1/1;
}
.brands-grid__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.brands-grid__logo,
.brands-grid__product {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.brands-grid__product {
  position: absolute;
  inset: 0;
  opacity: 0;
  height: 100%;
  object-fit: cover;
}
.brands-grid__item:hover .brands-grid__logo {
  opacity: 0;
}
.brands-grid__item:hover .brands-grid__product {
  opacity: 1;
}
.brands-grid__text {
  position: absolute;
  top: 100%;
  padding-top: 5px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.brands-grid__item:hover .brands-grid__text {
  opacity: 1;
}
/* END_SECTION:common-brands-grid */

/* START_SECTION:common-breadcrumbs (INDEX:5, SCOPED:FALSE) */
.breadcrumbs {
    gap: 32px;
    padding: 18px 32px 12px;
    max-width: var(--maxwidth);
    margin-inline: auto;
    display: none;
  }

  @media (min-width: 768px) {
    .breadcrumbs {
      display: block;
    }
  }

  .breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .breadcrumbs__item {
    display: flex;
    align-items: center;
    color: var(--c04);
    font-size: .9em;
    grid-row: 1;
    text-decoration: none;
  }

  .breadcrumbs__item::after {
    content: '›';
    margin: 0 0.5rem;
    color: #aaa;
  }
  
  .breadcrumbs__item:last-child::after {
    content: '';
  }

  .breadcrumbs--center .breadcrumbs__list {
    justify-content: center;
  }
/* END_SECTION:common-breadcrumbs */

/* START_SECTION:common-feature-logos (INDEX:10, SCOPED:FALSE) */
.featured-logos {
    justify-content: space-between;
    gap: 20px;
    margin-inline: auto;
    max-width: var(--maxwidth);
    padding-inline: var(--pad);
  }

  .featured-logos__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -40px;
  }
  
  .featured-logo {
    position: relative;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 20px;
  }

  @media(min-width: 47em) {
    .featured-logo {
      width: 50%;
    }
  }

  @media(min-width: 67em) {
    .featured-logo {
      width: 25%;
      margin-bottom: 0;
    }
  }
  
  .featured-logo__image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  
  .featured-logo img {
    width: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .featured-logo__link {
    display: block;
    position: relative;
    text-decoration: none;
  }
  
  .featured-logo__content {
    margin-top: 16px;
  }

  @media(min-width: 47em) {
    .featured-logo__content {
      margin-top: 26px;
    }
  }

  @media(min-width: 67em) {
    .featured-logo__content {
      margin-top: 36px;
    }
  }
  
  .featured-logo__image .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
  }
  
  .featured-logo:hover .featured-logo__image .hover-image {
    opacity: 1;
  }
  
  .featured-logo:hover .featured-logo__image img {
    opacity: 0;
  }
  
  .featured-logo:hover .featured-logo__image img {
    transform: scale(1.05);
  }
/* END_SECTION:common-feature-logos */

/* START_SECTION:common-feature-video (INDEX:11, SCOPED:FALSE) */
.feature-video {
    position: relative;
    text-align: center;
    max-width: 100%;
    background-color: var(--c03);
  }

  .feature-video__inner {
    margin-inline: auto;
    padding-inline: var(--pad);
  }
  
  .feature-video__heading {
    color: #ffffff;
    margin-top: 0;
  }
  
  .feature-video__container {
    position: relative;
    max-width: 100%;
    max-width: 1076px;
    margin-inline: auto;
  }
  
  .feature-video__video {
    width: 100%;
    height: auto;
    display: block;
  }

  .feature-video__play-btn {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    border: 3px solid var(--c03);
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .feature-video__play-btn::after {
    content: '';
    display: block;
    width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 24px 0 24px 35px;
   border-color: transparent transparent transparent var(--c03);
   transform: rotate(0deg);
    margin-left: 10px;
  }
/* END_SECTION:common-feature-video */

/* START_SECTION:common-featured-articles (INDEX:12, SCOPED:FALSE) */
.featured-articles__list {
  padding-inline: var(--pad);
}
.articles__thumb {
  display: grid;
  grid-template-rows: auto 1fr auto;
  margin-block-end: 32px;
  text-align: center;
}
.articles__thumb__title {
  color: var(--c04);
  padding: 16px 0 0;
  text-decoration: none;
}

.articles__thumb__title:hover {
  color: var(--c03);
}
.articles__thumb__date {
  font-size: 0.9em;
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  padding: 4px 32px 0 32px;
  width: max-content;
}
.articles__thumb__excerpt {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  grid-column: 1;
  grid-row: 4;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.4em;
  overflow: hidden;
  padding: 16px 0 0;
  text-overflow: ellipsis;
  text-align: left;
}
.articles__thumb__more {
  grid-column: 1;
  grid-row: 5;
  padding: 16px;
}
@media(min-width: 32em) {
  .featured-articles__list {
    column-gap: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media(min-width: 53em) {
  .featured-articles__list {
    column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-inline: auto;
    max-width: var(--maxwidth);
  }
  .featured-articles__list .articles__thumb {
    text-align: left;
  }
  
  .articles__thumb__title h3 {
    line-height: 1.2em;
    font-size: var(--font-size-title-3);
    margin: 0;
  }
  .feat-articles .articles__thumb .articles__thumb__excerpt {
    display: none;
  }
}
/* END_SECTION:common-featured-articles */

/* START_SECTION:common-featured (INDEX:16, SCOPED:FALSE) */
.featured .swiper-wrapper {
  display: flex;
  width: 100% !important;
  max-width: 100%;
}

.featured .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 432px; /* Or whatever your design requires */
}

.featured .swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* END_SECTION:common-featured */

/* START_SECTION:main-product (INDEX:33, SCOPED:FALSE) */
/* Mobile CLS guard (keeps previous visuals) */
  .carousel-wrapper{position:relative;overflow:hidden}
  @media (max-width:767px){
    .carousel-wrapper{min-height:calc(100vw*var(--pdp-aspect,1.25))}
    .carousel-wrapper.is-ready{min-height:auto}
    .zoomwrap{aspect-ratio:4/5;overflow:hidden}
  }
/* END_SECTION:main-product */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:inc-swatches (INDEX:51, SCOPED:FALSE) */
.prodswatches__label {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    margin-top: 1rem;
  }
  .prodswatches__label strong {
    font-weight: 700;
  }
  .prodswatches {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .prodswatches--thumb {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    justify-content: center;
  }
  @media (min-width: 47em) {
    .prodswatches--thumb {
      justify-content: flex-start;
    }
  }
  .prodswatches__item {
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    flex-shrink: 0;
  }
  .prodswatches--thumb .prodswatches__item {
    height: 1.75rem;
    width: 1.75rem;
  }
  .prodswatches__item:hover {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
  }
  .prodswatches__item:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  .prodswatches__item--selected {
    border-color: currentColor;
    box-shadow: inset 0 0 0 1px currentColor;
  }
  /* White swatch visibility */
  .prodswatches__item[style*="background-color: rgb(255, 255, 255)"],
  .prodswatches__item[style*="background-color: #fff"],
  .prodswatches__item[style*="background-color: #ffffff"],
  .prodswatches__item[style*="background-color: white"] {
    border-color: #999;
  }
  .prodswatches__item[style*="background-color: rgb(255, 255, 255)"]--selected,
  .prodswatches__item[style*="background-color: #fff"]--selected,
  .prodswatches__item[style*="background-color: #ffffff"]--selected,
  .prodswatches__item[style*="background-color: white"]--selected {
    border-color: #666;
  }
/* END_SNIPPET:inc-swatches */

/* START_SNIPPET:mini-cart (INDEX:52, SCOPED:FALSE) */
/* ---------- Mini Cart Hover (Desktop) ---------- */

.header-icons {
  position: relative;
}

.mini-cart {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  width: 400px;
  z-index: 9999;
  padding-top: 36px;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header__icon--cart:hover + .mini-cart,
.mini-cart:hover {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mini-cart__arrow {
  position: absolute;
  top: 27px;
  right: 88px;
  width: 0;
  height: 0;
}

.mini-cart__arrow::before,
.mini-cart__arrow::after {
  content: "";
  position: absolute;
  left: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.mini-cart__arrow::before {
  top: 0;
  border-bottom: 10px solid #ccc;
}

.mini-cart__arrow::after {
  top: 1px;
  border-bottom: 10px solid #fff;
}

.mini-cart__inner {
  padding: 32px 22px 22px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.mini-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 15px;
}

.mini-cart__heading {
  font-weight: 600;
}

.mini-cart__count {
  font-size: 14px;
}

.mini-cart__items {
  margin-bottom: 20px;
  padding: 0 15px;
  max-height: 245px;
  overflow-y: auto;
}

.mini-cart__item {
  display: flex;
  margin-bottom: 20px;
}

.mini-cart__item img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #eee;
  margin-right: 25px;
}

.mini-cart__item__info {
  flex-grow: 1;
}

p.mini-cart__item__title {
  font-weight: 600;
  margin-top: 0 !important;
}

.mini-cart__item__info p {
  margin: 5px 0;
  font-size: 15px;
  color: #3d3732;
}

.mini-cart__subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 18px;
  padding-top: 16px;
  border-top: 1px solid var(--c06);
  text-transform: uppercase;
}

.mini-cart__footer {
  text-align: center;
}

.mini-cart__footer .btn {
  display: block;
  width: 100%;
  padding: 14px;
  font-size: 16px;
  background-color: #8b572a;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
}

.mini-cart__footer .btn:hover {
  background-color: #7b4e25;
}

@media (max-width: 768px) {
  .mini-cart {
    display: none !important;
  }
}

/* ---------- Popup Mini Cart (Add to Bag Confirmation) ---------- */

.popup-mini-cart {
  position: fixed;
  top: 80px;
  right: 24px;
  width: 360px;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.popup-mini-cart.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.popup-mini-cart__inner {
  padding: 24px 22px 22px;
  position: relative;
}

.popup-mini-cart__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #3d3732;
}

.popup-mini-cart__added {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3d3732;
  margin-bottom: 18px;
}

.popup-mini-cart__added svg {
  width: 20px;
  height: 20px;
  color: #8b572a;
}

.popup-mini-cart__item {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
}

.popup-mini-cart__item img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border: 1px solid #eee;
}

.popup-mini-cart__info {
  flex: 1;
}

.popup-mini-cart__info p {
  margin: 3px 0;
  font-size: 15px;
}

.popup-mini-cart__item__title {
  font-weight: 600;
}

.popup-mini-cart__checkout {
  display: block;
  width: 100%;
  background-color: #8b572a;
  color: #fff;
  padding: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
}

.popup-mini-cart__checkout:hover {
  background-color: #7b4e25;
}
/* END_SNIPPET:mini-cart */