:root{--plum: #260D1C;--pink: #D473B4;--pink-light: #E48BC6;--green: #A9B647;--cream: #EDECE7;--white: #FFFFFF;--black: #1C0A15;--radius-card: 28px}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Nolly Roho;src:url(//nofrizzi.com/cdn/shop/t/9/assets/nolly-roho.ttf?v=122237332494552707781783466790) format("truetype");font-display:swap}body{font-family:Quicksand,sans-serif;font-weight:600;background:var(--white);color:var(--black)}.display{font-family:Nolly Roho,Quicksand,sans-serif;font-weight:400}.wrap{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 40px}.pill{display:inline-block;border:2px solid var(--black);border-radius:999px;padding:12px 28px;font-family:Quicksand,sans-serif;font-weight:700;font-size:14px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;color:var(--black);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.pill:hover{transform:translateY(-2px);box-shadow:3px 3px 0 var(--black)}.pill:focus-visible{outline:3px solid var(--pink);outline-offset:3px}.pill--pink{background:var(--pink-light)}.pill--green{background:var(--green)}.site-header{background:var(--white);border-bottom:2px solid var(--black);position:sticky;top:0;z-index:50}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding-top:14px;padding-bottom:14px}.logo-link{display:inline-flex;align-items:center}.logo-img{height:40px;width:auto;display:block}.site-nav{display:flex;align-items:center;gap:28px}.site-nav a:not(.pill){color:var(--black);text-decoration:none;font-size:15px}.site-nav a:not(.pill):hover{color:var(--pink)}.site-nav .pill{padding:8px 22px;font-size:13px}.hero{padding:72px 0 80px}.hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.badge{display:inline-block;background:var(--plum);color:var(--white);border-radius:999px;padding:8px 20px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}.hero h1{font-size:clamp(44px,5vw,68px);line-height:1.05;margin-bottom:24px}.hero h1 .accent{color:var(--pink)}.hero p{font-size:18px;line-height:1.55;max-width:42ch;margin-bottom:32px}.photo-card{border:3px solid var(--black);border-radius:36px;overflow:hidden;box-shadow:10px 10px 0 var(--black);background:#f5b8d3;aspect-ratio:4 / 5}.photo-card img{width:100%;height:100%;object-fit:cover;display:block}.marquee{background:var(--pink);border-top:2px solid var(--black);border-bottom:2px solid var(--black);overflow:hidden;padding:14px 0}.marquee__track{display:flex;gap:48px;width:max-content;animation:scroll 22s linear infinite}.marquee__track span{display:flex;align-items:center;gap:48px;color:var(--black);font-weight:700;font-size:15px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}.carousel__slides{transition:none!important}}.enemies{padding:88px 0 96px;background:var(--white)}.enemies h2{text-align:center;font-size:clamp(38px,4.5vw,56px);margin-bottom:12px}.enemies .sub{text-align:center;font-size:17px;margin-bottom:48px}.enemy-panels{display:grid;grid-template-columns:repeat(3,1fr);border:3px solid var(--black);border-radius:var(--radius-card);overflow:hidden}.enemy-panel{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;padding:9%}.enemy-panel img{max-width:100%;max-height:100%;object-fit:contain;display:block}.enemy-panel--tangles{background:var(--plum)}.enemy-panel--static{background:var(--green)}.enemy-panel--frizz{background:var(--cream)}.squiggle-text{font-family:Nolly Roho,Quicksand,sans-serif;font-size:17px;letter-spacing:2px}.how{background:var(--plum);padding:104px 0 120px}.how h2{color:var(--green);text-align:center;font-size:clamp(42px,5vw,64px);margin-bottom:72px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.step{border:1.5px solid var(--pink);border-radius:22px;padding:36px 32px 40px}.step h3{color:var(--green);font-size:30px;margin-bottom:16px}.step p{color:var(--white);font-size:16px;line-height:1.55}.meet{background:var(--white);padding:64px 0 72px}.meet__img{display:block;width:100%;height:auto;aspect-ratio:9 / 5;object-fit:cover}.product{background:var(--cream);padding:96px 0 110px}.product .wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}.product h2{font-size:clamp(38px,4.5vw,54px);margin-bottom:12px}.price{font-size:26px;font-weight:700;color:var(--pink);margin-bottom:28px}.price s{color:var(--black);opacity:.55;font-size:18px;margin-left:10px}.product ul{list-style:none;margin-bottom:32px}.product li{position:relative;padding-left:30px;margin-bottom:12px;font-size:16px;line-height:1.45}.product li:before{content:"";position:absolute;left:0;top:3px;width:15px;height:15px;border-radius:50%;background:var(--green);border:2px solid var(--black)}.product .fine-print{font-size:13px;margin-top:28px;opacity:.75}.carousel{position:relative}.carousel__frame{border:3px solid var(--black);border-radius:36px;overflow:hidden;box-shadow:10px 10px 0 var(--black);background:#f5b8d3;aspect-ratio:4 / 5}.carousel__slides{display:flex;height:100%;transition:transform .45s ease}.carousel__slide{flex:0 0 100%;height:100%}.carousel__slide img{width:100%;height:100%;object-fit:cover;display:block}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:2px solid var(--black);background:var(--white);font-size:20px;font-weight:700;cursor:pointer;line-height:1;z-index:2;transition:transform .15s ease,box-shadow .15s ease}.carousel__arrow:hover{transform:translateY(calc(-50% - 2px));box-shadow:3px 3px 0 var(--black)}.carousel__arrow:focus-visible{outline:3px solid var(--pink);outline-offset:3px}.carousel__arrow--prev{left:-18px}.carousel__arrow--next{right:-6px}.faq{background:var(--pink);padding:88px 0 104px}.faq h2{text-align:center;font-size:clamp(38px,4.5vw,56px);margin-bottom:52px}.faq__list{max-width:620px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq__item{background:var(--white);border:2px solid var(--black);border-radius:26px;overflow:hidden}.faq__item summary{list-style:none;cursor:pointer;padding:18px 26px;font-weight:700;font-size:15px;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";font-size:22px;line-height:1;flex-shrink:0}.faq__item[open] summary:after{content:"\2013"}.faq__item summary:focus-visible{outline:3px solid var(--plum);outline-offset:-3px}.faq__item .answer{padding:0 26px 20px;font-size:15px;line-height:1.55}.site-footer{background:var(--plum);padding:80px 0 64px;text-align:center;color:var(--white)}.footer-logo-link{display:inline-block;margin-bottom:28px}.footer-logo-img{height:76px;width:auto;display:block}.site-footer .small{font-size:13px;line-height:1.7;opacity:.85;margin-bottom:24px}.site-footer .small a{color:var(--white)}.site-footer .tagline{color:var(--green);font-size:17px;font-weight:700;margin-bottom:28px}.shopify-page{padding:72px 0 96px}.shopify-page .wrap{max-width:760px}.shopify-page h1{font-size:clamp(36px,4.5vw,52px);margin-bottom:28px}.shopify-page .rte{font-size:16px;line-height:1.65}.shopify-page .rte p{margin-bottom:16px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-grid a{text-decoration:none;color:var(--black)}@media(max-width:960px){.hero .wrap,.product .wrap{grid-template-columns:1fr;gap:40px}.steps,.enemy-panels,.product-grid{grid-template-columns:1fr}.enemy-panel{aspect-ratio:16 / 10}.site-nav a:not(.pill){display:none}.carousel__arrow--prev{left:8px}.carousel__arrow--next{right:8px}.product-page__grid{grid-template-columns:1fr;gap:40px}}.shop-page{background:var(--cream);padding:72px 0 110px;min-height:60vh}.shop-page h1{text-align:center;font-size:clamp(44px,5vw,64px);margin-bottom:64px}.shop-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--card-min, 300px)),1fr));gap:var(--shop-gap, 36px);align-items:stretch}.shop-card{background:var(--white);border:3px solid var(--black);border-radius:30px;overflow:hidden;box-shadow:8px 8px 0 var(--black);display:flex;flex-direction:column}.shop-card__media{aspect-ratio:5 / 4;background:#f5b8d3;border-bottom:3px solid var(--black)}.shop-card__media img{width:100%;height:100%;object-fit:cover;display:block}.shop-card__media--soon{background:#d9d9d9}.shop-card__media--soon svg{width:100%;height:100%;display:block}.soon-text{font-family:Nolly Roho,Quicksand,sans-serif;font-size:24px;letter-spacing:2px}.shop-card__body{padding:26px 26px 30px;display:flex;flex-direction:column;flex:1}.shop-badge{align-self:flex-start;border-radius:999px;padding:6px 16px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.shop-badge--green{background:var(--green);color:var(--black)}.shop-badge--dark{background:var(--plum);color:var(--white)}.shop-card__body h2{font-size:28px;margin-bottom:10px}.shop-price{font-size:22px;font-weight:700;color:var(--pink);margin-bottom:14px}.shop-price s{color:var(--black);opacity:.55;font-size:15px;margin-left:8px}.shop-desc{font-size:15px;line-height:1.55;margin-bottom:24px}.shop-cta{margin-top:auto;text-align:center}.product-page{background:var(--cream);padding:80px 0 110px}.product-page__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}.product-page h1{font-size:clamp(38px,4.5vw,54px);margin-bottom:12px}.product-page .price{font-size:26px;font-weight:700;color:var(--pink);margin-bottom:28px}.product-page .price s{color:var(--black);opacity:.55;font-size:18px;margin-left:10px}.product-page__desc{margin-top:32px;font-size:16px;line-height:1.6}.variant-picker{border:none;margin-bottom:28px}.variant-picker legend{font-weight:700;font-size:15px;margin-bottom:14px}.variant-picker__options{display:flex;flex-wrap:wrap;gap:12px}.variant-swatch input{position:absolute;opacity:0;pointer-events:none}.variant-swatch span{display:inline-block;border:2px solid var(--black);border-radius:999px;padding:10px 22px;font-weight:700;font-size:14px;background:var(--white);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.variant-swatch span:hover{transform:translateY(-2px);box-shadow:3px 3px 0 var(--black)}.variant-swatch input:checked+span{background:var(--pink-light);box-shadow:3px 3px 0 var(--black)}.variant-swatch input:focus-visible+span{outline:3px solid var(--pink);outline-offset:3px}.variant-swatch--sold-out span{opacity:.45;cursor:not-allowed;text-decoration:line-through}.shop-card__media{display:block}.pagination{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:56px}.pagination__info{font-weight:700;font-size:15px}.shop-empty{text-align:center;font-size:17px;padding:40px 0 20px}.product-page .fine-print{font-size:13px;margin-top:28px;opacity:.75}.product-page__intro{font-size:16px;line-height:1.6;margin-bottom:28px;max-width:54ch}.prod-accordions{margin-top:36px;display:flex;flex-direction:column;gap:14px;max-width:560px}.prod-accordions details{background:var(--white);border:2px solid var(--black);border-radius:22px;overflow:hidden}.prod-accordions summary{list-style:none;cursor:pointer;padding:16px 24px;font-weight:700;font-size:15px;display:flex;justify-content:space-between;align-items:center;gap:16px}.prod-accordions summary::-webkit-details-marker{display:none}.prod-accordions summary:after{content:"+";font-size:20px;line-height:1;flex-shrink:0}.prod-accordions details[open] summary:after{content:"\2013"}.prod-accordions summary:focus-visible{outline:3px solid var(--pink);outline-offset:-3px}.prod-accordions .acc-body{padding:0 24px 18px;font-size:14px;line-height:1.6}.cart-page h1{text-align:center;font-size:clamp(40px,5vw,58px);margin-bottom:52px}.cart-items{display:flex;flex-direction:column;gap:18px;max-width:860px;margin:0 auto}.cart-item{display:grid;grid-template-columns:96px 1fr auto auto;gap:22px;align-items:center;background:var(--white);border:2px solid var(--black);border-radius:24px;padding:16px 22px}.cart-item__media img{width:96px;height:96px;object-fit:cover;border-radius:16px;border:2px solid var(--black);display:block;background:#f5b8d3}.cart-item__title{font-size:22px;color:var(--black);text-decoration:none}.cart-item__title:hover{color:var(--pink)}.cart-item__variant{font-size:14px;margin-top:2px}.cart-item__remove{font-size:13px;color:var(--black);opacity:.65}.cart-item__qty input{width:72px;border:2px solid var(--black);border-radius:999px;padding:8px 0 8px 16px;font-family:Quicksand,sans-serif;font-weight:700;font-size:15px;text-align:center}.cart-item__price{font-weight:700;font-size:17px;text-align:right}.cart-item__price s{opacity:.5;font-size:14px;margin-left:6px}.cart-footer{max-width:860px;margin:36px auto 0;display:flex;justify-content:space-between;align-items:flex-start;gap:32px}.cart-footer__actions{display:flex;align-items:center;gap:20px}.cart-footer__actions .pill{background:var(--white)}.cart-footer__continue{font-weight:700;font-size:14px;color:var(--black)}.cart-footer__summary{text-align:right}.cart-footer__subtotal{font-size:19px;margin-bottom:8px}.cart-footer__note{font-size:13px;opacity:.75;margin-bottom:18px}.cart-footer__checkout{font-size:15px;padding:14px 40px}.cart-empty{text-align:center;padding:30px 0 10px}.cart-empty p{font-size:17px;margin-bottom:26px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:720px){.cart-item{grid-template-columns:72px 1fr;grid-template-rows:auto auto}.cart-item__media img{width:72px;height:72px}.cart-item__qty{grid-column:1;justify-self:start}.cart-item__price{grid-column:2;justify-self:end}.cart-footer{flex-direction:column;align-items:stretch}.cart-footer__summary{text-align:left}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
