/** Shopify CDN: Minification failed

Line 120:0 All "@import" rules must come first
Line 321:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:page-order-tracking (INDEX:48) */
.ot-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-align: center;
}
.ot-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background: #EBF4FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot-icon svg { width: 32px; height: 32px; fill: none; stroke: #185FA5; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ot-heading { font-size: 28px; font-weight: 700; margin-bottom: 10px; color: #1C2833; }
.ot-subtext { font-size: 15px; color: #5D6D7E; margin-bottom: 40px; line-height: 1.6; }

.ot-form { background: #F8F9FA; border: 1px solid #DEE2E6; border-radius: 12px; padding: 32px; margin-bottom: 32px; text-align: left; }
.ot-form h2 { font-size: 18px; font-weight: 600; margin-bottom: 20px; color: #1C2833; text-align: center; }
.ot-field { margin-bottom: 16px; }
.ot-field label { display: block; font-size: 13px; font-weight: 600; color: #1C2833; margin-bottom: 6px; }
.ot-field input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #DEE2E6;
  border-radius: 8px;
  font-size: 15px;
  color: #1C2833;
  background: #fff;
  box-sizing: border-box;
  transition: border-color .15s;
}
.ot-field input:focus { outline: none; border-color: #185FA5; }
.ot-btn-primary {
  display: block;
  width: 100%;
  padding: 13px;
  background: #185FA5;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-top: 8px;
  transition: background .15s;
}
.ot-btn-primary:hover { background: #154e8a; }

.ot-divider { display: flex; align-items: center; gap: 12px; margin: 28px 0; color: #9BA4AE; font-size: 13px; }
.ot-divider::before, .ot-divider::after { content: ''; flex: 1; height: 1px; background: #DEE2E6; }

.ot-options { display: flex; flex-direction: column; gap: 12px; }
.ot-option-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border: 1px solid #DEE2E6;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: #1C2833;
  transition: border-color .15s, box-shadow .15s;
}
.ot-option-btn:hover { border-color: #185FA5; box-shadow: 0 2px 8px rgba(24,95,165,.08); }
.ot-option-btn svg { width: 22px; height: 22px; flex-shrink: 0; }
.ot-option-btn .ot-option-text { text-align: left; }
.ot-option-btn .ot-option-title { font-size: 14px; font-weight: 600; display: block; }
.ot-option-btn .ot-option-desc { font-size: 12px; color: #5D6D7E; display: block; margin-top: 2px; }

.ot-help { margin-top: 32px; font-size: 13px; color: #5D6D7E; line-height: 1.6; }
.ot-help a { color: #185FA5; text-decoration: none; }
/* END_SECTION:page-order-tracking */

/* START_SECTION:tm-pdp-apps (INDEX:58) */
.tm-apps-wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
/* END_SECTION:tm-pdp-apps */

/* START_SECTION:tm-pdp-description (INDEX:59) */
.tm-description { max-width: 1200px; margin: 0 auto; padding: 28px 16px; border-top: 1px solid var(--color-border); font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.tm-description__heading { font-size: 16px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 16px; }
.tm-description__body { font-size: 14px; color: var(--color-text-secondary); line-height: 1.75; }
.tm-description__body h1, .tm-description__body h2, .tm-description__body h3 { color: var(--color-text-primary); font-weight: 500; margin: 16px 0 8px; }
.tm-description__body p { margin-bottom: 10px; }
.tm-description__body ul, .tm-description__body ol { margin: 8px 0 10px 20px; }
.tm-description__body li { margin-bottom: 4px; }
/* END_SECTION:tm-pdp-description */

/* START_SECTION:tm-pdp-faq (INDEX:60) */
.tm-faq { max-width: 1200px; margin: 0 auto; padding: 28px 16px; border-top: 1px solid var(--color-border); font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.tm-faq__heading { font-size: 16px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 16px; }
.tm-faq__list { display: flex; flex-direction: column; gap: 8px; }
.tm-faq__item { border: 1px solid var(--color-border); border-radius: 8px; overflow: hidden; }
.tm-faq__q { width: 100%; text-align: left; padding: 14px 16px; font-size: 14px; font-weight: 500; color: var(--color-text-primary); cursor: pointer; background: none; border: none; font-family: inherit; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.tm-faq__q::after { content: '+'; font-size: 20px; color: var(--color-text-secondary); font-weight: 400; flex-shrink: 0; }
.tm-faq__item.is-open .tm-faq__q::after { content: '−'; }
.tm-faq__a { padding: 0 16px; max-height: 0; overflow: hidden; transition: max-height .25s ease, padding .25s; font-size: 14px; color: var(--color-text-secondary); line-height: 1.65; }
.tm-faq__item.is-open .tm-faq__a { max-height: 400px; padding: 4px 16px 16px; }
/* END_SECTION:tm-pdp-faq */

/* START_SECTION:tm-pdp-hero (INDEX:61) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

:root {
  --color-primary:        #185FA5;
  --color-cta-whatsapp:   #1D9E75;
  --color-sale:           #E24B4A;
  --color-success:        #639922;
  --color-warning:        #BA7517;
  --color-text-primary:   #1C2833;
  --color-text-secondary: #5D6D7E;
  --color-bg:             #FFFFFF;
  --color-bg-surface:     #F8F9FA;
  --color-border:         #DEE2E6;
}

.pdp-wrap { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--color-text-primary); width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px 64px; box-sizing: border-box; }
.pdp-wrap *, .pdp-wrap *::before, .pdp-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.pdp-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; padding: 12px 0 10px; font-size: 12px; color: var(--color-text-secondary); }
.pdp-breadcrumb a { color: var(--color-text-secondary); text-decoration: none; }
.pdp-breadcrumb a:hover { text-decoration: underline; }
.pdp-breadcrumb__sep { opacity: 0.45; }
.pdp-breadcrumb__current { color: var(--color-text-primary); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; display: inline-block; font-size: 11px; vertical-align: bottom; }

.pdp-trust { background: #EAF3DE; border-bottom: 1px solid #C0DD97; padding: 8px 16px; margin-bottom: 20px; font-size: 13px; font-weight: 500; color: #27500A; text-align: center; }
.pdp-trust__msg { transition: opacity 0.3s ease; display: block; }

.pdp-main { display: grid; grid-template-columns: 1fr; gap: 20px; width: 100%; }
.pdp-main > * { min-width: 0; }
@media (min-width: 768px) { .pdp-main { grid-template-columns: 1fr 1fr; gap: 32px 48px; align-items: start; } }

.pdp-gallery { display: flex; flex-direction: column; gap: 10px; min-width: 0; width: 100%; }
.pdp-gallery__main { position: relative; border: 1px solid var(--color-border); border-radius: 10px; overflow: hidden; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; background: #fff; cursor: zoom-in; }
.pdp-gallery__main img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.3s; display: block; }
.pdp-gallery__main:hover img { transform: scale(1.04); }
.pdp-gallery__badge { position: absolute; top: 10px; left: 10px; background: var(--color-sale); color: #fff; font-size: 11px; font-weight: 500; padding: 3px 9px; border-radius: 4px; pointer-events: none; z-index: 1; }
.pdp-gallery__thumbs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; }
.pdp-gallery__thumb { flex-shrink: 0; width: 60px; height: 60px; border: 2px solid var(--color-border); border-radius: 6px; overflow: hidden; cursor: pointer; background: var(--color-bg-surface); display: flex; align-items: center; justify-content: center; transition: border-color 0.15s; }
.pdp-gallery__thumb:hover, .pdp-gallery__thumb.is-active { border-color: var(--color-primary); }
.pdp-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-gallery__thumb--video { background: #111; }
.pdp-gallery__thumb--video svg { width: 22px; height: 22px; fill: rgba(255,255,255,.85); }
.pdp-gallery__hint { font-size: 11px; color: var(--color-text-secondary); text-align: center; }
.pdp-gallery__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; background: rgba(255,255,255,.88); border: 1px solid var(--color-border); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; box-shadow: 0 1px 4px rgba(0,0,0,.12); transition: background .15s; padding: 0; }
.pdp-gallery__arrow:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.16); }
.pdp-gallery__arrow--prev { left: 8px; }
.pdp-gallery__arrow--next { right: 8px; }
.pdp-gallery__arrow svg { width: 18px; height: 18px; }
.pdp-gallery__main.is-zoomed { cursor: grabbing; }
.pdp-gallery__main.is-zoomed img { transform: scale(2.2) !important; transition: transform .1s; cursor: grabbing; }

.pdp-info { display: flex; flex-direction: column; gap: 14px; min-width: 0; overflow: hidden; }
.pdp-brand { font-size: 13px; color: var(--color-text-secondary); }
.pdp-title { font-size: 20px; font-weight: 500; line-height: 1.35; color: var(--color-text-primary); }
@media (min-width: 768px) { .pdp-title { font-size: 24px; } }
.pdp-divider { border: none; border-top: 1px solid var(--color-border); }

.pdp-text-block { font-size: 14px; color: var(--color-text-secondary); line-height: 1.7; }
.pdp-text-block h1, .pdp-text-block h2, .pdp-text-block h3 { color: var(--color-text-primary); font-weight: 500; margin-bottom: 6px; }
.pdp-text-block p { margin-bottom: 8px; }

.pdp-quantity__label { font-size: 13px; color: var(--color-text-secondary); margin-bottom: 6px; display: block; }
.pdp-quantity__wrap { display: inline-flex; align-items: center; border: 1px solid var(--color-border); border-radius: 6px; overflow: hidden; }
.pdp-quantity__btn { width: 38px; height: 38px; border: none; background: var(--color-bg-surface); cursor: pointer; font-size: 18px; color: var(--color-text-primary); display: flex; align-items: center; justify-content: center; }
.pdp-quantity__btn:hover { background: var(--color-border); }
.pdp-quantity__input { width: 48px; height: 38px; border: none; border-left: 1px solid var(--color-border); border-right: 1px solid var(--color-border); text-align: center; font-size: 14px; font-weight: 500; font-family: inherit; color: var(--color-text-primary); background: #fff; appearance: textfield; -moz-appearance: textfield; }
.pdp-quantity__input::-webkit-outer-spin-button, .pdp-quantity__input::-webkit-inner-spin-button { -webkit-appearance: none; }

.pdp-price { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; }
.pdp-price__sale { font-size: 26px; font-weight: 500; color: var(--color-sale); line-height: 1; }
.pdp-price__original { font-size: 15px; font-weight: 400; color: var(--color-text-secondary); text-decoration: line-through; }
.pdp-price__save { font-size: 12px; font-weight: 500; background: #e8f5e9; color: #2e7d32; border-radius: 4px; padding: 2px 8px; white-space: nowrap; }
.pdp-price__emi { font-size: 13px; color: var(--color-text-secondary); width: 100%; margin-top: 2px; }

.pdp-options { display: flex; flex-direction: column; gap: 8px; }
.pdp-options__label { font-size: 13px; color: var(--color-text-secondary); }
.pdp-options__label strong { color: var(--color-text-primary); font-weight: 500; }
.pdp-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-pill { padding: 7px 15px; border: 1px solid var(--color-border); border-radius: 6px; font-family: inherit; font-size: 13px; font-weight: 500; cursor: pointer; background: #fff; color: var(--color-text-primary); transition: border-color .15s, background .15s, color .15s; }
.pdp-pill:hover:not(:disabled) { border-color: var(--color-primary); }
.pdp-pill.is-active { border-color: var(--color-primary); background: #E6F1FB; color: var(--color-primary); }
.pdp-pill:disabled { opacity: 0.4; cursor: not-allowed; text-decoration: line-through; }

.pdp-stock { display: flex; align-items: center; gap: 8px; font-size: 13px; flex-wrap: wrap; }
.pdp-stock__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--color-success); display: inline-block; flex-shrink: 0; }
.pdp-stock__qty { font-weight: 500; }
.pdp-stock__sep { color: var(--color-border); }
.pdp-stock__viewers { color: var(--color-warning); font-weight: 500; }

.pdp-cta { display: flex; flex-direction: column; gap: 10px; }
.pdp-btn-stack { display: flex; flex-direction: column; gap: 10px; }
.pdp-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 52px; padding: 0 20px; border: none; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; cursor: pointer; text-decoration: none; transition: opacity .2s, transform .1s; box-sizing: border-box; line-height: 1; white-space: nowrap; }
.pdp-btn:active { transform: scale(.99); }
.pdp-btn:hover { opacity: .9; }
.pdp-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.pdp-btn--whatsapp { background: var(--color-cta-whatsapp); color: #fff; }
.pdp-btn--whatsapp svg { fill: #fff; }
.pdp-btn--cart { background: var(--color-primary); color: #fff; }
.pdp-btn--cart svg { fill: #fff; }
.pdp-btn--cod { background: #fff; color: var(--color-text-primary); border: 1px solid var(--color-border); }
.pdp-btn:disabled { opacity: .5; cursor: not-allowed; }

/* Payment logos row */
.pdp-payment { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; overflow-x: auto; padding-bottom: 4px; -ms-overflow-style: none; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.pdp-payment::-webkit-scrollbar { display: none; }
.pdp-payment__logo { flex-shrink: 0; width: 72px; height: 42px; border-radius: 6px; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 1px solid var(--color-border); background: #fff; }
.pdp-payment__logo svg { display: block; width: 100%; height: 100%; }
.pdp-payment__logo img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 4px; }

/* Guarantee badges row */
.pdp-guarantee { display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; padding-bottom: 2px; -ms-overflow-style: none; scrollbar-width: none; }
.pdp-guarantee::-webkit-scrollbar { display: none; }
.pdp-guarantee__item { flex: 1 0 0; min-width: 76px; background: #fff; border: 1.5px solid #d0e4f7; border-top: 3px solid var(--color-primary); border-radius: 8px; padding: 10px 8px 8px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 5px; }
.pdp-guarantee__icon { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #EBF4FF; border-radius: 50%; color: var(--color-primary); flex-shrink: 0; }
.pdp-guarantee__icon svg { width: 18px; height: 18px; stroke: var(--color-primary); }
.pdp-guarantee__label { font-size: 11px; font-weight: 700; color: var(--color-text-primary); line-height: 1.3; letter-spacing: 0.01em; }

.pdp-section { padding: 28px 0; border-top: 1px solid var(--color-border); }
.pdp-section__heading { font-size: 16px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 16px; }

/* Quantity selector */
.pdp-qty { display: flex; align-items: center; gap: 0; margin-bottom: 4px; }
.pdp-qty__label { font-size: 13px; color: var(--color-text-secondary); margin-right: 10px; white-space: nowrap; }
.pdp-qty__btn { width: 36px; height: 36px; border: 1px solid var(--color-border); background: #fff; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-family: inherit; color: var(--color-text-primary); }
.pdp-qty__btn:first-of-type { border-radius: 6px 0 0 6px; }
.pdp-qty__btn:last-of-type { border-radius: 0 6px 6px 0; }
.pdp-qty__input { width: 48px; height: 36px; border: 1px solid var(--color-border); border-left: 0; border-right: 0; text-align: center; font-size: 15px; font-family: inherit; -moz-appearance: textfield; }
.pdp-qty__input::-webkit-inner-spin-button, .pdp-qty__input::-webkit-outer-spin-button { -webkit-appearance: none; }
.pdp-cart-error { color: var(--color-sale); font-size: 13px; text-align: center; margin-top: 6px; display: none; }

.pdp-sticky { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; background: #fff; border-top: 1px solid var(--color-border); padding: 10px 16px; gap: 10px; align-items: center; box-shadow: 0 -2px 10px rgba(0,0,0,.1); }
.pdp-sticky__info { flex: 1; min-width: 0; }
.pdp-sticky__name { font-size: 11px; color: var(--color-text-secondary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pdp-sticky__price { display: flex; align-items: baseline; gap: 5px; }
.pdp-sticky__sale { font-size: 16px; font-weight: 500; color: var(--color-sale); }
.pdp-sticky__orig { font-size: 12px; color: var(--color-text-secondary); text-decoration: line-through; }
.pdp-sticky__calc { font-size: 11px; color: var(--color-text-secondary); }
.pdp-sticky__qty { display: flex; align-items: center; gap: 0; flex-shrink: 0; }
.pdp-sticky__qty-btn { width: 30px; height: 30px; border: 1px solid var(--color-border); background: #fff; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-family: inherit; color: var(--color-text-primary); }
.pdp-sticky__qty-btn:first-of-type { border-radius: 6px 0 0 6px; }
.pdp-sticky__qty-btn:last-of-type { border-radius: 0 6px 6px 0; }
.pdp-sticky__qty-input { width: 36px; height: 30px; border: 1px solid var(--color-border); border-left: 0; border-right: 0; text-align: center; font-size: 13px; font-family: inherit; -moz-appearance: textfield; }
.pdp-sticky__qty-input::-webkit-inner-spin-button, .pdp-sticky__qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }
.pdp-sticky__btns { display: flex; gap: 8px; flex-shrink: 0; }
.pdp-sticky .pdp-btn { width: auto; padding: 10px 16px; font-size: 13px; border-radius: 6px; height: 40px; }


/* Small screen fixes */
.pdp-gallery__thumbs { width: 100%; }
.pdp-gallery__main img, .pdp-gallery__thumb img { max-width: 100%; }
@media (max-width: 480px) {
  .pdp-wrap { padding: 0 12px 80px; }
  .pdp-title { font-size: 17px; }
  .pdp-price__sale { font-size: 22px; }
  .pdp-btn { font-size: 14px; height: 48px; padding: 0 14px; }
  .pdp-guarantee__item { min-width: 64px; padding: 8px 6px 6px; }
  .pdp-guarantee__label { font-size: 10px; }
  .pdp-pill { padding: 6px 11px; font-size: 12px; }
  .pdp-qty__label { font-size: 12px; }
}

/* Gallery v2 */
.pdp-thumb { border: none; padding: 0; background: none; cursor: pointer; -webkit-appearance: button; appearance: button; }
.pdp-thumb:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
.pdp-gallery-arrow { font-size: 28px; line-height: 1; }
.pdp-gallery-arrow:hover { background: #fff !important; }
.pdp-gallery-arrow:active { transform: translateY(-50%) scale(0.92) !important; }
.pdp-thumbs { -ms-overflow-style: none; scrollbar-width: none; }
.pdp-thumbs::-webkit-scrollbar { display: none; }

@media (min-width: 1024px) {
  .pdp-main { grid-template-columns: 55% 42%; gap: 32px 3%; }
  .pdp-gallery__main { max-height: 560px; }
  .pdp-info { position: sticky; top: 80px; align-self: start; max-height: calc(100vh - 100px); overflow-y: auto; }
  .pdp-qty { display: flex !important; }
  .pdp-btn-stack { display: flex; flex-direction: column; }
  .pdp-btn--cart { order: 1; }
  .pdp-btn--whatsapp { order: 2; background: #fff; color: var(--color-cta-whatsapp); border: 1.5px solid var(--color-cta-whatsapp); }
  .pdp-btn--whatsapp svg { fill: var(--color-cta-whatsapp); }
  .pdp-btn--cod { order: 3; }
  .pdp-size-pill:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
  .pdp-size-pill { -webkit-appearance: button; appearance: button; }
}
@media (min-width: 1400px) { .pdp-main { grid-template-columns: 52% 44%; } }
/* END_SECTION:tm-pdp-hero */

/* START_SECTION:tm-pdp-reviews (INDEX:62) */
.tm-reviews { max-width: 1200px; margin: 0 auto; padding: 28px 16px; border-top: 1px solid var(--color-border); font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.tm-reviews__heading { font-size: 16px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 16px; }
/* END_SECTION:tm-pdp-reviews */

/* START_SECTION:tm-pdp-specs (INDEX:63) */
.tm-specs { max-width: 1200px; margin: 0 auto; padding: 28px 16px; border-top: 1px solid var(--color-border); font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.tm-specs__heading { font-size: 16px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 16px; }
.tm-specs__table { width: 100%; border-collapse: collapse; font-size: 14px; }
.tm-specs__table tr:nth-child(even) td { background: var(--color-bg-surface); }
.tm-specs__table td { padding: 11px 14px; border-bottom: 1px solid var(--color-border); color: var(--color-text-secondary); vertical-align: top; }
.tm-specs__table td:first-child { font-weight: 500; color: var(--color-text-primary); width: 35%; white-space: nowrap; }
/* END_SECTION:tm-pdp-specs */

/* START_SECTION:tm-pdp (INDEX:64) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

:root {
  --color-primary:        #185FA5;
  --color-cta-whatsapp:   #1D9E75;
  --color-sale:           #E24B4A;
  --color-success:        #639922;
  --color-warning:        #BA7517;
  --color-text-primary:   #1C2833;
  --color-text-secondary: #5D6D7E;
  --color-bg:             #FFFFFF;
  --color-bg-surface:     #F8F9FA;
  --color-border:         #DEE2E6;
}

.pdp-wrap { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--color-text-primary); max-width: 1200px; margin: 0 auto; padding: 0 16px 100px; box-sizing: border-box; }
.pdp-wrap *, .pdp-wrap *::before, .pdp-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── A: Breadcrumb ───────────────────────── */
.pdp-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; padding: 12px 0 10px; font-size: 12px; color: var(--color-text-secondary); }
.pdp-breadcrumb a { color: var(--color-text-secondary); text-decoration: none; }
.pdp-breadcrumb a:hover { text-decoration: underline; }
.pdp-breadcrumb__sep { opacity: 0.45; }
.pdp-breadcrumb__current { color: var(--color-text-primary); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; display: inline-block; font-size: 11px; vertical-align: bottom; }

/* ── B: Trust strip — CHANGE 1: rotating single message ── */
.pdp-trust { background: #EAF3DE; border-bottom: 1px solid #C0DD97; padding: 8px 16px; margin-bottom: 20px; font-size: 13px; font-weight: 500; color: #27500A; text-align: center; }
.pdp-trust__msg { transition: opacity 0.3s ease; display: block; }

/* ── Main grid ───────────────────────────── */
.pdp-main { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) { .pdp-main { grid-template-columns: 1fr 1fr; gap: 32px 48px; align-items: start; } }

/* ── C: Gallery ──────────────────────────── */
.pdp-gallery { display: flex; flex-direction: column; gap: 10px; }
.pdp-gallery__main { position: relative; border: 1px solid var(--color-border); border-radius: 10px; overflow: hidden; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; background: #fff; cursor: zoom-in; }
.pdp-gallery__main img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.3s; display: block; }
.pdp-gallery__main:hover img { transform: scale(1.04); }
.pdp-gallery__badge { position: absolute; top: 10px; left: 10px; background: var(--color-sale); color: #fff; font-size: 11px; font-weight: 500; padding: 3px 9px; border-radius: 4px; pointer-events: none; z-index: 1; }
.pdp-gallery__thumbs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 2px; }
.pdp-gallery__thumb { flex-shrink: 0; width: 60px; height: 60px; border: 2px solid var(--color-border); border-radius: 6px; overflow: hidden; cursor: pointer; background: var(--color-bg-surface); display: flex; align-items: center; justify-content: center; transition: border-color 0.15s; }
.pdp-gallery__thumb:hover, .pdp-gallery__thumb.is-active { border-color: var(--color-primary); }
.pdp-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pdp-gallery__thumb--video { background: #111; }
.pdp-gallery__thumb--video svg { width: 22px; height: 22px; fill: rgba(255,255,255,.85); }
.pdp-gallery__hint { font-size: 11px; color: var(--color-text-secondary); text-align: center; }
.pdp-gallery__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; background: rgba(255,255,255,.88); border: 1px solid var(--color-border); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; box-shadow: 0 1px 4px rgba(0,0,0,.12); transition: background .15s; padding: 0; }
.pdp-gallery__arrow:hover { background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.16); }
.pdp-gallery__arrow--prev { left: 8px; }
.pdp-gallery__arrow--next { right: 8px; }
.pdp-gallery__arrow svg { width: 18px; height: 18px; }
.pdp-gallery__main.is-zoomed { cursor: grabbing; }
.pdp-gallery__main.is-zoomed img { transform: scale(2.2) !important; transition: transform .1s; cursor: grabbing; }

/* ── D: Info column ──────────────────────── */
.pdp-info { display: flex; flex-direction: column; gap: 14px; }

.pdp-brand { font-size: 13px; color: var(--color-text-secondary); }

.pdp-title { font-size: 20px; font-weight: 500; line-height: 1.35; color: var(--color-text-primary); }
@media (min-width: 768px) { .pdp-title { font-size: 24px; } }

.pdp-rating { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pdp-rating__stars { color: var(--color-warning); font-size: 16px; letter-spacing: -0.5px; line-height: 1; }
.pdp-rating__score { font-size: 14px; font-weight: 500; }
.pdp-rating__count { font-size: 13px; color: var(--color-text-secondary); text-decoration: underline; cursor: pointer; }
.pdp-rating__verified { font-size: 12px; color: var(--color-success); }
.pdp-rating__verified::before { content: '✓ '; }

.pdp-divider { border: none; border-top: 1px solid var(--color-border); }

/* Price */
.pdp-price { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; }
.pdp-price__sale { font-size: 26px; font-weight: 500; color: var(--color-sale); line-height: 1; }
.pdp-price__original { font-size: 15px; font-weight: 400; color: var(--color-text-secondary); text-decoration: line-through; }
.pdp-price__save { font-size: 12px; font-weight: 500; background: #e8f5e9; color: #2e7d32; border-radius: 4px; padding: 2px 8px; white-space: nowrap; }
.pdp-price__emi { font-size: 13px; color: var(--color-text-secondary); width: 100%; margin-top: 2px; }

/* Variant options */
.pdp-options { display: flex; flex-direction: column; gap: 8px; }
.pdp-options__label { font-size: 13px; color: var(--color-text-secondary); }
.pdp-options__label strong { color: var(--color-text-primary); font-weight: 500; }
.pdp-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pdp-pill { padding: 7px 15px; border: 1px solid var(--color-border); border-radius: 6px; font-family: inherit; font-size: 13px; font-weight: 500; cursor: pointer; background: #fff; color: var(--color-text-primary); transition: border-color .15s, background .15s, color .15s; }
.pdp-pill:hover:not(:disabled) { border-color: var(--color-primary); }
.pdp-pill.is-active { border-color: var(--color-primary); background: #E6F1FB; color: var(--color-primary); }
.pdp-pill:disabled { opacity: 0.4; cursor: not-allowed; text-decoration: line-through; }

/* Stock */
.pdp-stock { display: flex; align-items: center; gap: 8px; font-size: 13px; flex-wrap: wrap; }
.pdp-stock__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--color-success); display: inline-block; flex-shrink: 0; }
.pdp-stock__qty { font-weight: 500; }
.pdp-stock__sep { color: var(--color-border); }
.pdp-stock__viewers { color: var(--color-warning); font-weight: 500; }

/* Countdown */
.pdp-timer { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; background: #FAEEDA; border-radius: 8px; padding: 11px 14px; font-size: 13px; color: var(--color-warning); font-weight: 500; }
.pdp-timer__digits { font-family: 'Courier New', monospace; font-size: 18px; font-weight: 500; letter-spacing: 1px; }

/* CTA */
.pdp-cta { display: flex; flex-direction: column; gap: 10px; }
.pdp-btn-stack { display: flex; flex-direction: column; gap: 10px; }
.pdp-btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 52px; padding: 0 20px; border: none; border-radius: 8px; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; cursor: pointer; text-decoration: none; transition: opacity .2s, transform .1s; box-sizing: border-box; line-height: 1; white-space: nowrap; }
.pdp-btn:active { transform: scale(.99); }
.pdp-btn:hover { opacity: .9; }
.pdp-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.pdp-btn--whatsapp { background: var(--color-cta-whatsapp); color: #fff; }
.pdp-btn--whatsapp svg { fill: #fff; }
.pdp-btn--cart { background: var(--color-primary); color: #fff; }
.pdp-btn--cart svg { fill: #fff; }
.pdp-btn--cod { background: #fff; color: var(--color-text-primary); border: 1px solid var(--color-border); }
.pdp-btn:disabled { opacity: .5; cursor: not-allowed; }

/* F: Payment */
.pdp-payment { display: flex; flex-wrap: wrap; gap: 6px; }
.pdp-payment__badge { font-size: 11px; font-weight: 500; background: var(--color-bg-surface); border: 1px solid var(--color-border); border-radius: 4px; padding: 4px 10px; color: var(--color-text-secondary); }

/* G: Guarantee */
.pdp-guarantee { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
@media (max-width: 480px) { .pdp-guarantee { grid-template-columns: repeat(2, 1fr); } }
.pdp-guarantee__item { background: var(--color-bg-surface); border: 1px solid var(--color-border); border-radius: 8px; padding: 10px 8px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 5px; }
.pdp-guarantee__icon { font-size: 20px; line-height: 1; }
.pdp-guarantee__label { font-size: 11px; font-weight: 500; color: var(--color-text-primary); line-height: 1.3; }

/* ── Full-width sections ──────────────────── */
.pdp-section { padding: 28px 0; border-top: 1px solid var(--color-border); }
.pdp-section__heading { font-size: 16px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 16px; }

/* H: Features */
.pdp-features { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 600px) { .pdp-features { grid-template-columns: 1fr 1fr; } }
.pdp-feature { display: flex; gap: 10px; font-size: 14px; color: var(--color-text-secondary); line-height: 1.6; }
.pdp-feature__dot { width: 8px; height: 8px; border-radius: 2px; background: var(--color-primary); flex-shrink: 0; margin-top: 7px; }

/* I: Specs */
.pdp-specs { width: 100%; border-collapse: collapse; font-size: 14px; }
.pdp-specs tr:nth-child(even) td { background: var(--color-bg-surface); }
.pdp-specs td { padding: 11px 14px; border-bottom: 1px solid var(--color-border); color: var(--color-text-secondary); vertical-align: top; }
.pdp-specs td:first-child { font-weight: 500; color: var(--color-text-primary); width: 35%; white-space: nowrap; }

/* J: FAQ */
.pdp-faq { display: flex; flex-direction: column; gap: 8px; }
.pdp-faq__item { border: 1px solid var(--color-border); border-radius: 8px; overflow: hidden; }
.pdp-faq__q { width: 100%; text-align: left; padding: 14px 16px; font-size: 14px; font-weight: 500; color: var(--color-text-primary); cursor: pointer; background: none; border: none; font-family: inherit; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.pdp-faq__q::after { content: '+'; font-size: 20px; color: var(--color-text-secondary); font-weight: 400; flex-shrink: 0; }
.pdp-faq__item.is-open .pdp-faq__q::after { content: '−'; }
.pdp-faq__a { padding: 0 16px; max-height: 0; overflow: hidden; transition: max-height .25s ease, padding .25s; font-size: 14px; color: var(--color-text-secondary); line-height: 1.65; }
.pdp-faq__item.is-open .pdp-faq__a { max-height: 200px; padding: 4px 16px 16px; }

/* K: Reviews */
.pdp-reviews__top { display: flex; gap: 24px; flex-wrap: wrap; align-items: flex-start; margin-bottom: 20px; }
.pdp-reviews__score { text-align: center; min-width: 72px; }
.pdp-reviews__big { font-size: 42px; font-weight: 500; line-height: 1; }
.pdp-reviews__stars-lg { color: var(--color-warning); font-size: 18px; display: block; }
.pdp-reviews__total { font-size: 12px; color: var(--color-text-secondary); margin-top: 4px; }
.pdp-reviews__bars { flex: 1; display: flex; flex-direction: column; gap: 5px; min-width: 160px; }
.pdp-bar-row { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--color-text-secondary); }
.pdp-bar-row span:first-child { min-width: 20px; }
.pdp-bar-track { flex: 1; height: 6px; background: var(--color-border); border-radius: 3px; overflow: hidden; }
.pdp-bar-fill { height: 100%; background: var(--color-warning); border-radius: 3px; }
.pdp-review-card { border: 1px solid var(--color-border); border-radius: 8px; padding: 16px; margin-bottom: 10px; }
.pdp-review-card__header { display: flex; justify-content: space-between; margin-bottom: 5px; font-size: 13px; gap: 8px; }
.pdp-review-card__name { font-weight: 500; }
.pdp-review-card__date { color: var(--color-text-secondary); flex-shrink: 0; }
.pdp-review-card__stars { color: var(--color-warning); font-size: 13px; margin-bottom: 6px; }
.pdp-review-card__text { font-size: 14px; color: var(--color-text-secondary); line-height: 1.65; }
.pdp-review-card__badge { font-size: 12px; color: var(--color-success); margin-top: 8px; }
.pdp-review-card__badge::before { content: '✓ '; }
.pdp-reviews__link { display: inline-block; margin-top: 8px; font-size: 14px; color: var(--color-primary); text-decoration: none; }
.pdp-reviews__link:hover { text-decoration: underline; }

/* L: Related */
.pdp-related { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; }
.pdp-related__card { flex: 0 0 160px; scroll-snap-align: start; text-decoration: none; }
@media (min-width: 768px) { .pdp-related__card { flex: 0 0 calc(25% - 9px); } }
.pdp-related__card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 6px; border: 1px solid var(--color-border); display: block; }
.pdp-related__card-name { font-size: 13px; color: var(--color-text-primary); margin-top: 6px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pdp-related__card-price { font-size: 13px; font-weight: 500; color: var(--color-sale); margin-top: 2px; }

/* Quantity selector */
.pdp-qty { display: flex; align-items: center; gap: 0; margin-bottom: 4px; }
.pdp-qty__label { font-size: 13px; color: var(--color-text-secondary); margin-right: 10px; white-space: nowrap; }
.pdp-qty__btn { width: 36px; height: 36px; border: 1px solid var(--color-border); background: #fff; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; font-family: inherit; color: var(--color-text-primary); }
.pdp-qty__btn:first-of-type { border-radius: 6px 0 0 6px; }
.pdp-qty__btn:last-of-type { border-radius: 0 6px 6px 0; }
.pdp-qty__input { width: 48px; height: 36px; border: 1px solid var(--color-border); border-left: 0; border-right: 0; text-align: center; font-size: 15px; font-family: inherit; -moz-appearance: textfield; }
.pdp-qty__input::-webkit-inner-spin-button, .pdp-qty__input::-webkit-outer-spin-button { -webkit-appearance: none; }
.pdp-cart-error { color: var(--color-sale); font-size: 13px; text-align: center; margin-top: 6px; display: none; }

/* M: Sticky footer — all screen sizes */
.pdp-sticky { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; background: #fff; border-top: 1px solid var(--color-border); padding: 10px 16px; gap: 10px; align-items: center; box-shadow: 0 -2px 10px rgba(0,0,0,.1); }
.pdp-sticky__info { flex: 1; min-width: 0; }
.pdp-sticky__name { font-size: 11px; color: var(--color-text-secondary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pdp-sticky__price { display: flex; align-items: baseline; gap: 5px; flex-wrap: wrap; }
.pdp-sticky__sale { font-size: 16px; font-weight: 500; color: var(--color-sale); }
.pdp-sticky__orig { font-size: 12px; color: var(--color-text-secondary); text-decoration: line-through; }
.pdp-sticky__btns { display: flex; gap: 8px; flex-shrink: 0; }
.pdp-sticky .pdp-btn { width: auto; padding: 10px 14px; font-size: 13px; border-radius: 6px; }
.pdp-sticky__qty { display: flex; align-items: center; gap: 0; flex-shrink: 0; }
.pdp-sticky__qty-btn { width: 28px; height: 28px; border: 1px solid var(--color-border); background: #f4f4f4; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 4px; color: var(--color-text-primary); line-height: 1; padding: 0; transition: background .15s; }
.pdp-sticky__qty-btn:hover { background: #e8e8e8; }
.pdp-sticky__qty-num { min-width: 28px; text-align: center; font-size: 14px; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--color-text-primary); }
.pdp-sticky__calc { font-size: 11px; color: var(--color-text-secondary); display: block; margin-top: 1px; transition: opacity .2s; }
/* Sticky bar button hover states */
#sf-add-to-cart:hover { background: #0C447C !important; }
#sf-whatsapp:hover { background: #0F6E56 !important; text-decoration: none !important; }
/* Gallery v2 — thumb button reset + hover/focus states */
.pdp-thumb { background: none; border: 2px solid var(--color-border); padding: 0; }
.pdp-thumbs::-webkit-scrollbar { display: none; }
.pdp-gallery-arrow:hover { background: rgba(255,255,255,1) !important; box-shadow: 0 2px 8px rgba(0,0,0,.22) !important; }
.pdp-gallery-arrow:active { transform: translateY(-50%) scale(0.94) !important; }
.pdp-thumb:focus-visible { outline: 2px solid #185FA5; outline-offset: 2px; }
/* ── Desktop layout overrides ─────────────────── */
@media (min-width: 1024px) {
  .pdp-main { grid-template-columns: 55% 42%; gap: 32px 3%; }
  .pdp-gallery__main { max-height: 560px; }
  .pdp-info { position: sticky; top: 80px; align-self: start; max-height: calc(100vh - 100px); overflow-y: auto; }
  .pdp-qty { display: flex !important; }
  .pdp-btn-stack { display: flex; flex-direction: column; }
  .pdp-btn--cart { order: 1; }
  .pdp-btn--whatsapp { order: 2; background: #fff; color: var(--color-cta-whatsapp); border: 1.5px solid var(--color-cta-whatsapp); }
  .pdp-btn--whatsapp svg { fill: var(--color-cta-whatsapp); }
  .pdp-btn--cod { order: 3; }
  .pdp-size-pill:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
  .pdp-size-pill { -webkit-appearance: button; appearance: button; }
}
@media (min-width: 1400px) { .pdp-main { grid-template-columns: 52% 44%; } }
/* END_SECTION:tm-pdp */

/* START_SECTION:tm-related-products (INDEX:66) */
.tm-rp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 16px 60px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
.tm-rp__heading {
  font-size: 22px;
  font-weight: 600;
  color: #1C2833;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: -0.01em;
}
.tm-rp__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .tm-rp__grid { grid-template-columns: repeat(6, 1fr); gap: 16px; }
  .tm-rp__heading { font-size: 26px; }
}
.tm-rp__card {
  border: 1px solid #DEE2E6;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.tm-rp__card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.10);
  transform: translateY(-2px);
}
.tm-rp__img-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #F8F9FA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm-rp__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .3s;
}
.tm-rp__card:hover .tm-rp__img-wrap img {
  transform: scale(1.04);
}
.tm-rp__body {
  padding: 10px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.tm-rp__title {
  font-size: 13px;
  font-weight: 500;
  color: #1C2833;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tm-rp__title { font-size: 15px; }
}
.tm-rp__price {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 4px;
}
.tm-rp__sale {
  font-size: 14px;
  font-weight: 600;
  color: #E24B4A;
}
.tm-rp__compare {
  font-size: 12px;
  color: #5D6D7E;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .tm-rp__sale { font-size: 16px; }
  .tm-rp__compare { font-size: 13px; }
}
/* END_SECTION:tm-related-products */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:buy-buttons (INDEX:73) */
/*
    Periodic wiggle on the dynamic checkout (Buy Now) button.
    The animation runs on a 5s loop; the wiggle only occupies the
    last ~15% of each cycle (~0.75 s of motion, then 4.25 s of rest).
  */
  @keyframes tm-buynow-wiggle {
    0%, 83%, 100% { transform: rotate(0deg); }
    85%           { transform: rotate(-5deg); }
    87%           { transform: rotate( 5deg); }
    89%           { transform: rotate(-4deg); }
    91%           { transform: rotate( 4deg); }
    93%           { transform: rotate(-2deg); }
    95%           { transform: rotate( 2deg); }
    97%           { transform: rotate(-1deg); }
    99%           { transform: rotate( 0deg); }
  }

  .shopify-payment-button__button {
    animation: tm-buynow-wiggle 5s ease-in-out infinite;
    transform-origin: center;
  }
/* END_SNIPPET:buy-buttons */

/* START_SNIPPET:cart-abandonment-popup (INDEX:76) */
.tm-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .tm-popup-overlay.tm-visible {
    display: flex;
    animation: tmFadeIn .3s ease;
  }
  @keyframes tmFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  .tm-popup-box {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    max-width: 420px;
    width: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    animation: tmSlideUp .35s ease;
  }
  @keyframes tmSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
  .tm-popup-close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    color: #666;
    line-height: 1;
    padding: .25rem;
  }
  .tm-popup-emoji { font-size: 2.5rem; margin-bottom: .5rem; }
  .tm-popup-heading {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 .5rem;
    color: #1a1a1a;
  }
  .tm-popup-body {
    font-size: .95rem;
    color: #444;
    margin: 0 0 .5rem;
    line-height: 1.5;
  }
  .tm-popup-total {
    font-size: .9rem;
    color: #222;
    margin: 0 0 1rem;
  }
  .tm-popup-total strong { color: #e63312; font-size: 1.05rem; }
  .tm-popup-checkout {
    display: block;
    background: #e63312;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: .85rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: .75rem;
    transition: background .2s;
  }
  .tm-popup-checkout:hover { background: #c0290e; }
  .tm-popup-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background: #25d366;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    padding: .75rem 1.25rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s;
  }
  .tm-popup-whatsapp svg { width: 20px; height: 20px; flex-shrink: 0; }
  .tm-popup-whatsapp:hover { background: #1ebe5d; }
/* END_SNIPPET:cart-abandonment-popup */

/* START_SNIPPET:cart-trust-badges (INDEX:79) */
.tm-trust-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .65rem;
    margin: 1.25rem 0;
    padding: 1rem;
    background: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #eee;
  }
  .tm-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .4rem;
    padding: .6rem .5rem;
  }
  .tm-badge-icon {
    width: 38px;
    height: 38px;
    background: #fff0ee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e63312;
    flex-shrink: 0;
  }
  .tm-badge-icon svg { width: 18px; height: 18px; }
  .tm-badge span {
    font-size: .78rem;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
  }
  @media (min-width: 480px) {
    .tm-trust-badges { grid-template-columns: repeat(4, 1fr); }
  }
/* END_SNIPPET:cart-trust-badges */

/* START_SNIPPET:cod-trust-badge (INDEX:80) */
.tm-cod-badge {
    display: flex;
    align-items: center;
    gap: .65rem;
    background: #1a7a3c;
    color: #fff;
    border-radius: 8px;
    padding: .8rem 1rem;
    font-size: .9rem;
    line-height: 1.4;
    margin: .75rem 0;
  }
  .tm-cod-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    padding: 3px;
    box-sizing: content-box;
  }
  .tm-cod-badge strong { font-weight: 700; }
/* END_SNIPPET:cod-trust-badge */

/* START_SNIPPET:price (INDEX:95) */
.tm-price-save {
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    color: #1a7a3c;
    letter-spacing: inherit;
    margin-top: 2px;
  }
/* END_SNIPPET:price */

/* START_SNIPPET:sticky-buy-button (INDEX:110) */
.tm-sticky-buy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9995;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.10);
    transform: translateY(110%);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
  }

  .tm-sticky-buy.tm-sticky-buy--visible {
    transform: translateY(0);
  }

  .tm-sticky-buy__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .tm-sticky-buy__info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
  }

  .tm-sticky-buy__img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    border: 1px solid #eee;
  }

  .tm-sticky-buy__title {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tm-sticky-buy__price {
    font-size: 13px;
    font-weight: 700;
    color: #B12704;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .tm-sticky-buy__btn {
    position: relative;
    background: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 13px 28px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.3px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.1s;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .tm-sticky-buy__btn:hover { background: #333; }
  .tm-sticky-buy__btn:active { transform: scale(0.97); }
  .tm-sticky-buy__btn:disabled { background: #888; cursor: not-allowed; }

  .tm-sticky-buy__spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    display: none;
    animation: tm-spin 0.7s linear infinite;
  }
  .tm-sticky-buy__btn.tm-loading .tm-sticky-buy__spinner { display: inline-block; }
  .tm-sticky-buy__btn.tm-loading .tm-sticky-buy__btn-text { opacity: 0.7; }

  @keyframes tm-wiggle {
    0%,100% { transform: rotate(0); }
    20%      { transform: rotate(-4deg); }
    40%      { transform: rotate(4deg); }
    60%      { transform: rotate(-2deg); }
    80%      { transform: rotate(2deg); }
  }
  .tm-sticky-buy__btn.tm-wiggle { animation: tm-wiggle 0.6s ease-in-out; }

  @keyframes tm-spin { to { transform: rotate(360deg); } }

  /* MOBILE: full-width button, safe area padding */
  @media (max-width: 749px) {
    .tm-sticky-buy__info { display: none; }
    .tm-sticky-buy__btn {
      width: 100%;
      justify-content: center;
      border-radius: 10px;
      font-size: 15px;
      padding: 14px 20px;
    }
    .tm-sticky-buy__inner {
      padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)) 16px;
    }
  }

  /* Desktop: hide on large screens — PDP layout handles it */
  @media (min-width: 990px) {
    .tm-sticky-buy { display: none; }
  }
/* END_SNIPPET:sticky-buy-button */

/* START_SNIPPET:sticky-checkout-bar (INDEX:111) */
.tm-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 2px solid #e63312;
    box-shadow: 0 -4px 24px rgba(0,0,0,.12);
    z-index: 9990;
    transform: translateY(100%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    padding: .75rem 1rem;
  }
  .tm-sticky-bar.tm-bar-visible {
    transform: translateY(0);
  }
  .tm-sticky-inner {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .tm-sticky-total {
    font-size: .95rem;
    color: #222;
    white-space: nowrap;
  }
  .tm-sticky-total strong {
    font-size: 1.1rem;
    color: #e63312;
  }
  .tm-sticky-checkout-btn {
    background: #e63312;
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    padding: .7rem 1.4rem;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .2s;
  }
  .tm-sticky-checkout-btn:hover { background: #c0290e; }
  @media (max-width: 400px) {
    .tm-sticky-total { font-size: .85rem; }
    .tm-sticky-checkout-btn { font-size: .85rem; padding: .6rem 1rem; }
  }
/* END_SNIPPET:sticky-checkout-bar */

/* START_SNIPPET:urgency-banner (INDEX:116) */
.tm-urgency-banner {
    width: 100%;
    box-sizing: border-box;
    background: #fff8f0;
    border: 1px solid #ffe0c0;
    border-radius: 10px;
    padding: .85rem 1rem;
    display: flex;
    flex-direction: column;
    gap: .45rem;
    font-size: 14px;
    color: #333;
    margin: 0 0 1rem;
  }
  .tm-urgency-row {
    display: flex;
    align-items: center;
    gap: .45rem;
    line-height: 1.4;
    flex-wrap: wrap;
  }
  .tm-urgency-icon {
    font-size: 1rem;
    flex-shrink: 0;
  }
  .tm-dispatch { color: #1a7a3c; font-weight: 600; }
  .tm-countdown strong {
    font-variant-numeric: tabular-nums;
    color: #e63312;
    font-weight: 700;
  }

  @media screen and (max-width: 749px) {
    .tm-urgency-banner {
      font-size: 13px;
      padding: .75rem .9rem;
      border-radius: 8px;
    }
  }
/* END_SNIPPET:urgency-banner */

/* START_SNIPPET:viewer-count (INDEX:117) */
.tm-viewer-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #c0290e;
    margin-top: 4px;
    margin-bottom: -1rem;
  }

  .tm-viewer-fire {
    font-size: 1.15rem;
    display: inline-block;
    transform-origin: 50% 90%;
    animation: tm-fire-dance 1.2s ease-in-out infinite;
    will-change: transform, filter;
  }

  @keyframes tm-fire-dance {
    0%   { transform: scale(1.00) rotate(-4deg) translateY(0px);   filter: drop-shadow(0 0 2px rgba(255, 90, 0, 0.45)); }
    15%  { transform: scale(1.13) rotate( 3deg) translateY(-3px);  filter: drop-shadow(0 0 6px rgba(255,140, 0, 0.80)); }
    30%  { transform: scale(0.94) rotate(-3deg) translateY( 1px);  filter: drop-shadow(0 0 2px rgba(255, 60, 0, 0.35)); }
    45%  { transform: scale(1.10) rotate( 5deg) translateY(-4px);  filter: drop-shadow(0 0 8px rgba(255,160, 0, 0.90)); }
    60%  { transform: scale(1.02) rotate(-2deg) translateY(-2px);  filter: drop-shadow(0 0 4px rgba(255,100, 0, 0.60)); }
    75%  { transform: scale(1.08) rotate( 4deg) translateY(-3px);  filter: drop-shadow(0 0 7px rgba(255,130, 0, 0.75)); }
    90%  { transform: scale(0.97) rotate(-1deg) translateY( 0px);  filter: drop-shadow(0 0 3px rgba(255, 80, 0, 0.50)); }
    100% { transform: scale(1.00) rotate(-4deg) translateY(0px);   filter: drop-shadow(0 0 2px rgba(255, 90, 0, 0.45)); }
  }
/* END_SNIPPET:viewer-count */

/* START_SNIPPET:whatsapp-widget (INDEX:118) */
.tm-wa-widget {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37,211,102,.45);
    z-index: 9994;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s, bottom .35s cubic-bezier(0.34,1.56,0.64,1);
  }
  .tm-wa-widget:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(37,211,102,.55);
  }
  .tm-wa-widget svg { width: 30px; height: 30px; }
  .tm-wa-widget::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25d366;
    animation: tmWaPulse 2s ease-out infinite;
    z-index: -1;
  }
  @keyframes tmWaPulse {
    0% { transform: scale(1); opacity: .7; }
    100% { transform: scale(1.6); opacity: 0; }
  }
  .tm-wa-tooltip {
    position: absolute;
    right: calc(100% + .6rem);
    background: #1a1a1a;
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    white-space: nowrap;
    padding: .35rem .65rem;
    border-radius: 6px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(6px);
    transition: opacity .2s, transform .2s;
  }
  .tm-wa-tooltip::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #1a1a1a;
  }
  .tm-wa-widget:hover .tm-wa-tooltip,
  .tm-wa-widget:focus .tm-wa-tooltip {
    opacity: 1;
    transform: translateX(0);
  }
  @media (max-width: 749px) {
    .tm-wa-widget {
      bottom: 82px;
      right: 12px;
      width: 48px;
      height: 48px;
    }
    .tm-wa-widget svg { width: 24px; height: 24px; }
    .tm-wa-tooltip { display: none; }
    body:not(.template-product) .tm-wa-widget {
      bottom: 1.5rem;
    }
  }
/* END_SNIPPET:whatsapp-widget */