.home-section{position:relative}.home-section__head{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:clamp(3rem,4vw,5rem)}.home-section__head--center{align-items:center;text-align:center}.home-section__eyebrow{font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:rgba(var(--color-foreground),.6);margin:0}.home-section__title{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(2.8rem,3.6vw,4.8rem);line-height:1.05;letter-spacing:-.02em;margin:0}.home-section__subtitle{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.55;color:rgba(var(--color-foreground),.72);max-width:62ch;margin:0}.home-hero{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;isolation:isolate}.home-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.home-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-color:rgba(0,0,0,var(--home-hero-overlay, 0))}.home-hero--text-light:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:var(--home-hero-scrim, .7)}.home-hero--text-light.home-hero--align-left:after{background:linear-gradient(100deg,#000c,#00000073,#00000026 50%,#0000 70%)}.home-hero--text-light.home-hero--align-center:after{background:linear-gradient(180deg,#0000 35%,#00000040 70%,#000000b3)}.home-hero--text-light.home-hero--align-right:after{background:linear-gradient(260deg,#000c,#00000073,#00000026 50%,#0000 70%)}.home-hero__content{position:relative;z-index:1;width:100%;max-width:1600px;padding:clamp(4rem,8vw,10rem) clamp(2rem,4vw,5rem);display:flex;flex-direction:column;gap:2rem}.home-hero--align-center .home-hero__content{align-items:center;text-align:center}.home-hero--align-left .home-hero__content{align-items:flex-start;text-align:left}.home-hero--align-right .home-hero__content{align-items:flex-end;text-align:right}.home-hero__eyebrow{font-family:var(--font-body-family);font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;margin:0;opacity:.9}.home-hero__headline{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(5rem,8.5vw,11rem);line-height:.95;letter-spacing:-.03em;margin:0;max-width:18ch}.home-hero__subheadline{font-family:var(--font-body-family);font-size:clamp(1.6rem,1.4vw,1.9rem);line-height:1.5;max-width:56ch;margin:0;opacity:.95}.home-hero__ctas{display:flex;flex-wrap:wrap;gap:1.8rem 2.4rem;align-items:center;margin-top:.8rem}.home-hero__cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:1.4rem 3rem;border-radius:999px;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:var(--font-body-family);font-weight:500;font-size:1.5rem;letter-spacing:.02em;text-decoration:none;transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s cubic-bezier(.2,.7,.2,1)}.home-hero__cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px -12px #00000059}.home-hero__cta-secondary{font-family:var(--font-body-family);font-weight:500;font-size:1.4rem;letter-spacing:.04em;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;color:currentColor;transition:text-decoration-thickness .2s ease}.home-hero__cta-secondary:hover{text-decoration-thickness:2px}.home-hero--text-light{color:#fff}.home-hero--text-light .home-hero__eyebrow,.home-hero--text-light .home-hero__headline,.home-hero--text-light .home-hero__subheadline,.home-hero--text-light .home-hero__cta-secondary{text-shadow:0 1px 2px rgba(0,0,0,.35),0 2px 24px rgba(0,0,0,.35)}.home-hero--text-dark{color:rgb(var(--color-foreground))}.home-hero--text-dark .home-hero__eyebrow,.home-hero--text-dark .home-hero__headline,.home-hero--text-dark .home-hero__subheadline,.home-hero--text-dark .home-hero__cta-secondary{text-shadow:0 1px 30px rgba(255,255,255,.6)}.home-hero--min-60{min-height:60vh}.home-hero--min-75{min-height:75vh}.home-hero--min-90{min-height:90vh}.home-hero--min-100{min-height:100vh}@media screen and (max-width:749px){.home-hero__headline{font-size:clamp(3.6rem,10vw,6rem)}.home-hero--min-60{min-height:60dvh}.home-hero--min-75{min-height:68dvh}.home-hero--min-90{min-height:75dvh}.home-hero--min-100{min-height:85dvh}}.home-collections{padding:clamp(5rem,7vw,9rem) 0}.home-collections__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.6rem,2vw,2.4rem)}@media screen and (max-width:989px){.home-collections__grid{grid-template-columns:1fr}}.home-collections__tile{position:relative;display:block;border-radius:var(--media-radius, 2rem);overflow:hidden;text-decoration:none;color:inherit;aspect-ratio:4 / 5;background-color:rgba(var(--color-foreground),.04);isolation:isolate}.home-collections__tile-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.home-collections__tile-media img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.home-collections__tile:hover .home-collections__tile-media img{transform:scale(1.05)}.home-collections__tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,#0000009e,#00000047 45%,#0000 75%);pointer-events:none}.home-collections__tile-content{position:absolute;left:clamp(1.8rem,2.5vw,3rem);right:clamp(1.8rem,2.5vw,3rem);bottom:clamp(1.8rem,2.5vw,3rem);z-index:2;color:#fff;display:flex;flex-direction:column;gap:.8rem;padding:1.2rem 1.4rem;border-radius:1.4rem;background:linear-gradient(to bottom,#00000057,#0003);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.home-collections__tile-title{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(2.2rem,2.2vw,3rem);line-height:1.05;letter-spacing:-.015em;margin:0;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.4)}.home-collections__tile-cta{font-family:var(--font-body-family);font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;opacity:.9;transition:gap .25s ease;display:inline-flex;align-items:center;gap:.6rem;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.35)}.home-collections__tile:hover .home-collections__tile-cta{gap:1.2rem}@media screen and (max-width:749px){.home-collections__tile-content{padding:1rem 1.2rem;border-radius:1.2rem}.home-collections__tile-title{font-size:clamp(2rem,8vw,2.8rem)}}.home-shoppable{padding:clamp(5rem,7vw,9rem) 0;isolation:isolate}.home-shoppable__layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(30rem,.8fr);align-items:start;gap:clamp(2rem,3vw,4rem)}.home-shoppable__info-card{background:rgb(var(--color-background));border-radius:2rem;padding:clamp(2.4rem,3vw,4rem);box-shadow:0 6px 20px #0000000d;display:flex;flex-direction:column;gap:1.4rem;align-self:center;margin-block:clamp(1.6rem,2.5vw,3.2rem)}.home-shoppable__info-title{margin:0;font-family:var(--font-heading-family);font-weight:600;font-size:clamp(2.6rem,1.8vw,4rem);line-height:1.1;letter-spacing:-.02em}.home-shoppable__info-text{margin:0;font-size:1.6rem;line-height:1.55;color:rgba(var(--color-foreground),.72)}.home-shoppable__info-text p{margin:0}.home-shoppable__stage{position:relative}.home-shoppable__stage-media{position:relative;width:100%;border-radius:var(--media-radius, 2rem);overflow:hidden;background-color:rgba(var(--color-foreground),.04)}.home-shoppable__image{width:100%;height:auto;display:block}.home-shoppable__hotspot{position:absolute;transform:translate(-50%,-50%);width:2.1rem;height:2.1rem;border-radius:50%;border:0;background-color:#fffffff2;color:rgb(var(--color-foreground));cursor:pointer;box-shadow:0 4px 16px #00000040;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s cubic-bezier(.2,.7,.2,1),background-color .2s ease;z-index:4}.home-shoppable__hotspot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background-color:#ffffff8c;animation:potzillas-hotspot-pulse 2.4s ease-out infinite;z-index:-1;pointer-events:none}@keyframes potzillas-hotspot-pulse{0%{transform:scale(1);opacity:.7}to{transform:scale(2);opacity:0}}.home-shoppable__hotspot:hover,.home-shoppable__hotspot[aria-expanded=true]{transform:translate(-50%,-50%) scale(1.15);background-color:rgb(var(--color-foreground))}.home-shoppable__hotspot:hover .home-shoppable__hotspot-dot,.home-shoppable__hotspot[aria-expanded=true] .home-shoppable__hotspot-dot{background-color:#fff}.home-shoppable__hotspot-dot{width:.55rem;height:.55rem;background-color:rgb(var(--color-foreground));border-radius:50%;transition:background-color .2s ease}.home-shoppable__popover{position:absolute;transform:translate(-50%,1.6rem);width:24rem;background-color:#fff;border-radius:1.6rem;padding:1rem;box-shadow:0 20px 50px -16px #00000059;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s cubic-bezier(.2,.7,.2,1),visibility .25s;z-index:10;text-decoration:none;color:#0b0b0b;display:block}.home-shoppable__hotspot[aria-expanded=true]+.home-shoppable__popover{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,1.2rem)}.home-shoppable__hotspot[data-flip-up=true]+.home-shoppable__popover{transform:translate(-50%,calc(-100% - 3.6rem))}.home-shoppable__hotspot[data-flip-up=true][aria-expanded=true]+.home-shoppable__popover{transform:translate(-50%,calc(-100% - 4rem))}.home-shoppable__popover:hover{transform:translate(-50%,1.2rem) scale(1.02)}.home-shoppable__hotspot[data-flip-up=true]+.home-shoppable__popover:hover{transform:translate(-50%,calc(-100% - 4rem)) scale(1.02)}.home-shoppable__popover-media{border-radius:1rem;overflow:hidden;aspect-ratio:1 / 1;margin-bottom:.8rem;background-color:rgba(var(--color-foreground),.04)}.home-shoppable__popover-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.home-shoppable__popover:hover .home-shoppable__popover-media img{transform:scale(1.05)}.home-shoppable__popover-body{padding:.4rem .4rem .6rem}.home-shoppable__popover-title{font-family:var(--font-heading-family);font-weight:500;font-size:1.5rem;line-height:1.25;margin:0 0 .3rem}.home-shoppable__popover-price{font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;margin:0 0 .8rem}.home-shoppable__popover-cta{font-family:var(--font-body-family);font-size:1.2rem;letter-spacing:.04em;font-weight:500;color:#0b0b0b;display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s ease;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.home-shoppable__popover:hover .home-shoppable__popover-cta{gap:.8rem;text-decoration-thickness:2px}.home-shoppable__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:transparent;padding:0;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s;z-index:5;border-radius:var(--media-radius, 2rem)}.home-shoppable__stage[data-open=true] .home-shoppable__backdrop{opacity:1;visibility:visible;pointer-events:auto}.home-shoppable__hotspot.is-editor-selected{outline:3px solid rgb(var(--color-foreground));outline-offset:4px}@media screen and (max-width:749px){.home-shoppable__backdrop{background:#00000059}.home-shoppable__hotspot{width:1.5rem;height:1.5rem;box-shadow:0 3px 10px #00000040}.home-shoppable__hotspot:after{content:"";position:absolute;top:-.9rem;right:-.9rem;bottom:-.9rem;left:-.9rem;border-radius:50%}.home-shoppable__hotspot-dot{width:.4rem;height:.4rem}.home-shoppable__popover{top:50%!important;left:50%!important;transform:translate(-50%,-45%) scale(.96)!important;width:min(31rem,calc(100% - 2.4rem));display:flex;align-items:center;gap:1.1rem;padding:.9rem}.home-shoppable__hotspot[aria-expanded=true]+.home-shoppable__popover{transform:translate(-50%,-50%) scale(1)!important}.home-shoppable__popover-media{flex:0 0 8rem;width:8rem;margin-bottom:0}.home-shoppable__popover-body{padding:0;min-width:0}.home-shoppable__popover-title{font-size:1.45rem;margin-bottom:.2rem}.home-shoppable__popover-price{margin-bottom:.5rem}}@media screen and (max-width:989px){.home-shoppable__layout{grid-template-columns:1fr}.home-shoppable__info-card{order:2;margin-block:0}}.home-shoppable__footer{display:flex;justify-content:flex-end;margin-top:clamp(2rem,3vw,3rem)}.home-shoppable__footer-cta{font-family:var(--font-body-family);font-weight:500;font-size:1.5rem;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px;transition:text-decoration-thickness .2s ease;color:inherit}.home-shoppable__footer-cta:hover{text-decoration-thickness:2px}.home-usp{padding:clamp(4rem,6vw,7rem) 0}.home-usp__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(2rem,3vw,4rem)}@media screen and (max-width:989px){.home-usp__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:599px){.home-usp__grid{grid-template-columns:1fr}}.home-usp__item{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;text-decoration:none;color:inherit}.home-usp__icon{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}.home-usp__icon img,.home-usp__icon svg{width:100%;height:100%;object-fit:contain}.home-usp__heading{font-family:var(--font-heading-family);font-weight:500;font-size:1.8rem;line-height:1.2;margin:0}.home-usp__text{font-family:var(--font-body-family);font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.7);margin:0}.home-brand{padding:clamp(5rem,7vw,9rem) 0}.home-brand__grid{display:grid;grid-template-columns:1fr 1.3fr;gap:clamp(3rem,5vw,6rem);align-items:center}@media screen and (max-width:989px){.home-brand__grid{grid-template-columns:1fr}}.home-brand__text{display:flex;flex-direction:column;gap:1.6rem}.home-brand__eyebrow{font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;color:rgba(var(--color-foreground),.6);margin:0}.home-brand__heading{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(2.6rem,3.2vw,4rem);line-height:1.1;letter-spacing:-.015em;margin:0}.home-brand__body{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.6;color:rgba(var(--color-foreground),.78)}.home-brand__cta{font-family:var(--font-body-family);font-weight:500;font-size:1.4rem;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;color:inherit;align-self:flex-start}.home-brand__cta:hover{text-decoration-thickness:2px}.home-brand__logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.6rem,2vw,2.4rem)}.home-brand__logo{aspect-ratio:3 / 2;display:flex;align-items:center;justify-content:center;padding:1.6rem;border-radius:1.4rem;background-color:rgba(var(--color-foreground),.22);text-decoration:none;transition:background-color .2s ease,transform .2s ease;overflow:hidden}.home-brand__logo:hover{background-color:rgba(var(--color-foreground),.28);transform:translateY(-1px)}.home-brand__logo-media{width:100%;height:clamp(7rem,7vw,9.6rem);display:flex;align-items:center;justify-content:center;transform:scale(calc(var(--logo-scale, 100%) / 100%));transform-origin:center;transition:transform .2s ease}.home-brand__logo img{width:100%;height:100%;max-width:19rem;max-height:8.2rem;object-fit:contain;object-position:center;display:block;image-rendering:-webkit-optimize-contrast}.home-brand__logo:hover .home-brand__logo-media{transform:scale(calc((var(--logo-scale, 100%) / 100%) * 1.03))}.home-brand__logo-fallback{font-family:var(--font-heading-family);font-weight:600;font-size:1.6rem;color:rgba(var(--color-foreground),.75);text-align:center}@media screen and (max-width:749px){.home-brand__logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.home-brand__logo{padding:1.2rem}.home-brand__logo-media{height:clamp(4.6rem,13vw,6.4rem)}.home-brand__logo img{max-height:6rem}}.home-magazine{padding:clamp(5rem,7vw,9rem) 0}.home-magazine__head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:clamp(3rem,4vw,5rem);flex-wrap:wrap}.home-magazine__cta{font-family:var(--font-body-family);font-weight:500;font-size:1.4rem;letter-spacing:.04em;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;color:inherit}.home-magazine__cta:hover{text-decoration-thickness:2px}.home-magazine__footer{display:flex;justify-content:flex-end;margin-top:clamp(2.4rem,3vw,3.6rem)}.home-magazine__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(2rem,2.5vw,3rem)}@media screen and (max-width:989px){.home-magazine__grid{grid-template-columns:1fr}}.home-magazine__card{display:flex;flex-direction:column;gap:1.4rem;text-decoration:none;color:inherit}.home-magazine__media{aspect-ratio:4 / 3;border-radius:var(--media-radius, 2rem);overflow:hidden;background-color:rgba(var(--color-foreground),.04)}.home-magazine__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.home-magazine__card:hover .home-magazine__media img{transform:scale(1.04)}.home-magazine__meta{font-family:var(--font-body-family);font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;color:rgba(var(--color-foreground),.55)}.home-magazine__title{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(1.8rem,1.8vw,2.2rem);line-height:1.25;letter-spacing:-.01em;margin:0}.home-magazine__excerpt{font-family:var(--font-body-family);font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.7);margin:0}.home-newsletter{padding:clamp(5rem,7vw,9rem) 0}.home-newsletter__inner{max-width:62rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:1.6rem;align-items:center}.home-newsletter__eyebrow{font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;opacity:.7;margin:0}.home-newsletter__heading{font-family:var(--font-heading-family);font-weight:600;font-size:clamp(3rem,4vw,5.2rem);line-height:1.05;letter-spacing:-.02em;margin:0}.home-newsletter__body{font-family:var(--font-body-family);font-size:1.6rem;line-height:1.55;opacity:.85;max-width:48ch;margin:0}.home-newsletter__form{width:100%;display:flex;gap:.8rem;max-width:48rem;margin-top:1.2rem}.home-newsletter__input{flex:1;padding:1.4rem 1.8rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);background-color:transparent;color:inherit;font-family:var(--font-body-family);font-size:1.5rem;outline:none;transition:border-color .2s ease}.home-newsletter__input::placeholder{color:currentColor;opacity:.55}.home-newsletter__input:focus{border-color:currentColor}.home-newsletter__button{padding:1.4rem 2.6rem;border-radius:999px;border:0;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-weight:500;font-size:1.4rem;letter-spacing:.02em;cursor:pointer;transition:transform .2s ease}.home-newsletter__button:hover{transform:translateY(-1px)}.home-newsletter__success{font-family:var(--font-body-family);font-size:1.4rem;margin-top:1rem;opacity:.85}@media screen and (max-width:599px){.home-newsletter__form{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/potzillas-homepage.css.map */
