:root{--green:#006F5D;--yellow:#FFE600;--orange:#F26522;--red:#E51B23;--blue:#426AB3;--ink:#111827;--muted:#5f6570;--bg:#f7f9fc;--line:#d6dde8;--white:#fff;--radius:22px;--shadow:0 10px 28px rgba(17,24,39,.08);--container:1440px;--green-soft:#eaf6f2;--yellow-soft:#fff7cc;--orange-soft:#fff1e8;--red-soft:#ffecee;--blue-soft:#eef3fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.page-width{max-width:var(--container);margin:0 auto;padding:0 24px}.section{padding:34px 0}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--green),var(--blue));color:#fff;box-shadow:0 10px 20px #426ab32e}.btn-secondary{background:#fff;border-color:var(--green);color:var(--green)}.btn-ghost{background:var(--green-soft);border-color:#cfe9df;color:var(--green)}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:linear-gradient(135deg,var(--green-soft),var(--yellow-soft));color:var(--green);font-size:12px;font-weight:800;border:1px solid #dcefe8}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}.section-head h2{font-size:clamp(28px,4vw,44px);line-height:1.02;margin:10px 0 0}.section-head p{margin:0;color:var(--muted);max-width:760px}.topbar{background:var(--green);color:#fff;font-size:14px}.topbar .page-width{display:flex;justify-content:space-between;gap:20px;padding-top:10px;padding-bottom:10px}.topbar-links{display:flex;gap:18px;flex-wrap:wrap;align-items:center}.header-shell{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.header-main{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;padding:18px 0}.header-logo img{width:92px;height:auto}.searchbar{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;overflow:hidden;min-height:58px}.searchbar input{border:0;outline:0;flex:1;padding:0 20px;font-size:17px;background:transparent}.searchbar button{width:58px;height:58px;border:0;background:linear-gradient(135deg,var(--yellow),#ffd000);font-size:22px;cursor:pointer;color:var(--green)}.header-actions{display:flex;align-items:center;gap:12px}.icon-btn{width:48px;height:48px;border-radius:999px;border:1px solid var(--line);display:grid;place-items:center;background:#fff}.nav-row{border-top:1px solid var(--line);background:#fff}.desktop-nav{display:flex;gap:2px;align-items:center;min-height:64px;position:relative}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:8px;padding:18px 16px;font-weight:800;white-space:nowrap}.nav-link .plus{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:999px;background:var(--yellow-soft);color:var(--green);font-size:13px;border:1px solid #f0dd7b}.nav-link:hover{color:var(--green)}.submenu{position:absolute;top:calc(100% - 2px);left:0;min-width:300px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:16px;display:none;z-index:50}.submenu.columns-2{min-width:560px}.nav-item:hover>.submenu,.nav-item.open>.submenu{display:block}.submenu-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.submenu-column h4{margin:0 0 10px;font-size:14px;color:var(--green)}.submenu a{display:block;padding:10px 12px;border-radius:14px;color:#374151}.submenu a:hover{background:linear-gradient(135deg,var(--green-soft),var(--blue-soft));color:var(--green)}.mobile-trigger{display:none}.mobile-drawer{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#1118276b}.mobile-drawer.open{display:block}.mobile-panel{width:min(92vw,420px);height:100%;background:#fff;padding:18px;overflow:auto}.mobile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mobile-menu details{border-bottom:1px solid var(--line);padding:10px 0}.mobile-menu summary{list-style:none;display:flex;justify-content:space-between;align-items:center;font-weight:800;cursor:pointer}.mobile-menu a{display:block;padding:10px 4px;color:#374151}.hero-strip{display:flex;gap:10px;flex-wrap:wrap}.hero-strip .chip{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:800}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}.hero-copy{padding:34px}.hero-copy h1{font-size:clamp(42px,6vw,78px);line-height:.96;margin:16px 0}.hero-copy p{font-size:18px;color:var(--muted);max-width:760px}.hero-image{position:relative;min-height:460px;background:linear-gradient(135deg,var(--green-soft) 0%,var(--yellow-soft) 32%,var(--orange-soft) 63%,var(--blue-soft) 100%);border-radius:28px;overflow:hidden;border:1px solid var(--line)}.hero-image img{width:100%;height:100%;object-fit:cover}.simple-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.simple-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card,.industry-card,.goal-card,.service-card,.subcat-card,.bundle-card,.story-card{overflow:hidden}.category-card .media,.subcat-card .media,.bundle-card .media,.showcase-item .media,.story-media{aspect-ratio:4/3;background:#eef2f6}.category-card .media img,.subcat-card .media img,.bundle-card .media img,.showcase-item .media img,.story-media img{width:100%;height:100%;object-fit:cover}.category-card .body,.subcat-card .body,.bundle-card .body,.promo-panel .body,.story-card .body{padding:18px}.category-card h3,.subcat-card h3,.bundle-card h3,.industry-card h3{margin:0 0 8px;font-size:24px}.category-card p,.subcat-card p,.bundle-card p,.industry-card p,.goal-card p,.service-card p,.story-card p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{display:flex;flex-direction:column;overflow:hidden}.product-card .media{aspect-ratio:4/3;background:#eef2f6;padding:10px}.product-card .media img{width:100%;height:100%;object-fit:cover;border-radius:16px;background:#fff}.product-card h3{font-size:24px;line-height:1.08;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meta-rating{color:var(--orange);font-weight:700;font-size:14px}.price{font-size:22px;font-weight:800;color:var(--green)}.actions-row{display:flex;gap:10px}.actions-row>*{flex:1}.actions-row form{display:flex;flex:1}.actions-row form .btn{width:100%}.goal-list,.service-list,.industry-list,.subcat-list,.faq-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.goal-card,.service-card,.industry-card{padding:20px}.promo-split{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.promo-panel{overflow:hidden}.promo-panel .media{aspect-ratio:16/9;background:#eef2f6}.promo-panel .media img{width:100%;height:100%;object-fit:cover}.compare-wrap{overflow:auto}.compare-wrap table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.compare-wrap th,.compare-wrap td{padding:16px;border-bottom:1px solid var(--line);text-align:left}.compare-wrap th{background:linear-gradient(135deg,var(--green),var(--blue));color:#fff}.compare-wrap td:first-child{font-weight:700}.compare-wrap .yes{color:var(--green);font-weight:800}.compare-wrap .no{color:var(--red);font-weight:800}.bundle-grid,.showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.industry-card .media{aspect-ratio:4/3;background:#eef2f6}.industry-card .media img{width:100%;height:100%;object-fit:cover}.industry-card .body{padding:18px}.story{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px}.story-media{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.faq-item details{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.faq-item summary{font-weight:800;cursor:pointer}.newsletter{padding:28px}.newsletter form{display:flex;gap:12px}.newsletter input{flex:1;min-height:54px;border-radius:999px;border:1px solid var(--line);padding:0 18px;font-size:16px}.footer{background:linear-gradient(135deg,#062f5d 0%,var(--blue) 18%,var(--green) 62%,#08483d 100%);color:#fff;margin-top:40px;position:relative}.footer .page-width{padding-top:48px;padding-bottom:28px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:24px}.footer h4{margin:0 0 12px}.footer a,.footer p{color:#ffffffd9}.footer .chips{display:flex;gap:10px;flex-wrap:wrap}.footer .chip{padding:10px 14px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);font-weight:800}.footer-bottom{padding-top:22px;border-top:1px solid rgba(255,255,255,.12);margin-top:22px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#ffffffbf}.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:50;background:linear-gradient(135deg,var(--green),#0c8c73);color:#fff;padding:16px 20px;border-radius:999px;font-weight:800;box-shadow:var(--shadow)}.main-collection{display:grid;grid-template-columns:280px 1fr;gap:24px}.filter-card{padding:20px;height:max-content}.filter-card h3{margin-top:0}.filter-card a{display:block;padding:8px 0;color:#374151}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.main-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:28px}.gallery-main{background:#fff;border:1px solid var(--line);border-radius:28px;padding:20px}.gallery-main .main-image{aspect-ratio:1/1;background:#eef2f6;border-radius:20px;overflow:hidden}.gallery-main .main-image img{width:100%;height:100%;object-fit:contain;background:#fff}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.thumbs button{padding:0;border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;aspect-ratio:1/1;cursor:pointer}.thumbs img{width:100%;height:100%;object-fit:cover}.buy-box{padding:28px;position:sticky;top:104px}.buy-box h1{font-size:clamp(32px,4vw,56px);line-height:1.02;margin:10px 0 12px}.buy-box .full-title{font-size:14px;color:var(--muted);margin-top:-2px}.buy-box .subcopy{color:var(--muted);font-size:16px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips .chip{padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;font-weight:800}.stepper{display:inline-grid;grid-template-columns:44px 80px 44px;border:1px solid var(--line);border-radius:999px;overflow:hidden}.stepper button,.stepper input{border:0;background:#fff;text-align:center;min-height:46px;font-size:18px}.price-box,.process-grid{display:grid;gap:12px}.price-box .row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line)}.price-box .row.total{font-size:24px;font-weight:800;border:0}.delivery-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.delivery-card{padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;cursor:pointer}.delivery-card.active{border-color:var(--green);background:linear-gradient(135deg,var(--green-soft),var(--yellow-soft))}.process-grid{grid-template-columns:repeat(4,1fr)}.process-grid .card{padding:16px}.field{display:flex;flex-direction:column;gap:8px}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff;font:inherit}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(min-width:1201px){.template-product .main-product{grid-template-columns:minmax(0,.96fr) minmax(440px,1.04fr);gap:22px;align-items:start}.template-product .gallery-main{padding:16px}.template-product .buy-box{top:92px;padding:24px}.template-product .buy-box h1{font-size:clamp(30px,3.25vw,46px)}.template-product .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.template-product .process-card{min-height:132px}}@media(min-width:861px)and (max-width:1200px){.template-product .main-product{grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);gap:18px}.template-product .buy-box{position:static;padding:20px}.template-product .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.center-card{padding:48px;text-align:center}.center-card h1{font-size:54px;margin:0 0 10px}.center-card p{color:var(--muted)}@media(max-width:1200px){.hero,.story,.main-product,.main-collection{grid-template-columns:1fr}.buy-box{position:static}.process-grid,.simple-grid-4,.simple-grid-3,.product-grid,.collection-grid,.goal-list,.service-list,.industry-list,.subcat-list,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.page-width{padding:0 16px}.topbar .page-width{padding-top:8px;padding-bottom:8px}.header-main{grid-template-columns:auto 1fr auto}.mobile-trigger{display:grid}.desktop-nav{display:none}.header-actions .icon-btn:nth-child(1),.header-actions .btn{display:none}.searchbar{min-height:50px}.searchbar input{font-size:16px}.searchbar button{width:50px;height:50px}.hero-copy{padding:22px}.hero-copy h1,.section-head h2,.buy-box h1,.center-card h1{font-size:38px}.simple-grid-4,.simple-grid-3,.product-grid,.collection-grid,.goal-list,.service-list,.industry-list,.subcat-list,.faq-list,.promo-split,.bundle-grid,.showcase-grid,.footer-grid,.process-grid,.delivery-cards,.form-row{grid-template-columns:1fr}.newsletter form{flex-direction:column}.thumbs{grid-template-columns:repeat(4,1fr)}}.fallback-media{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-start;padding:18px;background:linear-gradient(135deg,#0b5b4c,#204f79 55%,#f1cf4c);color:#fff;font-weight:900;font-size:clamp(22px,3vw,34px);line-height:1.02}.fallback-product{align-items:center;justify-content:center;font-size:22px;background:linear-gradient(135deg,#0b5b4c,#1f3a5f)}.product-grid{align-items:stretch}.product-card{height:100%}.product-card .media{aspect-ratio:1/1;background:#eef2f6;padding:0;overflow:hidden}.product-card .media img{width:100%;height:100%;object-fit:cover;border-radius:0}.product-card .body{padding:16px;display:flex;flex-direction:column;gap:10px}.product-card h3{font-size:20px;line-height:1.12;margin:0;min-height:66px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card .price{font-size:20px}.actions-row.compact .btn{min-height:52px;padding:12px 16px}.actions-row.compact .btn-secondary{font-weight:800}.main-product{align-items:start}.gallery-main{padding:16px}.buy-box h1{font-size:clamp(28px,3.2vw,48px)}.buy-box .full-title{font-size:12px;line-height:1.4;color:var(--muted)}.guarantee-strip{padding:16px;background:linear-gradient(135deg,var(--green-soft),var(--yellow-soft));border-color:#dcefe8;color:var(--green);font-weight:800}.price-box.compact .row{font-size:15px}.price-box.compact .row.total{font-size:22px}.main-collection .product-grid .product-card h3{font-size:18px;min-height:60px}.main-collection .product-grid .product-card .media{aspect-ratio:1/1}.footer .header-logo img{width:82px}.footer .chips .chip{background:#ffffff14}@media(max-width:860px){.product-card h3{font-size:18px;min-height:auto}.buy-box h1{font-size:34px}.header-logo img{width:74px}.hero-copy h1{font-size:34px}.section-head h2{font-size:32px}}.product-card .body .eyebrow{font-size:11px;padding:6px 10px}.product-card h3{font-size:17px;line-height:1.15;min-height:58px;-webkit-line-clamp:2}.product-card .price{font-size:18px}.product-card .meta-rating{font-size:12px;line-height:1.3}.actions-row.compact{align-items:stretch}.actions-row.compact .btn{min-height:48px;padding:10px 14px;font-size:15px}.gallery-main .main-image{aspect-ratio:4/4.2}.buy-box{padding:24px}.buy-box h1{font-size:clamp(24px,2.4vw,40px);line-height:1.05}.buy-box .full-title{font-size:11px;line-height:1.35;margin-bottom:8px}.process-grid .card p{font-size:13px;color:var(--muted)}@media(min-width:861px){.main-product{grid-template-columns:minmax(0,.95fr) minmax(360px,460px)}}@media(max-width:860px){.thumbs{grid-template-columns:repeat(4,1fr)}.buy-box{padding:18px}.gallery-main{padding:12px}.product-card h3{font-size:16px}}.buy-box h1{font-size:clamp(22px,2.2vw,38px);line-height:1.06;letter-spacing:-.02em}.buy-box .subcopy{font-size:14px;line-height:1.55;margin:0 0 4px}.buy-box .chips .chip{padding:9px 12px;font-size:13px}.actions-row.compact .btn{white-space:nowrap}.process-grid{grid-template-columns:repeat(2,1fr);gap:12px}.process-card{padding:16px;min-height:168px;display:flex;flex-direction:column;gap:8px}.process-card strong{font-size:15px;line-height:1.15}.process-card p{margin:0;font-size:13px;line-height:1.45;color:var(--muted)}.process-number{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,var(--yellow),#ffd54a);color:var(--green);font-weight:900;font-size:14px;box-shadow:0 6px 14px #ffe60033}.field label{font-weight:800;font-size:14px}.field input,.field textarea{min-height:52px}.field textarea{min-height:94px;resize:vertical}.footer .chips .chip{background:#ffffff1f;border-color:#ffffff3d;color:#fff}@media(max-width:860px){.process-grid{grid-template-columns:1fr 1fr}.process-card{min-height:auto}.buy-box h1{font-size:30px}.actions-row.compact .btn{font-size:14px}}.hero-v27{grid-template-columns:.88fr 1.12fr}.hero-gallery-wrap{padding:14px}.hero-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:140px;gap:12px;height:100%}.hero-gallery-card{position:relative;overflow:hidden;border-radius:22px;background:#eef2f6;border:1px solid var(--line);display:block}.hero-gallery-card img{width:100%;height:100%;object-fit:cover}.hero-gallery-card.is-main{grid-column:span 7;grid-row:span 2}.hero-gallery-grid.count-1 .hero-gallery-card,.hero-gallery-grid.count-2 .hero-gallery-card.is-main{grid-column:1/-1;grid-row:span 3}.hero-gallery-grid.count-2 .hero-gallery-card:not(.is-main){grid-column:span 5;grid-row:span 3}.hero-gallery-grid.count-3 .hero-gallery-card:not(.is-main){grid-column:span 5;grid-row:span 1}.hero-gallery-grid.count-4 .hero-gallery-card:not(.is-main),.hero-gallery-grid.count-5 .hero-gallery-card:not(.is-main){grid-column:span 5;grid-row:span 1}.hero-gallery-caption{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 12px;border-radius:14px;background:#041327b8;color:#fff;font-weight:800;font-size:13px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.goal-card-enhanced{padding:20px;display:flex;flex-direction:column;gap:14px}.goal-icon-wrap{display:flex;align-items:center;justify-content:flex-start}.goal-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--yellow),var(--orange));color:#fff;font-size:26px;font-weight:900;border:1px solid rgba(242,101,34,.2);box-shadow:0 8px 18px #f265222e}.goal-image-icon,.service-icon-wrap img,.compare-feature img{width:56px;height:56px;object-fit:cover;border-radius:18px;border:1px solid var(--line);background:#fff}.service-card-enhanced{display:flex;flex-direction:column;gap:14px}.service-icon-wrap{display:flex;align-items:center}.newsletter-enhanced{display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;padding:0}.newsletter-media{min-height:100%;background:linear-gradient(135deg,var(--blue-soft),var(--green-soft))}.newsletter-media img{width:100%;height:100%;object-fit:cover}.newsletter-copy{padding:28px}.category-card .media,.subcat-card .media,.bundle-card .media,.showcase-item .media,.story-media,.industry-card .media{overflow:hidden}.category-card .media img,.subcat-card .media img,.bundle-card .media img,.showcase-item .media img,.story-media img,.industry-card .media img{transition:transform .3s ease}.category-card:hover .media img,.subcat-card:hover .media img,.bundle-card:hover .media img,.showcase-item:hover .media img,.industry-card:hover .media img{transform:scale(1.03)}@media(max-width:1200px){.hero-v27{grid-template-columns:1fr}.hero-gallery-grid{grid-auto-rows:120px}.newsletter-enhanced{grid-template-columns:1fr}}@media(max-width:860px){.hero-gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:140px}.hero-gallery-card.is-main,.hero-gallery-grid.count-2 .hero-gallery-card.is-main,.hero-gallery-grid.count-3 .hero-gallery-card.is-main,.hero-gallery-grid.count-4 .hero-gallery-card.is-main,.hero-gallery-grid.count-5 .hero-gallery-card.is-main{grid-column:1/-1;grid-row:span 2}.hero-gallery-grid .hero-gallery-card:not(.is-main){grid-column:auto;grid-row:span 1}.goal-icon,.goal-image-icon,.service-icon-wrap img,.compare-feature img{width:48px;height:48px;border-radius:14px}.newsletter-copy{padding:22px}}.spec-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:start}.spec-panel{padding:22px}.spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.spec-item{padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#fff}.spec-label{font-size:13px;font-weight:800;color:var(--green);margin-bottom:6px}.spec-value{color:var(--ink);line-height:1.55}.details-stack{display:grid;gap:14px}.detail-card{padding:20px}.detail-card h3,.product-copy-card h3{margin:0 0 10px;font-size:20px}.detail-card p,.product-copy{margin:0;color:var(--muted);line-height:1.7}.product-copy-card{margin-top:18px;padding:22px}.product-copy p{margin:0 0 12px}@media(max-width:980px){.spec-layout,.spec-grid{grid-template-columns:1fr}}.product-intro{color:var(--muted);font-size:14px;line-height:1.6;margin:0 0 6px}.product-description-card{margin-top:22px;padding:24px}.compact-head{margin-bottom:10px}.yalla-product-actions .btn{min-height:52px}.yalla-product-actions .btn[disabled]{opacity:.7;cursor:not-allowed}.cart-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start}.cart-items-card,.cart-summary-card{padding:22px}.cart-item-row{display:grid;grid-template-columns:110px 1fr 110px 130px;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.cart-item-row:last-child{border-bottom:0}.cart-item-media{width:110px;height:110px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,var(--blue-soft),var(--green-soft));border:1px solid var(--line)}.cart-item-main h3{margin:0 0 6px;font-size:20px;line-height:1.15}.cart-meta{color:var(--muted);font-size:14px;margin-top:4px}.cart-remove{display:inline-block;margin-top:10px;color:var(--green);font-weight:800}.cart-item-qty label{display:block;font-size:12px;font-weight:800;color:var(--muted);margin-bottom:6px}.cart-item-qty input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:16px;padding:0 14px}.cart-item-line-price{font-size:20px;font-weight:800;text-align:right}.cart-actions-inline{display:flex;gap:12px;justify-content:space-between;align-items:center;padding-top:18px;flex-wrap:wrap}.cart-summary-card h3{margin:0 0 12px;font-size:28px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);font-size:18px}.summary-note{padding-top:14px;color:var(--muted);line-height:1.6}@media(max-width:980px){.cart-layout{grid-template-columns:1fr}.cart-item-row{grid-template-columns:90px 1fr}.cart-item-media{width:90px;height:90px}.cart-item-qty,.cart-item-line-price{grid-column:2}.cart-item-line-price{text-align:left}}.product-accordion{padding:10px 0;margin-top:22px;overflow:hidden}.accordion-item{border-top:1px solid var(--line)}.accordion-item:first-child{border-top:0}.accordion-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:18px 22px;cursor:pointer;font-weight:800;color:var(--ink)}.accordion-item summary::-webkit-details-marker{display:none}.accordion-item[open] .accordion-icon{transform:rotate(45deg)}.accordion-icon{font-size:28px;line-height:1;color:var(--green);transition:transform .2s ease}.accordion-content{padding:0 22px 22px}.accordion-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:6px}.fbt-summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;margin-bottom:18px}.fbt-summary p{margin:6px 0 0;color:var(--muted)}.fbt-grid{grid-template-columns:repeat(4,1fr)}@media(max-width:980px){.accordion-spec-grid{grid-template-columns:1fr}.fbt-summary{flex-direction:column;align-items:flex-start}.fbt-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.fbt-grid{grid-template-columns:1fr}.accordion-item summary{padding:16px 18px}.accordion-content{padding:0 18px 18px}}.topbar,.header-shell{border-color:#006f5d24}.hero-strip .chip:nth-child(1){background:var(--yellow-soft);border-color:#f0dd7b}.hero-strip .chip:nth-child(2){background:var(--orange-soft);border-color:#f5cfba}.hero-strip .chip:nth-child(3){background:var(--red-soft);border-color:#f4c6cc}.hero-strip .chip:nth-child(4){background:var(--blue-soft);border-color:#d7e1f6}.category-card .body h3,.subcat-card .body h3,.bundle-card .body h3,.industry-card .body h3{color:var(--green)}.product-card{border-color:#dfe6ef}.product-card .eyebrow{background:linear-gradient(135deg,var(--green-soft),var(--blue-soft));border:1px solid #dce9f3}.actions-row.compact .btn-primary{background:linear-gradient(135deg,var(--green),var(--blue))}.actions-row.compact .btn-secondary:hover{background:var(--yellow-soft)}.buy-box{background:linear-gradient(180deg,#fff,#fbfcfe)}.price-box{background:linear-gradient(180deg,#fff,#fbfcff)}.spec-label{color:var(--blue)}.accordion-item summary:hover{background:linear-gradient(135deg,var(--green-soft),var(--blue-soft))}.fbt-summary{background:linear-gradient(135deg,var(--green-soft),var(--yellow-soft))}.footer:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--yellow),var(--orange),var(--red),var(--blue),var(--green))}.footer h4{color:#fff}.icon-btn:hover{border-color:var(--green);background:var(--yellow-soft)}.btn-primary{background:var(--green)!important;color:#fff!important;box-shadow:0 10px 20px #006f5d29!important}.btn-primary:hover{background:var(--blue)!important;box-shadow:0 12px 24px #426ab32e!important}.header-actions .btn-primary{padding:14px 24px;border:1px solid rgba(0,111,93,.12)}.searchbar{box-shadow:0 8px 18px #1118270a}.searchbar button{background:var(--yellow)!important;color:var(--green)!important}.nav-row{box-shadow:inset 0 1px #006f5d0d}.nav-link{padding:16px 14px;font-size:14px}.nav-link .plus{width:18px;height:18px;background:linear-gradient(135deg,var(--yellow-soft),#fff3a3);color:var(--orange);border-color:#ecd878;font-size:12px}.submenu{padding:18px;border-radius:22px;border-color:#dbe4ef;box-shadow:0 18px 34px #1118271a}.submenu-column h4{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--green)}.submenu a{font-weight:600}.hero-v27{grid-template-columns:.9fr 1.1fr;gap:20px;align-items:stretch}.hero-copy{padding:32px 28px;background:linear-gradient(180deg,#fff,#fbfcff)}.hero-copy h1{font-size:clamp(38px,5vw,68px);max-width:10ch}.hero-copy p{font-size:17px;max-width:58ch}.hero-gallery-wrap{padding:14px;background:linear-gradient(180deg,#fff8d6,#fff 36%,#f7fbff);border-radius:28px;border:1px solid #e7ebf2}.hero-gallery-grid{grid-auto-rows:150px}.hero-gallery-card{border:1px solid #dfe7f1;box-shadow:0 10px 24px #1118270f;background:linear-gradient(135deg,var(--green) 0%,var(--blue) 58%,var(--yellow) 100%)}.hero-gallery-card img{filter:saturate(1.03) contrast(1.01)}.hero-gallery-caption{left:10px;right:10px;bottom:10px;padding:9px 12px;border-radius:999px;background:#fffffff0;color:var(--green);border:1px solid rgba(0,111,93,.1);font-size:12px;font-weight:800;-webkit-backdrop-filter:none;backdrop-filter:none}.fallback-media{align-items:center;justify-content:center;text-align:center;padding:20px;background:linear-gradient(135deg,var(--green) 0%,var(--blue) 62%,var(--yellow) 100%);font-size:clamp(20px,2.4vw,28px)}.fallback-media span{display:inline-block;max-width:16ch;padding:12px 16px;border-radius:24px;background:#ffffff24;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.section-head h2{font-size:clamp(30px,3.6vw,52px)}.hero-strip .chips{gap:10px}.hero-strip .chip{font-weight:800}@media(max-width:980px){.hero-v27{grid-template-columns:1fr}.hero-copy{padding:26px 22px}.hero-copy h1{max-width:unset;font-size:clamp(34px,9vw,56px)}}@media(max-width:860px){.page-width{padding:0 12px}.topbar{font-size:12px}.topbar .page-width{padding-top:6px;padding-bottom:6px;display:grid;grid-template-columns:1fr;gap:4px;text-align:center}.topbar-links{justify-content:center;gap:10px}.topbar-links a:nth-child(n+3){display:none}.header-main{grid-template-columns:auto 1fr auto;grid-template-areas:"trigger logo actions" "search search search";gap:10px;padding:12px 0}.mobile-trigger{grid-area:trigger;width:42px;height:42px;display:grid}.header-logo{grid-area:logo}.header-logo img{width:64px}.searchbar{grid-area:search;min-height:46px}.searchbar input{padding:0 14px;font-size:15px}.searchbar button{width:46px;height:46px}.header-actions{grid-area:actions;gap:8px;justify-self:end}.header-actions .icon-btn{width:40px;height:40px}.header-actions .icon-btn:first-child,.header-actions .btn,.nav-row{display:none}.section{padding:20px 0}.section-head{margin-bottom:14px;gap:10px}.section-head h2{font-size:30px;line-height:1.02}.section-head p{font-size:13px}.eyebrow{padding:6px 10px;font-size:11px}.hero-strip{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hero-strip .chip{padding:9px 10px;font-size:12px;justify-content:center;text-align:center}.hero-v27{gap:14px}.hero-copy{padding:20px 16px;border-radius:20px}.hero-copy h1{font-size:32px;line-height:.98;margin:12px 0}.hero-copy p{font-size:15px;line-height:1.5}.hero-copy .chips{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 16px!important}.hero-copy .chip{padding:8px 10px;font-size:12px;text-align:center;justify-content:center}.hero-copy>div[style*="display:flex"]{display:grid!important;grid-template-columns:1fr;gap:10px!important}.hero-copy .btn{width:100%;min-height:48px;padding:12px 18px}.hero-gallery-wrap{padding:10px;border-radius:20px}.hero-gallery-grid{gap:10px;grid-auto-rows:110px}.hero-gallery-card{border-radius:18px}.hero-gallery-caption{font-size:11px;padding:8px 10px;left:8px;right:8px;bottom:8px}.hero-gallery-grid.count-1,.hero-gallery-grid.count-2,.hero-gallery-grid.count-3,.hero-gallery-grid.count-4,.hero-gallery-grid.count-5{grid-template-columns:1fr 1fr}.hero-gallery-grid .hero-gallery-card.is-main{grid-column:1 / -1;grid-row:span 2}.simple-grid-4,.simple-grid-3,.product-grid,.collection-grid,.goal-list,.service-list,.industry-list,.subcat-list,.faq-list,.promo-split,.bundle-grid,.showcase-grid,.footer-grid,.process-grid,.delivery-cards,.form-row{grid-template-columns:1fr!important;gap:14px}.category-card .body,.subcat-card .body,.bundle-card .body,.promo-panel .body,.story-card .body,.product-card .body{padding:14px}.category-card h3,.subcat-card h3,.bundle-card h3,.industry-card h3{font-size:22px}.product-card .media{aspect-ratio:16/10;padding:8px}.product-card h3{font-size:20px}.price{font-size:28px}.product-actions{grid-template-columns:1fr 1fr}.product-actions .btn{min-height:46px;padding:12px 14px;font-size:15px}.goal-card,.service-card,.industry-card,.bundle-card,.showcase-item,.story-card,.category-card,.subcat-card,.product-card,.card,.buy-box,.gallery-main,.price-box,.product-description-card,.accordion-item,.collections-card{border-radius:18px}.goal-card,.service-card,.industry-card{padding:16px}.goal-icon,.goal-image-icon,.service-icon-wrap img,.compare-feature img{width:42px;height:42px;border-radius:12px}.main-product{gap:14px}.gallery-main{padding:10px}.thumbs{grid-template-columns:repeat(4,1fr);gap:8px}.thumb{border-radius:12px}.buy-box{padding:16px}.buy-box h1{font-size:28px;line-height:1.02}.buy-box .eyebrow{margin-bottom:8px}.trust-chips{gap:8px}.delivery-cards{grid-template-columns:1fr 1fr 1fr!important}.delivery-card{padding:12px 10px;border-radius:14px}.delivery-card strong{display:block;font-size:14px}.actions-row.compact{grid-template-columns:1fr 1fr!important}.actions-row.compact .btn{min-height:46px;border-radius:999px}.process-grid{grid-template-columns:1fr 1fr!important;gap:10px}.process-card{padding:14px;border-radius:16px}.process-card .num{width:28px;height:28px;font-size:12px}.process-card h4{font-size:16px}.process-card p{font-size:13px;line-height:1.45}.form-row{grid-template-columns:1fr!important}.price-box{padding:16px}.summary-row{font-size:15px}.accordion-item summary{font-size:15px}.accordion-content{padding:0 16px 16px}.accordion-spec-grid{grid-template-columns:1fr!important}.fbt-summary{padding:16px}.fbt-grid{grid-template-columns:1fr 1fr!important;gap:12px}.cart-items-card,.cart-summary-card{padding:16px}.cart-item-row{padding:12px 0}.footer{padding:28px 0 90px}.footer .page-width{padding:0 14px}.footer-grid{grid-template-columns:1fr!important;gap:18px}.footer-chips{gap:8px}.whatsapp-float{right:12px;bottom:12px}}@media(max-width:520px){.hero-strip,.hero-copy .chips{grid-template-columns:1fr}.hero-copy h1{font-size:28px}.section-head h2{font-size:26px}.hero-gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:92px}.product-actions,.actions-row.compact,.delivery-cards,.process-grid,.fbt-grid{grid-template-columns:1fr!important}}.product-main-price-row{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin:8px 0 6px}.product-main-price-label{font-size:12px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.product-main-price{font-size:32px;line-height:1;font-weight:900;color:var(--green)}.product-main-compare{font-size:16px;color:var(--muted);text-decoration:line-through;font-weight:700}.price-note{font-size:13px;color:var(--muted);margin-bottom:6px}.variant-selector-section{border-top:1px solid var(--line)}.variant-group+.variant-group{margin-top:14px}.variant-group-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:8px}.variant-group-head strong{font-size:15px}.variant-selected{font-size:13px;color:var(--green);font-weight:800}.variant-pills{display:flex;flex-wrap:wrap;gap:8px}.variant-pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:700;cursor:pointer;transition:.18s}.variant-pill:hover{border-color:var(--green);color:var(--green);background:var(--green-soft)}.variant-pill.active{background:linear-gradient(135deg,var(--green-soft),var(--yellow-soft));border-color:var(--green);color:var(--green)}.variant-status{margin-top:12px;padding:10px 12px;border-radius:14px;background:var(--red-soft);color:var(--red);font-weight:700}.thumbs .thumb-btn.is-active{border-color:var(--green);box-shadow:0 0 0 2px #006f5d1f}.compare-feature-link{display:block}.compare-feature{display:flex;align-items:center;gap:12px}.compare-feature img{width:52px;height:52px;object-fit:cover;border-radius:12px;border:1px solid var(--line);background:#fff}.product-description-card{display:none}@media(max-width:860px){.product-main-price{font-size:28px}.product-main-price-row{align-items:center}.variant-group-head{flex-direction:column;align-items:flex-start;gap:4px}.variant-pills{gap:6px}.variant-pill{padding:8px 12px;font-size:13px}.product-grid,.collection-grid,.fbt-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card h3{font-size:18px;line-height:1.12}.product-card .body{padding:12px}.actions-row.compact,.actions-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.product-card .actions-row .btn,.product-card .actions-row form .btn{padding:10px 12px;min-height:42px;font-size:14px}.product-card .price{font-size:24px}.product-card .meta-rating{font-size:12px}.collection-grid .product-card .media,.product-grid .product-card .media{aspect-ratio:1/1}}@media(max-width:520px){.product-grid,.collection-grid,.fbt-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-card .body{padding:10px}.product-card h3{font-size:16px}.product-card .eyebrow{padding:5px 8px;font-size:10px}.product-card .price{font-size:20px}.product-card .actions-row{gap:8px}.product-card .actions-row .btn,.product-card .actions-row form .btn{font-size:13px;padding:10px 8px;min-height:40px}.main-product{grid-template-columns:1fr!important}.gallery-main{padding:10px}.buy-box{padding:16px}.buy-box h1{font-size:26px}}.hero-strip-wrap{display:grid;gap:12px}.hero-strip-media-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:8px}.hero-strip-media{position:relative;overflow:hidden;min-height:140px;border-radius:18px}.hero-strip-media img{width:100%;height:100%;object-fit:cover;display:block}.hero-strip-media-caption{position:absolute;left:12px;bottom:12px;background:#111827b8;color:#fff;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700}.hero-gallery-card .fallback-media,.hero-strip-media .fallback-media{height:100%;min-height:140px}.section-dimensions-note{font-size:12px;color:var(--muted)}@media(max-width:749px){.hero-strip-media-grid{grid-template-columns:1fr}.hero-strip-media{min-height:120px}.hero-strip-media-caption{font-size:12px;padding:7px 10px}}.submenu{min-width:480px;max-width:720px;padding:18px 20px 20px;border-radius:24px;border:1px solid #dde4ee;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 22px 42px #11182724}.submenu-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 0 12px;margin-bottom:12px;border-bottom:1px solid var(--line)}.submenu-header h4{margin:0;font-size:14px;font-weight:900;letter-spacing:.02em;color:var(--green);text-transform:uppercase}.submenu-shopall{font-size:12px;font-weight:800;color:var(--blue);padding:8px 12px;border-radius:999px;background:var(--blue-soft);border:1px solid #d8e3f9}.submenu-shopall:hover{background:var(--yellow-soft);color:var(--green)}.fallback-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.fallback-grid.one-col{grid-template-columns:1fr}.submenu-column a{display:block;padding:10px 12px;border-radius:14px;font-size:15px;line-height:1.25;color:var(--ink);font-weight:700}.submenu-column a:hover{background:linear-gradient(135deg,var(--green-soft),var(--yellow-soft));color:var(--green)}.nav-item:hover>.nav-link,.nav-link:hover{color:var(--green)}.nav-link{font-weight:800}.nav-link .plus{transition:transform .2s ease}.nav-item:hover .nav-link .plus{transform:rotate(90deg)}@media(max-width:860px){.submenu,.submenu-header,.submenu-shopall{display:none!important}}.submenu-mini{margin:0 0 8px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.submenu-column+.submenu-column{border-left:1px solid var(--line);padding-left:14px}.submenu-grid.one-col .submenu-column+.submenu-column{border-left:none;padding-left:0}.submenu-column a{margin-bottom:2px}.micro-trust{font-size:12px;color:var(--muted);margin:0 0 10px}.footer-grid-5{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr;gap:24px}@media(max-width:1100px){.footer-grid-5{grid-template-columns:1fr 1fr 1fr}}@media(max-width:700px){.footer-grid-5{grid-template-columns:1fr 1fr}.footer-grid-5>:first-child{grid-column:1/-1}}@media(max-width:480px){.footer-grid-5{grid-template-columns:1fr}}.header-market-2026 .submenu,.submenu{border-radius:18px;box-shadow:0 14px 40px #1118271f;border:1px solid rgba(0,0,0,.08)}.product-card .body h3,.product-card-yalla .body h3{line-height:1.3}@media(max-width:767px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}.product-card .body,.product-card-yalla .body{padding:12px}.product-card .body h3,.product-card-yalla .body h3{font-size:14px}}@media(min-width:861px){.nav-row{display:flex;justify-content:center;width:100%}.nav-row .page-width.desktop-nav{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap;gap:2px;min-height:64px;width:fit-content;max-width:100%;margin:0 auto!important;padding-left:24px;padding-right:24px;position:relative;text-align:center}.nav-row .desktop-nav>.nav-item{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.nav-row .desktop-nav>.nav-item>.nav-link{display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap}.nav-row .desktop-nav .plus{margin-left:6px}}@media screen and (max-width:989px){.header-shell .header-main,.header-shell[class*=header-shell-] .header-main{min-height:68px!important;padding-top:8px!important;padding-bottom:8px!important;gap:8px!important}.header-shell .header-logo,.header-shell[class*=header-shell-] .header-logo{display:flex!important;align-items:center!important;justify-content:center!important}.header-shell .header-logo img,.header-shell[class*=header-shell-] .header-logo img{max-height:52px!important;width:auto!important;max-width:170px!important;object-fit:contain!important}.header-shell .mobile-trigger,.header-shell[class*=header-shell-] .mobile-trigger,.header-shell .header-actions .icon-btn,.header-shell[class*=header-shell-] .header-actions .icon-btn{width:40px!important;height:40px!important}.header-shell .mobile-search-wrap,.header-shell[class*=header-shell-] .mobile-search-wrap{padding-top:4px!important;padding-bottom:10px!important}.header-shell .mobile-search,.header-shell[class*=header-shell-] .mobile-search{min-height:42px!important;border-radius:999px!important}.header-shell .mobile-search input,.header-shell[class*=header-shell-] .mobile-search input{height:42px!important;font-size:14px!important;padding-left:14px!important;padding-right:10px!important}.header-shell .mobile-search button,.header-shell[class*=header-shell-] .mobile-search button{width:48px!important;height:42px!important}.yp-hero-banner{margin-top:6px!important}.yp-hero-banner .yp-hero-banner__wrap{width:100%!important}.yp-hero-banner .yp-hero-banner__slider{border-radius:14px!important;overflow:hidden!important;background:#fff!important}.yp-hero-banner .yp-hero-banner__slides{min-height:190px!important}.yp-hero-banner .yp-hero-banner__media,.yp-hero-banner .yp-hero-banner__picture,.yp-hero-banner .yp-hero-banner__placeholder{height:190px!important}.yp-hero-banner .yp-hero-banner__image,.yp-hero-banner .yp-hero-banner__picture img{object-fit:contain!important;object-position:center center!important;padding:8px 10px!important;background:#fff!important}.yp-hero-banner .yp-hero-banner__arrow{width:34px!important;height:34px!important}.yp-hero-banner .yp-hero-banner__arrow--prev{left:8px!important}.yp-hero-banner .yp-hero-banner__arrow--next{right:8px!important}.yp-hero-banner .yp-hero-banner__arrow span{font-size:20px!important}.yp-hero-banner .yp-hero-banner__dots{bottom:8px!important;padding:6px 9px!important;gap:6px!important}.yp-hero-banner .yp-hero-banner__dot{width:8px!important;height:8px!important}}@media screen and (max-width:520px){.header-shell .header-logo img,.header-shell[class*=header-shell-] .header-logo img{max-height:48px!important;max-width:155px!important}.yp-hero-banner .yp-hero-banner__slides{min-height:170px!important}.yp-hero-banner .yp-hero-banner__media,.yp-hero-banner .yp-hero-banner__picture,.yp-hero-banner .yp-hero-banner__placeholder{height:170px!important}}.product-card h3,.product-card .body h3,.product-card-yalla h3,.product-card-yalla .body h3,.collection-grid .product-card h3,.product-grid .product-card h3,.main-collection .product-grid .product-card h3{display:block!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;overflow:visible!important;text-overflow:unset!important;white-space:normal!important;min-height:auto!important;max-height:none!important;line-height:1.25!important}.buy-box h1,.main-product h1,.product__title,.product-title,.product-single__title{display:block!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;overflow:visible!important;text-overflow:unset!important;white-space:normal!important;max-height:none!important;line-height:1.08!important}@media screen and (max-width:860px){.product-card h3,.product-card .body h3,.product-card-yalla h3,.product-card-yalla .body h3{font-size:14px!important;line-height:1.25!important;min-height:auto!important;max-height:none!important;overflow:visible!important;display:block!important;-webkit-line-clamp:unset!important}.buy-box h1,.main-product h1,.product__title,.product-title,.product-single__title{font-size:26px!important;line-height:1.1!important;overflow:visible!important;display:block!important;-webkit-line-clamp:unset!important}}body{font-family:DM Sans,Inter,system-ui,sans-serif}h1,h2,h3,h4,h5,h6,.nav-link,.btn,.eyebrow,.buy-box h1,.section-head h2,.hero-copy h1{font-family:Syne,Inter,system-ui,sans-serif}.topbar{overflow:hidden}.topbar .page-width{display:block;padding:0}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 24px}.topbar-marquee{flex:1;overflow:hidden;min-width:0}.topbar-marquee-track{display:flex;white-space:nowrap;animation:yalla-marquee 30s linear infinite}.topbar-marquee-track span{padding:0 32px;opacity:.9;font-size:13px;font-weight:600}.topbar-marquee-track span:before{content:"\2726";margin-right:32px;opacity:.45}@keyframes yalla-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.topbar-links{display:flex;gap:8px;flex-shrink:0}.topbar-links a{color:#ffffffe0;font-size:12px;font-weight:600;padding:5px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.22);transition:.15s}.topbar-links a:hover{background:#ffffff24;color:#fff}.wa-float{position:fixed;right:18px;bottom:18px;z-index:500;display:flex;align-items:center;gap:10px;background:#25d366;color:#fff;padding:13px 20px 13px 15px;border-radius:999px;font-weight:700;font-size:14px;box-shadow:0 8px 28px #25d36659;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:wa-pulse 3s ease-in-out infinite}.wa-float:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 12px 36px #25d36673;color:#fff}.wa-float svg{flex-shrink:0}@keyframes wa-pulse{0%,to{box-shadow:0 8px 28px #25d36659}50%{box-shadow:0 8px 40px #25d3668c}}.yalla-breadcrumb{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:13px;color:var(--muted);padding:14px 0 4px}.yalla-breadcrumb a{color:var(--muted);transition:color .12s}.yalla-breadcrumb a:hover{color:var(--green)}.yalla-breadcrumb .sep{opacity:.35}.meta-rating{display:none!important}.card-badge{position:absolute;top:10px;left:10px;z-index:2;display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;pointer-events:none}.card-badge-sale{background:#e8520a;color:#fff}.card-badge-new{background:#426ab3;color:#fff}.card-badge-best{background:var(--yellow);color:var(--ink)}.product-card .media{position:relative}.yalla-card-price{font-weight:900;font-size:19px;line-height:1.15;margin:8px 0 12px;color:var(--green);display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.from-label{font-size:12px;font-weight:500;color:var(--muted)}.card-was{font-size:13px;font-weight:500;color:var(--muted);text-decoration:line-through}.yalla-card-title{font-size:15px!important;font-weight:700!important;line-height:1.3!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:auto!important}.yalla-card-title a{color:inherit}.yalla-trust-strip{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 14px}.trust-item{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;color:var(--muted)}.trust-item svg{color:var(--green);flex-shrink:0}.upload-zone{position:relative;border:2px dashed var(--line);border-radius:16px;padding:24px 18px;text-align:center;cursor:pointer;background:var(--bg);transition:border-color .2s,background .2s}.upload-zone:hover,.upload-zone.dragover{border-color:var(--green);background:var(--green-soft)}.upload-zone input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.upload-zone-icon{color:var(--muted);margin-bottom:8px;display:flex;justify-content:center}.upload-or{display:flex;align-items:center;gap:10px;margin:12px 0;font-size:12px;color:var(--muted)}.upload-or:before,.upload-or:after{content:"";flex:1;height:1px;background:var(--line)}.no-artwork-label{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1.5px solid var(--line);border-radius:14px;cursor:pointer;background:#fff;transition:border-color .15s}.no-artwork-label:hover{border-color:var(--green)}.wa-product-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:50px;background:#25d366;color:#fff;border-radius:999px;font-weight:800;font-size:15px;text-decoration:none;transition:background .15s;margin-top:10px}.wa-product-btn:hover{background:#1da851;color:#fff}.scale-indicator{display:flex;align-items:center;gap:12px;margin-top:12px;padding:13px 16px;background:var(--yellow-soft);border:1px solid #f0dd7b;border-radius:14px;font-size:12px}.scale-person{font-size:28px;line-height:1;flex-shrink:0}.print-specs-accordion summary::-webkit-details-marker{display:none}.print-specs-accordion[open] .accordion-icon{transform:rotate(45deg)}.print-spec-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:4px}.print-spec-table th{text-align:left;padding:8px 12px;background:var(--green-soft);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--green);border-bottom:1px solid var(--line)}.print-spec-table td{padding:9px 12px;border-bottom:1px solid var(--line);vertical-align:top}.print-spec-table tr:last-child td{border-bottom:0}.print-spec-table tr:nth-child(2n) td{background:var(--bg)}.print-spec-table td:first-child{font-weight:700;color:var(--muted);width:38%}.footer{background:#0d1b2a}@media(prefers-reduced-motion:no-preference){.fade-up{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.fade-up.visible{opacity:1;transform:none}}@media(max-width:860px){.topbar-marquee-track{animation-duration:20s}.wa-float span{display:none}.wa-float{padding:14px;border-radius:50%;width:54px;height:54px;justify-content:center}.delivery-cards{grid-template-columns:1fr!important}.scale-indicator{flex-direction:column;text-align:center}}:root{--font-main: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, sans-serif}body,input,textarea,select,button{font-family:var(--font-main)!important}h1,h2,h3,h4,h5,h6,.buy-box h1,.section-head h2,.hero-copy h1,.nav-link,.btn,.eyebrow,.product-card h3,.yalla-card-title,.footer h4,.cart-item-main h3,.center-card h1{font-family:var(--font-main)!important;letter-spacing:-.02em}body{font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}strong,b,.font-bold{font-weight:700}.nav-link{font-weight:600!important;letter-spacing:-.01em!important}.btn{font-weight:700!important;letter-spacing:-.01em!important}.buy-box h1{font-weight:800!important;letter-spacing:-.025em!important}.section-head h2,.hero-copy h1{font-weight:800!important;letter-spacing:-.03em!important}.price,.yalla-card-price,.product-main-price [data-main-price],.price-box .row.total{font-family:var(--font-main)!important;font-weight:800!important;font-variant-numeric:tabular-nums}a[href*="wa.me"][style*="background:#25D366"],.wa-product-btn{display:inline-flex!important;width:auto!important;min-width:260px!important;max-width:100%!important;min-height:48px!important;padding:13px 24px!important;font-size:14px!important;font-weight:700!important;border-radius:14px!important;margin-top:10px!important;box-shadow:0 4px 18px #25d36647!important;transition:transform .15s,box-shadow .15s!important}a[href*="wa.me"][style*="background:#25D366"]:hover,.wa-product-btn:hover{transform:translateY(-1px)!important;box-shadow:0 6px 24px #25d36661!important}.buy-box a[href*="wa.me"],.buy-box .wa-product-btn{display:flex!important;width:100%!important;border-radius:12px!important;min-height:48px!important;font-size:14.5px!important}.wa-float{font-family:var(--font-main)!important;font-weight:700!important;font-size:13.5px!important;letter-spacing:-.01em!important}.yalla-topbar,.yalla-marquee-track span,.yalla-topbar-links a,.topbar,.topbar-marquee-track span{font-family:var(--font-main)!important;font-weight:600!important}.chip,.eyebrow,.badge,.card-badge,.meta-rating,.process-number,.variant-pill,.delivery-card strong,.cart-item-main h3,.footer-bottom,.footer,.footer h4,.footer a,.footer p{font-family:var(--font-main)!important}.trust-item,.yalla-trust-strip{font-family:var(--font-main)!important;font-weight:600!important}.process-card strong{font-weight:700!important;font-family:var(--font-main)!important}.process-card p{font-family:var(--font-main)!important;font-weight:400!important}.print-spec-table th,.print-spec-table td{font-family:var(--font-main)!important}.searchbar input,.header-search input{font-family:var(--font-main)!important;font-size:15px!important}.mobile-menu,.mobile-menu a,.mobile-menu summary{font-family:var(--font-main)!important}.cart-item-row{display:grid;grid-template-columns:100px 1fr 120px 120px;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item-row:last-of-type{border-bottom:0}.cart-item-media{width:100px;height:100px;border-radius:14px;overflow:hidden;background:var(--green-soft);border:1px solid var(--line);display:block;flex-shrink:0}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-line-price{font-size:18px;font-weight:800;text-align:right;color:var(--green)}.product-card-yalla{height:100%;display:flex!important;flex-direction:column!important;overflow:hidden}.product-card-yalla .media{flex:0 0 auto;aspect-ratio:1 / 1;display:block;overflow:hidden}.product-card-yalla .media img{width:100%;height:100%;object-fit:cover}.product-card-yalla .body{flex:1 1 auto;display:flex!important;flex-direction:column!important;height:100%}.product-card-yalla .eyebrow{min-height:25px;width:fit-content;max-width:100%;display:inline-flex;align-items:center}.product-card-yalla .yalla-card-title{min-height:58px;margin:8px 0!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25}.product-card-yalla .yalla-card-price{min-height:48px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:4px;margin-bottom:12px}.product-card-yalla .card-was{width:100%;display:block;margin-top:2px}.product-card-yalla .actions-row.compact{margin-top:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%}.product-card-yalla .actions-row.compact form{margin:0!important;width:100%}.product-card-yalla .actions-row.compact .btn{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center}.product-card-yalla .actions-row.compact button[disabled]{opacity:.75;cursor:not-allowed}.yalla-wide-product-grid,.product-grid,.grid.product-grid{align-items:stretch}.yalla-wide-product-grid>*,.product-grid>*,.grid.product-grid>*{height:100%}@media(max-width:640px){.product-card-yalla .yalla-card-title{min-height:52px;-webkit-line-clamp:3}.product-card-yalla .yalla-card-price{min-height:44px}.product-card-yalla .actions-row.compact .btn{min-height:40px;font-size:12px}}#shopify-section-header-market-2026 .header-main,#shopify-section-header-market-2026 .header__main,#shopify-section-header-market-2026 .site-header-main,.header-market-2026 .header-main,.header-market-2026 .header__main,.header-market-2026 .site-header-main{display:flex!important;align-items:center!important;justify-content:center!important;gap:24px!important;padding-top:16px!important;padding-bottom:16px!important}#shopify-section-header-market-2026 .header-logo,#shopify-section-header-market-2026 .logo,.header-market-2026 .header-logo,.header-market-2026 .logo{flex:0 0 auto!important}#shopify-section-header-market-2026 .header-search,#shopify-section-header-market-2026 .search-wrap,#shopify-section-header-market-2026 .search,.header-market-2026 .header-search,.header-market-2026 .search-wrap,.header-market-2026 .search{flex:1 1 620px!important;width:100%!important;max-width:620px!important;min-width:420px!important}#shopify-section-header-market-2026 form[action="/search"],#shopify-section-header-market-2026 form[action*="/search"],.header-market-2026 form[action="/search"],.header-market-2026 form[action*="/search"]{width:100%!important;max-width:620px!important;min-width:420px!important;height:52px!important;display:flex!important;align-items:center!important;background:#fff!important;border:1px solid #dfe6e3!important;border-radius:999px!important;overflow:hidden!important;box-shadow:0 10px 28px #10182814!important}#shopify-section-header-market-2026 form[action="/search"] input,#shopify-section-header-market-2026 form[action*="/search"] input,.header-market-2026 form[action="/search"] input,.header-market-2026 form[action*="/search"] input{flex:1 1 auto!important;width:100%!important;min-width:0!important;height:52px!important;line-height:52px!important;padding:0 22px!important;border:0!important;outline:0!important;background:transparent!important;color:#111827!important;font-size:15px!important;font-weight:600!important}#shopify-section-header-market-2026 form[action="/search"] input::placeholder,#shopify-section-header-market-2026 form[action*="/search"] input::placeholder,.header-market-2026 form[action="/search"] input::placeholder,.header-market-2026 form[action*="/search"] input::placeholder{color:#667085!important;opacity:1!important;font-weight:500!important}#shopify-section-header-market-2026 form[action="/search"] button,#shopify-section-header-market-2026 form[action*="/search"] button,.header-market-2026 form[action="/search"] button,.header-market-2026 form[action*="/search"] button{width:62px!important;min-width:62px!important;height:52px!important;border:0!important;border-radius:999px!important;background:#ffe600!important;color:#006f5d!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:none!important}#shopify-section-header-market-2026 form[action="/search"] button svg,#shopify-section-header-market-2026 form[action*="/search"] button svg,.header-market-2026 form[action="/search"] button svg,.header-market-2026 form[action*="/search"] button svg{width:21px!important;height:21px!important}#shopify-section-header-market-2026 .header-actions,#shopify-section-header-market-2026 .header-icons,#shopify-section-header-market-2026 .icons,.header-market-2026 .header-actions,.header-market-2026 .header-icons,.header-market-2026 .icons{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:10px!important}#shopify-section-header-market-2026 a[href*=get-a-quote],#shopify-section-header-market-2026 .quote-btn,.header-market-2026 a[href*=get-a-quote],.header-market-2026 .quote-btn{min-height:46px!important;padding:0 24px!important;border-radius:999px!important;font-size:14px!important;font-weight:900!important}#shopify-section-header-market-2026 nav,#shopify-section-header-market-2026 .nav,#shopify-section-header-market-2026 .menu,.header-market-2026 nav,.header-market-2026 .nav,.header-market-2026 .menu{gap:20px!important;align-items:center!important}@media screen and (min-width:1400px){#shopify-section-header-market-2026 .header-search,#shopify-section-header-market-2026 .search-wrap,#shopify-section-header-market-2026 .search,.header-market-2026 .header-search,.header-market-2026 .search-wrap,.header-market-2026 .search,#shopify-section-header-market-2026 form[action="/search"],#shopify-section-header-market-2026 form[action*="/search"],.header-market-2026 form[action="/search"],.header-market-2026 form[action*="/search"]{max-width:720px!important;min-width:520px!important}}@media screen and (max-width:1100px){#shopify-section-header-market-2026 .header-search,#shopify-section-header-market-2026 .search-wrap,#shopify-section-header-market-2026 .search,.header-market-2026 .header-search,.header-market-2026 .search-wrap,.header-market-2026 .search,#shopify-section-header-market-2026 form[action="/search"],#shopify-section-header-market-2026 form[action*="/search"],.header-market-2026 form[action="/search"],.header-market-2026 form[action*="/search"]{max-width:520px!important;min-width:300px!important}}@media screen and (max-width:749px){#shopify-section-header-market-2026 .header-main,#shopify-section-header-market-2026 .header__main,#shopify-section-header-market-2026 .site-header-main,.header-market-2026 .header-main,.header-market-2026 .header__main,.header-market-2026 .site-header-main{flex-wrap:wrap!important;justify-content:space-between!important;gap:12px!important;padding:12px 14px!important}#shopify-section-header-market-2026 .header-search,#shopify-section-header-market-2026 .search-wrap,#shopify-section-header-market-2026 .search,.header-market-2026 .header-search,.header-market-2026 .search-wrap,.header-market-2026 .search{order:3!important;flex:0 0 100%!important;width:100%!important;max-width:100%!important;min-width:100%!important}#shopify-section-header-market-2026 form[action="/search"],#shopify-section-header-market-2026 form[action*="/search"],.header-market-2026 form[action="/search"],.header-market-2026 form[action*="/search"]{width:100%!important;max-width:100%!important;min-width:100%!important;height:48px!important}#shopify-section-header-market-2026 form[action="/search"] input,#shopify-section-header-market-2026 form[action*="/search"] input,.header-market-2026 form[action="/search"] input,.header-market-2026 form[action*="/search"] input{height:48px!important;line-height:48px!important;font-size:14px!important;padding:0 16px!important}#shopify-section-header-market-2026 form[action="/search"] button,#shopify-section-header-market-2026 form[action*="/search"] button,.header-market-2026 form[action="/search"] button,.header-market-2026 form[action*="/search"] button{width:56px!important;min-width:56px!important;height:48px!important}}@media screen and (max-width:989px){body #shopify-section-header-market-2026 form.searchbar.desktop-search,body #shopify-section-header-market-2026 .desktop-search,body #shopify-section-header-market-2026 .header-main form[action*="/search"]{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;min-height:0!important;max-height:0!important;width:0!important;min-width:0!important;max-width:0!important;padding:0!important;margin:0!important;overflow:hidden!important;pointer-events:none!important}body #shopify-section-header-market-2026 .mobile-search-wrap{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;padding:0 0 12px!important}body #shopify-section-header-market-2026 .mobile-search-wrap form.searchbar.mobile-search{display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;max-width:100%!important;min-width:0!important;height:46px!important;min-height:46px!important;border-radius:999px!important}}@media screen and (min-width:990px){body #shopify-section-header-market-2026 .mobile-search-wrap,body #shopify-section-header-market-2026 form.searchbar.mobile-search{display:none!important}body #shopify-section-header-market-2026 form.searchbar.desktop-search{display:flex!important}}@media screen and (min-width:991px){#shopify-section-header-market-2026,.shopify-section-header,.header-shell,.header-market-2026,.nav-row{position:relative!important;z-index:99999!important;overflow:visible!important}#shopify-section-header-market-2026 .desktop-nav,.header-market-2026 .desktop-nav,.nav-row .desktop-nav,.nav-row .page-width.desktop-nav{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;column-gap:14px!important;row-gap:0!important;min-height:76px!important;padding-top:0!important;padding-bottom:0!important;overflow:visible!important}#shopify-section-header-market-2026 .desktop-nav>.nav-item,.header-market-2026 .desktop-nav>.nav-item,.nav-row .desktop-nav>.nav-item{position:relative!important;display:flex!important;align-items:center!important;min-height:46px!important;overflow:visible!important}#shopify-section-header-market-2026 .desktop-nav>.nav-item>.nav-link,.header-market-2026 .desktop-nav>.nav-item>.nav-link,.nav-row .desktop-nav>.nav-item>.nav-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;height:46px!important;line-height:1.1!important;padding:0 10px!important;margin:0!important;white-space:nowrap!important;position:relative!important;z-index:2!important}#shopify-section-header-market-2026 .desktop-nav>.nav-item>.submenu,.header-market-2026 .desktop-nav>.nav-item>.submenu,.nav-row .desktop-nav>.nav-item>.submenu{position:absolute!important;top:100%!important;left:50%!important;transform:translate(-50%) translateY(12px)!important;margin:0!important;padding:22px 24px 24px!important;min-width:520px!important;max-width:760px!important;background:#fff!important;border:1px solid #dde4ee!important;border-radius:22px!important;box-shadow:0 24px 55px #11182729!important;z-index:100000!important;overflow:visible!important}#shopify-section-header-market-2026 .desktop-nav>.nav-item:hover>.submenu,#shopify-section-header-market-2026 .desktop-nav>.nav-item:focus-within>.submenu,#shopify-section-header-market-2026 .desktop-nav>.nav-item.open>.submenu,.header-market-2026 .desktop-nav>.nav-item:hover>.submenu,.header-market-2026 .desktop-nav>.nav-item:focus-within>.submenu,.header-market-2026 .desktop-nav>.nav-item.open>.submenu{display:block!important}#shopify-section-header-market-2026 .desktop-nav>.nav-item>.submenu:before,.header-market-2026 .desktop-nav>.nav-item>.submenu:before,.nav-row .desktop-nav>.nav-item>.submenu:before{content:""!important;position:absolute!important;left:0!important;right:0!important;top:-14px!important;height:14px!important;background:transparent!important}#shopify-section-header-market-2026 .submenu .submenu-header,.header-market-2026 .submenu .submenu-header,.nav-row .submenu .submenu-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:42px!important;padding:0 0 16px!important;margin:0 0 18px!important;border-bottom:1px solid #e5eaf2!important;clear:both!important}#shopify-section-header-market-2026 .submenu .submenu-header h4,.header-market-2026 .submenu .submenu-header h4,.nav-row .submenu .submenu-header h4{display:block!important;margin:0!important;padding:0!important;line-height:1.15!important;font-size:14px!important;font-weight:900!important;letter-spacing:.04em!important;color:var(--green)!important;text-transform:uppercase!important;white-space:nowrap!important}#shopify-section-header-market-2026 .submenu .submenu-shopall,.header-market-2026 .submenu .submenu-shopall,.nav-row .submenu .submenu-shopall{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:8px 14px!important;margin:0!important;line-height:1!important;border-radius:999px!important;background:var(--blue-soft)!important;color:var(--ink)!important;font-size:13px!important;font-weight:800!important;white-space:nowrap!important}#shopify-section-header-market-2026 .submenu .submenu-grid,.header-market-2026 .submenu .submenu-grid,.nav-row .submenu .submenu-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;align-items:start!important;padding-top:0!important;margin-top:0!important;clear:both!important}#shopify-section-header-market-2026 .submenu .fallback-grid,.header-market-2026 .submenu .fallback-grid,.nav-row .submenu .fallback-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 24px!important;padding-top:0!important;margin-top:0!important;clear:both!important}#shopify-section-header-market-2026 .submenu .fallback-grid.one-col,.header-market-2026 .submenu .fallback-grid.one-col,.nav-row .submenu .fallback-grid.one-col,#shopify-section-header-market-2026 .submenu .submenu-grid.one-col,.header-market-2026 .submenu .submenu-grid.one-col,.nav-row .submenu .submenu-grid.one-col{grid-template-columns:1fr!important}#shopify-section-header-market-2026 .submenu .submenu-mini,#shopify-section-header-market-2026 .submenu .submenu-column h4,.header-market-2026 .submenu .submenu-mini,.header-market-2026 .submenu .submenu-column h4,.nav-row .submenu .submenu-mini,.nav-row .submenu .submenu-column h4{display:block!important;position:static!important;margin:0 0 12px!important;padding:0!important;line-height:1.2!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;color:#6b7280!important;text-transform:uppercase!important;white-space:normal!important;clear:both!important}#shopify-section-header-market-2026 .submenu .submenu-column,.header-market-2026 .submenu .submenu-column,.nav-row .submenu .submenu-column{display:block!important;min-width:0!important;padding:0!important;margin:0!important}#shopify-section-header-market-2026 .submenu .submenu-column+.submenu-column,.header-market-2026 .submenu .submenu-column+.submenu-column,.nav-row .submenu .submenu-column+.submenu-column{border-left:1px solid #e5eaf2!important;padding-left:20px!important}#shopify-section-header-market-2026 .submenu a:not(.submenu-shopall),.header-market-2026 .submenu a:not(.submenu-shopall),.nav-row .submenu a:not(.submenu-shopall){display:flex!important;align-items:center!important;min-height:38px!important;padding:9px 10px!important;margin:0 0 4px!important;line-height:1.25!important;border-radius:12px!important;color:#374151!important;font-size:15px!important;font-weight:650!important;text-align:left!important;white-space:normal!important}#shopify-section-header-market-2026 .submenu a:not(.submenu-shopall):hover,.header-market-2026 .submenu a:not(.submenu-shopall):hover,.nav-row .submenu a:not(.submenu-shopall):hover{background:linear-gradient(135deg,var(--green-soft),var(--yellow-soft))!important;color:var(--green)!important}#shopify-section-header-market-2026 .desktop-nav>.nav-item:nth-last-child(-n+3)>.submenu,.header-market-2026 .desktop-nav>.nav-item:nth-last-child(-n+3)>.submenu,.nav-row .desktop-nav>.nav-item:nth-last-child(-n+3)>.submenu{left:auto!important;right:0!important;transform:translateY(12px)!important}#shopify-section-header-market-2026 .desktop-nav>.nav-item:nth-child(-n+2)>.submenu,.header-market-2026 .desktop-nav>.nav-item:nth-child(-n+2)>.submenu,.nav-row .desktop-nav>.nav-item:nth-child(-n+2)>.submenu{left:0!important;right:auto!important;transform:translateY(12px)!important}}@media screen and (min-width:991px)and (max-width:1280px){#shopify-section-header-market-2026 .desktop-nav,.header-market-2026 .desktop-nav,.nav-row .desktop-nav{column-gap:8px!important}#shopify-section-header-market-2026 .desktop-nav>.nav-item>.nav-link,.header-market-2026 .desktop-nav>.nav-item>.nav-link,.nav-row .desktop-nav>.nav-item>.nav-link{padding-left:8px!important;padding-right:8px!important;font-size:13px!important}#shopify-section-header-market-2026 .desktop-nav>.nav-item>.submenu,.header-market-2026 .desktop-nav>.nav-item>.submenu,.nav-row .desktop-nav>.nav-item>.submenu{min-width:460px!important;max-width:calc(100vw - 32px)!important}}@media screen and (max-width:990px){#shopify-section-header-market-2026 .desktop-nav,.header-market-2026 .desktop-nav,.nav-row .desktop-nav,#shopify-section-header-market-2026 .desktop-nav .submenu,.header-market-2026 .desktop-nav .submenu,.nav-row .desktop-nav .submenu{display:none!important}}@media screen and (min-width:1201px){.template-product .main-product{grid-template-columns:minmax(0,.96fr) minmax(440px,1.04fr)!important;gap:22px!important;align-items:start!important}.template-product .gallery-main{padding:16px!important}.template-product .buy-box{top:92px!important;padding:24px!important}.template-product .buy-box h1{font-size:clamp(30px,3.25vw,46px)!important}.template-product .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.template-product .process-card{min-height:132px}}@media screen and (min-width:861px)and (max-width:1200px){.template-product .main-product{grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr)!important;gap:18px!important}.template-product .buy-box{position:static!important;padding:20px!important}.template-product .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
/*# sourceMappingURL=/cdn/shop/t/248/assets/base.css.map */
