/** Shopify CDN: Minification failed

Line 374:0 All "@import" rules must come first

**/


.m-product-option--node__label[data-option-type=image] {
    min-width: unset;
    height: calc(40px / var(--option-aspect-ratio, 1));
    margin: 5px;
    padding: 5px 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .m-product-card .m-product-option--node__label[data-option-type=image].has-bg-img, .m-product-card .m-product-option--node__label[data-option-type=default].has-bg-img {
        width: 24px;
        height: calc(24px / var(--option-aspect-ratio, 1));
    }
}

.m-product-card .m-product-option {

    margin-top: 8px;
}

.m-cart-item__price-discounted .m-cart-item__price--regular {
    color: #999 !important;
}
span.m-cart-item__price--final {
    color: #000 !important;
    font-weight: 600;
}
.m-cart-item__image
 {

    position: relative;
}
.ws_discount-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #EDC480;
  font-size: 10px;
  font-weight: 600;
  padding: 3px;
 
  z-index: 5;
}


  .ws-slide-counter{
    position:absolute;
    left:50%;
    bottom:12px;
    transform:translateX(-50%);
    padding:4px 10px;
    font-size:12px;
    line-height:1;
    color:#fff;
    background:rgba(0,0,0,.45);
    border-radius:999px;
    z-index:5;
    pointer-events:none;
  }
  /* Hide on desktop */
  @media (min-width: 768px){
    .ws-slide-counter{ display:none; }
  }
  /* Ensure .m-media-gallery__inner is positioned */
  .m-media-gallery__inner{ position:relative; }
.m-product-media--slider__pagination {
    display: none;
}


.m-cart-item__image {
        width: unset; 
       min-width: 60px;
        aspect-ratio: 3 / 4;
    } 
@media screen and (max-width: 639px) {
    .m-cart-item__image {
        width: unset; 
       min-width: 60px;
        aspect-ratio: 3 / 4;
    }
}
/* 

.m-product-option--image .m-product-option--node__label {
    border: 2px solid rgb(var(--color-border));
}

.m-product-option--image .m-product-option--node input+label:before {
    position: absolute;
    inset: 2px;
    border: 3px solid white;
    content: "";
    border-radius: 50%;
}

.m-product-option--image .m-product-option--node input:checked+label:before{
border: 3px solid black;
}

.m-product-option--image .m-product-option--node input:checked+label, .m-product-option--image .m-product-option--node__label[data-selected=true] {
    border-color: rgba(235, 235, 235, 1);
} */

/* Image-type color swatches on main product — 1px white ring always visible + drop-shadow depth */
.m-main-product--wrapper .m-product-option--image .m-product-option--node__label {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin: 5px;
  padding: 0 !important;
  border: 0;
  border-radius: 50% !important;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow:
    inset 0 0 0 2px #fff,
    0 2px 6px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.25s ease;
}
.m-main-product--wrapper .m-product-option--image .m-product-option__input:checked + .m-product-option--node__label,
.m-main-product--wrapper .m-product-option--image .m-product-option--node__label[data-selected="true"] {
  box-shadow:
    inset 0 0 0 2px #fff,
    0 0 0 1px rgb(var(--color-foreground)),
    0 2px 6px rgba(0, 0, 0, 0.18);
}

.m-product-card__info {
    margin-top: 12px;
    padding-inline: 8px;
}


/* 
.ws_grid-collection {

    column-gap: 8px;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .ws_grid-collection.m-product-item {
        width: calc(25% - 24px);
        max-width: calc(25% - 24px);
    }
}

@media screen and (min-width: 1280px) {
    ..ws_grid-collection .m-product-item {
        padding: 0;
    }
}
@media (max-width: 767px) {
    ..ws_grid-collection {

    column-gap: 4px;
    justify-content: center;
}
.ws_grid-collection.m-product-item{
  
    padding: 0;
    width: calc(50% - 4px);
}
.m-collection-products {
  
    margin: 24px -19px 0;
 
}

} */

@media (max-width: 767px) {
    .m-mixed-layout--mobile-scroll {
        --page-padding: 0;
    }

}

.m-media-gallery__wrapper .swiper-container .m-product-media .m-image {
    border-radius: inherit;
    aspect-ratio: 3 / 4!important;
}

/* ====================================================================
   Mayberry-style swatches ported to Minimog
   SCOPED: big 60×60 styles only inside .m-main-product--wrapper
           (product page). Product cards stay at small theme default.
   VERIFIED LIVE 2026-05-22: selectors match rendered DOM.
   ==================================================================== */

/* ===== PRODUCT PAGE: 60×60 square swatch with white inset frame ===== */
html body .m-main-product--wrapper .m-product-option--node .m-product-option--node__label.has-bg-img {
  position: relative !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  margin: 0 8px 8px 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
}

/* 3px white inset frame on top of the zooming layer */
html body .m-main-product--wrapper .m-product-option--node .m-product-option--node__label.has-bg-img::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 3px solid #fffdf9 !important;
  border-radius: 0 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

/* Zooming inner image layer, inset 3px so it stays inside the white frame */
html body .m-main-product--wrapper .m-product-option--node .m-product-option--node__label.has-bg-img::after {
  content: "" !important;
  position: absolute !important;
  inset: 3px !important;
  background-image: inherit !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  transform: scale(1);
  transform-origin: center top;
  transition: transform 0.3s ease-in-out !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* Hover: zoom inner image + drop shadow + black border */
html body .m-main-product--wrapper .m-product-option--node .m-product-option--node__label.has-bg-img:hover::after {
  transform: scale(1.2);
}
html body .m-main-product--wrapper .m-product-option--node .m-product-option--node__label.has-bg-img:hover {
  box-shadow: 0 10px 10px -10px #000 !important;
  border-color: #000 !important;
}

/* Selected (checked input): black border */
html body .m-main-product--wrapper .m-product-option--node .m-product-option__input:checked + .m-product-option--node__label.has-bg-img,
html body .m-main-product--wrapper .m-product-option--node .m-product-option__input:focus + .m-product-option--node__label.has-bg-img {
  border-color: #000 !important;
}

/* Product page swatch row — container constraints + mobile horizontal scroll */
html body .m-main-product--wrapper .m-product-option--content {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
html body .m-main-product--wrapper .m-product-option__inner {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
}
@media only screen and (max-width: 768px) {
  html body .m-main-product--wrapper .m-product-option--content:has(.m-product-option--node__label.has-bg-img) {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
    overscroll-behavior: contain;
    padding: 4px 0 14px;
  }
  html body .m-main-product--wrapper .m-product-option--content:has(.m-product-option--node__label.has-bg-img)::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
  }
  html body .m-main-product--wrapper .m-product-option--content:has(.m-product-option--node__label.has-bg-img) .m-product-option--node {
    flex: 0 0 auto;
  }
}

/* ===== PRODUCT CARDS: small SQUARE swatches with thin white inset frame =====
   Mini version of the product page swatch: same square shape, same white inset
   frame at 1px, but NO zoom-on-hover, NO drop shadow. */
html body .m-product-card .m-product-option--node .m-product-option--node__label.has-bg-img {
  position: relative !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  margin: 5px !important;
  padding: 0 !important;
  box-shadow: none !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transition: border-color 0.2s ease-in-out !important;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
  overflow: hidden !important;
}
/* Thin 1px white inset frame on card swatches (matches product page but smaller) */
html body .m-product-card .m-product-option--node .m-product-option--node__label.has-bg-img::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 1px solid #fffdf9 !important;
  border-radius: 0 !important;
  pointer-events: none !important;
  z-index: 2 !important;
}
/* NO zoom layer on cards (kill any ::after) */
html body .m-product-card .m-product-option--node .m-product-option--node__label.has-bg-img::after {
  display: none !important;
  content: none !important;
}
/* Selected state on card swatches: black border */
html body .m-product-card .m-product-option--node .m-product-option__input:checked + .m-product-option--node__label.has-bg-img {
  border-color: #000 !important;
}


html body .m-product-card .m-product-option--content:has(.m-product-option--node__label.has-bg-img) {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  overscroll-behavior: contain;
  max-width: 100% !important;
  min-width: 0 !important;
}
html body .m-product-card .m-product-option--content:has(.m-product-option--node__label.has-bg-img)::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
}
html body .m-product-card .m-product-option--content:has(.m-product-option--node__label.has-bg-img) .m-product-option--node {
  flex: 0 0 auto;
}
html body .m-product-card .m-product-option__inner {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

/* ====================================================================
   Spruce & Sky styling — ATC button + pricing colors
   Source: spruceandsky.com (Add to cart + sale price palette)
   ==================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

/* ===== ATC button + Checkout button: Outfit 14/700, brand color, default tracking ===== */
html body .m-add-to-cart,
html body .m-add-to-cart.m-button--primary,
html body .m-button.m-button--primary.m-add-to-cart,
html body button.m-add-to-cart,
html body .m-checkout-3d,
html body .m-button.m-button--primary.m-checkout-3d,
html body button.m-checkout-3d {
  font-family: "Outfit", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 13px 20px !important;
  text-transform: uppercase !important;
  letter-spacing: normal !important;
  border-radius: 0 !important;
  background-color: #7A2E2E !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
html body .m-add-to-cart:hover,
html body .m-checkout-3d:hover {
  background-color: #5e2222 !important;
}

/* ===== Mayberry-style size/variant buttons (non-color) — brand color #7A2E2E on selected ===== */
/* Unselected: cream background, gray text, thin gray ring via box-shadow */
html body .m-main-product--wrapper .m-product-option--node[data-option-type="button"] .m-product-option--node__label,
html body .m-main-product--wrapper .m-product-option--node[data-option-type="default"] .m-product-option--node__label {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 7px 15px !important;
  margin: 0 8px 8px 0 !important;
  background-color: #fffdf9 !important;
  color: #6a6a6a !important;
  border: 0 none !important;
  border-radius: 1px !important;
  box-shadow: 0 0 0 1px #ddd !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease !important;
}

/* Hover (only on unselected — selected ring stays brand color) */
html body .m-main-product--wrapper .m-product-option--node[data-option-type="button"] .m-product-option__input:not(:checked) + .m-product-option--node__label:hover,
html body .m-main-product--wrapper .m-product-option--node[data-option-type="default"] .m-product-option__input:not(:checked) + .m-product-option--node__label:hover {
  box-shadow: 0 0 0 1px #909091 !important;
  cursor: pointer !important;
}

/* Selected: brand color #7A2E2E background, white text, brand ring
   — covers both default and :hover so the radius/shadow don't revert
     to theme defaults when hovering the selected button. */
html body .m-main-product--wrapper .m-product-option--node[data-option-type="button"] .m-product-option__input:checked + .m-product-option--node__label,
html body .m-main-product--wrapper .m-product-option--node[data-option-type="default"] .m-product-option__input:checked + .m-product-option--node__label,
html body .m-main-product--wrapper .m-product-option--node[data-option-type="button"] .m-product-option__input:checked + .m-product-option--node__label:hover,
html body .m-main-product--wrapper .m-product-option--node[data-option-type="default"] .m-product-option__input:checked + .m-product-option--node__label:hover,
html body .m-main-product--wrapper .m-product-option--node[data-option-type="button"] .m-product-option__input:checked + .m-product-option--node__label:focus,
html body .m-main-product--wrapper .m-product-option--node[data-option-type="default"] .m-product-option__input:checked + .m-product-option--node__label:focus {
  background-color: #7A2E2E !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 1px #7A2E2E !important;
  border: 0 none !important;
  border-radius: 1px !important;
  padding: 7px 15px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

/* Unavailable / disabled buttons keep a faded look but stay in the design system */
html body .m-main-product--wrapper .m-product-option--node[data-option-type="button"].m-product-option--node__unavailable .m-product-option--node__label,
html body .m-main-product--wrapper .m-product-option--node[data-option-type="default"].m-product-option--node__unavailable .m-product-option--node__label {
  opacity: 0.5 !important;
  text-decoration: line-through !important;
}

/* ===== Pricing: green sale price (Spruce & Sky palette) ===== */
/* Sale price ONLY (must have --sale class, not just any child of m-price__sale) */
html body .m-main-product--wrapper .m-price-item.m-price-item--sale,
html body .m-main-product--wrapper .m-price-item--sale.m-price-item--last,
html body .m-product-card .m-price-item.m-price-item--sale,
html body .m-product-card .m-price-item--sale.m-price-item--last,
html body .m-price-item.m-price-item--sale,
html body .m-price-item--sale.m-price-item--last {
  color: #07a846 !important;
}

/* Compare-at price (strikethrough) → darker neutral, lighter weight (Spruce style) */
html body .m-price--on-sale .m-price-item--regular,
html body .m-price .m-price-item--regular[class*="line-through"],
html body .m-price-item--regular.m-price-item--strikethrough {
  color: #1c1d1d !important;
  font-weight: 300 !important;
  text-decoration: line-through !important;
}

/* Main product page sale price size bump (matches Spruce 26px / weight 700) */
html body .m-main-product--wrapper .m-price-item--sale,
html body .m-main-product--wrapper .m-price-item--last.m-price-item--sale {
  font-weight: 700 !important;
}

/* ===== Product card sale badge: move to top-right, say "Sale", brand red ===== */
/* Tags container: align right instead of left */
html body .m-product-card .m-product-card__tags {
  left: auto !important;
  right: 0 !important;
  justify-content: flex-end !important;
  text-align: right !important;
}
/* The sale tag itself: red bg, white text, "Sale" content, flipped to RIGHT */
html body .m-product-card .m-product-tag--sale {
  background: #7A2E2E !important;
  background-image: none !important;
  color: #ffffff !important;
  font-size: 0 !important;        /* hide the "-XX%" text */
  padding: 0 !important;
  border-radius: 2px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
  /* Flip from theme default (absolute left:0) to absolute right:0 */
  left: auto !important;
  right: 0 !important;
}
/* Render "Sale" via ::before so we don't depend on the theme setting */
html body .m-product-card .m-product-tag--sale::before {
  content: "Sale" !important;
  display: inline-block !important;
  padding: 6px 10px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: 0.05em !important;
  font-family: "Outfit", sans-serif !important;
}

/* ===== Cart drawer: "Save $X.XX" element in green (Mayberry-style) ===== */
.m-cart-item__saved {
  display: inline-block !important;
  margin-left: 8px !important;
  color: #07a846 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  white-space: nowrap !important;
}
.m-cart-item__price-discounted {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px !important;
}

/* ===== Mayberry-style cart drawer: Discounts row + checkout button with total ===== */
.m-cart__savings-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 0 0 10px !important;
  font-size: 14px !important;
  flex-wrap: nowrap !important;
  padding-top: 4px !important;
}
.m-cart__savings-left {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  flex: 1 !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
}
.m-cart__savings-label {
  font-weight: 500 !important;
  color: #000 !important;
  white-space: nowrap !important;
}
.m-cart__savings-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 2px 6px !important;
  background: #ECECEC !important;
  color: #585858 !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}
.m-cart__savings-chip-icon {
  width: 14px !important;
  height: 14px !important;
  flex-shrink: 0 !important;
}
.m-cart__savings-amount {
  font-weight: 500 !important;
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
  color: #000 !important;
}

/* Checkout button with total inside */
.m-checkout--with-total {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
.m-checkout--with-total .m-checkout__sep {
  opacity: 0.65 !important;
}
.m-checkout--with-total .m-checkout__total {
  font-variant-numeric: tabular-nums !important;
}

