:root{--bg:#eee;--surface:#fff;--text:#050505;--muted:#4d4d4d;--brand:#234b9b;--accent:#a6ce39;--line:#d8d8d8;--container:min(1180px,92vw);--radius-sm:8px;--radius-md:12px;--transition:.25s ease;--fs-xs:clamp(.82rem,.78rem + .15vw,.95rem);--fs-sm:clamp(.95rem,.88rem + .22vw,1.08rem);--fs-base:clamp(1.02rem,.96rem + .28vw,1.2rem);--fs-md:clamp(1.12rem,1.02rem + .42vw,1.38rem);--fs-lg:clamp(1.45rem,1.2rem + .9vw,2rem);--fs-card-title:clamp(1.85rem,1.4rem + 1.45vw,2.8rem);--fs-section-title:clamp(3rem,1.8rem + 4.4vw,5.8rem);--fs-hero-title:clamp(3.4rem,2rem + 5.5vw,6.4rem);--fs-display:clamp(4.4rem,2.6rem + 7vw,9rem)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;width:100%}body{width:100%;font-family:var(--font-open-sans),sans-serif;color:var(--text);background:var(--bg);font-size:var(--fs-base);margin:0;line-height:1.45;overflow-x:hidden}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.container{width:var(--container);margin-inline:auto}.section{padding:clamp(2.75rem,5vw,4.75rem) 0}h1,h2,h3,p{font-family:var(--font-open-sans),sans-serif;margin:0}h1,h2,h3{color:var(--text);text-transform:uppercase;letter-spacing:.005em;font-weight:900}p{color:var(--text);font-size:var(--fs-base);font-weight:400;line-height:1.45}.btn,.hero-btn,.footer-link,.format-card-btn,.process-cta{transition:background-color var(--transition),color var(--transition),border-color var(--transition),transform var(--transition)}.btn:hover,.hero-btn:hover,.footer-link:hover,.format-card-btn:hover,.process-cta:hover{transform:translateY(-1px)}.site-header{z-index:100;border-bottom:4px solid var(--accent);background:#fff;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:2rem;height:68px;display:flex;position:relative}.brand{z-index:102;flex-shrink:0;align-items:center;display:flex}.brand-logo{object-fit:contain;width:150px;height:auto;display:block}.primary-nav{align-items:center;height:100%;display:flex}.primary-nav ul{align-items:center;gap:clamp(1rem,2vw,1.5rem);height:100%;margin:0;padding:0;list-style:none;display:flex}.nav-item{align-items:center;height:100%;display:flex;position:relative}.primary-nav a,.product-dropdown summary{font-family:var(--font-open-sans),sans-serif;font-size:var(--fs-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text);cursor:pointer;font-weight:800}.primary-nav a:hover,.product-dropdown summary:hover{color:var(--brand)}.product-dropdown{align-items:center;height:100%;display:flex;position:relative}.product-dropdown summary{align-items:center;list-style:none;display:flex}.product-dropdown summary::-webkit-details-marker{display:none}.product-dropdown summary:after{content:"";border-bottom:2px solid;border-right:2px solid;width:.42rem;height:.42rem;margin-left:.55rem;display:inline-block;transform:rotate(45deg)translateY(-2px)}.nav-dropdown-card{border-top:5px solid var(--accent);opacity:0;visibility:hidden;pointer-events:none;width:520px;transition:opacity var(--transition),visibility var(--transition),transform var(--transition);background:#fff;padding:1.25rem 1.75rem;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 18px 45px #0000001f}.nav-dropdown-card:before{content:"";width:100%;height:18px;position:absolute;top:-18px;left:0}.product-dropdown:hover .nav-dropdown-card,.product-dropdown[open] .nav-dropdown-card{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.dropdown-product-link{color:var(--text);grid-template-columns:110px minmax(0,1fr);align-items:center;gap:1rem;padding:.95rem 0;display:grid}.dropdown-product-link+.dropdown-product-link{margin-top:.35rem}.dropdown-product-link:hover{color:var(--text);background:0 0}.dropdown-product-image{background:#eee;width:110px;height:76px;display:block;overflow:hidden}.dropdown-product-image img{object-fit:cover;width:100%;height:100%}.dropdown-product-title{text-transform:uppercase;letter-spacing:.08em;color:#050505;font-size:clamp(1.05rem,1.4vw,1.35rem);font-weight:900;line-height:1.1}.mobile-menu-btn{display:none}@media (max-width:900px){.header-inner{height:64px}.brand-logo{width:130px}.mobile-menu-btn{cursor:pointer;z-index:102;background:0 0;border:0;flex-direction:column;justify-content:space-between;width:34px;height:28px;padding:0;display:flex}.mobile-menu-btn span{background:var(--text);width:100%;height:3px;transition:transform var(--transition),opacity var(--transition);border-radius:20px;display:block}.mobile-menu-btn.is-open span:first-child{transform:translateY(12px)rotate(45deg)}.mobile-menu-btn.is-open span:nth-child(2){opacity:0}.primary-nav{border-top:1px solid var(--line);height:calc(100dvh - 64px);transition:transform var(--transition);z-index:101;background:#fff;padding:1rem 0 2rem;display:block;position:fixed;top:64px;left:0;right:0;overflow-y:auto;transform:translate(100%)}.primary-nav.is-open{transform:translate(0)}.primary-nav ul{flex-direction:column;align-items:stretch;gap:0;width:min(100% - 2rem,520px);height:auto;margin:0 auto;display:flex}.nav-item{border-bottom:1px solid var(--line);height:auto;display:block}.primary-nav>ul>.nav-item>a,.product-dropdown summary{justify-content:space-between;align-items:center;width:100%;padding:1rem 0;font-size:1rem;font-weight:900;display:flex}.product-dropdown{height:auto;display:block;position:static}.product-dropdown summary:after{flex-shrink:0;margin-top:.25rem}.product-dropdown .nav-dropdown-card{opacity:1;visibility:visible;pointer-events:auto;width:100%;box-shadow:none;border-top:0;padding:0 0 1rem;display:none;position:static;top:auto;left:auto;transform:none}.product-dropdown[open] .nav-dropdown-card,.product-dropdown:hover .nav-dropdown-card{gap:.65rem;display:grid;transform:none}.dropdown-product-link{width:100%;color:var(--text);background:#f7f8fb;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:.75rem;padding:.75rem;display:grid}.dropdown-product-image{width:92px;height:68px;overflow:hidden}.dropdown-product-image img{object-fit:cover;width:100%;height:100%}.dropdown-product-title{text-align:left;word-break:break-word;min-width:0;font-size:.9rem;line-height:1.2}}@media (max-width:420px){.brand-logo{width:118px}.primary-nav ul{width:min(100% - 1.5rem,520px)}.dropdown-product-link{grid-template-columns:82px minmax(0,1fr);gap:.7rem}.dropdown-product-image{width:82px;height:62px}.dropdown-product-title{font-size:.82rem}}.btn{min-height:42px;font-size:var(--fs-xs);text-transform:uppercase;border:2px solid var(--brand);color:var(--text);cursor:pointer;letter-spacing:.06em;background:#fff;justify-content:center;align-items:center;padding:.75rem 1.4rem;font-weight:900;display:inline-flex}.btn-primary{background:var(--text);border-color:var(--text);color:#fff}.btn-outline{color:var(--brand);background:#fff}.hero{border-top:2px solid var(--accent);background:#eef2f8;padding:clamp(1.75rem,3vw,2.4rem) 0 clamp(1.6rem,3vw,2.2rem);position:relative;overflow:hidden}.hero-inner{text-align:center;position:relative}.hero h1{z-index:2;text-transform:uppercase;letter-spacing:.01em;margin:0;font-size:clamp(3rem,5.3vw,5.4rem);font-weight:900;line-height:.95;position:relative}.hero-carousel{width:min(1080px,100%);height:clamp(270px,39vw,455px);margin:-.15rem auto 0;position:relative;overflow:hidden}.hero-slide{opacity:0;justify-content:center;align-items:center;animation:10s infinite heroSlider;display:flex;position:absolute;inset:0}.hero-slide:first-child{animation-delay:0s}.hero-slide:nth-child(2){animation-delay:5s}.hero-image{object-fit:contain;width:100%;height:100%;display:block}.hero-bottom{text-align:left;grid-template-columns:1fr auto;align-items:center;gap:clamp(1.25rem,4vw,3rem);margin-top:-.2rem;display:grid}.hero-bottom p{color:#050505;max-width:760px;font-size:clamp(1rem,1.15vw,1.15rem);font-weight:500;line-height:1.32}.hero-btn{color:#050505;text-transform:uppercase;background:#f4f4f4;border:3px solid #0000;border-image:linear-gradient(90deg,#a6ce39,#234b9b) 1;justify-content:center;align-items:center;min-height:52px;padding:0 2rem;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:900;line-height:1;text-decoration:none;transition:transform .35s cubic-bezier(.22,1,.36,1),background .35s cubic-bezier(.22,1,.36,1),color .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);display:inline-flex}.hero-btn:hover{color:#fff;background:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%);transform:translateY(-2px)}@keyframes heroSlider{0%{opacity:0}8%{opacity:1}42%{opacity:1}50%{opacity:0}to{opacity:0}}@media (max-width:900px){.hero h1{font-size:clamp(2.6rem,8vw,4.4rem)}.hero-carousel{height:clamp(245px,50vw,390px)}.hero-bottom{text-align:center;grid-template-columns:1fr;margin-top:0}.hero-bottom p,.hero-btn{margin-inline:auto}}@media (max-width:640px){.hero{padding:1.5rem 0 1.4rem}.hero h1{font-size:clamp(2.25rem,11vw,3.25rem)}.hero-carousel{width:112%;height:clamp(220px,62vw,300px);margin-left:-6%}.hero-btn{width:100%;min-width:unset;max-width:340px}}.trust-strip{background:var(--brand);padding:.85rem 0;overflow:hidden}.trust-inner{grid-template-columns:240px minmax(0,1fr);align-items:center;gap:1.45rem;display:grid}.trust-title{color:#fff;font-size:var(--fs-sm);text-transform:uppercase;font-weight:800;line-height:1.2}.trust-carousel{width:100%;position:relative;overflow:hidden}.trust-carousel:before,.trust-carousel:after{content:"";z-index:2;pointer-events:none;width:70px;height:100%;position:absolute;top:0}.trust-carousel:before{background:linear-gradient(90deg,var(--brand),transparent);left:0}.trust-carousel:after{background:linear-gradient(270deg,var(--brand),transparent);right:0}.trust-carousel-track{align-items:center;gap:1.4rem;width:max-content;animation:22s linear infinite trustLogoMove;display:flex}.trust-logo-card{background:#fff;border-radius:4px;flex:0 0 150px;place-items:center;width:150px;height:44px;padding:.35rem .7rem;display:grid}.trust-logo-img{object-fit:contain;opacity:.85;max-width:100%;max-height:100%}.trust-carousel:hover .trust-carousel-track{animation-play-state:paused}@keyframes trustLogoMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:900px){.trust-inner{grid-template-columns:1fr;gap:.9rem}.trust-title{text-align:center}.trust-logo-card{flex-basis:132px;width:132px}}@media (prefers-reduced-motion:reduce){.trust-carousel-track{animation:none}}.ticker{background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%);width:100%;padding:.5rem 0;position:relative;overflow:hidden}.ticker-track{width:max-content;animation:22s linear infinite marqueeMove;display:flex}.ticker-group{flex-shrink:0;align-items:center;display:flex}.ticker-group span{white-space:nowrap;color:#fff;font-size:var(--fs-sm);text-transform:uppercase;align-items:center;padding-right:2rem;font-weight:600;line-height:1;display:flex}@keyframes marqueeMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.pouch-formats-section{text-align:center;background:linear-gradient(#eee 0% 82%,#e8f0d2 100%);padding:clamp(2.5rem,5vw,3.4rem) 0 1.25rem}.pouch-formats-section h2{font-size:var(--fs-section-title);line-height:.95}.pouch-formats-copy{max-width:880px;font-size:var(--fs-md);text-align:center;margin:1.1rem auto 1.5rem;line-height:1.45}.pouch-format-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:clamp(1rem,2vw,1.45rem);display:grid}.format-card{border-radius:var(--radius-md);text-align:center;background:#fff;flex-direction:column;justify-content:flex-end;min-height:315px;display:flex;position:relative;overflow:hidden}.format-card-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s,transform .35s;position:absolute;inset:0;transform:scale(1.04)}.format-card-overlay{background:0 0;transition:background .3s;position:absolute;inset:0}.format-card-content{z-index:1;margin:auto 0;padding:2.2rem 1.6rem 1.8rem;position:relative}.format-card h3{font-size:var(--fs-card-title);text-align:center;line-height:.95}.format-card p{max-width:270px;font-size:var(--fs-base);margin:1.25rem auto 0;line-height:1.4}.format-card-btn{z-index:1;border:2px solid var(--brand);border-left-color:var(--accent);width:calc(100% - 3rem);min-height:36px;color:var(--text);font-size:var(--fs-xs);text-transform:uppercase;background:#fff;justify-content:center;align-items:center;margin:0 auto 1rem;font-weight:900;line-height:1;display:flex;position:relative}.format-card:hover .format-card-image{opacity:1;transform:scale(1)}.format-card:hover .format-card-overlay{background:#0000007a}.format-card:hover h3,.format-card:hover p{color:#fff}.pouch-formats-subtitle{font-size:var(--fs-lg);text-transform:uppercase;text-align:center;margin:1.55rem auto 0;line-height:1.1}.stats-band{background:var(--accent);align-items:center;width:100%;min-height:166px;padding:clamp(2rem,4vw,3rem) 0;display:flex}.stats-inner{justify-content:space-between;align-items:center;gap:clamp(3rem,5vw,6rem);width:min(1480px,88vw);margin-inline:auto;display:flex}.stat{text-align:left;flex-direction:column;flex:none;justify-content:center;align-items:flex-start;min-width:0;display:flex}.stat>strong{color:#fff;letter-spacing:-.035em;text-transform:uppercase;white-space:nowrap;font-size:clamp(2.1rem,4vw,3.25rem);font-weight:900;line-height:.95;display:block}.stat>span{color:var(--brand);letter-spacing:-.015em;text-transform:uppercase;white-space:nowrap;margin-top:.18rem;font-size:clamp(1.05rem,1.9vw,1.45rem);font-weight:900;line-height:1;display:block}.stat-counter{font-size:inherit!important;letter-spacing:inherit!important;display:inline!important}@media (max-width:900px){.stats-band{min-height:auto;padding:2.4rem 0}.stats-inner{grid-template-columns:1fr;gap:1.4rem;width:min(520px,100%)}.stat{text-align:center;align-items:center}.stat>strong{font-size:var(--fs-section-title);white-space:normal}.stat>span{font-size:var(--fs-lg);white-space:normal}}@media (max-width:640px){.stats-band{padding:2rem 0}.stats-inner{gap:1.25rem}.stat>strong{font-size:clamp(2rem,11vw,3rem);line-height:.95}.stat>span{font-size:clamp(1rem,5vw,1.35rem)}}.printing-section{background-image:linear-gradient(#00000061,#00000061),url(https://static.wixstatic.com/media/81cff3_c482d5d01d2c4e909ff4f751c38ab55d~mv2.png);background-position:50%;background-size:cover;min-height:420px;padding:clamp(2.4rem,5vw,3.2rem) 0;position:relative;overflow:hidden}.printing-section h2{color:#fff;font-size:var(--fs-section-title);text-align:center;margin:0 0 1.8rem;line-height:.95}.printing-cards{grid-template-columns:repeat(2,minmax(280px,1fr));gap:1.5rem;max-width:990px;margin:0 auto;display:grid}.printing-card{text-align:center;background:#eee;border-radius:10px;flex-direction:column;justify-content:center;min-height:220px;padding:clamp(2rem,4vw,2.4rem) 2rem;display:flex}.printing-card h3{font-size:var(--fs-card-title);margin-bottom:1.25rem;line-height:1}.printing-card p{font-size:var(--fs-md);max-width:390px;margin:0 auto;line-height:1.4}.process-section{background:#eee;padding:clamp(3rem,5vw,5rem) 0}.process-left{flex-direction:column;justify-content:space-between;min-height:calc(100vh - 140px);display:flex;position:sticky;top:110px}.process-title{letter-spacing:-.045em;text-align:left;font-size:clamp(5.5rem,10vw,10rem);line-height:.82}.process-title span{letter-spacing:-.035em;font-size:clamp(3.2rem,5vw,5.2rem);line-height:.92;display:inline-block}.process-cta{width:min(380px,100%);min-height:52px}.process-steps{display:block;position:relative}.process-step{transform-origin:top;background:#fff;border-radius:18px;grid-template-columns:88px 1fr;align-items:center;gap:1.8rem;min-height:220px;margin-bottom:1.2rem;padding:clamp(1.8rem,3vw,2.6rem);display:grid;position:sticky;top:110px;box-shadow:4px 4px #234b9be6,4px 4px 0 2px #a6ce39e6}.process-step p{text-align:left;max-width:540px;margin-top:.8rem;font-size:clamp(1.05rem,1.35vw,1.35rem);line-height:1.16}@media (max-width:900px){.process-layout{grid-template-columns:1fr}.process-left{min-height:unset;align-items:center;gap:2rem;position:static}.process-title,.process-title span{text-align:center}.process-step,.process-step:first-child,.process-step:nth-child(2),.process-step:nth-child(3){text-align:center;grid-template-columns:1fr;position:relative;top:auto}.step-number{margin:0 auto}.process-step h3,.process-step p{text-align:center;margin-inline:auto}}.customise-band{background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%);width:100%;padding:.45rem 1.25rem .65rem}.customise-band h2{color:#fff;font-size:var(--fs-section-title);text-align:left;white-space:nowrap;line-height:.95}.customise-inner{grid-template-columns:430px 1fr;align-items:center;gap:clamp(2rem,6vw,6rem);width:min(1120px,92vw);margin:0 auto;padding:1.45rem 0 1rem;display:grid}.customise-left{width:100%}.customise-left p{font-size:var(--fs-md);margin:0 0 1.2rem;line-height:1.45}.custom-row{border-bottom:3px solid #0000;border-image:linear-gradient(90deg,var(--accent),var(--brand))1;font-size:var(--fs-md);text-transform:uppercase;grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:.55rem 0 .65rem;font-weight:900;line-height:1;display:grid}.custom-row span:last-child{font-size:1.6rem;font-weight:400;line-height:1}.customise-image-wrap{justify-content:flex-end;align-items:flex-end;display:flex;overflow:hidden}.customise-image{object-fit:contain;transform-origin:100% 100%;width:530px;max-width:100%;height:auto;display:block;transform:scale(1.08)}.site-footer{text-align:center;background:#fff;padding:clamp(2.6rem,5vw,4rem) 0}.footer-inner{flex-direction:column;align-items:center;gap:2rem;display:flex}.footer-inner h2{font-size:var(--fs-section-title);text-align:center;line-height:.95}.footer-inner p{max-width:760px;font-size:var(--fs-md);line-height:1.45}.footer-link{border:2px solid var(--brand);border-left-color:var(--accent);min-height:38px;color:var(--text);font-size:var(--fs-sm);text-transform:uppercase;background:#fff;justify-content:center;align-items:center;padding:.45rem .9rem;font-weight:900;display:inline-flex}.footer-link:hover{color:#fff;background:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%)}@media (max-width:1024px){:root{--container:min(100% - 2rem,1180px);--fs-section-title:clamp(2.8rem,5vw,4.8rem);--fs-hero-title:clamp(3rem,6vw,5.2rem);--fs-display:clamp(4rem,8vw,7rem)}.trust-inner{grid-template-columns:220px repeat(3,1fr)}.pouch-format-grid{grid-template-columns:repeat(3,1fr)}.format-card{min-height:295px}.customise-band h2{white-space:normal}}@media (max-width:900px){:root{--fs-card-title:clamp(1.7rem,4vw,2.2rem);--fs-section-title:clamp(2.6rem,7vw,4rem);--fs-hero-title:clamp(2.9rem,8vw,4.6rem)}.header-inner{height:60px}.brand-logo{width:125px}.hero-bottom{text-align:center;grid-template-columns:1fr;gap:1rem}.hero-bottom p,.hero-btn{margin-inline:auto}.trust-inner{grid-template-columns:1fr 1fr;gap:1rem}.trust-title{text-align:center;grid-column:1/-1}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery-wide,.gallery-large{grid-area:span 1/span 1}.pouch-format-grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto}.pouch-formats-copy br,.printing-section h2 br,.footer-inner p br{display:none}.stats-inner,.printing-cards,.process-layout,.customise-inner{grid-template-columns:1fr}.hero-bottom p,.section-copy,.pouch-formats-copy,.printing-card p,.process-step p,.footer-inner p{text-align:center}.process-left{min-height:unset;align-items:center;gap:1.6rem}.process-title,.customise-band h2{text-align:center}.customise-image-wrap{justify-content:center}.customise-image{transform:none}}@media (max-width:640px){:root{--container:min(100% - 1.5rem,1180px);--fs-xs:.82rem;--fs-sm:.94rem;--fs-base:1rem;--fs-md:1.08rem;--fs-lg:1.35rem;--fs-card-title:clamp(1.5rem,7vw,2rem);--fs-section-title:clamp(2.3rem,10vw,3.4rem);--fs-hero-title:clamp(2.8rem,12vw,4rem);--fs-display:clamp(3.8rem,18vw,5.6rem)}body{line-height:1.5}.section{padding:2.4rem 0}.hero{padding:1.5rem 0 1.4rem}.hero:before{width:115vw;height:220px;top:36%}.hero h1{font-size:var(--fs-hero-title);line-height:.96}.hero-image-wrap{width:112%;margin-left:-6%}.hero-bottom{margin-top:0}.hero-btn,.footer-link{width:100%;min-width:unset;max-width:340px}.trust-inner{grid-template-columns:1fr}.trust-box{height:32px}.gallery-card{border-radius:10px;padding:.75rem}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px}.format-card{min-height:290px}.format-card h3,.printing-card h3,.process-step h3{line-height:1}.format-card p,.printing-card p,.process-step p,.footer-inner p,.customise-left p{font-size:var(--fs-base);line-height:1.5}.format-card-btn{width:calc(100% - 2rem)}.stats-inner{gap:1.2rem}.process-title{font-size:var(--fs-display)}.process-title span{font-size:clamp(2rem,10vw,3rem)}.process-step{text-align:center;grid-template-columns:1fr;padding:1.4rem}.step-number{margin-inline:auto}.process-step h3,.process-step p{text-align:center}.customise-inner{padding:1.4rem 0 1rem}.site-footer{padding:2.5rem 0}}@media (max-width:420px){:root{--fs-section-title:clamp(2rem,10vw,2.8rem);--fs-card-title:clamp(1.35rem,7vw,1.8rem);--fs-hero-title:clamp(2.4rem,12vw,3.4rem)}.hero h1,.gallery-section h2,.pouch-formats-section h2,.printing-section h2,.customise-band h2,.footer-inner h2{letter-spacing:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.ticker-track{animation:none}}.product-page{background:#eee}.product-hero-sticky{align-items:center;height:calc(100vh - 68px);display:flex;position:sticky;top:68px;overflow:hidden}.product-hero-inner{text-align:center;position:relative}.product-hero-inner h1{z-index:1;letter-spacing:-.05em;margin:0;font-size:clamp(4.8rem,13vw,11rem);line-height:.78;position:relative}.product-hero-image{z-index:2;object-fit:contain;will-change:transform,opacity;width:clamp(120px,17vw,320px);height:auto;position:absolute}.product-tabs a{color:#050505;text-transform:uppercase;background:#fff;border:1.5px solid #234b9b;border-left-color:#a6ce39;border-radius:3px;justify-content:center;align-items:center;height:28px;min-height:28px;padding:0 1rem;font-size:.7rem;font-weight:900;line-height:1;display:flex}.product-tabs a.active{color:#fff;background:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%);border:0}@media (max-width:900px){.product-tabs{grid-template-columns:1fr;gap:.75rem;width:min(100%,360px)}}.product-hero-copy p{font-size:clamp(1rem,1.3vw,1.35rem);font-weight:800;line-height:1.15}.product-types{text-align:center;background:#eee}.product-types h2{font-size:var(--fs-section-title);margin-bottom:2rem;line-height:.95}.product-type-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-type-card{background:#fff;border-radius:12px;padding:2rem 1.5rem}.product-type-card h3{font-size:clamp(1.6rem,2vw,2.4rem);line-height:.95}.product-type-card p{max-width:280px;margin:1rem auto 1.5rem}@media (max-width:900px){.product-hero-sticky{height:calc(100vh - 60px);top:60px}.product-tabs,.product-type-grid{grid-template-columns:1fr}.product-hero-inner h1{font-size:clamp(3.7rem,18vw,6rem)}.pouch-1{top:8%;left:-6%}.pouch-2{top:28%;left:33%}.pouch-3{top:8%;right:-6%}}.product-types-detail{background:#fff;padding:clamp(2rem,4vw,3.5rem) 0}.product-types-detail h2{text-align:center;margin-bottom:1.5rem;font-size:clamp(2rem,4.6vw,4rem);line-height:.95}.product-type-tabs{grid-template-columns:repeat(3,1fr);gap:clamp(2rem,6vw,5rem);width:min(100%,1080px);margin:0 auto 2rem;display:grid}.product-type-tabs button{color:#050505;text-transform:uppercase;cursor:pointer;background:#fff;border:1.5px solid #234b9b;border-left-color:#a6ce39;border-radius:3px;height:28px;font-size:.7rem;font-weight:900;line-height:1}.product-type-tabs button.active{color:#fff;background:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%);border:0}.product-type-content{width:min(100%,1000px);margin:0 auto}.product-type-description{text-align:left;max-width:920px;font-size:clamp(1.1rem,1.6vw,1.45rem);font-weight:900;line-height:1.12}.product-type-products{color:#234b9b;text-align:left;max-width:920px;margin-top:1rem;font-size:clamp(1rem,1.45vw,1.3rem);font-weight:900;line-height:1.12}.product-type-image-box{background:#eee;border-radius:10px;width:min(92%,980px);height:clamp(330px,55vw,520px);margin:3rem auto 0}@media (max-width:900px){.product-type-tabs{grid-template-columns:1fr;gap:.75rem;width:min(100%,360px)}.product-type-description,.product-type-products{text-align:center}.product-type-image-box{width:100%}}.product-materials h2{text-align:center;font-size:clamp(2.2rem,5vw,4.6rem);line-height:.88}.materials-copy{text-align:center;max-width:860px;margin:.8rem auto 0;font-size:clamp(.95rem,1vw,1.1rem)}.materials-grid{gap:1.2rem;width:min(100%,980px);margin:2.5rem auto 0;display:grid}.material-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:4px 0 #234b9b,-4px 0 #a6ce39}.material-card h3{margin-bottom:1.5rem;font-size:clamp(1.8rem,2vw,2.6rem);line-height:.95}.material-card p{max-width:420px;font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.2}.material-card span{margin-top:1.5rem;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:500;display:block}@media (max-width:768px){.material-card{padding:1.5rem}}.product-microns{color:#fff;background:#3b59a4;padding:1.35rem 0 1.45rem}.micron-header{grid-template-columns:1fr .9fr;align-items:center;gap:clamp(1.5rem,5vw,4rem);display:grid}.product-microns h2{color:#fff;text-align:left;font-size:clamp(2.2rem,4.5vw,4.4rem);line-height:.9}.product-microns p{color:#fff;font-size:clamp(.95rem,1.15vw,1.15rem);line-height:1.25}.micron-options{border-top:3px solid #fff;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,4vw,3rem);margin-top:1.35rem;padding-top:1.35rem;display:grid}.micron-options h3{color:#fff;font-size:clamp(1.35rem,2vw,2rem);line-height:1}.micron-options p{margin-top:.35rem;font-size:clamp(.9rem,1vw,1rem)}.product-printing{text-align:center;background-image:linear-gradient(#0000007a,#0000007a),url(https://static.wixstatic.com/media/81cff3_c482d5d01d2c4e909ff4f751c38ab55d~mv2.png);background-position:50%;background-size:cover;padding:2rem 0 2.7rem;position:relative}.product-printing h2{color:#fff;margin-bottom:1.6rem;font-size:clamp(2.2rem,4.6vw,4.5rem);line-height:.92}.printing-options-grid{grid-template-columns:repeat(2,minmax(260px,1fr));gap:1.4rem;width:min(100%,900px);margin:0 auto;display:grid}.printing-option-card{background:#eee;border-radius:8px;flex-direction:column;justify-content:center;min-height:175px;padding:2rem 1.5rem;display:flex}.printing-option-card h3{margin-bottom:1rem;font-size:clamp(1.45rem,2vw,2.15rem);line-height:1}.printing-option-card p{max-width:320px;margin:0 auto;font-size:clamp(.95rem,1.1vw,1.1rem);line-height:1.25}.product-customise{background:#fff;padding:clamp(2rem,5vw,4rem) 0}.product-customise h2{text-align:left;max-width:960px;font-size:clamp(2.25rem,5vw,4.7rem);line-height:.88}.product-customise>.container>p{max-width:720px;margin-top:1rem;font-size:clamp(.9rem,1vw,1rem);line-height:1.4}.customise-list{width:min(100%,720px);margin-top:1.5rem}.customise-list div{border-bottom:3px solid #0000;border-image:linear-gradient(90deg,#a6ce39,#234b9b) 1;padding:.85rem 0;font-size:clamp(.9rem,1vw,1rem);font-weight:900;line-height:1.25}@media (max-width:900px){.micron-header,.micron-options,.printing-options-grid{text-align:center;grid-template-columns:1fr}.product-microns h2,.product-customise h2{text-align:center}.product-customise>.container>p,.customise-list{text-align:center;margin-inline:auto}}.product-brands{background:#fff;padding-bottom:clamp(2rem,5vw,4rem)}.product-brands-title{background:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%);padding:.5rem 1rem}.product-brands-title h2{color:#fff;text-align:center;font-size:clamp(1.8rem,3.4vw,3.1rem);line-height:1}.brand-logo-grid{grid-template-columns:repeat(5,1fr);gap:clamp(2rem,5vw,4.5rem);padding-top:2.4rem;display:grid}.brand-logo-box{background:0 0;border:1px solid #777;width:120px;height:42px;margin:0 auto}@media (max-width:900px){.brand-logo-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:520px){.brand-logo-grid{grid-template-columns:repeat(2,1fr)}.brand-logo-box{width:110px}}.product-hero-wrap{min-height:175vh}.product-hero-sticky{will-change:transform}.product-hero-inner h1{backface-visibility:hidden;transform:translateZ(0)}.product-hero-image{pointer-events:none;transform-origin:50%;will-change:transform,opacity;backface-visibility:hidden;filter:drop-shadow(0 18px 22px #00000029)}.product-tabs a,.product-type-tabs button,.printing-option-card,.material-card,.brand-logo-box{transition:transform .35s cubic-bezier(.22,1,.36,1),background .35s cubic-bezier(.22,1,.36,1),color .35s cubic-bezier(.22,1,.36,1),border-color .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}.product-tabs a:hover,.product-type-tabs button:hover{transform:translateY(-2px)}.printing-option-card:hover,.material-card:hover,.brand-logo-box:hover{transform:translateY(-4px)}@media (prefers-reduced-motion:reduce){.product-hero-image{opacity:1!important;transform:none!important}}.product-materials,.product-microns,.product-printing,.product-customise,.product-brands{animation:linear both sectionFadeUp;animation-timeline:view();animation-range:entry 10% cover 30%}.material-card,.printing-option-card,.brand-logo-box,.micron-options article,.customise-list div{animation:linear both cardFadeUp;animation-timeline:view();animation-range:entry 15% cover 35%}@keyframes sectionFadeUp{0%{opacity:.4;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(28px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@supports not (animation-timeline:view()){.product-materials,.product-microns,.product-printing,.product-customise,.product-brands,.material-card,.printing-option-card,.brand-logo-box,.micron-options article,.customise-list div{opacity:1;animation:none;transform:none}}.immersive-hero{isolation:isolate;background:radial-gradient(circle at 12% 18%,#a6ce393d,#0000 28%),radial-gradient(circle at 88% 20%,#234b9b38,#0000 30%),linear-gradient(#f7f9fc 0%,#eef2f8 100%);align-items:center;min-height:calc(100vh - 68px);display:flex}.immersive-hero:after{content:"";z-index:-1;background:linear-gradient(#0000,#fffc);height:34%;position:absolute;inset:auto 0 0}.immersive-hero-inner{z-index:1;position:relative}.immersive-hero h1{text-shadow:0 14px 35px #00000014}.immersive-hero-carousel{filter:drop-shadow(0 28px 34px #00000029)}.immersive-hero-image{will-change:transform,opacity;transform:translateZ(0)}.hero-glow{filter:blur(55px);opacity:.55;pointer-events:none;z-index:0;border-radius:999px;width:280px;height:280px;position:absolute}.hero-glow-left{background:#a6ce3973;top:18%;left:-80px}.hero-glow-right{background:#234b9b66;top:12%;right:-90px}.immersive-hero-bottom{z-index:2;position:relative}@media (max-width:900px){.immersive-hero{min-height:auto}}.explosive-gallery-card{position:relative;overflow:hidden}.explosive-gallery-item .gallery-image{transition:transform .6s cubic-bezier(.22,1,.36,1),filter .6s cubic-bezier(.22,1,.36,1)}.explosive-gallery-item:hover .gallery-image{filter:saturate(1.08)contrast(1.03);transform:scale(1.08)rotate(1.5deg)}@media (prefers-reduced-motion:reduce){.explosive-gallery-item{opacity:1!important;filter:none!important;transform:none!important}}.gallery-card{border-radius:var(--radius-md);background:#fff;width:min(1090px,100%);margin:2rem auto 0;padding:1rem;overflow:hidden}.gallery-grid{grid-template-columns:1.35fr .9fr 1fr;grid-auto-rows:150px;grid-auto-flow:dense;gap:10px;display:grid}.gallery-item{cursor:pointer;background:#eee;border-radius:6px;min-height:0;position:relative;overflow:hidden}.gallery-large{grid-row:span 2}.gallery-wide{grid-area:span 2/span 2}.gallery-image{object-fit:cover;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1),filter .55s cubic-bezier(.22,1,.36,1);display:block}.gallery-overlay{opacity:0;background:0 0;place-items:center;transition:opacity .35s,background .35s;display:grid;position:absolute;inset:0}.gallery-overlay span{color:#fff;text-transform:uppercase;text-align:center;padding:0 1rem;font-size:clamp(1.4rem,2.8vw,2.6rem);font-weight:900;line-height:1}.gallery-item:hover .gallery-image{filter:saturate(1.08)contrast(1.04);transform:scale(1.07)}.gallery-item:hover .gallery-overlay{opacity:1;background:#0000007a}.explosive-gallery-card{overflow:hidden}.explosive-gallery-item{transform-origin:50%;will-change:transform,opacity,filter;backface-visibility:hidden}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.gallery-wide,.gallery-large{grid-area:span 1/span 1}}@media (max-width:640px){.gallery-card{padding:.75rem}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px;gap:8px}}@media (prefers-reduced-motion:reduce){.explosive-gallery-item{opacity:1!important;filter:none!important;transform:none!important}}.customise-section{background:#fff}.customise-band{background:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%);padding:.65rem 1rem}.customise-band h2{color:#fff;text-align:center;font-size:clamp(4.8rem,4vw,4rem);line-height:1}.customise-inner{grid-template-columns:360px 1fr;align-items:center;gap:clamp(2rem,6vw,6rem);padding:clamp(1.6rem,4vw,3rem) 0 clamp(1.25rem,3vw,2rem);display:grid}.customise-left{width:100%;max-width:360px}.customise-copy{margin-bottom:1.4rem;font-size:1rem;line-height:1.4}.ppl-accordion{width:100%}.ppl-accordion-item{border-bottom:3px solid #0000;border-image:linear-gradient(90deg,#a6ce39,#234b9b) 1}.ppl-accordion-button{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:50px;padding:0;display:flex}.ppl-accordion-button span:first-child{color:#050505;text-transform:uppercase;font-size:1rem;font-weight:900;line-height:1}.ppl-plus{color:#050505;font-size:1.55rem;font-weight:400;line-height:1;transition:transform .3s}.ppl-plus.is-open{transform:rotate(45deg)}.ppl-accordion-panel{max-height:0;transition:max-height .35s;overflow:hidden}.ppl-accordion-panel.is-open{max-height:80px}.ppl-accordion-panel p{color:#050505;padding:0 0 .9rem;font-size:.95rem;line-height:1.35}.customise-image-wrap{justify-content:center;align-items:center;display:flex}.customise-image{object-fit:contain;width:100%;max-width:650px;height:auto}@media (max-width:900px){.customise-inner{grid-template-columns:1fr}.customise-left{max-width:420px;margin:0 auto}.customise-copy{text-align:left}}.ppl-btn{text-align:center;color:#050505;text-transform:uppercase;background:#fff;border:3px solid #0000;border-image:linear-gradient(90deg,#a6ce39,#234b9b) 1;justify-content:center;align-items:center;gap:.5rem;min-height:52px;padding:0 2rem;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:900;line-height:1;text-decoration:none;transition:transform .35s cubic-bezier(.22,1,.36,1),background .35s cubic-bezier(.22,1,.36,1),color .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);display:inline-flex}.ppl-btn:hover{transform:translateY(-2px)}.ppl-btn.active{color:#fff;background:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%)}.ppl-btn.large{min-height:52px;padding-inline:2.8rem;font-size:clamp(1.15rem,1.5vw,1.45rem)}.scroll-depth-gallery-section{overflow:hidden}.scroll-depth-gallery-card{perspective:1200px;transform-style:preserve-3d;will-change:transform}.scroll-depth-gallery-grid{transform-style:preserve-3d}.scroll-depth-gallery-item{will-change:transform,opacity,filter;transform-origin:50%;box-shadow:0 18px 34px #00000024}.scroll-depth-gallery-item .gallery-image{transform:scale(1.02)}.scroll-depth-gallery-item:hover .gallery-image{filter:saturate(1.08)contrast(1.04);transform:scale(1.09)}@media (max-width:900px){.scroll-depth-gallery-card{perspective:800px}.scroll-depth-gallery-item{box-shadow:0 12px 24px #0000001f}}@media (min-width:901px){.product-dropdown{position:relative}.nav-dropdown-card{opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition),visibility var(--transition),transform var(--transition);z-index:999;transform:translate(-50%)translateY(10px);border-top:5px solid var(--accent)!important;background:#fff!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;width:min(760px,100vw - 40px)!important;padding:18px!important;display:grid!important;position:absolute!important;top:100%!important;left:50%!important;box-shadow:0 22px 55px #00000024!important}.nav-dropdown-card:before{content:"";width:100%;height:18px;position:absolute;top:-18px;left:0}.product-dropdown:hover .nav-dropdown-card,.product-dropdown[open] .nav-dropdown-card{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.dropdown-product-link{isolation:isolate;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);color:#050505!important;background:#eee!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:175px!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important;transform:none!important}.dropdown-product-link+.dropdown-product-link{margin-top:0!important}.dropdown-product-link:hover{box-shadow:0 18px 34px #00000029;color:#050505!important;background:#eee!important;transform:translateY(-4px)!important}.dropdown-product-title{opacity:.92;transition:z-index 0s linear .18s,opacity .35s,transform .45s cubic-bezier(.22,1,.36,1),color .35s;transform:scale(1);z-index:1!important;color:var(--brand)!important;letter-spacing:-.035em!important;text-align:center!important;text-transform:uppercase!important;justify-content:center!important;align-items:center!important;padding:18px!important;font-size:clamp(1.45rem,2vw,2.25rem)!important;font-weight:900!important;line-height:.92!important;display:flex!important;position:absolute!important;inset:0!important}.dropdown-product-link:nth-child(odd) .dropdown-product-title{color:var(--accent)!important}.dropdown-product-link:nth-child(2n) .dropdown-product-title{color:var(--brand)!important}.dropdown-product-image{transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .35s;transform:scale(1);z-index:3!important;background:0 0!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:82%!important;height:86%!important;max-height:125px!important;display:flex!important;position:relative!important;overflow:visible!important}.dropdown-product-image img{filter:drop-shadow(0 16px 18px #00000024);object-fit:contain!important;width:100%!important;height:100%!important;display:block!important}.dropdown-product-link:hover .dropdown-product-image{opacity:.58;transform:scale(.86)}.dropdown-product-link:hover .dropdown-product-title{opacity:1;transition:z-index,opacity .35s,transform .45s cubic-bezier(.22,1,.36,1),color .35s;transform:scale(1.04);z-index:4!important}}@media (min-width:641px) and (max-width:900px){.product-dropdown .nav-dropdown-card{width:100%!important;max-width:100%!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:0 0!important;border-top:0!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:0 0 1rem!important;display:none!important;position:static!important;transform:none!important}.product-dropdown[open] .nav-dropdown-card,.product-dropdown:hover .nav-dropdown-card{display:grid!important}.dropdown-product-link{background:#eee!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;min-height:140px!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.dropdown-product-title{z-index:1!important;color:var(--brand)!important;letter-spacing:-.025em!important;text-align:center!important;text-transform:uppercase!important;justify-content:center!important;align-items:center!important;padding:14px!important;font-size:clamp(1.15rem,3vw,1.65rem)!important;font-weight:900!important;line-height:.95!important;display:flex!important;position:absolute!important;inset:0!important}.dropdown-product-link:nth-child(odd) .dropdown-product-title{color:var(--accent)!important}.dropdown-product-image{z-index:3!important;background:0 0!important;width:60%!important;height:62%!important;position:relative!important;overflow:visible!important}.dropdown-product-image img{filter:drop-shadow(0 12px 14px #0000001f);object-fit:contain!important;width:100%!important;height:100%!important}}@media (max-width:640px){.product-dropdown .nav-dropdown-card{width:100%!important;max-width:100%!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;background:0 0!important;border-top:0!important;grid-template-columns:1fr!important;gap:12px!important;padding:0 0 1rem!important;display:none!important;position:static!important;transform:none!important}.product-dropdown[open] .nav-dropdown-card,.product-dropdown:hover .nav-dropdown-card{display:grid!important}.dropdown-product-link{background:#eee!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;min-height:125px!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.dropdown-product-title{z-index:1!important;color:var(--brand)!important;letter-spacing:-.035em!important;text-align:center!important;text-transform:uppercase!important;justify-content:center!important;align-items:center!important;padding:14px!important;font-size:clamp(1.45rem,8vw,2.2rem)!important;font-weight:900!important;line-height:.92!important;display:flex!important;position:absolute!important;inset:0!important}.dropdown-product-link:nth-child(odd) .dropdown-product-title{color:var(--accent)!important}.dropdown-product-image{z-index:3!important;background:0 0!important;width:58%!important;height:72%!important;position:relative!important;overflow:visible!important}.dropdown-product-image img{filter:drop-shadow(0 12px 14px #0000001f);object-fit:contain!important;width:100%!important;height:100%!important}}:root{--fs-xs:clamp(.78rem,.74rem + .12vw,.88rem);--fs-sm:clamp(.88rem,.82rem + .18vw,1rem);--fs-base:clamp(.95rem,.9rem + .2vw,1.08rem);--fs-md:clamp(1.05rem,.98rem + .3vw,1.25rem);--fs-lg:clamp(1.25rem,1.08rem + .6vw,1.65rem);--fs-card-title:clamp(1.45rem,1.15rem + 1vw,2.15rem);--fs-section-title:clamp(2.25rem,1.45rem + 3vw,4.25rem);--fs-hero-title:clamp(2.75rem,1.8rem + 3.8vw,5rem);--fs-display:clamp(3.2rem,2rem + 5vw,6.5rem)}body,p{font-size:var(--fs-base);line-height:1.45}.primary-nav a,.product-dropdown summary,.btn,.hero-btn,.footer-link,.format-card-btn,.process-cta,.ppl-btn{font-size:var(--fs-xs)}.hero h1,.immersive-hero h1{font-size:var(--fs-hero-title)!important;letter-spacing:-.015em!important;line-height:.95!important}.hero-bottom p{font-size:var(--fs-base)!important;line-height:1.42!important}.hero-btn,.ppl-btn{min-height:48px;font-size:var(--fs-sm)!important}.pouch-formats-section h2,.printing-section h2,.customise-band h2,.footer-inner h2,.gallery-section h2{font-size:var(--fs-section-title)!important;letter-spacing:-.02em!important;line-height:.95!important}.customise-band h2{text-align:center;white-space:normal;font-size:var(--fs-section-title)!important}.pouch-formats-copy,.printing-card p,.footer-inner p,.customise-copy,.customise-left p{font-size:var(--fs-base)!important;line-height:1.45!important}.pouch-formats-subtitle{font-size:var(--fs-lg)!important;line-height:1.15!important}.format-card h3,.printing-card h3{font-size:var(--fs-card-title)!important;letter-spacing:-.015em!important;line-height:1!important}.format-card p{font-size:var(--fs-base)!important;line-height:1.4!important}.format-card-btn{font-size:var(--fs-xs)!important}.stat strong,.stat span{font-size:clamp(1.45rem,2.6vw,2.15rem)!important;line-height:1.05!important}.process-title{letter-spacing:-.04em!important;font-size:clamp(3.6rem,6.8vw,6.8rem)!important;line-height:.9!important}.process-title span{font-size:clamp(2.15rem,3.6vw,3.8rem)!important;line-height:.95!important}.step-number{font-size:clamp(1.75rem,2.4vw,2.25rem)!important}.process-step h3{letter-spacing:-.02em!important;font-size:clamp(1.55rem,2.25vw,2.25rem)!important;line-height:1!important}.process-step p{font-size:var(--fs-base)!important;line-height:1.35!important}.ppl-accordion-button span:first-child,.custom-row{font-size:var(--fs-sm)!important;line-height:1.2!important}.ppl-accordion-panel p{font-size:var(--fs-xs)!important;line-height:1.4!important}@keyframes contactMarqueeMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.contact-card-grid{grid-template-columns:1fr 1fr;gap:clamp(1rem,2vw,1.35rem);margin-top:clamp(2.2rem,4vw,3.2rem);display:grid}.contact-info-panel,.contact-request-panel{border-radius:14px;min-height:clamp(360px,38vw,455px);padding:clamp(1.6rem,3vw,2.25rem);overflow:hidden}.contact-info-panel{background:#a6ce39;flex-direction:column;justify-content:space-between;display:flex}.contact-info-panel h2,.contact-request-panel h2{color:#fff;letter-spacing:-.055em;text-transform:uppercase;font-size:clamp(2.45rem,5vw,4.3rem);font-weight:900;line-height:.92}.contact-info-details{gap:clamp(1.25rem,2.5vw,1.7rem);display:grid}.contact-info-details span{color:#fff;font-size:clamp(1rem,1.5vw,1.35rem);font-weight:900;line-height:1;display:block}.contact-info-details a,.contact-info-details p{color:#fff;word-break:break-word;max-width:100%;font-size:clamp(1rem,1.55vw,1.35rem);font-weight:900;line-height:1.05;display:inline-block}.contact-request-form{gap:clamp(.95rem,1.6vw,1.25rem);margin-top:clamp(2.2rem,4vw,3rem);display:grid}.contact-request-submit{color:#fff;cursor:pointer;width:fit-content;min-height:38px;font-family:var(--font-open-sans),sans-serif;letter-spacing:.06em;text-transform:uppercase;transition:background var(--transition),color var(--transition),transform var(--transition);background:0 0;border:2px solid #fff;margin-top:.4rem;padding:.55rem 1.1rem;font-size:.82rem;font-weight:900;line-height:1}.contact-request-submit:hover{color:#3f5fae;background:#fff;transform:translateY(-2px)}.contact-request-success{color:#fff;font-size:.9rem;font-weight:800;line-height:1.25}@media (max-width:1024px){.contact-design-hero h1{font-size:clamp(3.6rem,11vw,7.4rem)}.contact-design-grid{gap:clamp(1.5rem,4vw,3rem)}.contact-info-panel h2,.contact-request-panel h2{font-size:clamp(2.1rem,4.5vw,3.4rem)}}@media (max-width:900px){.contact-design-hero{padding-top:clamp(3.5rem,8vw,5rem)}.contact-design-grid{grid-template-columns:1fr}.contact-design-intro h2,.contact-design-intro p{text-align:left}.contact-card-grid{grid-template-columns:1fr}.contact-info-panel,.contact-request-panel{min-height:auto}.contact-info-panel{gap:2.8rem}}@media (max-width:640px){.contact-design-hero{padding:3rem 0 1.2rem}.contact-design-hero-inner{text-align:left}.contact-design-hero h1{letter-spacing:-.055em;font-size:clamp(3.1rem,16vw,5rem);line-height:.9}.contact-design-content{padding-top:2rem}.contact-design-intro h2{font-size:clamp(1.45rem,7vw,2.05rem);line-height:1}.contact-accordion-button{min-height:46px}.contact-card-grid{margin-top:2rem}.contact-info-panel,.contact-request-panel{border-radius:12px;padding:1.35rem}.contact-info-panel h2,.contact-request-panel h2{font-size:clamp(2rem,11vw,3rem)}.contact-info-details span,.contact-info-details a,.contact-info-details p,.contact-request-form span{font-size:clamp(.98rem,5vw,1.2rem)}.contact-request-submit{width:100%}}@media (max-width:420px){.contact-design-hero h1{font-size:clamp(2.65rem,15vw,3.7rem)}.contact-marquee-track span{font-size:.74rem}.contact-design-intro h2{font-size:clamp(1.25rem,6.5vw,1.7rem)}.contact-info-panel h2,.contact-request-panel h2{font-size:clamp(1.75rem,10vw,2.45rem)}}@media (prefers-reduced-motion:reduce){.contact-marquee-track{animation:none}}.faq-design-page{color:var(--text);background:#fff;overflow-x:hidden}.faq-design-section{background:#fff}.faq-design-inner{width:var(--container);text-align:center;margin-inline:auto}.faq-design-inner h1{max-width:980px;color:var(--text);font-size:var(--fs-hero-title);letter-spacing:-.04em;text-align:center;text-transform:uppercase;margin:0 auto clamp(2rem,4vw,3rem);font-weight:900;line-height:.92}.faq-design-list{width:min(920px,100%);margin:0 auto}.faq-design-item{max-width:920px;margin:0 auto;padding-bottom:1.15rem;position:relative}.faq-design-item+.faq-design-item{padding-top:1.15rem}.faq-design-item:not(:last-child):after{content:"";background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%);height:2px;position:absolute;bottom:0;left:0;right:0}.faq-design-item h2{max-width:900px;font-size:var(--fs-md);letter-spacing:-.015em;text-align:center;text-transform:none;margin:0 auto .45rem;font-weight:900;line-height:1.12}.faq-design-item.is-green h2{color:var(--accent)}.faq-design-item.is-blue h2{color:var(--brand)}.faq-design-item p{max-width:860px;color:var(--text);font-size:var(--fs-base);text-align:center;margin:0 auto;font-weight:500;line-height:1.42}.faq-design-cta{text-align:center;width:min(720px,100%);margin:clamp(3rem,6vw,4.5rem) auto 0}.faq-design-cta h2{color:var(--text);font-size:var(--fs-section-title);letter-spacing:-.035em;text-align:center;text-transform:uppercase;margin:0 auto 1rem;font-weight:900;line-height:.95}.faq-design-cta p{max-width:620px;color:var(--text);font-size:var(--fs-base);text-align:center;margin:0 auto 1.35rem;font-weight:500;line-height:1.42}.faq-design-cta-link{border:2px solid #0000;border-image:linear-gradient(90deg,var(--accent)0%,var(--brand)100%)1;min-height:44px;color:var(--text);font-size:var(--fs-xs);letter-spacing:.05em;text-align:center;text-transform:uppercase;transition:transform var(--transition),background var(--transition),color var(--transition);background:#fff;justify-content:center;align-items:center;padding:.75rem 1.35rem;font-weight:900;line-height:1;display:inline-flex}.faq-design-cta-link:hover{background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%);color:#fff;transform:translateY(-2px)}@media (max-width:900px){.faq-design-inner h1{margin-bottom:2rem}.faq-design-list{width:100%}.faq-design-item{padding-bottom:1rem}.faq-design-item+.faq-design-item{padding-top:1rem}.faq-design-item h2{font-size:var(--fs-md);line-height:1.15}.faq-design-item p{font-size:var(--fs-base);line-height:1.45}.faq-design-cta{margin-top:3rem}.faq-design-cta p br{display:none}}@media (max-width:640px){.faq-design-inner{width:min(100% - 1.5rem,1120px)}.faq-design-inner h1{font-size:var(--fs-hero-title);letter-spacing:-.025em;line-height:.98}.faq-design-item h2{font-size:var(--fs-sm);line-height:1.25}.faq-design-item p{font-size:var(--fs-xs);line-height:1.45}.faq-design-cta h2{font-size:var(--fs-section-title);line-height:1}.faq-design-cta p{font-size:var(--fs-base)}.faq-design-cta-link{width:100%;min-height:44px;font-size:var(--fs-xs)}}.product-hero-inner h1{letter-spacing:-.045em!important;font-size:clamp(4rem,11vw,10.5rem)!important;line-height:.82!important}.product-hero-copy p{font-size:clamp(1rem,1.15vw,1.22rem)!important;line-height:1.25!important}.product-types h2,.product-types-detail h2,.product-materials h2,.product-microns h2,.product-printing h2,.product-customise h2,.product-brands-title h2{font-size:var(--fs-section-title)!important;letter-spacing:-.02em!important;line-height:.95!important}.product-type-card h3,.material-card h3,.micron-options h3,.printing-option-card h3{font-size:var(--fs-card-title)!important;line-height:1!important}.product-type-card p,.material-card p,.material-card span,.product-microns p,.printing-option-card p,.product-customise>.container>p,.customise-list div,.product-type-description,.product-type-products{font-size:var(--fs-base)!important;line-height:1.4!important}@media (max-width:1024px){:root{--fs-xs:.8rem;--fs-sm:clamp(.86rem,1vw,.96rem);--fs-base:clamp(.94rem,1.2vw,1.04rem);--fs-md:clamp(1rem,1.5vw,1.18rem);--fs-lg:clamp(1.18rem,2vw,1.45rem);--fs-card-title:clamp(1.35rem,2.7vw,1.95rem);--fs-section-title:clamp(2rem,5vw,3.4rem);--fs-hero-title:clamp(2.5rem,6vw,4.1rem);--fs-display:clamp(3rem,7vw,5rem)}.process-title{font-size:clamp(3rem,7vw,5rem)!important}.process-title span{font-size:clamp(1.9rem,4vw,3rem)!important}.product-hero-inner h1{font-size:clamp(3.5rem,13vw,6.5rem)!important}}@media (max-width:640px){:root{--fs-xs:.78rem;--fs-sm:.88rem;--fs-base:.96rem;--fs-md:1.02rem;--fs-lg:1.2rem;--fs-card-title:clamp(1.25rem,6vw,1.75rem);--fs-section-title:clamp(1.9rem,8.5vw,2.75rem);--fs-hero-title:clamp(2.2rem,10vw,3.25rem);--fs-display:clamp(2.75rem,13vw,4rem)}.hero h1,.immersive-hero h1{font-size:var(--fs-hero-title)!important;letter-spacing:-.015em!important;line-height:1!important}.pouch-formats-section h2,.printing-section h2,.customise-band h2,.footer-inner h2,.gallery-section h2,.product-types h2,.product-types-detail h2,.product-materials h2,.product-microns h2,.product-printing h2,.product-customise h2,.product-brands-title h2{font-size:var(--fs-section-title)!important;line-height:1!important}.process-title{font-size:var(--fs-display)!important;line-height:.95!important}.process-title span{font-size:clamp(1.75rem,8vw,2.5rem)!important}.process-step h3,.format-card h3,.printing-card h3,.product-type-card h3,.material-card h3,.micron-options h3,.printing-option-card h3{font-size:var(--fs-card-title)!important;line-height:1.05!important}.product-hero-inner h1{font-size:clamp(3.1rem,15vw,5rem)!important;line-height:.9!important}.hero-bottom p,.pouch-formats-copy,.printing-card p,.process-step p,.footer-inner p,.customise-copy,.customise-left p,.product-hero-copy p,.product-type-card p,.material-card p,.product-microns p,.printing-option-card p,.product-customise>.container>p{font-size:var(--fs-base)!important;line-height:1.45!important}}@media (max-width:420px){:root{--fs-section-title:clamp(1.75rem,8vw,2.35rem);--fs-card-title:clamp(1.18rem,5.8vw,1.55rem);--fs-hero-title:clamp(2rem,9vw,2.8rem)}.hero h1,.immersive-hero h1,.gallery-section h2,.pouch-formats-section h2,.printing-section h2,.customise-band h2,.footer-inner h2{letter-spacing:-.01em!important}}.all-products-design-page{color:var(--text);background:#fff;overflow-x:hidden}.all-products-design-section{background:#fff;padding:clamp(3rem,5vw,5rem) 0 clamp(3.5rem,6vw,5rem)}.all-products-design-inner{width:var(--container);margin-inline:auto}.all-products-design-inner h1{max-width:1100px;color:var(--text);font-size:var(--fs-display);letter-spacing:-.055em;text-align:center;text-transform:uppercase;margin:0 auto clamp(1.6rem,3vw,2.5rem);font-weight:900;line-height:.9}.all-products-label-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,6vw,9rem);width:min(880px,100%);margin:0 auto clamp(1rem,2vw,1.5rem);display:grid}.all-products-label{border:1.5px solid #0000;border-image:linear-gradient(90deg,var(--accent),var(--brand))1;min-height:30px;color:var(--text);font-size:var(--fs-xs);letter-spacing:.02em;text-align:center;text-transform:uppercase;transition:transform var(--transition),background var(--transition),color var(--transition);background:#fff;justify-content:center;align-items:center;font-weight:900;line-height:1;display:inline-flex}.all-products-label:hover{background:linear-gradient(90deg,var(--accent),var(--brand));color:#fff;transform:translateY(-1px)}.all-products-column-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(1rem,2vw,1.5rem);display:grid}.all-product-column{grid-template-rows:auto 1fr;gap:.75rem;min-width:0;display:grid}.all-product-visual-card{isolation:isolate;background:#eee;border-radius:16px;justify-content:center;align-items:center;min-height:clamp(250px,25vw,350px);display:flex;position:relative;overflow:hidden}.all-product-bg-text{z-index:1;color:var(--accent);font-size:var(--fs-section-title);letter-spacing:-.035em;text-align:center;text-transform:uppercase;justify-content:center;align-items:center;padding:1rem;font-weight:900;line-height:.95;display:flex;position:absolute;inset:0}.all-product-main-image{z-index:2;object-fit:contain;filter:drop-shadow(0 16px 18px #00000024);width:min(68%,280px);height:auto;transition:transform var(--transition),opacity var(--transition);position:relative}.all-product-info-card{background:var(--accent);text-align:center;border-radius:12px;flex-direction:column;align-items:center;min-height:clamp(420px,42vw,560px);padding:clamp(1.6rem,3vw,2.3rem) clamp(1.2rem,2.5vw,2rem);display:flex}.all-product-column.is-blue .all-product-info-card{background:var(--brand)}.all-product-intro,.all-product-suitable,.all-product-info-card h2,.all-product-benefit p{color:#fff}.all-product-intro{max-width:480px;font-size:var(--fs-sm);text-align:center;margin:0 auto;font-weight:900;line-height:1.25}.all-product-suitable{max-width:440px;font-size:var(--fs-sm);text-align:center;margin:1.2rem auto 0;font-weight:900;line-height:1.25}.all-product-info-card h2{font-size:var(--fs-sm);letter-spacing:.03em;text-align:center;text-transform:uppercase;margin:clamp(1.5rem,3vw,2.2rem) auto 0;font-weight:900;line-height:1}.all-product-benefits{gap:clamp(1.15rem,2.4vw,1.8rem);width:100%;max-width:420px;margin:clamp(1rem,2vw,1.45rem) auto 0;display:grid}.all-product-benefit{justify-items:center;gap:.4rem;display:grid}.all-product-benefit-icon{place-items:center;display:grid}.all-product-benefit-icon-image{object-fit:contain;width:64px;height:64px;display:block}@media (max-width:640px){.all-product-benefit-icon{border-radius:12px;width:48px;height:48px}.all-product-benefit-icon-image{width:30px;height:30px}}.all-product-benefit p{max-width:330px;font-size:var(--fs-sm);text-align:center;margin:0 auto;font-weight:900;line-height:1.1}.all-product-format-link{border:1.5px solid var(--brand);width:min(320px,82%);min-height:36px;color:var(--text);font-size:var(--fs-xs);letter-spacing:.03em;text-align:center;text-transform:uppercase;transition:transform var(--transition),background var(--transition),color var(--transition),border-color var(--transition);background:#fff;border-radius:4px;justify-content:center;align-items:center;margin:clamp(1.8rem,3vw,2.5rem) auto 0;font-weight:900;line-height:1;display:inline-flex}.all-product-column.is-blue .all-product-format-link{border-color:var(--accent)}.all-product-format-link:hover{background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%);color:#fff;border-color:#000;transform:translateY(-2px)}@media (max-width:1024px){.all-product-visual-card{min-height:250px}.all-product-info-card{min-height:500px}.all-product-main-image{width:min(64%,240px)}}@media (max-width:900px){.all-products-label-grid,.all-products-column-grid{grid-template-columns:1fr;width:min(560px,100%);margin-inline:auto}.all-products-label-grid{gap:.75rem;margin-bottom:1rem}.all-product-visual-card{min-height:300px}.all-product-info-card{min-height:auto}.all-product-format-link{margin-top:2.2rem}}@media (max-width:640px){.all-products-design-section{padding:2.5rem 0 3.5rem}.all-products-design-inner{width:min(100% - 1.5rem,1120px)}.all-products-design-inner h1{font-size:var(--fs-hero-title);letter-spacing:-.035em;margin-bottom:1.5rem;line-height:.95}.all-product-visual-card{border-radius:12px;min-height:240px}.all-product-bg-text{font-size:var(--fs-card-title)}.all-product-main-image{width:min(62%,220px)}.all-product-info-card{border-radius:12px;padding:1.5rem 1.2rem}.all-product-intro,.all-product-suitable,.all-product-benefit p{font-size:var(--fs-xs);line-height:1.25}.all-product-benefit-icon{width:36px;height:36px}.all-product-format-link{width:100%}}.ppl-action-gallery-section{text-align:center;background:#eee!important;padding:clamp(2.4rem,5vw,4rem) 0!important}.ppl-action-gallery-inner{text-align:center}.ppl-action-gallery-section h2{color:#050505;text-align:center;text-transform:uppercase;font-weight:900;font-size:var(--fs-section-title)!important;letter-spacing:-.02em!important;line-height:.95!important}.ppl-action-gallery-copy{color:#050505;max-width:820px;font-weight:700;font-size:var(--fs-base)!important;text-align:center!important;margin:.65rem auto 1.7rem!important;line-height:1.18!important}.ppl-action-gallery-card{background:#fff;border-radius:14px;width:min(1040px,100%);margin:0 auto;padding:14px;overflow:hidden}.ppl-action-gallery-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:122px;gap:8px;display:grid}.gallery-spice{grid-area:span 2/1/auto/span 5}.gallery-liquid{grid-area:span 2/6/auto/span 3}.gallery-pulses{grid-area:span 2/9/auto/span 4}.gallery-grain{grid-area:span 2/1/auto/span 3}.gallery-lubricant{grid-area:span 2/4/auto/span 3}.gallery-tea{grid-area:span 2/7/auto/span 6}.gallery-confectionery{grid-area:span 2/1/auto/span 4}.gallery-apparel{grid-area:span 2/5/auto/span 5}.gallery-candy{grid-area:span 2/10/auto/span 3}.ppl-action-gallery-item{background:#7b7b7b;min-height:0;position:relative;overflow:hidden}.ppl-action-gallery-image{object-fit:cover;object-position:center;filter:grayscale(.08);width:100%;height:100%;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s cubic-bezier(.22,1,.36,1);display:block;transform:scale(1.01)}.gallery-spice .ppl-action-gallery-image,.gallery-liquid .ppl-action-gallery-image,.gallery-pulses .ppl-action-gallery-image,.gallery-grain .ppl-action-gallery-image,.gallery-lubricant .ppl-action-gallery-image,.gallery-tea .ppl-action-gallery-image,.gallery-confectionery .ppl-action-gallery-image,.gallery-apparel .ppl-action-gallery-image,.gallery-candy .ppl-action-gallery-image{object-position:center}.ppl-action-gallery-overlay{z-index:2;opacity:0;visibility:hidden;pointer-events:none;background:0 0;place-items:center;padding:.8rem;transition:opacity .35s,visibility .35s,background .35s;display:grid;position:absolute;inset:0}.ppl-action-gallery-overlay span{color:#fff;font-size:var(--fs-card-title);letter-spacing:-.03em;text-align:center;text-transform:uppercase;font-weight:900;line-height:.98;transition:transform .35s;transform:translateY(8px)}.ppl-action-gallery-item:hover .ppl-action-gallery-image{filter:grayscale(0)saturate(1.05)contrast(1.04);transform:scale(1.06)}.ppl-action-gallery-item:hover .ppl-action-gallery-overlay{opacity:1;visibility:visible;background:#0000006b}.ppl-action-gallery-item:hover .ppl-action-gallery-overlay span{transform:translateY(0)}@media (max-width:1024px){.ppl-action-gallery-grid{grid-auto-rows:108px}.ppl-action-gallery-overlay span{font-size:clamp(1.05rem,2.2vw,1.65rem)}}@media (max-width:900px){.ppl-action-gallery-card{width:min(720px,100%);padding:10px}.ppl-action-gallery-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:135px;gap:8px}.gallery-spice{grid-area:span 2/1/auto/span 3}.gallery-liquid{grid-area:span 2/4/auto/span 3}.gallery-pulses{grid-area:span 2/1/auto/span 3}.gallery-grain{grid-area:span 2/4/auto/span 3}.gallery-lubricant{grid-area:span 2/1/auto/span 3}.gallery-tea{grid-area:span 2/4/auto/span 3}.gallery-confectionery{grid-area:span 2/1/auto/span 3}.gallery-apparel{grid-area:span 2/4/auto/span 3}.gallery-candy{grid-area:span 2/1/auto/span 6}}@media (max-width:640px){.ppl-action-gallery-section{padding:2.2rem 0 3rem!important}.ppl-action-gallery-copy br{display:none}.ppl-action-gallery-card{border-radius:12px;padding:8px}.ppl-action-gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px;gap:8px}.gallery-spice,.gallery-liquid,.gallery-pulses,.gallery-grain,.gallery-lubricant,.gallery-tea,.gallery-confectionery,.gallery-apparel,.gallery-candy{grid-area:auto}.ppl-action-gallery-overlay span{font-size:var(--fs-card-title);line-height:1}}@media (max-width:420px){.ppl-action-gallery-grid{grid-auto-rows:190px}.ppl-action-gallery-copy{font-size:var(--fs-sm)!important;line-height:1.3!important}}.product-types-detail{overflow:hidden;background:#fff!important;padding:clamp(2.4rem,5vw,4.2rem) 0 0!important}.product-types-detail-inner{text-align:center}.product-types-detail h2{color:#050505!important;letter-spacing:-.035em!important;text-align:center!important;text-transform:uppercase!important;margin:0 auto clamp(1.5rem,3vw,2.2rem)!important;font-size:clamp(2.6rem,5.2vw,5rem)!important;font-weight:900!important;line-height:.95!important}@media (min-width:901px){.product-type-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important}.product-type-card-grid:has(.product-type-ui-card:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:900px){.product-type-card-grid{grid-template-columns:1fr!important;width:min(520px,100%)!important}}.product-type-ui-card{text-align:center;background:#eee;border-radius:14px;flex-direction:column;align-items:center;min-height:400px;padding:clamp(2rem,3vw,2.8rem) clamp(1.4rem,2.4vw,2rem) 1.25rem;display:flex}.product-type-ui-card p{color:#050505;max-width:270px;font-size:var(--fs-base);text-align:center;margin:clamp(1.5rem,2.5vw,2rem) auto 0;font-weight:600;line-height:1.2}.product-type-learn-btn{border:1.5px solid #0000;border-image:linear-gradient(90deg,var(--accent)0%,var(--brand)100%)1;color:#050505;cursor:pointer;width:100%;min-height:42px;font-family:var(--font-open-sans),sans-serif;font-size:var(--fs-sm);text-align:center;text-transform:uppercase;transition:transform var(--transition),background var(--transition),color var(--transition);background:#fff;border-radius:4px;margin-top:auto;font-weight:900;line-height:1}.product-type-learn-btn:hover,.product-type-ui-card.is-active .product-type-learn-btn{background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%);color:#fff;transform:translateY(-2px)}.product-type-active-products{max-width:760px;color:var(--brand)!important;font-size:var(--fs-sm)!important;text-align:center!important;margin:1.4rem auto 0!important;font-weight:900!important;line-height:1.25!important}.product-type-image-wrap{justify-content:center;align-items:flex-end;width:min(1180px,100%);margin:clamp(4rem,7vw,5.8rem) auto 0;display:flex}@media (max-width:900px){.product-types-detail{padding-top:2.8rem!important}.product-types-detail h2{font-size:var(--fs-section-title)!important}.product-type-card-grid{grid-template-columns:1fr;width:min(520px,100%)}.product-type-ui-card{min-height:330px}.product-type-image-wrap{margin-top:3.2rem}}@media (max-width:640px){.product-types-detail{padding-top:2.4rem!important}.product-types-detail-inner{width:min(100% - 1.5rem,1180px)}.product-types-detail h2{margin-bottom:1.4rem!important;font-size:clamp(2rem,9vw,3.1rem)!important;line-height:1!important}.product-type-ui-card{border-radius:12px;min-height:300px;padding:1.8rem 1.25rem 1.15rem}.product-type-ui-card h3{font-size:clamp(1.45rem,7vw,2rem)}.product-type-ui-card p{font-size:var(--fs-sm);line-height:1.25}.product-type-learn-btn{min-height:40px;font-size:var(--fs-xs)}.product-type-image-wrap{width:calc(100% + 1.5rem);margin-top:2.8rem;margin-left:-.75rem}}.site-footer{padding-bottom:0}.footer-directory{text-align:left;background:#eee;border-top:4px solid #0000;border-image:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%) 1;padding:3.15rem 0 8.65rem;position:relative;top:60px;overflow:hidden}.footer-directory-inner{z-index:1;min-height:330px;position:relative}.footer-directory-nav{z-index:3;grid-template-columns:1fr 1.45fr 1.25fr .65fr .95fr;align-items:center;gap:clamp(1.5rem,4.2vw,5.8rem);display:grid;position:relative}.footer-directory-nav a{color:#234b9b;letter-spacing:.075em;text-transform:uppercase;transition:color var(--transition),transform var(--transition);font-size:clamp(.88rem,1vw,1.02rem);font-weight:900;line-height:1}.footer-directory-nav a:first-child,.footer-directory-nav a:nth-child(3),.footer-directory-nav a:nth-child(5){color:#a6ce39}.footer-directory-nav a:hover{color:#050505;transform:translateY(-1px)}.footer-contact-head{z-index:3;color:#050505;letter-spacing:.035em;text-transform:uppercase;margin-top:2.85rem;font-size:clamp(1rem,1.15vw,1.16rem);font-weight:900;line-height:1;position:relative}.footer-contact-row{z-index:3;grid-template-columns:1fr 1.25fr 2.1fr auto;align-items:center;gap:clamp(1.6rem,4.5vw,5.7rem);margin-top:2.05rem;display:grid;position:relative}.footer-contact-row a,.footer-contact-row p{color:#050505;text-align:left;margin:0;font-size:clamp(1.04rem,1.35vw,1.32rem);font-weight:500;line-height:1.1}.footer-back-top{color:#234b9b;cursor:pointer;width:46px;height:46px;transition:transform var(--transition);background:linear-gradient(135deg,#a6ce39 0%,#234b9b 100%);border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:relative}.footer-back-top:before{content:"";z-index:1;background:#eee;border-radius:50%;position:absolute;inset:3px}.footer-back-top svg{z-index:2;width:26px;height:26px;display:block;position:relative}.footer-back-top path{fill:none;stroke:#234b9b;stroke-width:2.8px;stroke-linecap:round;stroke-linejoin:round}.footer-back-top:hover{transform:translateY(-3px)}.footer-bg-word{z-index:1;color:#fff;letter-spacing:0;text-align:center;text-transform:uppercase;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;width:100vw;font-size:clamp(7.8rem,16.4vw,15.4rem);font-weight:600;line-height:.68;position:absolute;bottom:-4.92rem;left:50%;transform:translate(-50%)}@media (max-width:1024px){.footer-directory{padding:3rem 0 8rem}.footer-directory-inner{min-height:310px}.footer-directory-nav{grid-template-columns:repeat(5,auto);gap:clamp(1rem,2vw,2rem)}.footer-contact-row{grid-template-columns:1fr 1fr;gap:1.5rem 2rem}.footer-back-top{justify-self:end}.footer-bg-word{font-size:clamp(7rem,19vw,12rem);bottom:-.65rem}}@media (max-width:768px){.footer-directory{padding:2.5rem 0 6.4rem}.footer-directory-inner{min-height:auto}.footer-directory-nav{grid-template-columns:1fr;gap:1rem}.footer-contact-head{margin-top:2.2rem}.footer-contact-row{grid-template-columns:1fr;gap:1.1rem;margin-top:1.55rem}.footer-back-top{justify-self:start;margin-top:.35rem}.footer-bg-word{font-size:clamp(4.8rem,22vw,7rem);bottom:-.35rem}}.footer-bg-image-wrap{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;width:min(100vw,1400px);position:absolute;left:50%;transform:translate(-50%)}.footer-bg-image{object-fit:contain;opacity:1;width:100%;height:auto;display:block}@media (max-width:420px){.footer-directory{padding-bottom:5.4rem}.footer-contact-row a,.footer-contact-row p{font-size:.95rem}.footer-back-top{width:40px;height:40px}.footer-back-top svg{width:22px;height:22px}}.our-story-page{background:#eee;overflow-x:hidden}.our-story-coming-soon{background:radial-gradient(circle at 18% 24%,#a6ce3938,#0000 28%),radial-gradient(circle at 82% 20%,#234b9b33,#0000 30%),linear-gradient(#fff 0%,#eee 100%);justify-content:center;align-items:center;min-height:calc(100vh - 68px);padding:clamp(4.5rem,8vw,7rem) 0 clamp(5rem,8vw,7rem);display:flex;position:relative;overflow:hidden}.our-story-coming-soon:before{content:"";background:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%);height:5px;position:absolute;inset:0 0 auto}.our-story-coming-soon-inner{z-index:1;text-align:center;width:min(980px,92vw);margin-inline:auto;position:relative}.our-story-kicker{color:#a6ce39;letter-spacing:.16em;text-transform:uppercase;justify-content:center;align-items:center;margin-bottom:clamp(1.1rem,1.8vw,1.6rem);font-size:clamp(.78rem,.9vw,.92rem);font-weight:900;line-height:1;display:inline-flex}.our-story-coming-soon h1{color:#050505;letter-spacing:-.06em;text-align:center;text-transform:uppercase;text-wrap:balance;max-width:940px;margin:0 auto;font-size:clamp(3.6rem,8vw,8rem);font-weight:900;line-height:.96}.our-story-coming-soon h1 br{content:"";margin-bottom:.04em;display:block}@media (max-width:900px){.our-story-coming-soon{min-height:auto;padding:5rem 0 6rem}.our-story-coming-soon-inner{width:min(100% - 2rem,820px)}.our-story-kicker{letter-spacing:.14em;margin-bottom:1rem}.our-story-coming-soon h1{letter-spacing:-.05em;font-size:clamp(3rem,11vw,5.8rem);line-height:1}}@media (max-width:640px){.our-story-coming-soon{padding:4rem 0 5.5rem}.our-story-coming-soon-inner{width:min(100% - 1.5rem,720px)}.our-story-kicker{letter-spacing:.13em;margin-bottom:.95rem;font-size:.76rem}.our-story-coming-soon h1{letter-spacing:-.04em;font-size:clamp(2.55rem,12.6vw,4rem);line-height:1.04}}@media (max-width:420px){.our-story-coming-soon h1{letter-spacing:-.035em;font-size:clamp(2.25rem,11.5vw,3.3rem);line-height:1.06}}.brand-logo-box-with-image{background:0 0;border:0;justify-content:center;align-items:center;width:180px;height:70px;padding:.35rem;display:flex}.brand-logo-image{object-fit:contain;opacity:.85;width:100%;height:100%;transition:filter var(--transition),opacity var(--transition),transform var(--transition);display:block}.brand-logo-box-with-image:hover .brand-logo-image{opacity:1;transform:translateY(-2px)}@media (max-width:520px){.brand-logo-box-with-image{width:118px;height:54px}}.process-section{background:#eee;padding:clamp(3rem,5vw,5rem) 0;overflow:visible}.process-left{flex-direction:column!important;justify-content:center!important;align-self:start!important;align-items:flex-start!important;height:calc(100vh - 140px)!important;min-height:520px!important;display:flex!important;position:sticky!important;top:110px!important}.process-title{letter-spacing:-.04em!important;text-align:left!important;margin:0!important;font-size:clamp(3.6rem,6.8vw,6.8rem)!important;line-height:.9!important}.process-title span{display:inline-block;font-size:clamp(2.15rem,3.6vw,3.8rem)!important;line-height:.95!important}.process-step:nth-child(3){z-index:3!important;top:170px!important}.step-number{width:64px!important;height:64px!important;color:var(--brand)!important;background:#fff!important;border-radius:50%!important;place-items:center!important;font-size:clamp(1.75rem,2.4vw,2.25rem)!important;font-weight:400!important;line-height:1!important;display:grid!important;box-shadow:-2px 2px #a6ce39,2px 2px #234b9b!important}.process-step h3{letter-spacing:-.02em!important;text-align:left!important;max-width:540px!important;font-size:clamp(1.55rem,2.25vw,2.25rem)!important;line-height:1!important}.process-step p{max-width:540px!important;font-size:var(--fs-base)!important;text-align:left!important;margin-top:.8rem!important;line-height:1.35!important}@media (max-width:900px){.process-layout{grid-template-columns:1fr!important;gap:2rem!important}.process-left{height:auto!important;min-height:unset!important;text-align:center!important;align-items:center!important;position:static!important}.process-title,.process-title span{text-align:center!important}.process-steps{padding-bottom:0!important}.process-step,.process-step:first-child,.process-step:nth-child(2),.process-step:nth-child(3){text-align:center!important;grid-template-columns:1fr!important;position:relative!important;top:auto!important}.step-number{margin:0 auto!important}.process-step h3,.process-step p{text-align:center!important;margin-inline:auto!important}}.hero-slide{opacity:0;transition:opacity .7s;animation:none!important}.hero-slide.is-active{opacity:1}.hero-title-placeholder{min-height:calc(var(--fs-hero-title)*1.9)}.hero-bottom-customise{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:-.2rem;display:flex}.hero-bottom-customise h2{color:#050505;letter-spacing:.02em;text-align:center;text-transform:uppercase;font-size:clamp(2rem,4.4vw,4.15rem);font-weight:900;line-height:.95}.hero-bottom-customise .hero-btn{width:min(320px,100%)}@media (max-width:900px){.hero-title-placeholder{min-height:calc(var(--fs-hero-title)*1.75)}.hero-bottom-customise h2{font-size:clamp(2rem,7vw,3.4rem)}}@media (max-width:640px){.hero-title-placeholder{min-height:calc(var(--fs-hero-title)*1.65)}.hero-bottom-customise h2{font-size:clamp(1.9rem,9vw,2.8rem)}}@media (max-width:900px){.hero-main-slide .hero-carousel{height:clamp(220px,46vw,340px);margin-bottom:1rem}}@media (max-width:640px){.hero-main-slide .hero-carousel{height:clamp(190px,54vw,270px);margin-bottom:.85rem}}.hero-main-slide .hero-carousel{height:clamp(235px,34vw,390px);margin-bottom:clamp(1rem,2vw,1.6rem)}.hero-main-slide .hero-image{object-fit:contain;max-height:100%}.hero-main-slide .hero-bottom{z-index:3;margin-top:0;position:relative}.hero-customise-slide .hero-carousel{height:clamp(270px,39vw,455px);margin-bottom:0}@media (max-width:900px){.hero-main-slide .hero-carousel{height:clamp(220px,46vw,340px);margin-bottom:1rem}}@media (max-width:640px){.hero-main-slide .hero-carousel{height:clamp(190px,54vw,270px);margin-bottom:.85rem}}.hero-customise-slide .hero-carousel{height:clamp(300px,40vw,470px);margin-top:0}.hero-customise-slide .hero-bottom-customise{margin-top:clamp(-1.2rem,-1.5vw,-.4rem)}.hero-main-slide .hero-title-placeholder{min-height:calc(var(--fs-hero-title)*1.9)}@media (max-width:900px){.hero-customise-slide .hero-title-placeholder{min-height:.75rem}.hero-customise-slide .hero-carousel{height:clamp(260px,52vw,390px)}}@media (max-width:640px){.hero-customise-slide .hero-title-placeholder{min-height:.5rem}.hero-customise-slide .hero-carousel{height:clamp(230px,64vw,320px)}.hero-customise-slide .hero-bottom-customise{margin-top:-.5rem}}.hero-customise-slide .hero-title-placeholder{min-height:0}.hero-customise-slide .hero-carousel{width:min(1120px,96vw);height:clamp(285px,33vw,410px);margin-top:clamp(-.45rem,-.6vw,-.2rem);margin-bottom:clamp(-.75rem,-1vw,-.35rem)}.hero-customise-slide .hero-image{object-fit:contain;object-position:center bottom;width:100%;height:100%}.hero-customise-slide .hero-bottom-customise{gap:clamp(.75rem,1.4vw,1.1rem);margin-top:0}.hero-customise-slide .hero-bottom-customise h2{color:#050505;letter-spacing:.02em;text-align:center;text-transform:uppercase;margin:0;font-size:clamp(2rem,4.2vw,4rem);font-weight:900;line-height:.95}.hero-customise-slide .hero-bottom-customise .hero-btn{margin-top:0}@media (max-width:900px){.hero-customise-slide .hero-carousel{height:clamp(230px,46vw,340px);margin-bottom:-.8rem}.hero-customise-slide .hero-bottom-customise h2{font-size:clamp(2rem,7vw,3.3rem)}}@media (max-width:640px){.hero-customise-slide .hero-carousel{height:clamp(210px,58vw,285px);margin-bottom:-.5rem}.hero-customise-slide .hero-bottom-customise h2{font-size:clamp(1.8rem,8.5vw,2.6rem)}}.pouch-format-grid{margin-bottom:clamp(2rem,4vw,3.2rem)}.pouch-formats-subtitle{text-align:center;margin:0 auto;padding-bottom:clamp(1.5rem,3vw,2.5rem)}.process-left{justify-content:flex-start!important;align-self:start!important;align-items:flex-start!important;height:calc(100vh - 140px)!important;min-height:520px!important;padding-top:clamp(1rem,2.2vw,2rem)!important;display:flex!important;position:sticky!important;top:110px!important}.process-heading-block{flex-direction:column;align-items:flex-start;display:flex}.process-heading-block h2{color:#050505!important;letter-spacing:-.075em!important;text-align:left!important;text-transform:uppercase!important;margin:0!important;font-size:clamp(6rem,10.2vw,10.4rem)!important;font-weight:900!important;line-height:.78!important}.process-heading-small{flex-direction:column;align-items:flex-start;margin-top:clamp(1.1rem,1.8vw,1.8rem);display:flex}.process-heading-small span{display:block;color:#050505!important;letter-spacing:-.04em!important;text-align:left!important;text-transform:uppercase!important;margin:0!important;font-size:clamp(2.55rem,4.2vw,4.15rem)!important;font-weight:500!important;line-height:1.02!important}.process-section{background:#eee;overflow:visible;padding:clamp(3rem,5vw,5rem) 0 clamp(2.5rem,4vw,3.5rem)!important}.process-layout{grid-template-columns:.82fr 1.18fr!important;align-items:start!important;gap:clamp(2.5rem,6vw,6rem)!important;display:grid!important}.process-steps{padding-bottom:clamp(1.5rem,4vh,2.5rem)!important;display:block!important;position:relative!important}.process-step:last-child{margin-bottom:0!important}.printing-section{background-position:50%!important;min-height:420px!important;padding:2.15rem 0 2.1rem!important}.printing-inner{z-index:1!important;text-align:center!important;position:relative!important}.printing-section h2{color:#fff!important;letter-spacing:.045em!important;text-align:center!important;text-transform:uppercase!important;max-width:980px!important;margin:0 auto 1.25rem!important;font-size:clamp(2.35rem,3.9vw,4rem)!important;font-weight:900!important;line-height:.94!important}.printing-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.15rem!important;width:min(830px,86vw)!important;max-width:830px!important;margin:0 auto!important;display:grid!important}.printing-card{text-align:center!important;background:#eee!important;border-radius:8px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;min-height:205px!important;padding:2rem 1.45rem 1.85rem!important;display:flex!important}.printing-card h3{color:#050505!important;letter-spacing:-.015em!important;text-align:center!important;text-transform:uppercase!important;margin:0 0 1.05rem!important;font-size:clamp(1.45rem,2vw,1.95rem)!important;font-weight:900!important;line-height:1.05!important}.printing-card p{color:#050505!important;text-align:center!important;max-width:340px!important;margin:0 auto!important;font-size:clamp(.98rem,1.12vw,1.12rem)!important;font-weight:500!important;line-height:1.22!important}@media (max-width:900px){.printing-section{min-height:auto!important;padding:2.25rem 0 2.4rem!important}.printing-section h2{max-width:620px!important;margin-bottom:1.2rem!important;font-size:clamp(2rem,7vw,3.2rem)!important;line-height:.98!important}.printing-cards{grid-template-columns:1fr!important;gap:1rem!important;width:min(520px,92vw)!important}.printing-card{min-height:185px!important;padding:1.7rem 1.25rem!important}}@media (max-width:640px){.printing-section{padding:2rem 0 2.25rem!important}.printing-section h2{margin-bottom:1rem!important;font-size:clamp(1.85rem,8vw,2.65rem)!important}.printing-card{min-height:170px!important}.printing-card h3{margin-bottom:.85rem!important;font-size:clamp(1.35rem,6vw,1.75rem)!important}.printing-card p{max-width:300px!important;font-size:.95rem!important;line-height:1.25!important}}.printing-cards{max-width:990px}.printing-card{min-height:220px;padding:clamp(2rem,4vw,2.4rem) 2rem}.printing-section h2{font-size:var(--fs-section-title);margin:0 0 1.8rem}.process-section{background:#eee!important;padding:clamp(3rem,5vw,5rem) 0!important;position:relative!important;overflow:visible!important}.process-layout{grid-template-columns:.82fr 1.18fr!important;align-items:start!important;gap:clamp(2.5rem,6vw,6rem)!important;display:grid!important;position:relative!important}.process-left{height:fit-content!important;min-height:unset!important;justify-content:flex-start!important;align-self:start!important;align-items:flex-start!important;padding-top:clamp(1rem,2vw,2rem)!important;display:flex!important;position:sticky!important;top:110px!important}.process-steps{min-height:auto!important;padding-bottom:0!important;display:block!important;position:relative!important}.process-steps:after{content:"";height:clamp(1rem,4vh,2.5rem);display:block}.process-step{transform-origin:top!important;background:#fff!important;border-radius:18px!important;grid-template-columns:88px 1fr!important;align-items:center!important;gap:1.8rem!important;min-height:220px!important;margin-bottom:1.25rem!important;padding:clamp(1.8rem,3vw,2.6rem)!important;display:grid!important;position:sticky!important;box-shadow:4px 4px #234b9be6,4px 4px 0 2px #a6ce39e6!important}.process-step:first-child{z-index:1!important;top:110px!important}.process-step:nth-child(2){z-index:2!important;top:140px!important}.process-step:nth-child(3){z-index:3!important;margin-bottom:0!important;top:170px!important}.step-number{isolation:isolate;width:78px!important;height:78px!important;box-shadow:none!important;color:var(--brand)!important;background:0 0!important;border-radius:50%!important;place-items:center!important;font-size:clamp(2.4rem,3.4vw,3.4rem)!important;font-weight:400!important;line-height:1!important;display:grid!important;position:relative!important}.step-number:before{content:"";background:linear-gradient(135deg,var(--accent)0%,var(--brand)100%);z-index:-2;border-radius:50%;position:absolute;inset:0}.step-number:after{content:"";z-index:-1;background:#fff;border-radius:50%;position:absolute;inset:3px}.process-step h3{color:#050505!important;letter-spacing:-.02em!important;text-align:left!important;text-transform:uppercase!important;max-width:540px!important;margin:0!important;font-size:clamp(1.55rem,2.25vw,2.25rem)!important;font-weight:900!important;line-height:1!important}.process-step p{color:#050505!important;max-width:540px!important;font-size:var(--fs-base)!important;text-align:left!important;margin-top:.8rem!important;font-weight:400!important;line-height:1.35!important}@media (max-width:900px){.process-section{padding:clamp(2.5rem,5vw,4rem) 0!important}.process-layout{grid-template-columns:1fr!important;gap:2rem!important}.process-left{height:auto!important;min-height:unset!important;text-align:center!important;justify-content:center!important;align-items:center!important;padding-top:0!important;position:static!important}.process-steps{min-height:auto!important;padding-bottom:0!important}.process-steps:after{display:none!important}.process-step,.process-step:first-child,.process-step:nth-child(2),.process-step:nth-child(3){text-align:center!important;grid-template-columns:1fr!important;margin-bottom:1.25rem!important;position:relative!important;top:auto!important}.process-step:nth-child(3){margin-bottom:0!important}.step-number{margin:0 auto!important}.process-step h3,.process-step p{text-align:center!important;margin-inline:auto!important}}.contact-design-page{color:#050505;background:#fff;overflow-x:hidden}.contact-design-hero{background:#fff;padding:clamp(4.4rem,8vw,7rem) 0 clamp(1.5rem,3vw,2.2rem)}.contact-design-hero-inner{text-align:center}.contact-design-hero h1{color:#050505;letter-spacing:-.075em;text-transform:uppercase;font-size:clamp(4rem,12vw,9.8rem);font-weight:900;line-height:.82}.contact-marquee{background:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%);width:100%;padding:.35rem 0;overflow:hidden}.contact-marquee-track{width:max-content;animation:22s linear infinite contactMarqueeMove;display:flex}.contact-marquee-group{flex-shrink:0;align-items:center;display:flex}.contact-marquee-group span{white-space:nowrap;color:#fff;text-transform:uppercase;align-items:center;font-size:clamp(.8rem,1vw,.95rem);font-weight:800;line-height:1;display:inline-flex}.contact-marquee-group span:after{content:"•";margin:0 .55rem}.contact-design-content{background:#fff;padding:clamp(2.2rem,4vw,3.6rem) 0 clamp(3rem,5vw,5rem)}.contact-design-grid{grid-template-columns:.92fr 1fr;align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.contact-design-intro h2{color:#050505;letter-spacing:-.04em;text-transform:uppercase;max-width:520px;font-size:clamp(1.65rem,2.55vw,2.4rem);font-weight:900;line-height:.95}.contact-design-intro p{color:#234b9b;letter-spacing:.02em;text-transform:uppercase;margin-top:clamp(1.4rem,3vw,2rem);font-size:clamp(.85rem,1vw,1rem);font-weight:900;line-height:1}.contact-design-accordion{width:100%}.contact-accordion-item{border-bottom:3px solid #0000;border-image:linear-gradient(90deg,#a6ce39 0%,#234b9b 100%) 1}.contact-accordion-button{cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;width:100%;min-height:42px;padding:.45rem 0;display:flex}.contact-accordion-button span:first-child{color:#050505;text-transform:uppercase;font-size:clamp(.85rem,1vw,1rem);font-weight:900;line-height:1}.contact-accordion-plus{color:#050505;font-size:1.45rem;font-weight:400;line-height:1}.contact-accordion-panel{max-height:0;transition:max-height .3s;overflow:hidden}.contact-accordion-panel.is-open{max-height:90px}.contact-accordion-panel p{color:#050505;max-width:520px;padding:.1rem 2rem .85rem 0;font-size:clamp(.86rem,.95vw,.95rem);font-weight:600;line-height:1.35}.contact-card-grid{grid-template-columns:.92fr 1.08fr;align-items:stretch;gap:clamp(1rem,2vw,1.4rem);margin-top:clamp(2.2rem,4vw,3.2rem);display:grid}.contact-info-panel,.contact-request-panel{border-radius:18px;min-height:clamp(560px,50vw,660px);padding:clamp(1.6rem,3vw,2.35rem);position:relative;overflow:hidden}.contact-info-panel{background:radial-gradient(circle at 88% 10%,#ffffff47,#0000 28%),radial-gradient(circle at 10% 92%,#234b9b33,#0000 34%),#a6ce39;flex-direction:column;justify-content:space-between;gap:clamp(1.25rem,2vw,1.8rem);display:flex}.contact-info-panel:before{content:"";pointer-events:none;border:32px solid #ffffff2e;border-radius:999px;width:220px;height:220px;position:absolute;top:-92px;right:-92px}.contact-request-panel{background:radial-gradient(circle at 92% 8%,#a6ce3947,#0000 30%),radial-gradient(circle at 6% 94%,#ffffff21,#0000 34%),#3f5fae}.contact-info-top{z-index:1;position:relative}.contact-info-panel h2,.contact-request-panel h2{z-index:1;color:#fff;letter-spacing:-.055em;text-transform:uppercase;font-size:clamp(2.3rem,4.6vw,4.15rem);font-weight:900;line-height:.92;position:relative}.contact-info-top p{color:#fff;max-width:350px;margin-top:1.05rem;font-size:clamp(.88rem,1vw,1rem);font-weight:800;line-height:1.35}.contact-mini-carousel{z-index:1;background:#ffffff2e;border-radius:16px;width:100%;height:clamp(145px,15vw,180px);padding:.5rem;position:relative;overflow:hidden}.contact-mini-carousel-track{width:max-content;height:100%;animation:18s linear infinite contactMiniCarouselMove;display:flex}.contact-mini-carousel-group{flex-shrink:0;align-items:center;gap:.6rem;height:100%;padding-right:.6rem;display:flex}.contact-mini-carousel-item{background:#ffffff47;border-radius:12px;flex:none;width:clamp(150px,15vw,195px);height:100%;overflow:hidden}.contact-mini-carousel-image{object-fit:cover;width:100%;height:100%;display:block}.contact-mini-carousel:hover .contact-mini-carousel-track{animation-play-state:paused}@keyframes contactMiniCarouselMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.contact-info-details{z-index:1;gap:.85rem;display:grid;position:relative}.contact-info-details div{border-top:2px solid #ffffff73;padding-top:.9rem}.contact-info-details div:first-child{border-top:0;padding-top:0}.contact-info-details span{color:#fffc;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem;font-size:.78rem;font-weight:900;line-height:1;display:block}.contact-info-details a,.contact-info-details p{color:#fff;word-break:break-word;max-width:100%;margin:0;font-size:clamp(1rem,1.32vw,1.22rem);font-weight:900;line-height:1.15;display:inline-block}.contact-request-form{z-index:1;gap:clamp(.95rem,1.45vw,1.15rem);margin-top:clamp(2rem,3.4vw,2.8rem);display:grid;position:relative}.contact-request-form label{gap:.5rem;display:grid}.contact-request-form span{color:#fff;font-size:clamp(.95rem,1.2vw,1.14rem);font-weight:900;line-height:1}.contact-request-form input{color:#fff;width:100%;height:34px;font-family:var(--font-open-sans),sans-serif;background:0 0;border:0;border-bottom:3px solid #ffffffd9;border-radius:0;outline:none;padding:0 0 .3rem;font-size:1rem;font-weight:700}.contact-request-form input:focus{border-bottom-color:#a6ce39}.contact-request-submit{color:#3f5fae;cursor:pointer;width:fit-content;min-height:42px;font-family:var(--font-open-sans),sans-serif;letter-spacing:.06em;text-transform:uppercase;transition:background var(--transition),color var(--transition),border-color var(--transition),transform var(--transition);background:#fff;border:2px solid #fff;border-radius:999px;margin-top:.45rem;padding:.65rem 1.25rem;font-size:.82rem;font-weight:900;line-height:1}.contact-request-submit:hover{color:#050505;background:#a6ce39;border-color:#a6ce39;transform:translateY(-2px)}.contact-request-submit:disabled{cursor:not-allowed;opacity:.72}.contact-request-success,.contact-request-error{color:#fff;font-size:.9rem;font-weight:800;line-height:1.25}.contact-request-error{color:#fdd}@media (max-width:1024px){.contact-design-hero h1{font-size:clamp(3.6rem,11vw,7.4rem)}.contact-design-grid{gap:clamp(1.5rem,4vw,3rem)}.contact-info-panel h2,.contact-request-panel h2{font-size:clamp(2.1rem,4.5vw,3.4rem)}}@media (max-width:900px){.contact-design-hero{padding-top:clamp(3.5rem,8vw,5rem)}.contact-design-grid{grid-template-columns:1fr}.contact-design-intro h2,.contact-design-intro p{text-align:left}.contact-card-grid{grid-template-columns:1fr}.contact-info-panel,.contact-request-panel{min-height:auto}.contact-info-panel{gap:1.6rem}.contact-mini-carousel{height:170px}}@media (max-width:640px){.contact-design-hero{padding:3rem 0 1.2rem}.contact-design-hero-inner{text-align:left}.contact-design-hero h1{letter-spacing:-.055em;font-size:clamp(3.1rem,16vw,5rem);line-height:.9}.contact-design-content{padding-top:2rem}.contact-design-intro h2{font-size:clamp(1.45rem,7vw,2.05rem);line-height:1}.contact-accordion-button{min-height:46px}.contact-card-grid{margin-top:2rem}.contact-info-panel,.contact-request-panel{border-radius:14px;padding:1.35rem}.contact-info-panel h2,.contact-request-panel h2{font-size:clamp(2rem,11vw,3rem)}.contact-info-top p{font-size:.95rem}.contact-mini-carousel{border-radius:14px;height:155px}.contact-mini-carousel-item{width:145px}.contact-info-details span,.contact-info-details a,.contact-info-details p,.contact-request-form span{font-size:clamp(.96rem,4.7vw,1.15rem)}.contact-request-submit{width:100%}}@media (max-width:420px){.contact-design-hero h1{font-size:clamp(2.65rem,15vw,3.7rem)}.contact-marquee-group span{font-size:.74rem}.contact-design-intro h2{font-size:clamp(1.25rem,6.5vw,1.7rem)}.contact-info-panel h2,.contact-request-panel h2{font-size:clamp(1.75rem,10vw,2.45rem)}.contact-mini-carousel{height:140px}.contact-mini-carousel-item{width:132px}}@media (prefers-reduced-motion:reduce){.contact-marquee-track,.contact-mini-carousel-track{animation:none}}.all-product-visual-card{cursor:pointer;isolation:isolate;background:#eee;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.all-product-bg-text{z-index:1;opacity:.9;justify-content:center;align-items:center;padding:1rem;transition:z-index 0s linear .18s,opacity .35s,transform .45s cubic-bezier(.22,1,.36,1),color .35s;display:flex;position:absolute;inset:0;transform:scale(1)}.all-product-main-image{z-index:3;opacity:1;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .35s,filter .35s;position:relative;transform:scale(1)}.all-product-visual-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px #00000024}.all-product-visual-card:hover .all-product-main-image{opacity:.55;filter:drop-shadow(0 14px 16px #0000001f);transform:scale(.86)}.all-product-visual-card:hover .all-product-bg-text{z-index:4;opacity:1;transition:z-index,opacity .35s,transform .45s cubic-bezier(.22,1,.36,1),color .35s;transform:scale(1.06)}.all-product-column.is-green .all-product-bg-text{color:var(--accent)}.all-product-column.is-blue .all-product-bg-text{color:var(--brand)}@media (prefers-reduced-motion:reduce){.all-product-visual-card,.all-product-bg-text,.all-product-main-image{transition:none!important}.all-product-visual-card:hover,.all-product-visual-card:hover .all-product-bg-text,.all-product-visual-card:hover .all-product-main-image{transform:none!important}}.product-hero-inner{text-align:center!important;width:100%!important;max-width:none!important;position:relative!important}.product-hero-inner h1{backface-visibility:hidden;transform:translateZ(0);z-index:1!important;color:#050505!important;letter-spacing:-.05em!important;text-align:center!important;text-transform:uppercase!important;white-space:normal!important;width:100vw!important;max-width:none!important;margin:clamp(-1rem,-1.4vw,-.35rem) calc(50% - 50vw) clamp(.9rem,1.4vw,1.45rem)!important;font-size:clamp(8.8rem,19.4vw,21rem)!important;font-weight:700!important;line-height:-.28!important;position:relative!important}.product-hero-image{z-index:2!important;filter:drop-shadow(0 18px 22px #00000029)!important;width:clamp(155px,17.8vw,330px)!important}.product-tabs,.product-hero-copy{z-index:4!important;position:relative!important}.product-tabs{margin-top:clamp(.65rem,1vw,1rem)!important;margin-bottom:clamp(1.6rem,2.2vw,2.1rem)!important}.product-hero-copy{max-width:920px!important;margin-inline:auto!important}.product-hero-copy p{letter-spacing:-.01em!important;font-size:clamp(1rem,1.15vw,1.18rem)!important;font-weight:900!important;line-height:1.22!important}@media (max-width:1440px){.product-hero-inner h1{letter-spacing:-.09em!important;font-size:clamp(7.6rem,18.8vw,17.5rem)!important;line-height:.72!important}.product-hero-image{width:clamp(145px,17.5vw,300px)!important}}@media (max-width:1200px){.product-hero-inner h1{letter-spacing:-.082em!important;font-size:clamp(6.6rem,18.2vw,14rem)!important;line-height:.74!important}.product-hero-image{width:clamp(135px,18.5vw,270px)!important}.pouch-1{top:7%!important;left:1%!important}.pouch-2{top:30%!important;left:38%!important}.pouch-3{top:7%!important;right:1.5%!important}}@media (max-width:900px){.product-hero-inner h1{letter-spacing:-.065em!important;margin-top:0!important;margin-bottom:1.1rem!important;font-size:clamp(4.9rem,18vw,8.4rem)!important;line-height:.82!important}.product-hero-image{width:clamp(125px,23vw,220px)!important}.product-tabs{width:min(100%,380px)!important;margin-top:1rem!important;margin-bottom:1.5rem!important}.product-hero-copy{max-width:560px!important}.product-hero-copy p{font-size:clamp(.95rem,2.4vw,1.05rem)!important;line-height:1.28!important}.pouch-1{top:9%!important;left:-4%!important}.pouch-2{top:30%!important;left:34%!important}.pouch-3{top:9%!important;right:-4%!important}}@media (max-width:640px){.product-hero-inner h1{letter-spacing:-.048em!important;margin-bottom:1rem!important;font-size:clamp(3.5rem,18.5vw,5.6rem)!important;line-height:.9!important}.product-hero-image{width:clamp(105px,29vw,170px)!important}.product-tabs{gap:.7rem!important;width:min(100%,340px)!important;margin-top:1rem!important}.product-tabs a{min-height:30px!important;font-size:.68rem!important}.product-hero-copy{max-width:340px!important}.product-hero-copy p{letter-spacing:-.005em!important;font-size:.92rem!important;line-height:1.32!important}.product-hero-copy p+p{margin-top:1rem!important}.pouch-1{top:10%!important;left:-8%!important}.pouch-2{top:31%!important;left:32%!important}.pouch-3{top:10%!important;right:-8%!important}}@media (max-width:420px){.product-hero-inner h1{letter-spacing:-.038em!important;font-size:clamp(3rem,18vw,4.35rem)!important;line-height:.95!important}.product-hero-image{width:clamp(92px,30vw,138px)!important}.product-tabs{width:min(100%,310px)!important}.product-hero-copy{max-width:310px!important}.product-hero-copy p{font-size:.88rem!important;line-height:1.34!important}}.product-hero-wrap{background:#fff!important;min-height:220vh!important;position:relative!important}.product-hero-sticky{background:#fff!important;align-items:center!important;height:calc(100vh - 68px)!important;display:flex!important;position:sticky!important;top:68px!important;overflow:hidden!important}.product-hero-inner{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:none!important;min-height:calc(100vh - 68px)!important;padding-top:0!important;display:flex!important;position:relative!important}.product-hero-inner h1{z-index:1!important;color:#050505!important;letter-spacing:-.005em!important;text-align:center!important;text-transform:uppercase!important;backface-visibility:hidden!important;width:100vw!important;max-width:none!important;margin:0 calc(50% - 50vw) clamp(1rem,1.4vw,1.45rem)!important;font-size:clamp(7.8rem,18.8vw,20rem)!important;font-weight:700!important;line-height:-.28!important;position:relative!important;transform:translateZ(0)!important}.product-hero-inner h1 br{content:""!important;display:block!important}.product-hero-image{z-index:2!important;object-fit:contain!important;pointer-events:none!important;will-change:transform,opacity!important;backface-visibility:hidden!important;filter:drop-shadow(0 18px 22px #00000029)!important;width:clamp(145px,17.4vw,310px)!important;height:auto!important;position:absolute!important}.pouch-1{top:9.5%!important;left:6.5%!important}.pouch-2{top:29.5%!important;left:39.5%!important}.pouch-3{top:10.5%!important;right:7.2%!important}.product-tabs{z-index:4!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(2rem,4.8vw,5.2rem)!important;width:min(100%,1090px)!important;margin:clamp(.75rem,1vw,1.1rem) auto clamp(1.45rem,1.9vw,1.9rem)!important;padding:0!important;display:grid!important;position:relative!important}.product-tabs a{border:1.5px solid var(--brand)!important;border-left-color:var(--accent)!important;color:#050505!important;letter-spacing:.02em!important;text-align:center!important;text-transform:uppercase!important;height:35px!important;min-height:35px!important;transition:transform var(--transition),background var(--transition),color var(--transition),border-color var(--transition)!important;background:#fff!important;border-radius:3px!important;justify-content:center!important;align-items:center!important;padding:0 1.2rem!important;font-size:clamp(.72rem,.76vw,.86rem)!important;font-weight:900!important;line-height:1!important;display:flex!important}.product-tabs a.active,.product-tabs a:hover{background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%)!important;color:#fff!important;border-color:#0000!important;transform:translateY(-1px)!important}.product-hero-copy{z-index:4!important;max-width:920px!important;margin:0 auto!important;position:relative!important}.product-hero-copy p{color:#050505!important;letter-spacing:-.01em!important;text-align:center!important;font-size:clamp(1rem,1.15vw,1.22rem)!important;font-weight:900!important;line-height:1.18!important}.product-hero-copy p+p{margin-top:clamp(1.25rem,1.8vw,1.6rem)!important}@media (max-width:1440px){.product-hero-wrap{min-height:218vh!important}.product-hero-inner h1{letter-spacing:-.072em!important;font-size:clamp(7.2rem,18.4vw,16.8rem)!important;line-height:.72!important}.product-hero-image{width:clamp(138px,17vw,285px)!important}.pouch-1{top:10%!important;left:5.5%!important}.pouch-2{top:30%!important;left:39%!important}.pouch-3{top:11%!important;right:6%!important}}@media (max-width:1200px){.product-hero-wrap{min-height:210vh!important}.product-hero-inner h1{letter-spacing:-.068em!important;font-size:clamp(6.3rem,18vw,13.2rem)!important;line-height:.74!important}.product-hero-image{width:clamp(128px,18.5vw,245px)!important}.product-tabs{gap:clamp(1.2rem,3vw,3.5rem)!important;width:min(100%,940px)!important}.pouch-1{top:12%!important;left:3%!important}.pouch-2{top:31%!important;left:38.5%!important}.pouch-3{top:12.5%!important;right:3.5%!important}}@media (max-width:900px){.product-hero-wrap{min-height:195vh!important}.product-hero-sticky{height:calc(100vh - 60px)!important;top:60px!important}.product-hero-inner{min-height:calc(100vh - 60px)!important}.product-hero-inner h1{letter-spacing:-.058em!important;margin-bottom:1rem!important;font-size:clamp(4.6rem,18vw,8rem)!important;line-height:.82!important}.product-hero-image{width:clamp(115px,23vw,205px)!important}.product-tabs{grid-template-columns:1fr!important;gap:.7rem!important;width:min(100%,390px)!important;margin-top:1rem!important;margin-bottom:1.35rem!important}.product-tabs a{height:34px!important;min-height:34px!important}.product-hero-copy{max-width:560px!important}.product-hero-copy p{font-size:clamp(.95rem,2.4vw,1.05rem)!important;line-height:1.28!important}.pouch-1{top:13%!important;left:-4%!important}.pouch-2{top:30%!important;left:34%!important}.pouch-3{top:13%!important;right:-4%!important}}@media (max-width:640px){.product-hero-wrap{min-height:180vh!important}.product-hero-inner h1{letter-spacing:-.045em!important;font-size:clamp(3.3rem,17.5vw,5.5rem)!important;line-height:.9!important}.product-hero-image{width:clamp(95px,28vw,155px)!important}.product-tabs{width:min(100%,340px)!important;margin-top:.9rem!important;margin-bottom:1.15rem!important}.product-tabs a{height:32px!important;min-height:32px!important;font-size:.68rem!important}.product-hero-copy{max-width:340px!important}.product-hero-copy p{font-size:.9rem!important;line-height:1.32!important}.product-hero-copy p+p{margin-top:.9rem!important}.pouch-1{top:15%!important;left:-8%!important}.pouch-2{top:31%!important;left:32%!important}.pouch-3{top:15%!important;right:-8%!important}}@media (max-width:420px){.product-hero-wrap{min-height:170vh!important}.product-hero-inner h1{letter-spacing:-.035em!important;font-size:clamp(2.8rem,17vw,4.25rem)!important;line-height:.95!important}.product-hero-image{width:clamp(82px,30vw,130px)!important}.product-tabs{width:min(100%,310px)!important}.product-hero-copy{max-width:305px!important}.product-hero-copy p{font-size:.86rem!important;line-height:1.34!important}}@media (prefers-reduced-motion:reduce){.product-hero-image{opacity:1!important;transform:none!important}}.product-type-switch-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(1.2rem,4vw,4.2rem)!important;width:min(760px,100%)!important;margin:0 auto clamp(.75rem,1.3vw,1rem)!important;display:grid!important}.product-type-card-grid{display:none!important}@media (max-width:900px){.product-types-detail{padding-top:2.4rem!important}.product-types-detail h2{font-size:clamp(2.2rem,7vw,3.8rem)!important;line-height:.95!important}.product-type-switch-grid{gap:.8rem!important;width:min(100%,460px)!important}.product-type-gallery-wrap{width:min(720px,100%)!important;margin-top:1.2rem!important}.product-type-nozzle-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-auto-rows:130px!important}.nozzle-item-1,.nozzle-item-2,.nozzle-item-3,.nozzle-item-4{grid-area:span 2/span 3!important}.nozzle-item-5{grid-area:span 2/span 6!important}}@media (max-width:640px){.product-types-detail-inner{width:min(100% - 1.5rem,1180px)!important}.product-types-detail h2{font-size:clamp(1.95rem,8.6vw,3rem)!important;line-height:1!important}.product-type-switch-grid{grid-template-columns:1fr!important;gap:.65rem!important;width:min(100%,340px)!important}.product-type-switch-btn{height:32px!important;min-height:32px!important;font-size:.68rem!important}.product-type-active-copy{max-width:340px!important}.product-type-active-copy p{font-size:.92rem!important;line-height:1.25!important}.product-type-active-copy strong{font-size:.96rem!important;line-height:1.22!important}.product-type-gallery-wrap{width:calc(100% + 1.5rem)!important;margin-left:-.75rem!important;padding:.55rem!important}.product-type-nozzle-grid{grid-template-columns:1fr!important;grid-auto-rows:210px!important;gap:.55rem!important}.nozzle-item-1,.nozzle-item-2,.nozzle-item-3,.nozzle-item-4,.nozzle-item-5{grid-area:auto!important}}.product-types-detail{background:#fff!important;padding:clamp(2.1rem,4vw,3.3rem) 0 0!important;overflow:hidden!important}.product-types-detail-inner{width:var(--container)!important;text-align:center!important;margin-inline:auto!important}.product-types-detail h2{color:#050505!important;letter-spacing:-.015em!important;text-align:center!important;text-transform:uppercase!important;max-width:1100px!important;margin:0 auto clamp(1.35rem,2.4vw,1.8rem)!important;font-size:clamp(2.8rem,5.2vw,5.1rem)!important;font-weight:900!important;line-height:.9!important}.product-type-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(1.2rem,2vw,1.55rem)!important;width:min(760px,100%)!important;margin:0 auto!important;display:grid!important}.product-type-ui-card{text-align:center!important;min-height:310px!important;transition:transform var(--transition),box-shadow var(--transition)!important;background:#eee!important;border-radius:14px!important;flex-direction:column!important;align-items:center!important;padding:clamp(2rem,3vw,2.6rem) clamp(1.4rem,2.4vw,2rem) 1.1rem!important;display:flex!important}.product-type-ui-card:hover{transform:translateY(-4px)!important;box-shadow:0 18px 34px #0000001f!important}.product-type-ui-card h3{color:#050505!important;letter-spacing:-.035em!important;text-align:center!important;text-transform:uppercase!important;margin:0 auto!important;font-size:clamp(1.65rem,2.45vw,2.35rem)!important;font-weight:900!important;line-height:.95!important}.product-type-ui-card h3 span{display:block!important}.product-type-ui-card h3 .is-accent{color:var(--accent)!important}.product-type-ui-card p{color:#050505!important;text-align:center!important;max-width:285px!important;margin:clamp(1.35rem,2.4vw,1.85rem) auto 0!important;font-size:clamp(.95rem,1.05vw,1.08rem)!important;font-weight:600!important;line-height:1.18!important}.product-type-learn-btn{border:1.5px solid #0000!important;border-image:linear-gradient(90deg,var(--accent)0%,var(--brand)100%)1!important;color:#050505!important;cursor:pointer!important;width:100%!important;min-height:34px!important;font-family:var(--font-open-sans),sans-serif!important;text-align:center!important;text-transform:uppercase!important;transition:transform var(--transition),background var(--transition),color var(--transition)!important;background:#fff!important;border-radius:4px!important;margin-top:auto!important;font-size:clamp(.72rem,.78vw,.86rem)!important;font-weight:900!important;line-height:1!important}.product-type-learn-btn:hover{background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%)!important;color:#fff!important;transform:translateY(-2px)!important}.product-type-default-image-wrap{justify-content:center!important;align-items:flex-end!important;width:min(1080px,100%)!important;margin:clamp(1.6rem,3vw,2.2rem) auto 0!important;display:flex!important}.product-type-default-image{object-fit:contain!important;width:100%!important;height:auto!important;display:block!important}.product-type-selected-detail{width:min(1080px,100%)!important;margin:0 auto!important}.product-type-selected-detail .product-type-switch-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(1.2rem,4vw,4.2rem)!important;width:min(760px,100%)!important;margin:0 auto clamp(.75rem,1.3vw,1rem)!important;display:grid!important}.product-type-switch-btn{border:1.5px solid var(--brand)!important;border-left-color:var(--accent)!important;color:#050505!important;cursor:pointer!important;height:28px!important;min-height:28px!important;font-family:var(--font-open-sans),sans-serif!important;letter-spacing:.04em!important;text-align:center!important;text-transform:uppercase!important;transition:transform var(--transition),background var(--transition),color var(--transition),border-color var(--transition)!important;background:#fff!important;border-radius:3px!important;justify-content:center!important;align-items:center!important;padding:0 1rem!important;font-size:clamp(.68rem,.72vw,.78rem)!important;font-weight:900!important;line-height:1!important;display:flex!important}.product-type-gallery-wrap{background:#eee!important;width:min(1080px,100%)!important;margin:clamp(1rem,2vw,1.4rem) auto 0!important;padding:clamp(.75rem,1.5vw,1.05rem)!important}.product-type-gallery-wrap.is-single-gallery{justify-content:center!important;align-items:flex-end!important;display:flex!important}.product-type-main-image{object-fit:contain!important;width:100%!important;height:auto!important;display:block!important}.product-type-nozzle-item{background:#fff!important;position:relative!important;overflow:hidden!important}.product-type-nozzle-image{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s cubic-bezier(.22,1,.36,1)!important;display:block!important}.nozzle-item-1{grid-area:span 2/1/auto/span 6!important}.nozzle-item-2{grid-area:span 2/7/auto/span 6!important}.nozzle-item-3{grid-area:span 2/1/auto/span 4!important}.nozzle-item-4{grid-area:span 2/5/auto/span 4!important}.nozzle-item-5{grid-area:span 2/9/auto/span 4!important}@media (max-width:900px){.product-types-detail{padding-top:2.8rem!important}.product-types-detail h2{font-size:clamp(2.2rem,7vw,3.8rem)!important;line-height:.95!important}.product-type-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:clamp(1rem,2vw,1.45rem)!important;width:min(1040px,100%)!important;margin:0 auto!important;display:grid!important}@media (min-width:901px){.product-type-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important}.product-type-card-grid:has(.product-type-ui-card:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:900px){.product-type-card-grid{grid-template-columns:1fr!important;width:min(520px,100%)!important}}.product-type-ui-card{min-height:300px!important}.product-type-selected-detail .product-type-switch-grid{gap:.8rem!important;width:min(100%,460px)!important}.product-type-nozzle-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-auto-rows:130px!important}.nozzle-item-1,.nozzle-item-2,.nozzle-item-3,.nozzle-item-4{grid-area:span 2/span 3!important}.nozzle-item-5{grid-area:span 2/span 6!important}}@media (max-width:640px){.product-types-detail{padding-top:2.4rem!important}.product-types-detail-inner{width:min(100% - 1.5rem,1180px)!important}.product-types-detail h2{margin-bottom:1.4rem!important;font-size:clamp(2rem,9vw,3.1rem)!important;line-height:1!important}.product-type-ui-card{border-radius:12px!important;min-height:280px!important;padding:1.8rem 1.25rem 1.15rem!important}.product-type-ui-card h3{font-size:clamp(1.45rem,7vw,2rem)!important}.product-type-ui-card p{font-size:var(--fs-sm)!important;line-height:1.25!important}.product-type-learn-btn{min-height:40px!important;font-size:var(--fs-xs)!important}.product-type-selected-detail .product-type-switch-grid{grid-template-columns:1fr!important;gap:.65rem!important;width:min(100%,340px)!important}.product-type-switch-btn{height:32px!important;min-height:32px!important;font-size:.68rem!important}.product-type-gallery-wrap{width:calc(100% + 1.5rem)!important;margin-left:-.75rem!important;padding:.55rem!important}.product-type-nozzle-grid{grid-template-columns:1fr!important;grid-auto-rows:210px!important;gap:.55rem!important}.nozzle-item-1,.nozzle-item-2,.nozzle-item-3,.nozzle-item-4,.nozzle-item-5{grid-area:auto!important}}.standard-zipper-gallery-image{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s cubic-bezier(.22,1,.36,1)!important;display:block!important}.standard-item-1{grid-area:span 2/1/auto/span 3!important}.standard-item-2{grid-area:span 2/4/auto/span 3!important}.standard-item-3{grid-area:span 2/7/auto/span 3!important}.standard-item-4{grid-area:span 2/10/auto/span 3!important}.standard-item-5{grid-area:span 2/1/auto/span 4!important}.standard-item-6{grid-area:span 2/5/auto/span 4!important}.standard-item-7{grid-area:span 2/9/auto/span 4!important}.standard-item-8{grid-area:span 2/1/auto/span 3!important}.standard-item-9{grid-area:span 2/4/auto/span 5!important}.standard-item-10{grid-area:span 2/9/auto/span 4!important}@media (max-width:900px){.standard-zipper-gallery-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-auto-rows:120px!important}.standard-item-1,.standard-item-2,.standard-item-3,.standard-item-4,.standard-item-5,.standard-item-6,.standard-item-7,.standard-item-8,.standard-item-9,.standard-item-10{grid-area:span 2/span 3!important}}@media (max-width:640px){.product-type-gallery-wrap.is-carousel-grid-gallery{width:calc(100% + 1.5rem)!important;margin-left:-.75rem!important;padding:.55rem!important}.standard-zipper-gallery-grid{grid-template-columns:1fr!important;grid-auto-rows:210px!important;gap:.55rem!important}.standard-item-1,.standard-item-2,.standard-item-3,.standard-item-4,.standard-item-5,.standard-item-6,.standard-item-7,.standard-item-8,.standard-item-9,.standard-item-10{grid-area:auto!important}.standard-zipper-carousel-controls{grid-template-columns:1fr!important;gap:.75rem!important}.standard-zipper-carousel-controls>button{width:100%!important}}.product-type-card-grid{grid-template-columns:repeat(var(--product-type-card-count,2),300px)!important;justify-content:center!important;gap:clamp(1.2rem,2vw,1.55rem)!important;width:fit-content!important;max-width:100%!important;margin:0 auto!important;display:grid!important}.product-type-card-grid:has(.product-type-ui-card:nth-child(3)){--product-type-card-count:3}.product-type-ui-card{width:300px!important;min-height:310px!important}@media (max-width:1024px){.product-type-card-grid{grid-template-columns:repeat(var(--product-type-card-count,2),280px)!important}.product-type-ui-card{width:280px!important}}@media (max-width:900px){.product-type-card-grid{grid-template-columns:1fr!important;width:min(520px,100%)!important}.product-type-ui-card{width:100%!important}}.product-type-selected-detail .product-type-switch-grid{grid-template-columns:repeat(var(--product-type-tab-count,2),300px)!important;justify-content:center!important;align-items:center!important;gap:clamp(1.25rem,3vw,4rem)!important;width:fit-content!important;max-width:100%!important;margin:0 auto clamp(1.2rem,2vw,1.6rem)!important;display:grid!important}.product-type-selected-detail .product-type-switch-grid:has(.product-type-switch-btn:nth-child(3)){--product-type-tab-count:3}.product-type-switch-btn{border:1.5px solid var(--brand)!important;border-left-color:var(--accent)!important;color:#050505!important;cursor:pointer!important;width:300px!important;height:34px!important;min-height:34px!important;font-family:var(--font-open-sans),sans-serif!important;letter-spacing:.04em!important;text-align:center!important;text-transform:uppercase!important;transition:transform var(--transition),background var(--transition),color var(--transition),border-color var(--transition)!important;background:#fff!important;border-radius:3px!important;justify-content:center!important;align-items:center!important;padding:0 1rem!important;font-size:clamp(.68rem,.72vw,.78rem)!important;font-weight:900!important;line-height:1!important;display:flex!important}.product-type-switch-btn:hover,.product-type-switch-btn.is-active{background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%)!important;color:#fff!important;border-color:#0000!important;transform:translateY(-1px)!important}.product-type-active-copy{text-align:center!important;max-width:980px!important;margin:0 auto clamp(1rem,2vw,1.4rem)!important}.product-type-active-copy p{color:#050505!important;letter-spacing:-.01em!important;text-align:center!important;max-width:760px!important;margin:0 auto!important;font-size:clamp(1rem,1.22vw,1.25rem)!important;font-weight:900!important;line-height:1.12!important}.product-type-active-copy strong{max-width:980px!important;color:var(--brand)!important;letter-spacing:-.015em!important;text-align:center!important;margin:clamp(.45rem,.9vw,.65rem) auto 0!important;font-size:clamp(1rem,1.4vw,1.4rem)!important;font-weight:900!important;line-height:1.08!important;display:block!important}@media (max-width:1024px){.product-type-selected-detail .product-type-switch-grid{grid-template-columns:repeat(var(--product-type-tab-count,2),260px)!important;gap:1.4rem!important}.product-type-switch-btn{width:260px!important}}@media (max-width:900px){:is(.product-type-selected-detail .product-type-switch-grid,.product-type-selected-detail .product-type-switch-grid:has(.product-type-switch-btn:nth-child(3))){grid-template-columns:1fr!important;gap:.75rem!important;width:min(100%,390px)!important}.product-type-switch-btn{width:100%!important;height:34px!important}}.pillow-three-side-item{background:#fff!important;position:relative!important;overflow:hidden!important}.pillow-three-side-item-1{grid-column:1/-1!important}.pillow-three-side-item-2{grid-column:1/span 1!important}.pillow-three-side-item-3{grid-column:2/span 1!important}.pillow-three-side-image{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s cubic-bezier(.22,1,.36,1)!important;display:block!important}@media (max-width:900px){.pillow-three-side-grid{grid-template-rows:clamp(180px,34vw,280px) clamp(140px,24vw,210px)!important}}@media (max-width:640px){.product-type-gallery-wrap.is-pillow-three-grid-gallery{width:calc(100% + 1.5rem)!important;margin-left:-.75rem!important;padding:.55rem!important}.pillow-three-side-grid{grid-template-rows:none!important;grid-template-columns:1fr!important;grid-auto-rows:210px!important;gap:.55rem!important}.pillow-three-side-item-1,.pillow-three-side-item-2,.pillow-three-side-item-3{grid-column:auto!important}}@media (max-width:420px){.pillow-three-side-grid{grid-auto-rows:185px!important}}.pillow-centre-sealed-grid{grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-auto-rows:clamp(78px,8vw,118px)!important;gap:clamp(.55rem,1vw,.85rem)!important;width:100%!important;display:grid!important}.pillow-centre-sealed-item{background:#fff!important;position:relative!important;overflow:hidden!important}.pillow-centre-sealed-item-1{grid-area:span 2/1/auto/span 6!important}.pillow-centre-sealed-item-2{grid-area:span 2/7/auto/span 6!important}.pillow-centre-sealed-item-3{grid-area:span 2/1/auto/span 5!important}.pillow-centre-sealed-item-4{grid-area:span 2/6/auto/span 3!important}.pillow-centre-sealed-item-5{grid-area:span 2/9/auto/span 4!important}.pillow-centre-sealed-item-6{grid-area:span 2/1/auto/span 4!important}.pillow-centre-sealed-item-7{grid-area:span 2/5/auto/span 4!important}.pillow-centre-sealed-item-8{grid-area:span 2/9/auto/span 4!important}.pillow-centre-sealed-image{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s cubic-bezier(.22,1,.36,1)!important;display:block!important}.pillow-vaccum-grid{grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-auto-rows:clamp(95px,10vw,145px)!important;gap:clamp(.55rem,1vw,.85rem)!important;width:100%!important;display:grid!important}.pillow-vaccum-item{background:#fff!important;position:relative!important;overflow:hidden!important}.pillow-vaccum-item-1{grid-area:span 2/1/auto/span 5!important}.pillow-vaccum-item-2{grid-area:span 2/6/auto/span 7!important}.pillow-vaccum-item-3{grid-area:span 2/1/auto/span 12!important}.pillow-vaccum-item-4{grid-area:span 2/1/auto/span 5!important}.pillow-vaccum-item-5{grid-area:span 2/6/auto/span 7!important}.pillow-vaccum-image{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s cubic-bezier(.22,1,.36,1)!important;display:block!important}@media (max-width:900px){.pillow-centre-sealed-grid,.pillow-vaccum-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-auto-rows:120px!important}.pillow-centre-sealed-item-1,.pillow-centre-sealed-item-2,.pillow-centre-sealed-item-3,.pillow-centre-sealed-item-4,.pillow-centre-sealed-item-5,.pillow-centre-sealed-item-6,.pillow-centre-sealed-item-7,.pillow-centre-sealed-item-8,.pillow-vaccum-item-1,.pillow-vaccum-item-2,.pillow-vaccum-item-4,.pillow-vaccum-item-5{grid-area:span 2/span 3!important}.pillow-vaccum-item-3{grid-area:span 2/span 6!important}}@media (max-width:640px){.product-type-gallery-wrap.is-pillow-centre-grid-gallery,.product-type-gallery-wrap.is-pillow-vaccum-grid-gallery{width:calc(100% + 1.5rem)!important;margin-left:-.75rem!important;padding:.55rem!important}.pillow-centre-sealed-grid,.pillow-vaccum-grid{grid-template-columns:1fr!important;grid-auto-rows:210px!important;gap:.55rem!important}.pillow-centre-sealed-item-1,.pillow-centre-sealed-item-2,.pillow-centre-sealed-item-3,.pillow-centre-sealed-item-4,.pillow-centre-sealed-item-5,.pillow-centre-sealed-item-6,.pillow-centre-sealed-item-7,.pillow-centre-sealed-item-8,.pillow-vaccum-item-1,.pillow-vaccum-item-2,.pillow-vaccum-item-3,.pillow-vaccum-item-4,.pillow-vaccum-item-5{grid-area:auto!important}}@media (max-width:420px){.pillow-centre-sealed-grid,.pillow-vaccum-grid{grid-auto-rows:185px!important}}.standard-zipper-carousel{width:100%!important}.standard-zipper-carousel-track{will-change:transform!important;width:100%!important;transition:transform .55s cubic-bezier(.22,1,.36,1)!important;display:flex!important}.standard-zipper-gallery-grid{grid-template-columns:repeat(12,minmax(0,1fr))!important;grid-auto-rows:clamp(86px,8.6vw,126px)!important;gap:clamp(.5rem,.9vw,.75rem)!important;width:100%!important;display:grid!important}.standard-zipper-carousel-controls{grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:1rem!important;width:min(420px,100%)!important;margin:clamp(.8rem,1.4vw,1rem) auto 0!important;display:grid!important}.standard-zipper-carousel-controls>button{border:1.5px solid var(--brand)!important;border-left-color:var(--accent)!important;color:#050505!important;cursor:pointer!important;min-width:72px!important;height:30px!important;font-family:var(--font-open-sans),sans-serif!important;text-transform:uppercase!important;transition:transform var(--transition),background var(--transition),color var(--transition)!important;background:#fff!important;border-radius:3px!important;padding:0 .9rem!important;font-size:.68rem!important;font-weight:900!important;line-height:1!important}.standard-zipper-carousel-controls>button:hover{background:linear-gradient(90deg,var(--accent)0%,var(--brand)100%)!important;color:#fff!important;transform:translateY(-1px)!important}.standard-zipper-carousel-dots{justify-content:center!important;align-items:center!important;gap:.45rem!important;display:flex!important}.standard-zipper-carousel-dots button{cursor:pointer!important;background:#05050540!important;border:0!important;border-radius:999px!important;width:8px!important;height:8px!important;padding:0!important}.standard-zipper-carousel-dots button.is-active{background:linear-gradient(90deg,var(--accent),var(--brand))!important;width:22px!important}@media (max-width:900px){.standard-zipper-gallery-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-auto-rows:120px!important}.standard-slide-1 .standard-zipper-gallery-item,.standard-slide-2 .standard-zipper-gallery-item,.standard-slide-3 .standard-zipper-gallery-item{grid-area:span 2/span 3!important}.standard-slide-1 .standard-item-7,.standard-slide-3 .standard-item-7,.standard-slide-2 .standard-item-9{grid-column:span 6!important}}@media (max-width:640px){.product-type-gallery-wrap.is-carousel-grid-gallery{width:calc(100% + 1.5rem)!important;margin-left:-.75rem!important;padding:.55rem!important}.standard-zipper-gallery-grid{grid-template-columns:1fr!important;grid-auto-rows:210px!important;gap:.55rem!important}.standard-slide-1 .standard-zipper-gallery-item,.standard-slide-2 .standard-zipper-gallery-item,.standard-slide-3 .standard-zipper-gallery-item{grid-area:auto!important}.standard-zipper-carousel-controls{grid-template-columns:1fr!important;gap:.75rem!important}.standard-zipper-carousel-controls>button{width:100%!important}}.standard-zipper-gallery-grid{grid-template-rows:repeat(6,clamp(72px,7.5vw,112px))!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:clamp(.5rem,.9vw,.75rem)!important;width:100%!important;display:grid!important}.standard-zipper-gallery-item{background:#fff!important;position:relative!important;overflow:hidden!important}.standard-slide-1 .standard-item-1{grid-area:1/1/span 3/span 4!important}.standard-slide-1 .standard-item-2{grid-area:1/5/span 3/span 4!important}.standard-slide-1 .standard-item-3{grid-area:1/9/span 3/span 4!important}.standard-slide-1 .standard-item-4{grid-area:4/1/span 3/span 3!important}.standard-slide-1 .standard-item-5{grid-area:4/4/span 3/span 3!important}.standard-slide-1 .standard-item-6{grid-area:4/7/span 3/span 3!important}.standard-slide-1 .standard-item-7{grid-area:4/10/span 3/span 3!important}.standard-slide-2 .standard-item-1{grid-area:1/1/span 2/span 4!important}.standard-slide-2 .standard-item-2{grid-area:1/5/span 2/span 4!important}.standard-slide-2 .standard-item-3{grid-area:1/9/span 2/span 4!important}.standard-slide-2 .standard-item-4{grid-area:3/1/span 2/span 4!important}.standard-slide-2 .standard-item-5{grid-area:3/5/span 2/span 4!important}.standard-slide-2 .standard-item-6{grid-area:3/9/span 2/span 4!important}.standard-slide-2 .standard-item-7{grid-area:5/1/span 2/span 4!important}.standard-slide-2 .standard-item-8{grid-area:5/5/span 2/span 4!important}.standard-slide-2 .standard-item-9{grid-area:5/9/span 2/span 4!important}.standard-slide-3 .standard-item-1{grid-area:1/1/span 2/span 6!important}.standard-slide-3 .standard-item-2{grid-area:1/7/span 2/span 6!important}.standard-slide-3 .standard-item-3{grid-area:3/1/span 2/span 4!important}.standard-slide-3 .standard-item-4{grid-area:3/5/span 2/span 4!important}.standard-slide-3 .standard-item-5{grid-area:3/9/span 2/span 4!important}.standard-slide-3 .standard-item-6{grid-area:5/1/span 2/span 6!important}.standard-slide-3 .standard-item-7{grid-area:5/7/span 2/span 6!important}.standard-zipper-carousel-controls,.standard-zipper-carousel-dots{display:none!important}.standard-zipper-carousel-arrow{z-index:5!important;background:linear-gradient(#fff,#fff)padding-box,linear-gradient(135deg,var(--accent),var(--brand))border-box!important;width:clamp(34px,3.2vw,44px)!important;height:clamp(34px,3.2vw,44px)!important;color:var(--brand)!important;cursor:pointer!important;transition:transform var(--transition),background var(--transition),color var(--transition),box-shadow var(--transition)!important;border:1.5px solid #0000!important;border-radius:999px!important;place-items:center!important;font-size:clamp(2rem,3vw,2.7rem)!important;font-weight:500!important;line-height:.8!important;display:grid!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.standard-zipper-carousel-arrow.is-prev{left:0!important}.standard-zipper-carousel-arrow.is-next{right:0!important}.standard-zipper-carousel-arrow:hover{background:linear-gradient(135deg,var(--accent),var(--brand))padding-box,linear-gradient(135deg,var(--accent),var(--brand))border-box!important;color:#fff!important;box-shadow:0 12px 28px #00000029!important}.standard-zipper-carousel-arrow.is-prev:hover{transform:translateY(-50%)translate(-2px)!important}.standard-zipper-carousel-arrow.is-next:hover{transform:translateY(-50%)translate(2px)!important}@media (max-width:900px){.standard-zipper-carousel{padding:0 2.35rem!important}.standard-zipper-gallery-grid{grid-template-rows:repeat(6,105px)!important;grid-template-columns:repeat(6,minmax(0,1fr))!important}.standard-slide-1 .standard-zipper-gallery-item,.standard-slide-2 .standard-zipper-gallery-item,.standard-slide-3 .standard-zipper-gallery-item{grid-area:auto!important}.standard-slide-1 .standard-item-1,.standard-slide-1 .standard-item-2,.standard-slide-1 .standard-item-3,.standard-slide-1 .standard-item-4,.standard-slide-1 .standard-item-5,.standard-slide-1 .standard-item-6,.standard-slide-1 .standard-item-7,.standard-slide-2 .standard-item-1,.standard-slide-2 .standard-item-2,.standard-slide-2 .standard-item-3,.standard-slide-2 .standard-item-4,.standard-slide-2 .standard-item-5,.standard-slide-2 .standard-item-6,.standard-slide-2 .standard-item-7,.standard-slide-2 .standard-item-8,.standard-slide-2 .standard-item-9,.standard-slide-3 .standard-item-1,.standard-slide-3 .standard-item-2,.standard-slide-3 .standard-item-3,.standard-slide-3 .standard-item-4,.standard-slide-3 .standard-item-5,.standard-slide-3 .standard-item-6,.standard-slide-3 .standard-item-7{grid-area:span 2/span 3!important}}@media (max-width:640px){.product-type-gallery-wrap.is-carousel-grid-gallery{width:calc(100% + 1.5rem)!important;margin-left:-.75rem!important;padding:.55rem!important}.standard-zipper-carousel{padding:0 2rem!important}.standard-zipper-gallery-grid{grid-template-rows:none!important;grid-template-columns:1fr!important;grid-auto-rows:210px!important;gap:.55rem!important}.standard-slide-1 .standard-zipper-gallery-item,.standard-slide-2 .standard-zipper-gallery-item,.standard-slide-3 .standard-zipper-gallery-item{grid-area:auto!important}.standard-zipper-carousel-arrow{width:32px!important;height:32px!important;font-size:2rem!important}}@media (max-width:420px){.standard-zipper-carousel{padding:0 1.75rem!important}.standard-zipper-gallery-grid{grid-auto-rows:185px!important}}.gallery-lightbox-trigger{appearance:none!important;cursor:zoom-in!important;text-align:inherit!important;font:inherit!important;border:0!important;margin:0!important;padding:0!important}.gallery-lightbox-trigger:focus-visible{outline:3px solid var(--accent)!important;outline-offset:3px!important}.gallery-lightbox{z-index:9999!important;justify-content:center!important;align-items:center!important;padding:clamp(1rem,3vw,2rem)!important;display:flex!important;position:fixed!important;inset:0!important}.gallery-lightbox-backdrop{cursor:zoom-out!important;background:#050505db!important;border:0!important;position:absolute!important;inset:0!important}.gallery-lightbox-panel{z-index:2!important;background:#fff!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;width:min(1180px,94vw)!important;height:min(760px,86vh)!important;padding:clamp(.75rem,1.4vw,1rem)!important;display:flex!important;position:relative!important;box-shadow:0 26px 80px #00000059!important}.gallery-lightbox-image-wrap{background:#eee!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important;overflow:hidden!important}.gallery-lightbox-image{object-fit:contain!important;object-position:center!important;width:100%!important;height:100%!important;display:block!important}.gallery-lightbox-close{z-index:4!important;background:linear-gradient(#fff,#fff)padding-box,linear-gradient(135deg,var(--accent),var(--brand))border-box!important;color:#050505!important;cursor:pointer!important;border:1.5px solid #0000!important;border-radius:999px!important;place-items:center!important;width:42px!important;height:42px!important;font-size:2rem!important;font-weight:400!important;line-height:1!important;display:grid!important;position:absolute!important;top:-14px!important;right:-14px!important}.gallery-lightbox-close:hover{background:linear-gradient(135deg,var(--accent),var(--brand))padding-box,linear-gradient(135deg,var(--accent),var(--brand))border-box!important;color:#fff!important}.gallery-lightbox-arrow{z-index:4!important;background:linear-gradient(#fff,#fff)padding-box,linear-gradient(135deg,var(--accent),var(--brand))border-box!important;width:clamp(38px,4vw,52px)!important;height:clamp(38px,4vw,52px)!important;color:var(--brand)!important;cursor:pointer!important;transition:transform var(--transition),background var(--transition),color var(--transition),box-shadow var(--transition)!important;border:1.5px solid #0000!important;border-radius:999px!important;place-items:center!important;font-size:clamp(2.2rem,3.6vw,3rem)!important;font-weight:500!important;line-height:.8!important;display:grid!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important}.gallery-lightbox-arrow.is-prev{left:-26px!important}.gallery-lightbox-arrow.is-next{right:-26px!important}.gallery-lightbox-arrow:hover{background:linear-gradient(135deg,var(--accent),var(--brand))padding-box,linear-gradient(135deg,var(--accent),var(--brand))border-box!important;color:#fff!important;box-shadow:0 16px 34px #00000038!important}.gallery-lightbox-arrow.is-prev:hover{transform:translateY(-50%)translate(-2px)!important}.gallery-lightbox-arrow.is-next:hover{transform:translateY(-50%)translate(2px)!important}.gallery-lightbox-count{color:#fff!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:.82rem!important;font-weight:900!important;line-height:1!important;position:absolute!important;bottom:-34px!important;left:50%!important;transform:translate(-50%)!important}@media (max-width:900px){.gallery-lightbox-panel{border-radius:12px!important;width:min(94vw,760px)!important;height:min(72vh,680px)!important}.gallery-lightbox-arrow.is-prev{left:10px!important}.gallery-lightbox-arrow.is-next{right:10px!important}.gallery-lightbox-close{top:10px!important;right:10px!important}.gallery-lightbox-count{background:#05050573!important;border-radius:999px!important;padding:.35rem .65rem!important;bottom:14px!important}}@media (max-width:640px){.gallery-lightbox{padding:.75rem!important}.gallery-lightbox-panel{width:100%!important;height:76vh!important;padding:.55rem!important}.gallery-lightbox-image-wrap{border-radius:8px!important}.gallery-lightbox-arrow{width:36px!important;height:36px!important;font-size:2rem!important}.gallery-lightbox-close{width:36px!important;height:36px!important;font-size:1.75rem!important}}.stats-marquee-group{flex:1;justify-content:space-between;align-items:center;gap:clamp(3rem,5vw,6rem);display:flex}.stats-marquee-duplicate{display:none}@media (max-width:640px){.stats-band{min-height:auto;padding:1rem 0;overflow:hidden}.stats-inner{animation:18s linear infinite statsMobileMarquee;align-items:center!important;gap:0!important;width:max-content!important;max-width:none!important;margin-inline:0!important;display:flex!important}.stats-marquee-group{flex:none;justify-content:flex-start;gap:2.8rem;padding-right:2.8rem}.stats-marquee-duplicate{display:flex}.stat{flex:none;min-width:max-content;text-align:left!important;align-items:flex-start!important}.stat>strong{white-space:nowrap!important;font-size:clamp(1.55rem,7vw,2.15rem)!important;line-height:1!important}.stat>span{white-space:nowrap!important;font-size:clamp(.82rem,3.8vw,1rem)!important;line-height:1!important}.stats-band:hover .stats-inner{animation-play-state:paused}}@keyframes statsMobileMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.stats-inner{animation:none!important}}.stat-counter-desktop{display:inline}.stat-counter-mobile{display:none}@media (max-width:640px){.stat-counter-desktop{display:none}.stat-counter-mobile{display:inline}}.stat-counter-desktop{display:inline;font:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;letter-spacing:inherit!important;color:inherit!important}.stat-counter-mobile{display:none;font:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;letter-spacing:inherit!important;color:inherit!important}.stat>strong,.stat>span{font-size:clamp(1.45rem,2.6vw,2.15rem)!important;line-height:1.05!important}@media (max-width:640px){.stat-counter-desktop{display:none!important}.stat-counter-mobile{display:inline!important}.stat>strong{white-space:nowrap!important;font-size:clamp(1.55rem,7vw,2.15rem)!important;line-height:1!important}.stat>strong .stat-counter-mobile{font-size:inherit!important;line-height:inherit!important;font-weight:inherit!important;letter-spacing:inherit!important;color:inherit!important}.stat>span{white-space:nowrap!important;font-size:clamp(.82rem,3.8vw,1rem)!important;line-height:1!important}.ppl-action-gallery-card{border-radius:12px!important;padding:8px!important}.ppl-action-gallery-grid{grid-template-columns:1fr!important;grid-auto-rows:clamp(250px,74vw,340px)!important;gap:10px!important}.ppl-action-gallery-item{background:#eee!important;border-radius:10px!important;width:100%!important;min-height:0!important;overflow:hidden!important}.ppl-action-gallery-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.gallery-spice .ppl-action-gallery-image,.gallery-liquid .ppl-action-gallery-image,.gallery-pulses .ppl-action-gallery-image,.gallery-grain .ppl-action-gallery-image,.gallery-lubricant .ppl-action-gallery-image,.gallery-tea .ppl-action-gallery-image,.gallery-confectionery .ppl-action-gallery-image,.gallery-apparel .ppl-action-gallery-image,.gallery-candy .ppl-action-gallery-image{object-position:center center!important}.gallery-confectionery .ppl-action-gallery-image{object-position:center top!important}.gallery-candy .ppl-action-gallery-image{object-position:center bottom!important}.gallery-lubricant .ppl-action-gallery-image{object-fit:cover!important;object-position:center top!important}.printing-section h2{text-wrap:balance;letter-spacing:.01em!important;word-spacing:.08em!important;text-align:center!important;max-width:360px!important;margin:0 auto 1.35rem!important;font-size:clamp(1.85rem,8vw,2.55rem)!important;line-height:1.18!important}.printing-section h2 br{display:block!important}}@media (max-width:420px){.printing-section h2{max-width:320px!important;font-size:clamp(1.7rem,7.6vw,2.25rem)!important;line-height:1.22!important}}.product-type-gallery-wrap.is-grid-gallery{background:#eee!important;width:min(1080px,100%)!important;margin:clamp(1rem,2vw,1.4rem) auto 0!important;padding:clamp(.75rem,1.5vw,1.05rem)!important;overflow:hidden!important}.product-type-nozzle-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:auto!important;gap:clamp(.65rem,1.2vw,1rem)!important;width:100%!important;display:grid!important}.nozzle-item-1,.nozzle-item-2,.nozzle-item-3,.nozzle-item-4,.nozzle-item-5,.nozzle-item-6,.nozzle-item-7,.nozzle-item-8,.nozzle-item-9{grid-area:auto!important}.product-type-nozzle-item{aspect-ratio:1!important;cursor:pointer!important;background:#fff!important;border:0!important;width:100%!important;padding:0!important;position:relative!important;overflow:hidden!important}.product-type-nozzle-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s cubic-bezier(.22,1,.36,1)!important;display:block!important;transform:scale(1)!important}.product-type-nozzle-item:hover .product-type-nozzle-image{filter:saturate(1.05)contrast(1.03)!important;transform:scale(1.025)!important}@media (max-width:900px){.product-type-gallery-wrap.is-grid-gallery{width:min(720px,100%)!important}.product-type-nozzle-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.product-type-gallery-wrap.is-grid-gallery{width:calc(100% + 1.5rem)!important;margin-left:-.75rem!important;padding:.55rem!important}.product-type-nozzle-grid{grid-template-columns:1fr!important;gap:.55rem!important}.product-type-nozzle-item{aspect-ratio:1!important}}.product-type-gallery-wrap.is-carousel-grid-gallery{background:#eee!important;width:min(1080px,100%)!important;margin:clamp(1rem,2vw,1.4rem) auto 0!important;padding:clamp(.75rem,1.5vw,1.05rem)!important;overflow:hidden!important}.standard-zipper-carousel{width:100%!important;padding:0 clamp(2.6rem,4vw,3.5rem)!important;position:relative!important}.standard-zipper-carousel-window{width:100%!important;overflow:hidden!important}.standard-zipper-carousel-track{will-change:transform!important;align-items:stretch!important;width:100%!important;transition:transform .55s cubic-bezier(.22,1,.36,1)!important;display:flex!important}.standard-zipper-carousel-slide{flex:0 0 100%!important;width:100%!important;min-width:100%!important}.standard-zipper-gallery-grid{grid-template-rows:none!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:auto!important;gap:clamp(.65rem,1.2vw,1rem)!important;width:100%!important;display:grid!important}.standard-slide-1 .standard-zipper-gallery-item,.standard-slide-2 .standard-zipper-gallery-item,.standard-slide-3 .standard-zipper-gallery-item,.standard-slide-1 .standard-item-1,.standard-slide-1 .standard-item-2,.standard-slide-1 .standard-item-3,.standard-slide-1 .standard-item-4,.standard-slide-1 .standard-item-5,.standard-slide-1 .standard-item-6,.standard-slide-1 .standard-item-7,.standard-slide-1 .standard-item-8,.standard-slide-1 .standard-item-9,.standard-slide-2 .standard-item-1,.standard-slide-2 .standard-item-2,.standard-slide-2 .standard-item-3,.standard-slide-2 .standard-item-4,.standard-slide-2 .standard-item-5,.standard-slide-2 .standard-item-6,.standard-slide-2 .standard-item-7,.standard-slide-2 .standard-item-8,.standard-slide-2 .standard-item-9,.standard-slide-3 .standard-item-1,.standard-slide-3 .standard-item-2,.standard-slide-3 .standard-item-3,.standard-slide-3 .standard-item-4,.standard-slide-3 .standard-item-5,.standard-slide-3 .standard-item-6,.standard-slide-3 .standard-item-7,.standard-slide-3 .standard-item-8,.standard-slide-3 .standard-item-9{grid-area:auto!important}.standard-zipper-gallery-item{aspect-ratio:1!important;cursor:pointer!important;background:#fff!important;border:0!important;width:100%!important;padding:0!important;position:relative!important;overflow:hidden!important}.standard-zipper-gallery-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s cubic-bezier(.22,1,.36,1)!important;display:block!important;transform:scale(1)!important}.standard-zipper-gallery-item:hover .standard-zipper-gallery-image{filter:saturate(1.05)contrast(1.03)!important;transform:scale(1.025)!important}.standard-slide-2.is-count-9 .standard-zipper-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width:900px){.product-type-gallery-wrap.is-carousel-grid-gallery{width:min(720px,100%)!important}.standard-zipper-carousel{padding:0 clamp(2.2rem,5vw,3rem)!important}.standard-zipper-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.standard-slide-1.is-count-7 .standard-item-7{grid-column:1/-1!important;justify-self:center!important;width:calc(50% - clamp(.65rem,1.2vw,1rem)/2)!important}}@media (max-width:640px){.product-type-gallery-wrap.is-carousel-grid-gallery{width:calc(100% + 1.5rem)!important;margin-left:-.75rem!important;padding:.55rem!important}.standard-zipper-carousel{padding:0 2.1rem!important}.standard-zipper-gallery-grid{grid-template-columns:1fr!important;gap:.55rem!important}.standard-slide-1.is-count-7 .standard-item-7{grid-column:auto!important;justify-self:stretch!important;width:100%!important}.standard-zipper-gallery-item{aspect-ratio:1!important}}.product-type-gallery-wrap.is-pillow-three-grid-gallery{background:#eee!important;width:min(1080px,100%)!important;margin:clamp(1.25rem,2vw,1.75rem) auto clamp(4rem,6vw,5.5rem)!important;padding:clamp(.75rem,1.2vw,1rem)!important;overflow:hidden!important}.pillow-three-side-grid{grid-template-rows:auto auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(.75rem,1.2vw,1rem)!important;width:100%!important;display:grid!important}.pillow-three-side-item-1{aspect-ratio:1600/700!important;grid-area:auto/1/auto/-1!important}.pillow-three-side-item-2,.pillow-three-side-item-3{aspect-ratio:1!important;grid-area:auto!important}.pillow-three-side-item{cursor:pointer!important;background:#fff!important;border:0!important;width:100%!important;min-height:0!important;padding:0!important;position:relative!important;overflow:hidden!important}.pillow-three-side-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;transition:transform .35s,filter .35s!important;display:block!important;transform:none!important}.pillow-three-side-item:hover .pillow-three-side-image{filter:saturate(1.04)contrast(1.02)!important;transform:scale(1.01)!important}@media (max-width:900px){.product-type-gallery-wrap.is-pillow-three-grid-gallery{width:min(760px,100%)!important;margin-bottom:3.5rem!important}.pillow-three-side-item-1{aspect-ratio:1600/700!important}.pillow-three-side-item-2,.pillow-three-side-item-3{aspect-ratio:1!important}}@media (max-width:640px){.product-type-gallery-wrap.is-pillow-three-grid-gallery{width:calc(100% + 1.5rem)!important;margin-bottom:3rem!important;margin-left:-.75rem!important;padding:.55rem!important}.pillow-three-side-grid{grid-template-rows:auto auto auto!important;grid-template-columns:1fr!important;gap:.55rem!important}.pillow-three-side-item-1,.pillow-three-side-item-2,.pillow-three-side-item-3{grid-area:auto!important}.pillow-three-side-item-1{aspect-ratio:16/9!important}.pillow-three-side-item-2,.pillow-three-side-item-3{aspect-ratio:1!important}}.product-type-gallery-wrap.is-pillow-vaccum-grid-gallery{background:#eee!important;width:min(1080px,100%)!important;margin:clamp(1.25rem,2vw,1.75rem) auto clamp(4rem,6vw,5.5rem)!important;padding:clamp(.75rem,1.2vw,1rem)!important;overflow:hidden!important}.pillow-vaccum-grid{grid-template-rows:auto auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(.75rem,1.2vw,1rem)!important;width:100%!important;display:grid!important}.pillow-vaccum-item-1{aspect-ratio:1600/700!important;grid-area:auto/1/auto/-1!important}.pillow-vaccum-item-2,.pillow-vaccum-item-3,.pillow-vaccum-item-4,.pillow-vaccum-item-5{aspect-ratio:1!important;grid-area:auto!important}.pillow-vaccum-item{cursor:pointer!important;background:#fff!important;border:0!important;width:100%!important;min-height:0!important;padding:0!important;position:relative!important;overflow:hidden!important}.pillow-vaccum-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;transition:transform .35s,filter .35s!important;display:block!important;transform:none!important}.pillow-vaccum-item:hover .pillow-vaccum-image{filter:saturate(1.04)contrast(1.02)!important;transform:scale(1.01)!important}@media (max-width:900px){.product-type-gallery-wrap.is-pillow-vaccum-grid-gallery{width:min(760px,100%)!important;margin-bottom:3.5rem!important}.pillow-vaccum-item-1{aspect-ratio:1600/700!important}.pillow-vaccum-item-2,.pillow-vaccum-item-3,.pillow-vaccum-item-4,.pillow-vaccum-item-5{aspect-ratio:1!important}}@media (max-width:640px){.product-type-gallery-wrap.is-pillow-vaccum-grid-gallery{width:calc(100% + 1.5rem)!important;margin-bottom:3rem!important;margin-left:-.75rem!important;padding:.55rem!important}.pillow-vaccum-grid{grid-template-rows:auto auto auto!important;grid-template-columns:1fr!important;gap:.55rem!important}.pillow-vaccum-item-1,.pillow-vaccum-item-2,.pillow-vaccum-item-3,.pillow-vaccum-item-4,.pillow-vaccum-item-5{grid-area:auto!important}.pillow-vaccum-item-1{aspect-ratio:16/9!important}.pillow-vaccum-item-2,.pillow-vaccum-item-3,.pillow-vaccum-item-4,.pillow-vaccum-item-5{aspect-ratio:1!important}}.product-type-gallery-wrap.is-pillow-centre-grid-gallery{background:#eee!important;width:min(1080px,100%)!important;margin:clamp(1.25rem,2vw,1.75rem) auto clamp(4rem,6vw,5.5rem)!important;padding:clamp(.75rem,1.2vw,1rem)!important;overflow:hidden!important}.pillow-centre-sealed-grid{grid-template-rows:auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-rows:auto!important;gap:clamp(.75rem,1.2vw,1rem)!important;width:100%!important;display:grid!important}.pillow-centre-sealed-item-1,.pillow-centre-sealed-item-2,.pillow-centre-sealed-item-3,.pillow-centre-sealed-item-4,.pillow-centre-sealed-item-5,.pillow-centre-sealed-item-6,.pillow-centre-sealed-item-7,.pillow-centre-sealed-item-8,.pillow-centre-sealed-item-9{grid-area:auto!important}.pillow-centre-sealed-item{aspect-ratio:1!important;cursor:pointer!important;background:#fff!important;border:0!important;width:100%!important;min-height:0!important;padding:0!important;position:relative!important;overflow:hidden!important}.pillow-centre-sealed-image{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;transition:transform .35s,filter .35s!important;display:block!important;transform:none!important}.pillow-centre-sealed-item:hover .pillow-centre-sealed-image{filter:saturate(1.04)contrast(1.02)!important;transform:scale(1.01)!important}.product-type-selected-detail{padding-bottom:clamp(3.5rem,5vw,5rem)!important}@media (max-width:900px){.product-type-gallery-wrap.is-pillow-centre-grid-gallery{width:min(760px,100%)!important;margin-bottom:3.5rem!important}.pillow-centre-sealed-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.product-type-gallery-wrap.is-pillow-centre-grid-gallery{width:calc(100% + 1.5rem)!important;margin-bottom:3rem!important;margin-left:-.75rem!important;padding:.55rem!important}.pillow-centre-sealed-grid{grid-template-columns:1fr!important;gap:.55rem!important}.pillow-centre-sealed-item{aspect-ratio:1!important}}.product-materials{background:#fff!important;padding:clamp(2.2rem,4vw,3.5rem) 0 clamp(2.4rem,4vw,3.8rem)!important}.product-materials h2{color:#050505!important;font-size:var(--fs-section-title)!important;letter-spacing:-.02em!important;text-align:center!important;text-transform:uppercase!important;font-weight:900!important;line-height:.95!important}.materials-copy{color:#050505!important;max-width:860px!important;font-size:var(--fs-base)!important;text-align:center!important;margin:.75rem auto 0!important;font-weight:600!important;line-height:1.35!important}.materials-grid{grid-template-columns:1fr!important;gap:1.35rem!important;width:min(920px,100%)!important;margin:clamp(2rem,3vw,2.6rem) auto 0!important;display:grid!important}.material-card.material-card-horizontal{background:#eee!important;border:0!important;border-radius:10px!important;grid-template-columns:.78fr 1.22fr!important;align-items:center!important;gap:clamp(1.5rem,3vw,3rem)!important;min-height:165px!important;padding:clamp(1.7rem,2.8vw,2.15rem) clamp(2rem,3.4vw,2.7rem)!important;display:grid!important;overflow:hidden!important;box-shadow:-2px 3px #a6ce39,5px 0 #234b9b,0 4px 9px #0000002e!important}.material-card.material-card-horizontal h3{color:#050505!important;letter-spacing:-.035em!important;text-align:left!important;text-transform:uppercase!important;max-width:250px!important;margin:0!important;font-size:clamp(1.85rem,2.65vw,2.45rem)!important;font-weight:900!important;line-height:1.05!important}.material-card-copy{max-width:430px!important;margin:0!important}.material-card.material-card-horizontal p{color:#050505!important;text-align:left!important;max-width:430px!important;margin:0!important;font-size:clamp(1.12rem,1.5vw,1.38rem)!important;font-weight:700!important;line-height:1.15!important}.material-card.material-card-horizontal span{color:#234b9b!important;text-align:left!important;max-width:430px!important;margin:.15rem 0 0!important;font-size:clamp(1.12rem,1.5vw,1.38rem)!important;font-weight:700!important;line-height:1.15!important;display:block!important}@media (max-width:900px){.materials-grid{width:min(720px,100%)!important}.material-card.material-card-horizontal{grid-template-columns:.85fr 1.15fr!important;gap:1.5rem!important}}@media (max-width:640px){.materials-grid{gap:1rem!important;width:100%!important}.material-card.material-card-horizontal{border-radius:10px!important;grid-template-columns:1fr!important;gap:1rem!important;min-height:auto!important;padding:1.35rem 1.2rem!important}.material-card.material-card-horizontal h3,.material-card.material-card-horizontal p,.material-card.material-card-horizontal span{text-align:left!important;max-width:100%!important}.material-card.material-card-horizontal h3{font-size:clamp(1.55rem,8vw,2rem)!important}.material-card.material-card-horizontal p,.material-card.material-card-horizontal span{font-size:1rem!important;line-height:1.25!important}}
