*{box-sizing:border-box}body{margin:0;background:#f1f3f6;color:#212121;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{max-width:1280px;margin:0 auto;padding:0 24px}.fiverr-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #e4e5e7}.brand-row{display:grid;grid-template-columns:104px 1fr auto;gap:28px;align-items:center;height:74px}.logo{font-size:34px;font-weight:900;letter-spacing:-2px;color:#404145}.logo span{color:#1dbf73}.search{display:flex;max-width:880px;border:1px solid #c5c6c9;border-radius:4px;overflow:hidden;background:#fff}.search input{border:0;flex:1;min-width:0;padding:13px 16px;font-size:16px;color:#404145;outline:0}.search button{width:58px;border:0;background:#222325;color:#fff;font-size:0;cursor:pointer;position:relative}.search button:after{content:"";position:absolute;inset:0;margin:auto;width:15px;height:15px;border:2px solid #fff;border-radius:50%;transform:translate(-3px,-3px)}.search button:before{content:"";position:absolute;width:8px;height:2px;background:#fff;left:32px;top:37px;transform:rotate(45deg)}.nav-actions{display:flex;align-items:center;gap:22px;font-size:16px;font-weight:700;color:#62646a;white-space:nowrap}.nav-actions a:hover{color:#1dbf73}.avatar{width:34px;height:34px;border-radius:50%;display:inline-grid;place-items:center;background:#c83e75;color:#fff;font-weight:800;position:relative}.avatar:after{content:"";position:absolute;right:-1px;bottom:-1px;width:9px;height:9px;background:#1dbf73;border:2px solid #fff;border-radius:50%}.category-row{height:44px;display:flex;align-items:center;gap:26px;overflow:auto;border-top:1px solid #e4e5e7;color:#404145;font-size:16px;white-space:nowrap}.category-row a{flex:0 0 auto}.mobile-bar{display:none}.flip-hero{background:#2874f0;color:#fff}.flip-hero .container{display:grid;grid-template-columns:1fr 370px;gap:26px;align-items:center;min-height:320px}.flip-hero h1{font-size:38px;line-height:1.13;margin:0 0 14px}.flip-hero p{font-size:17px;line-height:1.55;margin:0 0 20px;color:#eef5ff}.hero-card{background:#fff;color:#212121;border-radius:2px;padding:18px;box-shadow:0 2px 10px #00000026}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:0;background:#fb641b;color:#fff;padding:10px 18px;border-radius:2px;font-weight:700;cursor:pointer}.btn.secondary{background:#fff;color:#2874f0}.btn.dark{background:#172337;color:#fff}.badge{display:inline-flex;align-items:center;border-radius:2px;background:#e9f8ef;color:#168a43;padding:5px 8px;font-size:12px;font-weight:700}.section{padding:16px 0}.white-band{background:#fff;border:1px solid #e0e0e0}.section-head{height:56px;display:flex;justify-content:space-between;align-items:center;padding:0 16px;border-bottom:1px solid #e0e0e0;background:#fff}.section h2{margin:0;font-size:22px;font-weight:600}.muted{color:#878787}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff}.card{background:#fff;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease}.card:hover{box-shadow:0 4px 18px #0000001f;transform:translateY(-1px);position:relative;z-index:1}.card img{width:100%;height:188px;object-fit:contain;background:#fff;display:block;padding:14px}.card-body{padding:0 16px 16px}.card h3{font-size:15px;line-height:1.35;font-weight:500;min-height:40px;margin:8px 0;color:#212121}.rating{display:inline-flex;gap:4px;align-items:center;background:#388e3c;color:#fff;border-radius:3px;padding:3px 6px;font-size:12px;font-weight:700}.price{font-size:20px;font-weight:700;margin:8px 0 4px;color:#212121}.deal{color:#388e3c;font-size:13px;font-weight:700}.product-layout{display:grid;grid-template-columns:260px 1fr;gap:12px}.filter,.summary,.panel-nav,.page-card{background:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:16px}.filter h3{margin:0 0 14px}.filter label{display:block;margin:13px 0;color:#212121}.filter hr{border:0;border-top:1px solid #f0f0f0;margin:18px 0}.product-detail{display:grid;grid-template-columns:45% 1fr;gap:16px}.product-gallery{background:#fff;border:1px solid #e0e0e0;padding:18px;position:sticky;top:92px}.product-gallery img{width:100%;height:430px;object-fit:contain}.detail-panel{background:#fff;border:1px solid #e0e0e0;padding:22px}.cart-shell{display:grid;grid-template-columns:1fr 360px;gap:16px;align-items:start}.cart-line{display:grid;grid-template-columns:112px 1fr auto;gap:16px;background:#fff;border-bottom:1px solid #f0f0f0;padding:18px}.cart-line img{width:112px;height:112px;object-fit:contain}.side-cart{position:sticky;top:92px;background:#fff;border:1px solid #e0e0e0}.side-cart h3{margin:0;padding:16px;border-bottom:1px solid #f0f0f0}.side-cart .row{display:flex;justify-content:space-between;padding:10px 16px}.side-cart .total{font-size:18px;font-weight:700;border-top:1px dashed #d7d7d7;margin-top:8px;padding-top:14px}.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:16px;align-items:start}.checkout-step{background:#fff;border:1px solid #e0e0e0;margin-bottom:12px}.checkout-step h3{margin:0;background:#2874f0;color:#fff;padding:13px 16px;font-size:16px}.checkout-step .inner{padding:16px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field input,.field select,.field textarea{padding:12px;border:1px solid #d7d7d7;border-radius:2px;background:#fff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.step{background:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:14px}.step.active{border-color:#2874f0;box-shadow:inset 3px 0 0 #2874f0}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{text-align:left;padding:14px;border-bottom:1px solid #f0f0f0}.panel-layout{display:grid;grid-template-columns:260px 1fr;gap:16px}.panel-nav a{display:block;padding:10px 0;color:#404145;font-weight:700}.install{max-width:920px;margin:24px auto;background:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:24px}.install ol{line-height:2}.fiverr-footer{background:#fff;border-top:1px solid #e4e5e7;margin-top:26px;color:#222325}.footer-grid{display:grid;grid-template-columns:1.05fr 1.05fr 1.05fr 1fr;gap:70px;padding:42px 0 28px}.footer-col h4{font-size:16px;margin:0 0 20px;color:#222325}.footer-col a{display:block;margin:0 0 16px;color:#404145;font-size:16px}.company-stack{margin-top:30px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e4e5e7;padding:20px 0 28px}.footer-brand{display:flex;align-items:center;gap:18px;color:#62646a}.social{display:flex;gap:18px;align-items:center;color:#62646a;font-weight:700}.legal-layout{display:grid;grid-template-columns:260px 1fr;gap:16px}.legal-body h1,.page-card h1{margin-top:0}.legal-body p,.page-card p{line-height:1.7;color:#404145}.mini-cart-toggle{position:fixed;right:18px;bottom:18px;z-index:45;width:58px;height:58px;border-radius:50%;border:0;background:#2874f0;color:#fff;font-weight:800;box-shadow:0 6px 24px #00000033}.mini-cart-panel{position:fixed;right:18px;bottom:88px;z-index:44;width:340px;background:#fff;border:1px solid #d7d7d7;box-shadow:0 12px 36px #0000002e;display:none}.mini-cart-toggle:hover+.mini-cart-panel,.mini-cart-panel:hover{display:block}.mini-cart-panel h3{margin:0;padding:14px 16px;border-bottom:1px solid #f0f0f0}.mini-cart-item{display:flex;gap:10px;padding:12px 16px;border-bottom:1px solid #f5f5f5}.mini-cart-item img{width:58px;height:58px;object-fit:contain}.theme-saffron .flip-hero{background:#fb641b}.theme-indigo .flip-hero{background:#172337}
@media(max-width:980px){.brand-row{grid-template-columns:1fr;gap:10px;height:auto;padding:12px 0}.nav-actions{display:none}.mobile-bar{display:flex;gap:10px;padding:0 0 10px}.category-row{gap:16px}.flip-hero .container,.product-layout,.product-detail,.cart-shell,.checkout-layout,.panel-layout,.legal-layout,.footer-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.product-gallery{position:static}.side-cart{position:static}.footer-bottom{display:block}.social{margin-top:14px}.steps,.form-grid{grid-template-columns:1fr}.mini-cart-panel{right:10px;width:calc(100vw - 20px)}}
@media(max-width:560px){.container{padding:0 12px}.grid{grid-template-columns:1fr}.flip-hero .container{min-height:auto;padding-top:28px;padding-bottom:28px}.flip-hero h1{font-size:28px}.cart-line{grid-template-columns:88px 1fr}.cart-line img{width:88px;height:88px}.cart-line .price{grid-column:2}.footer-grid{gap:20px}.logo{font-size:30px}}
.icon-link{font-size:0;width:22px;height:22px;display:inline-grid;place-items:center;position:relative;color:#62646a}.icon-link[title="Notifications"]:before{content:"";width:15px;height:15px;border:2px solid currentColor;border-radius:9px 9px 7px 7px;border-top-width:2px}.icon-link[title="Messages"]:before{content:"";width:17px;height:12px;border:2px solid currentColor;border-radius:2px}.icon-link[title="Wishlist"]:before{content:"♡";font-size:25px;line-height:1}.mega-menu{display:none;grid-template-columns:repeat(4,1fr);gap:24px;background:#fff;border-top:1px solid #e4e5e7;padding:18px 0 20px}.fiverr-header:hover .mega-menu{display:grid}.mega-menu strong{display:block;margin-bottom:8px;color:#222325}.mega-menu a{display:block;color:#62646a;margin:7px 0;font-size:14px}.setting-panel{background:#fff;border:1px solid #e0e0e0;padding:16px;margin-bottom:14px}.setting-panel h3{margin:0 0 12px}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #f0f0f0;padding:12px 0}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #d7d7d7;display:inline-block}.admin-actions{display:flex;gap:8px;flex-wrap:wrap}.admin-actions .badge{cursor:pointer}
@media(max-width:980px){.mega-menu{display:none!important}}
.admin-body{background:#eef2f7;color:#172033;display:grid;grid-template-columns:264px 1fr;min-height:100vh}.admin-sidebar{background:#111827;color:#d1d5db;padding:22px;position:sticky;top:0;height:100vh}.admin-logo{display:block;color:#fff;font-size:26px;font-weight:900;margin-bottom:28px}.admin-logo span{color:#38bdf8}.admin-sidebar nav a{display:block;padding:12px 14px;border-radius:6px;margin:4px 0;color:#d1d5db;font-weight:700}.admin-sidebar nav a:hover{background:#1f2937;color:#fff}.admin-shell{min-width:0}.admin-topbar{height:72px;background:#fff;border-bottom:1px solid #dde3ee;display:flex;align-items:center;justify-content:space-between;padding:0 26px;position:sticky;top:0;z-index:10}.admin-topbar strong{display:block}.admin-topbar span{color:#64748b;font-size:13px}.admin-main{padding:22px}.admin-footer{padding:18px 26px;color:#64748b}.admin-main .section{padding:0}.admin-main .panel-layout{grid-template-columns:220px 1fr}.admin-main .panel-nav{border:0;box-shadow:0 1px 4px #0f172a14}.admin-main .section-head{border:0;border-radius:6px;margin-bottom:14px}.admin-main .setting-panel,.admin-main .table,.admin-main .page-card{box-shadow:0 1px 4px #0f172a14;border:0;border-radius:6px}.admin-main .btn{background:#2563eb}
@media(max-width:980px){.admin-body{grid-template-columns:1fr}.admin-sidebar{height:auto;position:static}.admin-topbar{position:static}.admin-main{padding:12px}.admin-main .panel-layout{grid-template-columns:1fr}}
.hot{color:#ff5b2e;font-size:12px;font-weight:800}.category-row a{height:44px;display:inline-flex;align-items:center;border-bottom:3px solid transparent}.category-row a.active{border-bottom-color:transparent;color:#404145}.category-row a:hover{border-bottom-color:#1dbf73;color:#222325}.nav-actions form{margin:0}.nav-actions button.badge{border:0}.icon-link[title="Messages"]:after{content:"";position:absolute;width:8px;height:2px;background:currentColor;transform:rotate(-35deg);top:11px}.icon-link[title="Wishlist"]:before{content:"\2661";font-size:27px;line-height:1}.mega-menu{gap:48px;border:1px solid #e4e5e7;border-top:0;box-shadow:0 2px 8px #00000014;padding:26px 32px 30px}.mega-menu strong{margin-bottom:12px;color:#404145;font-size:16px;line-height:1.25}.mega-menu a{margin:12px 0;font-size:16px;line-height:1.2}.mega-menu a:hover{color:#1dbf73}.mega-subtitle{margin-top:22px}.new-pill{border:1px solid #ff62a5;color:#ff62a5;border-radius:999px;font-size:10px;padding:1px 5px;font-weight:800}.manage-link{color:#2563eb!important}.admin-actions{align-items:center}.admin-actions .badge{border:0}.header-compact .brand-row{height:62px}.header-compact .category-row{height:38px;font-size:15px}.header-enterprise .fiverr-header{border-bottom-color:#172337}.header-enterprise .brand-row{background:#172337;margin:0 -24px;padding:0 24px}.header-enterprise .logo,.header-enterprise .nav-actions{color:#fff}.footer-compact .footer-grid{grid-template-columns:repeat(4,1fr);gap:28px;padding:26px 0 18px}.footer-enterprise .fiverr-footer{background:#172337;color:#e5e7eb}.footer-enterprise .footer-col a,.footer-enterprise .footer-col h4,.footer-enterprise .footer-bottom,.footer-enterprise .footer-brand{color:#e5e7eb}
.fiverr-header>.container{position:relative}.fiverr-header .container{max-width:1360px}.brand-row{grid-template-columns:96px minmax(420px,875px) auto;gap:24px;height:84px}.logo{font-size:37px;letter-spacing:-2.6px;line-height:1}.logo img{max-width:96px;max-height:44px;display:block}.search{max-width:none;height:42px;border-color:#c5c6c9}.search input{font-size:18px;padding:0 16px}.search button{width:50px}.search button:after{width:16px;height:16px;transform:translate(-3px,-3px)}.search button:before{left:29px;top:27px}.nav-actions{gap:24px;font-size:17px}.icon-link{width:24px;height:24px}.avatar{width:34px;height:34px;background:#c83e75}.category-row{height:44px;gap:27px;overflow:visible;font-size:17px;border-top:1px solid #eee}.category-row a{height:44px}.category-row a.active{border-bottom-width:3px}.mega-menu{position:absolute;left:24px;right:24px;top:128px;z-index:60;grid-template-columns:repeat(4,minmax(0,1fr));min-height:454px;background:#fff}.fiverr-header:hover{z-index:80}.fiverr-header:hover+.flip-home{position:relative}.flip-home{background:#f5f5f5;padding:24px 0 40px}.flip-home-inner{max-width:1120px}.promo-strip{display:grid;grid-template-columns:1.2fr 1.7fr 1fr;gap:18px;margin-bottom:18px}.promo-card{min-height:138px;border-radius:8px;background:#fff center/cover no-repeat;padding:22px;color:#111;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 1px 3px #00000014;overflow:hidden;position:relative}.promo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#ffffffd9,#ffffff3d)}.promo-card strong,.promo-card span{position:relative}.promo-card strong{font-size:24px;line-height:1.05}.promo-card span{font-size:14px;margin-top:6px}.promo-card.green{background:#017849;color:#fff}.promo-card.green:before{background:linear-gradient(120deg,#00774b,#0fbf75)}.promo-card.silver{background:#f0f2f5}.flip-shelf,.brand-spotlight,.category-band{background:#fff;border-radius:6px;margin:18px 0;padding:14px;box-shadow:0 1px 3px #00000010}.flip-shelf-head,.category-band-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.flip-shelf h2,.brand-spotlight h2,.category-band h2{font-size:18px;margin:0;color:#111}.flip-shelf-head a,.category-band-head a{width:28px;height:24px;border-radius:99px;background:#0b7cff;color:#fff;display:grid;place-items:center;font-weight:800}.flip-product-row{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.flip-product{min-width:0;color:#111}.flip-product img{width:100%;aspect-ratio:1/1.08;object-fit:contain;background:#f6f7f9;border-radius:4px;display:block}.flip-product strong{display:block;font-size:12px;line-height:1.15;height:28px;overflow:hidden;margin-top:5px;font-weight:500}.flip-product small{display:block;font-size:12px;font-weight:800;color:#172337}.flip-product em{display:block;font-size:11px;color:#2874f0;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:560px}.brand-tile{background:#f6f7f9;border-radius:8px;overflow:hidden;display:block}.brand-tile img{width:100%;height:135px;object-fit:cover;display:block}.brand-tile strong{display:block;background:#f4f900;padding:7px 10px;font-size:17px}.brand-tile span{display:block;padding:0 10px 10px;font-size:15px}.sale-banner{min-height:178px;border-radius:8px;background:#f26522 center/cover no-repeat;color:#fff;display:grid;grid-template-columns:240px 1fr;align-items:center;padding:24px 38px;margin:20px 0;text-shadow:0 2px 4px #0008}.sale-banner span{font-size:32px;font-weight:900}.sale-banner strong{font-size:42px;line-height:1.05;font-weight:900}.category-band{border:8px solid #049460;padding:8px}.category-band:nth-of-type(2n){border-color:#f7e75a}.category-band-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.category-band-row a{background:#fff;border-radius:4px;overflow:hidden;color:#111}.category-band-row img{width:100%;height:110px;object-fit:contain;background:#f6f7f9}.category-band-row strong{display:block;font-size:12px;line-height:1.15;padding:5px 6px 8px}.flip-home .rating{font-size:10px;padding:2px 4px;margin-top:4px}
@media(max-width:1100px){.brand-row{grid-template-columns:96px 1fr auto}.promo-strip{grid-template-columns:1fr}.flip-product-row{grid-template-columns:repeat(4,1fr)}.brand-grid{max-width:none}.sale-banner{grid-template-columns:1fr}.sale-banner strong{font-size:30px}.category-band-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.brand-row{grid-template-columns:1fr}.category-row{overflow:auto}.mega-menu{display:none!important}.flip-product-row,.brand-grid,.category-band-row{grid-template-columns:repeat(2,1fr)}}
.template-hero{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;background:#fff;border-radius:8px;padding:24px;margin-bottom:18px;box-shadow:0 1px 3px #00000010}.template-hero h1{margin:10px 0;font-size:32px;line-height:1.1}.template-hero p{margin:0;color:#62646a;max-width:720px}.rfq-home .promo-card.green{background:#0f5e9c}.rfq-home .category-band{border-color:#2874f0}.industrial-home .promo-card.green{background:#374151}.industrial-home .category-band{border-color:#f59e0b}.home-template-rfq .sale-banner{background-color:#2874f0}.home-template-industrial .sale-banner{background-color:#111827}.product-layout .white-band{border-radius:8px;overflow:hidden}.product-layout .section-head{background:linear-gradient(90deg,#fff,#f8fbff)}.product-layout .card{border-radius:0}.product-layout .card img{height:210px}.product-layout .filter{border-radius:8px;box-shadow:0 1px 3px #00000010}.detail-panel,.product-gallery{border-radius:8px;box-shadow:0 1px 3px #00000012}.product-detail h1{font-size:26px;line-height:1.18;margin:12px 0}.product-detail .price{font-size:28px}.field input[type=file]{padding:9px;background:#f8fafc}.admin-main .steps a.step{color:inherit;text-decoration:none}
.icon-link:before,.icon-link:after{display:none!important}.icon-link svg{width:23px;height:23px;fill:none;stroke:#62646a;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.icon-link:hover svg{stroke:#1dbf73}.avatar-menu{position:relative}.avatar-dropdown{display:none;position:absolute;right:0;top:42px;width:190px;background:#fff;border:1px solid #e4e5e7;box-shadow:0 8px 28px #0000001f;border-radius:4px;padding:8px;z-index:90}.avatar-menu:hover .avatar-dropdown{display:block}.avatar-dropdown a,.avatar-dropdown button{display:block;width:100%;padding:10px 12px;text-align:left;background:#fff;border:0;color:#404145;font-size:14px;font-weight:700;border-radius:4px}.avatar-dropdown a:hover,.avatar-dropdown button:hover{background:#f5f5f5;color:#1dbf73}.category-shell{position:relative}.fiverr-header:hover .mega-menu{display:none}.category-shell:hover .mega-menu{display:grid}.category-shell:hover .category-row a:hover{border-bottom-color:#1dbf73}.social a{width:22px;height:22px;display:inline-grid;place-items:center;color:#222325}.social svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.social a:hover{color:#1dbf73}.managed-page .page-card{max-width:920px;margin:0 auto}.managed-page-landing .page-card{background:#172337;color:#fff;text-align:center;padding:54px 36px}.managed-page-landing .page-card p{color:#e5e7eb;font-size:18px}.managed-page-support .page-card{border-left:6px solid #2874f0}.managed-page-legal .page-card{max-width:1040px}.managed-page-legal .page-card h1{font-size:30px}.managed-page-legal .page-card p{columns:2;column-gap:34px}
.mini-cart-toggle,.mini-cart-panel{display:none!important}.cart-drawer-check{display:none}.cart-drawer-toggle{position:fixed;right:18px;top:50%;z-index:45;transform:translateY(-50%);writing-mode:vertical-rl;background:#2874f0;color:#fff;font-weight:800;padding:14px 10px;border-radius:8px 0 0 8px;box-shadow:0 6px 24px #00000033;cursor:pointer}.cart-drawer-backdrop{display:none;position:fixed;inset:0;background:#0006;z-index:88}.cart-drawer{position:fixed;right:-390px;top:0;bottom:0;width:380px;background:#fff;z-index:89;box-shadow:-12px 0 32px #0000002e;transition:right .25s ease;overflow:auto}.cart-drawer-check:checked~.cart-drawer{right:0}.cart-drawer-check:checked~.cart-drawer-backdrop{display:block}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e4e5e7}.cart-drawer-head h3{margin:0}.cart-drawer-head label{cursor:pointer;color:#2874f0;font-weight:800}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:46;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:900;box-shadow:0 8px 28px #00000030}.product-card{position:relative}.product-card>a:not(.wishlist-add){display:block}.wishlist-add{position:absolute;right:12px;top:12px;z-index:4;width:34px;height:34px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 2px 8px #0002}.wishlist-add svg{width:20px;height:20px;fill:none;stroke:#62646a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.wishlist-add:hover svg{stroke:#e11d48}.payment-grid{display:flex;gap:10px;flex-wrap:wrap}.payment-option{min-width:230px;border:1px solid #e0e0e0;border-radius:4px;background:#fff}.payment-option summary{cursor:pointer;padding:12px 14px;background:#172337;color:#fff;font-weight:800;border-radius:4px}.payment-option[open] summary{border-radius:4px 4px 0 0}.payment-option p,.payment-option pre,.payment-option .btn{margin:12px}.payment-option pre{white-space:pre-wrap;background:#f8fafc;padding:12px;border-radius:4px}.tracking-options .badge{padding:9px 12px;background:#eef6ff;color:#1d4ed8}
.mega-menu{top:44px!important;min-height:0!important}.category-shell{padding-bottom:0}.category-shell:hover .mega-menu{display:grid}.logout-shortcut{font-size:13px!important;color:#62646a!important}.menu-builder{background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;padding:12px}.menu-builder-row{display:grid;grid-template-columns:1fr 1fr 120px;gap:10px}.menu-builder input,.menu-builder select,.menu-builder textarea{width:100%}.admin-main .table form{margin:0}
.field-wide{grid-column:1/-1}.home-featured-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.8fr);gap:22px;align-items:stretch;background:linear-gradient(120deg,#fff7d9 0%,#ffffff 45%,#e8fff3 100%);border:1px solid #e5e7eb;border-radius:10px;padding:26px;margin:18px 0;box-shadow:0 10px 28px rgba(15,23,42,.08)}.home-featured-hero h1{font-size:34px;line-height:1.08;margin:12px 0 10px;color:#172337;letter-spacing:0}.home-featured-hero p{max-width:760px;color:#4b5563;font-size:16px;line-height:1.55}.hero-deal-stack{display:grid;gap:12px}.hero-deal-stack div{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #1dbf73;border-radius:8px;padding:16px;box-shadow:0 8px 18px rgba(15,23,42,.06)}.hero-deal-stack strong,.hero-deal-stack span{display:block}.hero-deal-stack strong{font-size:15px;color:#172337}.hero-deal-stack span{font-size:13px;color:#62646a;margin-top:5px}.home-category-dock{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin:16px 0}.home-category-dock a{display:flex;min-height:86px;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#172337;font-size:13px;font-weight:700;box-shadow:0 6px 14px rgba(15,23,42,.05)}.home-category-dock span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e8f5ff;color:#2874f0;font-weight:800}.trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0 20px}.trust-row div{background:#172337;color:#fff;border-radius:8px;padding:14px 16px}.trust-row strong,.trust-row span{display:block}.trust-row span{color:#dbeafe;font-size:13px;margin-top:4px}.wp-menu-builder{grid-column:1/-1;background:#f6f7f7;border:1px solid #c3c4c7;border-radius:8px;padding:14px;margin-bottom:16px}.wp-menu-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #dcdcde;padding-bottom:12px;margin-bottom:12px}.wp-menu-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.wp-menu-columns h4{margin:0 0 10px;color:#1d2327}.wp-menu-item{background:#fff;border:1px solid #c3c4c7;border-radius:4px;margin-bottom:8px;box-shadow:0 1px 1px rgba(0,0,0,.04)}.wp-menu-item-head{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #dcdcde}.wp-menu-item-head strong{font-size:14px;color:#1d2327}.wp-menu-item-head em{margin-left:auto;color:#646970;font-size:12px;font-style:normal}.drag-handle{width:18px;height:18px;display:grid;place-items:center;border:1px solid #c3c4c7;color:#646970;background:#f6f7f7;border-radius:3px}.wp-menu-item-body{padding:9px 12px;color:#50575e;font-size:13px;word-break:break-word}.wp-menu-item-body span{float:right;color:#2271b1}.flip-shelf,.brand-spotlight,.category-band{box-shadow:0 8px 24px rgba(15,23,42,.06)!important;border:1px solid #eef2f7}.promo-card{min-height:145px;border-radius:10px!important;box-shadow:0 8px 24px rgba(15,23,42,.08)}.flip-product{border-radius:8px!important;transition:transform .18s ease,box-shadow .18s ease}.flip-product:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(15,23,42,.1)}@media(max-width:900px){.home-featured-hero{grid-template-columns:1fr}.home-category-dock{grid-template-columns:repeat(4,minmax(0,1fr))}.trust-row,.wp-menu-columns{grid-template-columns:1fr}}@media(max-width:560px){.home-category-dock{grid-template-columns:repeat(2,minmax(0,1fr))}.home-featured-hero h1{font-size:26px}}
.wp-menu-item input,.wp-menu-item textarea,.wp-menu-item select,.wp-menu-add input,.wp-menu-add textarea,.wp-menu-add select{width:100%;border:1px solid #c3c4c7;border-radius:3px;padding:8px;background:#fff}.wp-menu-item-head input{font-weight:800}.wp-menu-item-body{display:grid;gap:8px}.wp-menu-add{display:grid;gap:8px;background:#fff;border:1px dashed #9ca3af;border-radius:4px;padding:10px}.badge.danger{background:#fff1f2;color:#be123c}.table{display:table}.table-wrap{overflow:auto}.admin-main .table,.panel-layout .table{min-width:720px}.panel-layout>div,.admin-main .panel-layout>div{min-width:0}@media(max-width:760px){.container{padding:0 10px}.brand-row{grid-template-columns:82px 1fr;gap:10px;height:auto;padding:10px 0}.brand-row .nav-actions{grid-column:1/-1;justify-content:space-between;gap:12px;overflow:auto}.search{height:40px}.category-row{overflow:auto;white-space:nowrap;gap:18px}.mega-menu{left:10px!important;right:10px!important;top:112px!important;grid-template-columns:1fr!important;max-height:70vh;overflow:auto}.panel-layout,.admin-main .panel-layout,.product-layout,.product-detail,.cart-shell,.checkout-layout,.legal-layout{grid-template-columns:1fr!important}.panel-nav{display:flex;gap:8px;overflow:auto;position:relative}.panel-nav h3{display:none}.panel-nav a{white-space:nowrap;padding:8px 10px}.form-grid,.steps,.grid,.footer-grid,.promo-strip,.flip-product-row,.category-band-row,.brand-grid{grid-template-columns:1fr!important}.section-head{height:auto;min-height:52px;gap:10px;align-items:flex-start;flex-direction:column}.admin-actions{gap:6px}.admin-actions .badge,.admin-actions .btn{min-height:34px}.table{display:block;overflow-x:auto;white-space:nowrap}.admin-body{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto}.admin-sidebar nav{display:flex;overflow:auto;gap:8px}.admin-sidebar nav a{white-space:nowrap}.admin-topbar{position:relative;height:auto;padding:14px}.admin-main{padding:12px}.cart-drawer{width:92vw;right:-94vw}.cart-drawer-toggle{right:0}.home-featured-hero{padding:18px}.footer-bottom{align-items:flex-start;gap:14px;flex-direction:column}}
.managed-page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.page-edit-card{background:#f8fafc;border:1px solid #d9e2ef;border-radius:8px;padding:14px;display:grid;gap:10px}.page-edit-card textarea{font-family:Consolas,Monaco,monospace;min-height:180px}.managed-html{line-height:1.75;color:#404145}.managed-html h1,.managed-html h2,.managed-html h3{color:#172337;line-height:1.25;margin:20px 0 10px}.managed-html p{margin:0 0 14px}.managed-html ul,.managed-html ol{margin:0 0 16px 22px}.managed-html li{margin:6px 0}.managed-html table{width:100%;border-collapse:collapse;margin:16px 0}.managed-html th,.managed-html td{border:1px solid #e5e7eb;padding:10px;text-align:left}.managed-html img{max-width:100%;height:auto;border-radius:6px}@media(max-width:760px){.managed-page-grid{grid-template-columns:1fr}}
.product-detail-modern{align-items:start}.product-detail-modern .product-gallery{display:grid;gap:14px}.product-photo-main{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #eef2f7;border-radius:8px;padding:18px}.product-photo-main img{width:100%;height:430px;object-fit:contain}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product-thumbs span{height:78px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;display:grid;place-items:center}.product-thumbs img{max-width:100%;max-height:70px;object-fit:contain}.product-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.product-assurance span{background:#eef6ff;color:#1d4ed8;border-radius:6px;padding:9px;text-align:center;font-size:12px;font-weight:800}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-headline{display:flex;justify-content:space-between;align-items:center;gap:12px}.product-metrics{margin-top:16px}.product-commercials{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.product-commercials>div{border:1px solid #e5e7eb;background:#f8fafc;border-radius:8px;padding:16px}.product-commercials h3{margin:0 0 10px}.product-commercials ol{margin:0;padding-left:18px;line-height:1.7}.product-commercials table,.spec-grid{width:100%}.product-commercials table{border-collapse:collapse;background:#fff}.product-commercials th,.product-commercials td{padding:9px;border:1px solid #e5e7eb;text-align:left}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.spec-grid div{border:1px solid #e5e7eb;border-radius:6px;padding:10px;background:#fff}.spec-grid span,.spec-grid strong{display:block}.spec-grid span{color:#64748b;font-size:12px;margin-bottom:4px}.spec-grid strong{color:#172337}@media(max-width:760px){.product-commercials,.spec-grid,.product-assurance{grid-template-columns:1fr}.product-photo-main img{height:300px}}
.quantity-control{display:inline-grid;grid-template-columns:34px 58px 34px;align-items:center;border:1px solid #d7dce5;border-radius:6px;overflow:hidden;background:#fff}.quantity-control button{height:34px;border:0;background:#f8fafc;color:#172337;font-weight:900;cursor:pointer}.quantity-control input{height:34px;border:0;border-left:1px solid #d7dce5;border-right:1px solid #d7dce5;text-align:center;padding:0;min-width:0}.product-quantity{width:max-content;margin:0 auto}.cart-line-tools,.mini-cart-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}.remove-btn{border:0;background:#fff1f2;color:#be123c;border-radius:6px;padding:8px 10px;font-weight:800;cursor:pointer}.cart-line .price small{display:block;color:#878787;font-size:12px;margin-top:4px}.cart-drawer-toggle{right:20px!important;top:auto!important;bottom:92px!important;width:58px;height:58px;padding:0!important;border-radius:50%!important;writing-mode:horizontal-tb!important;display:grid!important;place-items:center;background:#172337!important}.cart-drawer-toggle svg{width:27px;height:27px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cart-drawer-toggle span{position:absolute;right:7px;top:5px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#fb641b;color:#fff;font-size:11px;font-weight:900}.cart-drawer{border-left:1px solid #e5e7eb}.mini-cart-item{align-items:flex-start}.mini-cart-item img{border-radius:8px;background:#f8fafc}.mini-cart-tools .quantity-control{grid-template-columns:28px 45px 28px}.mini-cart-tools .quantity-control button,.mini-cart-tools .quantity-control input{height:28px}.whatsapp-float{font-size:0}.whatsapp-float svg{width:34px;height:34px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.whatsapp-float svg path:first-child{fill:#25d366;stroke:#fff}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:14px;padding:14px;background:#f8fafc}.catalog-card{border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 8px 18px rgba(15,23,42,.06)}.catalog-card img{height:230px!important;object-fit:contain!important;background:#fff!important}.catalog-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.catalog-actions span{background:#eef6ff;color:#1d4ed8;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}.image-category-dock a{min-height:112px;justify-content:flex-start;padding:10px}.image-category-dock img{width:58px;height:58px;object-fit:cover;border-radius:50%;background:#f8fafc}.admin-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-product-card{display:grid;grid-template-columns:86px 1fr;gap:12px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;box-shadow:0 1px 4px #0f172a14}.admin-product-card img{width:86px;height:86px;object-fit:contain;background:#f8fafc;border-radius:6px}.admin-product-card strong,.admin-product-card span{display:block}.admin-product-card span{color:#64748b;font-size:13px;margin-top:4px}.admin-product-card .admin-actions{grid-column:1/-1}@media(max-width:980px){.catalog-grid,.admin-product-grid{grid-template-columns:1fr}.cart-line-tools{align-items:flex-start}.cart-drawer-toggle{bottom:88px!important}}
.search{position:relative;overflow:visible!important}.search-suggestions{display:none;position:absolute;left:-1px;right:-1px;top:calc(100% + 6px);z-index:120;background:#fff;border:1px solid #d7dce5;border-radius:6px;box-shadow:0 18px 42px rgba(15,23,42,.18);overflow:hidden}.search-suggestions.show{display:block}.search-suggestions a{display:grid;grid-template-columns:46px 1fr;gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid #f1f5f9}.search-suggestions a.search-all{grid-template-columns:1fr}.search-suggestions a:hover{background:#f8fafc}.search-suggestions img{width:46px;height:46px;object-fit:contain;background:#f6f7f9;border-radius:4px}.search-suggestions strong,.search-suggestions em{display:block}.search-suggestions strong{font-size:14px;color:#172337;line-height:1.2}.search-suggestions em{font-size:12px;color:#64748b;font-style:normal;margin-top:3px}.product-thumbs button,.color-options button,.variant-options button{cursor:pointer}.product-thumbs button{height:78px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;display:grid;place-items:center;padding:4px}.product-thumbs button.active,.color-options button.active,.variant-options button.active{border-color:#172337;box-shadow:0 0 0 2px #17233714}.breadcrumb{margin:0 0 12px;color:#878787;font-size:13px}.variation-panel{display:grid;gap:12px;margin-bottom:18px}.variation-panel h3{font-size:16px;margin:0;color:#404145}.color-options{display:flex;gap:10px;flex-wrap:wrap}.color-options button{width:70px;height:58px;border:1px solid #d7dce5;background:#fff;border-radius:8px;padding:4px}.color-options img{width:100%;height:100%;object-fit:contain}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-options button{min-width:136px;text-align:left;border:1px solid #d7dce5;background:#fff;border-radius:8px;padding:10px 12px}.variant-options span,.variant-options strong,.variant-options em{display:block}.variant-options span{color:#172337;font-size:13px}.variant-options strong{color:#0f8a43;font-size:13px;margin-top:5px}.variant-options em{font-style:normal;font-weight:800;color:#212121}.product-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.product-price-row span{color:#0f8a43;font-size:26px}.product-price-row del{color:#878787;font-weight:400}.offer-box{border:2px solid #93c5fd;background:#eff6ff;border-radius:12px;margin:16px 0;padding:12px}.offer-box strong,.offer-box span{display:block}.offer-box strong{color:#172337}.offer-box>div>span{font-size:13px;color:#475569;margin-top:4px}.offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.offer-grid span{background:#fff;border:1px solid #dbeafe;border-radius:8px;padding:9px;font-size:13px;font-weight:800;color:#1d4ed8}.delivery-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;margin:16px 0;overflow:hidden}.delivery-box h3{margin:0;padding:12px 14px}.delivery-box p{margin:0;padding:11px 14px;border-top:1px solid #e5e7eb}.delivery-box a{color:#0b65d8;font-weight:800}.cart-drawer-toggle{background:radial-gradient(circle at 30% 20%,#3b82f6,#172337 58%,#0f172a)!important;box-shadow:0 14px 34px rgba(15,23,42,.28),0 0 0 8px rgba(59,130,246,.08);transition:transform .18s ease,box-shadow .18s ease}.cart-drawer-toggle:hover{transform:translateY(-2px) scale(1.04)!important;box-shadow:0 18px 44px rgba(15,23,42,.35),0 0 0 10px rgba(251,100,27,.12)}.toast-message{position:fixed;left:50%;bottom:24px;z-index:120;transform:translate(-50%,20px);background:#172337;color:#fff;padding:11px 16px;border-radius:999px;box-shadow:0 12px 28px rgba(15,23,42,.28);font-size:14px;font-weight:800;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.toast-message.show{opacity:1;transform:translate(-50%,0)}.cart-line[hidden],.mini-cart-item[hidden]{display:none!important}.quantity-control button:hover,.remove-btn:hover{filter:brightness(.96)}@media(max-width:760px){.search-suggestions{top:calc(100% + 4px)}.offer-grid{grid-template-columns:1fr}.variant-options button{min-width:128px}.product-price-row span{font-size:20px}}
body{font-family:var(--site-font,Arial,Helvetica,sans-serif);font-size:var(--site-font-size,16px)}.btn{background:var(--site-button,#fb641b)!important;color:var(--site-button-text,#fff)!important;border-radius:var(--site-button-radius,2px)!important}.btn.secondary{background:#fff!important;color:var(--site-primary,#2874f0)!important;border:1px solid var(--site-primary,#2874f0)}.badge,.rating{background:var(--site-primary,#2874f0)}.rating{gap:3px;white-space:nowrap}.category-row a:hover,.nav-actions a:hover,.avatar-dropdown a:hover{color:var(--site-primary,#1dbf73)}.flip-shelf-head a,.category-band-head a{background:var(--site-primary,#2874f0)}.product-thumbs button.active,.color-options button.active,.variant-options button.active{border-color:var(--site-primary,#172337);box-shadow:0 0 0 2px color-mix(in srgb,var(--site-primary,#2874f0) 16%,transparent)}.cart-drawer-toggle span{background:var(--site-button,#fb641b)}
body{color:#212121}.badge,.rating{color:#fff!important}.home-layout-sortable{display:flex;flex-direction:column}.flip-product{position:relative;display:block}.wishlist-float,.home-wishlist{border:0;background:#fff;color:#334155;box-shadow:0 4px 16px rgba(15,23,42,.16);display:grid;place-items:center;cursor:pointer;transition:transform .16s ease,color .16s ease,background .16s ease}.wishlist-float{position:absolute;right:16px;top:16px;z-index:5;width:40px;height:40px;border-radius:50%;font-size:25px}.home-wishlist{position:absolute;right:8px;top:8px;z-index:5;width:32px;height:32px;border-radius:50%;font-size:20px}.wishlist-float:hover,.home-wishlist:hover,.wishlist-float.active,.home-wishlist.active{color:#e11d48;background:#fff5f7;transform:scale(1.06)}.ratings-panel{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-top:16px;padding:16px}.ratings-panel h3{margin:0 0 12px}.ratings-summary{display:flex;align-items:center;gap:12px;border-bottom:1px solid #eef2f7;padding-bottom:12px;margin-bottom:12px}.ratings-summary strong{background:#168a43;color:#fff;border-radius:4px;padding:8px 10px;font-size:20px}.ratings-summary span{color:#64748b}.review-list{display:grid;gap:10px}.review-list>div{border-bottom:1px solid #f1f5f9;padding-bottom:10px}.review-list strong{margin-left:8px}.review-list p{margin:8px 0 0;color:#475569}.product-headline .rating{background:#168a43!important;border-radius:4px;padding:5px 8px}.field input[type=color]{height:42px;padding:4px}.home-category-dock img,.flip-product img,.brand-tile img,.category-band-row img{border:1px solid #eef2f7}.detail-panel,.product-gallery,.flip-shelf,.brand-spotlight,.category-band,.side-cart{color:#212121;background:#fff}.muted{color:#667085!important}
body{background:var(--site-bg,#f1f3f6)!important;color:var(--site-text,#212121)!important}.fiverr-header,.fiverr-footer,.white-band,.filter,.summary,.panel-nav,.page-card,.checkout-step,.side-cart,.detail-panel,.product-gallery,.flip-shelf,.brand-spotlight,.category-band,.cart-line,.mini-cart-item,.setting-panel,.table,.admin-topbar{background:var(--site-surface,#fff)!important;color:var(--site-text,#212121)!important}.fiverr-header{background:var(--site-header,#fff)!important}.muted,.legal-body p,.page-card p,.search-suggestions em{color:var(--site-muted,#667085)!important}.admin-body{background:var(--site-bg,#eef2f7)!important;color:var(--site-text,#172033)!important;font-family:var(--site-font,Arial,Helvetica,sans-serif);font-size:var(--site-font-size,16px)}.admin-sidebar{background:var(--panel-sidebar,#111827)!important}.admin-logo span{color:var(--site-primary,#38bdf8)!important}.admin-sidebar nav a:hover{background:color-mix(in srgb,var(--site-primary,#2874f0) 22%,transparent)!important}.table th,.table td{color:var(--site-text,#212121)}.field input,.field select,.field textarea{color:var(--site-text,#212121);background:var(--site-surface,#fff)}
.flip-shelf-head a,.category-band-head a{font-size:0!important;position:relative;box-shadow:0 8px 18px rgba(15,23,42,.18);transition:transform .16s ease,box-shadow .16s ease}.flip-shelf-head a:before,.category-band-head a:before{content:"";width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);display:block;margin-left:-2px}.flip-shelf-head a:hover,.category-band-head a:hover{transform:translateX(2px);box-shadow:0 10px 24px rgba(15,23,42,.24)}
.product-layout{grid-template-columns:250px 1fr;gap:16px;align-items:start}.product-layout>div{min-width:0}.filter{position:sticky;top:96px;max-height:calc(100vh - 110px);overflow:auto}.filter label{font-size:13px;margin:9px 0!important}.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;background:#f8fafc!important}.catalog-card{min-width:0;border-radius:6px!important;overflow:hidden}.catalog-card>a:not(.wishlist-add){height:100%;display:flex!important;flex-direction:column}.catalog-card img{height:190px!important;padding:12px!important;background:#fff!important;object-fit:contain!important}.catalog-card .card-body{padding:10px 12px 12px}.catalog-card h3{font-size:14px;line-height:1.25;min-height:36px;margin:7px 0}.catalog-card .muted{font-size:12px;line-height:1.35}.catalog-card .price{font-size:18px;margin:8px 0 3px}.catalog-card .deal{font-size:12px}.catalog-actions span{font-size:10px}.wishlist-add{right:10px!important;top:10px!important}.catalog-pagination{margin:18px 0 0}.catalog-pagination nav{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.catalog-pagination svg{width:16px!important;height:16px!important}.catalog-pagination .pagination{display:flex;gap:6px;align-items:center;list-style:none;margin:0;padding:0}.catalog-pagination .page-link,.catalog-pagination a,.catalog-pagination span{font-size:13px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:30px!important;height:30px!important;padding:0 8px!important;border-radius:4px!important;background:#fff!important;border:1px solid #d7dce5!important;color:#172337!important}.catalog-pagination .active .page-link,.catalog-pagination [aria-current=page] span{background:var(--site-primary,#2874f0)!important;color:#fff!important;border-color:var(--site-primary,#2874f0)!important}.admin-product-edit-card{display:block!important}.admin-product-edit-card img{float:left;margin:0 12px 10px 0}.admin-product-edit-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-product-edit-card .field span{font-size:12px}.admin-product-edit-card input,.admin-product-edit-card textarea,.admin-product-edit-card select{padding:7px!important;font-size:13px}.admin-product-grid{grid-template-columns:1fr!important}@media(max-width:1180px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.product-layout{grid-template-columns:1fr}.filter{position:static;max-height:none}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-product-edit-card .form-grid{grid-template-columns:1fr}}@media(max-width:520px){.catalog-grid{grid-template-columns:1fr!important}}
.admin-filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) 160px auto auto;gap:10px;align-items:center}.admin-filter-bar input,.admin-filter-bar select{padding:10px;border:1px solid #d7dce5;border-radius:6px}.product-row-title{display:flex;align-items:center;gap:10px;min-width:260px}.product-row-title img{width:56px;height:56px;object-fit:contain;background:#f8fafc;border:1px solid #eef2f7;border-radius:6px}.product-row-title strong,.product-row-title span{display:block}.product-row-title span{font-size:12px;color:#64748b;margin-top:3px}.product-edit-page{display:grid;gap:16px}.product-edit-head{display:flex;align-items:center;gap:14px;border-bottom:1px solid #eef2f7;padding-bottom:14px}.product-edit-head img{width:92px;height:92px;object-fit:contain;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px}.product-edit-head .badge{margin-left:auto}.home-builder{display:grid;gap:14px}.home-block-list{display:grid;gap:12px}.home-block-card{background:#f8fafc;border:1px solid #d9e2ef;border-radius:8px;padding:14px;display:grid;gap:12px}.home-block-head{display:flex;align-items:center;gap:10px;justify-content:space-between}.home-builder-banner{min-height:190px;border-radius:10px;background:#172337 center/cover no-repeat;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:28px;margin:16px 0;box-shadow:0 10px 24px rgba(15,23,42,.12);overflow:hidden;position:relative}.home-builder-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,23,42,.72),rgba(15,23,42,.18))}.home-builder-banner span,.home-builder-banner strong{position:relative;max-width:720px}.home-builder-banner span{font-size:28px;font-weight:900}.home-builder-banner strong{font-size:16px;line-height:1.5;margin-top:8px}.home-builder-html{background:#fff;border:1px solid #eef2f7;border-radius:8px;margin:16px 0;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.home-builder-html h2{margin:0 0 12px;color:#172337}.product-manage-table .admin-actions{min-width:330px}.product-manage-table form{margin:0}@media(max-width:760px){.admin-filter-bar{grid-template-columns:1fr}.product-edit-head{align-items:flex-start;flex-direction:column}.product-edit-head .badge{margin-left:0}.home-block-head{align-items:flex-start;flex-direction:column}.product-manage-table .admin-actions{min-width:0}}
.admin-main .panel-layout{grid-template-columns:minmax(0,1fr)!important}.admin-main .panel-nav{display:none!important}.admin-main .section-head{position:sticky;top:72px;z-index:8}.admin-main .setting-panel,.admin-main .table-wrap,.admin-main .managed-page-grid{max-width:1180px}.table-wrap{max-width:100%;overflow:auto}.product-manage-table{width:100%!important;min-width:980px!important;table-layout:auto}.product-manage-table th,.product-manage-table td{vertical-align:middle!important;padding:12px!important}.product-manage-table td img,.product-manage-table .product-row-title img{width:56px!important;height:56px!important;min-width:56px!important;max-width:56px!important;max-height:56px!important;object-fit:contain!important;padding:0!important;float:none!important;display:block!important}.product-manage-table .product-row-title{display:grid!important;grid-template-columns:56px minmax(180px,1fr)!important;align-items:center!important;gap:10px!important;min-width:260px!important}.product-manage-table .product-row-title strong{font-size:13px!important;line-height:1.25!important}.product-manage-table .product-row-title span{font-size:12px!important}.product-manage-table .admin-actions{display:flex!important;flex-wrap:wrap!important;gap:6px!important;min-width:290px}.product-manage-table .badge{min-height:28px!important;padding:6px 8px!important}.admin-main .managed-page-grid{grid-template-columns:repeat(3,minmax(220px,1fr))}.admin-main .page-edit-card textarea{min-height:90px}.admin-main .home-block-card textarea{min-height:90px}@media(max-width:900px){.admin-main .managed-page-grid{grid-template-columns:1fr}.admin-main .section-head{position:static}}
.content-manager-intro{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 16px}.content-manager-intro a{background:#fff;border:1px solid #dbe5f2;border-radius:10px;padding:14px 16px;box-shadow:0 8px 20px rgba(15,23,42,.06);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.content-manager-intro a:hover{transform:translateY(-1px);border-color:var(--site-primary,#2563eb);box-shadow:0 12px 28px rgba(15,23,42,.1)}.content-manager-intro strong,.content-manager-intro span{display:block}.content-manager-intro strong{font-size:15px;color:#172337}.content-manager-intro span{font-size:12px;color:#64748b;margin-top:5px;line-height:1.35}.content-section-card{border-radius:10px!important;border:1px solid #dfe7f2!important;box-shadow:0 10px 28px rgba(15,23,42,.07)!important;padding:18px!important}.content-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #eef2f7;margin:-2px 0 16px;padding-bottom:14px}.content-section-title h3{margin:0 0 5px!important;font-size:20px;color:#0f172a}.content-section-title p{margin:0;max-width:720px}.raw-setting{display:none!important}.wp-menu-builder{display:grid;gap:18px}.wp-menu-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.wp-menu-grid>div{background:#f8fafc;border:1px solid #dbe5f2;border-radius:10px;padding:14px;min-width:0}.wp-menu-grid h4{margin:0 0 10px;color:#172337}.wp-menu-item,.wp-menu-add{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px;margin-bottom:10px;display:grid;gap:8px}.wp-menu-item-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}.wp-menu-item-head input,.wp-menu-add input,.wp-menu-add textarea,.wp-menu-item textarea{width:100%;border:1px solid #d7dce5;border-radius:6px;padding:9px;background:#fff}.wp-menu-item-head em{font-size:11px;font-style:normal;color:#64748b;background:#eef2ff;border-radius:999px;padding:3px 7px}.wp-menu-item-body{display:grid;gap:8px}.drag-handle{width:24px;height:24px;border-radius:6px;background:#e8eef8;color:#475569;display:grid;place-items:center;font-weight:900}.menu-builder{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:12px}.menu-builder-row{display:grid;grid-template-columns:1fr 1fr 120px;gap:8px}.managed-page-editor{display:grid;gap:12px}.admin-main .content-section-card .btn{box-shadow:0 8px 18px rgba(37,99,235,.18)}@media(max-width:1100px){.content-manager-intro,.wp-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.content-manager-intro,.wp-menu-grid,.menu-builder-row{grid-template-columns:1fr}.content-section-title{display:block}.content-section-title .btn{margin-top:10px}}
.wp-menu-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.wp-menu-columns>div{background:#f8fafc;border:1px solid #dbe5f2;border-radius:10px;padding:14px;min-width:0}.wp-menu-columns h4{margin:0 0 10px;color:#172337}.security-console{display:grid;gap:16px}.security-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.security-summary div{background:#f8fafc;border:1px solid #dbe5f2;border-radius:10px;padding:14px}.security-summary strong,.security-summary span{display:block}.security-summary strong{color:#172337;font-size:18px}.security-summary span{color:#64748b;font-size:12px;margin-top:4px}.security-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.security-card{background:#fff;border:1px solid #dbe5f2;border-radius:10px;padding:14px;box-shadow:0 6px 18px rgba(15,23,42,.05)}.security-card h4{margin:0 0 8px;color:#172337}.security-card .switch-row{align-items:flex-start;border-bottom:1px solid #eef2f7}.security-card .switch-row:last-child{border-bottom:0}.security-card input[type=checkbox]{width:20px;height:20px;accent-color:var(--site-primary,#2563eb)}.security-mode{max-width:420px}.security-mode select{border-radius:8px}@media(max-width:1100px){.wp-menu-columns,.security-grid{grid-template-columns:1fr}.security-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.security-summary{grid-template-columns:1fr}}
.logo{width:var(--site-logo-size,104px);max-width:var(--site-logo-size,104px);display:inline-flex;align-items:center}.logo img{width:100%!important;max-width:100%!important;height:auto!important;max-height:54px;object-fit:contain}.admin-sidebar{overflow:auto!important}.admin-sidebar nav a{color:#d1d5db!important}.admin-sidebar nav a:hover,.admin-sidebar nav a:focus{color:#fff!important}.admin-logo{width:var(--admin-logo-size,126px);max-width:var(--admin-logo-size,126px);display:block!important;color:#fff!important;letter-spacing:0!important;line-height:1.1}.admin-logo img{width:100%;height:auto;max-height:58px;object-fit:contain;display:block}.admin-footer{position:relative;z-index:1}.mega-menu.is-filtered .mega-group{display:none}.mega-menu.is-filtered .mega-group.is-active{display:block}@media(max-width:980px){.admin-sidebar{overflow:visible!important}.admin-logo{width:auto;max-width:none}}
.tax-console{display:grid;gap:16px}.tax-console .form-grid{background:#f8fafc;border:1px solid #dbe5f2;border-radius:10px;padding:14px}.admin-sidebar nav{padding-bottom:18px}.admin-sidebar::-webkit-scrollbar{width:8px}.admin-sidebar::-webkit-scrollbar-thumb{background:#334155;border-radius:99px}
.brand-row{grid-template-columns:minmax(96px,var(--site-logo-size,104px)) minmax(320px,1fr) auto!important;gap:22px!important}.brand-row .logo{width:var(--site-logo-size,104px)!important;max-width:var(--site-logo-size,104px)!important;min-width:0!important;overflow:hidden!important;letter-spacing:0!important;white-space:nowrap}.brand-row .logo img{display:block!important;width:100%!important;height:auto!important;max-height:46px!important;object-fit:contain!important;object-position:left center!important}.brand-row .search{min-width:0!important;width:100%!important}.brand-row .search input{min-width:0!important}@media(max-width:1100px){.brand-row{grid-template-columns:minmax(82px,120px) minmax(220px,1fr) auto!important;gap:14px!important}.brand-row .logo{width:min(var(--site-logo-size,104px),120px)!important;max-width:120px!important}.brand-row .nav-actions{gap:12px!important;font-size:14px!important}}@media(max-width:760px){.brand-row{grid-template-columns:minmax(78px,112px) minmax(0,1fr)!important}.brand-row .search{grid-column:2!important}.brand-row .nav-actions{grid-column:1/-1!important}.brand-row .logo{max-width:112px!important}}
/* Mobile marketplace header */
.mobile-actions,.mobile-menu-check,.mobile-menu-backdrop,.mobile-menu-drawer{display:none}.mobile-icon{position:relative;width:38px;height:38px;border:1px solid #dbe5f2;border-radius:999px;background:#fff;display:inline-grid;place-items:center;color:#172337}.mobile-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile-icon span{position:absolute;right:-3px;top:-4px;min-width:18px;height:18px;border-radius:999px;background:var(--site-button,#fb641b);color:#fff;font-size:10px;font-weight:900;display:grid;place-items:center;padding:0 4px}.mobile-menu-drawer{position:fixed;right:0;top:0;bottom:0;width:min(82vw,320px);z-index:160;background:#fff;box-shadow:-18px 0 45px rgba(15,23,42,.22);padding:16px;transform:translateX(105%);transition:transform .2s ease;overflow:auto}.mobile-menu-drawer a{display:block;padding:13px 8px;border-bottom:1px solid #eef2f7;color:#172337;font-weight:800}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:4px 0 12px;border-bottom:1px solid #dbe5f2}.mobile-drawer-head label{background:#f1f5f9;border-radius:999px;padding:8px 12px;font-weight:900}.mobile-menu-backdrop{position:fixed;inset:0;z-index:150;background:rgba(15,23,42,.42)}.mobile-menu-check:checked~.mobile-menu-backdrop,.mobile-menu-check:checked~.mobile-menu-drawer{display:block}.mobile-menu-check:checked~.mobile-menu-drawer{transform:translateX(0)}
@media(max-width:760px){.fiverr-header .container{padding:0 10px}.brand-row{display:grid!important;grid-template-columns:minmax(94px,118px) 1fr auto!important;gap:8px!important;align-items:center;padding:10px 0!important}.brand-row .logo{grid-column:1!important;width:100%!important;max-width:118px!important}.brand-row .logo img{max-height:34px!important}.mobile-actions{grid-column:3!important;display:flex!important;gap:6px;justify-content:flex-end}.brand-row>.search{grid-column:1/-1!important;grid-row:2!important;width:100%!important}.brand-row>.search input{height:38px!important;font-size:14px!important}.brand-row>.search button{width:48px!important;font-size:0!important;position:relative}.brand-row>.search button:before{content:"";width:15px;height:15px;border:2px solid #fff;border-radius:50%;position:absolute;left:14px;top:9px}.brand-row>.search button:after{content:"";width:8px;height:2px;background:#fff;position:absolute;left:27px;top:24px;transform:rotate(45deg);border-radius:2px}.brand-row>.nav-actions{display:none!important}.category-shell{border-top:1px solid #eef2f7;margin-top:4px;overflow:hidden}.category-row{overflow-x:auto;white-space:nowrap;padding:8px 0!important;gap:18px!important}.category-row a{font-size:13px!important;flex:0 0 auto}.mega-menu{display:none!important}.cart-drawer-toggle{display:none!important}.whatsapp-float{bottom:18px!important;right:18px!important;width:50px!important;height:50px!important}.search-suggestions{left:0!important;right:0!important;top:calc(100% + 5px)!important}.search-suggestions a{grid-template-columns:40px 1fr;padding:9px}.search-suggestions img{width:40px;height:40px}}
.footer-brand .logo img{width:var(--site-logo-size);max-height:56px;object-fit:contain;display:block}.panel-layout>div{min-width:0}@media(max-width:760px){.panel-layout{gap:10px}.panel-nav{border-radius:8px;padding:10px;background:#fff}.panel-nav a.badge{display:inline-flex;align-items:center}.panel-layout>div{overflow-x:auto;max-width:100%}.panel-layout .table{min-width:760px}.panel-layout .table-wrap,.panel-layout>div>.table{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.account-table-wrap{display:block;margin-top:10px}.account-table-wrap:after{content:"Swipe table to see all columns";display:block;padding:8px 10px;color:#64748b;font-size:12px;background:#f8fafc;border-top:1px solid #e5e7eb}.panel-layout .section-head h2{font-size:20px}.product-row-title img{width:64px!important;height:64px!important}.footer-brand{flex-wrap:wrap}.social{flex-wrap:wrap}}
@media(max-width:760px){.account-table-wrap{border:0!important;background:transparent!important;overflow:visible!important}.account-table-wrap:after{display:none!important}.account-orders-table{display:block!important;min-width:0!important;width:100%!important;background:transparent!important;border:0!important}.account-orders-table tbody{display:grid!important;gap:10px}.account-orders-table tr{display:grid!important;gap:0;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 20px rgba(15,23,42,.06);overflow:hidden}.account-orders-table tr:first-child{display:none!important}.account-orders-table td{display:grid!important;grid-template-columns:82px minmax(0,1fr);gap:10px;align-items:center;width:100%!important;padding:10px 12px!important;border:0!important;border-bottom:1px solid #eef2f7!important;white-space:normal!important;font-size:13px;line-height:1.25;word-break:break-word}.account-orders-table td:last-child{border-bottom:0!important}.account-orders-table td:before{content:attr(data-label);font-size:11px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.account-orders-table td[data-label=PO]{background:#f8fafc;font-weight:900;color:#172337}.account-orders-table td[data-label=Total]{font-weight:900}.account-orders-table td.admin-actions{display:grid!important;grid-template-columns:82px minmax(0,1fr)!important}.account-orders-table td.admin-actions:before{align-self:start;padding-top:7px}.account-orders-table td.admin-actions .badge{min-height:30px!important;padding:7px 9px!important;font-size:12px!important}.account-orders-table td.admin-actions{gap:8px 10px}.account-orders-table td.admin-actions a{margin:0 4px 4px 0}.panel-layout .account-orders-table{min-width:0!important}}
.order-filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;align-items:center;margin-top:14px}.order-filter-bar input,.order-filter-bar select{width:100%;border:1px solid #d7dce5;border-radius:6px;background:#fff;padding:10px;color:#172337}.catalog-filter-check,.mobile-catalog-tools,.catalog-filter-backdrop,.mobile-filter-close{display:none}@media(max-width:760px){.order-filter-bar{grid-template-columns:1fr 1fr;gap:8px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px;margin:10px 0}.order-filter-bar .btn,.order-filter-bar .badge{width:100%;min-height:36px}.mobile-catalog-tools{display:grid;grid-template-columns:1fr 1fr;position:sticky;top:0;z-index:30;background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin:0 0 10px}.mobile-catalog-tools>label,.mobile-sort-menu>summary{min-height:44px;display:grid;place-items:center;font-weight:900;color:#172337;cursor:pointer;list-style:none}.mobile-sort-menu>summary::-webkit-details-marker{display:none}.mobile-catalog-tools>label{border-left:1px solid #e5e7eb}.mobile-sort-menu{position:relative}.mobile-sort-menu>div{position:absolute;left:8px;right:8px;top:46px;z-index:70;background:#fff;border:1px solid #d7dce5;border-radius:10px;box-shadow:0 18px 42px rgba(15,23,42,.18);overflow:hidden}.mobile-sort-menu a{display:block;padding:12px 14px;border-bottom:1px solid #eef2f7}.mobile-sort-menu a.active{background:#eff6ff;color:#1d4ed8;font-weight:900}.product-layout>.filter{position:fixed!important;top:0!important;bottom:0;left:0;width:min(86vw,340px);z-index:151;background:#fff!important;transform:translateX(-105%);transition:transform .2s ease;max-height:none!important;overflow:auto!important;padding:18px!important;border-radius:0!important}.catalog-filter-check:checked~.product-layout>.filter{transform:translateX(0)}.catalog-filter-backdrop{position:fixed;inset:0;z-index:150;background:rgba(15,23,42,.42)}.catalog-filter-check:checked~.product-layout .catalog-filter-backdrop{display:block}.mobile-filter-close{display:inline-flex!important;justify-content:center}.product-layout{display:block!important}.product-layout>div:not(.mobile-catalog-tools){min-width:0}}
.flip-shelf-head a,.category-band-head a{width:28px!important;height:28px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;font-size:0!important;border-radius:999px!important}
.media-gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8fafc;border:1px solid #dbe5f2;border-radius:10px;padding:10px 12px;margin-bottom:14px}.media-gallery-toolbar label,.media-select{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:#172337}.media-gallery-toolbar input,.media-select input{width:auto!important}.media-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.media-gallery-card{background:#fff;border:1px solid #dbe5f2;border-radius:10px;padding:12px;display:grid;gap:8px;min-width:0}.media-gallery-card img{width:100%;aspect-ratio:1.2/1;object-fit:contain;background:#f8fafc;border:1px solid #eef2f7;border-radius:8px}.media-gallery-card strong{font-size:13px;line-height:1.25;color:#172337;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-gallery-card input[readonly]{width:100%;border:1px solid #d7dce5;border-radius:6px;padding:8px;font-size:12px;background:#f8fafc;color:#334155}.media-card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.media-card-actions .danger,.media-gallery-toolbar .danger{border:0}.media-gallery-pagination{margin-top:16px}.media-gallery-pagination nav{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.media-gallery-pagination .pagination{display:flex;gap:6px;list-style:none;margin:0;padding:0}.media-gallery-pagination a,.media-gallery-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;border:1px solid #d7dce5;border-radius:6px;background:#fff;padding:0 9px;color:#172337}.media-gallery-pagination [aria-current=page] span{background:var(--site-primary,#2874f0);border-color:var(--site-primary,#2874f0);color:#fff}.home-copy-grid{background:#f8fafc;border:1px solid #dbe5f2;border-radius:10px;padding:14px}.home-copy-grid>span{font-weight:900;color:#172337}@media(max-width:1100px){.media-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.media-gallery-toolbar{align-items:flex-start;flex-direction:column}.media-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.media-gallery-grid{grid-template-columns:1fr}}
.message-list{display:grid;gap:12px}.message-card{background:#fff;border:1px solid #dbe5f2;border-radius:10px;padding:14px;box-shadow:0 6px 18px rgba(15,23,42,.05)}.message-card>div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.message-card strong,.message-card span{display:block}.message-card strong{color:#172337}.message-card span{font-size:12px;color:#64748b}.message-card p{margin:9px 0 0;color:#334155;line-height:1.45}.icon-link{background:var(--header-icon-bg,#fff);color:var(--header-icon-color,#334155);border-radius:999px}.icon-link svg{stroke:currentColor}.icon-link span[data-wishlist-count]{position:absolute;right:-7px;top:-7px;min-width:17px;height:17px;border-radius:999px;background:var(--header-icon-badge,var(--site-button,#fb641b));color:var(--header-icon-badge-text,#fff);font-size:10px;font-weight:900;display:grid;place-items:center;padding:0 4px}.cart-drawer-toggle{background:var(--cart-float-bg,#172337)!important;color:var(--cart-float-icon,#fff)!important}.cart-drawer-toggle svg{stroke:var(--cart-float-icon,#fff)!important}.cart-drawer-toggle span{background:var(--cart-float-badge,#fb641b)!important;color:var(--cart-float-badge-text,#fff)!important}.wishlist-add.active svg,.wishlist-float.active svg{fill:#e11d48;stroke:#e11d48}.wishlist-add.active,.wishlist-float.active{color:#e11d48}
.wishlist-add,.wishlist-float,.home-wishlist{border:1px solid rgba(15,23,42,.08)!important;background:rgba(255,255,255,.94)!important;color:#334155!important;box-shadow:0 10px 24px rgba(15,23,42,.16),inset 0 1px 0 rgba(255,255,255,.85)!important;backdrop-filter:blur(10px);transition:transform .18s ease,box-shadow .18s ease,color .18s ease,background .18s ease,border-color .18s ease}.wishlist-add{width:42px!important;height:42px!important;right:12px!important;top:12px!important}.wishlist-float{width:46px!important;height:46px!important;font-size:25px}.home-wishlist{width:34px!important;height:34px!important;font-size:19px!important;line-height:1}.wishlist-add svg{width:21px!important;height:21px!important;stroke:currentColor!important;stroke-width:2.15!important;filter:drop-shadow(0 1px 0 rgba(255,255,255,.8))}.wishlist-add:hover,.wishlist-float:hover,.home-wishlist:hover{background:#fff!important;color:#e11d48!important;border-color:rgba(225,29,72,.22)!important;box-shadow:0 14px 30px rgba(225,29,72,.18),0 8px 18px rgba(15,23,42,.12)!important;transform:translateY(-2px) scale(1.04)!important}.wishlist-add.active,.wishlist-float.active,.home-wishlist.active{background:#fff1f2!important;color:#e11d48!important;border-color:#fecdd3!important;box-shadow:0 12px 28px rgba(225,29,72,.2)!important}.wishlist-add.active svg,.wishlist-float.active svg{fill:currentColor!important;stroke:currentColor!important}
.desktop-cart-trigger{cursor:pointer}.desktop-cart-trigger span[data-cart-count]{position:absolute;right:-7px;top:-7px;min-width:17px;height:17px;border-radius:999px;background:var(--header-icon-badge,var(--site-button,#fb641b));color:var(--header-icon-badge-text,#fff);font-size:10px;font-weight:900;display:grid;place-items:center;padding:0 4px}.cart-drawer-toggle{display:none!important}.template-editor{background:#f8fafc;border:1px solid #dbe5f2;border-radius:10px;padding:14px}.template-editor h4{margin:0 0 12px;color:#172337;font-size:16px}

/* Admin-selected storefront skins */
body{background:var(--site-bg,#f1f3f6)!important;color:var(--site-text,#212121)!important;font-family:var(--site-font,Arial,Helvetica,sans-serif)!important;font-size:var(--site-font-size,16px)}.btn{background:var(--site-button,#fb641b)!important;color:var(--site-button-text,#fff)!important;border-radius:var(--site-button-radius,2px)!important}.badge{border-radius:calc(var(--site-button-radius,2px) + 2px);background:color-mix(in srgb,var(--site-primary,#2874f0) 12%,#fff);color:var(--site-primary,#2874f0)}.fiverr-header{background:var(--site-header,#fff)!important}.search button,.flip-shelf-head a,.category-band-head a{background:var(--site-primary,#2874f0)!important}.theme-emerald{--skin-primary:#059669;--skin-accent:#f97316;--skin-deep:#0f172a}.theme-saffron{--skin-primary:#e85d04;--skin-accent:#0ea5e9;--skin-deep:#2d1b08}.theme-indigo{--skin-primary:#4f46e5;--skin-accent:#10b981;--skin-deep:#111827}.theme-emerald .flip-home{background:linear-gradient(180deg,#ecfdf5 0,#f8fafc 310px,#eef2f7 100%)}.theme-saffron .flip-home{background:linear-gradient(180deg,#fff7ed 0,#fff 300px,#f1f5f9 100%)}.theme-indigo .flip-home{background:linear-gradient(180deg,#eef2ff 0,#f8fafc 300px,#e5e7eb 100%)}.theme-emerald .home-featured-hero,.theme-emerald .template-hero{--hero-tint:rgba(5,150,105,.92)}.theme-saffron .home-featured-hero,.theme-saffron .template-hero{--hero-tint:rgba(194,65,12,.92)}.theme-indigo .home-featured-hero,.theme-indigo .template-hero{--hero-tint:rgba(49,46,129,.92)}
.home-featured-hero{background:linear-gradient(135deg,var(--hero-tint,rgba(40,116,240,.92)),rgba(15,23,42,.9));color:#fff;border-radius:8px;padding:34px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px;box-shadow:0 18px 45px rgba(15,23,42,.16);overflow:hidden}.home-featured-hero h1{font-size:38px;line-height:1.08;margin:10px 0 12px;color:#fff!important}.home-featured-hero p{max-width:720px;color:rgba(255,255,255,.88)!important;line-height:1.55}.home-featured-hero .badge{background:rgba(255,255,255,.16)!important;color:#fff!important}.hero-deal-stack{display:grid;gap:12px}.hero-deal-stack div{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:15px;backdrop-filter:blur(10px)}.hero-deal-stack strong,.hero-deal-stack span{display:block;color:#fff!important}.hero-deal-stack span{margin-top:5px;color:rgba(255,255,255,.78)!important;font-size:13px;line-height:1.35}
.header-fiverr .brand-row{border-bottom:0}.header-compact .fiverr-header{box-shadow:0 10px 28px rgba(15,23,42,.08)}.header-compact .brand-row{height:62px!important;grid-template-columns:minmax(80px,var(--site-logo-size,104px)) minmax(260px,1fr) auto!important}.header-compact .search{height:38px;border-radius:999px;background:#f8fafc}.header-compact .category-shell{background:#f8fafc;border-top:1px solid #e2e8f0;margin:0 -24px;padding:0 24px}.header-compact .category-row{height:36px!important;font-size:14px!important}.header-enterprise .fiverr-header{background:#101827!important;color:#fff;border-bottom:0;box-shadow:0 16px 42px rgba(15,23,42,.22)}.header-enterprise .brand-row{height:76px!important;background:transparent!important;margin:0!important;padding:0!important}.header-enterprise .logo,.header-enterprise .nav-actions,.header-enterprise .nav-actions a,.header-enterprise .category-row{color:#fff!important}.header-enterprise .search{border:0;border-radius:8px;background:#fff}.header-enterprise .category-shell{border-top:1px solid rgba(255,255,255,.12)}.header-enterprise .category-row{border-top:0;color:#dbeafe!important}.header-enterprise .category-row a:hover{color:#fff!important;border-bottom-color:#38bdf8}.header-enterprise .mega-menu{color:#172337;border-radius:0 0 10px 10px}
.layout-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.layout-preview-card{min-height:118px;border:1px solid #dbe5f2;border-radius:10px;padding:14px;display:flex;flex-direction:column;justify-content:flex-end;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.06)}.layout-preview-card strong,.layout-preview-card span{display:block}.layout-preview-card strong{font-size:15px;color:#0f172a}.layout-preview-card span{font-size:12px;color:#64748b;margin-top:5px}.layout-preview-studio{background:linear-gradient(135deg,#111827,#ffffff 72%);border-color:#111827}.layout-preview-studio strong{color:#fff}.layout-preview-aurora{background:linear-gradient(135deg,#e0f2fe,#ecfdf5 50%,#fff7ed)}.layout-preview-command{background:linear-gradient(135deg,#0f172a,#1d4ed8);border-color:#1e40af}.layout-preview-command strong,.layout-preview-command span{color:#fff}.layout-preview-premium{background:linear-gradient(135deg,#fff7ed,#ffffff 50%,#dbeafe)}.layout-preview-compact{background:#f8fafc}.layout-console .field-wide{grid-column:1/-1}.layout-intro{margin:6px 0 0;line-height:1.55;color:#475569}.home-layout-studio .flip-home,.products-layout-studio .product-listing-page,.product-detail-layout-studio .product-detail-page,.checkout-layout-studio .checkout-page{background:#f8fafc}.home-layout-studio .home-featured-hero,.products-layout-studio .white-band,.product-detail-layout-studio .product-gallery,.product-detail-layout-studio .detail-panel,.checkout-layout-studio .checkout-step,.checkout-layout-studio .side-cart{border-radius:14px!important;border:1px solid #e2e8f0!important;box-shadow:0 18px 44px rgba(15,23,42,.1)!important}.home-layout-studio .home-featured-hero{background:linear-gradient(135deg,#ffffff,#eef6ff)!important}.products-layout-studio .catalog-grid{gap:14px;background:transparent}.products-layout-studio .catalog-card{border:1px solid #e2e8f0;border-radius:14px}.home-layout-aurora .flip-home,.products-layout-aurora .product-listing-page,.product-detail-layout-aurora .product-detail-page,.checkout-layout-aurora .checkout-page{background:linear-gradient(135deg,#ecfeff 0,#f8fafc 42%,#fff7ed 100%)}.home-layout-aurora .home-featured-hero,.products-layout-aurora .white-band,.product-detail-layout-aurora .product-gallery,.product-detail-layout-aurora .detail-panel,.checkout-layout-aurora .checkout-step,.checkout-layout-aurora .side-cart{background:rgba(255,255,255,.86)!important;border:1px solid rgba(148,163,184,.35)!important;border-radius:16px!important;box-shadow:0 18px 48px rgba(15,23,42,.1)!important}.home-layout-command .flip-home,.products-layout-command .product-listing-page,.product-detail-layout-command .product-detail-page,.checkout-layout-command .checkout-page{background:#0f172a;color:#e5e7eb}.home-layout-command .flip-shelf,.home-layout-command .brand-spotlight,.home-layout-command .category-band,.products-layout-command .white-band,.products-layout-command .filter,.product-detail-layout-command .product-gallery,.product-detail-layout-command .detail-panel,.checkout-layout-command .checkout-step,.checkout-layout-command .side-cart{background:#111c31!important;color:#e5e7eb!important;border:1px solid #263954!important;border-radius:10px!important}.home-layout-command h1,.home-layout-command h2,.products-layout-command h2,.product-detail-layout-command h1,.product-detail-layout-command h3,.checkout-layout-command h3{color:#fff}.home-layout-command .muted,.products-layout-command .muted,.product-detail-layout-command .muted,.checkout-layout-command .muted{color:#cbd5e1!important}.products-layout-command .catalog-grid{background:transparent;gap:12px}.products-layout-command .catalog-card{background:#16233a!important;border:1px solid #263954;border-radius:10px}.home-layout-premium .flip-home,.products-layout-premium .product-listing-page,.product-detail-layout-premium .product-detail-page,.checkout-layout-premium .checkout-page{background:#fffaf2}.home-layout-premium .home-featured-hero,.products-layout-premium .white-band,.product-detail-layout-premium .product-gallery,.product-detail-layout-premium .detail-panel,.checkout-layout-premium .checkout-step,.checkout-layout-premium .side-cart{border-radius:12px!important;border:1px solid #f1d7b5!important;box-shadow:0 14px 38px rgba(146,64,14,.12)!important}.home-layout-premium .btn,.products-layout-premium .btn,.product-detail-layout-premium .btn,.checkout-layout-premium .btn{box-shadow:0 8px 20px rgba(251,100,27,.22)}.home-layout-compact .flip-home,.products-layout-compact .product-listing-page,.product-detail-layout-compact .product-detail-page,.checkout-layout-compact .checkout-page{background:#f6f7f9}.home-layout-compact .flip-shelf,.home-layout-compact .brand-spotlight,.home-layout-compact .category-band,.products-layout-compact .white-band,.products-layout-compact .filter,.product-detail-layout-compact .product-gallery,.product-detail-layout-compact .detail-panel,.checkout-layout-compact .checkout-step,.checkout-layout-compact .side-cart{border-radius:6px!important;box-shadow:none!important}.products-layout-compact .catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.products-layout-compact .catalog-card img{height:138px}.products-layout-compact .catalog-card h3{font-size:13px;min-height:34px}.checkout-layout-studio .checkout-layout,.checkout-layout-aurora .checkout-layout,.checkout-layout-premium .checkout-layout{gap:22px}.product-detail-layout-aurora .product-detail,.product-detail-layout-studio .product-detail,.product-detail-layout-premium .product-detail{gap:22px}@media(max-width:980px){.layout-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-layout-compact .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.layout-preview-grid{grid-template-columns:1fr}.products-layout-compact .catalog-grid{grid-template-columns:1fr}.home-layout-studio .home-featured-hero,.home-layout-aurora .home-featured-hero,.home-layout-premium .home-featured-hero{border-radius:10px!important}}
.mobile-menu-admin-preview{max-width:340px;background:#fff;border:1px solid #dbe5f2;border-radius:12px;box-shadow:0 16px 42px rgba(15,23,42,.12);padding:14px}.mobile-menu-admin-preview a{display:block;padding:12px 8px;border-bottom:1px solid #eef2f7;color:#172337;font-weight:800}.mobile-menu-admin-preview a:last-child{border-bottom:0}.mobile-menu-admin-preview .mobile-drawer-head span{background:#f1f5f9;border-radius:999px;padding:8px 12px;font-weight:900}
.review-form{border:1px solid #eef2f7;border-radius:8px;margin:14px 0;padding:14px;background:#f8fafc}.review-form h4{margin:0 0 12px}.review-form form{display:grid;gap:12px}.review-form textarea{resize:vertical}.mini-cart-empty{margin:0;padding:18px 16px}
.footer-mega .fiverr-footer{background:#fff}.footer-compact .fiverr-footer{margin-top:10px}.footer-compact .footer-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;padding:24px 0 14px!important}.footer-compact .footer-col a{font-size:13px!important;margin-bottom:9px!important}.footer-compact .footer-bottom{padding:14px 0!important}.footer-enterprise .fiverr-footer{background:#101827!important;color:#e5e7eb;border-top:0;margin-top:0}.footer-enterprise .footer-grid{padding:44px 0 28px}.footer-enterprise .footer-col h4{color:#fff!important}.footer-enterprise .footer-col a{color:#cbd5e1!important}.footer-enterprise .footer-bottom{border-top-color:rgba(255,255,255,.12)!important;color:#cbd5e1!important}.footer-enterprise .social a{border:1px solid rgba(255,255,255,.14);border-radius:999px;width:34px;height:34px;display:grid;place-items:center}
.template-hero{min-height:380px;background:center/cover no-repeat;border-radius:10px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.55fr);align-items:end;gap:28px;padding:42px;position:relative;overflow:hidden;box-shadow:0 24px 60px rgba(15,23,42,.18);color:#fff;margin-bottom:18px}.template-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,var(--hero-tint,rgba(15,23,42,.9)) 0%,rgba(15,23,42,.76) 46%,rgba(15,23,42,.28) 100%)}.template-hero>*{position:relative}.template-hero-copy h1{font-size:46px;line-height:1.02;margin:12px 0 14px;max-width:760px}.template-hero-copy p{font-size:17px;line-height:1.6;max-width:720px;color:rgba(255,255,255,.84)}.template-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.template-hero-panel{display:grid;gap:12px}.template-hero-panel div{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:16px;backdrop-filter:blur(12px)}.template-hero-panel strong,.template-hero-panel span{display:block}.template-hero-panel span{margin-top:5px;color:rgba(255,255,255,.75);font-size:13px;line-height:1.35}.template-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.template-process div{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:18px;box-shadow:0 12px 28px rgba(15,23,42,.08)}.template-process span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--skin-primary,var(--site-primary,#2874f0));color:#fff;font-weight:900;font-size:12px}.template-process strong{display:block;margin:12px 0 6px;color:#111827;font-size:17px}.template-process p{margin:0;color:#64748b;line-height:1.45;font-size:13px}.rfq-home .home-category-dock{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.rfq-home .home-category-dock a,.industrial-home .home-category-dock a{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;box-shadow:0 10px 24px rgba(15,23,42,.07);transition:transform .18s ease,box-shadow .18s ease}.rfq-home .home-category-dock a:hover,.industrial-home .home-category-dock a:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(15,23,42,.12)}.rfq-home .flip-shelf,.industrial-home .flip-shelf,.rfq-home .brand-spotlight,.industrial-home .brand-spotlight{border:1px solid #e2e8f0;border-radius:10px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.08)}.rfq-home .flip-product-row,.industrial-home .flip-product-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rfq-home .flip-product,.industrial-home .flip-product{background:#fff;border:1px solid #edf2f7;border-radius:8px;padding:12px;position:relative}.rfq-home .flip-product img,.industrial-home .flip-product img{border-radius:6px;background:#f8fafc}.rfq-home .flip-product strong,.industrial-home .flip-product strong{font-size:14px;height:36px;font-weight:800;color:#172337}.rfq-home .flip-product small,.industrial-home .flip-product small{font-size:15px;color:var(--skin-primary,var(--site-primary,#2874f0))}.rfq-home .promo-strip,.industrial-home .promo-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.rfq-home .sale-banner,.industrial-home .sale-banner{border-radius:10px;min-height:220px;box-shadow:0 18px 42px rgba(15,23,42,.16)}.industrial-home .category-band{border:0;border-left:7px solid var(--skin-primary,#4f46e5);box-shadow:0 14px 34px rgba(15,23,42,.08)}.rfq-home .category-band{border:0;border-top:7px solid var(--skin-primary,#059669);box-shadow:0 14px 34px rgba(15,23,42,.08)}
@media(max-width:980px){.home-featured-hero,.template-hero{grid-template-columns:1fr;padding:26px}.template-process{grid-template-columns:1fr}.rfq-home .home-category-dock,.rfq-home .flip-product-row,.industrial-home .flip-product-row{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-compact .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.home-featured-hero h1,.template-hero-copy h1{font-size:30px}.template-hero{min-height:0;padding:22px}.rfq-home .home-category-dock,.rfq-home .flip-product-row,.industrial-home .flip-product-row,.rfq-home .promo-strip,.industrial-home .promo-strip{grid-template-columns:1fr}.footer-compact .footer-grid{grid-template-columns:1fr!important}}

/* Modern selectable storefront layouts. Default remains untouched. */
.layout-home-showcase,.layout-catalog-hero,.layout-detail-brief,.layout-checkout-hero{position:relative;overflow:hidden;border-radius:16px;margin-bottom:18px}
.layout-home-showcase{min-height:440px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:28px;align-items:end;padding:46px;background:center/cover no-repeat;color:#fff;box-shadow:0 30px 70px rgba(15,23,42,.2)}
.layout-home-showcase:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(9,21,44,.92),rgba(15,23,42,.66) 52%,rgba(15,23,42,.18))}
.layout-home-showcase>*{position:relative}.layout-home-copy span,.layout-catalog-hero span,.layout-detail-brief span,.layout-checkout-hero span{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0;color:inherit}.layout-home-copy h1{max-width:760px;margin:14px 0;font-size:52px;line-height:1}.layout-home-copy p{max-width:710px;margin:0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.6}.layout-home-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.layout-home-feature-panel{display:grid;gap:12px}.layout-home-feature-panel div{padding:17px;border-radius:12px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(14px)}.layout-home-feature-panel strong,.layout-home-feature-panel small{display:block}.layout-home-feature-panel small{margin-top:7px;line-height:1.45;color:rgba(255,255,255,.76)}
.layout-catalog-hero{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);gap:18px;align-items:center;padding:28px;background:#111827;color:#fff}.layout-catalog-hero h1,.layout-checkout-hero h1{font-size:36px;line-height:1.04;margin:12px 0}.layout-catalog-hero p,.layout-checkout-hero p{margin:0;color:rgba(255,255,255,.74);line-height:1.55}.layout-catalog-stats,.layout-checkout-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.layout-catalog-stats div,.layout-checkout-flow div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:14px}.layout-catalog-stats strong,.layout-catalog-stats small,.layout-checkout-flow strong,.layout-checkout-flow small{display:block}.layout-catalog-stats strong,.layout-checkout-flow strong{font-size:24px}.layout-catalog-stats small,.layout-checkout-flow small{color:rgba(255,255,255,.72);margin-top:5px;font-size:12px}
.layout-detail-brief{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,330px);align-items:end;gap:18px;padding:28px;background:#101827;color:#fff}.layout-detail-brief h1{font-size:34px;line-height:1.08;margin:12px 0}.layout-detail-brief p{max-width:780px;margin:0;color:rgba(255,255,255,.76);line-height:1.55}.layout-detail-brief-price{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:18px}.layout-detail-brief-price small,.layout-detail-brief-price em{display:block;color:rgba(255,255,255,.72);font-style:normal}.layout-detail-brief-price strong{display:block;margin:7px 0;font-size:34px}.layout-detail-console{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.7fr);gap:18px;margin:16px 0;padding:18px;border-radius:14px;background:#0f172a;color:#fff}.layout-detail-console h3{margin:0 0 8px;color:#fff}.layout-detail-console p{margin:0;color:#cbd5e1}.layout-detail-console ul{margin:0;padding-left:18px;color:#e5e7eb;line-height:1.7}
.layout-checkout-hero{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,430px);gap:18px;align-items:center;padding:30px;background:#101827;color:#fff}
.home-layout-studio .layout-home-showcase,.products-layout-studio .layout-catalog-hero,.product-detail-layout-studio .layout-detail-brief,.checkout-layout-studio .layout-checkout-hero{background-color:#111827}.home-layout-studio .flip-shelf,.products-layout-studio .catalog-card,.product-detail-layout-studio .layout-detail-console,.checkout-layout-studio .checkout-step{border-radius:14px!important}
.home-layout-aurora .layout-home-showcase,.products-layout-aurora .layout-catalog-hero,.product-detail-layout-aurora .layout-detail-brief,.checkout-layout-aurora .layout-checkout-hero{background:linear-gradient(135deg,#0891b2,#4f46e5 55%,#f97316)!important}.home-layout-aurora .layout-home-showcase:before{background:linear-gradient(105deg,rgba(8,47,73,.82),rgba(79,70,229,.48),rgba(249,115,22,.16))}
.home-layout-command .layout-home-showcase,.products-layout-command .layout-catalog-hero,.product-detail-layout-command .layout-detail-brief,.checkout-layout-command .layout-checkout-hero{background:#020617!important;border:1px solid #263954}.products-layout-command .catalog-card .card-body,.product-detail-layout-command .delivery-box,.checkout-layout-command .field input,.checkout-layout-command .field textarea,.checkout-layout-command .field select{background:#101827!important;color:#e5e7eb!important}
.home-layout-premium .layout-home-showcase,.products-layout-premium .layout-catalog-hero,.product-detail-layout-premium .layout-detail-brief,.checkout-layout-premium .layout-checkout-hero{background:linear-gradient(135deg,#7c2d12,#0f172a)!important}.home-layout-premium .layout-home-showcase:before{background:linear-gradient(105deg,rgba(67,20,7,.88),rgba(15,23,42,.58),rgba(251,191,36,.12))}
.home-layout-compact .layout-home-showcase{min-height:310px;grid-template-columns:1fr;padding:28px}.home-layout-compact .layout-home-copy h1{font-size:38px}.home-layout-compact .layout-home-feature-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.products-layout-compact .layout-catalog-hero,.product-detail-layout-compact .layout-detail-brief,.checkout-layout-compact .layout-checkout-hero{padding:18px;border-radius:8px}.products-layout-compact .layout-catalog-hero{grid-template-columns:1fr}.products-layout-compact .catalog-card .catalog-actions{display:none}
.products-layout-studio .catalog-grid,.products-layout-aurora .catalog-grid,.products-layout-premium .catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;background:transparent!important}.products-layout-studio .catalog-card,.products-layout-aurora .catalog-card,.products-layout-premium .catalog-card{border-radius:16px!important;overflow:hidden}.products-layout-studio .catalog-card img,.products-layout-aurora .catalog-card img,.products-layout-premium .catalog-card img{height:240px!important}
.products-layout-command .catalog-grid{grid-template-columns:1fr!important;background:transparent!important}.products-layout-command .catalog-card>a{display:grid!important;grid-template-columns:220px 1fr;align-items:center}.products-layout-command .catalog-card img{height:180px!important}.products-layout-command .catalog-card h3{min-height:0;font-size:18px}
.product-detail-layout-studio .product-detail,.product-detail-layout-aurora .product-detail,.product-detail-layout-premium .product-detail{grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr)}.checkout-layout-studio .checkout-layout,.checkout-layout-aurora .checkout-layout,.checkout-layout-premium .checkout-layout{grid-template-columns:minmax(0,1fr) 390px}.checkout-layout-command .checkout-layout{grid-template-columns:1fr}.checkout-layout-command .side-cart{position:static}
@media(max-width:980px){.layout-home-showcase,.layout-catalog-hero,.layout-detail-brief,.layout-detail-console,.layout-checkout-hero{grid-template-columns:1fr}.layout-home-copy h1{font-size:36px}.layout-catalog-stats,.layout-checkout-flow,.home-layout-compact .layout-home-feature-panel{grid-template-columns:1fr}.products-layout-studio .catalog-grid,.products-layout-aurora .catalog-grid,.products-layout-premium .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.products-layout-command .catalog-card>a{grid-template-columns:1fr}.product-detail-layout-studio .product-detail,.product-detail-layout-aurora .product-detail,.product-detail-layout-premium .product-detail,.checkout-layout-studio .checkout-layout,.checkout-layout-aurora .checkout-layout,.checkout-layout-premium .checkout-layout{grid-template-columns:1fr}}
@media(max-width:560px){.layout-home-showcase,.layout-catalog-hero,.layout-detail-brief,.layout-checkout-hero{border-radius:10px;padding:20px}.layout-home-copy h1,.layout-catalog-hero h1,.layout-detail-brief h1,.layout-checkout-hero h1{font-size:28px}.products-layout-studio .catalog-grid,.products-layout-aurora .catalog-grid,.products-layout-premium .catalog-grid{grid-template-columns:1fr!important}}
.media-gallery-broken{width:100%;aspect-ratio:1.2/1;display:grid;place-items:center;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;color:#991b1b;font-size:13px;font-weight:800}
