/* ===== DigiMart Theme — main.css ===== */
:root{
  --background:#fdfaf5;
  --foreground:#231712;
  --card:#ffffff;
  --muted:#f3ede3;
  --muted-foreground:#7a6a5e;
  --border:#e6dcce;
  --primary:#c0392b;
  --primary-hover:#a93023;
  --primary-foreground:#fdfaf5;
  --destructive:#dc2626;
  --accent:#f0e2c9;
  --radius:10px;
  --shadow-sm:0 1px 2px rgba(0,0,0,.05);
  --shadow-md:0 6px 16px rgba(0,0,0,.08);
  --shadow-lg:0 12px 28px rgba(0,0,0,.12);
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:'Hind Siliguri','Noto Sans Bengali',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  background:var(--background);
  color:var(--foreground);
  line-height:1.55;
  padding-bottom:64px; /* room for mobile bottom nav */
}
@media (min-width:768px){ body{padding-bottom:0} }

img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}

.container{max-width:1152px;margin:0 auto;padding:0 16px}

/* Header styles moved to assets/css/header.css */

/* ===== Hero ===== */
.hero{padding-top:16px}
.hero a{display:block;overflow:hidden;border-radius:12px;box-shadow:var(--shadow-sm);transition:box-shadow .4s,transform .4s}
.hero a:hover{box-shadow:var(--shadow-lg)}
.hero img{width:100%;height:auto;transition:transform .6s ease}
.hero a:hover img{transform:scale(1.02)}

/* ===== Hero ===== */
.hero{padding-top:16px}
.hero a{display:block;overflow:hidden;border-radius:12px;box-shadow:var(--shadow-sm);transition:box-shadow .4s,transform .4s}
.hero a:hover{box-shadow:var(--shadow-lg)}
.hero img{width:100%;height:auto;transition:transform .6s ease}
.hero a:hover img{transform:scale(1.02)}

/* ===== Section title ===== */
.section{padding-top:40px;padding-bottom:40px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}
.section-head h2{margin:0;font-size:22px;font-weight:700}
.section-head a{font-size:14px;color:var(--primary);font-weight:500}
.section-head a:hover{text-decoration:underline}

/* ===== Categories grid ===== */
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media (min-width:640px){ .cat-grid{grid-template-columns:repeat(4,1fr)} }
@media (min-width:768px){ .cat-grid{grid-template-columns:repeat(6,1fr)} }
.cat-card{display:flex;flex-direction:column;align-items:center;gap:8px;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:12px;transition:transform .3s,border-color .3s,box-shadow .3s}
.cat-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 8px 20px rgba(192,57,43,.18)}
.cat-card .thumb{width:100%;aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:var(--muted)}
.cat-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.cat-card:hover .thumb img{transform:scale(1.1)}
.cat-card span{font-size:12px;font-weight:600;text-align:center;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.cat-card:hover span{color:var(--primary)}

/* ===== Product grid ===== */
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media (min-width:768px){ .product-grid{grid-template-columns:repeat(3,1fr)} }
@media (min-width:1024px){ .product-grid{grid-template-columns:repeat(4,1fr)} }

.product-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.product-card .thumb{position:relative;aspect-ratio:1/1;background:#fff;padding:12px;overflow:hidden}
.product-card .thumb img{width:100%;height:100%;object-fit:contain;transition:transform .5s;border-radius:8px}
.product-card:hover .thumb img{transform:scale(1.05)}
.badge{position:absolute;top:10px;left:10px;background:var(--destructive);color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:6px;box-shadow:var(--shadow-sm);z-index:2}
.badge.out{left:auto;right:10px;background:rgba(35,23,18,.85)}
.product-info{padding:12px;display:flex;flex-direction:column;gap:6px;flex:1}
.product-info h3{margin:0;font-size:14px;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;min-height:2.6em}
.price-row{display:flex;align-items:baseline;gap:8px;margin-top:auto}
.price{font-size:16px;font-weight:700;color:var(--primary)}
.price-old{font-size:12px;color:var(--muted-foreground);text-decoration:line-through}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:600;border:0;transition:background .2s,transform .1s}
.btn-primary{background:var(--primary);color:var(--primary-foreground)}
.btn-primary:hover{background:var(--primary-hover)}
.btn-primary:active{transform:scale(.98)}
.btn-outline{background:transparent;border:1px solid var(--border);color:var(--foreground)}
.btn-outline:hover{background:var(--muted)}
.btn-block{width:100%}
.btn[disabled]{opacity:.55;cursor:not-allowed}


/* ===== WooCommerce loop grid (covers [products] shortcode + archive) ===== */
ul.products{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media (min-width:768px){ ul.products{grid-template-columns:repeat(3,1fr)} }
@media (min-width:1024px){ ul.products{grid-template-columns:repeat(4,1fr)} }
ul.products li.product{margin:0;padding:0;list-style:none;width:auto !important;float:none !important;clear:none !important}
ul.products li.product::before,ul.products li.product::after{display:none}

/* ===== Single product ===== */
.single-product-layout{display:grid;grid-template-columns:1fr;gap:24px;padding:24px 0}
@media (min-width:768px){ .single-product-layout{grid-template-columns:1fr 1fr;gap:40px} }
.product-gallery{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}
.product-gallery img{width:100%;height:auto;border-radius:8px}
.thumbs{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}
.thumbs img{width:64px;height:64px;object-fit:cover;border-radius:6px;cursor:pointer;border:2px solid transparent}
.thumbs img.active{border-color:var(--primary)}
.product-summary h1{margin:0 0 12px;font-size:24px;font-weight:700;line-height:1.3}
.product-summary .price{font-size:24px}
.product-summary .desc{margin:16px 0;color:var(--muted-foreground);font-size:14px;line-height:1.7}
.qty-row{display:flex;align-items:center;gap:8px;margin:16px 0}
.qty-row input{width:56px;text-align:center;padding:8px;border:1px solid var(--border);border-radius:8px;font-size:14px}
.qty-row button{width:36px;height:36px;border:1px solid var(--border);background:var(--card);border-radius:8px;font-size:18px}

/* ===== Cart & checkout ===== */
.wc-page{padding:32px 0;min-height:60vh}
.wc-page h1{font-size:24px;margin:0 0 20px}
.woocommerce table.shop_table{width:100%;border-collapse:collapse;background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:12px;border-bottom:1px solid var(--border);font-size:14px;text-align:left}
.woocommerce-info,.woocommerce-message,.woocommerce-error{background:var(--accent);border-left:4px solid var(--primary);padding:12px 16px;border-radius:8px;margin:0 0 16px;font-size:14px}
.woocommerce-error{background:#fde2e2;border-color:var(--destructive)}
.woocommerce form .form-row input,.woocommerce form .form-row select,.woocommerce form .form-row textarea{
  width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--card);font-size:14px;font-family:inherit
}
.woocommerce form .form-row label{display:block;font-size:13px;font-weight:500;margin-bottom:4px}
.woocommerce #payment ul.payment_methods{list-style:none;padding:0;margin:0 0 16px;border:1px solid var(--border);border-radius:8px;background:var(--card)}
.woocommerce #payment ul.payment_methods li{padding:12px;border-bottom:1px solid var(--border)}
.woocommerce #payment ul.payment_methods li:last-child{border-bottom:0}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{
  background:var(--primary);color:var(--primary-foreground);border:0;padding:10px 16px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s
}
.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--primary-hover)}

/* ===== Footer (legacy block removed — see "Footer redesign" below) ===== */

/* ===== Mobile bottom nav ===== */
.bottom-nav{
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  background:rgba(253,250,245,.96);
  backdrop-filter:blur(8px);
  border-top:1px solid var(--border);
  display:flex;justify-content:space-around;align-items:center;
  padding:6px 0;
}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;color:var(--muted-foreground);padding:4px 10px;flex:1;text-align:center}
.bottom-nav a:hover,.bottom-nav a.active{color:var(--primary)}
.bottom-nav svg{width:22px;height:22px}
@media (min-width:768px){ .bottom-nav{display:none} }

/* Utility */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.loader{display:flex;justify-content:center;padding:48px 0;color:var(--muted-foreground);font-size:14px}

/* ===== Footer redesign (v1.4.2 — high specificity, defeats stale CSS) ===== */
footer.site-footer,
footer.site-footer *{color:#1a1a1a !important}
footer.site-footer{margin-top:64px;border-top:1px solid var(--border);background:#f5efe6 !important}
footer.site-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:24px;padding:32px 16px}
@media (min-width:768px){ footer.site-footer .footer-grid{grid-template-columns:repeat(4,1fr)} }
footer.site-footer h1,
footer.site-footer h2,
footer.site-footer h3,
footer.site-footer h4,
footer.site-footer h5,
footer.site-footer h6,
footer.site-footer .footer-brand-text{margin:0 0 10px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#000 !important}
footer.site-footer .footer-brand-text{font-size:18px;text-transform:none;letter-spacing:-.01em;margin-bottom:8px}
footer.site-footer p,
footer.site-footer span,
footer.site-footer li{color:#1a1a1a !important}
footer.site-footer a{display:block;font-size:13px;color:#1a1a1a !important;padding:4px 0;text-decoration:none}
footer.site-footer a:hover{color:var(--primary) !important}
footer.site-footer .footer-tag{font-size:13px;color:#333 !important;margin:8px 0 12px;line-height:1.5}
footer.site-footer .site-logo img,
footer.site-footer .custom-logo,
footer.site-footer .custom-logo-link img{max-height:48px;width:auto;margin-bottom:8px;display:block}
footer.site-footer .social-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border);border-radius:50%;background:#fff !important;color:#000 !important;padding:0}
footer.site-footer .social-btn:hover{border-color:var(--primary);background:#fff !important;color:#000 !important;}
footer.site-footer .link-btn{background:none;border:0;padding:4px 0;color:#1a1a1a !important;font-size:13px;font-family:inherit;cursor:pointer;text-align:left;display:block}
footer.site-footer .link-btn:hover{color:var(--primary) !important}
footer.site-footer .footer-bottom{border-top:1px solid var(--border);padding:14px 16px;font-size:12px;color:#333 !important;text-align:center}
footer.site-footer .footer-bottom span{color:#333 !important}
.cart-pill{background:var(--primary);color:#fff;font-size:10px;padding:1px 6px;border-radius:10px;margin-left:2px}

/* ===== Bottom Nav ===== */
.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;display:grid;grid-template-columns:repeat(4,1fr);background:var(--card);border-top:1px solid var(--border);box-shadow:0 -2px 8px rgba(0,0,0,.06)}
@media (min-width:768px){ .bottom-nav{display:none} }
.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;font-size:10px;color:var(--muted-foreground)}
.bottom-nav a svg{width:20px;height:20px}
.bottom-nav a.active{color:var(--primary)}

/* ===== Order Modal ===== */
.so-modal{position:fixed;inset:0;z-index:1000;display:none}
.so-modal.open{display:block}
.so-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px)}
.so-modal-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 32px);max-width:480px;max-height:90vh;overflow-y:auto;background:var(--card);border-radius:16px;padding:22px;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.so-modal-sm{max-width:420px}
.so-modal-close{position:absolute;right:10px;top:10px;background:transparent;border:0;font-size:26px;line-height:1;width:36px;height:36px;border-radius:8px;color:var(--muted-foreground)}
.so-modal-close:hover{background:var(--muted);color:var(--foreground)}

/* Details popup header */
#soDetailsModal .so-modal-panel{padding:0;overflow:hidden;display:flex;flex-direction:column;max-height:90vh}
.sd-header{background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);padding:14px 46px 14px 20px;text-align:center;position:relative;overflow:hidden;flex-shrink:0}
.sd-header-shine{position:absolute;top:-30px;right:-30px;width:120px;height:120px;background:rgba(255,255,255,.1);border-radius:50%;pointer-events:none}
.sd-header .so-modal-close{color:rgba(255,255,255,.9);right:8px;top:8px}
.sd-header .so-modal-close:hover{background:rgba(255,255,255,.2);color:#fff}
#soDetailsModal .so-title{color:#fff;margin:0;font-size:16px;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.2);line-height:1.35}
.sd-body{padding:12px 20px 20px;overflow-y:auto;flex:1;min-height:0}
.sd-price-row{display:flex;align-items:center;gap:10px;margin:12px 0 14px;background:linear-gradient(135deg,rgba(192,57,43,.07) 0%,rgba(192,57,43,.03) 100%);border:1px solid rgba(192,57,43,.15);border-left:4px solid var(--primary);border-radius:10px;padding:10px 14px}

.so-title{margin:0 0 14px;font-size:17px;font-weight:700}

/* Order popup header — persistent across both steps, matching the details
   popup's branded gradient treatment for visual consistency between the two. */
#soOrderModal .so-modal-panel{padding:0;overflow:hidden;display:flex;flex-direction:column;max-height:90vh}
.so-header{background:linear-gradient(135deg,#e74c3c 0%,#c0392b 100%);padding:12px 44px 11px 15px;position:relative;overflow:hidden;flex-shrink:0}
.so-header::before{content:"";position:absolute;top:-55%;left:-8%;width:55%;height:130%;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 68%);pointer-events:none}
.so-header .so-modal-close{color:rgba(255,255,255,.9);right:8px;top:8px}
.so-header .so-modal-close:hover{background:rgba(255,255,255,.2);color:#fff}
.so-body-scroll{flex:1;overflow-y:auto;padding:18px 20px 20px;min-height:0}

.so-prod-head{display:flex;gap:11px;align-items:center;position:relative}
.so-prod-img{width:46px;height:46px;border-radius:10px;object-fit:cover;background:#fff;flex-shrink:0;box-shadow:0 3px 8px rgba(0,0,0,.2);border:2px solid rgba(255,255,255,.55)}
.so-prod-info{min-width:0}
.so-prod-name{font-size:14px;font-weight:600;line-height:1.25;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.so-prod-price{display:inline-block;font-size:12px;color:#fff;font-weight:700;margin-top:4px;background:rgba(255,255,255,.2);padding:1px 9px;border-radius:20px}

/* Step indicator */
.so-steps-indicator[hidden]{display:none}
.so-steps-indicator{display:flex;align-items:center;gap:8px;margin-top:11px;position:relative}
.so-step-dot{display:flex;align-items:center;gap:6px;opacity:.5;transition:opacity .2s}
.so-step-dot.active{opacity:1}
.so-step-num{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.22);color:#fff;font-size:10.5px;font-weight:700;flex-shrink:0}
.so-step-dot.active .so-step-num{background:#fff;color:var(--primary);box-shadow:0 1px 4px rgba(0,0,0,.25)}
.so-step-label{font-size:11.5px;font-weight:600;color:#fff;white-space:nowrap}
.so-step-line{flex:1;height:1.5px;background:rgba(255,255,255,.3);max-width:30px}

.so-field{margin-bottom:14px}
.so-field-row{display:flex;gap:12px}
.so-field-row .so-field{flex:1;min-width:0}
/* Delivery area is chosen automatically from the division (Dhaka → inside,
   others → outside), so the manual inside/outside selector is hidden. The
   charge still shows in the order summary. The single free-delivery pill
   (.is-free) is kept visible. */
.so-area-field:not(.is-free){display:none}
.so-field > label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}
.so-field input[type=text],
.so-field input[type=tel],
.so-field input[type=email],
.so-field input[type=number],
.so-field select,
.so-field textarea{
  width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fff;font-family:inherit;font-size:14px;color:var(--foreground)
}
.so-field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px;cursor:pointer}
.so-field input:focus,.so-field textarea:focus,.so-field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(192,57,43,.15)}

.so-sizes{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.so-size{padding:8px 14px;border:1.5px solid var(--border);border-radius:8px;background:#fff;font-size:13px;font-weight:600;font-family:inherit;transition:all .15s}
.so-size:hover{border-color:var(--primary)}
.so-size.active{background:var(--primary);color:#fff;border-color:var(--primary)}

.so-qty{display:inline-flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden}
.so-qty button{width:38px;height:38px;border:0;background:var(--muted);font-size:18px;font-weight:600}
.so-qty button:hover{background:var(--border)}
.so-qty-input{width:60px;height:38px;text-align:center;border:0;border-left:1px solid var(--border);border-right:1px solid var(--border);font-size:14px;font-weight:600}

.so-area{display:flex;gap:14px;flex-wrap:wrap}
.so-area label{display:inline-flex;align-items:center;gap:6px;font-size:13px;cursor:pointer;padding:8px 12px;border:1px solid var(--border);border-radius:8px;flex:1;min-width:0;justify-content:center}
.so-area input[type=radio]{accent-color:var(--primary)}

.so-summary{background:var(--muted);border-radius:10px;padding:12px;margin:14px 0;font-size:14px}
.so-summary > div{display:flex;justify-content:space-between;padding:4px 0;color:var(--muted-foreground)}
.so-total-row{border-top:1px dashed var(--border);margin-top:6px;padding-top:8px !important;font-weight:700;color:var(--foreground) !important;font-size:15px}
.so-total{color:var(--primary)}

.so-actions{display:flex;gap:10px}
.so-actions .btn{flex:1}

/* Scoped to this popup only — not the global .btn-primary — so other CTAs
   on the site (product cards, etc.) aren't affected by this polish. */
#soOrderModal .btn-primary{box-shadow:0 4px 12px rgba(192,57,43,.3)}
#soOrderModal .btn-primary:hover{box-shadow:0 6px 16px rgba(192,57,43,.4)}
.so-err{margin:10px 0 0;padding:10px;background:#fde2e2;border-left:3px solid var(--destructive);border-radius:6px;font-size:13px;color:#7a1d1d}

/* Confirmation view: hide the product header entirely for a clean success screen. */
.so-view-done .so-header{display:none}

.so-step-done{position:relative;padding:4px 2px 2px}
.so-done-close{position:absolute;right:2px;top:0;z-index:2;background:transparent;border:0;font-size:26px;line-height:1;width:34px;height:34px;border-radius:8px;color:var(--muted-foreground);cursor:pointer}
.so-done-close:hover{background:var(--muted);color:var(--foreground)}

.so-done{text-align:center;padding:12px 6px 6px}
.so-done-check{width:78px;height:78px;margin:8px auto 2px;border-radius:50%;background:radial-gradient(circle at 50% 40%,#dcfce7,#bbf7d0);display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px -4px rgba(22,163,74,.35);animation:so-pop .45s cubic-bezier(.16,1,.3,1)}
.so-done-check svg{width:40px;height:40px;color:#16a34a;animation:so-check-in .5s .15s both}
@keyframes so-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}
@keyframes so-check-in{from{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}
@media (prefers-reduced-motion:reduce){.so-done-check,.so-done-check svg{animation:none}}

.so-done h3{margin:14px 0 4px;font-size:19px;font-weight:700;color:var(--foreground)}
.so-done-sub{margin:0 0 16px;font-size:13.5px;color:var(--muted-foreground)}

.so-done-oid{display:inline-flex;flex-direction:column;gap:2px;align-items:center;background:var(--muted,#f6f4ef);border:1.5px dashed var(--border);border-radius:12px;padding:9px 22px;margin:0 auto 16px}
.so-done-oid-label{font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);font-weight:600}
.so-done-oid .so-oid{font-size:19px;font-weight:800;color:var(--primary);line-height:1.1}

.so-done-note{display:flex;align-items:center;gap:9px;text-align:left;background:#eff6ff;border:1px solid #dbeafe;border-radius:10px;padding:10px 12px;margin-bottom:16px}
.so-done-note svg{width:20px;height:20px;color:#2563eb;flex-shrink:0}
.so-done-note span{font-size:12.5px;color:#1e40af;line-height:1.5}

.so-next{margin-top:6px}

/* ===== Product details popup ===== */
.so-details-btn{background:transparent;border:0;cursor:pointer;padding:0;font:inherit;color:inherit;text-align:left;width:100%}
.so-details-btn.link-like{font-size:14px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em;transition:color .2s}
.so-details-btn.link-like:hover{color:var(--primary)}
.sd-img-wrap{position:relative;display:flex;justify-content:center;margin:12px 0}
.sd-img-wrap .badge{top:10px;left:10px;z-index:3;position:absolute}
.sd-carousel{width:100%;max-width:100%;aspect-ratio:4/3;overflow:hidden;border:none;border-radius:10px;background:transparent;position:relative;touch-action:pan-y}
.sd-track{display:flex;width:100%;height:100%;transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}
.sd-slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}
.sd-slide img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}
.sd-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--foreground);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.15);z-index:2;transition:background .15s,transform .15s}
.sd-nav:hover{background:#fff;transform:translateY(-50%) scale(1.08)}
.sd-prev{left:8px}
.sd-next{right:8px}
.sd-dots{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:2}
.sd-nav[hidden],.sd-dots[hidden]{display:none!important}
.sd-dot{width:8px;height:8px;border-radius:50%;border:0;background:rgba(0,0,0,.25);cursor:pointer;padding:0;transition:all .2s ease}
.sd-dot.active{background:var(--primary);width:22px;border-radius:4px}
@media (max-width:480px){
  .sd-nav{width:32px;height:32px}
  .sd-prev{left:6px} .sd-next{right:6px}
}
.sd-price{font-size:24px;font-weight:800;color:var(--primary);line-height:1;letter-spacing:-.5px}
.sd-price-old{font-size:13px;color:var(--muted-foreground);text-decoration:line-through;margin-left:2px}
.sd-price-row .sd-save-badge{margin-left:auto;background:var(--primary);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:20px;white-space:nowrap}
.sd-desc{font-size:13px;line-height:1.6;color:var(--foreground);max-height:260px;overflow-y:auto;margin:10px 0 14px;scrollbar-width:thin}
.sd-desc h3{font-size:11.5px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--primary);margin:12px 0 7px;padding-bottom:4px;border-bottom:1px solid var(--border)}
.sd-desc h3:first-child{margin-top:0}
.sd-desc ul{list-style:none;padding:0;margin:0 0 10px}
.sd-desc ul li{font-size:13px;line-height:1.65;padding:3px 0 3px 4px;color:var(--foreground);display:flex;align-items:flex-start;gap:4px}
.sd-desc table{width:100%;border-collapse:collapse;font-size:12px;margin:6px 0 10px;border-radius:8px;overflow:hidden}
.sd-desc table th{background:var(--primary);color:#fff;padding:6px 10px;text-align:left;font-weight:600}
.sd-desc table td{border:1px solid var(--border);padding:5px 10px;text-align:center}
.sd-desc table tr:nth-child(even) td{background:var(--muted)}
.sd-desc p{font-size:12.5px;color:var(--muted-foreground);margin:0 0 6px;line-height:1.6}
.sd-label{font-size:12px;font-weight:700;color:var(--foreground);margin:0 0 8px;display:flex;align-items:center;justify-content:center;gap:4px;letter-spacing:.3px}
.sd-sizes-wrap{margin:0 0 14px;background:var(--muted);border-radius:10px;padding:12px 14px;text-align:center}
.sd-sizes{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}
.sd-size-chip{padding:5px 12px;border:1px solid var(--border);border-radius:6px;font-size:12px;font-weight:600;background:var(--card)}
.sd-order{border-radius:999px !important;padding:14px !important;font-size:14px !important}

/* Flip trigger button */
.sd-flip-trigger{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;padding:9px 14px;background:transparent;border:1.5px dashed rgba(192,57,43,.35);border-radius:10px;color:var(--primary);font-size:12.5px;font-weight:600;cursor:pointer;transition:all .18s;font-family:inherit}
.sd-flip-trigger:hover{border-style:solid;background:rgba(192,57,43,.05);border-color:var(--primary)}

/* Back face */
.sd-back-face[hidden]{display:none}
.sd-back-face{display:flex;flex-direction:column;flex:1;min-height:0}
.sd-back-trigger[hidden]{display:none}
.sd-back-trigger{position:absolute;left:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:8px;background:rgba(255,255,255,.18);color:#fff;cursor:pointer;transition:background .15s}
.sd-back-trigger:hover{background:rgba(255,255,255,.3)}
.sd-back-scroll{flex:1;overflow-y:auto;padding:16px 20px 12px;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(192,57,43,.3) transparent}
.sd-back-scroll::-webkit-scrollbar{width:4px}
.sd-back-scroll::-webkit-scrollbar-track{background:transparent}
.sd-back-scroll::-webkit-scrollbar-thumb{background:rgba(192,57,43,.3);border-radius:4px}
.sd-back-scroll::-webkit-scrollbar-thumb:hover{background:rgba(192,57,43,.6)}
.sd-back-sticky{flex-shrink:0;padding:12px 20px 16px;border-top:1px solid var(--border);background:var(--card)}
.sd-back-sizes-wrap{margin:0 0 10px;background:var(--muted);border-radius:10px;padding:10px 14px;text-align:center}
.sd-back-sizes{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}
.sd-order-back{border-radius:999px !important;padding:14px !important;font-size:14px !important}

/* Full description (back face) */
.sd-full-desc,.sd-size-chart,.sd-care-info{font-size:13px;line-height:1.6;color:var(--foreground);margin-bottom:14px}
.sd-full-desc h3,.sd-size-chart h3,.sd-care-info h3{font-size:11.5px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--primary);margin:14px 0 7px;padding-bottom:4px;border-bottom:1px solid var(--border)}
.sd-full-desc h3:first-child,.sd-size-chart h3:first-child,.sd-care-info h3:first-child{margin-top:0}
.sd-full-desc ul{list-style:none;padding:0;margin:0 0 10px}
.sd-full-desc ul li{font-size:13px;line-height:1.7;padding:3px 0;color:var(--foreground)}
.sd-full-desc table,.sd-size-chart table{width:100%;border-collapse:collapse;font-size:12px;margin:6px 0 0;overflow:hidden;border-radius:8px}
.sd-full-desc table th,.sd-size-chart table th{background:var(--primary);color:#fff;padding:7px 12px;text-align:center;font-weight:600;font-size:12px}
.sd-full-desc table td,.sd-size-chart table td{border:1px solid var(--border);padding:6px 12px;text-align:center;font-size:13px}
.sd-full-desc table tr:nth-child(even) td,.sd-size-chart table tr:nth-child(even) td{background:rgba(192,57,43,.05)}
.sd-full-desc p,.sd-care-info p{font-size:12.5px;color:var(--muted-foreground);margin:0 0 6px;line-height:1.7}


/* ===== Shop / archive header polish ===== */
.wc-page{padding:24px 16px 64px;max-width:1200px;margin:0 auto}
.woocommerce-products-header{margin-bottom:24px}
.woocommerce-result-count{color:var(--muted-foreground);font-size:13px;margin:0 0 12px}
.woocommerce-ordering{margin:0 0 16px}
.woocommerce-ordering select{padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--card);font-family:inherit;font-size:13px}
.term-description{color:var(--muted-foreground);font-size:14px;margin:0 0 16px;line-height:1.6}

/* (Old pagination block removed — see "Pagination polish" below) */

/* ===== Bottom nav v2 (Home, Shop, Category, Call) ===== */
.bottom-nav{display:none}
@media (max-width:767px){
  .bottom-nav{display:flex;grid-template-columns:none;padding:4px 0 calc(4px + env(safe-area-inset-bottom));backdrop-filter:saturate(180%) blur(10px);background:rgba(255,255,255,.95)}
  .bottom-nav .bn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:11px;font-weight:500;color:var(--muted-foreground);background:transparent;border:0;padding:8px 4px;font-family:inherit;cursor:pointer;text-decoration:none}
  .bottom-nav .bn-item svg{width:22px;height:22px}
  .bottom-nav .bn-item.active,.bottom-nav .bn-item:hover{color:var(--primary)}
}

/* ===== Category sheet ===== */
.so-sheet{position:fixed;inset:0;z-index:1000;display:none}
.so-sheet.open{display:block}
.so-sheet-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.so-sheet-panel{position:absolute;left:0;right:0;bottom:0;background:var(--background);border-radius:18px 18px 0 0;padding:8px 16px 24px;max-height:75vh;overflow-y:auto;box-shadow:0 -12px 30px rgba(0,0,0,.18);animation:soSlideUp .22s ease}
@keyframes soSlideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.so-sheet-handle{width:42px;height:4px;background:var(--border);border-radius:99px;margin:8px auto 12px}
.so-sheet-title{margin:0 0 12px;font-size:16px;font-weight:700}
.so-sheet-empty{padding:24px 0;text-align:center;color:var(--muted-foreground);font-size:14px}

/* ===== Toast ===== */
.so-toast-wrap{position:fixed;left:0;right:0;top:16px;z-index:9999;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none;padding:0 12px}
.so-toast{display:inline-flex;align-items:center;gap:10px;background:var(--foreground);color:#fff;font-size:14px;font-weight:500;padding:10px 16px;border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.22);opacity:0;transform:translateY(-12px);transition:opacity .22s,transform .22s;pointer-events:auto;max-width:90vw}
.so-toast.in{opacity:1;transform:translateY(0)}
.so-toast.warn{background:linear-gradient(135deg,var(--primary),#e26159);color:#fff}
.so-toast svg{flex-shrink:0}

/* ===== Shop / archive layout — keep within container ===== */
.wc-page{padding:24px 16px 64px;max-width:1152px;margin:0 auto}
.woocommerce-products-header h1{font-size:24px;font-weight:700;margin:0 0 14px}
.shop-cat-pills{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}
.shop-cat-pills a{display:inline-flex;align-items:center;border:1px solid var(--border);background:var(--card);color:var(--foreground);font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;text-decoration:none;transition:.15s}
.shop-cat-pills a:hover,.shop-cat-pills a.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.shop-breadcrumb{font-size:12px;color:var(--muted-foreground);margin:0 0 10px}
.shop-breadcrumb a{color:var(--muted-foreground)}
.shop-breadcrumb a:hover{color:var(--primary)}

/* Mobile: bigger room above sticky bottom-nav */
@media (max-width:767px){ body{padding-bottom:72px} }

/* ===== v1.2.5 — Dynamic delivery options + polished archive ===== */
.so-area{display:flex;flex-direction:column;gap:8px}
.so-area-opt{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--border);border-radius:12px;padding:10px 14px;cursor:pointer;transition:.15s;background:var(--card)}
.so-area-opt:hover{border-color:var(--primary)}
.so-area-opt.active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 6%,transparent)}
.so-area-opt input[type=radio]{accent-color:var(--primary);margin:0 8px 0 0}
.so-area-opt .so-area-name{flex:1;font-size:14px;font-weight:500}
.so-area-opt .so-area-cost{font-weight:700;color:var(--primary);font-size:14px}
.so-free-pill{display:flex;align-items:center;justify-content:center;gap:8px;background:#dcfce7;color:#15803d;border:1px solid #86efac;border-radius:12px;padding:12px 16px;font-weight:700;font-size:14px}
.so-area-field.is-free label{display:none}

/* ===== v1.2.5 — Shop / category page polish (frontend parity) ===== */
.wc-page{padding:28px 16px 80px}
.shop-breadcrumb{font-size:13px;color:var(--muted-foreground);margin:0 0 14px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.shop-breadcrumb a{color:var(--muted-foreground);text-decoration:none}
.shop-breadcrumb a:hover{color:var(--primary)}
.shop-breadcrumb span{color:var(--foreground);font-weight:600}
.woocommerce-products-header{margin:0 0 18px;padding-bottom:16px;border-bottom:1px solid var(--border)}
.woocommerce-products-header h1{font-size:28px;font-weight:800;margin:0;letter-spacing:-.01em}
@media (min-width:768px){ .woocommerce-products-header h1{font-size:34px} }
.shop-cat-pills{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px;padding:4px 0}
.shop-cat-pills a{display:inline-flex;align-items:center;border:1px solid var(--border);background:var(--card);color:var(--foreground);font-size:13px;font-weight:600;padding:8px 16px;border-radius:999px;text-decoration:none;transition:.15s;box-shadow:0 1px 2px rgba(0,0,0,.03)}
.shop-cat-pills a:hover{border-color:var(--primary);color:var(--primary)}
.shop-cat-pills a.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 10px rgba(192,57,43,.25)}
.woocommerce-result-count,.woocommerce-ordering{margin:0 0 16px;font-size:13px;color:var(--muted-foreground)}
.woocommerce-ordering select{padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--card);font-size:13px}

/* Home category section spacing */
.so-cat-section{margin-top:32px;margin-bottom:8px}
.so-cat-section .section-head h2{font-size:22px;font-weight:800;margin:0 0 14px}

/* v1.2.5 — Kill WooCommerce default first/last clear that creates empty first cell */
ul.products{grid-auto-flow:row dense}
ul.products li.product.first,ul.products li.product.last{margin-left:0 !important;clear:none !important}
ul.products li.product{grid-column:auto !important}
ul.products > li:not(.product){display:none}

/* v1.2.5b — Kill WooCommerce grid pseudo-elements that create empty first cell */
ul.products::before,
ul.products::after,
ul.products li.product::before,
ul.products li.product::after{content:none !important;display:none !important;background:none !important}

/* v1.2.6 — Shop / category archive boxed layout (home page parity) */
.wc-page{background:transparent;padding:0;max-width:none;margin:0}
.wc-page > .container{padding:24px 16px 64px}
.wc-page .so-shop-section{background:transparent;padding:0;margin:0 0 24px}
.wc-page .section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px}
.wc-page .section-head h2{font-size:24px;font-weight:800;margin:0;letter-spacing:-.01em;line-height:1.2}
@media (min-width:768px){ .wc-page .section-head h2{font-size:30px} }
.wc-page .section-head a{font-size:13px;font-weight:600;color:var(--primary);text-decoration:none;white-space:nowrap}
.wc-page .section-head a:hover{text-decoration:underline}
.woocommerce-products-header{display:none}
.shop-breadcrumb{font-size:13px;color:var(--muted-foreground);margin:0 0 16px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.shop-breadcrumb a{color:var(--muted-foreground);text-decoration:none;transition:color .15s}
.shop-breadcrumb a:hover{color:var(--primary)}
.shop-breadcrumb .sep{color:var(--muted-foreground);opacity:.6}
.shop-breadcrumb > span:last-child{color:var(--foreground);font-weight:700}
.shop-cat-pills{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px;padding:0}
.shop-cat-pills a{display:inline-flex;align-items:center;border:1.5px solid var(--border);background:var(--card);color:var(--foreground);font-size:13px;font-weight:600;padding:8px 16px;border-radius:999px;text-decoration:none;transition:all .2s ease}
.shop-cat-pills a:hover{background:var(--primary)!important;color:#fff!important;border-color:var(--primary);transform:translateY(-1px)}
.shop-cat-pills a:hover *{color:#fff!important}
.shop-cat-pills a.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 6px 14px -4px rgba(192,57,43,.45)}
.woocommerce-result-count{margin:0 0 14px;font-size:13px;color:var(--muted-foreground);font-weight:500}
.woocommerce-ordering{margin:0 0 16px}
.woocommerce-ordering select{padding:8px 14px;border:1.5px solid var(--border);border-radius:10px;background:var(--card);font-size:13px;font-weight:500;cursor:pointer}
.term-description{font-size:14px;color:var(--muted-foreground);margin:0 0 16px;line-height:1.6}

/* Pagination polish */
.woocommerce-pagination{margin:40px 0 8px;text-align:center}
.woocommerce-pagination ul,
.woocommerce-pagination ul.page-numbers{display:inline-flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0;margin:0;border:0;justify-content:center}
.woocommerce-pagination ul li{margin:0;border:0;display:inline-flex}
.woocommerce-pagination .page-numbers,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 14px;border:1.5px solid var(--border);border-radius:10px;background:var(--card);color:var(--foreground);font-weight:600;font-size:14px;text-decoration:none;transition:all .15s ease;line-height:1}
.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination ul li a:hover{border-color:var(--primary)!important;background:var(--primary)!important;color:#fff!important}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination ul li span.current{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary);box-shadow:0 2px 8px color-mix(in oklab, var(--primary) 30%, transparent)}
.woocommerce-pagination .page-numbers.dots{border:0;background:transparent;color:var(--muted-foreground);min-width:24px;padding:0 4px}
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next{font-weight:700;gap:4px}
@media (max-width:480px){
  .woocommerce-pagination .page-numbers{min-width:36px;height:36px;padding:0 10px;font-size:13px}
}

/* v1.2.7 — hard fix: no empty first catalogue cell from Woo clearfix */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
ul.products::before,
ul.products::after{content:none !important;display:none !important}
.products.product-grid{list-style:none;margin:0;padding:0;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;clear:none !important}
.products.product-grid > *{min-width:0;float:none !important;clear:none !important;margin:0 !important;width:auto !important}
@media (min-width:640px){.products.product-grid{gap:14px}}
@media (min-width:768px){.products.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
@media (min-width:1024px){.products.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}
@media (min-width:1024px){.products.product-grid.columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}}
/* Mobile: smaller add-to-cart button text */
@media (max-width:767px){
  .woocommerce a.button,.woocommerce button.button,.woocommerce ul.products li.product .button,.products.product-grid .button{font-size:11px !important;padding:7px 10px !important;line-height:1.2 !important;border-radius:6px !important;letter-spacing:0}
  .products.product-grid li.product .price{font-size:13px}
  .products.product-grid li.product .woocommerce-loop-product__title{font-size:12px !important;line-height:1.3}
}

/* v1.0.2 — taller order button on product cards */
.product-card .so-order-btn,
.products .product .so-order-btn{padding:10px 12px;font-size:13px;min-height:40px;line-height:1.2;border-radius:8px;gap:6px}
.product-card .so-order-btn svg,
.products .product .so-order-btn svg{width:14px;height:14px}
@media (max-width:480px){
  .product-card .so-order-btn,
  .products .product .so-order-btn{padding:9px 10px;font-size:12px;min-height:38px}
}

/* v1.1.2 — stronger mobile side spacing for home category + product sections */
@media (max-width:640px){
  .container{padding-left:18px;padding-right:18px}
  .hero.container{padding:12px 18px 0}
  .section.container{padding:24px 18px}
  .so-cat-section{margin-top:18px}
  .cat-grid{gap:10px}
  .product-grid,
  .products.product-grid{gap:10px}
}
/* Product card button subtle hover animation */
.product-card .so-order-btn,
.products .product .so-order-btn {
  transition: background .2s, transform .2s, box-shadow .2s;
}
.product-card .so-order-btn:hover,
.products .product .so-order-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.bottom-nav .bn-wa{color:#25D366}
.bottom-nav .bn-wa svg{width:22px;height:22px}
.bottom-nav .bn-call{color:var(--primary)}

/* v1.5.3 — selectable size chips in product details popup */
.sd-size-chip{cursor:pointer;transition:all .15s ease;font-family:inherit}
.sd-size-chip:hover{border-color:var(--primary);color:var(--primary)}
.sd-size-chip.active{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important;box-shadow:0 2px 6px color-mix(in oklab, var(--primary) 30%, transparent)}

/* Footer credit - single line always */
footer.site-footer .footer-bottom{display:flex !important;flex-wrap:nowrap !important;gap:6px 12px;align-items:center;justify-content:space-between;white-space:nowrap;overflow:hidden;padding:12px 14px}
footer.site-footer .footer-bottom > span{white-space:nowrap !important;overflow:hidden;text-overflow:ellipsis;min-width:0;display:inline-block}
footer.site-footer .footer-bottom .footer-credit{text-transform:uppercase;letter-spacing:.04em;font-size:11px;color:#555 !important;white-space:nowrap !important;flex-shrink:0;display:inline-block}
footer.site-footer .footer-bottom .footer-credit *{white-space:nowrap !important}
footer.site-footer .footer-bottom .footer-credit a{color:var(--primary) !important;font-weight:600;text-decoration:none;white-space:nowrap !important;display:inline}
footer.site-footer .footer-bottom .footer-credit a:hover{text-decoration:underline}
@media (max-width:600px){
  footer.site-footer .footer-bottom{font-size:9px;padding:10px 8px;gap:6px;flex-direction:column;align-items:center;justify-content:center;white-space:normal;overflow:visible;}
  footer.site-footer .footer-bottom span{font-size:9px;display:block;margin-bottom:4px;}
  footer.site-footer .footer-bottom .footer-credit{font-size:9px;letter-spacing:.02em;margin-top:0;}
}

/* v1.0.3 — infinite scroll loader */
.so-infinite{display:flex;justify-content:center;padding:24px 0 8px;min-height:60px}
.so-infinite-loader{width:28px;height:28px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--primary);animation:so-spin .8s linear infinite}
.so-infinite.done{display:none}
@keyframes so-spin{to{transform:rotate(360deg)}}
.woocommerce-pagination,.woocommerce nav.woocommerce-pagination{display:none!important}
