.ukw-ph{position:relative;background:var(--color-background, #0A0A0A);color:var(--color-foreground, #FFFFFF);padding:1rem 0 3rem}@media(min-width:750px){.ukw-ph{padding:1.5rem 0 4rem}}@media(min-width:990px){.ukw-ph{padding:2rem 0 5rem}}.ukw-ph__wrap{max-width:var(--page-width, 1400px);width:100%;margin:0 auto;padding:0 var(--page-margin, 1.25rem);box-sizing:border-box}.ukw-ph__crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0 0 1.25rem;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600}.ukw-ph__crumbs a{color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 50%,transparent);text-decoration:none;transition:color .2s ease}.ukw-ph__crumbs a:hover,.ukw-ph__crumbs span[aria-current]{color:var(--ukw-accent)}.ukw-ph__crumbs span[aria-hidden]{color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 25%,transparent)}.ukw-ph__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:990px){.ukw-ph__layout{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:3rem;align-items:start}}@media(min-width:1200px){.ukw-ph__layout{gap:4rem}}.ukw-ph__gallery{display:flex;flex-direction:column;gap:.75rem}@media(min-width:990px){.ukw-ph__gallery{position:sticky;top:6rem}}.ukw-ph__main-media{position:relative;width:100%;aspect-ratio:1;background:linear-gradient(180deg,#ffffff0a,#fff0);border:1px solid rgba(255,255,255,.06);overflow:hidden;isolation:isolate}.ukw-ph__main-glow{position:absolute;top:15%;right:15%;bottom:15%;left:15%;background:radial-gradient(circle at center,color-mix(in srgb,var(--ukw-accent) 12%,transparent),transparent 65%);z-index:0;pointer-events:none}.ukw-ph__main-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:1rem;box-sizing:border-box;filter:drop-shadow(0 20px 35px rgba(0,0,0,.5));z-index:1;opacity:0;transition:opacity .3s ease}.ukw-ph__main-img.is-active{opacity:1}.ukw-ph__thumbs{display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.ukw-ph__thumbs::-webkit-scrollbar{display:none}.ukw-ph__thumb{flex-shrink:0;width:64px;height:64px;padding:0;background:#ffffff08;border:1px solid rgba(255,255,255,.08);cursor:pointer;overflow:hidden;transition:border-color .2s ease}@media(min-width:750px){.ukw-ph__thumb{width:72px;height:72px}}.ukw-ph__thumb:hover{border-color:color-mix(in srgb,var(--ukw-accent) 40%,transparent)}.ukw-ph__thumb.is-active{border-color:var(--ukw-accent)}.ukw-ph__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ukw-ph__buy{display:flex;flex-direction:column;gap:1rem;min-width:0}.ukw-ph__eyebrow{font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--ukw-accent)}.ukw-ph__title{margin:0;font-family:var(--font-h, var(--font-heading--family, inherit));font-weight:800;font-style:italic;font-size:clamp(1.5rem,4.5vw,2.5rem);line-height:1;letter-spacing:-.02em;text-transform:uppercase;color:var(--color-foreground-heading, #FFFFFF)}.ukw-ph__rating{display:flex;align-items:center;gap:.5rem}.ukw-ph__stars{display:inline-flex;gap:1px;color:var(--ukw-accent)}.ukw-ph__rating-meta{font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.6875rem;letter-spacing:.1em;font-weight:600;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 50%,transparent)}.ukw-ph__rating-divider{color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 30%,transparent)}.ukw-ph__price-row{display:flex;align-items:baseline;gap:.75rem;margin-top:.25rem}.ukw-ph__price{font-family:var(--font-h, var(--font-heading--family, inherit));font-weight:800;font-size:2rem;letter-spacing:-.02em;color:var(--ukw-accent)}@media(min-width:750px){.ukw-ph__price{font-size:2.25rem}}.ukw-ph__compare-price{font-family:var(--font-h, var(--font-heading--family, inherit));font-weight:600;font-size:1.125rem;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 40%,transparent);text-decoration:line-through}.ukw-ph__desc{margin:0;font-family:var(--font-body--family, inherit);font-size:.875rem;line-height:1.55;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 65%,transparent);max-width:32rem}@media(min-width:750px){.ukw-ph__desc{font-size:.9375rem}}.ukw-ph__desc a,.ukw-ph__acc-a a{color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 92%,transparent);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--ukw-accent, #D7FF00) 45%,transparent);text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.ukw-ph__desc a:hover,.ukw-ph__desc a:focus-visible,.ukw-ph__acc-a a:hover,.ukw-ph__acc-a a:focus-visible{color:var(--ukw-accent, #D7FF00);text-decoration-color:var(--ukw-accent, #D7FF00)}.ukw-ph__desc-wrap{max-width:32rem}.ukw-ph__desc--clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ukw-ph__desc--clamp.is-expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.ukw-ph__desc-more{margin:.4rem 0 0;padding:0;background:none;border:0;cursor:pointer;font-family:var(--font-body--family, inherit);font-size:.8125rem;font-weight:600;letter-spacing:.01em;color:var(--color-foreground, #FFFFFF);text-decoration:underline;text-underline-offset:2px}.ukw-ph__desc-more:hover{opacity:.75}.ukw-ph__label{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600}.ukw-ph__label-text{color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 60%,transparent)}.ukw-ph__label-text strong{color:var(--color-foreground-heading, #FFFFFF);font-weight:700}.ukw-ph__label-link{color:var(--ukw-accent);text-decoration:underline;text-underline-offset:3px;transition:filter .2s ease}.ukw-ph__label-link:hover{filter:brightness(1.15)}.ukw-ph__colourway{display:flex;flex-direction:column}.ukw-ph__swatches{display:flex;gap:.5rem;flex-wrap:wrap}.ukw-ph__swatch{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);transition:border-color .2s ease,transform .15s ease;overflow:hidden}@media(min-width:750px){.ukw-ph__swatch{width:52px;height:52px}}.ukw-ph__swatch img{width:100%;height:100%;object-fit:cover}.ukw-ph__swatch:hover{border-color:color-mix(in srgb,var(--ukw-accent) 50%,transparent);transform:scale(1.04)}.ukw-ph__swatch.is-active{border-color:var(--ukw-accent);box-shadow:0 0 0 1px var(--ukw-accent)}.ukw-ph__sizes{display:flex;flex-direction:column;scroll-margin-top:96px;transition:box-shadow .4s ease}.ukw-ph__sizes.is-pulsing{box-shadow:0 0 0 2px var(--ukw-accent),0 0 28px color-mix(in srgb,var(--ukw-accent) 35%,transparent)}.ukw-ph__size-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media(min-width:500px){.ukw-ph__size-grid{grid-template-columns:repeat(5,1fr)}}@media(min-width:990px){.ukw-ph__size-grid{grid-template-columns:repeat(4,1fr)}}.ukw-ph__size{position:relative;display:flex;align-items:center;justify-content:center;min-height:46px;padding:.5rem;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--color-foreground, #FFFFFF);background:#ffffff08;border:1px solid rgba(255,255,255,.12);cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.ukw-ph__size input{position:absolute;opacity:0;pointer-events:none}.ukw-ph__size:hover:not(.is-sold-out){border-color:color-mix(in srgb,var(--ukw-accent) 50%,transparent)}.ukw-ph__size.is-selected{color:#0a0a0a;background:var(--ukw-accent);border-color:var(--ukw-accent)}.ukw-ph__size.is-sold-out{color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 35%,transparent);cursor:pointer;text-decoration:line-through;background:#ffffff04}.ukw-ph__size.is-sold-out:hover{border-color:color-mix(in srgb,var(--ukw-accent) 35%,transparent)}.ukw-ph__size.is-sold-out.is-selected{background:#ffffff0a;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 55%,transparent);border-color:var(--ukw-accent)}.ukw-ph__one-size{margin:0;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.6875rem;letter-spacing:.18em;text-transform:uppercase;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 50%,transparent)}.ukw-ph__form{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.ukw-ph__qty-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.ukw-ph__qty-label{font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;font-weight:600;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 60%,transparent)}.ukw-ph__qty{display:inline-flex;align-items:stretch;border:1px solid rgba(255,255,255,.14);background:#0006}.ukw-ph__qty-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:44px;background:transparent;border:0;color:var(--color-foreground, #FFFFFF);cursor:pointer;transition:color .2s ease,background .2s ease}.ukw-ph__qty-btn:hover{color:var(--ukw-accent);background:color-mix(in srgb,var(--ukw-accent) 6%,transparent)}.ukw-ph__qty-btn:active{transform:scale(.92)}.ukw-ph__qty-input{width:48px;height:44px;padding:0;background:transparent;border:0;border-left:1px solid rgba(255,255,255,.14);border-right:1px solid rgba(255,255,255,.14);text-align:center;font-family:var(--font-h, var(--font-heading--family, inherit));font-weight:700;font-size:.9375rem;color:var(--color-foreground, #FFFFFF);-moz-appearance:textfield}.ukw-ph__qty-input::-webkit-outer-spin-button,.ukw-ph__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ukw-ph__qty-input:focus{outline:0;background:color-mix(in srgb,var(--ukw-accent) 6%,transparent)}.ukw-ph__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1rem 1.25rem;min-height:50px;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;border:1px solid transparent;cursor:pointer;transition:filter .2s ease,background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.ukw-ph__btn--primary{background:var(--ukw-accent);color:#0a0a0a}.ukw-ph__btn--primary:hover:not(:disabled){filter:brightness(1.08)}.ukw-ph__btn--primary:disabled{background:#ffffff14;color:#fff6;cursor:not-allowed}.ukw-ph__btn--ghost{background:transparent;color:var(--color-foreground, #FFFFFF);border-color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 25%,transparent)}.ukw-ph__btn--ghost:hover:not(:disabled){border-color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 55%,transparent);background:color-mix(in srgb,var(--color-foreground, #FFFFFF) 4%,transparent)}.ukw-ph__btn:active:not(:disabled){transform:scale(.98)}.ukw-ph__timeline{margin:.5rem 0 0;padding:1.25rem .5rem 1.1rem;border-top:1px solid color-mix(in srgb,var(--color-foreground, #FFFFFF) 8%,transparent)}@media(min-width:750px){.ukw-ph__timeline{padding:1.5rem .5rem 1.25rem}}.ukw-ph__tl-track{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);position:relative;align-items:start}.ukw-ph__tl-stage{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;min-width:0}.ukw-ph__tl-stage:before{content:"";position:absolute;top:17px;left:-50%;right:50%;height:2px;background-image:linear-gradient(to right,color-mix(in srgb,var(--ukw-accent) 70%,transparent) 0,color-mix(in srgb,var(--ukw-accent) 70%,transparent) 6px,transparent 6px,transparent 12px);background-size:12px 2px;background-repeat:repeat-x;background-position:0 50%;animation:ukw-ph-flow 1.8s linear infinite}.ukw-ph__tl-stage:first-child:before{display:none}@keyframes ukw-ph-flow{0%{background-position:0 50%}to{background-position:24px 50%}}@media(prefers-reduced-motion:reduce){.ukw-ph__tl-stage:before{animation:none}}.ukw-ph__tl-node{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--color-background, #0A0A0A);border:1px solid color-mix(in srgb,var(--color-foreground, #FFFFFF) 22%,transparent);color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 55%,transparent);transition:color .2s ease,background .2s ease,border-color .2s ease}.ukw-ph__tl-stage.is-active .ukw-ph__tl-node{background:var(--ukw-accent);border-color:var(--ukw-accent);color:#0a0a0a;box-shadow:0 0 22px color-mix(in srgb,var(--ukw-accent) 35%,transparent)}.ukw-ph__tl-label{font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:var(--color-foreground-heading, #FFFFFF);margin-top:.2rem}.ukw-ph__tl-date{font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 50%,transparent)}.ukw-ph__tl-stage.is-active .ukw-ph__tl-date{color:var(--ukw-accent)}.ukw-ph__trust{list-style:none;padding:0;margin:.5rem 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1rem;border-top:1px solid color-mix(in srgb,var(--color-foreground, #FFFFFF) 8%,transparent);padding-top:1rem}@media(min-width:750px){.ukw-ph__trust{grid-template-columns:repeat(2,1fr)}}.ukw-ph__trust-item{display:flex;align-items:center;gap:.5rem;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 55%,transparent)}.ukw-ph__trust-icon{color:var(--ukw-accent);flex-shrink:0;display:inline-flex}.ukw-ph__accordions{margin-top:1rem;border-top:1px solid color-mix(in srgb,var(--color-foreground, #FFFFFF) 8%,transparent)}.ukw-ph__acc{border-bottom:1px solid color-mix(in srgb,var(--color-foreground, #FFFFFF) 8%,transparent);transition:background .2s ease}.ukw-ph__acc[open]{background:#ffffff05}.ukw-ph__acc-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;cursor:pointer;list-style:none;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.6875rem;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--color-foreground-heading, #FFFFFF)}.ukw-ph__acc-q::-webkit-details-marker{display:none}.ukw-ph__acc-icon{flex-shrink:0;display:inline-flex;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 50%,transparent);transition:transform .25s ease,color .2s ease}.ukw-ph__acc[open] .ukw-ph__acc-icon{transform:rotate(180deg);color:var(--ukw-accent)}.ukw-ph__acc-a{padding:0 0 1.25rem;font-family:var(--font-body--family, inherit);font-size:.8125rem;line-height:1.6;color:color-mix(in srgb,var(--color-foreground, #FFFFFF) 65%,transparent)}.ukw-ph__acc-a p{margin:0 0 .5rem}.ukw-ph__acc-a p:last-child{margin-bottom:0}.ukw-ph__acc-a a{color:var(--ukw-accent);text-decoration:underline;text-underline-offset:3px}.ukw-ph__acc-a strong{color:var(--color-foreground-heading, #FFFFFF)}@media(prefers-reduced-motion:reduce){.ukw-ph__main-img,.ukw-ph__btn,.ukw-ph__size,.ukw-ph__acc-icon,.ukw-ph__swatch{transition:none;transform:none!important}}.ukw-ph__zoom-btn{position:absolute;top:.75rem;right:.75rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid rgba(255,255,255,.18);background:#0f0f0fb8;color:#fff;border-radius:999px;cursor:zoom-in;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:background .2s ease,transform .15s ease,border-color .2s ease}.ukw-ph__zoom-btn:hover,.ukw-ph__zoom-btn:focus-visible{background:var(--ukw-accent, #D7FF00);color:#0a0a0a;border-color:var(--ukw-accent, #D7FF00);transform:scale(1.05);outline:none}@media(max-width:749px){.ukw-ph__zoom-btn{width:2.25rem;height:2.25rem;top:.5rem;right:.5rem}}.ukw-ph__zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000f5;opacity:0;transition:opacity .2s ease}.ukw-ph__zoom-overlay.is-open{opacity:1}.ukw-ph__zoom-overlay[hidden]{display:none}.ukw-ph__zoom-stage{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.ukw-ph__zoom-img{position:absolute;max-width:92vw;max-height:88vh;width:auto;height:auto;object-fit:contain;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .3s ease;cursor:zoom-in;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.ukw-ph__zoom-img.is-active{opacity:1;pointer-events:auto}.ukw-ph__zoom-img.is-zoomed{transform:scale(2);cursor:zoom-out}.ukw-ph__zoom-close,.ukw-ph__zoom-nav{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid rgba(255,255,255,.18);background:#141414b3;color:#fff;border-radius:999px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.ukw-ph__zoom-close:hover,.ukw-ph__zoom-nav:hover,.ukw-ph__zoom-close:focus-visible,.ukw-ph__zoom-nav:focus-visible{background:var(--ukw-accent, #D7FF00);color:#0a0a0a;border-color:var(--ukw-accent, #D7FF00);outline:none}.ukw-ph__zoom-close{top:1rem;right:1rem}.ukw-ph__zoom-nav--prev{left:1rem;top:50%;transform:translateY(-50%)}.ukw-ph__zoom-nav--next{right:1rem;top:50%;transform:translateY(-50%)}.ukw-ph__zoom-counter{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:2;padding:.4rem .9rem;background:#141414b3;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#fff;font-size:.8rem;letter-spacing:.04em}@media(max-width:749px){.ukw-ph__zoom-close{top:.6rem;right:.6rem;width:2.5rem;height:2.5rem}.ukw-ph__zoom-nav{width:2.25rem;height:2.25rem}.ukw-ph__zoom-nav--prev{left:.5rem}.ukw-ph__zoom-nav--next{right:.5rem}.ukw-ph__zoom-img{max-width:96vw;max-height:82vh}}@media(prefers-reduced-motion:reduce){.ukw-ph__zoom-overlay,.ukw-ph__zoom-img,.ukw-ph__zoom-btn{transition:none}}.ukw-ph__notify-btn[hidden],.ukw-ph__btn[hidden],.ukw-notify[hidden]{display:none!important}.ukw-notify{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;display:flex;align-items:center;justify-content:center;padding:1.25rem}.ukw-notify__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ukw-notify__panel{position:relative;z-index:1;width:100%;max-width:420px;background:#0e0e0e;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem 1.75rem 1.75rem;box-shadow:0 24px 60px #00000080}.ukw-notify__close{position:absolute;top:.6rem;right:.6rem;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:#fff9;cursor:pointer;border-radius:4px}.ukw-notify__close:hover{color:#fff;background:#ffffff0f}.ukw-notify__eyebrow{display:block;font-family:var(--font-accent--family, var(--font-h, inherit));font-size:.625rem;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:var(--ukw-accent, #D7FF00);margin-bottom:.5rem}.ukw-notify__title{font-family:var(--font-h, inherit);font-weight:800;font-style:italic;text-transform:uppercase;font-size:1.4rem;line-height:1.1;margin:0 0 .5rem;color:#fff}.ukw-notify__sub{font-size:.85rem;line-height:1.5;color:#ffffffb3;margin:0 0 1.25rem}.ukw-notify__sub strong{color:#fff}.ukw-notify__field{margin-bottom:.9rem}.ukw-notify__field label{display:block;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#fff9;margin-bottom:.35rem}.ukw-notify__field input{width:100%;padding:.7rem .85rem;background:#ffffff0a;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:4px;font-size:.9rem}.ukw-notify__field input:focus{outline:none;border-color:var(--ukw-accent, #D7FF00)}.ukw-notify__submit{width:100%;margin-top:.35rem}.ukw-notify__success{text-align:center;padding:1rem 0}.ukw-notify .errors,.ukw-notify .form__message,.ukw-notify .form-status{color:#ff7a7a;font-size:.8rem;margin-bottom:.75rem}@media(prefers-reduced-motion:reduce){.ukw-notify__backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-ukw-product-hero.css.map */
