/** Shopify CDN: Minification failed

Line 878:32 Unexpected "{"
Line 878:60 Unexpected "{"
Line 928:32 Unexpected "{"
Line 928:40 Expected ":"
Line 928:43 Unexpected "{"

**/
/* STACK-inspired styles for Debutify */
:root {
  --stack-red: #D50213;
  --stack-red-dark: #b50110;
  --stack-black: #000000;
  --stack-gray: #4A4A4A;
  --stack-light: #F5F5F5;
}

.btn--primary,
.btn.btn--primary,
button.btn--primary,
.product-form__cart-submit,
.btn-sticky_addtocart {
  background-color: var(--stack-red) !important;
  border-color: var(--stack-red) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}
.btn--primary:hover {
  background-color: var(--stack-red-dark) !important;
}

/* Circular Category Nav */
.stack-category-nav { padding: 1.25rem 0 0.5rem; overflow: hidden; }
.stack-category-nav__track {
  display: flex; gap: 1.25rem; overflow-x: auto;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  padding: 0.5rem 1rem 1rem; scrollbar-width: none;
}
.stack-category-nav__track::-webkit-scrollbar { display: none; }
.stack-category-nav__item {
  flex: 0 0 auto; scroll-snap-align: center; text-align: center;
  width: 92px; text-decoration: none; color: inherit;
}
.stack-category-nav__circle {
  width: 80px; height: 80px; border-radius: 50%; overflow: hidden;
  margin: 0 auto 0.5rem; border: 3px solid transparent;
  background: var(--stack-light); display: flex;
  align-items: center; justify-content: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.stack-category-nav__circle img,
.stack-category-nav__circle .placeholder-svg {
  width: 100%; height: 100%; object-fit: cover;
}
.stack-category-nav__item.is-active .stack-category-nav__circle,
.stack-category-nav__item:hover .stack-category-nav__circle {
  border-color: var(--stack-red);
  box-shadow: 0 0 0 2px rgba(213, 2, 19, 0.15);
}
.stack-category-nav__label {
  display: block; font-size: 0.75rem; font-weight: 600;
  line-height: 1.2; color: var(--stack-black);
  max-width: 92px; margin: 0 auto;
}
.stack-category-nav__dots {
  display: flex; justify-content: center; gap: 6px; padding-bottom: 0.5rem;
}
.stack-category-nav__dot {
  width: 18px; height: 3px; border-radius: 2px; background: #ccc;
}
.stack-category-nav__dot.is-active { background: var(--stack-black); }

/* Collection title */
.template-collection .page-title {
  font-weight: 800; letter-spacing: -0.02em;
  text-transform: uppercase; font-size: 1.75rem;
}
@media (min-width: 769px) {
  .template-collection .page-title { font-size: 2.25rem; }
}

/* Red filter button */
.stack-filter-btn,
.collection-controls-wrapper .collection-sortby {
  background: var(--stack-red) !important; color: #fff !important;
  border: none !important; border-radius: 8px !important;
  padding: 0.85rem 1.25rem !important; font-weight: 600 !important;
  width: 100%; display: flex !important; align-items: center;
  justify-content: center; gap: 0.5rem;
}
.collection-sortby-label { color: #fff !important; }

/* Sticky ATC STACK style */
.dbtfy-sticky_addtocart .bottom-sticky_addtocart,
.dbtfy-sticky_addtocart .top-sticky_addtocart,
#stickyAddToCart {
  background: var(--stack-black) !important; color: #fff !important;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
  border-radius: 16px 16px 0 0; padding: 0.65rem 0 !important;
}
.dbtfy-sticky_addtocart .image-sticky_addtocart,
.dbtfy-sticky_addtocart .image-wrapper-sticky_addtocart img {
  width: 48px !important; height: 48px !important;
  border-radius: 50% !important; object-fit: cover; border: 2px solid #333;
}
.dbtfy-sticky_addtocart .title-sticky_addtocart {
  color: #fff !important; font-weight: 700 !important; font-size: 0.95rem !important; margin: 0 !important;
}
.dbtfy-sticky_addtocart .text-money,
.dbtfy-sticky_addtocart .total-sticky-price { color: #fff !important; }
.dbtfy-sticky_addtocart .btn--sticky_addtocart,
.dbtfy-sticky_addtocart .btn--primary {
  background: var(--stack-red) !important; border-color: var(--stack-red) !important;
  border-radius: 8px !important; min-height: 44px; font-weight: 700 !important;
  padding: 0.65rem 1.25rem !important;
}

/* Product tabs */
.dbtfy-product_tabs .tab-header.active,
.dbtfy-product_tabs .tab-header[aria-selected="true"],
.ptc-tab-active, .horizontal-tab-active {
  background: var(--stack-red) !important; color: #fff !important;
  border-color: var(--stack-red) !important;
}

/* Announcement + Header */
.announcement-bar, .announcement { background: var(--stack-red) !important; }
.site-header, .header-wrapper { background: var(--stack-black) !important; }
.site-header a, .header-wrapper a, .site-nav__link { color: #fff !important; }

.product-price .price, .product__price { font-weight: 800; font-size: 1.5rem; }
.text-sale { color: var(--stack-red) !important; }

.stack-explore-title {
  font-weight: 800; text-transform: uppercase;
  letter-spacing: -0.02em; font-size: 1.35rem; margin: 1.5rem 0 1rem;
}

@media (max-width: 768px) {
  body.template-product { padding-bottom: 80px; }
  .dbtfy-sticky_addtocart .text-wrapper-sticky_addtocart.small--hide {
    display: block !important;
  }
}

/* ---------- Homepage titles ---------- */
.stack-home-title {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 1.5rem !important;
  margin-bottom: 1.25rem !important;
  color: #000 !important;
}
@media (min-width: 769px) {
  .stack-home-title { font-size: 1.85rem !important; }
}

/* Product tabs nav (New / Sale / Last Chance) */
.product-tabs-carousel__nav {
  display: flex;
  gap: 1.5rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 1.25rem;
  overflow-x: auto;
}
.product-tabs-carousel__nav .ptc-tab,
.product-tabs-carousel__nav .product-tab {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  color: #6B6B6B !important;
  font-weight: 600 !important;
  padding: 0.75rem 0.25rem !important;
  white-space: nowrap;
}
.product-tabs-carousel__nav .ptc-tab-active,
.product-tabs-carousel__nav .horizontal-tab-active {
  background: transparent !important;
  color: #000 !important;
  border-bottom-color: #000 !important;
}

/* Large category cards (homepage) */
.stack-cat-cards__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.75rem;
  scrollbar-width: none;
}
.stack-cat-cards__track::-webkit-scrollbar { display: none; }
.stack-cat-cards__item {
  flex: 0 0 85%;
  max-width: 420px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .stack-cat-cards__item { flex: 0 0 48%; }
}
.stack-cat-cards__media {
  position: relative;
  aspect-ratio: 4/5;
  background: #E5E5E5;
  overflow: hidden;
}
.stack-cat-cards__media img,
.stack-cat-cards__media .placeholder-svg {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.stack-cat-cards__overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(0deg, rgba(0,0,0,0.55), transparent);
}
.stack-cat-cards__label {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.stack-cat-cards__arrow {
  width: 2.5rem; height: 2.5rem;
  border-radius: 50%;
  background: #D50213;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; flex-shrink: 0;
}

/* Follow Us grid */
.stack-follow-us__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
@media (min-width: 769px) {
  .stack-follow-us__grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
}
.stack-follow-us__item {
  position: relative;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background: #E5E5E5;
}
.stack-follow-us__item img,
.stack-follow-us__item .placeholder-svg {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.stack-follow-us__handle {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 0.75rem;
  background: rgba(0,0,0,0.75);
  color: #fff; font-weight: 600; font-size: 0.85rem;
}

/* Support cards */
.support-carousel .card,
.dbtfy-support .card {
  border-radius: 12px !important;
  border: 1px solid #E5E5E5;
  padding: 1.5rem !important;
  text-align: center;
}
.support-carousel .btn--primary {
  border-radius: 8px !important;
  margin-top: 1rem;
}

/* FAQ clean STACK style */
.dbtfy-faq-section .fp-category-title,
.dbtfy-faq-section .section-header__title {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.dbtfy-faq-section .tab-header,
.dbtfy-faq-section .fp-item .card-header {
  font-weight: 700 !important;
  font-size: 1rem !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #E5E5E5 !important;
  padding: 1rem 0 !important;
}
.dbtfy-faq-section .card-group,
.dbtfy-faq-section .card {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Quotes / Our Customers */
.quotes .section-header__title {
  font-weight: 800 !important;
  text-transform: uppercase;
}
.quotes .quote,
.quotes .card {
  border-radius: 12px;
}

/* Sale banner */
.sale-banner {
  border-radius: 0;
}
.sale-banner h2, .sale-banner .sale-banner__heading {
  font-weight: 700;
}

/* Image banner buttons */
.image-banner .btn--primary {
  border-radius: 8px !important;
  font-weight: 700 !important;
  padding: 0.85rem 1.5rem !important;
}

/* Product card badges New */
.grid-product .badge,
.product-badge {
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
}

/* ========== FOOTER (STACK style) ========== */
.site-footer {
  background: #000000 !important;
  color: #FFFFFF !important;
}
.site-footer a,
.site-footer .site-footer__linktitle,
.site-footer h4,
.site-footer h6,
.site-footer p,
.site-footer .rte,
.site-footer label {
  color: #FFFFFF !important;
}
.site-footer .top-footer {
  background: #000 !important;
  border-bottom: 1px solid #222;
}
.site-footer .main-footer {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.site-footer .site-footer__linktitle {
  font-weight: 700 !important;
  font-size: 1rem !important;
  text-transform: none;
  border-bottom: 1px solid #333;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .site-footer__linklist a {
  color: #CCCCCC !important;
  font-size: 0.9rem;
  padding: 0.35rem 0;
  display: block;
}
.site-footer .site-footer__linklist a:hover {
  color: #fff !important;
}
.site-footer .footer-text .site-footer__linktitle {
  font-size: 2rem !important;
  border-bottom: none;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}
.site-footer .footer-text .rte,
.site-footer .footer-text p {
  color: #AAAAAA !important;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Newsletter STACK style */
.stack-newsletter-row {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  max-width: 420px;
}
.stack-newsletter-input,
.site-footer .newsletter__input,
.site-footer input[type="email"] {
  flex: 1;
  border: none !important;
  background: transparent !important;
  color: #000 !important;
  padding: 0.85rem 1.25rem !important;
  border-radius: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.stack-newsletter-input::placeholder {
  color: #888;
}
.stack-newsletter-btn {
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: #D50213 !important;
  border: none !important;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 4px !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}
.site-footer .footer-newsletter .site-footer__linktitle {
  font-size: 1.35rem !important;
  line-height: 1.3 !important;
  border-bottom: none;
  margin-bottom: 1rem;
  font-weight: 700 !important;
}
.site-footer .checkbox label {
  color: #999 !important;
}

/* Bottom footer */
.site-footer .bottom-footer {
  background: #111 !important;
  border-top: 1px solid #222;
  padding: 1rem 0;
}
.site-footer .bottom-footer,
.site-footer .bottom-footer a,
.site-footer .bottom-footer__copyright {
  color: #888 !important;
  font-size: 0.8rem;
}
.site-footer .payment-icons img,
.site-footer .payment-icons svg {
  opacity: 0.85;
  height: 24px;
}

/* Mobile accordion feel for footer columns */
@media (max-width: 768px) {
  .site-footer .main-footer .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 0.5rem;
  }
  .site-footer .site-footer__linktitle {
    cursor: pointer;
  }
}

/* ========== PRODUCT PAGE (STACK) ========== */
.template-product .product-single__title,
.template-product .product-title,
.template-product h1 {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-size: 1.35rem !important;
}
.template-product .product-price,
.template-product .price {
  font-weight: 800 !important;
  font-size: 1.5rem !important;
  color: #000 !important;
}
.template-product .product-form .btn--primary,
.template-product .product-form__cart-submit,
.template-product .add-to-cart {
  background: #D50213 !important;
  border-color: #D50213 !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  min-height: 48px;
  text-transform: none;
  font-size: 1rem !important;
}
.template-product .quantity-selector,
.template-product .js-qty {
  border: 1px solid #E5E5E5 !important;
  border-radius: 8px !important;
  overflow: hidden;
}
.template-product .product-availability,
.template-product .inventory {
  color: #1a7f37 !important;
  font-weight: 600;
}
.template-product .share-btn,
.template-product a[href*="share"] {
  color: #000;
  text-decoration: underline;
  font-size: 0.9rem;
}

/* Sticky ATC refined for STACK product page */
#stickyAddToCart,
.dbtfy-sticky_addtocart .bottom-sticky_addtocart {
  background: #000 !important;
  border-radius: 20px 20px 0 0 !important;
  padding: 0.75rem 0 !important;
}
.dbtfy-sticky_addtocart .container-sticky_addtocart {
  gap: 0.75rem;
}
.dbtfy-sticky_addtocart .image-wrapper-sticky_addtocart img {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  object-fit: cover;
  background: #222;
}
.dbtfy-sticky_addtocart .title-sticky_addtocart {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  max-width: 140px;
}
.dbtfy-sticky_addtocart .btn--sticky_addtocart {
  background: #D50213 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  white-space: nowrap;
  padding: 0.75rem 1.25rem !important;
}

/* Product tabs / details STACK */
.template-product .dbtfy-product_tabs .tab-header.active,
.template-product .dbtfy-product_tabs .tab-header[aria-selected="true"] {
  background: #D50213 !important;
  color: #fff !important;
  border-radius: 8px 8px 0 0 !important;
}
.template-product .section-header__title {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

/* Product media gallery */
.template-product .product-single__media,
.template-product .product-gallery {
  border-radius: 0;
}
.template-product .thumbnails img {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}
.template-product .thumbnails .is-active img,
.template-product .thumbnails .active img {
  border-color: #D50213;
}

/* Collection product cards - clean white */
.template-collection .grid-product,
.template-collection .product-grid-item {
  background: #fff;
  border-radius: 12px;
  padding: 0.5rem;
}
.template-collection .grid-product__title {
  font-weight: 600;
  color: #000;
}
.template-collection .grid-product__price {
  font-weight: 700;
  color: #000;
}

/* Product tabs cards STACK style */
.ptc-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #EFEFEF;
  position: relative;
}
.ptc-card__link { text-decoration: none; color: inherit; display: block; padding: 0.75rem; }
.ptc-card__title { font-weight: 600; margin: 0.5rem 0 0.25rem; color: #000; font-size: 0.95rem; }
.ptc-card__price { font-weight: 700; color: #000; margin: 0; }
.ptc-card__actions {
  position: absolute;
  left: 50%;
  bottom: 4.5rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
.ptc-card__btn {
  width: 2.5rem; height: 2.5rem;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.ptc-card__btn--cart { background: #D50213; color: #fff; }
.ptc-card__btn--view { background: #fff; color: #D50213; border: 1.5px solid #D50213; }

/* Ensure homepage sections have spacing */
.image-banner, .sale-banner, .stack-cat-cards, .stack-follow-us,
.product-tabs-carousel, .support-carousel, .quotes, .dbtfy-faq-section {
  margin-bottom: 0.5rem;
}
.sale-banner { padding: 1.5rem 0; }
.sale-banner__heading { font-size: 1.15rem; font-weight: 700; }

/* Category placeholder circles/cards always visible height */
.stack-cat-cards__media { min-height: 280px; }
.stack-category-nav__circle { background: #F2F2F2; }

/* Sticky ATC always visible title */
.dbtfy-sticky_addtocart .title-sticky_addtocart {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* STACK product card actions (cart + eye) */
.grid-product__image-wrapper {
  position: relative !important;
  overflow: hidden;
}
.stack-product-actions {
  position: absolute !important;
  left: 50% !important;
  bottom: 14px !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 0.5rem !important;
  z-index: 20 !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.stack-product-actions__form {
  margin: 0 !important;
  display: inline-flex !important;
}
.stack-product-actions__btn {
  width: 48px !important;
  height: 42px !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid transparent !important;
  cursor: pointer !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
}
.stack-product-actions__btn--cart {
  background: #D50213 !important;
  color: #fff !important;
  border-color: #D50213 !important;
}
.stack-product-actions__btn--cart:hover {
  background: #b50110 !important;
}
.stack-product-actions__btn--cart.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.stack-product-actions__btn--eye {
  background: #fff !important;
  color: #D50213 !important;
  border-color: #D50213 !important;
}
.stack-product-actions__btn--eye:hover {
  background: #fff5f5 !important;
}
.stack-product-actions__btn svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
}
/* Hide old overlapping badge icons if present cluttering STACK look on collection */
.template-collection .grid-product__badge-icons {
  display: none !important;
}
.template-collection .dbtfy-collection-addtocart,
.template-collection .collection-addtocart {
  display: none !important;
}
.template-collection .grid-product__meta {
  text-align: left !important;
  padding: 0.75rem 0.85rem 1rem !important;
}
.template-collection .grid-product__title {
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  margin: 0 0 0.25rem !important;
  color: #111 !important;
}
.template-collection .grid-product__price {
  font-weight: 600 !important;
  color: #111 !important;
}
.template-collection .grid-product__wrapper.card {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}


/* Homepage product grids - same STACK card system */
.stack-ptc__cart-form { margin: 0; display: inline-flex; }
.stack-ptc__btn--cart {
  border: none;
  cursor: pointer;
}
.index-sections .grid-product__badge-icons,
.template-index .grid-product__badge-icons {
  display: none !important;
}
.index-sections .dbtfy-collection-addtocart,
.template-index .dbtfy-collection-addtocart {
  display: none !important;
}
.index-sections .grid-product__wrapper.card,
.template-index .grid-product__wrapper.card {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.index-sections .grid-product__meta,
.template-index .grid-product__meta {
  text-align: left !important;
  padding: 0.75rem 0.85rem 1rem !important;
}


/* Collection: hide classic Sort by UI */
.template-collection .collection-sortby-label,
.template-collection .collection-sortby:not(.stack-price-filter) {
  /* legacy */
}
.template-collection .collection-sortby {
  display: none !important;
}


/* Product page STACK polish */
.template-product .product-single__title,
.template-product .product-title,
.template-product h1.product-single__title {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.template-product .product-form__cart-submit,
.template-product .btn--add-to-cart,
.template-product [name="add"] {
  background: #D50213 !important;
  border-color: #D50213 !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
}
.template-product .product__price,
.template-product .product-single__price {
  font-weight: 700 !important;
}


/* STACK product gallery */
.template-product .product-single__thumbnails,
.template-product [data-product-thumbnails] {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0.6rem !important;
  overflow-x: auto !important;
  padding: 0.75rem 0 0.25rem !important;
  margin-top: 0.5rem !important;
}
.template-product .product-thumbnail-wrapper,
.template-product [data-product-thumbnail-wrapper] {
  flex: 0 0 auto !important;
  width: 88px !important;
  max-width: 88px !important;
  float: none !important;
}
.template-product .product-single__thumbnail,
.template-product a.product-single__thumbnail {
  border: 2px solid #e5e5e5 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  display: block !important;
  padding-top: 100% !important;
  position: relative !important;
  background: #fff !important;
}
.template-product .product-single__thumbnail.active-thumb,
.template-product .product-single__thumbnail.is-active,
.template-product a.product-single__thumbnail.active-thumb {
  border-color: #D50213 !important;
  box-shadow: 0 0 0 1px #D50213 !important;
}
.template-product .product-single__thumbnail img,
.template-product .product-single__thumb {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 4px !important;
}
/* arrows */
.template-product .slick-prev,
.template-product .slick-next,
.template-product .product-single__media-slider .slick-arrow,
.template-product [data-product-single-media-slider] .slick-arrow {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #f0f0f0 !important;
  color: #111 !important;
  z-index: 5 !important;
  box-shadow: none !important;
  border: none !important;
}
.template-product .slick-prev:before,
.template-product .slick-next:before {
  color: #111 !important;
  font-size: 18px !important;
  opacity: 1 !important;
}
/* product title under gallery */
.template-product .product-single__title,
.template-product .product-title,
.template-product h1.product-single__title {
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
  font-size: 1.35rem !important;
  margin-top: 0.75rem !important;
}
/* small title above media (breadcrumb area name) */
.template-product .product-single__meta .product-single__title {
  text-transform: none !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
}


/* STACK short product description (keep long text without breaking layout) */
.template-product .product-single__meta .product-single__description,
.template-product #ProductMeta-{{ /* handled by class */ }} {
}
.template-product .product-single__meta .product-single__description,
.template-product .product-single__meta #productDescription {
  text-align: left !important;
  color: #444 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  margin: 0.85rem 0 1rem !important;
}
.template-product .product-single__description.is-clamped {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  max-height: 6.2em;
}
.template-product .stack-desc-toggle {
  display: inline-block;
  margin: 0.25rem 0 0.75rem;
  color: #111 !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  text-decoration: underline !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
}
.template-product .product-form__cart-submit,
.template-product [name="add"],
.template-product .btn--add-to-cart {
  background: #D50213 !important;
  border-color: #D50213 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  min-height: 48px !important;
}
.template-product .product__price,
.template-product .product-single__price,
.template-product [data-product-price] {
  font-weight: 800 !important;
  font-size: 1.35rem !important;
}


/* Hide description near price/buy box - will place elsewhere */
.template-product .product-single__meta #productDescription,
.template-product .product-single__meta .product-single__description,
.template-product #ProductMeta-{{section}} {
}
.template-product .product-single__meta #productDescription,
.template-product .product-single__meta .product-single__description {
  display: none !important;
}
.template-product .stack-desc-toggle {
  display: none !important;
}

/* In Stock badge style */
.template-product .product-single__meta .product-available,
.template-product .product-single__meta .in-stock,
.template-product .product-single__meta [class*="available"],
.template-product .product-single__meta .product-inventory {
  color: #1a7f37 !important;
  font-weight: 600 !important;
}


/* Hide Product Details link on product page */
.template-product a[href*="productDetails"],
.template-product a[href*="product-details"],
.template-product a[href*="#productDescription"],
.template-product .product-details-link,
.template-product a[href="#ProductDescription"],
.template-product .product-single__meta a[href*="Details"] {
  display: none !important;
}


/* STACK product stock + short desc + package link */
.stack-product-stock-desc {
  margin: 0.5rem 0 1rem;
  text-align: left;
}
.stack-in-stock {
  color: #1a7f37 !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  margin: 0 0 0.75rem !important;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.stack-in-stock__icon {
  font-weight: 700;
}
.stack-out-stock {
  color: #b00000 !important;
  font-weight: 600 !important;
  margin: 0 0 0.75rem !important;
}
.stack-short-desc {
  color: #444 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  text-align: left !important;
}
.stack-package-details-link {
  margin-top: 0.65rem;
}
.stack-package-details-btn {
  color: #111 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  font-size: 0.95rem !important;
}
.template-product .social-sharing,
.template-product .social-sharing__item {
  text-align: left;
}
.template-product .social-sharing a {
  margin-right: 0.35rem;
}


/* STACK product gallery - single horizontal thumbnail row */
.template-product .product-single__thumbnails,
.template-product [data-product-thumbnails],
.template-product .product-single__thumbnails.grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  gap: 0.55rem !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-snap-type: x mandatory;
  padding: 0.75rem 0 0.35rem !important;
  margin: 0.35rem 0 0.5rem !important;
  width: 100% !important;
  max-width: 100% !important;
}
.template-product .product-single__thumbnails::-webkit-scrollbar {
  height: 0;
  display: none;
}
.template-product .product-thumbnail-wrapper,
.template-product [data-product-thumbnail-wrapper],
.template-product .product-single__thumbnails .grid__item {
  flex: 0 0 84px !important;
  width: 84px !important;
  max-width: 84px !important;
  min-width: 84px !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  scroll-snap-align: start;
}
.template-product .product-single__thumbnail,
.template-product a.product-single__thumbnail {
  border: 2px solid #e8e8e8 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  display: block !important;
  width: 84px !important;
  height: 84px !important;
  padding: 0 !important;
  position: relative !important;
  background: #fff !important;
  box-sizing: border-box !important;
}
.template-product .product-single__thumbnail.active-thumb,
.template-product .product-single__thumbnail.is-active,
.template-product a.product-single__thumbnail.active-thumb {
  border-color: #D50213 !important;
  box-shadow: 0 0 0 1px #D50213 !important;
}
.template-product .product-single__thumbnail img,
.template-product .product-single__thumb,
.template-product a.product-single__thumbnail img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  padding: 3px !important;
  box-sizing: border-box !important;
}
/* main media arrows - circular gray */
.template-product .slick-prev,
.template-product .slick-next,
.template-product [data-product-single-media-slider] .slick-arrow {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #efefef !important;
  z-index: 6 !important;
  box-shadow: none !important;
  border: none !important;
}
.template-product .slick-prev:before,
.template-product .slick-next:before {
  color: #222 !important;
  opacity: 1 !important;
}
/* title under gallery uppercase bold */
.template-product .product-single__title,
.template-product h1.product-single__title {
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
}


/* Sticky Add to Cart bar */
.dbtfy-sticky_addtocart .btn--sticky_addtocart,
.dbtfy-sticky_addtocart .btn--primary {
  background: #D50213 !important;
  border-color: #D50213 !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
}


/* Product description inside first PRODUCT DETAILS tab */
.stack-pd__product-desc {
  color: #444;
  line-height: 1.6;
  font-size: 0.95rem;
}
.stack-pd__product-desc p { margin: 0 0 0.75rem; }
.stack-pd__product-desc h1,
.stack-pd__product-desc h2,
.stack-pd__product-desc h3,
.stack-pd__product-desc h4 {
  color: #111;
  font-weight: 800;
  margin: 1rem 0 0.4rem;
}


/* STACK cart drawer */
#CartDrawer .stack-cart-header,
#CartDrawer .drawer__header {
  border-bottom: 1px solid #eee;
  padding: 1rem 1.1rem;
}
#CartDrawer .stack-cart-title {
  font-weight: 800;
  font-size: 1.15rem;
  color: #111;
}
#CartDrawer .drawer__footer,
#CartDrawer .stack-cart-footer {
  border-top: 1px solid #eee;
  padding: 1rem 1.1rem 1.25rem;
  background: #fff;
}
.stack-cart-summary { margin-bottom: 0.85rem; }
.stack-cart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
  color: #111;
}
.stack-cart-row--subtotal {
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 0.85rem;
}
.stack-cart-muted { color: #888; font-weight: 400; }
#CartDrawer .stack-cart-checkout,
#CartDrawer .btn--primary.stack-cart-checkout,
#CartDrawer button[name="checkout"] {
  background: #D50213 !important;
  border-color: #D50213 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  min-height: 48px !important;
  margin-bottom: 0.55rem !important;
}
#CartDrawer .stack-cart-view {
  background: #fff !important;
  border: 1.5px solid #111 !important;
  color: #111 !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
#CartDrawer .cart__product-name,
#CartDrawer .cart__row .h6 {
  font-weight: 700 !important;
}
#CartDrawer .ajaxcart-products {
  padding: 0.75rem 1rem;
}


/* STACK cart page buttons */
.template-cart .btn--primary,
.template-cart [name="checkout"] {
  background: #D50213 !important;
  border-color: #D50213 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
}


/* STACK announcement bar */
#announcement,
.announcement-section {
  background: #D50213 !important;
  color: #fff !important;
}
#announcement a,
#announcement .rte,
#announcement .announcement-message-item,
#announcement p {
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}
#announcement .slick-announcement .slick-track {
  display: flex !important;
  align-items: center;
}



/* =========================================================
   LAYAN SPORT — UX DESIGN SYSTEM
   ========================================================= */

:root {
  --layan-red: #D50213;
  --layan-red-dark: #b50110;
  --layan-black: #111111;
  --layan-muted: #666666;
  --layan-line: #ececec;
  --layan-bg: #f7f7f7;
  --layan-radius: 12px;
  --layan-radius-sm: 8px;
  --layan-shadow: 0 8px 24px rgba(0,0,0,0.08);
  --layan-font-strong: 800;
}

/* ----- Base readability ----- */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.main-content a:not(.btn):hover {
  color: var(--layan-red) !important;
}

/* ----- Buttons (consistent CTA) ----- */
.btn--primary,
.btn.btn--primary,
button.btn--primary,
input.btn--primary {
  background: var(--layan-red) !important;
  border-color: var(--layan-red) !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease !important;
}
.btn--primary:hover,
.btn.btn--primary:hover {
  background: var(--layan-red-dark) !important;
  border-color: var(--layan-red-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(213,2,19,0.28);
}
.btn--primary:active {
  transform: translateY(0);
}

/* ----- Product cards UX ----- */
.grid-product,
.product-grid-item,
.stack-product-card {
  transition: transform .2s ease, box-shadow .2s ease;
}
.grid-product:hover,
.product-grid-item:hover {
  transform: translateY(-3px);
}
.grid-product__image-wrapper,
.product-grid-item .product--wrapper {
  border-radius: var(--layan-radius-sm);
  overflow: hidden;
}
.stack-product-actions {
  opacity: 1;
  transition: opacity .2s ease;
}

/* ----- Collection / category nav UX ----- */
.stack-cat-nav,
.category-circle,
[class*="category-nav"] a {
  transition: transform .2s ease, border-color .2s ease;
}
.category-circle:hover,
[class*="category-nav"] a:hover {
  transform: translateY(-2px);
}

/* ----- Forms & inputs ----- */
input[type="email"],
input[type="text"],
input[type="search"],
input[type="tel"],
textarea,
select {
  border-radius: var(--layan-radius-sm) !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--layan-red) !important;
  box-shadow: 0 0 0 3px rgba(213,2,19,0.12) !important;
  outline: none !important;
}

/* ----- Sticky ATC bar UX ----- */
.dbtfy-sticky_addtocart {
  box-shadow: 0 -6px 20px rgba(0,0,0,0.08) !important;
  border-top: 1px solid var(--layan-line);
}
.dbtfy-sticky_addtocart .btn--primary {
  min-height: 46px !important;
}

/* ----- Cart drawer UX ----- */
#CartDrawer .drawer__header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
}
#CartDrawer .drawer__footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 3;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
}
#CartDrawer .stack-cart-checkout:hover {
  background: var(--layan-red-dark) !important;
}
#CartDrawer .stack-cart-view:hover {
  background: #f5f5f5 !important;
}

/* ----- Sections spacing rhythm ----- */
.stack-kf,
.stack-pd,
.stack-reviews,
.stack-faq,
.stack-support,
.stack-bik {
  scroll-margin-top: 80px;
}

/* ----- FAQ accordion UX ----- */
.stack-faq__question {
  cursor: pointer;
  transition: color .15s ease;
}
.stack-faq__question:hover {
  color: var(--layan-red) !important;
}

/* ----- Tabs UX (product details) ----- */
.stack-pd__tab {
  transition: background .2s ease, color .2s ease;
}
.stack-pd__tab:hover:not(.is-active) {
  background: rgba(213,2,19,0.08);
  color: var(--layan-red) !important;
}

/* ----- Support cards ----- */
.stack-support__card {
  transition: transform .2s ease, box-shadow .2s ease;
  border-radius: var(--layan-radius);
}
.stack-support__card:hover {
  transform: translateY(-3px);
  box-shadow: var(--layan-shadow);
}
.stack-support__btn {
  transition: background .2s ease, transform .15s ease !important;
}
.stack-support__btn:hover {
  background: var(--layan-red-dark) !important;
  transform: translateY(-1px);
}

/* ----- Floating contact buttons ----- */
.stack-float-btn,
.stack-whatsapp-float a,
a[href^="https://wa.me"] .stack-wa,
.stack-phone-float {
  transition: transform .2s ease, box-shadow .2s ease;
}
.stack-whatsapp-float a:hover,
.stack-phone-float a:hover {
  transform: scale(1.06);
}

/* ----- Announcement bar ----- */
#announcement {
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

/* ----- Breadcrumbs ----- */
.breadcrumbs,
.breadcrumb {
  font-size: 0.85rem;
  color: var(--layan-muted);
}
.breadcrumbs a:hover {
  color: var(--layan-red) !important;
}

/* ----- Empty / loading states ----- */
.ajaxcart--is-loading .ajaxcart-loading {
  opacity: 0.9;
}

/* ----- Mobile UX polish ----- */
@media (max-width: 768px) {
  .btn--primary,
  .product-form__cart-submit,
  [name="add"] {
    min-height: 48px !important;
    width: 100%;
  }
  .stack-kf__card {
    flex-basis: 90% !important;
    max-width: 90% !important;
  }
  #CartDrawer .stack-cart-checkout,
  #CartDrawer .stack-cart-view {
    min-height: 48px !important;
  }
}

/* ----- Focus visible for accessibility ----- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
.btn:focus-visible {
  outline: 3px solid rgba(213,2,19,0.45) !important;
  outline-offset: 2px;
}

/* ----- Smooth page anchors ----- */
html {
  scroll-behavior: smooth;
}



/* =========================================================
   LAYAN SPORT — UI DESIGN SYSTEM
   ========================================================= */

:root {
  --ui-red: #D50213;
  --ui-red-hover: #b80110;
  --ui-ink: #0f0f0f;
  --ui-ink-soft: #2a2a2a;
  --ui-muted: #6b6b6b;
  --ui-line: #e8e8e8;
  --ui-line-strong: #dddddd;
  --ui-bg: #ffffff;
  --ui-bg-soft: #f6f6f6;
  --ui-bg-warm: #fafafa;
  --ui-radius: 14px;
  --ui-radius-sm: 10px;
  --ui-radius-xs: 8px;
  --ui-shadow: 0 10px 30px rgba(0,0,0,0.07);
  --ui-shadow-sm: 0 4px 14px rgba(0,0,0,0.06);
  --ui-container: 1200px;
}

/* ----- Typography hierarchy ----- */
h1, h2, h3, .section-header__title, .stack-kf__heading,
.stack-pd__heading, .stack-reviews__title, .stack-faq h2,
.product-single__title {
  color: var(--ui-ink) !important;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
h1, .product-single__title {
  font-weight: 800 !important;
}
h2, .stack-kf__heading, .stack-pd__heading, .stack-reviews__title {
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem) !important;
}
p, .rte p {
  line-height: 1.6;
  color: var(--ui-ink-soft);
}

/* ----- Section shells ----- */
.stack-kf,
.stack-pd,
.stack-reviews,
.stack-faq,
.stack-support {
  background: var(--ui-bg);
}
.stack-kf .wrapper,
.stack-pd .wrapper,
.stack-reviews .wrapper,
.stack-faq .wrapper,
.stack-support .wrapper {
  max-width: var(--ui-container);
  margin: 0 auto;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

/* ----- Cards ----- */
.stack-support__card,
.stack-reviews__card,
.stack-kf__card {
  background: #fff;
  border-radius: var(--ui-radius);
}
.stack-support__card {
  border: 1px solid var(--ui-line);
  padding: 1.5rem 1.25rem !important;
  box-shadow: var(--ui-shadow-sm);
}
.stack-kf__media {
  border-radius: var(--ui-radius) !important;
  box-shadow: var(--ui-shadow-sm);
}
.stack-reviews__quote-box {
  background: var(--ui-bg-soft) !important;
  border-radius: var(--ui-radius-sm) !important;
  padding: 1rem 1.1rem !important;
}

/* ----- Buttons UI ----- */
.btn,
button.btn {
  border-radius: var(--ui-radius-sm) !important;
  font-weight: 700 !important;
}
.btn--primary,
.product-form__cart-submit,
[name="add"],
.stack-support__btn,
.stack-cart-checkout {
  background: var(--ui-red) !important;
  border: 1px solid var(--ui-red) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.btn--primary:hover,
.product-form__cart-submit:hover,
[name="add"]:hover,
.stack-support__btn:hover {
  background: var(--ui-red-hover) !important;
  border-color: var(--ui-red-hover) !important;
}
.btn--secondary,
.stack-cart-view {
  background: #fff !important;
  border: 1.5px solid var(--ui-ink) !important;
  color: var(--ui-ink) !important;
}

/* ----- Price UI ----- */
.product__price,
.product-single__price,
[data-product-price],
.price-container .money,
.text-sale {
  font-weight: 800 !important;
  letter-spacing: -0.01em;
}
.text-sale,
.price-container .text-sale .money {
  color: var(--ui-red) !important;
}
.text-strike,
.cart__price--compare {
  color: var(--ui-muted) !important;
}

/* ----- Product gallery UI ----- */
.template-product .product-single__thumbnail {
  border-radius: var(--ui-radius-xs) !important;
  border: 2px solid var(--ui-line) !important;
}
.template-product .product-single__thumbnail.active-thumb {
  border-color: var(--ui-red) !important;
  box-shadow: 0 0 0 1px var(--ui-red) !important;
}
.template-product .slick-prev,
.template-product .slick-next {
  background: #f0f0f0 !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
}

/* ----- Quantity selector UI ----- */
.quantity-selector,
.quantity-selector__input,
.product-single__quantity input {
  border-radius: var(--ui-radius-xs) !important;
  border-color: var(--ui-line-strong) !important;
}

/* ----- In stock badge ----- */
.stack-in-stock {
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
  background: rgba(26, 127, 55, 0.08);
  color: #1a7f37 !important;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.9rem !important;
}

/* ----- Product details tabs UI ----- */
.stack-pd__tablist {
  gap: 0.25rem !important;
  border-bottom: 2px solid var(--ui-red) !important;
}
.stack-pd__tab {
  border-radius: 10px 10px 0 0 !important;
  padding: 0.75rem 1.1rem !important;
  font-size: 0.9rem !important;
}
.stack-pd__tab.is-active {
  background: var(--ui-red) !important;
  color: #fff !important;
}
.stack-pd__row--spec {
  border-radius: 0;
}
.stack-pd__row--spec:first-of-type {
  border-radius: var(--ui-radius-sm) var(--ui-radius-sm) 0 0;
}

/* ----- FAQ UI ----- */
.stack-faq__item,
.stack-faq details,
.stack-faq li {
  border-color: var(--ui-line) !important;
}
.stack-faq a[href],
.stack-faq .stack-faq__link {
  color: var(--ui-red) !important;
  font-weight: 700 !important;
}

/* ----- Newsletter BE IN THE KNOW ----- */
.stack-bik {
  background: var(--ui-red) !important;
  border-radius: 0;
}
.stack-bik__title {
  color: #fff !important;
  font-size: clamp(1.4rem, 4vw, 1.85rem) !important;
}
.stack-bik__row {
  box-shadow: var(--ui-shadow-sm);
}

/* ----- Announcement UI ----- */
#announcement,
.announcement-section {
  background: var(--ui-red) !important;
  color: #fff !important;
  min-height: 36px;
  display: flex;
  align-items: center;
}
#announcement p {
  color: #fff !important;
  margin: 0 !important;
  font-weight: 700 !important;
}

/* ----- Header / nav polish ----- */
.site-header,
.header-section {
  border-bottom: 1px solid var(--ui-line);
}
.site-header__logo img {
  max-height: 40px;
}

/* ----- Collection filter button ----- */
.template-collection .btn,
.collection-filters .btn {
  border-radius: var(--ui-radius-sm) !important;
}

/* ----- Cart drawer UI ----- */
#CartDrawer {
  border-left: 1px solid var(--ui-line);
}
#CartDrawer .stack-cart-title {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
}
#CartDrawer .cart__row {
  border-bottom: 1px solid var(--ui-line);
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
#CartDrawer .stack-cart-checkout {
  border-radius: var(--ui-radius-sm) !important;
  font-size: 1rem !important;
}
#CartDrawer .stack-cart-view {
  border-radius: var(--ui-radius-sm) !important;
}

/* ----- Floating action buttons ----- */
.stack-whatsapp-float a,
.stack-phone-float a,
a.stack-float-phone,
a.stack-float-wa {
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.18) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* ----- Footer UI ----- */
.site-footer,
.footer-section {
  border-top: 1px solid var(--ui-line);
}
.site-footer h3,
.site-footer .footer-title {
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 0.85rem !important;
  letter-spacing: 0.04em;
}

/* ----- Grid gaps consistency ----- */
.grid-products,
.product-grid {
  gap: 1rem;
}

/* ----- Image polish ----- */
img {
  max-width: 100%;
}
.product--image,
.grid-product img {
  object-fit: cover;
}

/* ----- Desktop refinements ----- */
@media (min-width: 1024px) {
  .stack-kf__heading,
  .stack-pd__heading,
  .stack-reviews__title {
    font-size: 1.5rem !important;
  }
  .product-single__title {
    font-size: 1.6rem !important;
  }
}

/* ----- Mobile UI ----- */
@media (max-width: 768px) {
  .stack-support__card {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .stack-bik {
    padding: 2rem 1.15rem !important;
  }
  .product-single__title {
    font-size: 1.25rem !important;
  }
}


/* =========================================================
   Account dropdown visibility fix
   ========================================================= */
#HeaderAccountMenu,
#HeaderAccountMenu.dropdown-menu,
.account-link + .dropdown-menu,
.site-nav .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.12) !important;
  min-width: 180px;
  z-index: 9999 !important;
}
#HeaderAccountMenu .dropdown-link,
#HeaderAccountMenu a,
#HeaderAccountMenu li a,
.site-nav .dropdown-menu .dropdown-link,
.site-nav .dropdown-menu a {
  color: #111111 !important;
  background: #ffffff !important;
  opacity: 1 !important;
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem !important;
  font-weight: 600 !important;
}
#HeaderAccountMenu .dropdown-link:hover,
#HeaderAccountMenu a:hover,
.site-nav .dropdown-menu .dropdown-link:hover {
  background: #f5f5f5 !important;
  color: #D50213 !important;
}
#HeaderAccountMenu .dropdown-link .icon,
#HeaderAccountMenu .dropdown-link [class*="icon"],
#HeaderAccountMenu span[class*="icon"] {
  color: #111111 !important;
  opacity: 1 !important;
}
#HeaderAccountMenu .dropdown-link:hover span[class*="icon"] {
  color: #D50213 !important;
}

/* Customer login / register pages */
.template-customers-login,
.template-customers-register,
.template-customers-account {
  color: #111 !important;
}
.template-customers-login .btn--primary,
.template-customers-register .btn--primary {
  background: #D50213 !important;
  color: #fff !important;
}


/* Drawer search field */
.layan-drawer-search__label {
  color: #fff !important;
  font-weight: 700;
  margin: 0 0 0.6rem !important;
  font-size: 0.95rem;
}
.layan-drawer-search__form {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 0.25rem 0.35rem 0.25rem 0.65rem;
}
.layan-drawer-search__input {
  flex: 1;
  border: none !important;
  background: transparent !important;
  color: #fff !important;
  min-height: 40px;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.layan-drawer-search__input::placeholder {
  color: rgba(255,255,255,0.55) !important;
}
.layan-drawer-search__btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: #D50213;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.layan-drawer-search__btn:hover {
  background: #b50110;
}


/* =========================================================
   Search page input fix
   ========================================================= */
[data-section-type="search"] .input-group,
.template-search .input-group,
#SearchDrawer .input-group {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 640px;
  margin: 0 auto 1.5rem;
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: #fff !important;
}
[data-section-type="search"] .input-group-field,
[data-section-type="search"] input[type="search"],
[data-section-type="search"] .search-input,
.template-search input[type="search"],
.template-search .search-input,
#SearchDrawer input[type="search"],
#SearchDrawer .search-input {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  background: #fff !important;
  color: #111 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.85rem 1rem !important;
  font-size: 1rem !important;
  opacity: 1 !important;
}
[data-section-type="search"] .input-group-field::placeholder,
.template-search input[type="search"]::placeholder {
  color: #888 !important;
  opacity: 1 !important;
}
[data-section-type="search"] .input-group-btn,
[data-section-type="search"] button[type="submit"],
.template-search .input-group-btn,
#SearchDrawer .input-group-btn {
  flex: 0 0 auto !important;
  width: 56px !important;
  min-width: 56px !important;
  min-height: 48px !important;
  background: #D50213 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
[data-section-type="search"] .section-header,
.template-search .page-title {
  text-align: center;
  margin-bottom: 1.25rem;
}


/* =========================================================
   Cart discount code input fix
   ========================================================= */
.dbtfy-cart_discount .input-group,
.CartDiscount .input-group,
.ajaxcart__discount .input-group {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: #fff !important;
}
.dbtfy-cart_discount .input-cart_discount,
.dbtfy-cart_discount .input-group-field,
.CartDiscount input[name="discount"],
.CartDiscount input[type="text"] {
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  background: #fff !important;
  color: #111 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.95rem !important;
  opacity: 1 !important;
}
.dbtfy-cart_discount .input-cart_discount::placeholder,
.CartDiscount input::placeholder {
  color: #888 !important;
  opacity: 1 !important;
}
.dbtfy-cart_discount .cd-apply,
.dbtfy-cart_discount .input-group-btn,
.CartDiscount .cd-apply {
  flex: 0 0 auto !important;
  width: 52px !important;
  min-width: 52px !important;
  min-height: 46px !important;
  background: #D50213 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.dbtfy-cart_discount label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
  color: #111;
  font-weight: 600;
}


/* Follow Us Instagram handle size */
.stack-follow__handle-text {
  font-size: 0.72rem !important;
  line-height: 1.25 !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  max-width: 100% !important;
  padding: 0 0.35rem !important;
}
@media (min-width: 768px) {
  .stack-follow__handle-text { font-size: 0.9rem !important; }
}


/* =========================================================
   Product Share toggle
   ========================================================= */
.layan-share {
  position: relative;
  margin-top: 0.75rem;
}
.layan-share__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 1.5px solid #ddd;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  font-size: 0.9rem;
}
.layan-share__toggle:hover,
.layan-share__toggle[aria-expanded="true"] {
  border-color: #D50213;
  color: #D50213;
}
.layan-share__toggle-icon {
  font-size: 1rem;
  line-height: 1;
}
.layan-share__panel {
  margin-top: 0.65rem;
}
.layan-share__panel[hidden] {
  display: none !important;
}
.layan-share__panel .social-sharing .share-label {
  display: none !important;
}
.layan-share__panel .inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.layan-share__panel .inline-list li {
  margin: 0;
}
.layan-share__panel .btn,
.layan-share__panel a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #f2f2f2 !important;
  border: none !important;
}


/* =========================================================
   Hero image brightness (less dark overlay)
   ========================================================= */
.hero-section .hero.overlay:before,
.hero-section .hero.overlay::before,
.hero-section .overlay:before,
.hero-section .overlay::before {
  background: rgba(0,0,0,0.18) !important;
  opacity: 1 !important;
}
.hero-section .hero-image,
.hero-section .hero-image img,
.hero-section .bgset {
  filter: none !important;
  opacity: 1 !important;
}
.hero-section .hero__title,
.hero-section .hero__text,
.hero-section .hero__text p {
  text-shadow: 0 2px 12px rgba(0,0,0,0.45);
}
