@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");:root{--pl-navy:#102f63;--pl-blue:#1769b4;--pl-action-blue:#1769b4;--pl-blue-soft:#eaf2fa;--pl-ink:#172f50;--pl-muted:#697786;--pl-line:#dbe3eb;--pl-paper:#ffffff;--pl-wash:#f5f8fb;--pl-red:#d8493f;--pl-navy-surface:#102f63;--pl-surface:#ffffff;--pl-scroll-thumb:#b8c7d8;--pl-font:"DM Sans","Helvetica Neue",sans-serif;--pl-display:"Manrope","Helvetica Neue",sans-serif}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--pl-scroll-thumb) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:8px;background:var(--pl-scroll-thumb);background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:var(--pl-blue)}html{scroll-behavior:smooth;scroll-padding-top:84px}body{margin:0;color:var(--pl-ink);background:var(--pl-paper);font-family:var(--pl-font);font-size:16px;-webkit-font-smoothing:antialiased}button,input{font:inherit}a{text-decoration:none}a,button{color:inherit}a:focus-visible,button:focus-visible{outline:3px solid #f1bd46;outline-offset:3px}::selection{color:white;background:var(--pl-blue)}.pl-site{min-width:320px;overflow:hidden;background:var(--pl-paper);transition:background-color .3s ease,color .3s ease}.pl-site[data-theme=dark],:root[data-theme=dark]{--pl-navy:#d8e8ff;--pl-blue:#91c2fa;--pl-action-blue:#285f96;--pl-blue-soft:#17253a;--pl-ink:#f1f5fb;--pl-muted:#aebbd0;--pl-line:#263449;--pl-paper:#070b12;--pl-wash:#0b111c;--pl-navy-surface:#050a12;--pl-surface:#111a29;--pl-scroll-thumb:#52627a;color-scheme:dark}.pl-header{min-height:76px;padding:10px max(8.5%,calc((100vw - 1200px) / 2));position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px;color:white;background:var(--pl-navy-surface);transition:background-color .3s ease}.pl-brand{display:inline-flex;align-items:center;gap:11px;flex:none;justify-self:start}.pl-brand-logo{width:auto;height:54px;display:block;object-fit:contain}.pl-header-actions{grid-column:3;grid-row:1;display:flex;justify-self:end;align-items:center;gap:10px}.pl-menu-toggle{width:42px;height:42px;display:none;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;color:white;background:transparent;cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease}.pl-menu-toggle:hover{color:var(--pl-navy-surface);background:white;transform:rotate(-5deg)}.pl-nav{grid-column:2;grid-row:1;display:flex;justify-self:center;justify-content:center;align-items:center;gap:33px;color:#e1e8f1;font-size:16px}.pl-nav a{padding:8px 0;position:relative;transition:color .2s ease}.pl-nav a:after{height:2px;position:absolute;right:0;bottom:2px;left:0;content:"";background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.pl-nav a:hover:after{transform:scaleX(1)}.pl-nav a:hover{color:white}.pl-theme-toggle{width:42px;height:42px;justify-self:end;flex:none;display:grid;place-items:center;border:1px solid rgba(255,255,255,.45);border-radius:50%;color:white;background:transparent;cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease}.pl-theme-toggle:hover{color:var(--pl-navy-surface);background:white;transform:rotate(-10deg)}.pl-home{max-width:1440px;min-height:584px;margin:0 auto;padding:67px 8.5% 66px;position:relative;display:grid;grid-template-columns:1fr .92fr;align-items:center;grid-gap:8%;gap:8%}.pl-home-copy{position:relative;z-index:1;animation:pl-rise .55s both;text-align:left}.pl-eyebrow,.pl-section-kicker{display:flex;align-items:center;gap:9px;color:var(--pl-muted);font-size:14px;font-weight:700;letter-spacing:.1em}.pl-home-copy .pl-eyebrow{justify-content:flex-start}.pl-eyebrow>span{width:7px;height:7px;border-radius:50%;background:var(--pl-red)}.pl-home h1{max-width:620px;margin:22px 0 13px;color:var(--pl-navy);font-family:var(--pl-display);font-size:56px;font-weight:800;line-height:1.08}.pl-home-subtitle{margin:0;color:var(--pl-blue);font-size:19px;font-weight:700;line-height:1.5}.pl-home-description{max-width:470px;margin:21px 0 0;color:var(--pl-muted);font-size:18px;line-height:1.7}.pl-home-actions{margin-top:27px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:20px}.pl-primary-link{min-height:48px;padding:0 15px;display:inline-flex;align-items:center;gap:16px;border-radius:2px;color:white;background:var(--pl-action-blue);font-size:15px;font-weight:700;transition:background .18s ease,transform .18s ease}.pl-primary-link:hover{background:var(--pl-navy);transform:translateY(-1px)}.pl-home-contact{margin-top:36px;padding-top:15px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:10px;border-top:1px solid var(--pl-line);color:var(--pl-muted);font-size:14px}.pl-home-contact a{color:var(--pl-navy)}.pl-home-contact a:hover{text-decoration:underline}.pl-home-gallery{min-height:352px;position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:12px;gap:12px;animation:pl-fade .75s both}.pl-gallery-tile{min-height:155px;position:relative;overflow:hidden;background:#edf2f6}.pl-gallery-tile:after{position:absolute;inset:45% 0 0;content:"";background:linear-gradient(transparent,rgba(16,47,99,.58))}.pl-gallery-tile img{width:100%;height:100%;min-height:155px;display:block;object-fit:cover;transition:transform .4s ease}.pl-gallery-tile:hover img{transform:scale(1.035)}.pl-gallery-tile>span{position:absolute;z-index:1;bottom:12px;left:13px;color:white;font-size:15px;font-weight:700}.pl-gallery-tile.tile-1{grid-row:span 2}.pl-gallery-tile.tile-1,.pl-gallery-tile.tile-1 img{min-height:322px}.pl-gallery-stamp{width:89px;height:89px;position:absolute;z-index:2;right:-22px;bottom:28px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;border:1px solid var(--pl-line);border-radius:50%;color:var(--pl-navy);background:var(--pl-surface);text-align:center;transform:rotate(7deg)}.pl-gallery-stamp svg{color:var(--pl-red)}.pl-gallery-stamp span{max-width:68px;font-size:12px;font-weight:700;line-height:1.35}.pl-products{padding:74px max(8.5%,calc((100vw - 1200px) / 2)) 83px;background:var(--pl-wash);transition:background-color .3s ease}.pl-section-heading{max-width:1200px;margin:0 auto;display:flex;justify-content:flex-start;align-items:center;gap:20px;text-align:left}.pl-section-heading>div{width:100%}.pl-section-kicker{color:var(--pl-blue)}.pl-section-heading .pl-section-kicker{justify-content:flex-start}.pl-contact h2,.pl-section-heading h2{margin:9px 0 7px;color:var(--pl-navy);font-family:var(--pl-display);font-size:44px;font-weight:800;line-height:1.16}.pl-section-heading p{max-width:760px;margin:0;color:var(--pl-muted);font-size:16px;line-height:1.7}.pl-category-nav{max-width:1200px;margin:27px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #ccd8e4;border-bottom:1px solid #ccd8e4}.pl-category-nav a{min-height:58px;padding:0 15px;display:flex;align-items:center;gap:11px;color:var(--pl-navy);font-size:15px;font-weight:700;transition:background-color .22s ease,color .22s ease,padding .22s ease}.pl-category-nav a+a{border-left:1px solid var(--pl-line)}.pl-category-nav a:hover{padding-left:19px;background:var(--pl-surface)}.pl-category-nav a>svg{margin-left:auto;color:var(--pl-blue)}.pl-category{max-width:1200px;margin:50px auto 0;scroll-margin-top:22px}.pl-category-heading{margin-bottom:20px;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;grid-gap:11px;gap:11px;text-align:left}.pl-category-heading h3{margin:0;color:var(--pl-navy);font-family:var(--pl-display);font-size:28px;font-weight:800;line-height:1.25}.pl-category-heading p{max-width:720px;margin:5px 0 0;color:var(--pl-muted);font-size:15px;line-height:1.6}.pl-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;grid-gap:16px;gap:16px}.pl-product{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--pl-line);border-radius:14px;background:var(--pl-surface);animation:pl-rise .4s both;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background-color .3s ease}.pl-product:hover{border-color:#a9bfd7;box-shadow:0 12px 28px rgba(16,47,99,.1);transform:translateY(-4px)}.pl-product:nth-child(2){animation-delay:50ms}.pl-product:nth-child(3){animation-delay:.1s}.pl-product-photo{height:228px;position:relative;overflow:hidden;border-radius:13px 13px 0 0;background:#edf2f6}.pl-product-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.pl-product:hover .pl-product-photo img{transform:scale(1.035)}.pl-product-copy{padding:16px 16px 14px;flex:1 1;display:flex;flex-direction:column}.pl-product-copy h3{margin:0;color:var(--pl-navy);font-size:19px;font-weight:700;line-height:1.4}.pl-product-audience{margin:5px 0 0;color:var(--pl-blue);font-size:14px;font-weight:700;line-height:1.5}.pl-product-copy ul{min-height:73px;margin:11px 0 13px;padding:0;list-style:none}.pl-product-copy li{margin:0 0 7px;display:flex;align-items:baseline;gap:8px;color:var(--pl-muted);font-size:14px;line-height:1.45}.pl-product-copy li:before{width:4px;height:4px;flex:none;display:inline-block;border-radius:50%;content:"";background:var(--pl-blue)}.pl-product-bottom{margin-top:auto;padding-top:11px;display:flex;justify-content:space-between;align-items:center;gap:9px;border-top:1px solid #e8edf2}.pl-price-note{color:var(--pl-muted);font-size:13px}.pl-add-button{min-height:40px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #bfd0e0;border-radius:2px;color:var(--pl-navy);background:var(--pl-surface);cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap;transition:color .18s ease,background .18s ease,border-color .18s ease}.pl-add-button:hover{border-color:var(--pl-action-blue);color:white;background:var(--pl-action-blue)}.pl-card-stepper{min-height:40px;display:inline-flex;align-items:center;border:1px solid var(--pl-blue)}.pl-card-stepper button{width:39px;height:38px;display:grid;place-items:center;border:0;color:var(--pl-navy);background:var(--pl-surface);cursor:pointer}.pl-card-stepper button:hover{color:white;background:var(--pl-action-blue)}.pl-card-stepper>span{min-width:34px;color:var(--pl-navy);text-align:center;font-size:16px;font-weight:700}.pl-contact{padding:62px max(8.5%,calc((100vw - 1200px) / 2));display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:39px;gap:39px;color:white;background:var(--pl-navy-surface);transition:background-color .3s ease}.pl-contact-intro{text-align:left}.pl-contact-intro .pl-section-kicker{justify-content:flex-start}.pl-contact .pl-section-kicker{color:#9cbfe4}.pl-contact h2{margin-top:10px;color:white;font-size:40px}.pl-contact-intro>p{max-width:410px;margin:11px 0 0;color:#d5dfeb;font-size:15px;line-height:1.8}.pl-contact-intro .pl-thank-you{margin-top:27px;color:white;font-weight:600}.pl-contact-details{width:min(100%,440px);justify-self:end;display:grid;grid-gap:0;gap:0;padding:8px 0}.pl-contact-item{display:flex;justify-content:flex-start;align-items:flex-start;gap:12px}.pl-contact-item+.pl-contact-item{padding-top:14px;border-top:1px solid rgba(255,255,255,.16)}.pl-contact-item{padding-bottom:14px}.pl-contact-item:last-child{padding-bottom:0}.pl-contact-item>div{text-align:left}.pl-contact-icon{width:32px;height:32px;flex:none;display:grid;place-items:center;border:1px solid rgba(255,255,255,.26);color:#dce8f5}.pl-contact-item h3{margin:0 0 4px;color:#b8c8dc;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.pl-contact-item a,.pl-contact-item>div>span{margin:0 12px 4px 0;display:block;color:white;font-size:15px;line-height:1.5}.pl-contact-item a:hover{text-decoration:underline}.pl-footer{min-height:73px;padding:15px max(8.5%,calc((100vw - 1200px) / 2));display:flex;justify-content:space-between;align-items:center;gap:15px;color:var(--pl-muted);background:var(--pl-surface);font-size:13px;transition:background-color .3s ease,color .3s ease}.pl-footer-logo{width:auto;height:70px;display:block;object-fit:contain;margin-bottom:10px}.pl-footer a:last-child{color:var(--pl-navy)}.pl-footer>span{max-width:100%;line-height:1.5}.pl-cart-layer{position:fixed;z-index:20;inset:0;display:flex;justify-content:flex-end}.pl-cart-scrim{position:absolute;inset:0;border:0;background:rgba(10,26,49,.48);cursor:default;animation:pl-fade .2s both}.pl-cart-panel{width:min(490px,100%);height:100%;position:relative;display:flex;flex-direction:column;background:var(--pl-surface);box-shadow:-12px 0 46px rgba(10,26,49,.18);animation:pl-slide .25s both;transition:background-color .3s ease}.pl-cart-heading{min-height:92px;padding:19px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--pl-line)}.pl-cart-heading h2{margin:7px 0 0;color:var(--pl-navy);font-family:var(--pl-display);font-size:25px;font-weight:800}.pl-cart-heading h2 span{color:var(--pl-muted);font-family:var(--pl-font);font-size:15px;font-weight:500}.pl-icon-button{width:35px;height:35px;display:grid;place-items:center;border:1px solid var(--pl-line);border-radius:50%;color:var(--pl-navy);background:var(--pl-surface);cursor:pointer}.pl-cart-items{flex:1 1;padding:0 22px;overflow-y:auto}.pl-cart-item{padding:15px 0;display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--pl-line)}.pl-cart-item>img{width:62px;height:65px;flex:none;object-fit:cover;background:var(--pl-wash)}.pl-cart-item-copy{min-width:0;flex:1 1}.pl-cart-item-copy>strong{display:block;color:var(--pl-navy);font-size:14px;line-height:1.45}.pl-cart-item-copy>span{margin-top:3px;display:block;color:var(--pl-muted);font-size:13px;line-height:1.4}.pl-quantity-control{width:-moz-fit-content;width:fit-content;height:27px;margin-top:9px;display:flex;align-items:center;border:1px solid var(--pl-line)}.pl-quantity-control button{width:26px;height:25px;display:grid;place-items:center;border:0;color:var(--pl-navy);background:var(--pl-surface);cursor:pointer}.pl-quantity-control span{min-width:26px;color:var(--pl-ink);text-align:center;font-size:14px}.pl-remove-button{padding:5px;border:0;color:var(--pl-muted);background:transparent;cursor:pointer;font-size:13px}.pl-remove-button:hover{color:var(--pl-red)}.pl-cart-actions{padding:15px 22px 22px;border-top:1px solid var(--pl-line)}.pl-cart-actions>p{margin:0 0 13px;color:var(--pl-muted);font-size:14px}.pl-send-email,.pl-send-text{width:100%;min-height:48px;margin-top:8px;padding:0 12px;display:flex;align-items:center;gap:9px;border:1px solid var(--pl-navy-surface);color:white;background:var(--pl-navy-surface);cursor:pointer;font-size:14px;font-weight:700;text-align:left;transition:background .18s ease}.pl-send-email:hover,.pl-send-text:hover{background:var(--pl-action-blue)}.pl-send-email>svg:last-child,.pl-send-text>svg:last-child{margin-left:auto}.pl-send-text{color:var(--pl-navy);background:var(--pl-surface)}.pl-send-text:hover{color:white}.pl-continue{width:100%;margin-top:13px;padding:9px;border:0;color:var(--pl-muted);background:transparent;cursor:pointer;font-size:14px}.pl-continue:hover{color:var(--pl-navy)}.pl-cart-empty{flex:1 1;padding:25px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.pl-cart-empty>span{width:56px;height:56px;display:grid;place-items:center;color:var(--pl-blue);background:var(--pl-blue-soft)}.pl-cart-empty>strong{margin-top:15px;color:var(--pl-navy);font-size:17px}.pl-cart-empty p{margin:8px 0 15px;color:var(--pl-muted);font-size:14px;line-height:1.6}.pl-cart-empty .pl-send-email{width:auto;min-height:39px}.pl-floating-quote{min-height:58px;position:fixed;z-index:15;right:25px;bottom:24px;padding:0 14px;display:flex;align-items:center;gap:11px;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:white;background:var(--pl-navy-surface);box-shadow:0 12px 32px rgba(5,15,30,.3);cursor:pointer;font-size:15px;font-weight:700;animation:pl-rise .28s both;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.pl-floating-quote:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(5,15,30,.4);background:var(--pl-action-blue)}.pl-floating-quote-count{min-width:27px;height:27px;padding:0 5px;display:grid;place-items:center;border-radius:50%;color:var(--pl-navy-surface);background:white;font-size:14px}.pl-reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}.pl-reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes pl-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pl-fade{0%{opacity:0}to{opacity:1}}@keyframes pl-slide{0%{opacity:.7;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}@keyframes pl-menu-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.pl-header{padding-right:6%;padding-left:6%;grid-template-columns:minmax(0,1fr) auto}.pl-header-actions{grid-column:2}.pl-menu-toggle{display:grid}.pl-nav{width:min(280px,calc(100vw - 36px));padding:8px;position:absolute;z-index:12;top:calc(100% + 8px);right:6%;display:none;flex-direction:column;align-items:stretch;gap:3px;border:1px solid var(--pl-line);border-radius:6px;color:var(--pl-navy);background:var(--pl-surface);box-shadow:0 16px 38px rgba(8,25,48,.2);font-size:15px;animation:pl-menu-in .18s ease both}.pl-nav a,.pl-nav[data-open=true]{display:flex}.pl-nav a{min-height:46px;padding:0 14px;align-items:center;border-radius:3px}.pl-nav a:after{display:none}.pl-nav a:hover{color:var(--pl-navy);background:var(--pl-blue-soft)}.pl-footer{min-height:190px;padding:25px 6%;flex-direction:column;justify-content:center;gap:17px;font-size:14px;text-align:center}.pl-home{min-height:520px;padding:55px 6%;gap:5%}.pl-home h1{font-size:42px}.pl-home-gallery{min-height:310px}.pl-gallery-tile.tile-1,.pl-gallery-tile.tile-1 img{min-height:280px}.pl-gallery-tile,.pl-gallery-tile img{min-height:134px}.pl-footer,.pl-products{padding-right:6%;padding-left:6%}.pl-product-grid{gap:12px}.pl-product-photo{height:190px}.pl-product-copy{padding:13px 12px}.pl-product-bottom{align-items:flex-start;flex-direction:column}.pl-contact{padding-right:6%;padding-left:6%;grid-template-columns:1fr 1fr;gap:25px}}@media (max-width:620px){html{scroll-padding-top:70px}.pl-header{min-height:68px;padding:8px 18px;grid-template-columns:1fr auto;gap:12px}.pl-brand{gap:7px}.pl-brand-logo{width:auto;height:45px}.pl-header-actions{gap:15px}.pl-menu-toggle,.pl-theme-toggle{width:38px;height:38px}.pl-nav{right:18px}.pl-home{min-height:auto;padding:38px 18px 54px;display:flex;flex-direction:column;align-items:stretch;gap:28px}.pl-eyebrow,.pl-section-kicker{font-size:12px}.pl-home h1{margin:15px 0 10px;font-size:42px;line-height:1.12}.pl-home-subtitle{font-size:17px}.pl-home-description{margin-top:13px;font-size:16px}.pl-home-actions{margin-top:19px;gap:14px}.pl-primary-link{min-height:41px}.pl-home-contact{margin-top:22px;font-size:13px}.pl-home-gallery{min-height:235px;gap:8px}.pl-gallery-tile,.pl-gallery-tile img{min-height:111px}.pl-gallery-tile.tile-1,.pl-gallery-tile.tile-1 img{min-height:230px}.pl-gallery-tile>span{bottom:8px;left:8px;font-size:13px}.pl-gallery-stamp{width:72px;height:72px;right:-5px;bottom:12px}.pl-gallery-stamp span{font-size:12px}.pl-products{padding:44px 18px 52px}.pl-contact h2,.pl-section-heading h2{font-size:36px}.pl-section-heading p{font-size:15px}.pl-category-nav{margin-top:21px;grid-template-columns:1fr}.pl-category-nav a{min-height:48px;padding:0 8px;font-size:14px}.pl-category-nav a+a{border-top:1px solid #ccd8e4;border-left:0}.pl-category{margin-top:37px;scroll-margin-top:15px}.pl-category-heading{grid-template-columns:minmax(0,1fr);gap:7px}.pl-category-heading h3{font-size:22px}.pl-category-heading p{font-size:14px}.pl-product-grid{grid-template-columns:minmax(0,1fr);gap:16px}.pl-product-photo{height:auto;aspect-ratio:1.65/1}.pl-product-copy{padding:15px 14px}.pl-product-copy h3{font-size:18px}.pl-product-audience{font-size:13px}.pl-product-copy ul{min-height:0;margin:10px 0 13px}.pl-product-copy li{margin-bottom:6px;gap:6px;font-size:13px}.pl-product-bottom{padding-top:8px;gap:7px}.pl-price-note{font-size:12px}.pl-add-button{width:100%;min-height:39px;padding:0 5px;font-size:12px}.pl-card-stepper{width:100%;justify-content:space-between}.pl-card-stepper button{width:39px;height:37px}.pl-card-stepper>span{flex:1 1;font-size:14px}.pl-contact{padding:41px 18px;display:flex;flex-direction:column;align-items:stretch;gap:24px}.pl-contact h2{margin-top:8px}.pl-contact-intro>p{font-size:14px}.pl-contact-intro .pl-thank-you{margin-top:17px}.pl-contact-details{width:100%;align-self:stretch;gap:0}.pl-contact-item a,.pl-contact-item>div>span{font-size:14px}.pl-footer{min-height:190px;padding:25px 18px;align-items:center;gap:17px;font-size:13px}.pl-footer-logo{width:auto;height:50px;margin-bottom:15px}.pl-floating-quote{right:14px;bottom:14px;min-height:52px;padding:0 12px;font-size:14px}}@media (max-width:380px){.pl-home h1{font-size:36px}.pl-home-subtitle{font-size:15px}.pl-category-heading h3{font-size:20px}.pl-product-photo{aspect-ratio:1.5/1}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.pl-reveal{opacity:1;transform:none}}