/** Shopify CDN: Minification failed

Line 229:1 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 */
  }
}