:root{--bg:#f6f7fb;--card:#fff;--dark:#101828;--muted:#667085;--primary:#f27a1a;--primary2:#ff9f43;--line:#e4e7ec;--green:#12b76a;--red:#f04438;--shadow:0 12px 34px rgba(16,24,40,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--dark)}a{text-decoration:none;color:inherit}img{max-width:100%}.trust-strip{background:#101828;color:#fff;display:flex;justify-content:center;gap:28px;padding:8px 6%;font-size:13px;font-weight:800}.topbar{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:18px;padding:14px 6%;box-shadow:0 8px 24px rgba(16,24,40,.08)}.brand{font-size:27px;font-weight:950;letter-spacing:-.6px;white-space:nowrap}.brand span,.price{color:var(--primary)}.search{flex:1;display:flex;max-width:760px;min-width:260px}.search input{width:100%;border:2px solid var(--primary);border-right:0;border-radius:15px 0 0 15px;padding:13px 15px;margin:0;background:#fff}.search button,.btn{background:var(--primary);color:#fff;border:0;border-radius:0 15px 15px 0;padding:0 20px;font-weight:850;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:12px 18px;min-height:42px}.btn.secondary{background:#101828}.btn.green{background:var(--green)}.btn.red{background:var(--red)}.btn.light{background:#fff3e7;color:var(--primary)}.top-links{display:flex;gap:12px;align-items:center;white-space:nowrap}.top-links a{font-weight:750;color:#344054}.pill,.badge{background:#fff3e7;color:var(--primary);padding:8px 12px;border-radius:999px;font-weight:800}.badge{display:inline-block;font-size:12px}.badge.ok{background:#ecfdf3;color:#067647}.badge.warn{background:#fffaeb;color:#b54708}.badge.bad{background:#fef3f2;color:#b42318}.mega-menu{position:sticky;top:72px;z-index:45;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:10px 6%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;box-shadow:0 8px 22px rgba(16,24,40,.04)}.mega-menu::-webkit-scrollbar{height:0}.mega-menu a{font-weight:850;color:#344054;padding:9px 13px;border-radius:999px;line-height:1}.mega-menu a:hover{background:#fff3e7;color:var(--primary)}main{min-height:62vh}.container{padding:0 6% 38px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:28px 0 16px}.section-title h2{margin:0}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.catgrid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.card,.panel{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.cat{padding:18px;text-align:center;font-weight:850}.product-img{height:210px;background:linear-gradient(135deg,#fff7ed,#fed7aa);display:flex;align-items:center;justify-content:center;font-size:54px;position:relative}.discount{position:absolute;top:12px;left:12px;background:#d92d20;color:white;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900}.card-body{padding:16px}.price{font-size:23px;font-weight:950}.old{text-decoration:line-through;color:#98a2b3;margin-left:8px}.muted{color:var(--muted)}.form{max-width:560px;margin:34px auto;background:#fff;padding:28px;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow)}input,select,textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:13px;margin:7px 0 13px;background:#fff}textarea{min-height:110px}.dash{display:grid;grid-template-columns:280px 1fr;gap:22px;padding:28px 6%}.sidebar{background:#fff;border-radius:22px;border:1px solid var(--line);padding:16px;height:max-content;position:sticky;top:124px;box-shadow:var(--shadow)}.sidebar b{display:block;margin:6px 10px 12px}.sidebar a{display:block;padding:11px 12px;border-radius:12px;color:#344054;font-weight:750}.sidebar a:hover{background:#fff7ed;color:var(--primary)}table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}th,td{padding:14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.statgrid,.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat,.stats>div{padding:20px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.stat b,.stats b{font-size:28px}.footer{background:#101828;color:#fff;margin-top:32px}.corporate-footer{padding:34px 6%;display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.corporate-footer a{display:block;color:#d0d5dd;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:14px 6%;color:#98a2b3;font-size:13px}.alert{padding:12px 14px;border-radius:12px;background:#fef3f2;color:#b42318;margin-bottom:14px}.success{background:#ecfdf3;color:#067647}.store-cover{height:170px;background:linear-gradient(135deg,#f97316,#111827);border-radius:24px;color:#fff;padding:24px;display:flex;align-items:end}.toast-wrap{position:fixed;right:18px;top:124px;z-index:999;display:grid;gap:10px}.toast{min-width:280px;max-width:360px;padding:14px 16px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 40px rgba(16,24,40,.18);animation:toastIn .25s ease}.toast b{display:block;margin-bottom:4px}.toast.success{border-left:5px solid var(--green)}.toast.error{border-left:5px solid var(--red)}.toast.info{border-left:5px solid var(--primary)}@keyframes toastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.cookie-consent{position:fixed;left:18px;bottom:18px;z-index:998;background:#fff;border:1px solid var(--line);box-shadow:0 16px 42px rgba(16,24,40,.18);border-radius:18px;padding:14px;max-width:460px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px}.cookie-consent.hidden{display:none}.cookie-text{display:grid;gap:4px;line-height:1.35}.cookie-text b{font-size:15px}.cookie-text span{color:#475467;font-size:13px}.cookie-actions{display:flex;align-items:center;gap:10px}.cookie-detail{font-weight:800;color:var(--primary);white-space:nowrap}.home-slider{max-width:1180px;margin:22px auto;border-radius:30px;overflow:hidden;position:relative;box-shadow:0 20px 56px rgba(15,23,42,.20);background:#111827}.slider-track{height:430px;position:relative;overflow:hidden}.slide{position:absolute!important;inset:0;opacity:0;visibility:hidden;z-index:0;display:flex!important;align-items:center;background-size:cover;background-position:center;transition:opacity .42s ease,visibility .42s ease}.slide.active{opacity:1;visibility:visible;z-index:2}.slide-content{max-width:580px;margin-left:64px;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.28)}.slide-content h1{font-size:49px;line-height:1.04;margin:0 0 14px;letter-spacing:-1.1px}.slide-content p{font-size:19px;opacity:.94;margin:0 0 24px}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:5;border:0;width:46px;height:46px;border-radius:50%;font-size:34px;line-height:1;background:#fff;color:#111827;cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.22)}.slider-btn.prev{left:18px}.slider-btn.next{right:18px}.slider-dots{position:absolute;z-index:6;left:0;right:0;bottom:16px;display:flex;gap:8px;justify-content:center}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.55);cursor:pointer;padding:0}.slider-dots button.active{width:28px;border-radius:99px;background:#fff}.hero{margin:24px 6%;padding:44px;border-radius:30px;background:radial-gradient(circle at top right,#fdba74,transparent 35%),linear-gradient(135deg,#111827,#283142);color:white;display:grid;grid-template-columns:1.25fr .75fr;gap:26px;overflow:hidden}.hero h1{font-size:46px;line-height:1.05;margin:0 0 12px}.hero p{color:#e5e7eb;font-size:18px}.hero-card{background:#ffffff18;border:1px solid #ffffff24;border-radius:24px;padding:22px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.thumb{width:130px;height:62px;object-fit:cover;border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card{padding:18px;border-radius:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:var(--shadow)}.metric-card b{font-size:25px;display:block}.admin-actions{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 20px}.inline-form{display:flex;gap:8px;align-items:center}.inline-form input,.inline-form select{height:38px;margin:0}.category-hero{margin:24px 0 16px;padding:24px;border-radius:26px;background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fed7aa;display:flex;justify-content:space-between;gap:18px;align-items:center}.category-hero h1{margin:0 0 6px;font-size:34px}.category-hero b{background:#fff;color:var(--primary);border:1px solid #fed7aa;border-radius:999px;padding:10px 14px;white-space:nowrap}.filter-panel{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:16px;margin-bottom:20px;display:grid;grid-template-columns:1.4fr 1fr .7fr .7fr 1fr;gap:12px;align-items:end}.filter-panel label{font-size:12px;font-weight:900;color:#475467;display:block;margin-bottom:2px}.filter-panel input,.filter-panel select{margin:0}.check-row{display:flex;gap:12px;align-items:center;grid-column:1/4}.check-row label{display:flex;align-items:center;gap:6px;font-size:13px}.check-row input{width:auto;margin:0}.filter-actions{display:flex;gap:8px;justify-content:flex-end;grid-column:4/6}.filter-actions .btn{height:43px;border-radius:13px}.empty,.empty-state{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:22px;padding:34px;color:#667085}.empty-icon{font-size:42px}.bottom-nav{display:none}.success-page{text-align:center;max-width:720px;margin:40px auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:38px}.success-page .icon{font-size:64px}.api-box{background:#0f172a;color:#e2e8f0;border-radius:18px;padding:16px;overflow:auto}.api-box code{color:#fdba74}@media(max-width:1100px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catgrid{grid-template-columns:repeat(3,minmax(0,1fr))}.topbar{flex-wrap:wrap}.search{order:3;max-width:none;width:100%;flex-basis:100%}.mega-menu{top:128px}.dash{grid-template-columns:1fr}.sidebar{position:relative;top:auto}.sidebar a{display:inline-block}}@media(max-width:760px){.trust-strip{display:none}.topbar{padding:12px 4%;gap:12px}.brand{font-size:24px}.top-links{width:100%;overflow:auto;padding-bottom:2px}.mega-menu{top:132px;padding:9px 4%;gap:8px}.mega-menu a{font-size:13px;padding:8px 12px}.home-slider{margin:12px;border-radius:20px}.slider-track{height:330px}.slide-content{margin:34px;max-width:82%}.slide-content h1{font-size:32px}.slide-content p{font-size:16px}.slider-btn{display:none}.hero{grid-template-columns:1fr;margin:14px 4%;padding:24px}.hero h1{font-size:32px}.container{padding:0 4% 28px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catgrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash{padding:18px 4%}.statgrid,.stats,.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:1fr}.corporate-footer{grid-template-columns:1fr;padding:28px 4%}.cookie-consent{left:10px;right:10px;bottom:72px;max-width:none;grid-template-columns:1fr}.cookie-actions{justify-content:space-between}.toast-wrap{left:10px;right:10px;top:150px}.toast{max-width:none;min-width:0}.category-hero{display:block;padding:18px}.category-hero h1{font-size:26px}.filter-panel{grid-template-columns:1fr;padding:14px}.check-row{display:grid;grid-template-columns:1fr 1fr;grid-column:auto}.filter-actions{display:grid;grid-template-columns:1fr 1fr;grid-column:auto}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);justify-content:space-around;padding:9px;z-index:70}.footer{padding-bottom:70px}}@media(max-width:520px){.grid{grid-template-columns:1fr}.product-img{height:178px}table{font-size:13px;display:block;overflow-x:auto}.statgrid,.stats{grid-template-columns:1fr}.inline-form{display:block}.inline-form>*{width:100%;margin:4px 0}}

/* v11.1 Stability Patch: header/footer/slider koruma */
.topbar.corporate{min-height:76px;align-items:center;flex-wrap:nowrap}.topbar .brand{display:inline-flex;align-items:center}.topbar .search{margin:0}.top-links{display:flex;align-items:center;gap:12px}.top-links a{display:inline-flex;align-items:center;min-height:34px}.mega-menu{display:flex;flex-wrap:nowrap}.mega-menu a{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.home-slider{display:block}.home-slider .slider-track{display:block}.home-slider .slide{width:100%;height:100%;float:none!important}.home-slider .slide:not(.active){pointer-events:none}.slider-btn{display:flex;align-items:center;justify-content:center}.footer{clear:both}.corporate-footer{align-items:start}.sidebar{max-height:calc(100vh - 150px);overflow:auto}.panel{overflow:visible}.admin-actions .btn{border-radius:14px}.thumb{display:block}.form-grid input[type=file]{padding:10px;background:#fff}
@media(max-width:900px){.topbar.corporate{flex-wrap:wrap}.search{order:3;flex-basis:100%;max-width:none}.top-links{order:2;margin-left:auto}.mega-menu{top:132px}.sidebar{position:static;max-height:none}.home-slider .slider-btn{display:flex;width:38px;height:38px;font-size:28px}.slide-content{margin-left:48px}}
@media(max-width:620px){.trust-strip{display:none}.top-links{gap:8px;width:100%;overflow:auto}.top-links a{font-size:13px}.mega-menu{top:137px}.home-slider{margin:12px 10px}.slider-track{height:280px}.slide-content{margin:28px 42px}.slide-content h1{font-size:27px}.slide-content p{font-size:14px}.slider-btn.prev{left:8px}.slider-btn.next{right:8px}}

/* v11.3 professional seller product panel */
.seller-page{max-width:1180px;margin:0 auto;padding:24px}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}.page-head h1{margin:6px 0 6px;font-size:32px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#f27a1a;font-weight:800}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-card{padding:22px;border-radius:18px}.form-card.wide{grid-column:1/-1}.form-card h2{margin-top:0}.pro-form label{display:flex;flex-direction:column;gap:7px;font-weight:700;margin-bottom:14px}.pro-form input,.pro-form select,.pro-form textarea{border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;font:inherit;background:#fff}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.check{flex-direction:row!important;align-items:center}.muted{color:#6b7280}.image-manager{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.image-tile{width:132px;border:1px solid #e5e7eb;border-radius:14px;padding:10px;background:#fff;display:flex!important;gap:6px!important;align-items:center}.image-tile img{width:100%;height:84px;object-fit:cover;border-radius:10px}.emoji-img{font-size:42px;height:84px;display:flex;align-items:center;justify-content:center}.variant-row{display:grid;grid-template-columns:1fr 1fr 120px 140px auto;gap:10px;margin-bottom:10px}.pro-table .thumb{width:54px;height:54px;object-fit:cover;border-radius:12px}.emoji-thumb{font-size:34px}.btn.small{padding:7px 10px;font-size:13px}.btn.ghost{background:#fff;color:#111;border:1px solid #e5e7eb}.btn.primary{background:#f27a1a;color:#fff;border:0}.card{background:#fff;box-shadow:0 8px 30px rgba(15,23,42,.06);border:1px solid #eef2f7}@media(max-width:820px){.form-grid,.two-col{grid-template-columns:1fr}.form-card.wide{grid-column:auto}.page-head{display:block}.variant-row{grid-template-columns:1fr}.seller-page{padding:14px}}

/* v11.5 product image rendering fix */
.product-img.product-photo{display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-decoration:none;background:#f6f7f9;min-height:220px;border-radius:16px 16px 0 0;}
.product-card-img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .25s ease;}
.product-card:hover .product-card-img{transform:scale(1.035);}
.product-detail-card{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);gap:28px;padding:24px;background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.08);}
.product-gallery{min-width:0;}
.product-main-photo{height:460px;background:#f6f7f9;border:1px solid #edf0f4;border-radius:18px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.detail-main-img{width:100%;height:100%;object-fit:contain;display:block;background:#fff;}
.product-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:4px;}
.product-thumb{width:82px;height:82px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:3px;cursor:pointer;flex:0 0 auto;overflow:hidden;}
.thumb-img{width:100%;height:100%;object-fit:cover;border-radius:9px;display:block;}
@media(max-width:768px){.product-detail-card{grid-template-columns:1fr;padding:14px}.product-main-photo{height:340px}.product-card-img{height:190px}.product-img.product-photo{min-height:190px}}

/* v11.6 marketplace product UI & stable card image system */
.product-card-v116{border-radius:16px;box-shadow:0 6px 18px rgba(15,23,42,.055);transition:.18s ease;overflow:hidden;background:#fff}.product-card-v116:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(15,23,42,.09)}.product-card-v116 .product-img.product-photo{height:238px;min-height:238px;aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0;padding:10px}.product-card-v116 .product-card-img{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;border-radius:12px}.product-card-body{padding:12px 13px 14px}.product-card-title{font-size:14px;line-height:1.35;min-height:38px;margin:0 0 6px;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-store{font-size:12px;margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-rating{display:flex;gap:6px;align-items:center;font-size:12px;margin-bottom:7px;color:#f59e0b}.card-rating small{color:#667085}.card-price-row{display:flex;align-items:baseline;gap:6px;min-height:28px}.product-card-v116 .price{font-size:18px}.product-card-v116 .old{font-size:12px}.btn-card{width:100%;margin-top:10px;min-height:36px;padding:8px 10px;border-radius:11px;font-size:13px}.product-card-v116 .discount{top:10px;left:10px;font-size:11px;padding:5px 8px;z-index:2}
.product-page-container{padding-top:18px}.product-breadcrumb{font-size:13px;color:#667085;margin:6px 0 14px}.product-breadcrumb a{color:#f27a1a;font-weight:800}.product-detail-pro{display:grid;grid-template-columns:minmax(330px,420px) minmax(360px,1fr) minmax(260px,320px);gap:22px;align-items:start}.product-gallery-pro,.product-info-pro,.product-side-pro>div,.side-form{background:#fff;border:1px solid #e8edf3;border-radius:18px;box-shadow:0 8px 26px rgba(15,23,42,.055)}.product-gallery-pro{padding:14px}.product-main-photo-pro{height:560px;position:relative;border-radius:14px;border:1px solid #edf0f4;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.detail-main-img-pro{width:100%;height:100%;object-fit:contain;object-position:center;background:#fff;display:block}.product-badge-pro{position:absolute;top:12px;left:12px;background:#12b76a;color:#fff;border-radius:8px;padding:7px 10px;font-weight:900;font-size:12px}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:1px solid #e5e7eb;background:#fff;border-radius:50%;box-shadow:0 8px 24px rgba(15,23,42,.14);font-size:30px;line-height:1;cursor:pointer;color:#344054}.gallery-prev{left:10px}.gallery-next{right:10px}.product-thumbs-pro{display:flex;gap:9px;overflow-x:auto;padding:12px 2px 2px;scrollbar-width:thin}.product-thumb-pro{width:70px;height:82px;flex:0 0 auto;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:3px;cursor:pointer;overflow:hidden}.product-thumb-pro.active{border:2px solid #f27a1a}.thumb-img-pro{width:100%;height:100%;object-fit:cover;border-radius:7px;display:block}.product-info-pro{padding:22px}.product-category-row{display:flex;justify-content:space-between;align-items:center;color:#667085;font-size:13px}.product-category-row b{background:#ecfdf3;color:#067647;border-radius:999px;padding:5px 8px}.product-info-pro h1{font-size:26px;line-height:1.25;margin:12px 0 10px;letter-spacing:-.3px}.product-social-row{display:flex;gap:9px;align-items:center;color:#475467;font-size:13px;border-bottom:1px solid #eef2f7;padding-bottom:14px}.product-social-row span:first-child{color:#f59e0b;font-weight:900}.product-view-note{font-size:14px;margin:14px 0;color:#344054}.product-price-box{display:inline-block;border:1.5px solid #ff7a00;border-radius:12px;padding:11px 13px;margin:0 0 18px;background:#fffaf5}.product-price-box small{display:block;color:#f04438;font-weight:900;margin-bottom:6px}.big-price{font-size:28px}.big-old{font-size:16px;margin-right:8px}.choice-block{margin:14px 0}.choice-block b{display:block;margin-bottom:8px}.choice-list{display:flex;gap:9px;flex-wrap:wrap}.choice-chip{min-width:48px;height:34px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:750}.choice-chip:hover{border-color:#f27a1a;color:#f27a1a}.buy-form-pro select{margin-bottom:10px}.qty-row{display:grid;grid-template-columns:70px 110px;align-items:center;gap:10px;margin:10px 0}.qty-row input{margin:0}.product-action-row{display:grid;grid-template-columns:1fr 1.15fr;gap:12px;margin:14px 0}.buy-now{background:#fff;color:#f27a1a;border:2px solid #f27a1a;border-radius:12px}.add-cart{border-radius:12px;font-size:17px}.mini-benefits{display:grid;gap:8px;margin:16px 0}.mini-benefits span{background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:11px 12px;font-size:13px}.description-box{border-top:1px solid #eef2f7;margin-top:18px;padding-top:16px}.description-box h3{margin:0 0 8px}.description-box p{line-height:1.6}.product-side-pro{display:grid;gap:14px}.campaign-card,.seller-card-pro,.info-card-pro,.side-form{padding:14px}.campaign-card b,.info-card-pro b{display:block;margin-bottom:10px}.campaign-card a{display:flex;justify-content:space-between;align-items:center;border:1px solid #edf0f4;border-radius:12px;padding:12px;margin:8px 0;font-size:13px;background:#fff}.seller-head{display:flex;justify-content:space-between;align-items:center}.seller-head strong{color:#2563eb}.seller-head span{background:#16a34a;color:#fff;border-radius:7px;padding:4px 7px;font-size:12px;font-weight:900}.full{width:100%;border-radius:12px}.info-card-pro p{margin:0;color:#667085;line-height:1.45}
@media(max-width:1180px){.product-detail-pro{grid-template-columns:minmax(300px,420px) 1fr}.product-side-pro{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.side-form{align-self:stretch}.product-main-photo-pro{height:500px}}@media(max-width:820px){.product-detail-pro{grid-template-columns:1fr;gap:14px}.product-side-pro{grid-template-columns:1fr}.product-info-pro{padding:16px}.product-main-photo-pro{height:430px}.product-info-pro h1{font-size:23px}.product-action-row{grid-template-columns:1fr 1fr}.gallery-arrow{width:38px;height:38px}.grid{gap:12px}.product-card-v116 .product-img.product-photo{height:205px;min-height:205px}.product-card-v116 .price{font-size:16px}}@media(max-width:520px){.product-page-container{padding-left:3%;padding-right:3%}.product-main-photo-pro{height:360px}.product-thumbs-pro{gap:7px}.product-thumb-pro{width:58px;height:68px}.product-action-row{grid-template-columns:1fr}.qty-row{grid-template-columns:1fr}.product-social-row{flex-wrap:wrap;gap:6px}.product-card-v116 .product-img.product-photo{height:230px;min-height:230px}.product-card-title{min-height:auto}.btn-card{display:none}}

/* v11.7 final product UI fix: tek tip kart görseli + dolgun ürün detay sayfası */
.product-card-v117{background:#fff!important;border:1px solid #e8edf3!important;border-radius:14px!important;box-shadow:0 7px 18px rgba(16,24,40,.055)!important;overflow:hidden!important;height:100%!important;display:flex!important;flex-direction:column!important;transition:.18s ease!important}.product-card-v117:hover{transform:translateY(-2px)!important;box-shadow:0 14px 28px rgba(16,24,40,.09)!important}.product-card-photo-v117{position:relative!important;width:100%!important;height:224px!important;min-height:224px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:14px!important;border-bottom:1px solid #f1f3f6!important;overflow:hidden!important}.product-card-img-v117{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;border-radius:10px!important;background:#fff!important}.product-card-body-v117{padding:12px 13px 14px!important;display:flex!important;flex-direction:column!important;gap:5px!important;flex:1!important}.product-card-title-v117{font-size:14px!important;line-height:1.32!important;height:38px!important;min-height:38px!important;overflow:hidden!important;color:#101828!important;font-weight:850!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.product-card-sub-v117{font-size:12px!important;color:#667085!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-card-meta-v117{font-size:12px!important;color:#f59e0b!important;display:flex!important;gap:6px!important;align-items:center!important}.product-card-meta-v117 small{color:#667085!important}.product-card-price-v117{margin-top:auto!important;display:flex!important;align-items:baseline!important;gap:7px!important}.product-card-price-v117 strong{font-size:18px!important;color:#f27a1a!important}.product-card-price-v117 del{font-size:12px!important;color:#98a2b3!important}.discount-v117{position:absolute!important;top:10px!important;left:10px!important;z-index:2!important;background:#fff3e7!important;color:#f27a1a!important;border-radius:999px!important;padding:5px 8px!important;font-size:11px!important;font-weight:900!important}.grid>.product-card-v117{min-width:0!important}
.pdp-v117{max-width:1420px;margin:0 auto;padding:22px 6% 44px;color:#101828}.pdp-breadcrumb-v117{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#667085;font-size:13px;margin:8px 0 20px}.pdp-breadcrumb-v117 a{color:#667085}.pdp-breadcrumb-v117 b{color:#344054}.pdp-shell-v117{display:grid;grid-template-columns:minmax(430px,520px) minmax(410px,1fr) minmax(260px,320px);gap:24px;align-items:start}.pdp-left-v117{display:grid;grid-template-columns:74px 1fr;gap:14px;min-width:0}.pdp-thumbs-v117{display:flex;flex-direction:column;gap:10px;max-height:560px;overflow:auto;padding:2px}.pdp-thumb-v117{width:68px;height:78px;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:4px;cursor:pointer;overflow:hidden;flex:0 0 auto}.pdp-thumb-v117.active{border:2px solid #f27a1a}.pdp-thumb-img-v117{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.pdp-image-box-v117{position:relative;background:#fff;border:1px solid #e8edf3;border-radius:16px;height:560px;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden;box-shadow:0 8px 24px rgba(16,24,40,.04)}.pdp-main-img-v117{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.pdp-arrow-v117{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;box-shadow:0 8px 22px rgba(16,24,40,.14);font-size:29px;cursor:pointer}.pdp-arrow-v117.prev{left:12px}.pdp-arrow-v117.next{right:12px}.pdp-badge-v117{position:absolute;top:14px;left:14px;background:#ff5a1f;color:#fff;font-size:12px;font-weight:900;padding:7px 10px;border-radius:8px}.pdp-center-v117{background:#fff;border:1px solid #e8edf3;border-radius:16px;padding:22px;box-shadow:0 8px 24px rgba(16,24,40,.04);min-width:0}.pdp-tags-v117{display:flex;gap:8px;margin-bottom:10px}.pdp-tags-v117 span{background:#ff5a1f;color:#fff;border-radius:6px;padding:5px 9px;font-size:12px;font-weight:900}.pdp-tags-v117 .green{background:#eafaf1;color:#16a34a;border:1px solid #86efac}.pdp-center-v117 h1{font-size:28px;line-height:1.22;margin:8px 0 8px;letter-spacing:-.35px;word-break:normal}.pdp-short-v117{font-size:15px;color:#667085;margin:0 0 12px;line-height:1.45}.pdp-rating-v117{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:#475467;padding-bottom:14px;border-bottom:1px solid #eef2f7}.pdp-rating-v117 b,.pdp-rating-v117 span{color:#f59e0b}.pdp-rating-v117 a{color:#475467}.pdp-popular-v117{font-size:14px;margin:14px 0;color:#344054}.pdp-price-v117{display:inline-block;border:1.5px solid #ff5a1f;border-radius:12px;background:#fffafa;padding:12px 14px;margin-bottom:16px}.pdp-price-v117 small{display:block;color:#ef4444;font-weight:900;margin-bottom:6px}.pdp-price-v117 div{display:flex;align-items:baseline;gap:10px}.pdp-price-v117 strong{font-size:30px;color:#f27a1a}.pdp-price-v117 del{font-size:17px;color:#98a2b3}.pdp-option-v117{margin:15px 0}.pdp-option-v117 label{display:block;font-weight:850;margin-bottom:9px}.pdp-option-v117 div{display:flex;gap:9px;flex-wrap:wrap}.pdp-option-v117 button{min-width:48px;height:36px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-weight:800;cursor:pointer}.pdp-option-v117 button:hover{border-color:#f27a1a;color:#f27a1a}.pdp-buy-v117 select{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin:8px 0}.pdp-qty-v117{display:flex;align-items:center;gap:0;flex-wrap:wrap;margin:14px 0}.pdp-qty-v117 button{width:36px;height:36px;background:#fff;border:1px solid #e5e7eb;font-size:18px;cursor:pointer}.pdp-qty-v117 input{width:54px;height:36px;text-align:center;border:1px solid #e5e7eb;border-left:0;border-right:0;margin:0}.pdp-qty-v117 span{margin-left:12px;color:#344054;font-size:13px;font-weight:750}.pdp-actions-v117{display:grid;grid-template-columns:1fr 1.25fr 54px;gap:12px}.pdp-actions-v117 button{height:52px;border-radius:12px;font-size:17px;font-weight:900;cursor:pointer}.pdp-actions-v117 .buy{background:#fff;color:#f27a1a;border:2px solid #f27a1a}.pdp-actions-v117 .cart{background:#f27a1a;color:#fff;border:0}.pdp-actions-v117 .fav{background:#fff;border:1px solid #e5e7eb;color:#344054}.pdp-delivery-v117{margin-top:16px;background:#ecfdf3;color:#067647;border-radius:12px;padding:12px 14px;font-size:13px}.pdp-side-v117{display:grid;gap:12px;min-width:0}.pdp-box-v117,.pdp-seller-v117,.pdp-side-v117 form{background:#fff;border:1px solid #e8edf3;border-radius:14px;padding:14px;box-shadow:0 8px 22px rgba(16,24,40,.04)}.pdp-box-v117 b{display:block;margin-bottom:4px}.pdp-box-v117 p{margin:0;color:#667085;font-size:13px}.pdp-seller-v117{display:grid;gap:8px}.pdp-seller-v117 span{color:#667085;font-size:13px}.pdp-seller-v117 strong{color:#2563eb}.pdp-seller-v117 em{justify-self:start;background:#16a34a;color:#fff;border-radius:7px;padding:4px 8px;font-style:normal;font-weight:900}.pdp-seller-v117 a,.pdp-side-btn-v117{width:100%;height:42px;border:0;border-radius:10px;background:#f2f4f7;color:#344054;font-weight:900;display:flex;align-items:center;justify-content:center;cursor:pointer}.pdp-side-btn-v117{background:#fff}.pdp-tabs-v117{margin-top:26px;background:#fff;border:1px solid #e8edf3;border-radius:16px;box-shadow:0 8px 24px rgba(16,24,40,.04);overflow:hidden}.pdp-tabs-v117 nav{display:flex;gap:0;overflow:auto;border-bottom:1px solid #eef2f7}.pdp-tabs-v117 nav button{background:#fff;border:0;padding:17px 22px;font-weight:850;color:#667085;white-space:nowrap;cursor:pointer}.pdp-tabs-v117 nav button.active{color:#f27a1a;border-bottom:3px solid #f27a1a}.pdp-tab-content-v117{display:grid;grid-template-columns:1.2fr .8fr;gap:26px;padding:22px}.pdp-tab-content-v117 h2{margin-top:0}.pdp-tab-content-v117 p{line-height:1.65;color:#344054}.pdp-media-v117{background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;min-height:230px;display:flex;align-items:center;justify-content:center;padding:12px}.pdp-media-img-v117{max-height:260px!important;width:100%!important;object-fit:contain!important}
@media(max-width:1180px){.pdp-shell-v117{grid-template-columns:minmax(350px,500px) 1fr}.pdp-side-v117{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.pdp-side-v117 form{padding:0}.pdp-side-btn-v117{height:100%;min-height:54px}.pdp-image-box-v117{height:520px}}@media(max-width:860px){.pdp-v117{padding:14px 4% 34px}.pdp-shell-v117{grid-template-columns:1fr;gap:16px}.pdp-left-v117{grid-template-columns:1fr}.pdp-thumbs-v117{order:2;flex-direction:row;max-height:none;overflow-x:auto}.pdp-thumb-v117{width:66px;height:74px}.pdp-image-box-v117{height:430px}.pdp-center-v117{padding:17px}.pdp-center-v117 h1{font-size:24px}.pdp-side-v117{grid-template-columns:1fr}.pdp-tab-content-v117{grid-template-columns:1fr}.product-card-photo-v117{height:205px!important;min-height:205px!important}.grid{gap:12px!important}}@media(max-width:520px){.pdp-image-box-v117{height:340px;padding:12px}.pdp-actions-v117{grid-template-columns:1fr}.pdp-actions-v117 .fav{height:46px}.pdp-price-v117 strong{font-size:25px}.pdp-qty-v117 span{margin:10px 0 0;width:100%}.product-card-photo-v117{height:190px!important;min-height:190px!important}.product-card-title-v117{font-size:13px!important;height:36px!important}.product-card-price-v117 strong{font-size:16px!important}}

/* v11.8 clean product cards + clean product detail page */
.grid{align-items:stretch}.grid .product-card-v118{min-width:0}.product-card-v118{height:360px!important;min-height:360px!important;background:#fff!important;border:1px solid #e7ebf0!important;border-radius:16px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;box-shadow:0 8px 20px rgba(16,24,40,.055)!important;transition:transform .16s ease,box-shadow .16s ease!important}.product-card-v118:hover{transform:translateY(-2px)!important;box-shadow:0 14px 30px rgba(16,24,40,.10)!important}.product-card-photo-v118{width:100%!important;height:210px!important;min-height:210px!important;max-height:210px!important;position:relative!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:14px!important;overflow:hidden!important;border-bottom:1px solid #f1f4f8!important}.product-card-img-v118{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;background:#fff!important}.product-badge-v118{position:absolute!important;top:10px!important;left:10px!important;z-index:2!important;background:#fff3e7!important;color:#f27a1a!important;font-size:11px!important;font-weight:900!important;border-radius:999px!important;padding:5px 8px!important}.product-card-body-v118{height:150px!important;min-height:150px!important;padding:12px 14px 14px!important;display:flex!important;flex-direction:column!important;gap:5px!important}.product-card-title-v118{height:38px!important;min-height:38px!important;max-height:38px!important;overflow:hidden!important;font-size:14px!important;line-height:19px!important;font-weight:850!important;color:#172033!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.product-card-sub-v118{height:18px!important;margin:0!important;color:#667085!important;font-size:12px!important;line-height:18px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.product-card-rating-v118{height:18px!important;display:flex!important;align-items:center!important;gap:7px!important;font-size:12px!important}.product-card-rating-v118 span{color:#f59e0b!important;font-weight:850!important}.product-card-rating-v118 small{color:#667085!important}.product-card-bottom-v118{margin-top:auto!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:8px!important}.product-card-price-v118{display:flex!important;flex-direction:column!important;gap:1px!important;min-width:0!important}.product-card-price-v118 del{font-size:12px!important;color:#98a2b3!important;line-height:14px!important}.product-card-price-v118 strong{font-size:18px!important;line-height:22px!important;color:#f27a1a!important;font-weight:950!important}.product-card-cart-v118{width:32px!important;height:32px!important;border-radius:10px!important;background:#fff7ed!important;color:#f27a1a!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important}@media(max-width:860px){.product-card-v118{height:330px!important;min-height:330px!important}.product-card-photo-v118{height:185px!important;min-height:185px!important;max-height:185px!important}.product-card-body-v118{height:145px!important;min-height:145px!important}.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}}@media(max-width:430px){.product-card-v118{height:310px!important;min-height:310px!important;border-radius:14px!important}.product-card-photo-v118{height:170px!important;min-height:170px!important;max-height:170px!important;padding:10px!important}.product-card-body-v118{height:140px!important;min-height:140px!important;padding:10px!important}.product-card-title-v118{font-size:13px!important;line-height:18px!important;height:36px!important}.product-card-price-v118 strong{font-size:16px!important}}
.pdp-v118{max-width:1440px;margin:0 auto;padding:22px 6% 46px;color:#111827}.pdp-breadcrumb-v118{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#667085;font-size:13px;margin:8px 0 18px}.pdp-breadcrumb-v118 a{color:#667085}.pdp-breadcrumb-v118 b{color:#344054}.pdp-main-v118{display:grid;grid-template-columns:minmax(430px,540px) minmax(390px,1fr) minmax(260px,318px);gap:22px;align-items:start}.pdp-gallery-v118{display:grid;grid-template-columns:76px 1fr;gap:14px;min-width:0}.pdp-gallery-v118.single-image{grid-template-columns:1fr}.pdp-thumbs-v118{display:flex;flex-direction:column;gap:10px;max-height:570px;overflow:auto;padding:2px}.pdp-thumb-v118{width:70px;height:78px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:5px;cursor:pointer;overflow:hidden;flex:0 0 auto}.pdp-thumb-v118.active{border:2px solid #f27a1a}.pdp-thumb-img-v118{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.pdp-image-card-v118{height:570px;background:#fff;border:1px solid #e8edf3;border-radius:18px;box-shadow:0 12px 28px rgba(16,24,40,.06);position:relative;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.pdp-main-img-v118{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.pdp-discount-v118{position:absolute;top:14px;left:14px;background:#f27a1a;color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;z-index:2}.pdp-nav-v118{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 24px rgba(16,24,40,.16);font-size:28px;cursor:pointer}.pdp-nav-v118.prev{left:12px}.pdp-nav-v118.next{right:12px}.pdp-info-v118,.pdp-seller-card-v118,.pdp-safe-card-v118,.pdp-tabs-v118{background:#fff;border:1px solid #e8edf3;border-radius:18px;box-shadow:0 12px 28px rgba(16,24,40,.055)}.pdp-info-v118{padding:22px;min-width:0}.pdp-labels-v118{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.pdp-labels-v118 span{background:#ff5a1f;color:#fff;border-radius:7px;padding:5px 9px;font-size:12px;font-weight:900}.pdp-labels-v118 .green{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.pdp-labels-v118 .red{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.pdp-info-v118 h1{font-size:29px;line-height:1.22;letter-spacing:-.35px;margin:4px 0 8px;word-break:normal}.pdp-summary-v118{font-size:15px;line-height:1.45;color:#667085;margin:0 0 12px}.pdp-review-line-v118{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:#475467;padding-bottom:14px;border-bottom:1px solid #eef2f7}.pdp-review-line-v118 strong,.pdp-review-line-v118 .stars{color:#f59e0b}.pdp-review-line-v118 a{color:#475467;font-weight:700}.pdp-price-box-v118{margin:16px 0;display:inline-block;border:1.5px solid #ff5a1f;background:#fffafa;border-radius:14px;padding:12px 15px}.pdp-price-box-v118 small{display:block;color:#ef4444;font-weight:900;font-size:12px;margin-bottom:5px}.pdp-price-box-v118 div{display:flex;align-items:baseline;gap:10px}.pdp-price-box-v118 del{color:#98a2b3;font-size:17px}.pdp-price-box-v118 strong{color:#f27a1a;font-size:31px;line-height:1;font-weight:950}.pdp-options-v118{margin:15px 0}.pdp-options-v118 label{display:block;font-weight:900;margin-bottom:8px}.pdp-options-v118 div{display:flex;gap:9px;flex-wrap:wrap}.pdp-options-v118 button{min-width:48px;height:36px;border:1px solid #e5e7eb;background:#fff;border-radius:9px;font-weight:850;cursor:pointer}.pdp-options-v118 button:hover{border-color:#f27a1a;color:#f27a1a}.pdp-buy-v118 select{margin:4px 0 12px}.pdp-qty-v118{display:flex;align-items:center;gap:0;flex-wrap:wrap;margin:12px 0}.pdp-qty-v118 button{width:36px;height:36px;border:1px solid #e5e7eb;background:#fff;font-size:18px;cursor:pointer}.pdp-qty-v118 input{width:56px;height:36px;text-align:center;border:1px solid #e5e7eb;border-left:0;border-right:0;margin:0}.pdp-qty-v118 span{margin-left:12px;color:#667085;font-size:13px;font-weight:800}.pdp-actions-v118{display:grid;grid-template-columns:1.2fr 1fr 54px;gap:12px}.pdp-actions-v118 button,.pdp-actions-v118 .fav{height:52px;border-radius:13px;font-size:17px;font-weight:950;cursor:pointer;display:flex;align-items:center;justify-content:center}.pdp-actions-v118 .cart{background:#f27a1a;color:#fff;border:0}.pdp-actions-v118 .buy{background:#fff;color:#f27a1a;border:2px solid #f27a1a}.pdp-actions-v118 .fav{background:#fff;border:1px solid #e5e7eb;color:#344054}.pdp-delivery-v118{margin-top:15px;background:#ecfdf3;color:#067647;border-radius:12px;padding:12px 14px;font-size:13px}.pdp-stockout-v118{background:#fef3f2;color:#b42318;border:1px solid #fecdca;border-radius:14px;padding:15px;margin:14px 0}.pdp-stockout-v118 p{margin:4px 0 0}.pdp-notify-v118 button{width:100%;height:52px;border-radius:13px;border:0;background:#101828;color:#fff;font-weight:950;cursor:pointer}.pdp-side-v118{display:grid;gap:12px;min-width:0}.pdp-seller-card-v118,.pdp-safe-card-v118{padding:15px}.pdp-seller-card-v118{display:grid;gap:9px}.pdp-seller-card-v118 span{font-size:13px;color:#667085}.pdp-seller-card-v118 strong{color:#2563eb;font-size:17px}.pdp-seller-card-v118 div{display:flex;align-items:center;gap:8px}.pdp-seller-card-v118 em{background:#16a34a;color:#fff;border-radius:7px;padding:4px 8px;font-style:normal;font-weight:950}.pdp-seller-card-v118 small{color:#667085}.pdp-seller-card-v118 a{height:42px;border-radius:11px;background:#f2f4f7;color:#344054;font-weight:900;display:flex;align-items:center;justify-content:center}.pdp-safe-card-v118 b{display:block;margin-bottom:4px}.pdp-safe-card-v118 p{margin:0;color:#667085;font-size:13px}.pdp-tabs-v118{margin-top:24px;overflow:hidden}.pdp-tabs-v118 nav{display:flex;overflow:auto;border-bottom:1px solid #eef2f7}.pdp-tabs-v118 nav a{padding:16px 20px;font-weight:900;color:#667085;white-space:nowrap}.pdp-tabs-v118 nav a.active{color:#f27a1a;border-bottom:3px solid #f27a1a}.pdp-tab-panel-v118{padding:22px;border-bottom:1px solid #f2f4f7}.pdp-tab-panel-v118:last-child{border-bottom:0}.pdp-tab-panel-v118 h2{margin:0 0 12px;font-size:20px}.pdp-tab-panel-v118 p{line-height:1.65;color:#344054;margin:0 0 10px}@media(max-width:1180px){.pdp-main-v118{grid-template-columns:minmax(360px,520px) minmax(0,1fr)}.pdp-side-v118{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr))}.pdp-image-card-v118{height:520px}}@media(max-width:860px){.pdp-v118{padding:14px 4% 36px}.pdp-main-v118{grid-template-columns:1fr;gap:16px}.pdp-gallery-v118{grid-template-columns:1fr}.pdp-thumbs-v118{order:2;flex-direction:row;max-height:none;overflow-x:auto}.pdp-thumb-v118{width:66px;height:74px}.pdp-image-card-v118{height:430px;padding:16px}.pdp-info-v118{padding:17px}.pdp-info-v118 h1{font-size:24px}.pdp-side-v118{grid-template-columns:1fr}.pdp-tabs-v118 nav a{padding:14px 15px}.pdp-tab-panel-v118{padding:17px}}@media(max-width:520px){.pdp-image-card-v118{height:350px}.pdp-actions-v118{grid-template-columns:1fr}.pdp-actions-v118 .fav{height:46px}.pdp-price-box-v118 strong{font-size:25px}.pdp-qty-v118 span{width:100%;margin:9px 0 0}.pdp-tabs-v118{border-radius:14px}}

/* v11.9 clean product UI - hard override */
.grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.grid>*{min-width:0!important}
.product-card-v119{height:352px!important;min-height:352px!important;max-height:352px!important;background:#fff!important;border:1px solid #e7ebf0!important;border-radius:16px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;box-shadow:0 8px 20px rgba(16,24,40,.055)!important;transition:transform .16s ease,box-shadow .16s ease!important}.product-card-v119:hover{transform:translateY(-2px)!important;box-shadow:0 14px 28px rgba(16,24,40,.1)!important}.product-card-photo-v119{height:202px!important;min-height:202px!important;max-height:202px!important;width:100%!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important;padding:12px!important;border-bottom:1px solid #f1f4f8!important}.product-card-img-v119{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;background:#fff!important}.product-badge-v119{position:absolute!important;top:10px!important;left:10px!important;z-index:2!important;background:#fff3e7!important;color:#f27a1a!important;border:1px solid #fed7aa!important;border-radius:999px!important;padding:4px 8px!important;font-size:11px!important;font-weight:950!important}.product-card-body-v119{height:150px!important;min-height:150px!important;max-height:150px!important;padding:12px 13px 13px!important;display:flex!important;flex-direction:column!important;gap:5px!important}.product-card-title-v119{height:38px!important;min-height:38px!important;max-height:38px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:14px!important;line-height:19px!important;font-weight:850!important;color:#172033!important}.product-card-sub-v119{height:18px!important;max-height:18px!important;margin:0!important;color:#667085!important;font-size:12px!important;line-height:18px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-card-rating-v119{height:18px!important;min-height:18px!important;display:flex!important;align-items:center!important;gap:6px!important;font-size:12px!important}.product-card-rating-v119 span{color:#f59e0b!important;font-weight:850!important}.product-card-rating-v119 small{color:#98a2b3!important}.product-card-bottom-v119{height:38px!important;margin-top:auto!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:8px!important}.product-card-price-v119{display:flex!important;flex-direction:column!important;gap:0!important;min-width:0!important}.product-card-price-v119 del{font-size:12px!important;color:#98a2b3!important;line-height:14px!important}.product-card-price-v119 strong{font-size:18px!important;line-height:22px!important;color:#f27a1a!important;font-weight:950!important;white-space:nowrap!important}.product-card-cart-v119{width:32px!important;height:32px!important;min-width:32px!important;border-radius:10px!important;background:#fff7ed!important;color:#f27a1a!important;display:flex!important;align-items:center!important;justify-content:center!important}
.pdp-v119{max-width:1440px;margin:0 auto;padding:22px 6% 48px;color:#111827}.pdp-breadcrumb-v119{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#667085;font-size:13px;margin:8px 0 18px}.pdp-breadcrumb-v119 a{color:#667085}.pdp-breadcrumb-v119 b{color:#344054}.pdp-layout-v119{display:grid!important;grid-template-columns:minmax(430px,540px) minmax(390px,1fr) minmax(260px,318px)!important;gap:22px!important;align-items:start!important}.pdp-gallery-v119{min-width:0!important;display:grid!important;grid-template-columns:76px 1fr!important;gap:14px!important}.pdp-gallery-v119.single-photo{grid-template-columns:1fr!important}.pdp-thumbs-v119{display:flex!important;flex-direction:column!important;gap:10px!important;max-height:570px!important;overflow:auto!important;padding:2px!important}.pdp-thumb-v119{width:70px!important;height:78px!important;min-height:78px!important;border:1px solid #e5e7eb!important;background:#fff!important;border-radius:12px!important;padding:5px!important;cursor:pointer!important;overflow:hidden!important;flex:0 0 auto!important}.pdp-thumb-v119.active{border:2px solid #f27a1a!important}.pdp-thumb-img-v119{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.pdp-photo-box-v119{height:570px!important;background:#fff!important;border:1px solid #e8edf3!important;border-radius:18px!important;box-shadow:0 12px 28px rgba(16,24,40,.06)!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;overflow:hidden!important}.pdp-main-img-v119{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important}.pdp-discount-v119{position:absolute!important;top:14px!important;left:14px!important;background:#f27a1a!important;color:#fff!important;border-radius:999px!important;padding:7px 10px!important;font-size:12px!important;font-weight:900!important;z-index:2!important}.pdp-nav-v119{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:42px!important;height:42px!important;border-radius:50%!important;border:1px solid #e5e7eb!important;background:#fff!important;box-shadow:0 10px 24px rgba(16,24,40,.16)!important;font-size:28px!important;cursor:pointer!important}.pdp-nav-v119.prev{left:12px!important}.pdp-nav-v119.next{right:12px!important}.pdp-info-v119,.pdp-seller-v119,.pdp-safe-v119,.pdp-tabs-v119{background:#fff!important;border:1px solid #e8edf3!important;border-radius:18px!important;box-shadow:0 12px 28px rgba(16,24,40,.055)!important}.pdp-info-v119{padding:22px!important;min-width:0!important}.pdp-badges-v119{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:10px!important}.pdp-badges-v119 span{border-radius:7px!important;padding:5px 9px!important;font-size:12px!important;font-weight:900!important}.pdp-badges-v119 .hot{background:#ff5a1f!important;color:#fff!important}.pdp-badges-v119 .ok{background:#ecfdf3!important;color:#067647!important;border:1px solid #abefc6!important}.pdp-badges-v119 .no{background:#fef3f2!important;color:#b42318!important;border:1px solid #fecdca!important}.pdp-info-v119 h1{font-size:29px!important;line-height:1.22!important;letter-spacing:-.35px!important;margin:4px 0 8px!important}.pdp-desc-v119{font-size:15px!important;line-height:1.45!important;color:#667085!important;margin:0 0 12px!important}.pdp-meta-v119{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;font-size:13px!important;color:#475467!important;padding-bottom:14px!important;border-bottom:1px solid #eef2f7!important}.pdp-meta-v119 b,.pdp-meta-v119 .stars{color:#f59e0b!important}.pdp-meta-v119 a{font-weight:800!important}.muted-meta{color:#667085!important;font-weight:800!important}.pdp-price-v119{margin:16px 0!important;display:inline-block!important;border:1.5px solid #ff5a1f!important;background:#fffafa!important;border-radius:14px!important;padding:12px 15px!important}.pdp-price-v119 small{display:block!important;color:#ef4444!important;font-weight:900!important;font-size:12px!important;margin-bottom:5px!important}.pdp-price-v119 div{display:flex!important;align-items:baseline!important;gap:10px!important}.pdp-price-v119 del{color:#98a2b3!important;font-size:17px!important}.pdp-price-v119 strong{color:#f27a1a!important;font-size:31px!important;line-height:1!important;font-weight:950!important}.pdp-option-v119{margin:15px 0!important}.pdp-option-v119 label{display:block!important;font-weight:900!important;margin-bottom:8px!important}.pdp-option-v119 div{display:flex!important;gap:9px!important;flex-wrap:wrap!important}.pdp-option-v119 button{min-width:48px!important;height:36px!important;border:1px solid #e5e7eb!important;background:#fff!important;border-radius:9px!important;font-weight:850!important;cursor:pointer!important}.pdp-buy-v119 select{margin:4px 0 12px!important}.pdp-qty-v119{display:flex!important;align-items:center!important;gap:0!important;flex-wrap:wrap!important;margin:12px 0!important}.pdp-qty-v119 button{width:36px!important;height:36px!important;border:1px solid #e5e7eb!important;background:#fff!important;font-size:18px!important;cursor:pointer!important}.pdp-qty-v119 input{width:56px!important;height:36px!important;text-align:center!important;border:1px solid #e5e7eb!important;border-left:0!important;border-right:0!important;margin:0!important}.pdp-qty-v119 span{margin-left:12px!important;color:#667085!important;font-size:13px!important;font-weight:800!important}.pdp-actions-v119{display:grid!important;grid-template-columns:1.2fr 1fr 54px!important;gap:12px!important}.pdp-actions-v119 button,.pdp-actions-v119 .fav{height:52px!important;border-radius:13px!important;font-size:17px!important;font-weight:950!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important}.pdp-actions-v119 .cart{background:#f27a1a!important;color:#fff!important;border:0!important}.pdp-actions-v119 .buy{background:#fff!important;color:#f27a1a!important;border:2px solid #f27a1a!important}.pdp-actions-v119 .fav{background:#fff!important;border:1px solid #e5e7eb!important;color:#344054!important}.pdp-delivery-v119{margin-top:15px!important;background:#ecfdf3!important;color:#067647!important;border-radius:12px!important;padding:12px 14px!important;font-size:13px!important}.pdp-stockout-v119{background:#fef3f2!important;color:#b42318!important;border:1px solid #fecdca!important;border-radius:14px!important;padding:15px!important;margin:14px 0!important}.pdp-stockout-v119 p{margin:4px 0 0!important}.pdp-notify-v119 button{width:100%!important;height:52px!important;border-radius:13px!important;border:0!important;background:#101828!important;color:#fff!important;font-weight:950!important;cursor:pointer!important}.pdp-side-v119{display:grid!important;gap:12px!important;min-width:0!important}.pdp-seller-v119,.pdp-safe-v119{padding:15px!important}.pdp-seller-v119{display:grid!important;gap:9px!important}.pdp-seller-v119 span{font-size:13px!important;color:#667085!important}.pdp-seller-v119 strong{color:#2563eb!important;font-size:17px!important}.pdp-seller-v119 div{display:flex!important;align-items:center!important;gap:8px!important}.pdp-seller-v119 em{background:#16a34a!important;color:#fff!important;border-radius:7px!important;padding:4px 8px!important;font-style:normal!important;font-weight:950!important}.pdp-seller-v119 small{color:#667085!important}.pdp-seller-v119 a{height:42px!important;border-radius:11px!important;background:#f2f4f7!important;color:#344054!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important}.pdp-safe-v119 b{display:block!important;margin-bottom:4px!important}.pdp-safe-v119 p{margin:0!important;color:#667085!important;font-size:13px!important}.pdp-tabs-v119{margin-top:24px!important;overflow:hidden!important}.pdp-tabs-v119 nav{display:flex!important;overflow:auto!important;border-bottom:1px solid #eef2f7!important}.pdp-tabs-v119 nav a{padding:16px 20px!important;font-weight:900!important;color:#667085!important;white-space:nowrap!important}.pdp-tabs-v119 nav a.active{color:#f27a1a!important;border-bottom:3px solid #f27a1a!important}.pdp-tab-v119{padding:22px!important;border-bottom:1px solid #f2f4f7!important}.pdp-tab-v119:last-child{border-bottom:0!important}.pdp-tab-v119 h2{margin:0 0 12px!important;font-size:20px!important}.pdp-tab-v119 p{line-height:1.65!important;color:#344054!important;margin:0 0 10px!important}
@media(max-width:1180px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.pdp-layout-v119{grid-template-columns:minmax(360px,520px) minmax(0,1fr)!important}.pdp-side-v119{grid-column:1/-1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.pdp-photo-box-v119{height:520px!important}}
@media(max-width:860px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card-v119{height:322px!important;min-height:322px!important;max-height:322px!important}.product-card-photo-v119{height:180px!important;min-height:180px!important;max-height:180px!important}.product-card-body-v119{height:142px!important;min-height:142px!important;max-height:142px!important}.pdp-v119{padding:14px 4% 36px!important}.pdp-layout-v119{grid-template-columns:1fr!important;gap:16px!important}.pdp-gallery-v119{grid-template-columns:1fr!important}.pdp-thumbs-v119{order:2!important;flex-direction:row!important;max-height:none!important;overflow-x:auto!important}.pdp-thumb-v119{width:66px!important;height:74px!important}.pdp-photo-box-v119{height:430px!important;padding:16px!important}.pdp-info-v119{padding:17px!important}.pdp-info-v119 h1{font-size:24px!important}.pdp-side-v119{grid-template-columns:1fr!important}.pdp-tabs-v119 nav a{padding:14px 15px!important}.pdp-tab-v119{padding:17px!important}}
@media(max-width:520px){.product-card-v119{height:305px!important;min-height:305px!important;max-height:305px!important;border-radius:14px!important}.product-card-photo-v119{height:168px!important;min-height:168px!important;max-height:168px!important;padding:10px!important}.product-card-body-v119{height:137px!important;min-height:137px!important;max-height:137px!important;padding:10px!important}.product-card-title-v119{font-size:13px!important;line-height:18px!important;height:36px!important}.product-card-price-v119 strong{font-size:16px!important}.pdp-photo-box-v119{height:350px!important}.pdp-actions-v119{grid-template-columns:1fr!important}.pdp-actions-v119 .fav{height:46px!important}.pdp-price-v119 strong{font-size:25px!important}.pdp-qty-v119 span{width:100%!important;margin:9px 0 0!important}.pdp-tabs-v119{border-radius:14px!important}}

/* =========================
   V12 PRODUCT UI FINAL
   ========================= */
.product-grid-v12{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.product-card-v12{height:356px!important;min-height:356px!important;max-height:356px!important;background:#fff!important;border:1px solid #e7ebf0!important;border-radius:16px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;box-shadow:0 8px 22px rgba(16,24,40,.06)!important;transition:transform .16s ease,box-shadow .16s ease!important}.product-card-v12:hover{transform:translateY(-2px)!important;box-shadow:0 14px 30px rgba(16,24,40,.11)!important}.pc-media-v12{height:205px!important;min-height:205px!important;max-height:205px!important;width:100%!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:14px!important;position:relative!important;overflow:hidden!important;border-bottom:1px solid #f1f4f8!important}.pc-img-v12{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;background:#fff!important}.pc-badge-v12{position:absolute!important;top:10px!important;left:10px!important;background:#fff3e7!important;color:#f27a1a!important;border:1px solid #fed7aa!important;border-radius:999px!important;font-size:12px!important;font-weight:950!important;padding:4px 8px!important;z-index:2!important}.pc-body-v12{height:151px!important;min-height:151px!important;max-height:151px!important;padding:12px 14px 13px!important;display:flex!important;flex-direction:column!important;gap:5px!important;min-width:0!important}.pc-title-v12{height:38px!important;min-height:38px!important;max-height:38px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:14px!important;line-height:19px!important;font-weight:850!important;color:#172033!important}.pc-store-v12{height:18px!important;line-height:18px!important;font-size:12px!important;color:#667085!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.pc-rating-v12{height:18px!important;min-height:18px!important;display:flex!important;align-items:center!important;gap:6px!important;font-size:12px!important;color:#98a2b3!important;overflow:hidden!important;white-space:nowrap!important}.pc-rating-v12 b{color:#f59e0b!important}.pc-bottom-v12{height:40px!important;margin-top:auto!important;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:8px!important;min-width:0!important}.pc-price-v12{display:flex!important;flex-direction:column!important;gap:0!important;min-width:0!important}.pc-price-v12 del{font-size:12px!important;line-height:14px!important;color:#98a2b3!important}.pc-price-v12 strong{font-size:18px!important;line-height:22px!important;color:#f27a1a!important;font-weight:950!important;white-space:nowrap!important}.pc-cart-v12{width:33px!important;height:33px!important;min-width:33px!important;border-radius:10px!important;background:#fff7ed!important;color:#f27a1a!important;display:flex!important;align-items:center!important;justify-content:center!important}.pdp12{max-width:1360px!important;margin:0 auto!important;padding:22px 4% 44px!important;color:#101828!important}.pdp12 *{box-sizing:border-box!important}.pdp12-crumb{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin:4px 0 18px!important;color:#667085!important;font-size:13px!important}.pdp12-crumb a{color:#667085!important}.pdp12-crumb b{color:#344054!important}.pdp12-shell{display:grid!important;grid-template-columns:minmax(440px,540px) minmax(390px,1fr) 290px!important;gap:20px!important;align-items:start!important}.pdp12-gallery{display:grid!important;grid-template-columns:72px 1fr!important;gap:14px!important;min-width:0!important}.pdp12-gallery.single{grid-template-columns:1fr!important}.pdp12-thumbs{display:flex!important;flex-direction:column!important;gap:10px!important;max-height:560px!important;overflow:auto!important;padding:2px!important}.pdp12-thumb{width:70px!important;height:82px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;padding:5px!important;cursor:pointer!important;overflow:hidden!important;flex:0 0 auto!important}.pdp12-thumb.active{border:2px solid #f27a1a!important}.pdp12-thumb-img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.pdp12-photo{height:560px!important;min-height:560px!important;background:#fff!important;border:1px solid #e8edf3!important;border-radius:18px!important;box-shadow:0 14px 34px rgba(16,24,40,.07)!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;overflow:hidden!important}.pdp12-main-img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;display:block!important;background:#fff!important}.pdp12-discount{position:absolute!important;top:14px!important;left:14px!important;z-index:2!important;background:#f27a1a!important;color:#fff!important;border-radius:999px!important;padding:7px 10px!important;font-size:12px!important;font-weight:950!important}.pdp12-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:42px!important;height:42px!important;border-radius:50%!important;border:1px solid #e5e7eb!important;background:#fff!important;box-shadow:0 10px 24px rgba(16,24,40,.16)!important;font-size:28px!important;line-height:1!important;cursor:pointer!important}.pdp12-arrow.prev{left:12px!important}.pdp12-arrow.next{right:12px!important}.pdp12-info,.pdp12-card,.pdp12-tabs{background:#fff!important;border:1px solid #e8edf3!important;border-radius:18px!important;box-shadow:0 14px 34px rgba(16,24,40,.06)!important}.pdp12-info{padding:22px!important;min-width:0!important}.pdp12-labels{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:10px!important}.pdp12-labels span{display:inline-flex!important;align-items:center!important;border-radius:7px!important;padding:5px 9px!important;font-size:12px!important;font-weight:950!important;background:#ff5a1f!important;color:#fff!important}.pdp12-labels .ok{background:#ecfdf3!important;color:#067647!important;border:1px solid #abefc6!important}.pdp12-labels .no{background:#fef3f2!important;color:#b42318!important;border:1px solid #fecdca!important}.pdp12-info h1{font-size:30px!important;line-height:1.22!important;letter-spacing:-.4px!important;margin:4px 0 10px!important;color:#101828!important}.pdp12-storeline{font-size:14px!important;color:#667085!important;margin-bottom:10px!important}.pdp12-storeline a{color:#2563eb!important;font-weight:900!important}.pdp12-rating{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;font-size:13px!important;color:#475467!important;padding-bottom:14px!important;border-bottom:1px solid #eef2f7!important}.pdp12-rating b,.pdp12-rating .stars{color:#f59e0b!important}.pdp12-rating a{font-weight:850!important}.pdp12-rating i{width:4px!important;height:4px!important;background:#cbd5e1!important;border-radius:50%!important}.pdp12-short{font-size:15px!important;line-height:1.55!important;color:#475467!important;margin:14px 0!important}.pdp12-pricebox{display:inline-block!important;border:1.5px solid #ff5a1f!important;background:#fffafa!important;border-radius:15px!important;padding:13px 16px!important;margin:2px 0 16px!important}.pdp12-pricebox small{display:block!important;color:#ef4444!important;font-weight:950!important;font-size:12px!important;margin-bottom:6px!important}.pdp12-pricebox div{display:flex!important;align-items:baseline!important;gap:11px!important}.pdp12-pricebox del{color:#98a2b3!important;font-size:17px!important}.pdp12-pricebox strong{color:#f27a1a!important;font-size:32px!important;line-height:1!important;font-weight:950!important}.pdp12-options{margin:14px 0!important}.pdp12-options b{display:block!important;margin-bottom:8px!important}.pdp12-options div{display:flex!important;gap:9px!important;flex-wrap:wrap!important}.pdp12-options button{min-width:48px!important;height:36px!important;border:1px solid #e5e7eb!important;background:#fff!important;border-radius:9px!important;font-weight:850!important;cursor:pointer!important}.pdp12-select{display:block!important;font-size:13px!important;font-weight:900!important;margin:8px 0!important}.pdp12-select select{margin:7px 0 0!important}.pdp12-qty{display:flex!important;align-items:center!important;gap:0!important;flex-wrap:wrap!important;margin:13px 0!important}.pdp12-qty button{width:36px!important;height:36px!important;border:1px solid #e5e7eb!important;background:#fff!important;font-size:18px!important;cursor:pointer!important}.pdp12-qty input{width:58px!important;height:36px!important;text-align:center!important;border:1px solid #e5e7eb!important;border-left:0!important;border-right:0!important;margin:0!important;padding:0!important}.pdp12-qty span{margin-left:12px!important;color:#667085!important;font-size:13px!important;font-weight:850!important}.pdp12-actions{display:grid!important;grid-template-columns:1.2fr 1fr 54px!important;gap:12px!important}.pdp12-actions button,.pdp12-actions .fav{height:52px!important;border-radius:13px!important;font-size:17px!important;font-weight:950!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important}.pdp12-actions .cart{background:#f27a1a!important;color:#fff!important;border:0!important}.pdp12-actions .buy{background:#fff!important;color:#f27a1a!important;border:2px solid #f27a1a!important}.pdp12-actions .fav{background:#fff!important;border:1px solid #e5e7eb!important;color:#344054!important}.pdp12-delivery{margin-top:14px!important;background:#ecfdf3!important;color:#067647!important;border-radius:12px!important;padding:12px 14px!important;font-size:13px!important}.pdp12-stockout{background:#fef3f2!important;color:#b42318!important;border:1px solid #fecdca!important;border-radius:14px!important;padding:15px!important;margin:14px 0!important}.pdp12-stockout p{margin:4px 0 0!important}.pdp12-notify button{width:100%!important;height:52px!important;border-radius:13px!important;border:0!important;background:#101828!important;color:#fff!important;font-weight:950!important;cursor:pointer!important}.pdp12-side{display:grid!important;gap:12px!important;min-width:0!important}.pdp12-card{padding:15px!important}.pdp12-card b{display:block!important;margin-bottom:4px!important}.pdp12-card p{margin:0!important;color:#667085!important;font-size:13px!important;line-height:1.45!important}.pdp12-card.seller{display:grid!important;gap:9px!important}.pdp12-card.seller span{font-size:13px!important;color:#667085!important}.pdp12-card.seller strong{color:#2563eb!important;font-size:17px!important}.pdp12-card.seller em{font-style:normal!important;background:#16a34a!important;color:#fff!important;border-radius:7px!important;padding:4px 8px!important;font-size:12px!important;font-weight:950!important;width:max-content!important}.pdp12-card.seller a{height:42px!important;border-radius:11px!important;background:#f2f4f7!important;color:#344054!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important}.pdp12-tabs{margin-top:24px!important;overflow:hidden!important}.pdp12-tabs nav{display:flex!important;overflow:auto!important;border-bottom:1px solid #eef2f7!important;background:#fff!important}.pdp12-tabs nav a{padding:16px 20px!important;font-weight:900!important;color:#667085!important;white-space:nowrap!important}.pdp12-tabs nav a.active{color:#f27a1a!important;border-bottom:3px solid #f27a1a!important}.pdp12-tab{padding:22px!important;border-bottom:1px solid #f2f4f7!important}.pdp12-tab:last-child{border-bottom:0!important}.pdp12-tab h2{margin:0 0 12px!important;font-size:21px!important}.pdp12-tab p{line-height:1.7!important;color:#344054!important;margin:0 0 10px!important}@media(max-width:1180px){.product-grid-v12{grid-template-columns:repeat(3,minmax(0,1fr))!important}.pdp12-shell{grid-template-columns:minmax(360px,520px) minmax(0,1fr)!important}.pdp12-side{grid-column:1/-1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}.pdp12-photo{height:520px!important;min-height:520px!important}}@media(max-width:860px){.product-grid-v12{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card-v12{height:322px!important;min-height:322px!important;max-height:322px!important}.pc-media-v12{height:180px!important;min-height:180px!important;max-height:180px!important}.pc-body-v12{height:142px!important;min-height:142px!important;max-height:142px!important}.pdp12{padding:14px 4% 36px!important}.pdp12-shell{grid-template-columns:1fr!important;gap:16px!important}.pdp12-gallery{grid-template-columns:1fr!important}.pdp12-thumbs{order:2!important;flex-direction:row!important;max-height:none!important;overflow-x:auto!important}.pdp12-thumb{width:66px!important;height:74px!important}.pdp12-photo{height:430px!important;min-height:430px!important;padding:16px!important}.pdp12-info{padding:17px!important}.pdp12-info h1{font-size:24px!important}.pdp12-side{grid-template-columns:1fr!important}.pdp12-tabs nav a{padding:14px 15px!important}.pdp12-tab{padding:17px!important}}@media(max-width:520px){.product-grid-v12{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-card-v12{height:305px!important;min-height:305px!important;max-height:305px!important;border-radius:14px!important}.pc-media-v12{height:168px!important;min-height:168px!important;max-height:168px!important;padding:10px!important}.pc-body-v12{height:137px!important;min-height:137px!important;max-height:137px!important;padding:10px!important}.pc-title-v12{font-size:13px!important;line-height:18px!important;height:36px!important}.pc-price-v12 strong{font-size:16px!important}.pdp12-photo{height:350px!important;min-height:350px!important}.pdp12-actions{grid-template-columns:1fr!important}.pdp12-actions .fav{height:46px!important}.pdp12-pricebox strong{font-size:25px!important}.pdp12-qty span{width:100%!important;margin:9px 0 0!important}.pdp12-tabs{border-radius:14px!important}}
