:root{--fv-orange:#ff620d;--fv-orange-dark:#e95608;--fv-orange-soft:#fff2ea;--fv-orange-border:#ffc7a8;--fv-navy:#10285b;--fv-text:#111827;--fv-muted:#7b8498;--fv-border:#dde2e8;--fv-page:#f5f6f8;--fv-white:#fff;--fv-red:#ef4444;--fv-green:#16a34a;--fv-shadow:0 8px 28px #0f172a0f}.fv-shop-container,.fv-checkout-container{width:calc(100% - 48px);max-width:1480px;margin:0 auto}.fv-commerce-loading{min-height:300px;color:var(--fv-muted);justify-content:center;align-items:center;gap:10px;display:flex}.fv-commerce-loading i{color:var(--fv-orange)}.fv-commerce-error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:9px;align-items:center;gap:8px;margin-bottom:18px;padding:13px 16px;font-size:.82rem;display:flex}.fv-products-section{background:var(--fv-page);min-height:500px;padding:28px 0 45px}.fv-section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:18px;display:flex}.fv-section-heading span{color:var(--fv-orange);font-size:.68rem;font-weight:700}.fv-section-heading h1{color:var(--fv-text);margin-top:3px;font-size:1.45rem;font-weight:750}.fv-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.fv-product-card{background:#fff;border:1px solid #cfd5dc;border-radius:5px;flex-direction:column;min-width:0;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.fv-product-card:hover{border-color:var(--fv-orange-border);transform:translateY(-2px);box-shadow:0 8px 22px #0f172a14}.fv-product-image-area{background:#fff;border-bottom:1px solid #eef0f2;justify-content:center;align-items:center;height:260px;padding:20px;display:flex;position:relative}.fv-product-image-area img{object-fit:contain;width:100%;height:100%}.fv-product-no-image{color:#cbd5e1;background:#f8fafc;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;display:flex}.fv-product-badge{z-index:2;border-radius:4px;padding:5px 8px;font-size:.58rem;font-weight:700;position:absolute;top:13px;left:13px}.fv-product-body{flex-direction:column;flex:1;padding:13px 10px 9px;display:flex}.fv-product-body h3{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:39px;margin:0;font-size:.88rem;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.fv-product-vendor{color:#929bad;margin-top:3px;font-size:.66rem}.fv-product-price{align-items:center;gap:8px;min-height:49px;display:flex}.fv-product-price strong{color:#d44b00;font-size:1rem;font-weight:800}.fv-product-price del{color:#9ca3af;font-size:.72rem}.fv-buy-now-btn{border:1px solid var(--fv-orange);width:100%;min-height:40px;color:var(--fv-orange);background:#fff;border-radius:5px;justify-content:center;align-items:center;gap:8px;font-size:.77rem;font-weight:600;transition:all .18s;display:flex}.fv-buy-now-btn:hover:not(:disabled){background:var(--fv-orange);color:#fff}.fv-buy-now-btn:disabled{color:#9ca3af;cursor:not-allowed;border-color:#d1d5db}.fv-checkout-page{background:#f4f5f6;min-height:700px;padding:18px 0 60px}.fv-checkout-title{margin-bottom:18px}.fv-checkout-title>span{color:var(--fv-orange);align-items:center;gap:5px;font-size:.62rem;font-weight:700;display:flex}.fv-checkout-title h1{color:#101828;margin:4px 0 0;font-size:1.8rem;font-weight:750}.fv-draft-save-status{min-height:19px;color:var(--fv-green);justify-content:flex-end;align-items:center;gap:6px;margin:-10px 0 8px;font-size:.68rem;display:flex}.fv-checkout-grid{grid-template-columns:minmax(0,1.9fr) minmax(340px,1fr);align-items:start;gap:20px;display:grid}.fv-checkout-card{background:#fff;border:1px solid #d8dadd;border-radius:13px;overflow:hidden;box-shadow:0 3px 12px #0f172a06}.fv-delivery-card{padding:22px}.fv-checkout-section-head{align-items:center;gap:12px;display:flex}.fv-checkout-head-icon{background:var(--fv-orange-soft);width:43px;height:43px;color:var(--fv-orange);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.fv-checkout-section-head h2{color:#111827;margin:0;font-size:1.25rem;font-weight:700}.fv-checkout-section-head p{color:#9aa1ae;margin-top:3px;font-size:.68rem}.fv-checkout-divider{background:#e8e9eb;height:1px;margin:14px 0 16px}.fv-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.fv-field{margin-bottom:13px;display:block}.fv-field>span{color:#101828;align-items:center;margin-bottom:6px;font-size:.74rem;font-weight:650;display:flex}.fv-field>span b{color:var(--fv-orange);margin-left:3px}.fv-field>span small{color:#9aa2b1;margin-left:auto;font-size:.52rem;font-weight:500}.fv-input-wrap{background:#fff;border:1px solid #d3d7dc;border-radius:8px;align-items:center;min-height:45px;transition:border-color .18s,box-shadow .18s;display:flex;position:relative}.fv-input-wrap:focus-within{border-color:var(--fv-orange);box-shadow:0 0 0 3px #ff620d14}.fv-input-wrap>i{color:#9aa2aa;text-align:center;flex-shrink:0;width:39px;font-size:.77rem}.fv-input-wrap input,.fv-input-wrap textarea{color:#111827;background:0 0;border:0;outline:0;width:100%;font-family:inherit;font-size:.74rem}.fv-input-wrap input{height:43px;padding-right:11px}.fv-textarea-wrap{align-items:flex-start}.fv-textarea-wrap>i{padding-top:15px}.fv-input-wrap textarea{resize:vertical;min-height:88px;padding:13px 12px 12px 0}.fv-delivery-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.fv-delivery-option{color:#111827;text-align:left;background:#fff;border:1px solid #d7d9dd;border-radius:8px;grid-template-columns:20px 34px minmax(0,1fr);align-items:center;gap:8px;min-height:64px;padding:9px 11px;transition:all .18s;display:grid}.fv-delivery-option.selected{border:2px solid var(--fv-orange);background:#fff6f1}.fv-delivery-radio{color:#fff;border:1px solid #cbd0d6;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;font-size:.52rem;display:flex}.fv-delivery-option.selected .fv-delivery-radio{border-color:var(--fv-orange);background:var(--fv-orange)}.fv-delivery-location{color:#a6aab1;background:#f3f4f6;border-radius:7px;justify-content:center;align-items:center;width:31px;height:31px;display:flex}.fv-delivery-option.selected .fv-delivery-location{color:var(--fv-orange);background:#ffe8dc}.fv-delivery-option strong,.fv-delivery-option small,.fv-delivery-option em{display:block}.fv-delivery-option strong{font-size:.72rem}.fv-delivery-option small{color:#a0a6b0;margin-top:1px;font-size:.53rem}.fv-delivery-option em{color:var(--fv-orange);margin-top:3px;font-size:.55rem;font-style:normal;font-weight:650}.fv-confirm-row{color:#566071;border-top:1px solid #e8eaed;align-items:center;gap:8px;margin-top:2px;padding-top:12px;font-size:.66rem;display:flex}.fv-confirm-check{color:#fff;background:#fff;border:1px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.5rem;display:flex}.fv-confirm-check.checked{border-color:var(--fv-orange);background:var(--fv-orange)}.fv-checkout-sidebar{flex-direction:column;gap:18px;display:flex}.fv-mini-title{color:#111827;border-bottom:1px solid #ececef;padding:13px 15px 12px 24px;font-size:.73rem;font-weight:700;position:relative}.fv-mini-title:before{content:"";background:var(--fv-orange);width:2px;position:absolute;top:11px;bottom:11px;left:14px}.fv-review-product{grid-template-columns:54px minmax(0,1fr) 30px;align-items:center;gap:10px;padding:12px 14px;display:grid}.fv-review-image{color:#c3c7cc;border:1px solid #e1e3e6;border-radius:5px;justify-content:center;align-items:center;width:54px;height:54px;display:flex;overflow:hidden}.fv-review-image img{object-fit:contain;width:100%;height:100%}.fv-review-product-info{min-width:0}.fv-review-product-info>strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:.67rem;font-weight:650;display:block;overflow:hidden}.fv-review-product-info>small{color:#99a1ad;margin-top:2px;font-size:.54rem;display:block}.fv-review-bottom{align-items:center;gap:8px;margin-top:7px;display:flex}.fv-quantity-control{border:1px solid #e0e2e5;border-radius:7px;grid-template-columns:28px 32px 28px;height:29px;display:inline-grid;overflow:hidden}.fv-quantity-control button{color:#9ca3af;background:#fafafa;border:0}.fv-quantity-control span{border-left:1px solid #e0e2e5;border-right:1px solid #e0e2e5;justify-content:center;align-items:center;font-size:.63rem;display:flex}.fv-review-price{color:#d84c00;font-size:.68rem}.fv-remove-checkout-item{color:#fff;background:#f34f4f;border:0;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.65rem;display:flex}.fv-coupon-form{gap:8px;padding:13px;display:flex}.fv-coupon-form input{border:1px solid #d6d9df;border-radius:6px;outline:none;flex:1;min-width:0;height:39px;padding:0 11px;font-size:.7rem}.fv-coupon-form input:focus{border-color:var(--fv-orange)}.fv-coupon-form button{background:var(--fv-orange);color:#fff;border:0;border-radius:6px;min-width:78px;font-size:.67rem;font-weight:700}.fv-applied-coupon{justify-content:space-between;align-items:center;padding:13px;display:flex}.fv-applied-coupon>div{align-items:center;gap:9px;display:flex}.fv-applied-coupon>div>i{color:var(--fv-orange)}.fv-applied-coupon span{flex-direction:column;display:flex}.fv-applied-coupon strong{color:var(--fv-text);font-size:.72rem}.fv-applied-coupon small{color:var(--fv-green);font-size:.57rem}.fv-applied-coupon button{color:#ef4444;background:0 0;border:0;font-size:.63rem}.fv-payment-option{border:1px solid #dfe2e7;border-radius:8px;grid-template-columns:34px minmax(0,1fr) 22px;align-items:center;gap:9px;margin:10px 13px 13px;padding:10px;display:grid}.fv-payment-option.selected{border:1.5px solid var(--fv-orange);background:#fff8f4}.fv-payment-icon{width:32px;height:32px;color:var(--fv-orange);background:#fff;border-radius:6px;justify-content:center;align-items:center;display:flex}.fv-payment-option strong,.fv-payment-option small{display:block}.fv-payment-option strong{font-size:.68rem}.fv-payment-option small{color:#a2a8b2;margin-top:2px;font-size:.53rem}.fv-payment-check{background:var(--fv-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.52rem;display:flex}.fv-total-card{padding:14px}.fv-total-card>div{color:#667085;border-bottom:1px dashed #dedfe3;justify-content:space-between;align-items:center;min-height:34px;font-size:.66rem;display:flex}.fv-total-card>div strong{color:#111827}.fv-total-card .fv-discount-line strong{color:var(--fv-green)}.fv-total-card .fv-total-final{color:#111827;border-bottom:0;font-weight:700}.fv-total-final strong{font-size:.9rem;color:var(--fv-orange)!important}.fv-place-order-btn{background:var(--fv-orange);color:#fff;border:0;border-radius:8px;justify-content:space-between;align-items:center;min-height:49px;padding:0 16px;font-size:.67rem;font-weight:700;display:flex;box-shadow:0 10px 24px #ff620d30}.fv-place-order-btn:hover{background:var(--fv-orange-dark)}.fv-place-order-btn span{align-items:center;gap:7px;display:flex}.fv-place-order-btn strong{border-left:1px solid #ffffff59;padding-left:16px}.fv-order-success-page{background:#f6f7f8;justify-content:center;align-items:flex-start;min-height:700px;padding:55px 20px;display:flex}.fv-success-card{width:100%;max-width:680px;box-shadow:var(--fv-shadow);text-align:center;background:#fff;border:1px solid #e1e4e8;border-radius:16px;padding:32px}.fv-success-icon{color:#16a34a;background:#ecfdf3;border-radius:50%;justify-content:center;align-items:center;width:66px;height:66px;margin:0 auto 13px;font-size:1.55rem;display:flex}.fv-success-label{color:var(--fv-green);letter-spacing:1px;font-size:.62rem;font-weight:800}.fv-success-card h1{color:#111827;margin:6px 0;font-size:1.8rem}.fv-success-message{color:#7d8795;margin:0;font-size:.78rem}.fv-success-order-number{color:#7c8795;background:#fff4ed;border-radius:8px;justify-content:space-between;align-items:center;margin:22px 0 16px;padding:13px 15px;font-size:.7rem;display:flex}.fv-success-order-number strong{color:var(--fv-orange)}.fv-success-items{border:1px solid #eceef0;border-radius:10px;overflow:hidden}.fv-success-item{text-align:left;border-bottom:1px solid #eceef0;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px;display:grid}.fv-success-item:last-child{border-bottom:0}.fv-success-item-image{border:1px solid #eceef0;border-radius:6px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.fv-success-item-image img{object-fit:contain;width:100%;height:100%}.fv-success-item>div:nth-child(2){flex-direction:column;gap:2px;display:flex}.fv-success-item strong{color:#111827;font-size:.7rem}.fv-success-item small,.fv-success-item span{color:#8e97a5;font-size:.58rem}.fv-success-summary{border:1px solid #eceef0;border-radius:10px;margin-top:15px;padding:11px 15px}.fv-success-summary>div{color:#7f8896;justify-content:space-between;align-items:center;min-height:31px;font-size:.67rem;display:flex}.fv-success-total{border-top:1px dashed #d9dde2;margin-top:5px;padding-top:8px;font-weight:700;color:#111827!important}.fv-success-total strong{color:var(--fv-orange);font-size:.9rem}.fv-success-delivery,.fv-success-payment{text-align:left;background:#f8fafc;border-radius:9px;align-items:flex-start;gap:11px;margin-top:15px;padding:13px;display:flex}.fv-success-delivery>i,.fv-success-payment>i{color:var(--fv-orange);margin-top:2px}.fv-success-delivery div{flex-direction:column;display:flex}.fv-success-delivery strong{font-size:.7rem}.fv-success-delivery span,.fv-success-delivery p,.fv-success-payment{color:#7f8996;font-size:.61rem}.fv-success-delivery p{margin:3px 0 0}.fv-success-actions{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px;display:grid}.fv-success-actions a{border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:43px;font-size:.7rem;font-weight:700;display:flex}.fv-success-outline{border:1px solid var(--fv-orange);color:var(--fv-orange)}.fv-success-primary{border:1px solid var(--fv-orange);background:var(--fv-orange);color:#fff}@media (max-width:1250px){.fv-product-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1000px){.fv-product-grid{grid-template-columns:repeat(3,1fr)}.fv-checkout-grid{grid-template-columns:1fr}.fv-checkout-sidebar{grid-template-columns:repeat(2,1fr);display:grid}.fv-place-order-btn{grid-column:1/-1}}@media (max-width:720px){.fv-shop-container,.fv-checkout-container{width:calc(100% - 24px)}.fv-product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.fv-product-image-area{height:190px;padding:12px}.fv-field-grid,.fv-delivery-options,.fv-checkout-sidebar{grid-template-columns:1fr}.fv-delivery-card{padding:15px}.fv-success-card{padding:22px 15px}}@media (max-width:420px){.fv-product-grid{gap:7px}.fv-product-image-area{height:155px}.fv-product-body{padding:10px 7px 7px}.fv-product-body h3{font-size:.75rem}.fv-product-price strong{font-size:.87rem}.fv-buy-now-btn{min-height:37px;font-size:.68rem}.fv-success-actions{grid-template-columns:1fr}}.fv-global-toast{z-index:5000;color:#fff;background:#222;border-radius:5px;grid-template-columns:28px 1fr 24px;align-items:center;gap:8px;min-width:280px;max-width:min(500px,100vw - 32px);min-height:46px;padding:9px 10px;font-size:12px;display:grid;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000038}.fv-global-toast.success{background:#202020}.fv-global-toast.error{background:#b42318}.fv-global-toast.warning{background:#9a5b13}.fv-global-toast-icon{background:#ffffff1f;border-radius:50%;place-items:center;width:27px;height:27px;display:grid}.fv-global-toast button{color:#fff;cursor:pointer;background:0 0;border:0;width:24px;height:24px;font-size:18px}@media (max-width:720px){.fv-global-toast{width:calc(100% - 28px);min-width:0;font-size:11px;bottom:76px}}.fv-account-page{color:#252b33;background:#f5f5f5;min-height:660px;padding:22px 0 50px}.fv-account-container{width:min(980px,100% - 32px);margin-inline:auto}.fv-account-page-title{margin-bottom:12px}.fv-account-page-title>span{color:#f85606;letter-spacing:.07em;font-size:9px;font-weight:800}.fv-account-page-title h1{color:#191f27;margin:4px 0 0;font-size:26px;font-weight:600;line-height:1.2}.fv-account-profile-card{background:#fff;border:1px solid #e1e4e8;justify-content:space-between;align-items:center;gap:20px;min-height:130px;padding:20px;display:flex}.fv-account-profile-main{align-items:center;gap:13px;min-width:0;display:flex}.fv-account-avatar{color:#f85606;background:#fff1e9;border-radius:50%;flex:0 0 64px;place-items:center;width:64px;height:64px;font-size:25px;display:grid;overflow:hidden}.fv-account-avatar img{object-fit:cover;width:100%;height:100%}.fv-account-profile-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.fv-account-profile-copy>span{color:#8a9099;font-size:10px}.fv-account-profile-copy>strong{color:#262c35;font-size:18px;font-weight:600}.fv-account-profile-copy>small{color:#858c96;max-width:500px;font-size:10px;line-height:1.5}.fv-account-profile-action{color:#f85606;border:1px solid #f85606;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:10px;display:inline-flex}.fv-account-auth-buttons{gap:8px;display:flex}.fv-account-auth-buttons a{color:#f85606;border:1px solid #f85606;justify-content:center;align-items:center;min-width:95px;min-height:39px;font-size:10px;font-weight:700;display:inline-flex}.fv-account-auth-buttons a.primary{color:#fff;background:#f85606}.fv-account-section{background:#fff;border:1px solid #e1e4e8;margin-top:13px}.fv-account-section-head{border-bottom:1px solid #eceef0;justify-content:space-between;align-items:center;min-height:50px;padding:0 17px;display:flex}.fv-account-section-head h2{color:#282e36;margin:0;font-size:15px;font-weight:600}.fv-account-section-head a{color:#f85606;align-items:center;gap:5px;font-size:9px;display:inline-flex}.fv-account-order-shortcuts{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.fv-account-order-shortcuts a{color:#4f5660;border-right:1px solid #eef0f2;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:105px;display:flex}.fv-account-order-shortcuts a:last-child{border-right:0}.fv-account-order-icon{color:#f85606;place-items:center;width:42px;height:42px;font-size:21px;display:grid;position:relative}.fv-account-order-icon b{color:#fff;background:#f85606;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:8px;display:inline-flex;position:absolute;top:-3px;right:-5px}.fv-account-order-shortcuts small{font-size:10px}.fv-account-menu a{color:#323842;border-bottom:1px solid #eef0f2;grid-template-columns:40px minmax(0,1fr) 20px;align-items:center;gap:9px;min-height:62px;padding:7px 16px;display:grid}.fv-account-menu a:last-child{border-bottom:0}.fv-account-menu-icon{color:#f85606;background:#fff3ec;border-radius:50%;place-items:center;width:38px;height:38px;font-size:15px;display:grid}.fv-account-menu-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.fv-account-menu-copy strong{font-size:11px;font-weight:550}.fv-account-menu-copy small{color:#9197a0;font-size:8px}.fv-account-menu a>i{color:#b5bac1;font-size:9px}.fv-account-seller-card{background:#fff8f4;border:1px solid #ffd4bf;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:78px;margin-top:13px;padding:12px 16px;display:grid}.fv-account-seller-card>span{color:#f85606;background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;font-size:18px;display:grid}.fv-account-seller-card>div{flex-direction:column;gap:3px;display:flex}.fv-account-seller-card strong{font-size:11px}.fv-account-seller-card small{color:#8d939c;font-size:8px}.fv-account-seller-card>a{color:#f85606;align-items:center;gap:5px;font-size:9px;font-weight:700;display:flex}.fv-account-logout{color:#dc2626;background:#fff;border:1px solid #e3e6ea;justify-content:center;align-items:center;gap:7px;min-height:45px;margin-top:13px;font-size:10px;font-weight:600;display:flex}.fv-account-loading,.fv-account-error{color:#838a94;background:#fff;justify-content:center;align-items:center;gap:8px;min-height:380px;font-size:11px;display:flex}.fv-account-loading i{color:#f85606}.fv-account-error{color:#b42318;min-height:100px}@media (max-width:767px){.fv-account-page{background:#f5f6f8;min-height:calc(100dvh - 130px);padding:0 0 90px}.fv-account-container{width:100%;margin:0}.fv-account-page-title{background:#fff;border-bottom:1px solid #eee;align-items:center;min-height:55px;margin:0;padding:0 14px;display:flex}.fv-account-page-title>span{display:none}.fv-account-page-title h1{margin:0;font-size:16px;font-weight:500}.fv-account-profile-card{border:0;border-bottom:8px solid #f5f6f8;min-height:auto;padding:15px 13px;display:block}.fv-account-avatar{flex-basis:52px;width:52px;height:52px;font-size:21px}.fv-account-profile-copy>strong{font-size:15px}.fv-account-profile-copy>small{font-size:9px}.fv-account-auth-buttons{margin-top:13px}.fv-account-auth-buttons a{flex:1;min-height:40px}.fv-account-profile-action{border:0;border-top:1px solid #eee;justify-content:space-between;width:100%;min-height:38px;margin-top:12px;padding:10px 0 0}.fv-account-section{border:0;border-bottom:8px solid #f5f6f8;margin:0}.fv-account-section-head{min-height:44px;padding:0 13px}.fv-account-section-head h2{font-size:13px}.fv-account-order-shortcuts a{gap:4px;min-height:88px}.fv-account-order-icon{width:36px;height:36px;font-size:19px}.fv-account-order-shortcuts small{font-size:9px}.fv-account-menu a{min-height:58px;padding:6px 13px}.fv-account-menu-icon{width:36px;height:36px}.fv-account-seller-card{border:0;border-bottom:8px solid #f5f6f8;margin:0}.fv-account-logout{border:0;min-height:52px;margin:0}.fv-account-loading{min-height:350px}}@media (max-width:360px){.fv-account-order-shortcuts small{font-size:8px}.fv-account-menu-copy strong{font-size:10px}}.fv-account-blocked{flex-direction:column;justify-content:center;max-width:520px;min-height:420px;padding:48px 0 72px;display:flex}.fv-account-blocked>span{color:#f85606;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.fv-account-blocked h1{color:#191f27;margin:10px 0 12px;font-size:28px;line-height:1.2}.fv-account-blocked p{color:#5c6570;margin:0 0 28px;font-size:15px;line-height:1.55}.fv-account-blocked-actions{flex-wrap:wrap;gap:10px;display:flex}.fv-account-blocked-actions a{color:#fff;background:#f85606;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.fv-account-blocked-actions a.fv-account-blocked-ghost{color:#252b33;background:#fff;border:1px solid #d9dde3}.fv-flash-card{color:#212121;background:#fff;min-width:0;transition:transform .2s,background .2s,box-shadow .2s}.fv-flash-card:hover{z-index:2;background:#fff8f4;position:relative;transform:translateY(-2px);box-shadow:inset 0 0 0 2px #ff5a00,0 8px 22px #ff5a001f}.fv-flash-card-image{background:#fff;justify-content:center;align-items:center;width:100%;height:190px;display:flex;overflow:hidden}.fv-flash-card-image img{object-fit:contain;width:100%;height:100%}.fv-flash-card-image>span{color:#c2c7ce;background:#fafafa;place-items:center;width:100%;height:100%;font-size:30px;display:grid}.fv-flash-card-body{padding:8px 9px 12px}.fv-flash-card-title{color:#171717;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:38px;font-size:13px;font-weight:400;line-height:1.38;display:-webkit-box;overflow:hidden}.fv-flash-card-title:hover{color:#f85606}.fv-flash-card-price{color:#f85606;margin-top:5px;font-size:18px;font-weight:400;line-height:1.15}.fv-flash-card-old-price{color:#8d8d8d;align-items:center;gap:5px;min-height:20px;margin-top:2px;font-size:10px;display:flex}.fv-flash-card-old-price del{color:#989898}.fv-flash-card-old-price span{color:#555}@media (max-width:900px){.fv-flash-card-image{height:175px}}@media (max-width:720px){.fv-flash-card-image{height:145px}.fv-flash-card-body{padding:7px 7px 10px}.fv-flash-card-title{min-height:34px;font-size:11px}.fv-flash-card-price{font-size:15px}.fv-flash-card-old-price{font-size:9px}}.fv-jfy-card{color:#212121;background:#fff;border:2px solid #0000;border-radius:4px;min-width:0;transition:transform .2s,border-color .2s,background .2s,box-shadow .2s}.fv-jfy-card:hover{z-index:2;background:#fff8f4;border-color:#ff5a00;position:relative;transform:translateY(-2px);box-shadow:0 8px 22px #ff5a0024}.fv-jfy-card-image{background:#fff;justify-content:center;align-items:center;width:100%;height:190px;display:flex;position:relative;overflow:hidden}.fv-jfy-sale-badge{z-index:1;color:#fff;letter-spacing:.02em;background:#16a34a;border-radius:2px;padding:2px 6px;font-size:9px;font-weight:700;line-height:1.3;position:absolute;bottom:6px;left:6px}.fv-jfy-card-image img{object-fit:contain;width:100%;height:100%}.fv-jfy-card-image>span{color:#c4c8cd;background:#fafafa;place-items:center;width:100%;height:100%;font-size:30px;display:grid}.fv-jfy-card-body{padding:7px 8px 10px}.fv-jfy-card-title{color:#151515;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:38px;font-size:13px;font-weight:400;line-height:1.38;display:-webkit-box;overflow:hidden}.fv-jfy-card-title:hover{color:#f85606}.fv-jfy-flag{vertical-align:1px;border-radius:1px;margin-right:5px;padding:1px 3px;font-size:8px;line-height:1.4;display:inline-block}.fv-jfy-price{color:#f85606;margin-top:4px;font-size:17px;font-weight:400;line-height:1.1}.fv-jfy-discount-row{color:#919191;align-items:center;gap:5px;min-height:17px;margin-top:2px;font-size:9px;display:flex}.fv-jfy-discount-row del{color:#a1a1a1}.fv-jfy-discount-row span{color:#666}.fv-jfy-rating-row{align-items:center;gap:3px;min-height:18px;margin-top:3px;display:flex}.fv-jfy-stars{color:#f8b530;display:inline-flex}.fv-jfy-stars i{font-size:9px}.fv-jfy-rating-row small{color:#9b9b9b;font-size:8px}@media (max-width:1050px){.fv-jfy-card-image{height:175px}}@media (max-width:720px){.fv-jfy-card-image{height:155px}.fv-jfy-card-body{padding:6px 6px 9px}.fv-jfy-card-title{min-height:34px;font-size:11px}.fv-jfy-price{font-size:15px}}.fv-jfy-section{background:#f5f5f5;padding:20px 0 34px}.fv-jfy-container{width:min(1190px,100% - 32px);margin-inline:auto}.fv-jfy-container>h2{color:#343434;margin:0 0 9px;font-size:23px;font-weight:400;line-height:1.25}.fv-jfy-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 10px;display:grid}.fv-jfy-loading{color:#858585;background:#fff;justify-content:center;align-items:center;gap:8px;min-height:300px;font-size:12px;display:flex}.fv-jfy-loading i{color:#f85606}.fv-jfy-error{color:#b42318;background:#fff1f2;border:1px solid #fecaca;justify-content:center;align-items:center;gap:8px;min-height:100px;padding:15px;font-size:11px;display:flex}.fv-jfy-error button{color:#b42318;background:#fff;border:1px solid #b42318;min-height:30px;padding:0 10px}.fv-jfy-load-more-error{color:#b42318;text-align:center;flex-direction:column;align-items:center;gap:8px;margin-top:16px;font-size:12px;display:flex}.fv-jfy-retry-inline{color:#b42318;cursor:pointer;background:#fff;border:1px solid #b42318;min-height:32px;padding:0 12px;font-size:12px;font-weight:600}.fv-jfy-infinite-sentinel{justify-content:center;align-items:center;min-height:48px;padding-top:28px;display:flex}.fv-jfy-infinite-loading{color:#78716c;align-items:center;gap:8px;font-size:12px;font-weight:600;display:inline-flex}@media (max-width:1050px){.fv-jfy-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:760px){.fv-jfy-section{padding:14px 0 95px}.fv-jfy-container{width:100%;padding:0 10px}.fv-jfy-container>h2{font-size:18px}.fv-jfy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fv-jfy-infinite-sentinel{padding-top:18px}}.fv-cart-item-row{background:#fff;border-top:1px solid #e6e8eb;grid-template-columns:30px 90px minmax(0,1fr) 70px;align-items:start;gap:8px;min-height:116px;padding:12px;transition:background .2s,box-shadow .2s;display:grid}.fv-cart-item-row:hover{background:#fafbfd;box-shadow:inset 3px 0 #ff5a00}.fv-cart-item-row.unavailable{opacity:.6}.fv-cart-checkbox{flex-shrink:0;place-items:center;padding-top:28px;display:grid}.fv-cart-item-image{color:#c1c5cb;background:#f8f9fc;border-radius:4px;place-items:center;width:80px;height:80px;margin-top:4px;transition:transform .25s;display:grid;overflow:hidden}.fv-cart-item-row:hover .fv-cart-item-image{transform:scale(1.03)}.fv-cart-item-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.fv-cart-item-row:hover .fv-cart-item-image img{transform:scale(1.05)}.fv-cart-item-body{flex-direction:column;gap:4px;min-width:0;display:flex}.fv-cart-item-title{color:#212121;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:400;line-height:1.35;text-decoration:none;transition:color .2s;display:-webkit-box;overflow:hidden}.fv-cart-item-title:hover{color:#ff5a00}.fv-cart-sale-badge{color:#fff;letter-spacing:.02em;vertical-align:1px;white-space:nowrap;background:#1a9f4b;border-radius:2px;margin-right:6px;padding:1px 5px;font-size:9px;font-weight:700;line-height:1.4;display:inline-block}.fv-cart-item-meta{color:#9e9e9e;white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.35;display:block;overflow:hidden}.fv-cart-stock-warn{color:#e53935;font-size:11px;font-weight:500;line-height:1.3;display:block}.fv-cart-unavailable{color:#dc2626;font-size:11px;display:block}.fv-cart-item-foot{justify-content:space-between;align-items:flex-end;gap:10px;margin-top:6px;display:flex}.fv-cart-item-price{flex-direction:column;gap:2px;min-width:0;display:flex}.fv-cart-item-price strong{color:#f57295;font-size:16px;font-weight:700;line-height:1.2}.fv-cart-item-price del{color:#9e9e9e;font-size:12px;font-weight:400;line-height:1.2}.fv-cart-item-quantity{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:3px;flex-shrink:0;grid-template-columns:28px 34px 28px;height:28px;display:grid;overflow:hidden}.fv-cart-item-quantity button,.fv-cart-item-quantity span{color:#757575;cursor:pointer;background:0 0;border:0;place-items:center;font-size:14px;line-height:1;transition:background .2s,color .2s;display:grid}.fv-cart-item-quantity button:hover:not(:disabled){color:#212121;background:#eee}.fv-cart-item-quantity button:disabled{opacity:.35;cursor:not-allowed}.fv-cart-item-quantity span{color:#212121;background:#fff;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;font-size:12px;font-weight:600}.fv-cart-item-actions{align-self:center;gap:10px;display:flex}.fv-cart-item-actions button{color:#9ca2aa;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:32px;height:32px;font-size:16px;transition:color .2s,background .2s,transform .2s;display:grid}.fv-cart-item-actions button:hover:not(:disabled){color:#ff5a00;background:#fff3eb;transform:scale(1.08)}.fv-cart-item-actions button:active:not(:disabled){transform:scale(.94)}@media (max-width:850px){.fv-cart-item-row{border-top:1px solid #f0f0f0;grid-template-columns:22px 78px minmax(0,1fr);gap:8px;min-height:0;padding:12px 10px 14px}.fv-cart-item-row:hover{box-shadow:none;background:#fff}.fv-cart-checkbox{align-self:start;justify-items:start;width:22px;padding-top:30px}.fv-cart-checkbox input{border-radius:2px;width:18px;height:18px}.fv-cart-item-image{border-radius:2px;width:78px;height:78px;margin-top:0}.fv-cart-item-row:hover .fv-cart-item-image,.fv-cart-item-row:hover .fv-cart-item-image img{transform:none}.fv-cart-item-title{color:#212121;font-size:13px}.fv-cart-sale-badge{background:#16a34a;padding:1px 4px;font-size:9px}.fv-cart-item-meta{color:#9e9e9e;font-size:11px}.fv-cart-item-price strong{color:#f06292;font-size:15px}.fv-cart-item-price del{font-size:11px}.fv-cart-item-quantity{background:#f2f2f2;border-radius:2px;grid-template-columns:26px 32px 26px;height:26px}.fv-cart-item-actions{display:none}}@media (prefers-reduced-motion:reduce){.fv-cart-item-row:hover .fv-cart-item-image,.fv-cart-item-row:hover .fv-cart-item-image img,.fv-cart-item-actions button:hover:not(:disabled){transform:none}}.fv-cart-vendor-group{background:#fff;border:1px solid #e5eaf3;border-top:0;margin-top:0;animation:.4s both fv-cart-group-in}@keyframes fv-cart-group-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fv-cart-vendor-head{color:#212121;border-bottom:1px solid #f0f2f5;align-items:center;gap:8px;min-height:44px;padding:0 12px;font-size:13px;display:flex}.fv-cart-vendor-head .fv-cart-checkbox{justify-items:start;width:22px;padding-top:0}.fv-cart-vendor-name{color:#212121;align-items:center;gap:7px;min-width:0;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.fv-cart-vendor-name>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.fv-cart-vendor-name>.fa-store{color:#757575;font-size:13px}.fv-cart-vendor-name>.fa-chevron-right{color:#bdbdbd;flex-shrink:0;font-size:10px}@media (max-width:850px){.fv-cart-vendor-group{box-shadow:none;border:0;border-radius:0;margin-top:8px}.fv-cart-vendor-group+.fv-cart-vendor-group{margin-top:8px}.fv-cart-vendor-head{border-bottom:1px solid #f0f0f0;gap:8px;min-height:42px;padding:0 10px}.fv-cart-vendor-head .fv-cart-checkbox{width:22px}.fv-cart-vendor-name{font-size:13px;font-weight:600}}@media (prefers-reduced-motion:reduce){.fv-cart-vendor-group{animation:none}}.fv-cart-summary{background:#fff;border:1px solid #e5eaf3;border-radius:10px;padding:18px 14px;animation:.5s .14s both fv-cart-summary-in;box-shadow:0 4px 18px #0f17480f}@keyframes fv-cart-summary-in{0%{opacity:0}to{opacity:1}}.fv-cart-summary h2{color:#0f1748;margin:0 0 18px;font-size:18px;font-weight:600}.fv-cart-summary-line{color:#6d737d;justify-content:space-between;align-items:center;min-height:35px;font-size:11px;transition:color .2s;display:flex}.fv-cart-summary-line strong{color:#111;font-weight:500}.fv-cart-voucher{grid-template-columns:1fr 105px;gap:8px;margin:20px 13px 17px;display:grid}.fv-cart-voucher input{border:1px solid #d9dde2;border-radius:6px;outline:0;min-width:0;height:41px;padding:0 10px;font-size:11px;transition:border-color .2s,box-shadow .2s}.fv-cart-voucher input:focus{border-color:#ff5a00;box-shadow:0 0 0 3px #ff5a001f}.fv-cart-voucher button{color:#fff;cursor:pointer;background:#2aa8cf;border:0;border-radius:6px;font-size:11px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.fv-cart-voucher button:hover:not(:disabled){background:#2298bd;transform:translateY(-1px);box-shadow:0 4px 12px #2aa8cf4d}.fv-cart-voucher button:active:not(:disabled){transform:scale(.97)}.fv-cart-coupon-success{color:#059669;margin:-8px 13px 10px;font-size:10px}.fv-cart-summary-line.total{color:#111;border-top:1px dashed #e5eaf3;margin-top:8px;padding-top:8px}.fv-cart-summary-line.total strong{color:#ff5a00;font-size:17px;font-weight:700}.fv-cart-checkout-btn{color:#fff;letter-spacing:.04em;cursor:pointer;background:linear-gradient(135deg,#ff5a00 0%,#f57224 100%);border:0;border-radius:8px;width:100%;min-height:44px;margin-top:16px;font-size:12px;font-weight:700;transition:background .25s,transform .2s,box-shadow .25s}.fv-cart-checkout-btn:hover:not(:disabled){background:linear-gradient(135deg,#e94c00 0%,#e8651a 100%);transform:translateY(-2px);box-shadow:0 10px 24px #ff5a0052}.fv-cart-checkout-btn:active:not(:disabled){transform:scale(.98)}.fv-cart-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.fv-cart-mobile-bar{display:none}@media (max-width:850px){.fv-cart-summary{display:none}.fv-cart-mobile-bar{z-index:200;min-height:52px;padding:6px 10px calc(6px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e8e8e8;justify-content:space-between;align-items:center;gap:10px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -1px 8px #0000000f}.fv-cart-mobile-bar-all{color:#212121;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:6px;font-size:13px;display:inline-flex}.fv-cart-mobile-bar-all input{width:18px;height:18px;margin:0}.fv-cart-mobile-bar-end{justify-content:flex-end;align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex}.fv-cart-mobile-bar-totals{text-align:right;min-width:0;line-height:1.25}.fv-cart-mobile-bar-subtotal{color:#212121;white-space:nowrap;font-size:13px}.fv-cart-mobile-bar-subtotal strong{color:#f06292;font-weight:700}.fv-cart-mobile-bar-ship{color:#9e9e9e;white-space:nowrap;margin-top:2px;font-size:11px}.fv-cart-mobile-checkout{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6a00;border:0;border-radius:2px;flex:none;min-width:126px;height:40px;padding:0 16px;font-size:14px;font-weight:700}.fv-cart-mobile-checkout:disabled{opacity:.55;cursor:not-allowed}.fv-cart-mobile-checkout:active:not(:disabled){transform:scale(.98)}}@media (prefers-reduced-motion:reduce){.fv-cart-summary{animation:none}.fv-cart-checkout-btn:hover:not(:disabled),.fv-cart-voucher button:hover:not(:disabled){transform:none}}.fv-wishlist-modal-backdrop{z-index:3500;background:#00000038;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.fv-wishlist-modal{background:#fff;width:min(390px,100%);padding:17px;box-shadow:0 7px 25px #0000002e}.fv-wishlist-modal-head{justify-content:space-between;align-items:center;display:flex}.fv-wishlist-modal-head h3{color:#353a44;margin:0;font-size:17px;font-weight:500}.fv-wishlist-modal-head button{color:#a0a5ac;background:0 0;border:0;font-size:26px}.fv-wishlist-modal>p{color:#4d525b;margin:15px 0 28px;font-size:12px;line-height:1.7}.fv-wishlist-modal-actions{justify-content:flex-end;gap:7px;display:flex}.fv-wishlist-modal-actions button{border:1px solid #d9dde2;min-width:98px;min-height:40px;font-size:11px}.fv-wishlist-modal-actions .cancel{color:#667085;background:#f4f5f7}.fv-wishlist-modal-actions .move{color:#fff;background:#25afd7;border-color:#25afd7}.fv-cart-page{background:#f1f2f6;min-height:630px;padding:16px 0 60px;animation:.45s both fv-cart-page-in}@keyframes fv-cart-page-in{0%{opacity:0}to{opacity:1}}.fv-cart-mobile-top,.fv-cart-mobile-voucher,.fv-cart-mobile-coupon-ok{display:none}.fv-cart-container{width:min(1190px,100% - 32px);margin-inline:auto}.fv-cart-layout{grid-template-columns:minmax(0,1fr) 390px;gap:12px;animation:.5s 80ms both fv-cart-layout-in;display:grid}@keyframes fv-cart-layout-in{0%{opacity:0}to{opacity:1}}.fv-cart-main{min-width:0}.fv-cart-select-head{color:#69707a;background:#fff;border:1px solid #e5eaf3;border-radius:10px 10px 0 0;justify-content:space-between;align-items:center;min-height:44px;padding:0 14px;font-size:10px;display:flex;box-shadow:0 1px 4px #0f174808}.fv-cart-select-head label{cursor:pointer;align-items:center;gap:14px;transition:color .2s;display:flex}.fv-cart-select-head label:hover{color:#444b55}.fv-cart-select-head input{cursor:pointer}.fv-cart-page .fv-cart-checkbox input,.fv-cart-page .fv-cart-mobile-bar-all input,.fv-cart-page .fv-cart-select-head input{appearance:none;box-sizing:border-box;cursor:pointer;background:#fff;border:1.5px solid #cfcfcf;border-radius:2px;flex-shrink:0;width:18px;height:18px;margin:0;transition:border-color .15s,background .15s,box-shadow .15s;position:relative}.fv-cart-page .fv-cart-checkbox input:hover,.fv-cart-page .fv-cart-mobile-bar-all input:hover,.fv-cart-page .fv-cart-select-head input:hover{border-color:#bdbdbd}.fv-cart-page .fv-cart-checkbox input:focus-visible,.fv-cart-page .fv-cart-mobile-bar-all input:focus-visible,.fv-cart-page .fv-cart-select-head input:focus-visible{outline:0;box-shadow:0 0 0 2px #ff6a0038}.fv-cart-page .fv-cart-checkbox input:checked,.fv-cart-page .fv-cart-mobile-bar-all input:checked,.fv-cart-page .fv-cart-select-head input:checked{background:#ff6a00;border-color:#ff6a00}.fv-cart-page .fv-cart-checkbox input:checked:after,.fv-cart-page .fv-cart-mobile-bar-all input:checked:after,.fv-cart-page .fv-cart-select-head input:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.fv-cart-page .fv-cart-checkbox input:disabled,.fv-cart-page .fv-cart-mobile-bar-all input:disabled,.fv-cart-page .fv-cart-select-head input:disabled{opacity:.4;cursor:not-allowed;background:#f5f5f5}.fv-cart-select-head button{color:#717780;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:5px;padding:6px 10px;font-size:10px;font-weight:600;transition:color .2s,background .2s,transform .2s;display:inline-flex}.fv-cart-select-head button i{color:#ff5a00;transition:transform .2s}.fv-cart-select-head button:hover:not(:disabled){color:#dc2626;background:#fef2f2}.fv-cart-select-head button:hover:not(:disabled) i{transform:scale(1.12)}.fv-cart-select-head button:active:not(:disabled){transform:scale(.97)}.fv-cart-select-head button:disabled{opacity:.45;cursor:not-allowed}.fv-cart-empty{color:#8c929a;background:#fff;border:1px solid #e5eaf3;border-radius:0 0 10px 10px;align-content:center;place-items:center;gap:12px;min-height:280px;margin-top:12px;padding:32px 20px;animation:.55s both fv-cart-empty-in;display:grid}@keyframes fv-cart-empty-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.fv-cart-empty i{color:#d4d8dd;font-size:48px;animation:2.2s ease-in-out infinite fv-cart-empty-bounce}@keyframes fv-cart-empty-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.fv-cart-empty h2{color:#24272d;margin:0;font-size:16px;font-weight:600}.fv-cart-empty button{color:#fff;cursor:pointer;background:#ff5a00;border:0;border-radius:8px;min-height:40px;padding:0 20px;font-size:12px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.fv-cart-empty button:hover{background:#e94c00;transform:translateY(-2px);box-shadow:0 8px 20px #ff5a0047}.fv-cart-empty button:active{transform:scale(.97)}.fv-cart-loading{color:#777d86;background:#f1f2f6;justify-content:center;align-items:center;gap:10px;min-height:500px;font-size:14px;display:flex}.fv-cart-loading i{color:#ff5a00}.fv-cart-jfy{margin-top:18px}.fv-cart-jfy .fv-jfy-section{background:0 0;padding:12px 0 24px}.fv-cart-jfy .fv-jfy-container{width:100%}@media (max-width:900px){.fv-cart-layout{grid-template-columns:minmax(0,1fr) 330px}}@media (max-width:850px){.fv-cart-page{padding:0 0 calc(72px + env(safe-area-inset-bottom,0px));background:#f5f5f5}.fv-cart-mobile-top{z-index:40;background:#fff;border-bottom:1px solid #eee;grid-template-columns:40px 1fr 40px;align-items:center;min-height:48px;padding:0 6px;display:grid;position:sticky;top:0}.fv-cart-mobile-back,.fv-cart-mobile-trash{color:#212121;cursor:pointer;background:0 0;border:0;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.fv-cart-mobile-trash:disabled{opacity:.35;cursor:not-allowed}.fv-cart-mobile-top h1{color:#212121;text-align:left;margin:0;font-size:16px;font-weight:700;line-height:1.2}.fv-cart-mobile-top h1 span{font-weight:700}.fv-cart-container{width:100%;padding:0}.fv-cart-layout{display:block}.fv-cart-select-head{display:none}.fv-cart-empty{border:0;border-radius:0;min-height:220px;margin:8px 0 0}.fv-cart-mobile-voucher{background:#eee;align-items:center;gap:8px;margin:8px 0 0;padding:10px 12px;display:flex}.fv-cart-mobile-voucher input{color:#424242;background:#fff;border:0;border-radius:2px;outline:0;flex:auto;min-width:0;height:36px;padding:0 10px;font-size:13px}.fv-cart-mobile-voucher input::placeholder{color:#9e9e9e}.fv-cart-mobile-voucher button{color:#9c8cb8;letter-spacing:.04em;cursor:pointer;background:0 0;border:0;flex:none;height:36px;padding:0 8px;font-size:13px;font-weight:700}.fv-cart-mobile-voucher button:disabled{opacity:.55;cursor:not-allowed}.fv-cart-mobile-coupon-ok{color:#059669;background:#fff;padding:6px 12px 0;font-size:11px;display:block}.fv-cart-jfy{background:#fff;margin-top:10px;padding:0 0 8px}.fv-cart-jfy .fv-jfy-section{background:#fff;padding:14px 10px 20px}.fv-cart-jfy .fv-jfy-container>h2{color:#212121;text-align:center;justify-content:center;align-items:center;gap:8px;margin:0 0 12px;font-size:15px;font-weight:600;display:flex}.fv-cart-jfy .fv-jfy-container>h2:before,.fv-cart-jfy .fv-jfy-container>h2:after{content:"";color:#f06292;font-family:"Font Awesome 6 Free";font-size:11px;font-weight:900;line-height:1}.fv-cart-jfy .fv-jfy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fv-cart-jfy .fv-jfy-card{box-shadow:none;border:0;border-radius:0}.fv-cart-jfy .fv-jfy-card:hover{box-shadow:none;background:#fff;border-color:#0000;transform:none}.fv-cart-jfy .fv-jfy-card-image{aspect-ratio:1;height:auto}.fv-cart-jfy .fv-jfy-card-image img{object-fit:cover}.fv-cart-jfy .fv-jfy-price,.fv-cart-jfy .fv-jfy-discount-row,.fv-cart-jfy .fv-jfy-rating-row{display:none}.fv-cart-jfy .fv-jfy-card-title{-webkit-line-clamp:2;min-height:0;font-size:12px}.fv-cart-jfy .fv-jfy-flag{display:none}}@media (prefers-reduced-motion:reduce){.fv-cart-page,.fv-cart-layout,.fv-cart-empty,.fv-cart-empty i{animation:none}.fv-cart-empty button:hover,.fv-cart-select-head button:hover:not(:disabled){transform:none}}.fv-mobile-category-page{color:#202124;background:#fff;width:100%;min-height:600px}.fv-cat-page-header{z-index:60;background:#fff;border-bottom:1px solid #eee;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;height:52px;display:grid;position:sticky;top:0}.fv-cat-page-header h1{color:#1e1f22;margin:0;font-size:15px;font-weight:500;line-height:1}.fv-cat-header-icon{color:#222;cursor:pointer;background:0 0;border:0;place-items:center;width:40px;height:52px;padding:0;font-size:18px;display:grid}.fv-cat-header-search{color:#8a9099;background:#f4f5f7;border-radius:5px;align-items:center;gap:7px;height:35px;padding:0 10px;display:flex}.fv-cat-header-search i{font-size:11px}.fv-cat-header-search input{color:#30343a;background:0 0;border:0;outline:0;width:100%;min-width:0;height:35px;padding:0;font-size:11px}.fv-cat-page-content{background:#fff;grid-template-columns:100px minmax(0,1fr);height:calc(100dvh - 114px);min-height:480px;display:grid;overflow:hidden}.fv-cat-sidebar{scrollbar-width:none;-ms-overflow-style:none;background:#f4f5f8;height:100%;overflow:hidden auto}.fv-cat-sidebar::-webkit-scrollbar{display:none}.fv-cat-sidebar-item{color:#969da8;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff73;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;min-height:75px;padding:7px 5px;display:flex}.fv-cat-sidebar-item.active{color:#ff5a1f;background:#fff}.fv-cat-sidebar-item>span:last-child{text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:9px;line-height:1.15;display:-webkit-box;overflow:hidden}.fv-cat-sidebar-visual{color:#111;place-items:center;width:28px;height:27px;font-size:19px;display:grid;overflow:hidden}.fv-cat-sidebar-item.active .fv-cat-sidebar-visual{color:#ff5a1f}.fv-cat-sidebar-visual.image img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.fv-cat-right-pane{scrollbar-width:thin;scrollbar-color:#aaa transparent;background:#fff;height:100%;overflow:hidden auto}.fv-cat-grid{border-bottom:1px solid #eee;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;padding:7px 7px 18px;display:grid}.fv-cat-grid-item{color:#171717;text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:5px;min-width:0;min-height:99px;padding:4px 3px 8px;display:flex}.fv-cat-grid-item>span:last-child{-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:9px;font-weight:500;line-height:1.12;display:-webkit-box;overflow:hidden}.fv-cat-grid-visual{color:#ff5a1f;background:#fafafa;place-items:center;width:58px;height:55px;font-size:26px;display:grid;overflow:hidden}.fv-cat-grid-visual.image{background:#fff}.fv-cat-grid-visual.image img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.fv-cat-state{color:#8b929c;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:240px;padding:15px;font-size:10px;display:flex}.fv-cat-state i{color:#ff5a1f;font-size:22px}.fv-cat-state.error,.fv-cat-state.error i{color:#b42318}@media (min-width:768px){.fv-mobile-category-page{border:1px solid #e6e6e6;width:min(1190px,100% - 32px);margin:18px auto 40px}.fv-cat-page-header{grid-template-columns:48px minmax(0,1fr) 48px;height:58px;position:relative}.fv-cat-page-header h1{font-size:19px}.fv-cat-header-icon{width:48px;height:58px}.fv-cat-page-content{grid-template-columns:220px minmax(0,1fr);height:680px}.fv-cat-sidebar-item{flex-direction:row;justify-content:flex-start;gap:10px;min-height:66px;padding:8px 16px}.fv-cat-sidebar-item>span:last-child{text-align:left;width:auto;font-size:11px}.fv-cat-sidebar-visual{flex:0 0 30px}.fv-cat-grid{grid-template-columns:repeat(6,minmax(0,1fr));padding:14px}.fv-cat-grid-item{min-height:120px}.fv-cat-grid-visual{width:75px;height:72px}.fv-cat-grid-item>span:last-child{font-size:11px}}@media (max-width:360px){.fv-cat-page-content{grid-template-columns:92px minmax(0,1fr)}.fv-cat-sidebar-item{min-height:72px}.fv-cat-grid{padding-inline:4px}.fv-cat-grid-visual{width:52px;height:50px}.fv-cat-grid-item>span:last-child{font-size:8px}}.fv-category-menu-dropdown{z-index:80;width:min(1190px,100% - 32px);height:34px;margin:0 auto;position:relative}.fv-category-menu-trigger{color:#2a357f;cursor:pointer;background:#fff;border:0;align-items:center;gap:13px;height:34px;padding:0 20px;font-size:13px;font-weight:700;display:inline-flex}.fv-category-menu-trigger i{font-size:11px;transition:transform .2s}.fv-category-menu-trigger.open{color:#f85606}.fv-category-menu-trigger.open i{transform:rotate(180deg)}.fv-category-menu-panel{background:#fff;border:1px solid #dfe2e5;width:205px;padding:7px 0;position:absolute;top:34px;left:0;box-shadow:0 8px 18px #00000014}.fv-category-menu-parent{position:relative}.fv-category-menu-parent>a{color:#5d6571;justify-content:space-between;align-items:center;min-height:27px;padding:0 9px;font-size:12px;display:flex}.fv-category-menu-parent>a i{font-size:8px}.fv-category-menu-parent>a:hover{color:#f85606;background:#fff5ef}.fv-category-menu-children{background:#fff;border:1px solid #dfe2e5;width:210px;min-height:100%;padding:7px 0;display:none;position:absolute;top:-7px;left:100%;box-shadow:6px 8px 18px #00000014}.fv-category-menu-parent:hover .fv-category-menu-children{display:block}.fv-category-menu-children a{color:#5d6571;padding:7px 10px;font-size:12px;display:block}.fv-category-menu-children a:hover{color:#f85606;background:#fff5ef}@media (max-width:720px){.fv-category-menu-dropdown{display:none}}.fv-category-breadcrumbs{color:#727781;white-space:nowrap;border-bottom:1px solid #e5e7eb;align-items:center;gap:10px;min-height:52px;font-size:12px;display:flex;overflow-x:auto}.fv-category-breadcrumbs a{color:#0093c5}.fv-category-breadcrumbs i{color:#aeb4bc;font-size:8px}@media (max-width:720px){.fv-category-breadcrumbs{gap:7px;min-height:42px;font-size:10px}}.fv-category-sidebar{width:190px;color:var(--fv-text);border:1px solid var(--fv-border);background:var(--fv-white);scrollbar-width:thin;border-radius:8px;flex:0 0 190px;max-height:calc(100vh - 110px);padding:18px 16px;position:sticky;top:88px;overflow-y:auto}.fv-sidebar-category-section,.fv-sidebar-filter-section{border-bottom:1px solid #e7e7e7;margin-bottom:14px;padding:0 0 16px}.fv-sidebar-category-section h3,.fv-sidebar-filter-section h3{color:#121212;margin:0 0 9px;font-size:12px;font-weight:500}.fv-sidebar-category-section a{color:#6c717a;margin-bottom:6px;font-size:11px;line-height:1.35;display:block}.fv-sidebar-category-section a:hover{color:#f85606}.fv-sidebar-category-section button{color:#0093c5;background:0 0;border:0;padding:0;font-size:11px;font-weight:700}.fv-filter-checkbox{color:#4b5058;cursor:pointer;align-items:center;gap:7px;min-height:22px;font-size:11px;display:flex}.fv-filter-checkbox input{width:15px;height:15px;accent-color:var(--fv-orange);margin:0}.fv-price-values{color:#111;justify-content:space-between;margin:8px 4px 12px;font-size:11px;display:flex}.fv-price-inputs{grid-template-columns:1fr 1fr;gap:6px;display:grid}.fv-price-inputs input{border:1px solid #d8dde3;border-radius:4px;outline:0;width:100%;height:31px;padding:0 6px;font-size:10px}.fv-price-inputs input:focus{border-color:#f85606}.fv-clear-filter-btn{color:#f85606;cursor:pointer;background:#fff;border:1px solid #f85606;border-radius:8px;width:100%;min-height:40px;font-size:11px}.fv-clear-filter-btn:hover{background:#fff5ef}@media (max-width:850px){.fv-category-sidebar{flex-basis:180px;width:180px}}@media (max-width:720px){.fv-category-sidebar{flex-basis:auto;width:100%}}.fv-category-toolbar{border-bottom:1px solid #e8e9eb;justify-content:space-between;align-items:center;gap:18px;min-height:98px;display:flex}.fv-category-toolbar-title h1{color:#111;text-transform:lowercase;margin:0;font-size:18px;font-weight:700}.fv-category-toolbar-title p{color:#777d87;margin:6px 0 0;font-size:12px}.fv-category-toolbar-actions{align-items:center;gap:20px;display:flex}.fv-category-toolbar-actions label{color:#111;align-items:center;gap:7px;font-size:11px;display:flex}.fv-category-toolbar-actions select{background:#fff;border:1px solid #d7dade;border-radius:8px;outline:0;width:210px;height:40px;padding:0 12px}.fv-view-selector{align-items:center;gap:5px;font-size:11px;display:flex}.fv-view-selector button{color:#d1d4d8;background:0 0;border:0;place-items:center;width:28px;height:28px;font-size:18px;display:grid}.fv-view-selector button.active{color:#003e58}.fv-mobile-filter-btn{display:none}@media (max-width:900px){.fv-category-toolbar-actions{gap:9px}.fv-category-toolbar-actions select{width:160px}}@media (max-width:720px){.fv-category-toolbar{flex-direction:column;align-items:flex-start;min-height:auto;padding:14px 0}.fv-category-toolbar-title h1{font-size:17px}.fv-category-toolbar-actions{justify-content:space-between;width:100%}.fv-mobile-filter-btn{color:#f85606;background:#fff;border:1px solid #f85606;border-radius:5px;align-items:center;gap:6px;min-height:36px;padding:0 12px;display:inline-flex}.fv-category-toolbar-actions label>span{display:none}.fv-category-toolbar-actions select{width:145px;height:36px}}.fv-category-product-card{color:#262626;background:#fff;border:1px solid #cfd5dc;border-radius:5px;flex-direction:column;min-width:0;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.fv-category-product-card:hover{border-color:var(--fv-orange-border,#ff620d);transform:translateY(-2px);box-shadow:0 8px 22px #0f172a14}.fv-category-product-grid{padding:0 0 8px}.fv-category-product-image{background:#fff;width:100%;height:195px;display:block;overflow:hidden}.fv-category-product-image img,.fv-category-product-image>span{object-fit:contain;color:#c4c8ce;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.fv-category-product-content{min-width:0;padding:11px 9px 8px}.fv-category-product-title{color:#242424;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:35px;font-size:11px;font-weight:400;line-height:1.45;display:-webkit-box;overflow:hidden}.fv-category-product-title b{border-radius:1px;margin-right:5px;padding:1px 3px;font-size:8px;display:inline-block}.fv-category-product-price{color:var(--fv-orange,#f85606);margin-top:3px;font-size:16px;line-height:1.1}.fv-category-product-discount{color:#777;margin-top:2px;font-size:9px}.fv-category-product-discount span{color:#f85606;margin-left:4px}.fv-category-product-meta{color:#111;align-items:center;gap:5px;margin-top:4px;font-size:10px;display:flex}.fv-category-product-meta>small{color:#999da4;margin-left:auto;font-size:8px}.fv-category-rating{color:#f8b531;align-items:center;gap:2px;display:flex}.fv-category-rating span{gap:1px;display:flex}.fv-category-rating i{font-size:8px}.fv-category-rating small{color:#9b9fa5;font-size:8px}.fv-category-product-list{border-bottom:1px solid #eee;grid-template-columns:230px minmax(0,1fr);gap:16px;padding:16px 0;display:grid}.fv-category-product-list .fv-category-product-image{height:200px}.fv-category-product-list .fv-category-product-content{padding-top:0}.fv-category-product-list .fv-category-product-title{min-height:0;font-size:12px;line-height:1.4;display:block;overflow:visible}.fv-category-product-list .fv-category-product-price{font-size:15px;position:absolute;right:20px}.fv-category-product-list .fv-category-product-content{position:relative}.fv-category-product-highlights{color:#6f747d;margin:15px 0 0;padding-left:18px;font-size:10px;line-height:1.8}@media (max-width:900px){.fv-category-product-image{height:175px}}@media (max-width:720px){.fv-category-product-image{height:160px}.fv-category-product-content{padding:7px 5px 0}.fv-category-product-title{min-height:34px;font-size:10px}.fv-category-product-price{font-size:14px}.fv-category-product-meta{flex-wrap:wrap;gap:3px}.fv-category-product-meta>small{width:100%;margin-left:0}.fv-category-product-list{grid-template-columns:130px 1fr;gap:9px;padding:10px 0}.fv-category-product-list .fv-category-product-image{height:130px}.fv-category-product-list .fv-category-product-price{position:static}.fv-category-product-highlights{display:none}}.fv-category-pagination{justify-content:flex-end;align-items:center;gap:8px;min-height:80px;display:flex}.fv-category-pagination button{color:#333;background:#fff;border:1px solid #d8dadd;border-radius:4px;place-items:center;width:33px;height:33px;font-size:11px;display:grid}.fv-category-pagination button.active{color:#fff;background:#179eb6;border-color:#179eb6}.fv-category-pagination button:disabled{color:#bfc4ca;cursor:not-allowed}.fv-category-pagination span{color:#b0b4ba}@media (max-width:720px){.fv-category-pagination{justify-content:center;min-height:65px}}@keyframes fv-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fv-skeleton{background:linear-gradient(90deg,#eceef1 25%,#f8f9fa 37%,#eceef1 63%) 0 0/400% 100%;border-radius:6px;animation:1.2s ease-in-out infinite fv-skeleton-shimmer}.fv-skeleton-grid-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 38px;padding:38px 20px 20px;display:grid}.fv-skeleton-grid-list{grid-template-columns:1fr;gap:16px;padding:20px;display:grid}.fv-skeleton-card{gap:10px;display:grid}.fv-skeleton-image{aspect-ratio:1;width:100%}.fv-skeleton-line.lg{width:85%;height:22px}.fv-skeleton-line.md{width:70%;height:16px}.fv-skeleton-line.sm{width:50%;height:14px}.fv-skeleton-line.xs{width:35%;height:12px}.fv-skeleton-pd{background:#f1f2f6;min-height:520px;padding:24px 16px 40px}.fv-skeleton-pd-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px;width:min(1190px,100% - 32px);margin-inline:auto;display:grid}.fv-skeleton-pd-gallery{aspect-ratio:1;width:100%;max-height:520px}.fv-skeleton-pd-info{align-content:start;gap:14px;padding-top:12px;display:grid}.fv-skeleton-price{width:40%;height:36px;margin-top:8px}.fv-skeleton-btn{border-radius:8px;width:60%;height:48px;margin-top:12px}@media (max-width:900px){.fv-skeleton-pd-layout{grid-template-columns:1fr}.fv-skeleton-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:16px 12px}}.fv-mobile-filter-backdrop{z-index:2200;background:#0f172a80;display:none;position:fixed;inset:0}.fv-mobile-filter-drawer{background:#fff;flex-direction:column;width:min(320px,87vw);height:100vh;display:flex}.fv-mobile-filter-head{border-bottom:1px solid #e6e8eb;justify-content:space-between;align-items:center;min-height:58px;padding:0 16px;display:flex}.fv-mobile-filter-head button{color:#555;background:#f3f4f6;border:0;border-radius:6px;width:34px;height:34px;font-size:20px}.fv-mobile-filter-body{flex:1;padding:16px;overflow-y:auto}.fv-mobile-filter-foot{border-top:1px solid #e6e8eb;padding:12px}.fv-mobile-filter-foot button{color:#fff;background:#f85606;border:0;border-radius:5px;width:100%;min-height:42px;font-weight:700}@media (max-width:720px){.fv-mobile-filter-backdrop{display:flex}}.fv-shop-filter-sidebar{border:1px solid var(--fv-border);background:var(--fv-white);scrollbar-width:thin;border-radius:8px;max-height:calc(100vh - 110px);padding:18px 16px;position:sticky;top:88px;overflow-y:auto}.fv-shop-filter-head{border-bottom:1px solid var(--fv-border);justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:12px;display:flex}.fv-shop-filter-head h2{color:var(--fv-navy);letter-spacing:-.01em;margin:0;font-size:.92rem;font-weight:700}.fv-shop-filter-clear{color:var(--fv-orange);cursor:pointer;background:0 0;border:0;padding:0;font-size:.74rem;font-weight:600}.fv-shop-filter-clear:hover{color:var(--fv-orange-dark)}.fv-shop-filter-block{border-bottom:1px solid #eef1f4;margin-bottom:16px;padding-bottom:14px}.fv-shop-filter-block:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.fv-shop-filter-block h3{color:var(--fv-text);letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px;font-size:.72rem;font-weight:700}.fv-shop-filter-check{color:#4b5563;cursor:pointer;align-items:flex-start;gap:8px;margin-bottom:7px;font-size:.78rem;line-height:1.35;display:flex}.fv-shop-filter-check input{width:15px;height:15px;accent-color:var(--fv-orange);flex-shrink:0;margin-top:2px}.fv-shop-filter-check-label em{color:var(--fv-muted);margin-left:4px;font-size:.7rem;font-style:normal}.fv-shop-price-range{color:var(--fv-text);align-items:center;gap:8px;margin-bottom:10px;font-size:.78rem;font-weight:600;display:flex}.fv-shop-price-dash{background:#d7dde4;flex:1;height:1px}.fv-shop-price-fields{grid-template-columns:1fr 1fr;gap:8px;display:grid}.fv-shop-price-fields input{border:1px solid var(--fv-border);width:100%;height:34px;color:var(--fv-text);background:#fafbfc;border-radius:6px;outline:0;padding:0 10px;font-size:.76rem}.fv-shop-price-fields input:focus{border-color:var(--fv-orange-border);box-shadow:0 0 0 3px #ff620d1f}.fv-shop-discovery{margin-bottom:18px}.fv-shop-search-form{border:1px solid var(--fv-border);background:var(--fv-white);box-shadow:var(--fv-shadow);border-radius:10px;align-items:stretch;gap:0;display:flex;overflow:hidden}.fv-shop-search-accent{background:linear-gradient(180deg, var(--fv-orange) 0%, var(--fv-orange-dark) 100%);flex-shrink:0;width:5px}.fv-shop-search-field{flex:1;align-items:center;gap:10px;padding:0 14px;display:flex}.fv-shop-search-field i{color:var(--fv-muted);font-size:.9rem}.fv-shop-search-field input{width:100%;height:48px;color:var(--fv-text);background:0 0;border:0;outline:0;font-size:.88rem}.fv-shop-search-field input::placeholder{color:#9ca3af}.fv-shop-search-btn{background:var(--fv-orange);color:#fff;cursor:pointer;border:0;height:48px;padding:0 22px;font-size:.82rem;font-weight:700;transition:background .15s}.fv-shop-search-btn:hover{background:var(--fv-orange-dark)}.fv-shop-active-filters{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.fv-shop-filter-chip{border:1px solid var(--fv-orange-border);background:var(--fv-orange-soft);color:#9a3412;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.fv-shop-filter-chip button{width:16px;height:16px;color:var(--fv-orange-dark);cursor:pointer;background:#ff620d2e;border:0;border-radius:50%;place-items:center;padding:0;font-size:.65rem;display:grid}.fv-shop-layout{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:16px;display:grid}.fv-shop-results .fv-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.fv-shop-results .fv-product-image-area{height:195px;padding:14px}.fv-shop-results .fv-product-body{padding:11px 9px 8px}.fv-shop-results .fv-product-body h3{min-height:34px;font-size:.8rem;line-height:1.35}.fv-shop-results .fv-product-vendor{font-size:.68rem}.fv-shop-results .fv-product-price strong{font-size:.88rem}.fv-shop-results .fv-buy-now-btn{min-height:34px;font-size:.74rem}.fv-shop-results .fv-skeleton-grid-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:0}.fv-shop-results-head{border-bottom:1px solid var(--fv-border);justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding-bottom:12px;display:flex}.fv-shop-results-count{color:var(--fv-muted);margin:0;font-size:.78rem}.fv-shop-results-count strong{color:var(--fv-text)}.fv-shop-results-actions{align-items:center;gap:12px;display:flex}.fv-shop-mobile-filter-btn{border:1px solid var(--fv-border);background:var(--fv-white);height:38px;color:var(--fv-text);cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:0 14px;font-size:.76rem;font-weight:600;display:none}.fv-shop-mobile-filter-btn i{color:var(--fv-orange)}.fv-shop-sort-label{color:var(--fv-muted);align-items:center;gap:8px;font-size:.76rem;display:flex}.fv-shop-sort-label select{border:1px solid var(--fv-border);background:var(--fv-white);min-width:170px;height:38px;color:var(--fv-text);cursor:pointer;border-radius:8px;outline:0;padding:0 12px;font-size:.76rem}.fv-shop-sort-label select:focus{border-color:var(--fv-orange-border);box-shadow:0 0 0 3px #ff620d1a}.fv-shop-pagination{justify-content:center;align-items:center;gap:6px;margin-top:28px;display:flex}.fv-shop-pagination button{border:1px solid var(--fv-border);background:var(--fv-white);min-width:36px;height:36px;color:var(--fv-text);cursor:pointer;border-radius:8px;padding:0 10px;font-size:.78rem;font-weight:600}.fv-shop-pagination button:hover:not(:disabled){border-color:var(--fv-orange-border);color:var(--fv-orange)}.fv-shop-pagination button.active{border-color:var(--fv-orange);background:var(--fv-orange);color:#fff}.fv-shop-pagination button:disabled{opacity:.45;cursor:not-allowed}.fv-shop-pagination span{color:var(--fv-muted);padding:0 4px;font-size:.75rem}.fv-shop-filter-backdrop{z-index:1200;background:#0f172a73;position:fixed;inset:0}.fv-shop-filter-drawer{background:var(--fv-white);flex-direction:column;width:min(320px,88vw);height:100%;display:flex;position:absolute;top:0;right:0;box-shadow:-8px 0 30px #0f172a24}.fv-shop-filter-drawer-head{border-bottom:1px solid var(--fv-border);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.fv-shop-filter-drawer-head strong{color:var(--fv-navy);font-size:.95rem}.fv-shop-filter-drawer-head button{color:#374151;cursor:pointer;background:#f3f4f6;border:0;border-radius:8px;width:32px;height:32px}.fv-shop-filter-drawer-body{flex:1;padding:0 6px 12px;overflow-y:auto}.fv-shop-filter-drawer-body .fv-shop-filter-sidebar{max-height:none;box-shadow:none;border:0;position:static}.fv-shop-filter-drawer-foot{border-top:1px solid var(--fv-border);padding:14px 18px 18px}.fv-shop-filter-drawer-foot button{background:var(--fv-orange);color:#fff;cursor:pointer;border:0;border-radius:8px;width:100%;height:44px;font-size:.84rem;font-weight:700}@media (max-width:1280px){.fv-shop-results .fv-product-grid,.fv-shop-results .fv-skeleton-grid-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1040px){.fv-shop-results .fv-product-grid,.fv-shop-results .fv-skeleton-grid-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:960px){.fv-shop-layout{grid-template-columns:1fr}.fv-shop-desktop-sidebar{display:none}.fv-shop-mobile-filter-btn{display:inline-flex}.fv-shop-results-head{flex-wrap:wrap}.fv-shop-results .fv-product-grid,.fv-shop-results .fv-skeleton-grid-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:720px){.fv-shop-results .fv-product-grid,.fv-shop-results .fv-skeleton-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.fv-shop-results .fv-product-image-area{height:170px;padding:12px}}@media (max-width:640px){.fv-shop-search-form{flex-direction:column}.fv-shop-search-accent{width:100%;height:4px}.fv-shop-search-btn{width:100%}.fv-shop-sort-label select{min-width:140px}}@media (prefers-reduced-motion:reduce){.fv-shop-search-btn,.fv-shop-pagination button{transition:none}}.fv-category-page{color:#333;background:#fff;min-height:650px}.fv-category-page-container{width:min(1190px,100% - 32px);margin-inline:auto}.fv-category-page-layout{align-items:flex-start;gap:18px;padding-top:14px;display:flex}.fv-category-desktop-sidebar{flex:0 0 190px;width:190px}.fv-category-results{flex:1;min-width:0}.fv-category-products-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;padding:22px 0 18px;display:grid}.fv-category-products-list{grid-template-columns:1fr;padding:20px;display:grid}.fv-category-loading,.fv-category-empty{color:#7e838b;justify-content:center;align-items:center;gap:8px;min-height:330px;display:flex}.fv-category-loading i{color:#f85606}.fv-category-error{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:5px;align-items:center;gap:7px;margin-top:15px;padding:11px 13px;font-size:11px;display:flex}@media (max-width:1280px){.fv-category-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1040px){.fv-category-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:850px){.fv-category-page-layout{gap:12px}.fv-category-desktop-sidebar{flex-basis:180px;width:180px}.fv-category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.fv-category-page-container{width:100%;padding:0 12px}.fv-category-page-layout{padding-top:0;display:block}.fv-category-desktop-sidebar{display:none}.fv-category-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:16px 0 10px}.fv-category-products-list{padding:6px 0}}.fv-category-page .fv-skeleton-grid-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;padding:0}@media (max-width:1280px){.fv-category-page .fv-skeleton-grid-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1040px){.fv-category-page .fv-skeleton-grid-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:850px){.fv-category-page .fv-skeleton-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.fv-category-page .fv-skeleton-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}}:root{--fvc2-orange:#ff5a00;--fvc2-orange-dark:#e95000;--fvc2-bg:#f3f4f7;--fvc2-text:#232831;--fvc2-text-soft:#596273;--fvc2-muted:#7f8792;--fvc2-border:#dfe3e8;--fvc2-card:#fff;--fvc2-success:#0d9b6a;--fvc2-danger:#dc3545}.fvc2-page,.fvc2-page *,.fvc2-state,.fvc2-state *{box-sizing:border-box}.fvc2-page{background:var(--fvc2-bg);min-height:720px;color:var(--fvc2-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:20px 0 110px;font-family:Plus Jakarta Sans,Noto Sans Bengali,Hind Siliguri,ui-sans-serif,system-ui,sans-serif;font-size:14px;line-height:1.5}.fvc2-container{width:min(1120px,100% - 30px);margin-inline:auto}.fvc2-state{background:var(--fvc2-bg);color:#687180;justify-content:center;align-items:center;gap:9px;min-height:520px;font-size:14px;font-weight:600;display:flex}.fvc2-state i{color:var(--fvc2-orange);font-size:17px}.fvc2-head{border:1px solid var(--fvc2-border);background:#fff;border-radius:12px;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;min-height:72px;margin-bottom:14px;padding:0 12px;display:grid}.fvc2-head>button{color:#525b67;cursor:pointer;background:#f5f6f8;border:0;border-radius:50%;place-items:center;width:38px;height:38px;font-size:15px;transition:background .18s,color .18s;display:grid}.fvc2-head>button:hover{color:var(--fvc2-orange);background:#fff0e8}.fvc2-head>div span{color:var(--fvc2-orange);letter-spacing:.06em;font-size:11px;font-weight:800;line-height:1.2}.fvc2-head h1{color:#151b24;letter-spacing:-.4px;margin:3px 0 0;font-size:28px;font-weight:700;line-height:1.08}.fvc2-head>i{color:var(--fvc2-orange);text-align:center;font-size:17px}.fvc2-error{color:#b42318;background:#fff1f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;min-height:46px;margin-bottom:11px;padding:10px 13px;font-size:13px;font-weight:500;line-height:1.45;display:flex}.fvc2-error i{font-size:14px}.fvc2-layout{grid-template-columns:minmax(0,1fr) 345px;align-items:start;gap:14px;display:grid}.fvc2-main{flex-direction:column;gap:13px;min-width:0;display:flex}.fvc2-card,.fvc2-mobile-summary{border:1px solid var(--fvc2-border);background:var(--fvc2-card);border-radius:13px;overflow:hidden;box-shadow:0 2px 8px #0f172a06}.fvc2-title{border-bottom:1px solid #eceff2;align-items:center;gap:9px;min-height:52px;padding:0 14px;display:flex}.fvc2-title>i{color:var(--fvc2-orange);font-size:15px}.fvc2-title strong{color:#242a33;font-size:16px;font-weight:700;line-height:1.3}.fvc2-title>span{color:var(--fvc2-muted);margin-left:auto;font-size:11px;font-weight:500}.fvc2-products article{border-bottom:1px solid #eef0f3;grid-template-columns:68px minmax(0,1fr) 36px;align-items:center;gap:12px;min-height:102px;padding:12px 13px;display:grid;position:relative}.fvc2-products article:last-child{border-bottom:0}.fvc2-product-image{background:#fff;border:1px solid #e0e4e9;border-radius:9px;place-items:center;width:68px;height:68px;display:grid;overflow:hidden}.fvc2-product-image img{object-fit:contain;width:100%;height:100%;display:block}.fvc2-image-fallback{color:#b6bdc7;background:#fafafa;place-items:center;width:100%;height:100%;font-size:18px;display:grid}.fvc2-product-copy{min-width:0}.fvc2-product-copy>strong{color:#252b34;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:650;line-height:1.35;display:block;overflow:hidden}.fvc2-product-copy>small{color:#7e8794;white-space:nowrap;text-overflow:ellipsis;min-height:20px;margin-top:4px;font-size:11px;line-height:1.4;display:block;overflow:hidden}.fvc2-product-copy>div{align-items:center;gap:14px;min-height:36px;margin-top:6px;display:flex}.fvc2-qty{border:1px solid #dde2e8;border-radius:999px;grid-template-columns:31px 38px 31px;height:32px;display:grid;overflow:hidden}.fvc2-qty button,.fvc2-qty b{background:#fff;border:0;place-items:center;font-size:12px;display:grid}.fvc2-qty button{color:var(--fvc2-orange);cursor:pointer;font-weight:700}.fvc2-qty button:disabled{opacity:.4;cursor:default}.fvc2-qty b{color:#343a43;border-inline:1px solid #eceff2;font-weight:600}.fvc2-line-price{color:#242a33;font-size:14px;font-weight:700}.fvc2-remove{color:#ef4654;cursor:pointer;background:#fff0f1;border:0;border-radius:8px;place-items:center;width:34px;height:34px;font-size:13px;display:grid}.fvc2-remove:hover:not(:disabled){background:#ffe3e5}.fvc2-remove:disabled{opacity:.45;cursor:default}.fvc2-fields{grid-template-columns:1fr 1fr;gap:13px;padding:15px;display:grid}.fvc2-fields label.address{grid-column:1/-1}.fvc2-fields label>span{color:#4d5665;margin-bottom:7px;font-size:12px;font-weight:650;line-height:1.3;display:block}.fvc2-fields label>div{background:#fff;border:1px solid #d4dae2;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:center;min-height:48px;transition:border-color .18s,box-shadow .18s;display:grid;overflow:hidden}.fvc2-fields label>div:focus-within{border-color:var(--fvc2-orange);box-shadow:0 0 0 3px #ff5a0014}.fvc2-fields label>div>i{color:#919aa7;text-align:center;font-size:14px}.fvc2-fields input,.fvc2-fields textarea{resize:none;color:#2f3640;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:11px 11px 11px 0;font-family:inherit;font-size:13px;font-weight:450;line-height:1.45}.fvc2-fields input::placeholder,.fvc2-fields textarea::placeholder{color:#929aa6;opacity:1}.fvc2-area-grid{grid-template-columns:1fr 1fr;gap:11px;padding:15px;display:grid}.fvc2-area-grid>button{min-height:82px;color:var(--fvc2-text);text-align:left;cursor:pointer;background:#fff;border:1px solid #dce1e7;border-radius:9px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px 12px;font-family:inherit;transition:border-color .18s,background .18s,box-shadow .18s;display:grid}.fvc2-area-grid>button:hover{border-color:#ffb28a}.fvc2-area-grid>button.active{border-color:var(--fvc2-orange);background:#fff8f4;box-shadow:0 0 0 2px #ff5a000a}.fvc2-area-grid>button>span{color:#adb4be;font-size:18px}.fvc2-area-grid>button.active>span{color:var(--fvc2-orange)}.fvc2-area-grid>button>div{flex-direction:column;gap:4px;min-width:0;display:flex}.fvc2-area-grid>button>div strong{color:#2e3540;font-size:13px;font-weight:700;line-height:1.35}.fvc2-area-grid>button>div small{color:#7f8794;font-size:10px;line-height:1.4}.fvc2-area-grid>button>b{color:var(--fvc2-orange);white-space:nowrap;font-size:12px;font-weight:700}.fvc2-note{padding:14px 15px 15px;display:block}.fvc2-note textarea{resize:vertical;color:#303741;background:#fff;border:1px solid #d4dae2;border-radius:8px;outline:0;width:100%;min-height:88px;padding:12px;font-family:inherit;font-size:13px;line-height:1.5;transition:border-color .18s,box-shadow .18s}.fvc2-note textarea::placeholder{color:#929aa6}.fvc2-note textarea:focus{border-color:var(--fvc2-orange);box-shadow:0 0 0 3px #ff5a0012}.fvc2-note small{color:#818a96;text-align:right;margin-top:6px;font-size:10px;display:block}.fvc2-mobile-summary{display:none}.fvc2-summary-body{padding:14px 15px 16px}.fvc2-summary-line{color:#555f6d;border-bottom:1px dashed #e1e5e9;justify-content:space-between;align-items:center;gap:12px;min-height:38px;font-size:12px;line-height:1.35;display:flex}.fvc2-summary-line strong{color:#292f38;font-size:12px;font-weight:650}.fvc2-summary-line.discount strong{color:var(--fvc2-success)}.fvc2-summary-total{color:#252c35;justify-content:space-between;align-items:center;gap:12px;min-height:58px;margin-top:7px;font-size:15px;font-weight:750;display:flex}.fvc2-summary-total strong{color:var(--fvc2-orange);font-size:22px;font-weight:800}.fvc2-coupon-toggle{color:#303741;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:9px;width:100%;min-height:48px;margin-top:10px;padding:0;font-family:inherit;font-size:12px;font-weight:650;display:flex}.fvc2-coupon-toggle i{color:var(--fvc2-orange);font-size:10px}.fvc2-coupon-box{padding:4px 0 9px}.fvc2-coupon-input{grid-template-columns:minmax(0,1fr) 90px;gap:8px;display:grid}.fvc2-coupon-input input{color:#303741;border:1px solid #d4dae2;border-radius:7px;outline:0;min-width:0;height:42px;padding:0 11px;font-family:inherit;font-size:12px}.fvc2-coupon-input input::placeholder{color:#929aa6}.fvc2-coupon-input input:focus{border-color:var(--fvc2-orange)}.fvc2-coupon-input button{background:var(--fvc2-orange);color:#fff;cursor:pointer;border:0;border-radius:7px;font-family:inherit;font-size:11px;font-weight:700}.fvc2-coupon-input button:hover:not(:disabled){background:var(--fvc2-orange-dark)}.fvc2-applied-coupon{background:#fff8f4;border:1px dashed #ffac80;border-radius:7px;justify-content:space-between;align-items:center;gap:9px;min-height:44px;padding:0 11px;display:flex}.fvc2-applied-coupon span{color:var(--fvc2-orange);font-size:12px;font-weight:700}.fvc2-applied-coupon button{color:#d92d20;cursor:pointer;background:0 0;border:0;font-family:inherit;font-size:11px;font-weight:600}.fvc2-desktop-summary{position:sticky;top:92px}.fvc2-save-state{color:#747e8b;justify-content:center;align-items:center;gap:6px;min-height:34px;margin-top:8px;font-size:11px;font-weight:500;display:flex}.fvc2-place-order{color:#fff;cursor:pointer;background:linear-gradient(100deg,#ff5a00,#ff7a16,#ff5a00) 0 0/220% 100%;border:0;border-radius:9px;font-family:inherit;font-weight:800;animation:2.4s linear infinite fvc2ButtonFlow,1.9s ease-in-out infinite fvc2Pulse;position:relative;overflow:hidden}.fvc2-place-order:after{content:"";background:#ffffff61;width:28%;height:190%;animation:2.2s ease-in-out infinite fvc2Shine;position:absolute;top:-45%;left:-45%;transform:rotate(24deg)}.fvc2-place-order.desktop{grid-template-columns:24px 1fr auto;align-items:center;gap:8px;width:100%;min-height:52px;margin-top:14px;padding:0 15px;font-size:13px;line-height:1.2;display:grid}.fvc2-place-order.desktop span{z-index:2;border-left:1px solid #fff6;padding-left:13px;font-size:13px;position:relative}.fvc2-place-order>*{z-index:2;position:relative}.fvc2-place-order:disabled{opacity:.58;cursor:not-allowed;animation:none}@keyframes fvc2ButtonFlow{to{background-position:-220% 0}}@keyframes fvc2Pulse{0%,to{box-shadow:0 7px 18px #ff5a002e}50%{box-shadow:0 9px 24px #ff5a0057}}@keyframes fvc2Shine{0%{left:-45%}52%,to{left:125%}}.fvc2-mobile-fixed{display:none}@media (max-width:767px){.fvc2-page{background:#f2f3f6;min-height:100vh;padding:0 0 92px;font-size:13px}.fvc2-container{width:100%;margin:0}.fvc2-head{z-index:60;border:0;border-bottom:1px solid #e7e9ec;border-radius:0;min-height:58px;margin:0;padding:0 9px;position:sticky;top:0}.fvc2-head>button{width:36px;height:36px}.fvc2-head h1{font-size:20px;line-height:1.15}.fvc2-head>div span{display:none}.fvc2-layout{display:block}.fvc2-main{gap:10px;padding:10px 8px 0}.fvc2-card,.fvc2-mobile-summary{border:0;border-radius:14px}.fvc2-title{min-height:49px;padding-inline:13px}.fvc2-title strong{font-size:14px}.fvc2-title>span{font-size:10px}.fvc2-products article{grid-template-columns:54px minmax(0,1fr) 31px;gap:9px;min-height:90px;padding:10px 12px}.fvc2-product-image{border-radius:8px;width:54px;height:54px}.fvc2-product-copy>strong{font-size:13px}.fvc2-product-copy>small{font-size:10px}.fvc2-product-copy>div{min-height:31px;margin-top:4px}.fvc2-qty{grid-template-columns:28px 34px 28px;height:30px}.fvc2-qty button,.fvc2-qty b{font-size:11px}.fvc2-line-price{font-size:13px}.fvc2-remove{width:31px;height:31px;font-size:12px}.fvc2-fields{padding:13px;display:block}.fvc2-fields label{margin-bottom:12px;display:block}.fvc2-fields label:last-child{margin-bottom:0}.fvc2-fields label>span{margin-bottom:6px;font-size:11px;display:block}.fvc2-fields label>div{grid-template-columns:36px minmax(0,1fr);min-height:47px}.fvc2-fields label>div>i{font-size:13px}.fvc2-fields input,.fvc2-fields textarea{padding:10px 10px 10px 0;font-size:12px}.fvc2-area-grid{grid-template-columns:1fr 1fr;gap:9px;padding:13px}.fvc2-area-grid>button{grid-template-columns:23px minmax(0,1fr);gap:7px;min-height:78px;padding:9px}.fvc2-area-grid>button>span{font-size:16px}.fvc2-area-grid>button>div strong{font-size:12px}.fvc2-area-grid>button>div small{font-size:9px;line-height:1.35}.fvc2-area-grid>button>b{grid-column:2;font-size:11px}.fvc2-note{padding:12px 13px 13px}.fvc2-note textarea{min-height:78px;font-size:12px}.fvc2-note small{font-size:9px}.fvc2-mobile-summary{display:block}.fvc2-summary-toggle{cursor:pointer;background:#fff;border:0;grid-template-columns:1fr auto 17px;align-items:center;gap:9px;width:100%;min-height:56px;padding:0 13px;font-family:inherit;display:grid}.fvc2-summary-toggle>span{color:#303741;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.fvc2-summary-toggle>span i,.fvc2-summary-toggle>i{color:var(--fvc2-orange)}.fvc2-summary-toggle>strong{color:var(--fvc2-orange);font-size:15px;font-weight:800}.fvc2-summary-line,.fvc2-summary-line strong{font-size:12px}.fvc2-desktop-summary{display:none}.fvc2-mobile-fixed{z-index:150;background:#fff;border-top:1px solid #e3e7eb;grid-template-columns:120px minmax(0,1fr);align-items:center;gap:10px;width:min(520px,100%);min-height:68px;padding:8px 9px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -5px 18px #0000000f}.fvc2-mobile-fixed>div{flex-direction:column;padding-left:5px;display:flex}.fvc2-mobile-fixed>div small{color:#7f8792;font-size:10px}.fvc2-mobile-fixed>div strong{color:var(--fvc2-orange);margin-top:2px;font-size:18px;font-weight:800}.fvc2-mobile-fixed .fvc2-place-order{min-height:51px;font-size:13px}}@media (max-width:420px){.fvc2-title strong{font-size:13px}.fvc2-product-copy>strong,.fvc2-fields input,.fvc2-fields textarea{font-size:12px}.fvc2-area-grid>button>div strong{font-size:11px}.fvc2-area-grid>button>div small{font-size:9px}}@media (max-width:360px){.fvc2-area-grid{grid-template-columns:1fr}.fvc2-area-grid>button{grid-template-columns:24px minmax(0,1fr) auto;min-height:72px}.fvc2-area-grid>button>b{grid-column:auto}.fvc2-mobile-fixed{grid-template-columns:105px minmax(0,1fr)}.fvc2-mobile-fixed>div strong{font-size:17px}}@media (prefers-reduced-motion:reduce){.fvc2-place-order,.fvc2-place-order:after{animation:none}}.fv-account-settings-page{background:var(--fv-page,#f5f6f8);min-height:68vh;padding:24px 0 40px}.fv-account-settings-shell{width:min(960px,100% - 28px);margin-inline:auto}.fv-account-settings-hero{margin-bottom:14px}.fv-account-settings-hero>span{color:var(--fv-orange,#f85606);letter-spacing:.08em;font-size:.68rem;font-weight:800}.fv-account-settings-hero h1{color:#10285b;margin:5px 0 6px;font-size:1.6rem;font-weight:760}.fv-account-settings-hero p{color:#6b7280;margin:0;font-size:.86rem}.fv-account-settings-loading{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:260px;display:flex}.fv-account-settings-form{gap:14px;display:grid}.fv-account-settings-form section{background:#fff;border:1px solid #e1e5eb;border-radius:12px;padding:16px}.fv-account-settings-form h2{color:#10285b;margin:0 0 12px;font-size:1rem}.fv-account-settings-form label{gap:6px;margin-bottom:10px;display:grid}.fv-account-settings-form label:last-child{margin-bottom:0}.fv-account-settings-form span{color:#556070;font-size:.78rem;font-weight:600}.fv-account-settings-form input{color:#111827;border:1px solid #d8dee6;border-radius:9px;outline:0;height:42px;padding:0 12px;font-size:.84rem}.fv-account-settings-form input:focus{border-color:#ffb48d;box-shadow:0 0 0 3px #ff620d1f}.fv-account-settings-error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:9px;padding:12px 14px;font-size:.82rem}.fv-account-settings-form>button{color:#fff;cursor:pointer;background:linear-gradient(140deg,#ff640f 0%,#ea5306 100%);border:0;border-radius:9px;justify-self:start;min-width:170px;height:44px;font-size:.84rem;font-weight:700}.fv-account-settings-form>button:disabled{opacity:.65;cursor:not-allowed}@media (max-width:720px){.fv-account-settings-page{padding:14px 0 28px}.fv-account-settings-shell{width:calc(100% - 16px)}}.fv-address-page{background:var(--fv-page,#f5f6f8);min-height:70vh;padding:22px 0 40px}.fv-address-shell{width:min(1220px,100% - 26px);margin-inline:auto}.fv-address-hero{margin-bottom:14px}.fv-address-hero>span{color:var(--fv-orange,#f85606);letter-spacing:.08em;font-size:.68rem;font-weight:800}.fv-address-hero h1{color:#10285b;margin:5px 0 6px;font-size:1.6rem;font-weight:760}.fv-address-hero p{color:#6b7280;margin:0;font-size:.86rem}.fv-address-error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:9px;margin-bottom:12px;padding:12px 14px;font-size:.82rem}.fv-address-layout{grid-template-columns:minmax(0,1fr) minmax(0,.92fr);gap:14px;display:grid}.fv-address-form-wrap,.fv-address-list-wrap{background:#fff;border:1px solid #dfe4ea;border-radius:12px;padding:14px}.fv-address-form-wrap h2,.fv-address-list-wrap h2{color:#10285b;margin:0 0 12px;font-size:1rem}.fv-address-form-wrap form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.fv-address-form-wrap label{gap:6px;display:grid}.fv-address-form-wrap span{color:#556070;font-size:.74rem;font-weight:600}.fv-address-form-wrap input,.fv-address-form-wrap select,.fv-address-form-wrap textarea{color:#111827;background:#fff;border:1px solid #d8dee6;border-radius:9px;outline:0;width:100%;font-size:.82rem}.fv-address-form-wrap input,.fv-address-form-wrap select{height:40px;padding:0 11px}.fv-address-form-wrap textarea{resize:vertical;min-height:86px;padding:8px 11px}.fv-address-form-wrap input:focus,.fv-address-form-wrap select:focus,.fv-address-form-wrap textarea:focus{border-color:#ffb48d;box-shadow:0 0 0 3px #ff620d1f}.fv-address-full{grid-column:1/-1}.fv-address-check{grid-column:1/-1;align-items:center;gap:8px;display:flex!important}.fv-address-check span{margin:0}.fv-address-check input{width:16px;height:16px;accent-color:var(--fv-orange,#f85606);margin:0}.fv-address-actions{grid-column:1/-1;gap:8px;margin-top:4px;display:flex}.fv-address-actions button{color:#fff;cursor:pointer;background:linear-gradient(140deg,#ff640f 0%,#ea5306 100%);border:0;border-radius:9px;min-width:145px;height:42px;font-size:.8rem;font-weight:700}.fv-address-actions button:disabled{opacity:.65;cursor:not-allowed}.fv-address-actions .ghost{color:#4b5563;background:#fff;border:1px solid #d8dee6}.fv-address-loading,.fv-address-empty{color:#6b7280;justify-content:center;align-items:center;gap:8px;min-height:160px;display:flex}.fv-address-list{gap:10px;display:grid}.fv-address-list article{border:1px solid #e4e8ee;border-radius:10px;padding:11px}.fv-address-list article header{justify-content:space-between;gap:8px;margin-bottom:6px;display:flex}.fv-address-list article header strong{color:#111827;font-size:.84rem}.fv-address-list article header div{flex-wrap:wrap;justify-content:end;gap:4px;display:flex}.fv-address-list article header span{color:#d44b00;background:#fff1e9;border-radius:999px;padding:3px 7px;font-size:.66rem;font-weight:700}.fv-address-list article p{color:#4b5563;margin:0 0 4px;font-size:.78rem;line-height:1.45}.fv-address-item-actions{gap:8px;margin-top:8px;display:flex}.fv-address-item-actions button{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #d7dde5;border-radius:7px;min-width:74px;height:30px;font-size:.72rem;font-weight:600}.fv-address-item-actions button.danger{color:#dc2626;background:#fff9f9;border-color:#fecaca}@media (max-width:980px){.fv-address-layout{grid-template-columns:1fr}}@media (max-width:720px){.fv-address-page{padding:14px 0 24px}.fv-address-shell{width:calc(100% - 14px)}.fv-address-form-wrap form{grid-template-columns:1fr}.fv-address-actions{flex-direction:column}.fv-address-actions button{width:100%}}.fv-auth-page{background:var(--soft2,#f0f1f6);min-height:calc(100vh - 180px);padding:28px 0 56px;animation:.4s both fv-auth-page-in}@keyframes fv-auth-page-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fv-auth-shell{border:1px solid var(--line,#ececf0);background:var(--white,#fff);width:min(960px,100% - 32px);box-shadow:var(--shadow,0 8px 24px #1b1f3514);border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);margin-inline:auto;display:grid;overflow:hidden}.fv-auth-brand{color:#fff;background:linear-gradient(145deg, #ff5a00 0%, var(--orange,#f85606) 48%, #e94c00 100%);flex-direction:column;justify-content:space-between;gap:28px;padding:36px 32px;display:flex;position:relative;overflow:hidden}.fv-auth-brand:before{content:"";pointer-events:none;background:#ffffff1f;border-radius:50%;width:220px;height:220px;position:absolute;inset:auto -40px -60px auto}.fv-auth-brand:after{content:"";pointer-events:none;background:#ffffff14;border-radius:50%;width:140px;height:140px;position:absolute;top:-50px;left:-30px}.fv-auth-brand-eyebrow{z-index:1;letter-spacing:.12em;text-transform:uppercase;opacity:.92;font-size:.68rem;font-weight:800;position:relative}.fv-auth-brand h2{z-index:1;font-family:var(--fv-font-brand,"Outfit", sans-serif);letter-spacing:-.02em;margin:8px 0 0;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;line-height:1.15;position:relative}.fv-auth-brand p{z-index:1;opacity:.94;max-width:28ch;margin:10px 0 0;font-size:.92rem;line-height:1.55;position:relative}.fv-auth-brand-list{z-index:1;gap:12px;margin:0;padding:0;list-style:none;display:grid;position:relative}.fv-auth-brand-list li{align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.45;display:flex}.fv-auth-brand-list i{opacity:.95;margin-top:2px;font-size:.9rem}.fv-auth-panel{flex-direction:column;justify-content:center;padding:34px 32px 30px;display:flex}.fv-auth-panel-head{margin-bottom:22px}.fv-auth-panel-head span{color:var(--orange,#f85606);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:800}.fv-auth-panel-head h1{color:var(--ink,#0f1748);font-family:var(--fv-font-brand,"Outfit", sans-serif);letter-spacing:-.02em;margin:6px 0 0;font-size:clamp(1.45rem,2vw,1.85rem);font-weight:700}.fv-auth-panel-head p{color:var(--muted,#7b7f8c);margin:8px 0 0;font-size:.9rem;line-height:1.5}.fv-auth-form{gap:14px;display:grid}.fv-auth-field{gap:6px;display:grid}.fv-auth-field label{color:var(--ink,#0f1748);font-size:.82rem;font-weight:600}.fv-auth-input-wrap{position:relative}.fv-auth-input-wrap i{color:#9aa3b2;pointer-events:none;font-size:.9rem;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.fv-auth-input-wrap input{border:1px solid var(--line,#ececf0);width:100%;height:46px;color:var(--text,#333);background:#fff;border-radius:10px;padding:0 14px 0 40px;transition:border-color .18s,box-shadow .18s}.fv-auth-input-wrap input:focus{border-color:#ffb088;outline:none;box-shadow:0 0 0 3px #f8560624}.fv-auth-input-wrap input:focus-visible{outline:2px solid var(--orange,#f85606);outline-offset:2px}.fv-auth-input-wrap--password input{padding-right:44px}.fv-auth-toggle-password{color:#8b93a1;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.fv-auth-toggle-password:hover{color:var(--orange,#f85606);background:#fff4ed}.fv-auth-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.fv-auth-check{color:var(--muted,#7b7f8c);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.86rem;display:inline-flex}.fv-auth-check input{width:16px;height:16px;accent-color:var(--orange,#f85606)}.fv-auth-link{color:var(--orange,#f85606);font-size:.86rem;font-weight:600;transition:color .15s}.fv-auth-link:hover{color:var(--orange-dark,#e94c00)}.fv-auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.86rem;line-height:1.45;display:flex}.fv-auth-error i{margin-top:2px}.fv-auth-submit{background:linear-gradient(135deg, #ff5a00 0%, var(--orange,#f85606) 100%);color:#fff;cursor:pointer;border:0;border-radius:10px;height:48px;margin-top:4px;font-size:.95rem;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s}.fv-auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #f8560647}.fv-auth-submit:active:not(:disabled){transform:translateY(0)}.fv-auth-submit:disabled{opacity:.65;cursor:not-allowed}.fv-auth-footer{border-top:1px solid var(--line,#ececf0);color:var(--muted,#7b7f8c);text-align:center;margin-top:18px;padding-top:18px;font-size:.9rem}.fv-auth-footer a{color:var(--orange,#f85606);font-weight:700}.fv-auth-footer a:hover{color:var(--orange-dark,#e94c00)}.fv-auth-loading{text-align:center;width:min(960px,100% - 32px);color:var(--muted,#7b7f8c);margin-inline:auto;padding:48px 24px}.fv-auth-spinner{border:3px solid #ececf0;border-top-color:var(--orange,#f85606);border-radius:50%;width:36px;height:36px;margin:0 auto 12px;animation:.7s linear infinite fv-auth-spin}@keyframes fv-auth-spin{to{transform:rotate(360deg)}}@media (max-width:820px){.fv-auth-shell{grid-template-columns:1fr}.fv-auth-brand{padding:24px 22px}.fv-auth-brand-list{display:none}.fv-auth-panel{padding:24px 20px 26px}}@media (prefers-reduced-motion:reduce){.fv-auth-page,.fv-auth-spinner{animation:none}.fv-auth-submit:hover:not(:disabled){transform:none}}.fv-orders-page{background:var(--fv-page,#f5f6f8);min-height:68vh;padding:24px 0 42px}.fv-orders-container{width:min(1220px,100% - 32px);margin-inline:auto}.fv-orders-hero{justify-content:space-between;align-items:end;gap:16px;margin-bottom:14px;display:flex}.fv-orders-hero span{color:var(--fv-orange,#f85606);letter-spacing:.08em;font-size:.68rem;font-weight:800}.fv-orders-hero h1{color:#10285b;margin:5px 0 6px;font-size:clamp(1.2rem,1.4vw + .8rem,1.75rem);font-weight:760}.fv-orders-hero p{color:#707c90;margin:0;font-size:.84rem}.fv-orders-hero-meta{text-align:right;background:linear-gradient(120deg,#fff7f2 0%,#fff 100%);border:1px solid #ffd9c2;border-radius:12px;min-width:126px;padding:10px 14px}.fv-orders-hero-meta strong{color:#d44b00;font-size:1.25rem;line-height:1;display:block}.fv-orders-hero-meta small{color:#8a94a6;font-size:.72rem}.fv-orders-tabs{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.fv-orders-tabs button{border:1px solid var(--fv-border,#dde2e8);color:#5f6a7e;cursor:pointer;text-align:left;background:#fff;border-radius:10px;min-height:54px;padding:8px 10px}.fv-orders-tabs button span{font-size:.72rem;font-weight:700;display:block}.fv-orders-tabs button b{color:#212936;margin-top:4px;font-size:1rem;display:block}.fv-orders-tabs button.active{color:#fff;background:linear-gradient(140deg,#ff640f 0%,#ea5306 100%);border-color:#ffb48d}.fv-orders-tabs button.active b{color:#fff}.fv-orders-loading,.fv-orders-empty{color:#7a8598;background:#fff;border:1px solid #e6e9ee;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:230px;display:flex}.fv-orders-empty i{color:#b8c0cd;font-size:1.2rem}.fv-orders-error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:9px;margin-bottom:12px;padding:12px 14px;font-size:.82rem}.fv-orders-error a{color:#9f1239;margin-left:4px;text-decoration:underline}.fv-orders-list{gap:12px;display:grid}.fv-order-card{background:#fff;border:1px solid #d7dde5;border-radius:12px;padding:13px 14px 12px;position:relative;overflow:hidden}.fv-order-card:before{content:"";background:#b6c0cf;width:4px;position:absolute;top:0;bottom:0;left:0}.fv-order-to-pay:before{background:#f59e0b}.fv-order-to-ship:before{background:#ff620d}.fv-order-to-receive:before{background:#2563eb}.fv-order-completed:before{background:#16a34a}.fv-order-cancelled:before{background:#ef4444}.fv-order-card-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.fv-order-card-head strong{color:#111827;font-size:.92rem}.fv-order-card-head span{color:#5d6677;text-transform:uppercase;letter-spacing:.04em;background:#f4f5f8;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:700}.fv-order-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.fv-order-card-grid small{color:#8a94a6;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:.66rem;display:block}.fv-order-card-grid p{color:#1f2937;margin:0;font-size:.82rem;font-weight:600}@media (max-width:960px){.fv-orders-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.fv-order-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.fv-orders-page{padding:14px 0 32px}.fv-orders-container{width:calc(100% - 18px)}.fv-orders-hero{flex-direction:column;align-items:start}.fv-orders-hero-meta{text-align:left;width:100%;min-width:0}.fv-orders-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.fv-order-card-grid{grid-template-columns:1fr}}.fv-vouchers-page{background:var(--fv-page,#f5f6f8);min-height:68vh;padding:24px 0 44px}.fv-vouchers-container{width:min(1220px,100% - 32px);margin-inline:auto}.fv-vouchers-hero{margin-bottom:16px}.fv-vouchers-hero>span{color:var(--fv-orange,#f85606);letter-spacing:.08em;font-size:.68rem;font-weight:800}.fv-vouchers-hero h1{color:#10285b;margin:5px 0 6px;font-size:1.7rem;font-weight:760}.fv-vouchers-hero p{color:#6b7280;margin:0;font-size:.86rem}.fv-vouchers-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.fv-voucher-card{background:#fff;border:1px solid #dfe4ea;border-radius:14px;padding:14px;position:relative;overflow:hidden}.fv-voucher-card:after{content:"";pointer-events:none;background:radial-gradient(1200px 250px at 20% -10%,#ff620d1f,#0000 60%);position:absolute;inset:0}.fv-voucher-code{z-index:1;color:#d44b00;letter-spacing:.02em;background:#fff7f2;border:1px solid #ffd4bf;border-radius:999px;align-items:center;padding:6px 10px;font-size:.8rem;font-weight:800;display:inline-flex;position:relative}.fv-voucher-body{z-index:1;margin-top:10px;position:relative}.fv-voucher-body h2{color:#111827;margin:0 0 6px;font-size:1rem;font-weight:700}.fv-voucher-body p{color:#6b7280;margin:0;font-size:.84rem;line-height:1.45}.fv-voucher-foot{z-index:1;border-top:1px solid #eef1f4;justify-content:space-between;align-items:center;gap:8px;margin-top:12px;padding-top:10px;display:flex;position:relative}.fv-voucher-foot span{color:#7b8498;font-size:.72rem;font-weight:700}.fv-voucher-foot b{color:#111827;font-size:.82rem;font-weight:800}.fv-vouchers-loading,.fv-vouchers-empty{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:220px;display:flex}.fv-vouchers-loading i{color:var(--fv-orange,#f85606)}.fv-vouchers-error{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:12px;justify-content:center;align-items:center;min-height:220px;padding:12px;font-size:.84rem;font-weight:600;display:flex}.fv-vouchers-empty i{color:#c7cdd8}@media (max-width:980px){.fv-vouchers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.fv-vouchers-grid{grid-template-columns:1fr}.fv-vouchers-container{width:calc(100% - 14px)}}:root{--fv-wl-page:#f1f2f6;--fv-wl-surface:#fff;--fv-wl-ink:#0f1748;--fv-wl-text:#24272d;--fv-wl-muted:#66708a;--fv-wl-line:#e5eaf3;--fv-wl-accent:#ff5a00;--fv-wl-accent-dark:#e94c00;--fv-wl-success:#059669;--fv-wl-danger:#dc2626}.fv-wishlist-page{background:var(--fv-wl-page);min-height:560px;padding:0 0 48px;animation:.45s both fv-wl-page-in}@keyframes fv-wl-page-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fv-wishlist-shell{width:min(1190px,100% - 32px);margin-inline:auto}.fv-wishlist-hero{border:1px solid var(--fv-wl-line);background:var(--fv-wl-surface);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-top:16px;padding:22px 24px;display:flex;box-shadow:0 2px 12px #0f17480a}.fv-wishlist-hero-copy h1{color:var(--fv-wl-ink);font-family:var(--fv-font-brand,"Outfit", sans-serif);letter-spacing:-.02em;margin:0 0 4px;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:700}.fv-wishlist-hero-copy p{color:var(--fv-wl-muted);margin:0;font-size:.875rem}.fv-wishlist-hero-meta{align-items:center;gap:14px;display:flex}.fv-wishlist-count{min-width:72px;color:var(--fv-wl-accent);background:linear-gradient(145deg,#fff7f2 0%,#ffe8da 100%);border-radius:10px;flex-direction:column;align-items:center;padding:10px 14px;display:flex}.fv-wishlist-count strong{font-size:1.5rem;font-weight:700;line-height:1}.fv-wishlist-count span{letter-spacing:.08em;text-transform:uppercase;margin-top:4px;font-size:.65rem;font-weight:700}.fv-wishlist-refresh{border:1px solid var(--fv-wl-line);background:var(--fv-wl-surface);width:42px;height:42px;color:var(--fv-wl-muted);cursor:pointer;border-radius:50%;place-items:center;transition:color .2s,border-color .2s,transform .2s,box-shadow .2s;display:grid}.fv-wishlist-refresh:hover:not(:disabled){color:var(--fv-wl-accent);border-color:#ffd3bc;transform:rotate(-18deg);box-shadow:0 4px 14px #ff5a0024}.fv-wishlist-refresh:disabled{opacity:.55;cursor:not-allowed}.fv-wishlist-state{border:1px solid var(--fv-wl-line);background:var(--fv-wl-surface);text-align:center;border-radius:12px;margin-top:16px;padding:28px 20px}.fv-wishlist-state.loading{color:var(--fv-wl-muted);justify-content:center;align-items:center;gap:10px;font-size:.9rem;display:flex}.fv-wishlist-state.loading i{color:var(--fv-wl-accent)}.fv-wishlist-state.error{color:var(--fv-wl-danger);font-size:.9rem}.fv-wishlist-state.error button{color:var(--fv-wl-accent);cursor:pointer;background:0 0;border:0;margin-left:8px;font-weight:600;text-decoration:underline}.fv-wishlist-empty{background:linear-gradient(#fff 0%,#f8f9fc 100%);border:1px dashed #d7deea;border-radius:14px;padding:56px 24px}.fv-wishlist-empty-icon{width:72px;height:72px;color:var(--fv-wl-accent);background:#fff3eb;border-radius:50%;place-items:center;margin:0 auto 18px;font-size:1.75rem;animation:2.4s ease-in-out infinite fv-wl-heart-pulse;display:grid}@keyframes fv-wl-heart-pulse{0%,to{transform:scale(1);box-shadow:0 0 #ff5a002e}50%{transform:scale(1.06);box-shadow:0 0 0 12px #ff5a0000}}.fv-wishlist-empty h2{color:var(--fv-wl-ink);margin:0 0 8px;font-size:1.15rem;font-weight:600}.fv-wishlist-empty p{max-width:420px;color:var(--fv-wl-muted);margin:0 auto 20px;font-size:.9rem;line-height:1.55}.fv-wishlist-empty a{background:var(--fv-wl-accent);color:#fff;border-radius:8px;align-items:center;gap:8px;min-height:42px;padding:0 20px;font-size:.875rem;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.fv-wishlist-empty a:hover{background:var(--fv-wl-accent-dark);transform:translateY(-2px);box-shadow:0 8px 20px #ff5a0047}.fv-wishlist-grid{gap:12px;margin-top:16px;display:grid}.fv-wishlist-card{border:1px solid var(--fv-wl-line);background:var(--fv-wl-surface);border-radius:12px;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;transition:border-color .22s,box-shadow .22s,transform .22s;animation:.4s both fv-wl-card-in;display:grid;box-shadow:0 1px 4px #0f174808}.fv-wishlist-card:hover{border-color:#ffd3bc;transform:translateY(-2px);box-shadow:0 10px 28px #0f174814}@keyframes fv-wl-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fv-wishlist-card-image{background:#f8f9fc;border-radius:10px;place-items:center;width:120px;height:120px;display:grid;overflow:hidden}.fv-wishlist-card-image img{object-fit:contain;width:100%;height:100%;transition:transform .35s}.fv-wishlist-card:hover .fv-wishlist-card-image img{transform:scale(1.05)}.fv-wishlist-card-image span{color:#c4cad4;font-size:1.5rem}.fv-wishlist-card-body{gap:8px;min-width:0;display:grid}.fv-wishlist-card-vendor{color:var(--fv-wl-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:600}.fv-wishlist-card-title{color:var(--fv-wl-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:600;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.fv-wishlist-card-title:hover{color:var(--fv-wl-accent)}.fv-wishlist-card-price{color:var(--fv-wl-accent);font-size:1.1rem;font-weight:700}.fv-wishlist-card-price small{color:var(--fv-wl-muted);margin-left:6px;font-size:.75rem;font-weight:500;text-decoration:line-through}.fv-wishlist-stock{border-radius:999px;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:4px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.fv-wishlist-stock.in{color:var(--fv-wl-success);background:#ecfdf5}.fv-wishlist-stock.out{color:var(--fv-wl-danger);background:#fef2f2}.fv-wishlist-card-actions{align-content:center;gap:8px;display:grid}.fv-wishlist-btn{cursor:pointer;border-radius:8px;min-width:132px;min-height:40px;padding:0 14px;font-size:.8rem;font-weight:600;transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s}.fv-wishlist-btn:active:not(:disabled){transform:scale(.97)}.fv-wishlist-btn-primary{background:var(--fv-wl-accent);color:#fff;border:0}.fv-wishlist-btn-primary:hover:not(:disabled){background:var(--fv-wl-accent-dark);transform:translateY(-1px);box-shadow:0 6px 16px #ff5a0040}.fv-wishlist-btn-primary:disabled{opacity:.45;cursor:not-allowed}.fv-wishlist-btn-ghost{border:1px solid var(--fv-wl-line);color:var(--fv-wl-muted);background:#fff}.fv-wishlist-btn-ghost:hover:not(:disabled){color:var(--fv-wl-danger);background:#fff5f5;border-color:#fecaca}@media (max-width:768px){.fv-wishlist-shell{width:calc(100% - 20px)}.fv-wishlist-hero{flex-direction:column;align-items:flex-start;padding:18px 16px}.fv-wishlist-hero-meta{justify-content:space-between;width:100%}.fv-wishlist-card{grid-template-columns:88px minmax(0,1fr)}.fv-wishlist-card-image{width:88px;height:88px}.fv-wishlist-card-actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.fv-wishlist-btn{width:100%;min-width:0}}@media (prefers-reduced-motion:reduce){.fv-wishlist-page,.fv-wishlist-card,.fv-wishlist-empty-icon{animation:none}.fv-wishlist-card:hover,.fv-wishlist-empty a:hover,.fv-wishlist-btn-primary:hover:not(:disabled),.fv-wishlist-refresh:hover:not(:disabled){transform:none}}.fv-flash-page{color:#252525;background:#f5f5f5;min-height:680px;padding:24px 0 55px}.fv-flash-page-container{width:min(1190px,100% - 32px);margin-inline:auto}.fv-flash-page-head{align-items:center;min-height:92px;margin-bottom:12px;display:flex}.fv-flash-page-head span{color:#f85606;letter-spacing:.05em;font-size:9px;font-weight:800}.fv-flash-page-head h1{margin:4px 0 0;font-size:27px;font-weight:500}.fv-flash-page-head p{color:#7e7e7e;margin:5px 0 0;font-size:11px}.fv-flash-page-grid{background:#eee;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;display:grid}.fv-flash-page-grid>*{background:#fff}.fv-flash-page-empty{color:#8a8a8a;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:330px;display:flex}.fv-flash-page-empty>i{color:#f85606;font-size:35px}.fv-flash-page-empty h2{color:#444;margin:5px 0 0;font-size:17px;font-weight:500}.fv-flash-page-empty p{margin:0;font-size:11px}.fv-flash-page-loading{color:#888;background:#f5f5f5;justify-content:center;align-items:center;gap:8px;min-height:520px;display:flex}.fv-flash-page-loading i{color:#f85606}.fv-flash-page-error{color:#b42318;background:#fff1f2;border:1px solid #fecaca;align-items:center;gap:8px;padding:12px 14px;display:flex}.fv-flash-pagination{justify-content:center;align-items:center;gap:7px;min-height:85px;display:flex}.fv-flash-pagination button{color:#333;background:#fff;border:1px solid #d7dadd;border-radius:4px;width:34px;height:34px;font-size:11px}.fv-flash-pagination button.active{color:#fff;background:#f85606;border-color:#f85606}.fv-flash-pagination button:disabled{color:#c0c3c7}.fv-flash-pagination span{color:#a6a9ad}@media (max-width:1050px){.fv-flash-page-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:760px){.fv-flash-page{padding:15px 0 90px}.fv-flash-page-container{width:100%;padding:0 10px}.fv-flash-page-head{min-height:75px}.fv-flash-page-head h1{font-size:21px}.fv-flash-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fv-static-page{background:linear-gradient(#f0f1f6 0%,#f7f8fb 42%,#fff 100%);min-height:560px;padding:0 0 56px;animation:.45s both fv-static-page-in}@keyframes fv-static-page-in{0%{opacity:0}to{opacity:1}}.fv-static-shell{width:min(940px,100% - 32px);margin-inline:auto}.fv-static-hero{background:#fff;border:1px solid #e5eaf3;border-radius:16px;margin-top:20px;padding:28px 28px 26px;animation:.55s cubic-bezier(.22,1,.36,1) both fv-static-rise;position:relative;overflow:hidden;box-shadow:0 8px 28px #0f17480f}.fv-static-hero:before{content:"";transform-origin:0;background:linear-gradient(90deg,#ff5a00,#f85606 55%,#ffb347);height:4px;animation:.8s cubic-bezier(.22,1,.36,1) .15s both fv-static-accent-grow;position:absolute;top:0;left:0;right:0}@keyframes fv-static-accent-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes fv-static-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fv-static-eyebrow{color:#f85606;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;margin:0;font-size:.68rem;font-weight:800;display:inline-flex}.fv-static-eyebrow i{font-size:.85rem}.fv-static-title{color:#0f1748;font-family:var(--fv-font-brand,"Outfit", sans-serif);letter-spacing:-.02em;margin:10px 0 0;font-size:clamp(1.55rem,2.6vw,2.15rem);font-weight:700;line-height:1.15}.fv-static-intro{color:#5f6c8b;max-width:62ch;margin:12px 0 0;font-size:.95rem;line-height:1.7}.fv-static-meta{color:#8a94ad;margin:14px 0 0;font-size:.8rem}.fv-static-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.fv-static-highlight{background:linear-gradient(160deg,#fffaf7 0%,#fff 100%);border:1px solid #edf1f8;border-radius:12px;padding:16px 14px;animation:.55s cubic-bezier(.22,1,.36,1) both fv-static-rise}.fv-static-highlight:first-child{animation-delay:.12s}.fv-static-highlight:nth-child(2){animation-delay:.2s}.fv-static-highlight:nth-child(3){animation-delay:.28s}.fv-static-highlight i{color:#f85606;background:#fff3eb;border-radius:10px;place-items:center;width:36px;height:36px;margin-bottom:10px;font-size:.95rem;display:grid}.fv-static-highlight strong{color:#1e2b52;margin-bottom:4px;font-size:.9rem;display:block}.fv-static-highlight span{color:#66708a;font-size:.82rem;line-height:1.45}.fv-static-body{background:#fff;border:1px solid #e5eaf3;border-radius:16px;margin-top:18px;padding:24px 26px 28px;animation:.55s cubic-bezier(.22,1,.36,1) .18s both fv-static-rise;box-shadow:0 4px 18px #0f17480a}.fv-static-section{border-top:1px solid #edf1f8;margin-top:22px;padding-top:22px;animation:.5s both fv-static-rise}.fv-static-section:first-child{border-top:0;margin-top:0;padding-top:0}.fv-static-section:first-child{animation-delay:.22s}.fv-static-section:nth-child(2){animation-delay:.3s}.fv-static-section:nth-child(3){animation-delay:.38s}.fv-static-section:nth-child(4){animation-delay:.46s}.fv-static-section h2{color:#24345f;font-family:var(--fv-font-brand,"Outfit", sans-serif);margin:0 0 10px;font-size:1.05rem;font-weight:700}.fv-static-section p,.fv-static-section li{color:#4f5d7d;margin:0;font-size:.92rem;line-height:1.75}.fv-static-section p+p{margin-top:10px}.fv-static-section ul,.fv-static-section ol{margin:10px 0 0;padding-left:20px}.fv-static-section li+li{margin-top:6px}.fv-static-steps{gap:12px;margin-top:12px;display:grid}.fv-static-step{background:#f8f9fc;border-radius:10px;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:12px;padding:12px 14px;display:grid}.fv-static-step-num{color:#fff;background:linear-gradient(135deg,#ff5a00,#f85606);border-radius:50%;place-items:center;width:36px;height:36px;font-size:.82rem;font-weight:800;display:grid}.fv-static-step p{margin:0;padding-top:6px}@media (max-width:760px){.fv-static-highlights{grid-template-columns:1fr}.fv-static-hero,.fv-static-body{padding-left:18px;padding-right:18px}}@media (prefers-reduced-motion:reduce){.fv-static-page,.fv-static-hero,.fv-static-hero:before,.fv-static-highlight,.fv-static-body,.fv-static-section{animation:none}}.flp-page,.flp-code-root{color:#1c1917;background:#fffdf9;min-height:100vh;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif}.flp-wrap{width:min(var(--flp-max,960px), calc(100% - 32px));margin-inline:auto}.flp-chrome-header{z-index:40;border-bottom:1px solid #e8e2d8}.flp-chrome-header.sticky{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;top:0}.flp-chrome-header.no-border{border-bottom:0}.flp-chrome-inner{align-items:center;gap:18px;width:min(1100px,100% - 32px);min-height:64px;margin-inline:auto;display:flex}.flp-logo{color:inherit;letter-spacing:-.02em;align-items:center;font-weight:750;text-decoration:none;display:inline-flex}.flp-logo img{width:auto;height:28px;display:block}.flp-nav{flex-wrap:wrap;gap:14px;margin-left:auto;display:flex}.flp-nav a{color:inherit;opacity:.8;font-size:13px;font-weight:600;text-decoration:none}.flp-nav a:hover{opacity:1;color:var(--flp-accent,#ff620d)}.flp-btn{background:var(--flp-page-primary,#ff620d);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:650;text-decoration:none;display:inline-flex}.flp-btn-sm{min-height:36px;margin-left:4px;padding:0 14px;font-size:13px}.flp-btn-ghost{color:inherit;background:0 0;border:1px solid}.flp-btn:hover{filter:brightness(.96)}.flp-section{position:relative}.flp-hero h1,.flp-section h2{letter-spacing:-.03em;margin:0;font-size:clamp(28px,4vw,44px);line-height:1.15}.flp-section h3{letter-spacing:-.02em;margin:0 0 8px;font-size:20px}.flp-hero p,.flp-body,.flp-section p{margin:12px 0 0;line-height:1.65}.flp-muted{color:var(--flp-page-muted,#78716c);font-size:14px}.flp-actions{gap:10px;justify-content:inherit;flex-wrap:wrap;margin-top:22px;display:flex}.flp-image img,.flp-gallery img{border-radius:14px;width:100%;display:block}.flp-image figcaption{color:var(--flp-page-muted,#78716c);margin-top:10px;font-size:13px}.flp-gallery{gap:12px;display:grid}.flp-video{background:#111;border-radius:14px;width:100%;padding-top:56.25%;position:relative;overflow:hidden}.flp-video iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.flp-features-grid,.flp-stats-grid,.flp-testimonial-grid,.flp-columns{gap:14px;display:grid}.flp-features-grid article,.flp-testimonial-grid blockquote,.flp-columns article{text-align:left;background:#ffffff8c;border:1px solid #e8e2d8;border-radius:12px;padding:18px}.flp-features-grid strong,.flp-columns strong{margin-bottom:6px;display:block}.flp-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.flp-stats-grid strong{letter-spacing:-.03em;font-size:clamp(28px,4vw,40px);display:block}.flp-stats-grid span{opacity:.75;font-size:13px;font-weight:600}.flp-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.flp-testimonial-grid footer{color:var(--flp-page-muted,#78716c);align-items:baseline;gap:8px;margin-top:14px;font-size:13px;display:flex}.flp-faq details{text-align:left;border-bottom:1px solid #e8e2d8;padding:14px 0}.flp-faq summary{cursor:pointer;font-weight:650}.flp-faq p{color:var(--flp-page-muted,#78716c);margin-top:8px}.flp-logos{gap:18px;justify-content:inherit;flex-wrap:wrap;align-items:center;margin-top:18px;display:flex}.flp-logos img{object-fit:contain;opacity:.85;width:auto;height:36px}.flp-logo-fallback{color:#78716c;background:#f0ebe3;border-radius:8px;justify-content:center;align-items:center;min-width:88px;min-height:36px;padding:0 12px;font-size:12px;font-weight:650;display:inline-flex}.flp-countdown-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.flp-countdown-grid div{background:#ffffffb3;border:1px solid #e8e2d8;border-radius:12px;padding:14px 8px}.flp-countdown-grid strong{letter-spacing:-.03em;font-size:28px;display:block}.flp-countdown-grid span{color:var(--flp-page-muted,#78716c);font-size:12px;font-weight:600}.flp-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.flp-chrome-footer{margin-top:auto;padding:42px 0 24px}.flp-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:24px;padding-bottom:24px;display:grid}.flp-footer-grid strong{margin-bottom:10px;display:block}.flp-footer-links{gap:8px;display:grid}.flp-footer-links a{color:var(--flp-muted,#a8a29e);font-size:13px;font-weight:500;text-decoration:none}.flp-footer-links a:hover{color:inherit}.flp-copyright{width:min(1100px,100% - 32px);color:var(--flp-muted,#a8a29e);border-top:1px solid #ffffff1f;margin:0 auto;padding-top:16px;font-size:12px}.flp-state{text-align:center;color:#78716c;place-content:center;gap:10px;min-height:70vh;padding:40px 16px;display:grid}.flp-state.error h1{color:#1c1917;margin:0}.flp-state a{color:#ff620d;font-weight:650}@media (max-width:800px){.flp-chrome-inner{flex-wrap:wrap;padding:12px 0}.flp-nav{order:3;width:100%;margin-left:0}.flp-features-grid,.flp-stats-grid,.flp-testimonial-grid,.flp-columns,.flp-gallery,.flp-footer-grid,.flp-countdown-grid{grid-template-columns:1fr!important}}:root{--fvos2-orange:#ff5a00;--fvos2-bg:#fff8f3;--fvos2-text:#202630;--fvos2-muted:#87909b;--fvos2-border:#e8e9ec}.fvos2-page{background:radial-gradient(circle at 50% 0, #fff, transparent 40%), var(--fvos2-bg);justify-content:center;align-items:flex-start;min-height:680px;padding:28px 15px 55px;display:flex}.fvos2-card{border:1px solid #ffd8c3;border-top:5px solid var(--fvos2-orange);background:#fff;border-radius:18px;width:min(780px,100%);overflow:hidden;box-shadow:0 15px 42px #3624190f}.fvos2-top{grid-template-columns:62px minmax(0,1fr) 40px;align-items:center;gap:14px;padding:23px 25px 17px;display:grid}.fvos2-check{background:var(--fvos2-orange);color:#fff;border:7px solid #fff0e7;border-radius:50%;place-items:center;width:58px;height:58px;font-size:25px;display:grid}.fvos2-top small{color:var(--fvos2-orange);letter-spacing:.12em;font-size:8px;font-weight:800}.fvos2-top h1{color:#1e242c;margin:4px 0 3px;font-size:24px;font-weight:650;line-height:1.2}.fvos2-top p{color:var(--fvos2-muted);margin:0;font-size:10px}.fvos2-invoice{width:38px;height:38px;color:var(--fvos2-orange);background:#fff7f2;border:1px solid #ffd0b6;border-radius:9px;place-items:center;display:grid}.fvos2-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;padding:0 25px 16px;display:grid}.fvos2-facts>div{border:1px solid var(--fvos2-border);background:#fbfcfd;border-radius:10px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;min-height:72px;padding:8px 10px;display:grid}.fvos2-facts>div>span{border-radius:9px;place-items:center;width:38px;height:38px;font-size:16px;display:grid}.fvos2-facts .orange,.fvos2-facts .money{color:var(--fvos2-orange);background:#fff0e7}.fvos2-facts .green{color:#13a875;background:#e9fbf3}.fvos2-facts .blue{color:#2f6fec;background:#eef5ff}.fvos2-facts p{min-width:0;margin:0}.fvos2-facts p small{color:#9097a1;text-transform:uppercase;font-size:7px;display:block}.fvos2-facts p strong{color:#25303d;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:11px;display:block;overflow:hidden}.fvos2-detail-grid{border-top:1px solid #eee;border-bottom:1px solid #eee;grid-template-columns:.85fr 1.15fr;display:grid}.fvos2-detail-grid>section{min-width:0;padding:14px 25px}.fvos2-detail-grid>section:first-child{border-right:1px solid #eee}.fvos2-detail-grid h2{color:#38414c;align-items:center;gap:6px;margin:0 0 9px;font-size:10px;font-weight:700;display:flex}.fvos2-detail-grid h2 i{color:var(--fvos2-orange)}.fvos2-detail-grid>section>strong{font-size:10px}.fvos2-detail-grid>section>p{color:#737b85;margin:3px 0 0;font-size:8px;line-height:1.35}.fvos2-detail-grid>section>small{color:#9b7a67;margin-top:6px;font-size:7px;display:block}.fvos2-items{max-height:180px;overflow-y:auto}.fvos2-items>div{border-bottom:1px dashed #e8e9eb;justify-content:space-between;align-items:center;gap:10px;min-height:42px;display:flex}.fvos2-items>div:last-child{border-bottom:0}.fvos2-items span{min-width:0}.fvos2-items strong{color:#303742;white-space:nowrap;text-overflow:ellipsis;font-size:9px;display:block;overflow:hidden}.fvos2-items small{color:#979da5;margin-top:2px;font-size:7px;display:block}.fvos2-items b{color:#303742;flex:none;font-size:9px}.fvos2-totals{justify-content:flex-end;align-items:stretch;padding:13px 25px;display:flex}.fvos2-totals>span{border-right:1px solid #eee;flex-direction:column;gap:3px;min-width:105px;padding:0 12px;display:flex}.fvos2-totals>span:last-child{border-right:0}.fvos2-totals small{color:#9198a1;font-size:7px}.fvos2-totals strong{color:#333a44;font-size:10px}.fvos2-totals .green-text{color:#10a36f}.fvos2-totals .grand strong{color:var(--fvos2-orange);font-size:15px}.fvos2-actions{grid-template-columns:1.3fr 1fr 1fr;gap:9px;padding:0 25px 22px;display:grid}.fvos2-actions button{color:#45505c;background:#fff;border:1px solid #dfe2e6;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:43px;font-size:9px;font-weight:700;display:inline-flex}.fvos2-actions button.primary{border-color:var(--fvos2-orange);background:var(--fvos2-orange);color:#fff;box-shadow:0 7px 16px #ff5a002e}.fvos2-actions button.invoice{color:var(--fvos2-orange);border-color:#ffc7a8}.fvos2-state{background:var(--fvos2-bg);color:#7f8791;justify-content:center;align-items:center;gap:8px;min-height:520px;display:flex}.fvos2-state i{color:var(--fvos2-orange)}.fvos2-state.error{color:#b42318}@media (max-width:767px){.fvos2-page{background:#f6f7f9;min-height:100dvh;padding:12px 8px 25px}.fvos2-card{border-top-width:4px;border-radius:14px}.fvos2-top{grid-template-columns:50px minmax(0,1fr) 36px;gap:9px;padding:16px 13px 12px}.fvos2-check{border-width:6px;width:48px;height:48px;font-size:20px}.fvos2-top h1{font-size:15px}.fvos2-top p{font-size:8px}.fvos2-invoice{width:34px;height:34px}.fvos2-facts{grid-template-columns:1fr 1fr;gap:7px;padding:0 12px 11px}.fvos2-facts>div{grid-template-columns:34px minmax(0,1fr);gap:6px;min-height:62px;padding:6px 8px}.fvos2-facts>div>span{width:32px;height:32px;font-size:13px}.fvos2-facts p strong{font-size:9px}.fvos2-detail-grid{display:block}.fvos2-detail-grid>section{padding:11px 13px}.fvos2-detail-grid>section:first-child{border-bottom:1px solid #eee;border-right:0}.fvos2-items{max-height:145px}.fvos2-totals{grid-template-columns:1fr 1fr;padding:10px 12px;display:grid}.fvos2-totals>span{border-bottom:1px solid #f0f1f2;border-right:0;min-width:0;padding:7px 8px}.fvos2-totals>span:nth-last-child(-n+2){border-bottom:0}.fvos2-actions{grid-template-columns:1fr 1fr;gap:7px;padding:4px 12px 13px}.fvos2-actions button{min-height:40px}.fvos2-actions button.primary{grid-column:1/-1}}:root{--fv-pd-orange:#ff5a00;--fv-pd-cyan:#20b7da;--fv-pd-page:#f1f2f6;--fv-pd-border:#e8e9ec;--fv-pd-text:#24272d;--fv-pd-muted:#8b919a;--fv-pd-star:#f7b321}.fv-pd-page{background:var(--fv-pd-page);min-height:700px;color:var(--fv-pd-text)}main:has(.fv-pd-page){background:var(--fv-pd-page)}.fv-pd-stars{color:var(--fv-pd-star);align-items:center;gap:1px;display:inline-flex}.fv-pd-stars i{font-size:13px}.fv-pd-image-fallback{color:#c4c9d0;background:#fafafa;place-items:center;width:100%;height:100%;display:grid}.fv-pd-image-fallback i{font-size:40px}.fv-pd-page-state{background:var(--fv-pd-page);color:#797f88;justify-content:center;align-items:center;gap:8px;min-height:520px;display:flex}.fv-pd-page-state i{color:var(--fv-pd-orange)}.fv-pd-page-state.error{color:#b42318}.fv-pd-desktop{background:var(--fv-pd-page);padding:16px 0 44px;display:block}.fv-pd-desktop .fv-category-menu-dropdown{margin-top:0}.fv-pd-desktop-container{width:min(1190px,100% - 32px);margin-inline:auto}.fv-pd-breadcrumbs{white-space:nowrap;color:#777e87;align-items:center;gap:8px;min-height:52px;font-size:12px;display:flex;overflow:hidden}.fv-pd-breadcrumbs a{color:#078eb5}.fv-pd-breadcrumbs span{text-overflow:ellipsis;overflow:hidden}.fv-pd-breadcrumbs i{color:#afb4bb;font-size:9px}.fv-pd-desktop-main{background:#fff;border:1px solid #e6e7e9;grid-template-columns:360px minmax(0,1fr) 320px;align-items:stretch;display:grid;overflow:visible;box-shadow:0 2px 10px #181e2a08}.fv-pd-desktop-gallery{border-right:1px solid #eee;min-width:0;padding:14px;position:relative;overflow:visible}.fv-pd-desktop-main-image{aspect-ratio:1;z-index:2;background:#fff;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:visible}.fv-pd-desktop-main-image--video{overflow:hidden}.fv-pd-desktop-main-image--video video,.fv-pd-mobile-gallery>video{object-fit:contain;background:#000;width:100%;height:100%}.fv-pd-thumb-video{width:100%;height:100%;display:block;position:relative}.fv-pd-thumb-video video{object-fit:cover;width:100%;height:100%;display:block}.fv-pd-thumb-video i{color:#fff;text-shadow:0 1px 4px #0000008c;pointer-events:none;place-items:center;width:1.1rem;height:1.1rem;margin:auto;display:grid;position:absolute;inset:0}.fv-pd-desktop-main-image--zoom{z-index:8}.fv-pd-zoom-frame{cursor:crosshair;background:#fff;width:100%;height:100%;position:relative;overflow:hidden}.fv-pd-zoom-frame img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.fv-pd-zoom-lens{pointer-events:none;background:linear-gradient(135deg,#ff5a0024 0%,#ffffff14 48%,#ff5a0024 100%);border:1px solid #ff5a008c;position:absolute;top:0;left:0;box-shadow:inset 0 0 0 1px #ffffff59}.fv-pd-zoom-pane{aspect-ratio:1;pointer-events:none;z-index:20;background:#fff;border:1px solid #e6e7e9;width:min(420px,36vw);position:absolute;top:0;left:calc(100% + 14px);overflow:hidden;box-shadow:0 10px 28px #181e2a1f}.fv-pd-zoom-pane img{object-fit:contain;will-change:transform;width:100%;height:100%;display:block}@media (hover:none),(max-width:1100px){.fv-pd-zoom-lens,.fv-pd-zoom-pane{display:none!important}.fv-pd-zoom-frame{cursor:default}}.fv-pd-desktop-thumbnails{scrollbar-width:none;gap:7px;margin-top:10px;display:flex;overflow-x:auto}.fv-pd-desktop-thumbnails::-webkit-scrollbar{display:none}.fv-pd-desktop-thumbnails button{background:#fff;border:1px solid #e0e2e5;flex:0 0 52px;place-items:center;width:52px;height:52px;padding:2px;display:grid;overflow:hidden}.fv-pd-desktop-thumbnails button.active{border:2px solid var(--fv-pd-orange)}.fv-pd-desktop-thumbnails img{object-fit:contain;width:100%;height:100%}.fv-pd-desktop-thumbnails video{object-fit:cover;width:100%;height:100%;display:block}.fv-pd-desktop-info{min-width:0;padding:18px 20px 22px}.fv-pd-brand-line{color:#8e949d;min-height:22px;font-size:12px}.fv-pd-brand-line a{color:#0a86c1;margin-left:4px}.fv-pd-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fv-pd-title-row h1{color:#20242a;margin:2px 0 0;font-size:26px;font-weight:600;line-height:1.3}.fv-pd-title-row>div{gap:5px;display:flex}.fv-pd-title-row button{color:#6b7280;cursor:pointer;background:#f4f6f9;border:1px solid #e5eaf3;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;font-size:18px;transition:color .2s,background .2s,border-color .2s,transform .15s;display:grid}.fv-pd-title-row button:hover:not(:disabled){color:var(--fv-pd-orange);background:#fff8f3;border-color:#ffd3bc}.fv-pd-title-row button.is-wishlisted{color:#ff5a00;background:#fff3eb;border-color:#ffd3bc}.fv-pd-title-row button.is-wishlisted:hover:not(:disabled){color:#e65100;background:#ffe8da;border-color:#ffb88a}.fv-pd-title-row button:disabled{opacity:.55;cursor:not-allowed}@keyframes fv-pd-wishlist-pop{0%{transform:scale(1)}35%{transform:scale(1.38)}65%{transform:scale(.9)}to{transform:scale(1)}}.fv-pd-title-row button.is-wishlist-animating i,.fv-pd-mobile-icon-btn.is-wishlist-animating i{animation:.55s cubic-bezier(.34,1.56,.64,1) fv-pd-wishlist-pop}.fv-pd-desktop-rating{border-bottom:1px solid #eee;align-items:center;gap:9px;min-height:40px;display:flex}.fv-pd-desktop-rating button{color:#1585bf;background:0 0;border:0;font-size:12px}.fv-pd-desktop-rating>span:last-child{color:#8b919a;font-size:12px}.fv-pd-price-panel{padding:14px 0 10px}.fv-pd-price-panel>strong{color:var(--fv-pd-orange);font-size:32px;font-weight:400;line-height:1.1;display:block}.fv-pd-price-panel>div{align-items:center;gap:7px;margin-top:5px;display:flex}.fv-pd-price-panel del{color:#9ba0a7;font-size:13px}.fv-pd-price-panel span{color:#363b43;font-size:13px}.fv-pd-desktop-promo{border-top:1px solid #eee;border-bottom:1px solid #eee;grid-template-columns:90px minmax(0,1fr);align-items:center;min-height:43px;display:grid}.fv-pd-desktop-promo span{color:#8a9099;font-size:13px}.fv-pd-desktop-promo strong{width:-moz-fit-content;width:fit-content;color:var(--fv-pd-orange);background:#fff0e8;padding:6px 10px;font-size:12px}.fv-pd-desktop-option-row{grid-template-columns:90px minmax(0,1fr);align-items:start;gap:10px;padding:13px 0 0;display:grid}.fv-pd-desktop-option-row>span{color:#777e87;font-size:13px}.fv-pd-desktop-option-row>div{flex-wrap:wrap;gap:7px;display:flex}.fv-pd-desktop-option-row button{color:#4d535c;background:#fff;border:1px solid #dcdfe3;align-items:center;gap:6px;min-height:38px;padding:0 13px;font-size:13px;transition:border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.fv-pd-desktop-option-row button:hover{color:var(--fv-pd-orange);border-color:#ffc7a8}.fv-pd-desktop-option-row button.active{border:1.5px solid var(--fv-pd-orange);color:var(--fv-pd-orange);box-shadow:inset 0 0 0 1px #fff0e8}.fv-pd-desktop-option-row button i{border:1px solid #d7d7d7;border-radius:50%;width:13px;height:13px}.fv-pd-desktop-qty-row{grid-template-columns:90px auto 1fr;align-items:center;gap:10px;min-height:62px;display:grid}.fv-pd-desktop-qty-row>span{color:#777e87;font-size:13px}.fv-pd-desktop-qty-row small{color:#999fa7;font-size:11px}.fv-pd-qty-control{grid-template-columns:34px 38px 34px;height:34px;display:grid}.fv-pd-qty-control button,.fv-pd-qty-control strong{border:0;place-items:center;display:grid}.fv-pd-qty-control button{color:#949aa3;background:#f2f3f5;font-size:15px}.fv-pd-qty-control strong{color:#222;background:#fff;font-size:14px;font-weight:600}.fv-pd-out-stock{color:#dc2626;margin:4px 0 10px;font-size:13px}.fv-pd-desktop-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.fv-pd-desktop-actions button{color:#fff;letter-spacing:.01em;cursor:pointer;border:0;border-radius:6px;min-height:50px;font-size:15px;font-weight:700;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s,filter .22s}.fv-pd-desktop-actions button.buy{background:var(--fv-pd-cyan)}.fv-pd-desktop-actions button.cart{background:var(--fv-pd-orange)}.fv-pd-desktop-actions button.buy:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 10px 24px #20b7da57}.fv-pd-desktop-actions button.cart:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-2px);box-shadow:0 10px 24px #ff5a0057}.fv-pd-desktop-actions button:active:not(:disabled){transform:translateY(0)}.fv-pd-desktop-actions button:disabled{opacity:.55;cursor:not-allowed}.fv-pd-desktop-side{background:#fafafa;border-left:1px solid #eee}.fv-pd-desktop-side>section{border-bottom:1px solid #eceef0;padding:16px}.fv-pd-desktop-side h3{color:#555c65;justify-content:space-between;align-items:center;margin:0 0 12px;font-size:13px;font-weight:600;display:flex}.fv-pd-side-line{color:#3e444c;grid-template-columns:25px minmax(0,1fr);gap:8px;margin:11px 0;font-size:13px;line-height:1.45;display:grid}.fv-pd-side-line>i{color:#8b9199;text-align:center;font-size:14px}.fv-pd-side-line span{flex-direction:column;gap:2px;display:flex}.fv-pd-side-line small{color:#9ca1a8;font-size:11px}.fv-pd-seller-card>span{color:#8e949c;font-size:11px}.fv-pd-seller-head{align-items:center;gap:9px;margin-top:7px;display:flex}.fv-pd-seller-logo{width:40px;height:40px;color:var(--fv-pd-orange);background:#fff0e8;border-radius:50%;place-items:center;display:grid;overflow:hidden}.fv-pd-seller-logo img{object-fit:cover;width:100%;height:100%}.fv-pd-seller-head strong{font-size:15px;font-weight:700}.fv-pd-seller-metrics{border-top:1px solid #eee;border-bottom:1px solid #eee;grid-template-columns:1fr 1fr;margin-top:14px;display:grid}.fv-pd-seller-metrics div{border-right:1px solid #eee;flex-direction:column;justify-content:center;gap:6px;min-height:70px;padding:8px;display:flex}.fv-pd-seller-metrics div:last-child{border-right:0}.fv-pd-seller-metrics span{color:#858b94;font-size:11px}.fv-pd-seller-metrics strong{color:#262c34;font-size:17px;font-weight:500}.fv-pd-seller-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.fv-pd-seller-actions button{color:#4d535c;cursor:pointer;background:#fff;border:1px solid #dfe2e5;border-radius:6px;min-height:42px;font-size:13px;font-weight:600;transition:transform .22s cubic-bezier(.22,1,.36,1),border-color .22s,background .22s,color .22s,box-shadow .22s}.fv-pd-seller-actions button:first-child:hover{color:var(--fv-pd-orange);background:#fff8f4;border-color:#ffc7a8;transform:translateY(-2px);box-shadow:0 8px 18px #ff5a001f}.fv-pd-seller-actions button:last-child{border-color:var(--fv-pd-orange);color:var(--fv-pd-orange)}.fv-pd-seller-actions button:last-child:hover{background:var(--fv-pd-orange);color:#fff;transform:translateY(-2px);box-shadow:0 8px 18px #ff5a0047}.fv-pd-seller-actions button:active{transform:translateY(0)}.fv-pd-desktop-section{background:#fff;border:1px solid #e6e7e9;width:calc(100% - 320px);margin-top:13px}.fv-pd-desktop-section>h2{border-bottom:1px solid #eee;align-items:center;min-height:50px;margin:0;padding:0 17px;font-size:16px;font-weight:700;display:flex}.fv-pd-description{max-height:530px;padding:18px 20px;position:relative;overflow:hidden}.fv-pd-description:not(.expanded):after{content:"";background:linear-gradient(#0000,#fff);height:75px;position:absolute;bottom:0;left:0;right:0}.fv-pd-description.expanded{max-height:none}.fv-pd-rich-text{color:#333942;font-size:14px;line-height:1.7}.fv-pd-rich-text img,.fv-pd-rich-text video,.fv-pd-rich-text iframe{max-width:100%}.fv-pd-video iframe{border:0;width:100%;min-height:430px}.fv-pd-view-more{border:1px solid var(--fv-pd-orange);min-width:130px;min-height:40px;color:var(--fv-pd-orange);cursor:pointer;background:#fff;border-radius:6px;margin:0 auto 17px;font-size:13px;font-weight:600;transition:transform .2s,background .2s,color .2s;display:block}.fv-pd-view-more:hover{background:var(--fv-pd-orange);color:#fff;transform:translateY(-1px)}.fv-pd-review-summary{border-bottom:1px solid #eee;grid-template-columns:210px 340px;gap:25px;padding:25px 22px;display:grid}.fv-pd-review-summary>div:first-child{flex-direction:column;gap:7px;display:flex}.fv-pd-review-summary>div:first-child>strong{font-size:40px;font-weight:400}.fv-pd-review-summary>div:first-child small{color:#9aa0a8;font-size:23px}.fv-pd-review-summary>div:first-child>span:last-child{color:#8b919a;font-size:12px}.fv-pd-review-bars{flex-direction:column;gap:6px;display:flex}.fv-pd-review-bars>div{grid-template-columns:30px 140px 30px;align-items:center;gap:7px;display:grid}.fv-pd-review-bars>div>span{color:#f7b321;font-size:12px}.fv-pd-review-bars b{background:#eceef1;height:10px;overflow:hidden}.fv-pd-review-bars b i{background:#f7c04a;height:100%;display:block}.fv-pd-review-bars small{color:#606771;font-size:12px}.fv-pd-review-list article{border-bottom:1px solid #eee;min-height:120px;padding:15px 18px}.fv-pd-review-list article>small{color:#7c838d;margin-top:5px;font-size:11px;display:block}.fv-pd-review-list article p{color:#343a43;margin:10px 0;font-size:13px;line-height:1.6}.fv-pd-review-images{gap:7px;display:flex}.fv-pd-review-images img{object-fit:cover;width:70px;height:70px}.fv-pd-no-reviews{color:#9298a1;place-items:center;min-height:120px;font-size:13px;display:grid}.fv-pd-review-form{background:#fafbfc;border:1px solid #eceef2;border-radius:8px;gap:12px;margin:0 22px 18px;padding:16px;display:grid}.fv-pd-review-form>strong{color:#24272d;font-size:15px}.fv-pd-review-form-stars{gap:8px;display:grid}.fv-pd-review-form-stars>span{color:#8b919a;font-size:12px}.fv-pd-review-form-stars>div{gap:6px;display:flex}.fv-pd-review-form-stars button{color:#d5d9df;cursor:pointer;background:#fff;border:0;border-radius:6px;width:34px;height:34px}.fv-pd-review-form-stars button.active{color:var(--fv-pd-star)}.fv-pd-review-form-field{color:#8b919a;font-size:12px}.fv-pd-review-form textarea{resize:vertical;color:#24272d;background:#fff;border:1px solid #dfe3e8;border-radius:6px;width:100%;padding:10px 12px}.fv-pd-review-form>button[type=submit]{background:var(--fv-pd-orange);color:#fff;cursor:pointer;border:0;border-radius:6px;justify-self:start;min-height:40px;padding:0 18px;font-size:13px;font-weight:600}.fv-pd-review-form>button[type=submit]:disabled{opacity:.65;cursor:not-allowed}.fv-pd-review-form-login,.fv-pd-review-form-done{color:#66707a;font-size:13px}.fv-pd-review-form-login a{color:#078eb5;font-weight:600}.fv-pd-review-form-existing{color:#24272d;margin:0}.fv-pd-mobile{display:none}@media (max-width:1080px) and (min-width:768px){.fv-pd-desktop-main{grid-template-columns:320px minmax(0,1fr)}.fv-pd-desktop-side{border-top:1px solid #eee;border-left:0;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.fv-pd-desktop-section{width:100%}}@media (max-width:767px){.fv-pd-page{padding-bottom:calc(50px + env(safe-area-inset-bottom,0px));background:#f5f5f5}.fv-pd-desktop{display:none}.fv-pd-mobile{background:#f5f5f5;width:100%;max-width:520px;margin:0 auto;display:block}.fv-pd-mobile-gallery{aspect-ratio:1;touch-action:pan-y;background:#fff;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.fv-pd-mobile-gallery>img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.fv-pd-mobile-gallery .fv-pd-image-fallback{position:absolute;inset:0}.fv-pd-mobile-home,.fv-pd-mobile-top-actions button{z-index:6;color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#2b2b2b9e;border:0;border-radius:50%;place-items:center;width:clamp(44px,11.5vw,52px);min-width:44px;height:clamp(44px,11.5vw,52px);min-height:44px;padding:0;font-size:clamp(18px,4.8vw,22px);transition:transform .15s,background .15s;display:grid;position:relative}.fv-pd-mobile-home:active,.fv-pd-mobile-top-actions button:active{background:#2b2b2bd1;transform:scale(.94)}.fv-pd-mobile-home{position:absolute;top:clamp(10px,2.8vw,14px);left:clamp(10px,2.8vw,14px)}.fv-pd-mobile-top-actions{z-index:6;gap:clamp(8px,2.2vw,10px);display:flex;position:absolute;top:clamp(10px,2.8vw,14px);right:clamp(10px,2.8vw,14px)}.fv-pd-mobile-top-actions button.cart{position:relative}.fv-pd-mobile-top-actions b{color:#fff;background:#f04444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:clamp(18px,4.5vw,22px);height:clamp(18px,4.5vw,22px);padding:0 4px;font-size:clamp(9px,2.4vw,11px);line-height:1;display:inline-flex;position:absolute;top:-3px;right:-3px}.fv-pd-mobile-image-count{color:#fff;background:#141414a3;border-radius:999px;justify-content:center;align-items:center;min-width:32px;min-height:24px;padding:0 7px;font-size:10px;display:inline-flex;position:absolute;bottom:13px;left:50%;transform:translate(-50%)}.fv-pd-mobile-summary{background:#fff;border-bottom:8px solid #f5f5f5;padding:10px 12px 12px}.fv-pd-mobile-promo-text{color:#f46;margin-bottom:5px;font-size:11px}.fv-pd-mobile-price-actions{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.fv-pd-mobile-price-actions>div:first-child>strong{color:#ff3f57;font-size:24px;font-weight:600;line-height:1.1;display:block}.fv-pd-mobile-price-actions small{align-items:center;gap:5px;margin-top:3px;display:flex}.fv-pd-mobile-price-actions del{color:#a4a8ae;font-size:10px}.fv-pd-mobile-price-actions small b{color:#ff405e;background:#ffe9ee;padding:1px 3px;font-size:9px;font-weight:500}.fv-pd-mobile-action-icons{flex-shrink:0;gap:clamp(8px,2.2vw,10px);display:flex}.fv-pd-mobile-icon-btn{color:#6b7280;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#f4f6f9;border:1px solid #e5eaf3;border-radius:50%;place-items:center;width:clamp(44px,10.5vw,50px);min-width:44px;height:clamp(44px,10.5vw,50px);min-height:44px;padding:0;font-size:clamp(20px,5.2vw,24px);transition:color .2s,background .2s,border-color .2s,transform .15s;display:grid}.fv-pd-mobile-icon-btn:active:not(:disabled){transform:scale(.94)}.fv-pd-mobile-icon-btn.is-wishlisted{color:#ff5a00;background:#fff3eb;border-color:#ffd3bc}.fv-pd-mobile-icon-btn:disabled{opacity:.55;cursor:not-allowed}.fv-pd-mobile-summary h1{color:#454545;margin:8px 0 0;font-size:17px;font-weight:500;line-height:1.4}.fv-pd-mobile-rating{background:0 0;border:0;align-items:center;gap:5px;min-height:31px;padding:0;display:flex}.fv-pd-mobile-rating span:last-child{color:#8e949c;font-size:11px}.fv-pd-mobile-info-row{background:#fff;border-bottom:7px solid #f5f5f5}.fv-pd-mobile-info-row>button{text-align:left;background:#fff;border:0;grid-template-columns:auto minmax(0,1fr) 15px;align-items:center;gap:8px;width:100%;min-height:51px;padding:0 14px;display:grid}.fv-pd-mobile-info-row>button>span{color:#999fa7;font-size:12px}.fv-pd-mobile-info-row>button>small{color:#454b54;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.fv-pd-mobile-info-row>button>i{color:#a8adb4;font-size:8px}.fv-pd-mobile-block{background:#fff;border-bottom:1px solid #eee;grid-template-columns:82px minmax(0,1fr) 15px;gap:7px;min-height:105px;padding:14px 13px;display:grid;position:relative}.fv-pd-mobile-block-label{color:#999fa8;font-size:11px}.fv-pd-mobile-block-content{min-width:0}.fv-pd-mobile-block-arrow{color:#aab0b7;align-self:center;font-size:8px}.fv-pd-mobile-delivery-location{color:#ff5a1f;align-items:flex-start;gap:5px;font-size:12px;font-style:italic;line-height:1.4;display:flex}.fv-pd-mobile-delivery-location i{margin-top:2px}.fv-pd-mobile-delivery-line{color:#333942;align-items:center;gap:5px;margin-top:10px;font-size:12px;display:flex}.fv-pd-mobile-delivery-line strong{font-weight:600}.fv-pd-mobile-service{flex-direction:column;gap:7px;display:flex}.fv-pd-mobile-service span{color:#333942;align-items:flex-start;gap:6px;font-size:12px;line-height:1.4;display:flex}.fv-pd-mobile-service i{margin-top:4px;font-size:4px}.fv-pd-mobile-reviews-link{color:#8e949d;background:#fff;border-top:7px solid #f5f5f5;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;min-height:48px;padding:0 13px;font-size:10px;display:flex}.fv-pd-mobile-reviews-link button{color:#ff5a1f;background:0 0;border:0;font-size:9px;font-style:italic}.fv-pd-mobile-description{background:#fff;margin-top:7px;padding:13px}.fv-pd-mobile-description h2{margin:0 0 10px;font-size:13px}.fv-pd-mobile-description>div{color:#4a5058;max-height:220px;font-size:13px;line-height:1.6;position:relative;overflow:hidden}.fv-pd-mobile-description>div.expanded{max-height:none}.fv-pd-mobile-description img,.fv-pd-mobile-description iframe{max-width:100%}.fv-pd-mobile-description>button{color:#20a4c4;background:#fff;border:1px solid #20b7da;min-height:34px;margin:12px auto 0;padding:0 13px;font-size:9px;display:block}.fv-pd-mobile-review-panel{background:#fff;margin-top:7px;padding:13px}.fv-pd-mobile-review-panel h2{margin:0 0 13px;font-size:13px}.fv-pd-mobile-review-panel>div{flex-direction:column;gap:6px;display:flex}.fv-pd-mobile-review-panel strong{font-size:28px;font-weight:500}.fv-pd-mobile-review-panel strong small{color:#a0a5ac;font-size:16px}.fv-pd-mobile-review-panel span:last-child{color:#999fa7;font-size:9px}.fv-pd-mobile-review-panel .fv-pd-review-form{margin:14px 0 0}.fv-pd-mobile-bottom-bar{display:grid}.fv-pd-sheet-backdrop{z-index:200;background:#00000070;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.fv-pd-sheet{background:#fff;border-radius:16px 16px 0 0;width:min(520px,100%);max-height:80dvh;padding:8px 14px 16px;overflow-y:auto}.fv-pd-sheet-handle{background:#d6d8dc;border-radius:999px;width:42px;height:4px;margin:0 auto 8px}.fv-pd-sheet-head{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;min-height:45px;display:flex}.fv-pd-sheet-head strong{font-size:14px}.fv-pd-sheet-head button{background:0 0;border:0;width:34px;height:34px}.fv-pd-sheet-product{grid-template-columns:70px 1fr;gap:10px;padding:13px 0;display:grid}.fv-pd-sheet-product>span{border:1px solid #eee;width:70px;height:70px;overflow:hidden}.fv-pd-sheet-product>span img{object-fit:contain;width:100%;height:100%}.fv-pd-sheet-product>div{flex-direction:column;justify-content:center;gap:5px;display:flex}.fv-pd-sheet-product>div strong{color:#ff3f57;font-size:20px}.fv-pd-sheet-product>div small{color:#7e858e;font-size:9px}.fv-pd-sheet-option-group{padding:10px 0}.fv-pd-sheet-option-group>span{color:#555c65;margin-bottom:7px;font-size:10px;display:block}.fv-pd-sheet-option-group>div{flex-wrap:wrap;gap:7px;display:flex}.fv-pd-sheet-option-group button{background:#fff;border:1px solid #dcdfe3;align-items:center;gap:5px;min-height:34px;padding:0 11px;font-size:9px;display:inline-flex}.fv-pd-sheet-option-group button.active{border-color:var(--fv-pd-orange);color:var(--fv-pd-orange)}.fv-pd-sheet-option-group button i{border-radius:50%;width:12px;height:12px}.fv-pd-sheet-qty{border-top:1px solid #eee;justify-content:space-between;align-items:center;min-height:55px;display:flex}.fv-pd-sheet-qty>span{font-size:10px}.fv-pd-sheet-apply{background:var(--fv-pd-orange);color:#fff;border:0;width:100%;min-height:42px;font-size:11px;font-weight:700}.fv-pd-spec-list>div{border-bottom:1px solid #eee;grid-template-columns:110px 1fr;align-items:center;gap:10px;min-height:45px;display:grid}.fv-pd-spec-list span{color:#999fa7;font-size:9px}.fv-pd-spec-list strong{color:#363c44;font-size:10px;font-weight:500}}@media (max-width:360px){.fv-pd-mobile-block{grid-template-columns:72px minmax(0,1fr) 12px}}.fv-pd-mobile-bottom-bar{z-index:150;width:100%;max-width:720px;height:50px;padding:0;padding-bottom:env(safe-area-inset-bottom,0px);box-sizing:content-box;background:#fff;border-top:1px solid #ececec;grid-template-columns:52px minmax(0,1fr) minmax(0,1.2fr);align-items:stretch;margin-inline:auto;display:none;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -2px 10px #0000000f}.fv-pd-mobile-bottom-bar button{cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;outline:0;min-width:0;height:50px;margin:0;padding:0;font-family:inherit;line-height:1.15}.fv-pd-mobile-bottom-bar .mini{color:#6b7280;background:#fff;border-right:1px solid #f0f0f0;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.fv-pd-mobile-bottom-bar .mini i{font-size:16px;line-height:1}.fv-pd-mobile-bottom-bar .mini small{font-size:9px;font-weight:500;line-height:1}.fv-pd-mobile-bottom-bar .buy,.fv-pd-mobile-bottom-bar .cart{color:#fff;white-space:nowrap;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.fv-pd-mobile-bottom-bar .buy{z-index:2;clip-path:polygon(0 0,100% 0,calc(100% - 14px) 100%,0 100%);background:#27b5d8;margin-right:-14px;padding-left:8px;padding-right:18px;position:relative}.fv-pd-mobile-bottom-bar .cart{z-index:1;clip-path:polygon(14px 0,100% 0,100% 100%,0 100%);background:#ff6a00;padding-left:20px;padding-right:10px;position:relative}.fv-pd-mobile-bottom-bar button:active:not(:disabled){filter:brightness(.94)}.fv-pd-mobile-bottom-bar button:disabled{cursor:not-allowed;opacity:.62}@media (max-width:767px){.fv-pd-mobile-bottom-bar{display:grid}}@media (max-width:360px){.fv-pd-mobile-bottom-bar{grid-template-columns:46px minmax(0,1fr) minmax(0,1.15fr)}.fv-pd-mobile-bottom-bar .buy,.fv-pd-mobile-bottom-bar .cart{font-size:12px}}@media (prefers-reduced-motion:reduce){.fv-pd-desktop-actions button,.fv-pd-seller-actions button,.fv-pd-view-more,.fv-pd-desktop-option-row button{transition:none}.fv-pd-desktop-actions button:hover:not(:disabled),.fv-pd-seller-actions button:hover,.fv-pd-view-more:hover{transform:none}}.fv-search-page{background:#f4f5f7;min-height:620px;padding:25px 0 50px}.fv-search-page-container{width:min(1190px,100% - 32px);margin-inline:auto}.fv-search-page header{margin-bottom:17px}.fv-search-page header>span{color:#ff5a00;letter-spacing:.08em;font-size:8px;font-weight:800}.fv-search-page h1{color:#252b34;margin:4px 0 2px;font-size:24px;font-weight:600}.fv-search-page header p{color:#8e949d;margin:0;font-size:9px}.fv-search-results-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.fv-search-results-grid article{background:#fff;border:1px solid #e5e7ea;border-radius:8px;min-width:0;transition:transform .16s,box-shadow .16s;overflow:hidden}.fv-search-results-grid article:hover{transform:translateY(-2px);box-shadow:0 8px 20px #191f2812}.fv-search-result-image{aspect-ratio:1;background:#fafafa;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.fv-search-result-image img{object-fit:contain;width:100%;height:100%}.fv-search-result-fallback{color:#c3c8cf;place-items:center;width:100%;height:100%;display:grid}.fv-search-result-body{padding:8px 9px 10px}.fv-search-result-title{color:#2d333b;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;font-size:10px;line-height:1.35;display:-webkit-box;overflow:hidden}.fv-search-result-body>strong{color:#ff5a00;margin-top:5px;font-size:16px;display:block}.fv-search-result-price-meta{align-items:center;gap:5px;min-height:17px;display:flex}.fv-search-result-price-meta del{color:#9ba1a9;font-size:7px}.fv-search-result-price-meta span{color:#6e757e;font-size:7px}.fv-search-result-body>small{color:#8b9199;margin-top:3px;font-size:7px;display:block}.fv-search-result-body>small i{color:#f6b51d}.fv-search-page-state{color:#858c95;background:#fff;border:1px solid #e6e8eb;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:300px;font-size:10px;display:flex}.fv-search-page-state i{color:#ff5a00}.fv-search-page-state.error{color:#b42318}.fv-search-load-more{justify-content:center;padding-top:28px;display:flex}.fv-search-load-more button{color:#ff5a00;background:#fff;border:1px solid #ff5a00;border-radius:5px;justify-content:center;align-items:center;gap:6px;min-width:320px;min-height:41px;font-size:9px;font-weight:800;display:inline-flex}@media (max-width:1000px) and (min-width:768px){.fv-search-results-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:767px){.fv-search-page{padding:13px 0 85px}.fv-search-page-container{width:100%;padding-inline:7px}.fv-search-page header{padding-inline:5px}.fv-search-page h1{font-size:17px}.fv-search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.fv-search-results-grid article:hover{box-shadow:none;transform:none}.fv-search-result-body{padding:7px 8px 9px}.fv-search-result-title{font-size:9px}.fv-search-result-body>strong{font-size:15px}.fv-search-load-more button{min-width:min(300px,100%)}}.fv-store-product-card{background:#fff;border:1px solid #e6e8eb;border-radius:8px;min-width:0;transition:transform .16s,box-shadow .16s;overflow:hidden}.fv-store-product-card:hover{transform:translateY(-2px);box-shadow:0 7px 22px #181f2c14}.fv-store-product-image{aspect-ratio:1;background:#f8f8f8;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.fv-store-product-image img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.fv-store-card-fallback{color:#c5c9cf;background:#fafafa;place-items:center;width:100%;height:100%;display:grid}.fv-store-card-fallback i{font-size:30px}.fv-store-product-flag{color:#ff5a00;background:#fff;border-radius:999px;align-items:center;gap:4px;max-width:calc(100% - 16px);padding:4px 7px;font-size:8px;font-weight:700;display:inline-flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #0000001a}.fv-store-product-body{padding:9px 10px 11px}.fv-store-product-meta{justify-content:space-between;align-items:center;gap:6px;min-height:18px;display:flex}.fv-store-product-meta>span{color:#707781;align-items:center;gap:3px;font-size:8px;display:inline-flex}.fv-store-product-meta>span i{color:#f5b51b}.fv-store-product-meta small{color:#8d939c;font-size:7px}.fv-store-product-title{color:#242a32;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;margin-top:4px;font-size:11px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.fv-store-product-title:hover{color:#ff5a00}.fv-store-product-price-row{justify-content:space-between;align-items:flex-end;gap:7px;min-height:37px;margin-top:5px;display:flex}.fv-store-product-price-row>div{flex-direction:column;min-width:0;display:flex}.fv-store-product-price-row strong{color:#ff5a00;font-size:16px;font-weight:600;line-height:1}.fv-store-product-price-row del{color:#9a9fa7;margin-top:3px;font-size:8px}.fv-store-product-discount{color:#fff;background:#ff5a00;border-radius:999px;justify-content:center;align-items:center;min-width:39px;min-height:22px;padding:0 5px;font-size:9px;font-weight:700;display:inline-flex}@media (max-width:767px){.fv-store-product-card{border-radius:7px}.fv-store-product-card:hover{box-shadow:none;transform:none}.fv-store-product-body{padding:7px 8px 10px}.fv-store-product-title{min-height:34px;font-size:10px}.fv-store-product-price-row strong{font-size:15px}.fv-store-product-discount{min-width:38px;min-height:21px;font-size:8px}}:root{--fv-store-primary:#ff5a00;--fv-store-primary-soft:#fff2ea;--fv-store-bg:#f4f5f7;--fv-store-text:#222831;--fv-store-muted:#8c929b;--fv-store-border:#e6e8eb}.fv-vstore-page{background:var(--fv-store-bg);min-height:700px;color:var(--fv-store-text);padding-bottom:55px}.fv-vstore-state{background:var(--fv-store-bg);color:#808791;justify-content:center;align-items:center;gap:8px;min-height:520px;display:flex}.fv-vstore-state i{color:var(--fv-store-primary)}.fv-vstore-state.error{color:#b42318}.fv-vstore-hero{border:1px solid var(--fv-store-border);background:#fff;border-radius:10px;width:min(1190px,100% - 32px);margin:18px auto 0;overflow:hidden;box-shadow:0 5px 20px #1218240a}.fv-vstore-banner{background:#222;width:100%;height:235px;overflow:hidden}.fv-vstore-banner>img{object-fit:cover;width:100%;height:100%}.fv-vstore-banner-fallback{color:#fff;background:radial-gradient(circle at 18% 20%,#ff5a0059,#0000 30%),linear-gradient(125deg,#171b22,#303745);justify-content:center;align-items:center;gap:13px;width:100%;height:100%;display:flex}.fv-vstore-banner-fallback i{color:var(--fv-store-primary);font-size:48px}.fv-vstore-banner-fallback strong{font-size:28px}.fv-vstore-profile{grid-template-columns:115px minmax(0,1fr) 52px;align-items:center;gap:14px;min-height:108px;padding:12px 22px 14px;display:grid;position:relative}.fv-vstore-logo{background:#fff;border:4px solid #fff;border-radius:50%;width:100px;height:100px;margin-top:-55px;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000021}.fv-vstore-logo>img{object-fit:cover;width:100%;height:100%}.fv-vstore-logo-fallback{background:var(--fv-store-primary-soft);width:100%;height:100%;color:var(--fv-store-primary);border-radius:50%;place-items:center;font-size:35px;display:grid}.fv-vstore-profile-copy{min-width:0}.fv-vstore-profile-copy>div{align-items:center;gap:12px;display:flex}.fv-vstore-profile-copy h1{color:#171c23;margin:0;font-size:22px;font-weight:650;line-height:1.2}.fv-vstore-profile-copy button{border:1px solid var(--fv-store-primary);background:var(--fv-store-primary);color:#fff;border-radius:5px;min-width:78px;min-height:35px;padding:0 15px;font-size:10px;font-weight:700}.fv-vstore-profile-copy button.following{color:var(--fv-store-primary);background:#fff}.fv-vstore-profile-copy button:disabled{opacity:.65}.fv-vstore-profile-copy p{color:#69717c;align-items:center;gap:5px;margin:7px 0 0;font-size:10px;display:flex}.fv-vstore-profile-copy p strong{color:#343a43}.fv-vstore-profile-copy p i{background:#d7dade;width:1px;height:13px;margin:0 5px}.fv-vstore-chat{color:#9ba0a7;background:#f1f2f4;border:0;border-radius:6px;place-items:center;width:44px;height:36px;font-size:17px;display:grid}.fv-vstore-metrics{border:1px solid var(--fv-store-border);background:#fff;border-radius:9px;grid-template-columns:repeat(4,minmax(0,1fr));width:min(1190px,100% - 32px);margin:12px auto 0;display:grid;overflow:hidden}.fv-vstore-metrics>div{border-right:1px solid var(--fv-store-border);grid-template-rows:auto auto;grid-template-columns:38px 1fr;align-content:center;column-gap:8px;min-height:78px;padding:11px 15px;display:grid}.fv-vstore-metrics>div:last-child{border-right:0}.fv-vstore-metrics i{color:var(--fv-store-primary);grid-row:1/3;align-self:center;font-size:20px}.fv-vstore-metrics span{color:var(--fv-store-muted);font-size:8px}.fv-vstore-metrics strong{color:#2d333c;margin-top:3px;font-size:12px}.fv-vstore-section{border:1px solid var(--fv-store-border);background:#fff;border-radius:9px;width:min(1190px,100% - 32px);margin:18px auto 0;padding:17px}.fv-vstore-section-head{align-items:flex-start;min-height:39px;display:flex}.fv-vstore-section-head h2,.fv-vstore-products-head h2{color:#20262e;margin:0;font-size:18px;font-weight:600}.fv-vstore-highlight-scroll{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.fv-vstore-highlight-item{min-width:0}.fv-vstore-products-head{border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:center;gap:16px;min-height:54px;margin-bottom:12px;display:flex}.fv-vstore-products-head label{background:#fff;border:1px solid #d8dde3;border-radius:5px;grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;width:330px;height:38px;padding:0 7px;display:grid}.fv-vstore-products-head label>i{color:#86909c;text-align:center;font-size:12px}.fv-vstore-products-head input{color:#303741;border:0;outline:0;width:100%;min-width:0;height:36px;padding:0;font-size:10px}.fv-vstore-products-head label button{color:#9aa0a8;background:0 0;border:0;width:29px;height:29px}.fv-vstore-products-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;display:grid}.fv-vstore-refreshing{color:#8d939c;justify-content:center;align-items:center;gap:6px;min-height:32px;font-size:9px;display:flex}.fv-vstore-refreshing i{color:var(--fv-store-primary)}.fv-vstore-empty{color:#989ea7;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:260px;display:flex}.fv-vstore-empty i{color:var(--fv-store-primary);font-size:30px}.fv-vstore-empty strong{color:#3d444e;font-size:13px}.fv-vstore-empty span{font-size:9px}.fv-vstore-load-more-wrap{justify-content:center;padding:28px 0 5px;display:flex}.fv-vstore-load-more-wrap button{border:1px solid var(--fv-store-primary);min-width:280px;min-height:40px;color:var(--fv-store-primary);background:#fff;border-radius:4px;justify-content:center;align-items:center;gap:6px;font-size:10px;font-weight:700;display:inline-flex}@media (max-width:1050px) and (min-width:768px){.fv-vstore-highlight-scroll{grid-template-columns:repeat(3,minmax(0,1fr))}.fv-vstore-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:767px){.fv-vstore-page{background:#f3f4f7;padding-bottom:80px}.fv-vstore-hero{width:100%;box-shadow:none;border:0;border-radius:0;margin:0;overflow:visible}.fv-vstore-banner{height:128px}.fv-vstore-banner-fallback strong{display:none}.fv-vstore-banner-fallback i{font-size:34px}.fv-vstore-profile{grid-template-columns:88px minmax(0,1fr) 44px;gap:8px;min-height:116px;padding:10px 13px 12px}.fv-vstore-logo{border-width:3px;width:78px;height:78px;margin-top:-52px}.fv-vstore-profile-copy>div{gap:9px}.fv-vstore-profile-copy h1{white-space:nowrap;text-overflow:ellipsis;max-width:155px;font-size:15px;overflow:hidden}.fv-vstore-profile-copy button{border-radius:4px;min-width:74px;min-height:34px;padding-inline:11px;font-size:10px}.fv-vstore-profile-copy p{flex-wrap:wrap;gap:3px;font-size:9px}.fv-vstore-profile-copy p i{height:11px;margin-inline:3px}.fv-vstore-chat{width:42px;height:34px}.fv-vstore-metrics{display:none}.fv-vstore-section{border:0;border-radius:0;width:100%;margin:12px 0 0;padding:14px}.fv-vstore-section-head{min-height:42px}.fv-vstore-section-head h2,.fv-vstore-products-head h2{font-size:15px}.fv-vstore-highlight-scroll{scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:9px;margin:0 -14px;padding:0 14px 5px;display:flex;overflow:auto hidden}.fv-vstore-highlight-scroll::-webkit-scrollbar{display:none}.fv-vstore-highlight-item{scroll-snap-align:start;width:191px;min-width:191px}.fv-vstore-products-head{align-items:center;gap:8px;min-height:61px;margin-bottom:11px}.fv-vstore-products-head h2{flex:none;font-size:14px}.fv-vstore-products-head label{flex:auto;grid-template-columns:30px minmax(0,1fr) 27px;width:auto;height:39px}.fv-vstore-products-head input{font-size:10px}.fv-vstore-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fv-vstore-load-more-wrap button{min-width:min(280px,100%)}}@media (max-width:360px){.fv-vstore-profile{grid-template-columns:80px minmax(0,1fr) 38px;padding-inline:9px}.fv-vstore-logo{width:72px;height:72px}.fv-vstore-profile-copy h1{max-width:125px;font-size:14px}.fv-vstore-profile-copy button{min-width:65px;padding-inline:8px;font-size:9px}.fv-vstore-products-head{padding:8px 0 10px;display:block}.fv-vstore-products-head label{width:100%;margin-top:9px}}
