:is(.theme-futuroo,.theme-manus) .pl-root{padding:18px 20px 40px;background:linear-gradient(180deg,#f4f6fb,#ffffff 40%);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container{width:93%;margin:0 auto}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-header{padding:4px 4px 16px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-header h2{margin:4px 0;font-weight:650;color:var(--emerald);letter-spacing:.02em}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-header .pl-sub{font-size:.9rem;color:var(--muted);margin-top:10px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .sort-card{display:flex;justify-content:space-around;align-items:center;margin-bottom:18px;padding:10px 14px;height:100px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .sort-card .sort-cart-count{display:flex;flex-direction:column;gap:4px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .sort-card .sort-actions button{background:#ffffff;border:1px solid var(--muted);padding:6px 10px;border-radius:var(--radius-pill);cursor:pointer;font-weight:600;font-size:.8rem;color:var(--muted);transition:.18s;margin:0 5px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .sort-card .sort-actions button:hover{background:var(--emerald);color:white;border-color:var(--emerald);box-shadow:var(--shadow-accent)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,400px));gap:18px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card{cursor:pointer;padding:15px 10px;border-radius:var(--radius-lg);border:1px solid rgba(226,232,240,.9);background:linear-gradient(180deg,#f9fafb,#ffffff 30%);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card:hover{box-shadow:var(--shadow-lg);border-color:var(--emerald)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .badge-row{position:absolute;top:10px;left:10px;z-index:9}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .badge-row .badge{font-size:.7rem;background:rgba(15,118,110,.92);color:white;padding:5px 9px;border-radius:var(--radius-pill);box-shadow:var(--shadow-accent)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .img-wrapper{height:170px;border-radius:var(--radius-md) var(--radius-md) 0 0;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .img-wrapper .p-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .img-wrapper .img-phold{font-size:.85rem;font-weight:600;color:#0f172a;padding:10px;text-align:center;opacity:.8}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-info{padding:12px 14px;display:flex;flex-direction:column;gap:8px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-info .p-title{font-size:.9rem;font-weight:600;color:#111827;line-height:1.4}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-info .amount{font-size:1rem;color:var(--emerald-dark)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-info .p-rating{font-size:.8rem;font-weight:600;color:#111827}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-info .p-rating .p-rating-count{font-size:.7rem;color:var(--muted)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-actions{display:flex;gap:8px;margin-top:10px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-actions .btn-neutral,:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-actions .btn-primary{flex:1;font-size:.8rem;padding:13px 15px;border-radius:var(--radius-pill);cursor:pointer;font-weight:600;transition:.18s;border:1px solid var(--emerald)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-actions .btn-primary{background:linear-gradient(90deg,var(--emerald),var(--emerald-light));color:white}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-actions .btn-neutral{background:var(--color-surface);color:var(--emerald)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-actions .btn-primary:hover{box-shadow:var(--shadow-accent)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-actions .btn-neutral:hover{border-color:#9ca3af;background:#f9fafb}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .pagination{margin-top:26px;display:flex;gap:8px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .pagination .pg{background:white;padding:8px 13px;border-radius:var(--radius-pill);border:1px solid var(--border-soft);cursor:pointer;font-weight:600;font-size:.85rem;transition:.18s}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .pagination .pg:hover{border-color:var(--emerald);background:#f0fdf4}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .pagination .pg.active{background:var(--emerald);color:white;border-color:var(--emerald)}:is(.theme-futuroo,.theme-manus) :is(.theme-futuroo,.theme-manus) :is(.theme-futuroo,.theme-manus) .sub-cat-wrapper{display:flex;justify-content:center;gap:16px}:is(.theme-futuroo,.theme-manus) .filter-drawer .sub-cat-wrapper{display:flex;justify-content:center;flex-direction:column;gap:16px;align-items:center}:is(.theme-futuroo,.theme-manus) .sub-cat-wrapper .action-menu .menu-trigger.with-label,:is(.theme-futuroo,.theme-manus) .sub-cat-wrapper .menu-dropdown{width:180px}:is(.theme-futuroo,.theme-manus) .filter-drawer{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:999;display:flex;align-items:center;justify-content:center;padding:16px}:is(.theme-futuroo,.theme-manus) .filter-drawer>.drawer-content{background:#fff;width:100%;max-width:420px;max-height:85vh;display:flex;flex-direction:column;border-radius:var(--radius-md);overflow:hidden}:is(.theme-futuroo,.theme-manus) .filter-drawer .drawer-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #eee}:is(.theme-futuroo,.theme-manus) .filter-drawer .drawer-header .btn{padding:6px 10px;border:1px solid var(--emerald);color:var(--emerald);background:var(--panel-soft);border-radius:var(--radius-xs);width:50px}:is(.theme-futuroo,.theme-manus) .filter-drawer .drawer-body{padding:16px;overflow-y:auto}:is(.theme-futuroo,.theme-manus) .filter-drawer .menu-trigger.with-label{width:100%}:is(.theme-futuroo,.theme-manus) .filter-drawer .menu-dropdown{width:100%;max-height:240px}:is(.theme-futuroo,.theme-manus) .pd-root{background:linear-gradient(180deg,var(--bg),#ffffff);padding:25px 10px;color:var(--text)}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container{max-width:95%;margin:0 auto}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid .left-col{width:40%;position:sticky;top:25%;height:-moz-fit-content;height:fit-content}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid .left-col .gallery{position:relative;margin-bottom:28px!important}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid .left-col .gallery .main-visual{background:linear-gradient(180deg,#fff,#f7fcfb);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid .left-col .gallery .main-visual .badge-wrap{position:absolute;top:14px;left:14px;display:flex;gap:8px;z-index:3}:is(.theme-futuroo,.theme-manus) .badge-wrap .badge{padding:6px 10px;border-radius:var(--radius-pill);font-weight:800;font-size:var(--text-xs);color:white;box-shadow:var(--shadow-md)}:is(.theme-futuroo,.theme-manus) .badge-wrap .badge.hot{background:linear-gradient(90deg,var(--flame),var(--flame-light))}:is(.theme-futuroo,.theme-manus) .badge-wrap .badge.save{background:linear-gradient(90deg,#0f8a6a,#16a798)}:is(.theme-futuroo,.theme-manus) .main-visual .main-img{width:100%;height:420px;-o-object-fit:contain;object-fit:contain;display:block;transition:transform .35s ease;cursor:zoom-in;background:transparent}:is(.theme-futuroo,.theme-manus) .main-img:hover{transform:scale(1.08)}:is(.theme-futuroo,.theme-manus) .thumbs{display:flex;gap:10px;margin-top:12px;margin-bottom:14px}:is(.theme-futuroo,.theme-manus) .thumbs .thumb{border-radius:var(--radius-xs);overflow:hidden;border:1px solid var(--border-soft);padding:4px;background:var(--panel-strong);cursor:pointer;transition:.18s}:is(.theme-futuroo,.theme-manus) .thumbs .thumb.active{outline:2px solid var(--emerald);transform:translateY(-4px)}:is(.theme-futuroo,.theme-manus) .thumbs .thumb img{width:90px;height:64px;-o-object-fit:contain;object-fit:contain;display:block}:is(.theme-futuroo,.theme-manus) .zoom-note{font-size:var(--text-xs);color:var(--muted);margin-top:8px;margin-bottom:10px}:is(.theme-futuroo,.theme-manus) .faq,:is(.theme-futuroo,.theme-manus) .related,:is(.theme-futuroo,.theme-manus) .rev-list,:is(.theme-futuroo,.theme-manus) .review-input{margin-bottom:28px!important}:is(.theme-futuroo,.theme-manus) .reviews{padding-top:10px;margin-bottom:32px}:is(.theme-futuroo,.theme-manus) .right-card{width:58%;background:rgba(255,255,255,.85);border-radius:var(--radius-xl);padding:28px 24px;border:1px solid rgba(0,0,0,.06);transition:.3s ease}:is(.theme-futuroo,.theme-manus) .right-card .title-row{display:flex;justify-content:space-between;flex-direction:row}:is(.theme-futuroo,.theme-manus) .right-card .title-row .pd-title{font-size:var(--text-xl);font-weight:600;margin:0;text-align:left;color:var(--text);line-height:1.35}:is(.theme-futuroo,.theme-manus) .right-card .title-row .wishlist-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:var(--radius-pill);border:1.5px solid var(--border-soft);background:var(--glass-bg);backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);box-shadow:var(--shadow-soft);color:var(--muted);font-size:var(--text-sm);font-weight:700;letter-spacing:.02em;cursor:pointer;white-space:nowrap;flex-shrink:0;margin-left:12px;transition:background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .18s cubic-bezier(.34,1.56,.64,1)}:is(.theme-futuroo,.theme-manus) .right-card .title-row .wishlist-btn .wishlist-icon{width:18px;height:18px;transition:transform .22s cubic-bezier(.34,1.56,.64,1),color .22s ease;flex-shrink:0}:is(.theme-futuroo,.theme-manus) .right-card .title-row .wishlist-label{line-height:1}:is(.theme-futuroo,.theme-manus) .right-card .title-row .wishlist-btn:hover{background:rgba(244,106,44,.07);border-color:rgba(244,106,44,.35);color:var(--flame);transform:translateY(-2px);box-shadow:var(--shadow-md)}:is(.theme-futuroo,.theme-manus) .right-card .title-row .wishlist-btn:hover .wishlist-icon{transform:scale(1.18)}:is(.theme-futuroo,.theme-manus) .right-card .title-row .wishlist-btn.active{background:linear-gradient(135deg,rgba(244,106,44,.12),rgba(255,138,85,.06));border-color:rgba(244,106,44,.45);color:var(--flame);box-shadow:var(--shadow-md)}:is(.theme-futuroo,.theme-manus) .right-card .title-row .wishlist-btn.active .wishlist-icon{animation:wl-heart-pop .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes wl-heart-pop{0%{transform:scale(.7)}60%{transform:scale(1.3)}to{transform:scale(1)}}:is(.theme-futuroo,.theme-manus) .right-card .title-row .wishlist-btn:active{transform:scale(.93)}:is(.theme-futuroo,.theme-manus) .right-card .meta-row{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.08)}:is(.theme-futuroo,.theme-manus) .right-card .meta-row .rating{display:flex;flex-direction:row;gap:2px}:is(.theme-futuroo,.theme-manus) .right-card .meta-row .rating .stars{font-size:var(--text-md);color:var(--flame)}:is(.theme-futuroo,.theme-manus) .right-card .meta-row .rating .r-num,:is(.theme-futuroo,.theme-manus) .right-card .meta-row .rating .r-num span{font-size:var(--text-xs);color:var(--emerald);font-weight:800}:is(.theme-futuroo,.theme-manus) .right-card .stock.in{color:var(--emerald);font-weight:800;font-size:var(--text-sm)}:is(.theme-futuroo,.theme-manus) .right-card .stock.out{color:#c0392b}:is(.theme-futuroo,.theme-manus) .right-card .short-desc{margin-top:18px;padding:0 15px;font-size:var(--text-sm);color:var(--muted);line-height:1.5}:is(.theme-futuroo,.theme-manus) .right-card .action-row{margin-top:10px;margin-bottom:0!important;display:flex;flex-direction:column;justify-content:space-between;gap:10px;width:100%}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block{display:flex;align-items:center;gap:20px;margin:10px 0}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .price-block{display:flex;align-items:center;flex-direction:column;gap:4px;min-width:160px}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .price-block .price{display:flex;align-items:baseline;gap:6px;font-size:var(--text-xl);font-weight:900;color:var(--emerald-dark)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .price-block .price .currency{font-size:var(--text-sm);color:var(--muted);font-weight:700}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .qty-block{display:flex;flex-direction:row;gap:6px;min-width:160px;align-items:flex-end}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .qty-block .qty-control{display:flex;align-items:center;justify-content:space-between;background:#ffffff;border-radius:var(--radius-pill);height:48px;min-width:140px;padding:0 6px;border:1px solid rgba(0,0,0,.08);box-shadow:inset 0 2px 4px rgba(0,0,0,.05),0 4px 12px rgba(0,0,0,.08);transition:.25s ease}:is(.theme-futuroo,.theme-manus) .right-card .qty-control:hover{border-color:var(--emerald);box-shadow:inset 0 1px 3px rgba(0,0,0,.06),0 6px 16px rgba(16,185,129,.18)}:is(.theme-futuroo,.theme-manus) .right-card .qty-control button{background:#f7f7f7;border:none;font-size:var(--text-lg);font-weight:700;width:38px;height:38px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.25s ease}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .qty-block .qty-control button:hover{background:var(--emerald-light);color:white;box-shadow:var(--shadow-accent)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .qty-block .qty-control button:active{transform:scale(.92)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .qty-block .qty-control input{width:42px;border:none;background:transparent;text-align:center;font-size:var(--text-lg);font-weight:800;color:var(--text);outline:none;pointer-events:none}:is(.theme-futuroo,.theme-manus) .right-card .action-row .option-block{margin-top:22px;width:100%}:is(.theme-futuroo,.theme-manus) .right-card .action-row .option-block .option-block-header{display:flex;justify-content:space-between;align-items:center}:is(.theme-futuroo,.theme-manus) .right-card .action-row .option-block .option-title{font-size:var(--text-sm);font-weight:800;margin-bottom:10px;color:var(--color-text-secondary)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .option-block .color-row,:is(.theme-futuroo,.theme-manus) .right-card .action-row .option-block .gender-row{display:flex;justify-content:start;gap:10px;flex-wrap:wrap}:is(.theme-futuroo,.theme-manus) .right-card .color-pill,:is(.theme-futuroo,.theme-manus) .right-card .gender-pill{display:flex;align-items:flex-end;justify-content:center;min-width:68px;padding:10px 15px;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:700;border:1px solid rgba(0,0,0,.08);cursor:pointer;transition:.2s ease;background:var(--color-surface)}:is(.theme-futuroo,.theme-manus) .right-card .color-pill:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border:2px solid var(--emerald)}:is(.theme-futuroo,.theme-manus) .right-card .color-pill.active,:is(.theme-futuroo,.theme-manus) .right-card .gender-pill.active{border:1px solid var(--emerald);color:var(--emerald)}:is(.theme-futuroo,.theme-manus) .right-card .action-menu .menu-trigger.with-label{width:150px;height:35px;background-color:var(--color-surface)}:is(.theme-futuroo,.theme-manus) .right-card .action-menu .menu-dropdown{position:absolute;right:0;top:40px;width:150px;border:1px solid rgba(0,0,0,.168)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .option-block .size-row{display:flex;justify-content:start;gap:5px;flex-wrap:wrap;margin-bottom:15px;padding:0 10px}:is(.theme-futuroo,.theme-manus) .right-card .size-pill{min-width:50px;padding:8px 25px;background:#fff;border-radius:1rem;border:1px solid rgba(0,0,0,.12);font-size:var(--text-md);font-weight:700;cursor:pointer;text-align:center;transition:.2s ease}:is(.theme-futuroo,.theme-manus) .right-card .size-pill:hover{border-color:var(--emerald);background:rgba(16,185,129,.08)}:is(.theme-futuroo,.theme-manus) .right-card .size-pill.active{background:var(--color-surface);color:var(--emerald);border-color:var(--emerald)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block{display:flex;align-items:center;gap:12px;min-width:260px;margin-top:15px}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-flame,:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-primary{height:48px;min-width:160px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-md);border:none;font-weight:700;font-size:var(--text-md);letter-spacing:.3px;cursor:pointer;position:relative;overflow:hidden;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s ease,filter .18s ease}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-flame:before,:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,0));opacity:.65;pointer-events:none}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-primary{background:linear-gradient(135deg,var(--btn-gradient-start,#0f8a6a),var(--btn-gradient-end,#12b886));color:#fff;box-shadow:0 8px 24px rgba(18,184,134,.28),inset 0 1px 0 rgba(255,255,255,.25)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:var(--shadow-accent)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-primary:active{transform:translateY(0) scale(.98);box-shadow:var(--shadow-accent)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-flame{background:linear-gradient(135deg,var(--flame,#f46a2c),var(--flame-light,#ff922b));color:#fff;box-shadow:0 8px 24px rgba(244,106,44,.28),inset 0 1px 0 rgba(255,255,255,.25)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-flame:hover{transform:translateY(-2px) scale(1.02);box-shadow:var(--shadow-lg)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-flame:active{transform:translateY(0) scale(.98);box-shadow:var(--shadow-md)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,255,255,.6),0 0 0 6px rgba(18,184,134,.6)}:is(.theme-futuroo,.theme-manus) .right-card .sizechart{display:flex;justify-content:center}:is(.theme-futuroo,.theme-manus) .specs-compact{border-radius:var(--radius-lg);padding:22px 24px;margin-top:24px;transition:box-shadow .3s ease,transform .3s ease}:is(.theme-futuroo,.theme-manus) .specs-compact h4{font-size:var(--text-lg);font-weight:600;letter-spacing:.4px;margin-bottom:18px;color:#111827;position:relative}:is(.theme-futuroo,.theme-manus) .specs-compact h4:after{content:"";position:absolute;left:0;bottom:-6px;width:110px;height:3px;background:linear-gradient(90deg,var(--emerald),var(--emerald-light));border-radius:var(--radius-xs)}:is(.theme-futuroo,.theme-manus) .specs-compact .product-info-block{margin-bottom:22px;padding:16px 18px;border-radius:var(--radius-md);transition:background .3s ease,border-color .3s ease}:is(.theme-futuroo,.theme-manus) .specs-compact .product-info-block .component-title{font-size:1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--emerald);margin-bottom:12px}:is(.theme-futuroo,.theme-manus) .specs-compact .product-info-block .product-info-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px 18px}:is(.theme-futuroo,.theme-manus) .specs-compact .product-info-block .product-info-list li{flex:1 1 45%;font-size:var(--text-md);color:var(--color-text-primary);line-height:1.5;display:flex;align-items:center;font-weight:500}:is(.theme-futuroo,.theme-manus) .specs-compact .product-info-block .product-info-list li strong{color:var(--color-text-secondary);font-weight:600;margin-right:6px;font-size:var(--text-sm)}:is(.theme-futuroo,.theme-manus) .ft-filter{display:flex;align-items:center}:is(.theme-futuroo,.theme-manus) .ft-select{padding:9px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-soft);background:#fff;font-size:var(--text-sm);color:var(--text);min-width:190px;cursor:pointer}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container{width:100%;max-width:1500px;padding:0 24px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-header{padding:10px 2px 18px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-header h2{font-size:2rem;font-weight:800;color:var(--text)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-header .pl-sub{font-size:.95rem;margin-top:8px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .sort-card{height:auto;padding:14px 18px;justify-content:space-between;gap:14px;border-radius:var(--radius-lg);flex-wrap:wrap}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:16px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card{position:relative;padding:0;border-radius:var(--radius-md);overflow:hidden;background:#fff;display:flex;flex-direction:column}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card:hover{transform:translateY(-4px)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .img-wrapper{width:100%;height:auto;aspect-ratio:3/4;border-radius:0;padding:6px;background:linear-gradient(180deg,#ffffff,#eef2f7)}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-info{padding:10px 12px 12px;gap:5px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-info .p-title{font-size:var(--text-xs);font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid .p-card .p-info .amount{font-size:var(--text-sm);font-weight:800}:is(.theme-futuroo,.theme-manus) .pd-lightbox{position:fixed;inset:0;z-index:1000;background:rgba(10,12,16,.86);display:flex;align-items:center;justify-content:center}:is(.theme-futuroo,.theme-manus) .pd-lightbox .pd-lightbox-stage{width:min(92vw,1100px);height:min(88vh,860px);overflow:hidden;display:flex;align-items:center;justify-content:center}:is(.theme-futuroo,.theme-manus) .pd-lightbox .pd-lightbox-stage img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .15s ease;transform-origin:center center;-webkit-user-select:none;-moz-user-select:none;user-select:none}:is(.theme-futuroo,.theme-manus) .pd-lightbox .pd-lightbox-controls{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.95);border-radius:var(--radius-pill);padding:8px 14px;box-shadow:var(--shadow-md)}:is(.theme-futuroo,.theme-manus) .pd-lightbox .pd-lightbox-controls button{width:36px;height:36px;border-radius:50%;border:1px solid #d8dde4;background:#fff;font-size:var(--text-lg);font-weight:600;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}:is(.theme-futuroo,.theme-manus) .pd-lightbox .pd-lightbox-controls button:disabled{opacity:.4;cursor:not-allowed}:is(.theme-futuroo,.theme-manus) .pd-lightbox .pd-lightbox-controls .pd-zoom-level{min-width:52px;text-align:center;font-size:var(--text-sm);font-weight:600;color:#23262b}:is(.theme-futuroo,.theme-manus) .pd-lightbox .pd-lightbox-close{position:absolute;top:22px;inset-inline-end:26px;width:42px;height:42px;border-radius:50%;border:none;background:rgba(255,255,255,.95);font-size:var(--text-lg);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}:is(.theme-futuroo,.theme-manus) .main-visual .img-phold,:is(.theme-futuroo,.theme-manus) .main-visual .main-img{cursor:zoom-in}.ft-search{display:flex;gap:8px;align-items:center;flex:1 1 220px;min-width:0}.ft-search-input{flex:1 1 auto;min-width:0;padding:9px 12px;border-radius:var(--radius-sm);border:1px solid var(--border-soft,#e5e7eb)}.ft-search-btn,.ft-search-input{font:inherit;font-size:var(--text-sm);background:#ffffff;color:inherit}.ft-search-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:600;padding:9px 16px;border-radius:var(--radius-sm);border:1px solid var(--border-soft,#d1d5db);cursor:pointer;white-space:nowrap}.ft-search-btn:hover{border-color:#9ca3af}.pl-empty{text-align:center;padding:48px 20px 8px}.pl-empty h3{margin:0 0 8px;font-size:var(--text-lg);font-weight:700}.pl-empty p{margin:0 0 18px;font-size:var(--text-sm);line-height:1.7;color:#6b7280}.pl-empty-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.pl-empty-chip{font:inherit;font-size:var(--text-sm);font-weight:600;padding:8px 16px;border-radius:var(--radius-pill);border:1px solid var(--border-soft,#d1d5db);background:transparent;color:inherit;cursor:pointer}.main-img-button,.pl-empty-chip{-webkit-appearance:none;-moz-appearance:none;appearance:none}.main-img-button{border:0;padding:0;background:none;display:block;width:100%;cursor:zoom-in}.main-img-button:focus-visible{outline:2px solid var(--color-accent,#101214);outline-offset:3px;border-radius:var(--radius-md)}@media (min-width:1200px){:is(.theme-futuroo,.theme-manus) .pl-container{width:93%}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}}@media (min-width:992px) and (max-width:1199px){:is(.theme-futuroo,.theme-manus) .pl-container{width:95%}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid{grid-template-columns:240px 1fr;gap:22px}:is(.theme-futuroo,.theme-manus) .product-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media (min-width:768px) and (max-width:991px){:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid{grid-template-columns:1fr;gap:20px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .sort-card{flex-wrap:wrap;gap:12px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (min-width:481px) and (max-width:767px){:is(.theme-futuroo,.theme-manus) .pl-header h2{font-size:1.6rem}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .sort-card .sort-actions{display:flex}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid{grid-template-columns:1fr;gap:18px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{grid-template-columns:repeat(2,200px);gap:14px}:is(.theme-futuroo,.theme-manus) .img-wrapper{height:150px}:is(.theme-futuroo,.theme-manus) .p-info{padding:10px;gap:6px}:is(.theme-futuroo,.theme-manus) .p-title{font-size:.8rem}:is(.theme-futuroo,.theme-manus) .p-actions button{font-size:.75rem;padding:7px 10px}}@media (max-width:480px){:is(.theme-futuroo,.theme-manus) .pl-root{padding:10px 8px 24px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container{width:100%}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .sort-card .sort-actions{display:flex}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .sort-card .sort-actions button{padding:5px 6px;font-size:.6rem}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid{grid-template-columns:1fr;gap:16px}:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{grid-template-columns:1fr;gap:14px}:is(.theme-futuroo,.theme-manus) .img-wrapper{height:140px}:is(.theme-futuroo,.theme-manus) .p-title{font-size:.75rem}:is(.theme-futuroo,.theme-manus) .color-dot,:is(.theme-futuroo,.theme-manus) .pill-row button{font-size:.65rem;padding:4px 8px}:is(.theme-futuroo,.theme-manus) .p-actions button{font-size:.7rem;padding:6px 8px}:is(.theme-futuroo,.theme-manus) .pd-root{padding:16px 8px}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container{max-width:100%}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid{flex-direction:column;gap:18px}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid .left-col{width:100%;position:static;top:auto}:is(.theme-futuroo,.theme-manus) :is(.theme-futuroo,.theme-manus) .main-visual .main-img{height:260px}:is(.theme-futuroo,.theme-manus) .thumbs{overflow-x:auto;margin-top:25px;padding-bottom:6px}:is(.theme-futuroo,.theme-manus) .thumbs .thumb img{width:72px;height:52px}:is(.theme-futuroo,.theme-manus) :is(.theme-futuroo,.theme-manus) .highlights{flex-direction:column;gap:10px}}@media (min-width:481px) and (max-width:767px){:is(.theme-futuroo,.theme-manus) .pd-root{padding:20px 12px}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid{flex-direction:column;gap:22px}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid .left-col{width:100%}:is(.theme-futuroo,.theme-manus) .main-visual .main-img{height:300px}:is(.theme-futuroo,.theme-manus) .highlights{flex-wrap:wrap}:is(.theme-futuroo,.theme-manus) .highlights .highlight{flex:1 1 100%}}@media (min-width:768px) and (max-width:991px){:is(.theme-futuroo,.theme-manus) .pd-root{padding:22px 14px}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid{flex-direction:column;gap:20px}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid .left-col{width:100%}:is(.theme-futuroo,.theme-manus) .main-visual .main-img{height:360px}:is(.theme-futuroo,.theme-manus) .highlights{gap:10px}}@media (min-width:992px) and (max-width:1199px){:is(.theme-futuroo,.theme-manus) .pd-root .pd-container{max-width:96%}:is(.theme-futuroo,.theme-manus) .pd-root .pd-container .pd-grid .left-col{width:56%}:is(.theme-futuroo,.theme-manus) .main-visual .main-img{height:400px}}@media (min-width:1200px){:is(.theme-futuroo,.theme-manus) .pd-root .pd-container{max-width:95%}:is(.theme-futuroo,.theme-manus) .main-visual .main-img{height:400px}}@media (max-width:480px){:is(.theme-futuroo,.theme-manus) .right-card{width:100%;height:auto;padding:20px 16px;border-radius:var(--radius-lg)}:is(.theme-futuroo,.theme-manus) .right-card .title-row{gap:8px}:is(.theme-futuroo,.theme-manus) .right-card .title-row .pd-title{font-size:var(--text-lg)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block{gap:14px;align-items:center}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .price-block{min-width:10px}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block .price-block .price{font-size:var(--text-lg)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block{flex-direction:column;width:100%;gap:10px}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-flame,:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block .btn-primary{width:100%}:is(.theme-futuroo,.theme-manus) :is(.theme-futuroo,.theme-manus) .specs-compact{padding:18px 16px}:is(.theme-futuroo,.theme-manus) .specs-compact .product-info-block .product-info-list li{flex:1 1 100%;font-size:var(--text-sm)}}@media (min-width:481px) and (max-width:767px){:is(.theme-futuroo,.theme-manus) .right-card{width:100%;height:auto;padding:24px 18px;position:static}:is(.theme-futuroo,.theme-manus) .right-card .title-row .pd-title{font-size:var(--text-lg)}:is(.theme-futuroo,.theme-manus) .right-card .action-row .det-block{flex-wrap:wrap;gap:16px}:is(.theme-futuroo,.theme-manus) .right-card .action-row .cta-block{width:100%}}@media (min-width:768px) and (max-width:991px){:is(.theme-futuroo,.theme-manus) .right-card{width:100%;height:auto;padding:26px 20px;position:sticky;top:90px}:is(.theme-futuroo,.theme-manus) .right-card .title-row .pd-title{font-size:var(--text-xl)}}@media (min-width:992px) and (max-width:1199px){:is(.theme-futuroo,.theme-manus) .right-card{width:40%;top:100px;height:780px}:is(.theme-futuroo,.theme-manus) .specs-compact .product-info-block .product-info-list li{font-size:var(--text-sm)}}@media (max-width:1280px){:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:1024px){:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:720px){:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:480px){:is(.theme-futuroo,.theme-manus) .pl-root .pl-container .pl-grid .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}