:root{--ink: #0a0a0a;--ink-soft: #1a1a1a;--ink-muted: #6b6b6b;--ink-faint: #a3a3a3;--bone: #fafaf7;--paper: #ffffff;--line: #eaeaea;--line-soft: #f2f2f0;--accent: #0a0a0a;--accent-cream: #f3efe6;--success: #0f766e;--danger: #b91c1c;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--radius-xl: 28px;--ease-out: cubic-bezier(.22, 1, .36, 1)}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{scroll-behavior:smooth;background:var(--paper);padding:env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left)}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-feature-settings:"ss01","cv11"}img{display:block;max-width:100%}::selection{background:var(--ink);color:var(--paper)}.font-display{font-family:"Instrument Serif",ui-serif,Georgia,serif;letter-spacing:-.02em;font-weight:400}em.italic,.italic em{font-style:italic}img{opacity:0;animation:img-reveal .6s var(--ease-out) forwards}img[src=""]{animation:none}@keyframes img-reveal{0%{opacity:0;filter:blur(4px);transform:scale(1.01)}to{opacity:1;filter:blur(0);transform:scale(1)}}.border-hairline{border:.5px solid var(--line)}.border-t-hairline{border-top:.5px solid var(--line)}.border-b-hairline{border-bottom:.5px solid var(--line)}.elev-1{box-shadow:0 1px 2px #0a0a0a0a,0 0 0 .5px var(--line)}.elev-2{box-shadow:0 10px 40px -12px #0a0a0a14,0 2px 6px #0a0a0a0a,0 0 0 .5px var(--line)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--ink);color:var(--paper);border:none;cursor:pointer;border-radius:var(--radius);padding:.95rem 1.5rem;font-family:inherit;font-weight:500;font-size:1rem;letter-spacing:-.01em;text-decoration:none;transition:transform .2s var(--ease-out),background .2s var(--ease-out),opacity .2s var(--ease-out),box-shadow .2s var(--ease-out)}.btn-primary:hover{background:var(--ink-soft);box-shadow:0 4px 20px -6px #0a0a0a40}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:var(--ink);border:.5px solid var(--line);cursor:pointer;border-radius:var(--radius);padding:.9rem 1.5rem;font-family:inherit;font-weight:500;font-size:1rem;text-decoration:none;transition:all .2s var(--ease-out)}.btn-ghost:hover{background:var(--bone);border-color:var(--line-soft)}.btn-ghost:active{transform:scale(.98)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--line-soft) 0%,var(--line) 50%,var(--line-soft) 100%);background-size:200% 100%;animation:shimmer 1.8s linear infinite;border-radius:var(--radius-sm)}.grain{position:relative}.grain:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.grain-strong:before{opacity:.18}.grain-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}.card-hover{transition:background .2s var(--ease-out)}.link-hover{position:relative}.link-hover:after{content:"";position:absolute;left:0;bottom:-1px;width:0;height:.5px;background:var(--ink);transition:width .3s var(--ease-out)}.link-hover:hover:after{width:100%}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}.reveal-y20{transform:translateY(20px)}.reveal-y60{transform:translateY(60px)}.reveal.in{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}.reveal-d4{transition-delay:.4s}.reveal-d5{transition-delay:.5s}.stagger>*{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.stagger.in>*:nth-child(1){transition-delay:0ms}.stagger.in>*:nth-child(2){transition-delay:80ms}.stagger.in>*:nth-child(3){transition-delay:.16s}.stagger.in>*:nth-child(4){transition-delay:.24s}.stagger.in>*:nth-child(5){transition-delay:.32s}.stagger.in>*:nth-child(6){transition-delay:.4s}.stagger.in>*:nth-child(7){transition-delay:.48s}.stagger.in>*:nth-child(8){transition-delay:.56s}.stagger.in>*:nth-child(9){transition-delay:.64s}.stagger.in>*{opacity:1;transform:translateY(0)}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 2s cubic-bezier(0,0,.2,1) infinite}details[open]>summary .plus{transform:rotate(45deg);background:var(--bone)}.plus{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;border:.5px solid var(--line);color:var(--ink-muted);font-size:18px;line-height:1;transition:transform .2s var(--ease-out),background .2s var(--ease-out);flex-shrink:0}summary{list-style:none;cursor:pointer}summary::-webkit-details-marker{display:none}@keyframes page-enter{0%{opacity:0}to{opacity:1}}body{animation:page-enter .4s ease-out}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a66;z-index:100;opacity:0;pointer-events:none;transition:opacity .35s var(--ease-out);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:460px;background:var(--paper);z-index:101;transform:translate(100%);transition:transform .45s var(--ease-out);display:flex;flex-direction:column}.drawer.open{transform:translate(0)}.gallery-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.gallery-slide{scroll-snap-align:start;scroll-snap-stop:always}.gallery-thumb{border:.5px solid transparent;transition:border-color .2s var(--ease-out);opacity:1;cursor:pointer;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;touch-action:manipulation}.gallery-thumb.active{opacity:1}.floating-cta{position:fixed;bottom:0;left:0;right:0;z-index:40;transform:translateY(100%);transition:transform .4s var(--ease-out);box-shadow:0 -10px 40px -20px #0a0a0a2e}.floating-cta.show{transform:translateY(0)}.img-placeholder{background:var(--bone);border:.5px dashed var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--ink-faint);text-align:center;padding:1.25rem;position:relative;overflow:hidden}.img-placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(45deg,var(--line-soft) 25%,transparent 25%),linear-gradient(-45deg,var(--line-soft) 25%,transparent 25%);background-size:16px 16px;background-position:0 0,0 8px;opacity:.35;pointer-events:none;z-index:0}.img-placeholder>*{position:relative;z-index:1}.img-placeholder .icon{opacity:.45}.img-placeholder .label{font-size:9px;letter-spacing:.22em;text-transform:uppercase;font-weight:500;color:var(--ink-muted)}.img-placeholder .brief{font-size:11px;font-style:italic;opacity:.85;max-width:240px;line-height:1.45;color:var(--ink-faint)}.drawer__footer{line-height:1.4}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--paper);overflow:hidden;max-height:0;opacity:0;pointer-events:none;visibility:hidden;transition:max-height .35s var(--ease-out),opacity .2s ease,visibility 0s linear .35s}.mobile-menu.open{max-height:80vh;opacity:1;pointer-events:auto;visibility:visible;border-bottom:1px solid var(--line);box-shadow:0 10px 30px -15px #0a0a0a2e;transition:max-height .35s var(--ease-out),opacity .2s ease,visibility 0s}.mobile-menu details>summary::-webkit-details-marker{display:none}.mobile-menu details>summary{list-style:none}.mobile-menu details[open] .mobile-menu__chevron{transform:rotate(180deg)}.mobile-menu__chevron{transition:transform .2s var(--ease-out)}.payment-icons{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.3rem;margin-top:.75rem;max-width:100%}.payment-icons>*{height:1.3rem!important;width:auto!important;flex:0 0 auto;display:block;max-width:100%}.payment-icons img,.payment-icons svg{height:1.3rem;width:auto;flex:0 0 auto;display:block}.type-pill{padding:.55rem 1.4rem;border-radius:9999px;font-size:.875rem;font-weight:500;background:transparent;color:var(--ink);border:none;cursor:pointer;transition:background .2s var(--ease-out),color .2s var(--ease-out)}.type-pill.active{background:var(--ink);color:var(--paper)}.worn-by-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.worn-by-row>*{pointer-events:none}.worn-by-row>* .card-hover{pointer-events:auto}.worn-by-row>.card-hover{transform:none!important;box-shadow:none!important}.worn-by-row>.card-hover:hover{transform:none!important;box-shadow:none!important}.worn-by-row>*{width:calc((100% - 1rem)/2)}@media(min-width:1024px){.worn-by-row>*{width:calc((100% - 2rem) / 3)}}.nav-dropdown{position:relative}.nav-dropdown__panel{position:absolute;top:100%;margin-top:6px;left:-14px;min-width:200px;background:var(--paper);border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 32px -16px #0a0a0a38;padding:8px;opacity:0;transform:translateY(-4px);pointer-events:none;visibility:hidden;transition:transform .18s var(--ease-out),opacity .14s ease,visibility 0s linear .18s}.nav-dropdown__panel:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px;background:transparent}.nav-dropdown:hover .nav-dropdown__panel,.nav-dropdown:focus-within .nav-dropdown__panel{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible;transition:transform .18s var(--ease-out),opacity .14s ease,visibility 0s}.nav-dropdown__link{display:block;padding:8px 12px;font-size:13px;color:var(--ink);border-radius:6px}.nav-dropdown__chevron{transition:transform .18s var(--ease-out)}.nav-dropdown:hover .nav-dropdown__chevron,.nav-dropdown:focus-within .nav-dropdown__chevron{transform:rotate(180deg)}.site-topbar{position:fixed;top:0;left:0;right:0;z-index:30;transform:translateY(0);transition:transform .3s cubic-bezier(.22,1,.36,1);will-change:transform}.site-topbar.is-hidden{transform:translateY(-100%)}body{padding-top:var(--topbar-h, 0px)}.custom-cart-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;padding:0;color:#0a0a0a;background:none;border:none;cursor:pointer;overflow:visible;transition:opacity .2s var(--ease-out)}.custom-cart-icon:hover{opacity:.7}.custom-cart-icon:focus,.custom-cart-icon:active,.custom-cart-icon:focus-visible{outline:none;box-shadow:none}.custom-cart-icon__svg{display:flex;align-items:center;justify-content:center;line-height:0}.custom-cart-icon__svg svg{width:24px;height:24px;display:block}.custom-cart-count{position:absolute;top:6px;right:4px;width:17px!important;min-width:17px!important;max-width:17px!important;height:17px!important;min-height:17px!important;max-height:17px!important;aspect-ratio:1 / 1;border-radius:50%;background:#0a0a0a;color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1;padding:0!important;box-sizing:border-box;white-space:nowrap;flex-shrink:0;z-index:3}.custom-cart-count:before,.custom-cart-count:after{display:none!important;content:none!important}@media screen and (max-width:749px){.custom-cart-icon{width:2.4rem;height:2.4rem}.custom-cart-icon__svg svg{width:22px;height:22px}.custom-cart-count{top:5px;right:4px;width:15px!important;min-width:15px!important;max-width:15px!important;height:15px!important;min-height:15px!important;max-height:15px!important;font-size:9px}}.pay-gpay-blue{color:#4285f4;font-weight:700}.pay-gpay-red{color:#ea4335;font-weight:700}.pay-gpay-yellow{color:#fbbc04;font-weight:700}.pay-gpay-green{color:#34a853;font-weight:700}.upsell-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--line-soft)}.upsell-row:first-child{border-top:none}.upsell-thumb{width:56px;height:56px;flex-shrink:0;border-radius:8px;background:var(--bone);display:flex;align-items:center;justify-content:center;border:.5px dashed var(--line);color:var(--ink-faint)}.upsell-info{flex:1;min-width:0}.upsell-title{font-family:var(--font-display);font-size:15px;font-weight:400;line-height:1.2;letter-spacing:-.005em;color:var(--ink)}.upsell-desc{font-size:11px;color:var(--ink-muted);line-height:1.35;margin-top:2px}.upsell-price{font-family:var(--font-display);font-size:14px;margin-top:4px;color:var(--ink)}.upsell-add{background:var(--ink);color:var(--paper);border:none;padding:7px 14px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .2s var(--ease-out),transform .1s var(--ease-out);white-space:nowrap;flex-shrink:0}.upsell-add:hover{background:var(--ink-soft)}.upsell-add:active{transform:scale(.96)}.upsell-card{display:flex;flex-direction:column;border:.5px solid var(--line);border-radius:12px;background:var(--paper);overflow:hidden;transition:border-color .2s var(--ease-out)}.upsell-card:hover{border-color:var(--ink)}.upsell-card-thumb{aspect-ratio:1;background:var(--bone);border-bottom:.5px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink-faint)}.upsell-card-body{padding:14px}.upsell-card-add{width:100%;margin-top:10px;padding:8px;background:transparent;color:var(--ink);border:.5px solid var(--ink);border-radius:6px;font-size:12px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:all .2s var(--ease-out)}.upsell-card-add:hover{background:var(--ink);color:var(--paper)}.express-btn{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;height:44px;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;letter-spacing:.02em;transition:opacity .2s var(--ease-out)}.express-btn:hover{opacity:.85}.express-applepay,.express-gpay{background:#000;color:#fff}.express-shoppay{background:#5a31f4;color:#fff}.swatch{display:inline-block;width:16px;height:16px;border-radius:999px;border:.5px solid var(--line);vertical-align:middle}.colour-swatch{background:none;border:none;padding:4px;cursor:pointer;border-radius:999px;outline:1px solid transparent;outline-offset:2px;transition:outline-color .2s var(--ease-out)}.colour-swatch .swatch{display:block;width:28px;height:28px;border-radius:999px;border:.5px solid var(--line);transition:transform .2s var(--ease-out)}.colour-swatch:hover .swatch{transform:scale(1.06)}.colour-swatch.active{outline:1.5px solid var(--ink)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}.stagger>*{opacity:1;transform:none}}#shopify-pc__banner{position:fixed!important;bottom:0!important;left:0!important;width:100%!important;z-index:2147483647!important;padding:0!important;margin:0!important}.shopify-pc__banner__dialog,#shopify-pc__banner>div{background-color:#fff!important;background:#fff!important;width:100%!important;max-width:100%!important;border-radius:0!important;box-shadow:0 -4px 20px #0a0a0a0f;padding:16px 24px!important;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;text-align:left!important;box-sizing:border-box!important}.shopify-pc__banner__dialog,.shopify-pc__banner__dialog *{color:#0a0a0a!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:12px!important;line-height:1.5!important;font-weight:400!important}.shopify-pc__banner__title,.shopify-pc__banner__dialog h2,#shopify-pc__banner__body-title{color:#0a0a0a!important;margin:0 0 6px!important;padding:0!important;letter-spacing:-.01em!important;font-size:12px!important;line-height:1.4!important;font-weight:500!important}.shopify-pc__banner__dialog p,.shopify-pc__banner__body p{color:#0a0a0a!important;margin:0!important;max-width:1100px!important}.shopify-pc__banner__body,#shopify-pc__banner__body,.shopify-pc__banner__body-content,#shopify-pc__banner__body-content{flex:1 1 auto!important;min-width:0!important}.shopify-pc__banner__dialog a,#shopify-pc__banner__body-policy-link{color:#0a0a0a!important;text-decoration:underline!important;text-underline-offset:2px!important}#shopify-pc__banner__btn-manage-prefs,.shopify-pc__banner__btn-manage-prefs,a[href*=manage][class*=prefs],a[href*=preferences]{text-decoration:none!important}.shopify-pc__banner__btns,.shopify-pc__banner__btns-granular{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:10px;width:240px!important;max-width:240px!important;margin:0!important;position:relative!important}.shopify-pc__banner__btns button,.shopify-pc__banner__btns-granular button{margin:0!important;position:static!important;float:none!important}.shopify-pc__banner__dialog button,.shopify-pc__prefs button,#shopify-pc__prefs button{appearance:none!important;-webkit-appearance:none!important;text-transform:none!important;box-shadow:none!important;outline:none!important;border:0!important;cursor:pointer!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;transition:background .2s cubic-bezier(.22,1,.36,1),opacity .2s cubic-bezier(.22,1,.36,1)!important}#shopify-pc__banner__btn-accept,.shopify-pc__banner__btn-accept{background-color:#0a0a0a!important;color:#fff!important;border:1px solid #0a0a0a!important;border-radius:14px!important;padding:10px 16px!important;min-height:38px!important;width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:600!important;letter-spacing:-.01em!important;white-space:nowrap!important}#shopify-pc__banner__btn-accept:hover,.shopify-pc__banner__btn-accept:hover{background-color:#1a1a1a!important}#shopify-pc__banner__btn-manage-prefs,.shopify-pc__banner__btn-manage-prefs{background:transparent!important;background-color:transparent!important;color:#0a0a0a!important;-webkit-text-fill-color:#0a0a0a!important;border:.5px solid #eaeaea!important;border-radius:14px!important;padding:10px 16px!important;min-height:38px!important;width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:500!important;letter-spacing:-.01em!important;white-space:nowrap!important}#shopify-pc__banner__btn-manage-prefs:hover,.shopify-pc__banner__btn-manage-prefs:hover{background-color:#fafaf7!important}@media(min-width:768px){.shopify-pc__banner__btns,.shopify-pc__banner__btns-granular{width:400px!important;max-width:400px!important}#shopify-pc__banner__btn-accept,#shopify-pc__banner__btn-manage-prefs,.shopify-pc__banner__btn-accept,.shopify-pc__banner__btn-manage-prefs{width:100%!important;min-width:0!important;max-width:100%!important}}#shopify-pc__banner__btn-decline,.shopify-pc__banner__btn-decline{display:none!important}#shopify-pc__banner__btn-accept{order:1!important}#shopify-pc__banner__btn-manage-prefs{order:2!important}.shopify-pc__prefs,#shopify-pc__prefs,[id*=shopify-pc__prefs],.shopify-pc__prefs__wrapper{z-index:2147483648!important}.shopify-pc__prefs,.shopify-pc__prefs__dialog,#shopify-pc__prefs,[class*=shopify-pc__prefs]:not(.shopify-pc__prefs__overlay),.shopify-pc__prefs__content,.shopify-pc__prefs__body,[class*=prefs__content],[class*=prefs__body]{background-color:#fff!important;background:#fff!important;color:#0a0a0a!important}.shopify-pc__prefs *,.shopify-pc__prefs__dialog *,#shopify-pc__prefs *,[class*=shopify-pc__prefs] *{color:#0a0a0a!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:12px!important;line-height:1.5!important;font-weight:400!important}#shopify-pc__prefs__header-actions,.shopify-pc__prefs__header-actions,[class*=prefs__header-actions],[id*=prefs__header-actions]{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:16px!important;align-items:center!important;justify-content:flex-start!important}#shopify-pc__prefs__header-accept,.shopify-pc__prefs #shopify-pc__prefs__header-accept{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:180px!important;margin:0!important;padding:12px 18px!important;border-radius:14px!important;border:1px solid #0a0a0a!important;background-color:#0a0a0a!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;font-weight:600!important;letter-spacing:-.01em!important}#shopify-pc__prefs__header-accept:hover{background-color:#1a1a1a!important}#shopify-pc__prefs__header-save,.shopify-pc__prefs #shopify-pc__prefs__header-save{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:180px!important;margin:0!important;padding:12px 18px!important;border-radius:14px!important;border:.5px solid #eaeaea!important;background:transparent!important;background-color:transparent!important;color:#0a0a0a!important;-webkit-text-fill-color:#0a0a0a!important;font-weight:500!important;letter-spacing:-.01em!important}#shopify-pc__prefs__header-save:hover{background-color:#fafaf7!important}#shopify-pc__prefs__header-decline,.shopify-pc__prefs #shopify-pc__prefs__header-decline{display:none!important}@media(min-width:768px){#shopify-pc__prefs__header-accept,#shopify-pc__prefs__header-save,.shopify-pc__prefs #shopify-pc__prefs__header-accept,.shopify-pc__prefs #shopify-pc__prefs__header-save{width:200px!important;min-width:200px!important}}.shopify-pc__prefs *,.shopify-pc__prefs *:before,.shopify-pc__prefs *:after{box-shadow:none!important}.shopify-pc__prefs *:focus,.shopify-pc__prefs *:focus-visible,.shopify-pc__prefs *:focus-within,.shopify-pc__prefs *:active{outline:none!important}.shopify-pc__prefs input[type=checkbox]{accent-color:#0a0a0a!important;border-radius:4px!important}@media(max-width:767px){.shopify-pc__banner__dialog,#shopify-pc__banner>div{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;padding-left:max(20px,env(safe-area-inset-left))!important;padding-right:max(20px,env(safe-area-inset-right))!important}.shopify-pc__banner__btns,.shopify-pc__banner__btns-granular{width:100%!important;max-width:none!important;align-items:stretch!important;gap:5px!important}#shopify-pc__banner__btn-accept,#shopify-pc__banner__btn-manage-prefs{width:100%!important}#shopify-pc__prefs__header-actions,.shopify-pc__prefs__header-actions,[class*=prefs__header-actions],[id*=prefs__header-actions]{flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:10px!important;width:100%!important}#shopify-pc__prefs__header-accept,#shopify-pc__prefs__header-save,.shopify-pc__prefs #shopify-pc__prefs__header-accept,.shopify-pc__prefs #shopify-pc__prefs__header-save{width:100%!important;min-width:0!important;max-width:100%!important}#shopify-pc__prefs__header-close,.shopify-pc__prefs__header-close,button[aria-label=Close],button[aria-label*=close]{min-width:40px!important;min-height:40px!important;padding:6px!important;margin:0 0 16px!important;cursor:pointer!important;touch-action:manipulation!important}#shopify-pc__prefs__header-close *,.shopify-pc__prefs__header-close *,button[aria-label=Close] *,button[aria-label*=close] *{pointer-events:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/styles.css.map */
