/** Shopify CDN: Minification failed

Line 373:0 Expected "}" to go with "{"

**/
/* Bundle & Save banner — maroon border + maroon title, black body, white bg */
[style*="0a7d34"]{
  background:#ffffff !important;
  color:#111111 !important;
  border:2px solid #a21a3c !important;
  box-shadow:0 2px 6px rgba(0,0,0,.10) !important;
}
[style*="0a7d34"] > div:first-child{ color:#a21a3c !important; }              /* "Bundle & Save" row */
[style*="0a7d34"] span{ color:#a21a3c !important; font-size:23px !important; } /* title text: maroon + bara */
[style*="0a7d34"] svg{ stroke:#a21a3c !important; width:24px !important; height:24px !important; } /* icon: maroon + bara */


/* TheTopiWala Custom CSS */

@media (max-width: 767.98px) {
  .fully-padded-row--large-for-paired-text.fully-padded-row-x--large {
    padding-top: 12px !important;
    padding-bottom: 14px !important;
  }
  .subheading.subheading--over {
    margin-bottom: 8px !important;
  }
  .majortitle.hl-style {
    margin-bottom: 8px !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  .lightish-spaced-row-above {
    margin-top: 12px !important;
  }
}

.section-rich-text .fully-padded-row {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.section-rich-text .lightish-spaced-row-above {
  margin-top: 16px !important;
}
.section-rich-text .spaced-text-row {
  margin-bottom: 8px !important;
}

.slideshow .background-image__image,
.slideshow .background-image {
  animation: none !important;
  transform: scale(1) !important;
  transition: opacity 0.6s ease !important;
}
.slideshow .background-image__image.loaded {
  animation: none !important;
  transform: scale(1) !important;
}

/* ===== Moved from Theme Settings > Custom CSS (jhatka fix) ===== */

@media (min-width: 768px) {
  .product-detail .product-column-right { max-width: 525px !important; }
  .product-detail .detail { margin-top: 12px; }
}

@media (hover: hover) {
  .button:hover, .btn:hover, button:hover,
  input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #000000;
    border-color: #000000;
  }
}

.opt-label { margin: 8px 4px 0 0 !important; }

.product-form .quantity-submit-row.has-spb .button {
  background-color: #a21a3c;
  color: #ffffff;
}

.navigation--desktop .navigation__tier-1 > .navigation__item > .navigation__link {
  font-size: 20px;
}

.section-footer__inner {
  background-color: #ffffff;
  border-top: 5px solid #a21a3c;
}

@media (max-width: 768px) {
  /* Hero text area padding kam */
  .fully-padded-row--large-for-paired-text.fully-padded-row-x--large {
    padding-top: 12px !important;
    padding-bottom: 14px !important;
  }
  /* Tagline ke neeche space kam */
  .subheading.subheading--over {
    margin-bottom: 12px !important;
    margin-top: 12px !important;
  }
  /* Heading size aur margin adjust */
  .majortitle.hl-style {
    margin-bottom: 12px !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  /* CTA button upar space kam */
  .lightish-spaced-row-above { margin-top: 12px !important; }
}

/* ===== Mobile header compact ===== */
@media (max-width: 767.98px) {
  .pageheader .logo {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pageheader .logo-area {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .logo-area__middle__inner .logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* Mobile: product card second image auto-crossfade */
@media (max-width: 767.98px) {
  .product-block__image--show-on-hover {
    display: block !important;
    opacity: 0;
    animation: none;
  }

  @keyframes tw-card-crossfade {
    0%, 40%  { opacity: 0; }
    50%, 85% { opacity: 1; }
    95%, 100% { opacity: 0; }
  }
}

.majortitle {
min-height: 3.5rem;
display: block;
}



@media (max-width: 767px) {
    .product-column-right > *, .product-column-right .title-row, .product-column-right .price-container, .product-column-right .product-description, .product-column-right .detail-accordion {
        padding-left: 4px !important;
        padding-right: 8px !important;
    }

    /* ===== Add to Cart + Buy with Shop: side-by-side, equal & aligned ===== */
    .product-form .quantity-submit-row.has-spb {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
    }

    .product-form .quantity-submit-row.has-spb > .quantity-submit-row__submit,
    .product-form .quantity-submit-row.has-spb > .shopify-payment-button {
    flex: 1 1 0 !important;
    min-width: 0;
    width: auto !important;
    margin: 0 !important;
    }
    .product-form .quantity-submit-row.has-spb .quantity-submit-row__submit .button {
    width: 100% !important;
    height: 100% !important;
    min-height: 48px;
    border-radius: 24px !important;
    box-sizing: border-box;
    }
    .product-form .quantity-submit-row.has-spb .shopify-payment-button,
    .product-form .quantity-submit-row.has-spb .shopify-payment-button__button {
    min-height: 48px;
    }

    /* ===== Mobile only: price as a badge on product image (bottom-right) + small font ===== */
    @media (max-width: 767.98px) {
    .main-image .tw-image-price-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0,0,0,0.72);
    padding: 5px 12px;
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    pointer-events: none;
    }
    .main-image .tw-image-price-badge .price,
    .main-image .tw-image-price-badge .price-area,
    .main-image .tw-image-price-badge .current-price,
    .main-image .tw-image-price-badge .was-price {
    font-size: 13px !important;
    line-height: 1.1 !important;
    color: #fff !important;
    margin: 0 !important;
    }
    .main-image .tw-image-price-badge .price-descriptors,
    .main-image .tw-image-price-badge .shopify-installments {
    display: none !important;
    }
    }

 /* Accordion labels */
.product-description details summary {
  font-size: 20px !important;
}

/* "+" sign — mobile chhota, desktop bada */
.product-description details summary span {
  font-size: 24px !important;      /* mobile */
  line-height: 1 !important;
  font-weight: 400 !important;
}
@media (min-width: 750px) {
  .product-description details summary span {
    font-size: 30px !important;    /* desktop */
  }
}

/* ===== 31 Aug — Circle color swatches (Anwar request) ===== */
/* Fix: theme's own "circle" swatch mode only rounds .theme-img/pseudo-elements,
   not the .opt-label itself where plain/native swatch colors are applied.
   Force full circle on all swatch labels regardless of square/circle setting. */
.option-selector--swatch .opt-label,
.option-selector--swatch .opt-label:before,
.option-selector--swatch .opt-label:after,
.option-selector--swatch .opt-label .theme-img {
  border-radius: 50% !important;
}

/* ===== 31 Aug — Footer "★★★★★ 4.8 from 2,000+ customers" stars: pink/maroon-ish -> brand dark green ===== */
/* Root cause: literal "★★★★★" text wrapped in <em> inside the footer rich-text block
   (section-footer__text-block--with-text), inheriting the theme's default <em> text color
   (a dusty pink/maroon tone) instead of the site's Judge.me green (#5b6b4a). */
.section-footer__text-block--with-text .section-footer__text em {
  color: #5b6b4a !important;
  font-style: normal !important;
}

/* ===== 31 Aug — Product page auto-scroll/jump fix (CSS Scroll Anchoring) ===== */
/* Root cause (identified via Admin API code review + Anwar's video):
   Theme = "Mode" (Clean Canvas). Product page load ke baad <cc-fetched-content>
   (Complementary Products block, product-recommendations AJAX se fetch hoti hai)
   aur variant-based "media grouping" (color select par images hide/show) dono
   CONTENT HEIGHT change karte hain jab page already render ho chuki hoti hai.
   Chrome/Firefox ka built-in "scroll anchoring" feature is height-change ko
   compensate karne ke liye scroll position khud-ba-khud adjust karta hai -
   isi se video mein dikhne wala baar-baar top<->neeche "jump"/oscillate hota hai
   (theme.js ka bug nahi, browser ka default anchoring behavior hai jo async
   content ke sath takra raha hai).
   Fix: product page ke scroll container par browser ki auto scroll-anchoring
   disable kar di - ab layout height change hone par browser khud scroll
   position nahi badlega. */
.template-product {
  overflow-anchor: none;
}

/* ==============================================================
   ROUND 37 (31 Aug 2026) — Cart drawer Amazon-inspired redesign
   Anwar's ask: drawer ko slim + static banayein (Amazon jaisa),
   trust badges bare/professional icons ke sath, aur Checkout ke
   neeche Shop Pay/PayPal buttons hide ho rahe the - wo fix.
   ============================================================== */

/* ---- 1. Drawer: slim + compact, Amazon-style rows ---- */
.cart-drawer-modal .cc-popup-container {
  max-width: 380px !important;
  box-shadow: -3px 0 16px rgba(0,0,0,.14) !important;
}
.cart-drawer-modal .cc-popup-content {
  padding: 0 !important;
}
.cart-drawer-modal .cart-drawer__header {
  padding: 14px 16px 10px !important;
}
.cart-drawer-modal .cart-drawer__header h2 {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.cart-drawer-modal .cart-item-list__body {
  padding: 0 !important;
}
.cart-drawer-modal .cart-item {
  padding: 12px 16px !important;
  border-bottom: 1px solid #eee6da !important;
}
.cart-drawer-modal .cart-item__image {
  width: 56px !important;
  flex: none !important;
}
.cart-drawer-modal .cart-item__image img {
  width: 56px !important;
  height: 56px !important;
  object-fit: cover !important;
  border-radius: 4px !important;
}
.cart-drawer-modal .cart-item .name {
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}
.cart-drawer-modal .cart-item .small-text {
  font-size: 11.5px !important;
}
.cart-drawer-modal .cart-item__unit-price {
  font-size: 13px !important;
  margin-top: 5px !important;
}
.cart-drawer-modal .cart-item__quantity {
  align-items: flex-end !important;
}
.cart-drawer-modal .cart-item__quantity .quantity.buttoned-input {
  transform: scale(0.82);
  transform-origin: right center;
}
.cart-drawer-modal .cart-item__remove-row {
  margin-top: 2px !important;
}
.cart-drawer-modal .cart-item__remove {
  font-size: 11px !important;
}
.cart-drawer-modal .cart-drawer__footer {
  padding: 12px 16px 16px !important;
}
.cart-drawer-modal .subtotal {
  font-size: 15px !important;
  margin-bottom: 10px !important;
}
.cart-drawer-modal .checkout-buttons .button {
  min-height: 46px !important;
  border-radius: 6px !important;
}

/* ---- 2. Fix: Shop Pay / PayPal buttons hidden below Checkout in the drawer ---- */
/* Root cause: drawer height was locked to 100vh, which on mobile browsers with a
   dynamic address bar leaves the footer's accelerated-checkout buttons rendered
   below the visible viewport with no scroll available to reach them. */
.cart-drawer-modal .cc-popup-modal {
  height: 100dvh !important;
  max-height: 100dvh !important;
}
.cart-drawer-modal cart-form.cart-drawer {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  max-height: 100dvh !important;
}
.cart-drawer-modal .cart-drawer__content {
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  min-height: 0 !important;
}
.cart-drawer-modal .cart-drawer__footer {
  flex: none !important;
  overflow: visible !important;
}
.cart-drawer-modal .additional-checkout-buttons,
.cart-drawer-modal .additional-checkout-buttons > div {
  overflow: visible !important;
  max-height: none !important;
}
