:root{--bg: #FFFFFF;--fg: #111111;--accent: #E5007D;--fg-muted: #666666;--divider: rgba(0,0,0,.1);--card-bg: #F5F5F5;--section-alt: #F8F8F8;--input-bg: #EFEFEF;--accent-ghost: rgba(229,0,125,.08);--nav-bg: rgba(255,255,255,.97);--btn-fg: #ffffff;--fg-border: rgba(17,17,17,.22)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:300;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:100;opacity:.2}.ucn-h2{font-size:clamp(44px,5vw,72px)!important;line-height:.92!important;font-weight:700!important;letter-spacing:-.02em!important;color:var(--fg)!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;margin:0!important}.ucn-h2 em{font-style:normal!important;font-weight:300!important;color:var(--accent)!important}.ucn-desc{font-size:16px!important;line-height:1.75!important;font-weight:300!important;color:var(--fg-muted)!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;margin:0!important}.section-label{font-size:10px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);display:flex;align-items:center;gap:12px;margin-bottom:44px}.section-label:before{content:"";width:28px;height:1px;background:var(--accent)}.btn-primary{background:var(--accent);color:var(--btn-fg);padding:16px 36px;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;display:inline-block;transition:opacity .2s;border:2px solid var(--accent)}.btn-primary:hover{opacity:.82}.btn-outline{border:2px solid var(--fg-border);color:var(--fg);padding:16px 36px;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;display:inline-block;transition:border-color .2s,color .2s}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden}.hero-left{display:flex;flex-direction:column;justify-content:flex-end;padding:140px 64px 80px;position:relative;z-index:2}.hero-tag{font-size:11px;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:var(--accent);margin-bottom:28px;opacity:0;animation:fadeUp .7s ease .2s forwards}.hero-title{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:clamp(72px,9vw,128px)!important;line-height:.88!important;font-weight:700!important;letter-spacing:-.03em!important;margin-bottom:24px;opacity:0;animation:fadeUp .7s ease .35s forwards}.hero-title em{font-style:normal!important;font-weight:300!important;color:var(--accent)!important}.hero-subtitle{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:clamp(22px,2.2vw,34px)!important;line-height:1.25!important;font-weight:300!important;color:var(--fg-muted)!important;margin-bottom:32px;opacity:0;animation:fadeUp .7s ease .45s forwards}.hero-subtitle strong{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:700!important;font-size:inherit!important;color:var(--fg)!important}.hero-sub{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:16px!important;line-height:1.8!important;color:var(--fg-muted)!important;max-width:420px;margin-bottom:52px;opacity:0;animation:fadeUp .7s ease .55s forwards}.hero-sub{font-size:16px!important;line-height:1.8!important;color:var(--fg-muted);max-width:420px;margin-bottom:52px;opacity:0;animation:fadeUp .7s ease .55s forwards}.hero-subtitle strong{font-weight:700!important;font-size:inherit!important;color:var(--fg)!important}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;opacity:0;animation:fadeUp .7s ease .65s forwards}.hero-right{position:relative;overflow:hidden}.hero-right:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--accent-ghost) 0%,transparent 55%);z-index:1;pointer-events:none}.hero-poster-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:3px;opacity:0;animation:fadeIn 1s ease .4s forwards}.hero-poster-item{overflow:hidden;position:relative}.hero-poster-item:first-child{grid-row:span 2}.hero-poster-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.hero-poster-item:hover img{transform:scale(1.04)}.hero-poster-overlay{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,transparent 100%);z-index:2}.hero-poster-artist{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff}.hero-poster-song{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-top:2px}.mobile-banner{display:none}.mobile-banner img{width:100%;display:block;aspect-ratio:3/4;object-fit:cover}.sellers-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:44px}.sellers-link{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--fg-muted);text-decoration:none;border-bottom:1px solid var(--divider);padding-bottom:2px;transition:color .2s,border-color .2s}.sellers-link:hover{color:var(--accent);border-color:var(--accent)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.product-card{position:relative;overflow:hidden}.product-card.featured{grid-column:span 2}.product-visual{aspect-ratio:3/4;position:relative;overflow:hidden;background:var(--card-bg)}.product-card.featured .product-visual{aspect-ratio:3/4}.product-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.product-card:hover .product-visual img{transform:scale(1.04)}.prod-badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--accent);color:var(--btn-fg);font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:4px 8px}.prod-limited{position:absolute;top:12px;right:12px;z-index:2;border:1px solid rgba(255,255,255,.25);color:#ffffff80;font-size:8px;letter-spacing:.12em;text-transform:uppercase;padding:4px 8px}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:3}.product-card:hover .product-overlay{opacity:1}.overlay-btn-scopri{background:#ffffff24;color:#fff;padding:14px 0;width:185px;text-align:center;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border:1px solid rgba(255,255,255,.4);transition:background .2s;display:block;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.overlay-btn-scopri:hover{background:#ffffff47}.product-info{padding:16px 0 22px}.prod-info-name{font-size:17px!important;font-weight:700;color:var(--fg);margin-bottom:5px}.prod-info-sub{font-size:11.5px!important;letter-spacing:.15em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:14px}.prod-formats{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:12px}.fmt-chip{padding:6px 12px!important;border:1px solid var(--divider);font-size:10px!important;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);transition:all .15s;-webkit-user-select:none;user-select:none;cursor:pointer}.fmt-chip.active{border-color:var(--accent);color:var(--accent);background:var(--accent-ghost)}.fmt-chip:hover:not(.active){border-color:var(--accent);color:var(--accent)}.prod-info-price{font-size:20px!important;font-weight:700;color:var(--accent)}.prod-shipping{font-size:10.5px!important;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--fg-muted);margin-top:6px}.prod-shipping span{color:var(--accent)}.sellers-footer{margin-top:44px;text-align:center}.gallery-section{padding:0 64px 88px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}.gallery-card{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--card-bg)}.gallery-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.gallery-card:hover img{transform:scale(1.04)}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:20px;opacity:0;transition:opacity .3s ease}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-name{font-size:12px;font-weight:700;color:#fff;text-align:center;letter-spacing:.05em;margin-bottom:8px}.gallery-btn{background:#ffffff26;color:#fff;padding:10px 20px;font-size:8px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border:1px solid rgba(255,255,255,.4);display:inline-block;transition:background .2s}.gallery-btn:hover{background:#ffffff47}.gallery-bottom{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 100%)}.gallery-artist{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff}.gallery-song{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-top:2px}.crea-section{padding:88px 64px;background:var(--section-alt);position:relative;overflow:hidden}.crea-section:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at top right,var(--accent-ghost) 0%,transparent 65%);pointer-events:none}.crea-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.crea-title{font-size:clamp(40px,4.5vw,64px)!important;line-height:.94;font-weight:700;letter-spacing:-.02em;margin-bottom:22px}.crea-title em{font-style:normal!important;font-weight:300!important;color:var(--accent)!important}.crea-desc{font-size:15px!important;line-height:1.8;color:var(--fg-muted);max-width:400px;margin-bottom:36px}.crea-steps{display:flex;flex-direction:column;gap:18px;margin-bottom:44px}.crea-step{display:flex;align-items:flex-start;gap:16px}.step-num{width:28px;height:28px;flex-shrink:0;border:1px solid var(--accent);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:var(--accent)}.step-title{font-size:15px!important;font-weight:700!important;color:var(--fg);margin-bottom:3px}.step-desc{font-size:14px!important;line-height:1.6;color:var(--fg-muted)}.video-wrapper{position:relative;overflow:hidden;background:var(--card-bg)}.video-wrapper video{width:100%;display:block;aspect-ratio:9/16;object-fit:cover}.video-caption{position:absolute;bottom:0;left:0;right:0;padding:22px 16px 16px;background:linear-gradient(to top,rgba(0,0,0,.88) 0%,transparent 100%)}.video-caption-label{font-size:8px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:4px}.video-caption-text{font-size:12px;font-weight:300;color:#ffffffb3;line-height:1.5}.processo-section{padding:80px 64px;border-top:1px solid var(--divider)}.processo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:44px}.processo-item{background:var(--card-bg);padding:40px 32px;position:relative;overflow:hidden;transition:filter .25s}.processo-item:hover{filter:brightness(1.06)}.processo-num{position:absolute;top:10px;right:16px;font-size:88px;font-weight:900;color:var(--accent-ghost);line-height:1}.processo-tag{font-size:8px;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;display:block}.processo-title{font-size:22px!important;font-weight:700!important;color:var(--fg)!important;margin-bottom:12px;position:relative;z-index:1}.processo-desc{font-size:14px!important;line-height:1.75;color:var(--fg-muted);position:relative;z-index:1}.reviews-section{padding:80px 64px;background:var(--section-alt)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:44px}.review-card{background:var(--card-bg);padding:32px}.review-stars{color:var(--accent);font-size:11px;letter-spacing:5px;margin-bottom:16px}.review-text{font-size:15px!important;font-weight:300;line-height:1.75;color:var(--fg-muted);margin-bottom:18px}.review-author{font-size:10px!important;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--fg-muted)}.review-author span{color:var(--accent)}.artisti-section{padding:80px 64px}.artisti-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;margin-top:44px}.artista-card{background:var(--card-bg);padding:28px 20px;text-decoration:none;display:block;position:relative;overflow:hidden;border-bottom:2px solid transparent;transition:border-color .2s,background .2s}.artista-card:hover{border-bottom-color:var(--accent);background:var(--accent-ghost)}.artista-name{font-size:15px!important;font-weight:700;color:var(--fg);margin-bottom:4px;line-height:1.2}.artista-sub{font-size:10px!important;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-muted)}.artista-arrow{position:absolute;bottom:16px;right:16px;font-size:16px;color:var(--accent);opacity:0;transition:opacity .2s,transform .2s}.artista-card:hover .artista-arrow{opacity:1;transform:translate(4px)}.chi-siamo-section{padding:0;position:relative;overflow:hidden}.chi-siamo-inner{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.chi-siamo-img{position:relative;overflow:hidden}.chi-siamo-img img{width:100%;height:100%;object-fit:cover;display:block}.chi-siamo-content{background:var(--accent);padding:80px 64px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.chi-siamo-content:after{content:"UCN";position:absolute;right:-20px;bottom:-40px;font-size:200px;font-weight:900;color:#00000012;line-height:1;pointer-events:none}.chi-siamo-tag{font-size:9px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:#fff9;margin-bottom:20px;display:block}.chi-siamo-title{font-size:clamp(36px,3.8vw,56px)!important;line-height:.96;font-weight:700;letter-spacing:-.02em;color:var(--btn-fg);margin-bottom:20px}.chi-siamo-title em{font-style:normal;font-weight:300}.chi-siamo-text{font-size:15px!important;line-height:1.75;color:#ffffffd1;margin-bottom:32px;max-width:400px}.chi-siamo-firma{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ffffff80}.newsletter-section{padding:88px 64px;position:relative;overflow:hidden}.newsletter-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center bottom,var(--accent-ghost) 0%,transparent 60%);pointer-events:none}.newsletter-inner{max-width:580px;margin:0 auto;text-align:center;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:0}.newsletter-tag{font-size:10px!important;font-weight:700!important;letter-spacing:.3em!important;text-transform:uppercase!important;color:var(--accent)!important;display:block!important;margin-bottom:20px!important}.newsletter-inner .ucn-h2{text-align:center!important;margin-bottom:20px!important}.newsletter-inner .ucn-desc{text-align:center!important;margin-bottom:28px!important}.newsletter-badge{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--accent);padding:7px 18px;margin-bottom:28px}.badge-text{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.newsletter-form{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.newsletter-row{display:flex;gap:0;width:100%;max-width:440px}.newsletter-input{flex:1;background:var(--input-bg);border:1px solid var(--divider);border-right:none;color:var(--fg);padding:13px 16px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;font-weight:300;outline:none;transition:border-color .2s}.newsletter-input::placeholder{color:var(--fg-muted)}.newsletter-input:focus{border-color:var(--accent)}.newsletter-submit{background:var(--accent);color:var(--btn-fg);border:none;padding:13px 22px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;transition:opacity .2s;white-space:nowrap;cursor:pointer}.newsletter-submit:hover{opacity:.85}.newsletter-submit:disabled{opacity:.5}.newsletter-msg{font-size:12px;color:var(--accent);font-weight:600;min-height:18px}.newsletter-privacy{font-size:10px;color:var(--fg-muted);line-height:1.5}.newsletter-privacy a{color:var(--accent);text-decoration:none}.footer-cta{padding:100px 64px;text-align:center;position:relative;overflow:hidden}.footer-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,var(--accent-ghost) 0%,transparent 65%)}.footer-cta .ucn-h2{position:relative;z-index:1;text-align:center!important;margin-bottom:18px!important}.footer-cta .ucn-desc{position:relative;z-index:1;text-align:center!important;margin-bottom:44px!important}.footer-cta-btns{display:flex;gap:12px;justify-content:center;position:relative;z-index:1;flex-wrap:wrap}@media(max-width:860px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:80px 20px 36px}.hero-title{font-size:clamp(52px,14vw,80px)!important}.hero-subtitle{font-size:clamp(16px,4vw,22px)!important}.hero-sub{font-size:15px!important;max-width:100%}.hero-right{display:none}.mobile-banner{display:block}.top-sellers{padding:44px 0 28px}.top-sellers .section-label{padding:0 20px}.top-sellers .sellers-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px;padding:0 20px}.top-sellers .sellers-footer{padding:0 20px}.products-grid{grid-template-columns:1fr;gap:2px}.product-card.mobile-banner-card{grid-column:span 1}.product-card.mobile-banner-card .product-visual,.product-card.mobile-square .product-visual{aspect-ratio:3/4}.product-card.featured{grid-column:span 1}.product-card.featured .product-visual{aspect-ratio:3/4}.product-info{padding:12px 20px 16px}.prod-info-name{font-size:15px!important}.fmt-chip{font-size:8px!important;padding:4px 8px!important}.sellers-footer{margin-top:24px}.gallery-section{padding:0 20px 48px}.gallery-grid{grid-template-columns:1fr 1fr}.crea-section{padding:48px 20px}.crea-layout{grid-template-columns:1fr;gap:36px}.processo-section{padding:48px 20px}.processo-grid{grid-template-columns:1fr}.reviews-section{padding:48px 20px}.reviews-grid{grid-template-columns:1fr}.artisti-section{padding:48px 20px}.artisti-grid{grid-template-columns:repeat(2,1fr)}.chi-siamo-inner{grid-template-columns:1fr}.chi-siamo-img{height:auto;aspect-ratio:1/1}.chi-siamo-img img{width:100%;height:100%;object-fit:cover}.chi-siamo-content{padding:48px 20px}.newsletter-section{padding:56px 20px}.newsletter-row{flex-direction:column}.newsletter-input{border-right:1px solid var(--divider);border-bottom:none}.newsletter-submit{width:100%}.footer-cta{padding:64px 20px}.footer-cta-btns{flex-direction:column;align-items:center}}.header-announcements,.announcement-bar,.announcement-bar-slider,#shopify-section-header-announcements>div{background-color:var(--accent)!important;color:var(--btn-fg)!important;border-bottom:none!important}.header-announcements *,.announcement-bar *,.announcement-bar__message,.announcement-bar__link{color:var(--btn-fg)!important}#header-component,#header-component .header__row,#header-component .header__underlay-closed,#header-component .header__underlay-open{background:var(--nav-bg)!important;background-color:var(--nav-bg)!important}#header-component .header__row--top:not(.divider--page-width),#header-component .header__row--top.divider--page-width .header__columns{border-bottom:1px solid var(--divider)!important}#header-component .header__column a,#header-component .header__column span:not(.icon-flag):not(.visually-hidden),#header-component .list-menu__item,#header-component .header__icon,#header-component .header-actions__action,#header-component .currency-code,#header-component svg{color:var(--fg)!important;fill:currentColor!important}#header-component .header__column a:hover,#header-component .list-menu__item:hover,#header-component .header__icon:hover,#header-component .header-actions__action:hover,#header-component .header-actions__action:hover svg{color:var(--accent)!important}#header-component .menu-list__submenu,#header-component .localization-wrapper,#header-component .dropdown-localization{background-color:var(--bg)!important;border:1px solid var(--divider)!important;box-shadow:0 10px 30px #00000080!important}#header-component .menu-list__submenu .list-menu__item,#header-component .localization-wrapper *{color:var(--fg)!important}#header-component .menu-list__submenu .list-menu__item:hover,#header-component .localization-wrapper *:hover{color:var(--accent)!important;background-color:transparent!important}[id^=shopify-section-][id*=footer],[id^=shopify-section-][id*=footer] .section-background,[id^=shopify-section-][id*=footer] .section{background-color:var(--bg)!important;background:var(--bg)!important;background-image:none!important}[id^=shopify-section-][id*=footer]{border-top:1px solid var(--divider)!important}[id^=shopify-section-][id*=footer] [class*=color-]{--color-background: var(--bg) !important;--color-foreground: var(--fg) !important;--color-heading: var(--fg) !important;--color-text: var(--fg) !important;--color-border: var(--divider) !important}[id^=shopify-section-][id*=footer] *,[id^=shopify-section-][id*=footer] h1,[id^=shopify-section-][id*=footer] h2,[id^=shopify-section-][id*=footer] h3,[id^=shopify-section-][id*=footer] p,[id^=shopify-section-][id*=footer] a,[id^=shopify-section-][id*=footer] span,[id^=shopify-section-][id*=footer] div{color:var(--fg)!important;-webkit-text-fill-color:var(--fg)!important;opacity:1!important}[id^=shopify-section-][id*=footer] small,[id^=shopify-section-][id*=footer] .copyright__content{color:var(--fg-muted)!important;-webkit-text-fill-color:var(--fg-muted)!important}[id^=shopify-section-][id*=footer] svg,[id^=shopify-section-][id*=footer] svg path{fill:var(--fg)!important;color:var(--fg)!important}[id^=shopify-section-][id*=footer] a:hover,[id^=shopify-section-][id*=footer] a:hover *,[id^=shopify-section-][id*=footer] a:hover svg,[id^=shopify-section-][id*=footer] button:hover svg{color:var(--accent)!important;-webkit-text-fill-color:var(--accent)!important;fill:var(--accent)!important;transition:all .2s ease}[id^=shopify-section-][id*=footer] input{background-color:var(--input-bg)!important;background:var(--input-bg)!important;color:var(--fg)!important;-webkit-text-fill-color:var(--fg)!important;border:1px solid var(--divider)!important;box-shadow:none!important}[id^=shopify-section-][id*=footer] input::placeholder{color:var(--fg-muted)!important;-webkit-text-fill-color:var(--fg-muted)!important;opacity:1!important}[id^=shopify-section-][id*=footer] input:focus{border-color:var(--accent)!important;outline:none!important}[id^=shopify-section-][id*=footer] button[type=submit]{background-color:transparent!important;border:none!important}.top-sellers{padding-left:64px!important;padding-right:64px!important}@media(max-width:860px){.top-sellers{padding-left:20px!important;padding-right:20px!important}.top-sellers .section-label,.top-sellers .sellers-header,.top-sellers .sellers-footer{padding-left:0!important;padding-right:0!important}}.cart-drawer__dialog{background-color:var(--bg)!important;border-left:1px solid var(--divider)!important;box-shadow:-8px 0 40px #00000014!important}.cart-drawer__dialog [class*=color-]{--color-background: var(--bg) !important;--color-foreground: var(--fg) !important;--color-border: var(--divider) !important;background-color:var(--bg)!important}.cart-drawer__content{background-color:var(--bg)!important}.cart-drawer__header{padding:20px 24px 16px!important;border-bottom:1px solid var(--divider)!important;background:var(--bg)!important}.cart-drawer__heading,.cart-drawer__heading.h4{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:13px!important;font-weight:700!important;letter-spacing:.22em!important;text-transform:uppercase!important;color:var(--fg)!important}.cart-drawer__heading .badge,.cart-drawer__heading [class*=badge]{background:var(--accent)!important;color:var(--btn-fg)!important;border-radius:0!important;font-size:9px!important;font-weight:700!important;padding:2px 7px!important}.cart-drawer__close-button,.cart-drawer__close-button svg{color:var(--fg-muted)!important;fill:var(--fg-muted)!important}.cart-drawer__close-button:hover,.cart-drawer__close-button:hover svg{color:var(--accent)!important;fill:var(--accent)!important}.cart-drawer .cart-items__table-row{padding:20px 24px!important;border-bottom:1px solid var(--divider)!important;margin-bottom:0!important;transition:background .2s!important}.cart-drawer .cart-items__table-row:hover{background:var(--section-alt)!important}.cart-drawer .cart-items__image-wrapper{background:var(--card-bg)!important;border-radius:0!important;border:none!important}.cart-drawer .cart-primary-typography{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:13px!important;font-weight:700!important;color:var(--fg)!important}.cart-drawer .cart-secondary-typography{font-size:10px!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--fg-muted)!important}.cart-drawer [class*=price]{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:14px!important;font-weight:700!important;color:var(--fg)!important}.cart-drawer quantity-selector-component button{border-radius:0!important;background:transparent!important;border-color:var(--divider)!important;color:var(--fg)!important}.cart-drawer quantity-selector-component button:hover{background:var(--accent-ghost)!important;color:var(--accent)!important}.cart-drawer quantity-selector-component input{font-weight:700!important;color:var(--fg)!important;border-color:var(--divider)!important;border-radius:0!important;background:transparent!important}.cart-drawer__summary,.cart-drawer .cart-totals{background:var(--bg)!important;border-top:1px solid var(--divider)!important;padding:20px 24px!important}.cart-drawer .cart-totals__item{padding:8px 0!important;border-bottom:1px solid var(--divider)!important}.cart-drawer .cart-totals__item:last-of-type{border-bottom:none!important}.cart-drawer .cart-totals__total-label,.cart-drawer .cart-totals__original-label{font-size:9px!important;font-weight:700!important;letter-spacing:.2em!important;text-transform:uppercase!important;color:var(--fg-muted)!important}.cart-drawer .cart-totals__total-value{font-size:20px!important;font-weight:900!important;letter-spacing:-.02em!important;color:var(--accent)!important}.cart-drawer .cart-totals__original-value{font-size:14px!important;font-weight:700!important;color:var(--fg)!important}.cart-drawer .cart-totals__tax-note{font-size:10px!important;color:var(--fg-muted)!important;font-weight:300!important;line-height:1.6!important}.cart-drawer .cart-discount__label,.cart-drawer .cart-note__label{font-size:9px!important;font-weight:700!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--fg-muted)!important}.cart-drawer .cart-discount__input,.cart-drawer .cart-note__instructions{background:var(--input-bg)!important;border:1px solid var(--divider)!important;border-radius:0!important;color:var(--fg)!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}.cart-drawer .cart-discount__input:focus{border-color:var(--accent)!important;outline:none!important}.cart-drawer .cart__checkout-button{background:var(--accent)!important;color:var(--btn-fg)!important;border:none!important;border-radius:0!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:.22em!important;text-transform:uppercase!important;padding:18px 24px!important;width:100%!important;transition:opacity .2s!important}.cart-drawer .cart__checkout-button:hover{opacity:.85!important}.cart-drawer .shopify-payment-button__button{border-radius:0!important}.cart-drawer .shopify-payment-button__more-options{font-size:9px!important;font-weight:700!important;letter-spacing:.15em!important;text-transform:uppercase!important;color:var(--fg-muted)!important}.cart-drawer--empty .cart-drawer__content{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:48px 32px!important;text-align:center!important;gap:20px!important}.cart-drawer__heading--empty{font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:clamp(28px,5vw,40px)!important;font-weight:900!important;letter-spacing:-.02em!important;line-height:.96!important;text-transform:none!important;color:var(--fg)!important;margin-bottom:0!important}.cart-drawer--empty .cart-drawer__header{border-bottom:3px solid var(--accent)!important;padding:14px 24px!important}.cart-drawer--empty .cart-drawer__items p{font-size:13px!important;font-weight:300!important;color:var(--fg-muted)!important;line-height:1.7!important;max-width:260px!important;margin:0 auto!important}.cart-drawer--empty .cart-drawer__items p a{color:var(--accent)!important;font-weight:600!important;text-decoration:none!important;border-bottom:1px solid var(--accent)!important}.cart-items__empty-button{display:inline-block!important;background:var(--accent)!important;color:var(--btn-fg)!important;border:none!important;border-radius:0!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:.22em!important;text-transform:uppercase!important;padding:16px 32px!important;text-decoration:none!important;transition:opacity .2s!important;margin-top:8px!important}.cart-items__empty-button:hover{opacity:.85!important;background:var(--accent)!important;color:var(--btn-fg)!important}.cart-drawer .cart__checkout-button,.cart-drawer .cart__checkout-button *,.cart-drawer .cart__checkout-button .button-text,.cart-drawer .cart__checkout-button span{color:#fff!important;-webkit-text-fill-color:#ffffff!important}
/*# sourceMappingURL=/cdn/shop/t/29/assets/ucn-design-system.css.map */
