.not-found-page{display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.5rem;min-height:50vh}.not-found__image-wrapper{width:200px;height:200px;margin:0 auto 2.5rem;border-radius:50%;overflow:hidden;border:3px solid var(--color-accent);background-color:var(--color-secondary-background)}.not-found__image-wrapper img{width:100%;height:100%;object-fit:cover}.not-found__title{font-size:6rem;line-height:1;margin-bottom:1rem}.not-found__subtitle{font-size:1.5rem;margin:0 0 1.5rem;opacity:.9;color:var(--color-foreground)}.not-found__text{max-width:50ch;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.6;opacity:.8}.cart-recommendations-section{padding:3rem 1.5rem;border-top:1px solid #eee;background-color:var(--color-secondary-background);margin-top:2rem}.cart-recommendations__heading{text-align:center;margin-bottom:2rem;color:var(--color-accent)}.cart-recommendations-section .product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.cart-recommendations-section .product-grid{grid-template-columns:repeat(var(--columns-desktop, 4),1fr)}}.cart-recommendations-section .product-card{display:flex;flex-direction:column;text-decoration:none;color:var(--color-foreground);border:1px solid transparent;background-color:#f5f5f5;border-radius:5px;overflow:hidden}.cart-recommendations-section .product-card__image-link{display:block}.cart-recommendations-section .product-card__image-wrapper{aspect-ratio:1 / 1;background-color:#fff}.cart-recommendations-section .product-card__image-wrapper img,.cart-recommendations-section .product-card__image-wrapper .placeholder-svg{width:100%;height:100%;object-fit:cover}.cart-recommendations-section .product-card__content{padding:1rem;text-align:center;display:flex;flex-direction:column;flex-grow:1}.cart-recommendations-section .product-card__title{margin:0 0 .5rem;font-size:1rem;flex-grow:1}.cart-recommendations-section .product-card__title a{text-decoration:none;color:inherit}.cart-recommendations-section .product-card__price{margin:0 0 1rem;color:var(--color-accent);font-weight:700}.cart-recommendations-section .button--small{padding:.5rem 1rem;font-size:.9rem}.cart-recommendations-section .product-card__add-form{margin-top:auto}.cart-recommendations-section .product-card__add-form form{margin:0;display:flex;justify-content:center}.cart-recommendations-section .product-card__add-form .button{border:none}.cart-summary-section{margin-top:2rem}.cart-summary{width:100%}@media (min-width: 990px){.cart-summary{max-width:33.33%;margin-left:auto}}.cart-summary__inner{background-color:#f5f5f5;padding:1.5rem;border-radius:5px}.cart-summary__subtotal{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.cart-summary__text{font-size:.9rem;opacity:.8;text-align:center;margin-bottom:1.5rem}.cart-summary__age-gate{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;font-size:.9rem;line-height:1.4;text-align:left}.cart-summary__age-gate input[type=checkbox]{margin-top:.2em;flex-shrink:0}.cart-summary__buttons .button--primary[disabled]{background-color:#ccc;cursor:not-allowed}.cart-summary__buttons{display:grid;gap:.75rem}.button--secondary{background-color:transparent;color:var(--color-accent);border:1px solid var(--color-accent);transition:background-color .2s,color .2s}.button--secondary:hover{background-color:var(--color-accent);color:#fff}.cart-page{padding-top:2rem;padding-bottom:4rem}.cart-page__title{text-align:center;margin-bottom:3rem}.cart--empty-state{text-align:center;padding:4rem 0}.cart-validation-error{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;margin-bottom:1.5rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:5px;font-size:1rem;font-weight:500}.cart-validation-error .icon-warning{width:24px;height:24px;stroke:currentColor;flex-shrink:0}.cart--empty-state p{margin-bottom:1.5rem;font-size:1.1rem}.cart-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 990px){.cart-layout{grid-template-columns:1fr}}.cart-items__header{display:none;padding-bottom:1rem;border-bottom:1px solid #eee;color:var(--color-foreground);opacity:.7;font-size:.9rem}@media (min-width: 768px){.cart-items__header{display:grid;grid-template-columns:3fr 1fr 1fr;gap:1.5rem}.cart-items__header-quantity{text-align:center}.cart-items__header-total{text-align:right}}.cart-item{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"media details" "media quantity" "media total";gap:.5rem 1.5rem;padding:1.5rem 0;border-bottom:1px solid #eee}@media (min-width: 768px){.cart-item{grid-template-columns:1fr 2fr 1fr 1fr;grid-template-areas:"media details quantity total";align-items:center}}.cart-item__media{grid-area:media;width:100px}.cart-item__media img{border-radius:5px}.cart-item__details{grid-area:details}.cart-item__quantity{grid-area:quantity}.cart-item__total{grid-area:total;font-weight:700}@media (max-width: 767px){.cart-item__quantity,.cart-item__total{display:flex;justify-content:space-between;align-items:center}.cart-item__quantity:before{content:"{{ "cart.item_quantity" | t }}"}.cart-item__total:before{content:"{{ "cart.item_total" | t }}"}}@media (min-width: 768px){.cart-item__quantity{justify-self:center}.cart-item__total{justify-self:end}}.cart-item__title{font-weight:700;text-decoration:none;color:var(--color-foreground)}.cart-item__variant,.cart-item__price{font-size:.9rem;opacity:.8;margin:.25rem 0}.cart-item__remove{font-size:.8rem;color:var(--color-accent);text-decoration:none;opacity:.8}.cart-item__age-warning{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#8a6d3b;margin:.5rem 0}.cart-item__age-warning .icon-warning{width:16px;height:16px;stroke:currentColor;flex-shrink:0}.cart-item__property{font-size:.9rem;color:var(--color-foreground);opacity:.8;margin:.25rem 0}.cart-item__remove:hover{opacity:1}.quantity-selector{display:flex;align-items:center;border:1px solid #ccc;border-radius:5px;overflow:hidden;height:44px}.quantity-button:hover{background-color:#f0f0f0}.quantity-selector__input{width:40px;text-align:center;border:none;padding:0;background-color:transparent;-moz-appearance:textfield}.quantity-selector__input::-webkit-outer-spin-button,.quantity-selector__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.collection-header{text-align:center;background-color:var(--color-secondary-background);margin:0 -2em 2em;padding:2em}.collection-header h1{color:var(--color-accent);margin:0 0 .5em}.collection-description{font-size:1.1em;font-style:italic;line-height:1.6;max-width:65ch;margin-left:auto;margin-right:auto;color:var(--color-foreground)}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2em}.product-card{display:flex;flex-direction:column;border:1px solid #eee;border-radius:5px;overflow:hidden;background-color:var(--color-background);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.product-card__image-wrapper{display:block;aspect-ratio:1 / 1;overflow:hidden}.product-card__image,.product-card__image-wrapper .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__content{padding:1rem;text-align:center;display:flex;flex-direction:column;flex-grow:1}.product-card__title{font-size:1.1rem;margin:0 0 .5rem}.product-card__title a{text-decoration:none;color:inherit}.product-card__tagline{font-size:.9em;font-style:italic;margin:0 0 .75rem;opacity:.8}.product-card__price{font-size:1rem;font-weight:700;color:var(--color-accent);margin:0 0 1rem}.product-card__button{margin-top:auto}.collection-list-section{padding:2rem 0}.collection-list__heading{text-align:center;margin-bottom:2rem}.collection-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.collection-card{display:flex;flex-direction:column;text-decoration:none;color:var(--color-foreground);border:1px solid #eee;background-color:#f5f5f5;border-radius:5px;overflow:hidden;transition:transform .2s ease-in-out}.collection-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.collection-card__image-wrapper{aspect-ratio:1 / 1}.collection-card__image-wrapper img,.collection-card__image-wrapper .placeholder-svg{width:100%;height:100%;object-fit:cover}.collection-card__content{padding:1rem;text-align:center;display:flex;flex-direction:column;align-items:center;flex-grow:1}.collection-card__content h3{margin:0 0 .5rem;font-size:1.2rem}.collection-card__description{font-size:.9rem;margin:0 0 1rem;flex-grow:1}.collection-card__button{margin-top:auto}.button{display:inline-block;padding:.75rem 1.5rem;background-color:var(--color-main);color:var(--color-background);text-decoration:none;border-radius:4px;font-weight:700;text-align:center;cursor:pointer}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{margin-top:2rem;background-color:var(--color-accent);padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}footer a,.footer__copyright{text-decoration:none;color:#fff}.footer__copyright,.footer__copyright a{font-weight:700}.footer__links-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer__link--single{text-align:center}footer .footer__links,footer .footer__payment{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footer__social-link .icon-instagram{stroke:#fff;width:28px;height:28px}.footer__social-link{display:block;transition:opacity .2s ease}.footer__social-link:hover{opacity:.8}header{height:6rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;background-color:var(--color-background);padding:0 20px}.header__logo{justify-self:center;text-align:center}.header__logo img{height:4.8rem;width:auto;object-fit:contain}header a{position:relative;text-decoration:none;color:var(--color-accent)}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}.header__icon-image{display:block;width:2rem;height:2rem;background-color:var(--color-accent);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.header__actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.language-selector{position:relative}.language-selector__current{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid transparent;border-radius:4px;cursor:pointer;list-style:none;transition:background-color .2s}.language-selector__current::-webkit-details-marker{display:none}.language-selector__current:hover{background-color:var(--color-secondary-background)}.language-selector[open]>.language-selector__current{border-color:var(--color-accent)}.language-flag{width:24px;height:16px;border-radius:2px;box-shadow:0 0 1px #0000004d}.language-selector .icon-caret{width:10px;height:10px;color:var(--color-accent);transition:transform .2s}.language-selector[open]>summary .icon-caret{transform:rotate(180deg)}.language-selector__options{position:absolute;top:calc(100% + 5px);left:0;background-color:var(--color-background);border:1px solid #eee;border-radius:5px;box-shadow:0 4px 12px #0000001a;padding:.5rem;z-index:10;min-width:150px}.language-selector__list,.localization-form{margin:0;padding:0;list-style:none}.language-selector__item button{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border:none;background-color:transparent;cursor:pointer;text-align:left;border-radius:3px}.language-selector__item.is-active button{font-weight:700;background-color:var(--color-secondary-background)}.language-selector__item:not(.is-active) button:hover{background-color:#f9f9f9}.image-banner{position:relative;display:flex;align-items:center;justify-content:center}.image-banner--small{min-height:280px}.image-banner--medium{min-height:390px}.image-banner--large{min-height:560px}.image-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.image-banner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0003;z-index:1}.image-banner__content{position:relative;z-index:2;color:#fff;text-align:center;padding:2rem;background:#0000004d;border-radius:5px}.image-banner__content h2{color:#fff;font-size:2.5rem}.button{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background-color:var(--color-main);color:var(--color-background);text-decoration:none;border-radius:4px;font-weight:700}.collection-page{padding:2rem 0}.collection-header{text-align:center;margin-bottom:3rem}.collection-header h1{margin-bottom:1rem}.collection-description{max-width:60ch;margin:0 auto;font-size:1.1rem;opacity:.9}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(var(--columns-desktop, 3),1fr)}}.product-card{display:flex;flex-direction:column;text-decoration:none;color:var(--color-foreground);border:1px solid #eee;background-color:#f5f5f5;border-radius:5px;overflow:hidden;transition:transform .2s ease-in-out}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.product-card__image-wrapper{aspect-ratio:1 / 1;background-color:#fff}.product-card__image-wrapper img,.product-card__image-wrapper .placeholder-svg{width:100%;height:100%;object-fit:cover}.product-card__content{padding:1rem;text-align:center}.product-card__title{margin:0 0 .5rem;font-size:1.1rem}.product-card__price{margin:0;color:var(--color-accent);font-weight:700}.pagination{display:flex;justify-content:center;margin-top:3rem}.page-wrapper{padding:4rem 0}.page-title{text-align:center;color:var(--color-main);margin-bottom:3rem;font-size:2.8rem}.rte{max-width:72ch;margin-left:auto;margin-right:auto}.rte>*+*{margin-top:1.5rem}.rte p{line-height:1.7}.rte a{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .2s ease}.rte a:hover,.rte h2,.rte h3,.rte h4{color:var(--color-main)}.our-process-section{padding-top:2rem;padding-bottom:2rem}.our-process__heading{text-align:center;margin-bottom:2.5rem}.our-process__steps-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.our-process__step{text-align:center}.our-process__image-wrapper{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:2px solid var(--color-accent);background-color:var(--color-secondary-background)}.our-process__image-wrapper img,.our-process__image-wrapper .placeholder-svg{width:100%;height:100%;object-fit:cover}.our-process__title{font-size:1.3rem;margin:0 0 .5rem}.our-process__description{font-size:.95rem;line-height:1.6}.our-process__dots-container{display:none}.our-process__dot{width:10px;height:10px;border-radius:50%;background-color:var(--color-accent);opacity:.3;border:none;padding:0;cursor:pointer;transition:opacity .2s ease}.our-process__dot.is-active{opacity:1}@media (max-width: 768px){.our-process__steps-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.our-process__steps-container::-webkit-scrollbar{display:none}.our-process__step{flex:0 0 100%;scroll-snap-align:start;padding:0 1.5rem}.our-process-section .our-process__dots-container{display:flex!important;justify-content:center;gap:.75rem;margin-top:1.5rem}}.product-layout{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.product-layout>h1:after{content:attr(data-product-price);display:block;font-size:1.5rem;font-weight:700;color:var(--color-accent);margin-top:1rem}.product-info .product-info__price{display:none}.product-layout>h1{order:1}.product-gallery__main-image{order:2}.product-gallery__thumbnails{order:3}.product-info{order:4}@media (min-width: 768px){.product-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:auto 1fr;align-items:start;gap:3rem}.product-gallery{gap:1rem}.product-layout>h1:after{display:none}.product-info .product-info__price{display:block}.product-gallery{grid-column:1;grid-row:1 / span 2}.product-layout>h1{grid-column:2;grid-row:1}.product-info{grid-column:2;grid-row:2}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-gallery__thumbnails{margin-top:0}.product-gallery__main-image{position:relative;overflow:hidden;border-radius:5px;aspect-ratio:1 / 1}.product-gallery__slide{display:none;width:100%;height:100%}.product-gallery__slide.is-active{display:block}.product-gallery__slide img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbnails{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.product-gallery__thumbnail{width:80px;height:80px;border:2px solid transparent;border-radius:5px;cursor:pointer;overflow:hidden;padding:0;transition:border-color .2s ease}.product-gallery__thumbnail.is-active{border-color:var(--color-accent)}.product-gallery__thumbnail img{width:100%;height:100%;object-fit:cover}.product-layout>h1{margin-bottom:.5rem}.product-info__price{font-size:1.5rem;font-weight:700;color:var(--color-accent);margin-bottom:1.5rem}.age-gate-warning{display:flex;align-items:center;gap:.75rem;padding:1rem;margin-bottom:1.5rem;background-color:#fffbe6;color:#8a6d3b;border:1px solid #ffeeba;border-radius:5px;font-size:.9rem}.age-gate-warning .icon-warning{width:24px;height:24px;stroke:currentColor;flex-shrink:0}.product-form{display:flex;flex-direction:column;gap:1rem}.product-form label{display:block;margin-bottom:.5rem;font-size:.9rem}.product-form select,.product-form .variant-select{width:100%;padding:.75rem;border:1px solid #ccc}.product-form__variants{margin-bottom:1rem}.product-form .button{width:100%;padding:1rem}.product-form__buttons{display:flex;flex-direction:column}.product-form__upper-row{display:grid;grid-template-columns:min-content 1fr;gap:1rem;align-items:flex-end}.product-form__add-to-cart{height:50px}.product-form__add-to-cart .button{margin-top:0}.quantity-selector{display:flex;align-items:center;border:1px solid #ccc;border-radius:5px;overflow:hidden;height:50px}.quantity-button{background-color:transparent;border:none;cursor:pointer;font-size:1.5rem;padding:.5rem 1rem;line-height:1;color:var(--color-foreground);transition:background-color .2s}.quantity-button:hover{background-color:var(--color-secondary-background)}.quantity-selector input[type=number]{width:40px;text-align:center;border:none;padding:0;background-color:transparent;-moz-appearance:textfield}.quantity-selector input[type=number]::-webkit-outer-spin-button,.quantity-selector input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.button--primary{background-color:var(--color-accent);color:#fff;border:none;height:100%;transition:filter .2s;display:flex;align-items:center;justify-content:center;gap:.75rem}.button--primary:hover{filter:brightness(90%)}.button--primary .icon-cart{width:20px;height:20px;stroke:#fff}.button--primary span{line-height:1}.product-form .shopify-payment-button{margin-top:1rem}.product-form .shopify-payment-button__button{width:100%;min-height:50px;border-radius:5px!important;background-color:var(--color-main)!important;color:#fff!important;transition:filter .2s!important}.product-form .shopify-payment-button__button:hover{filter:brightness(90%)!important;background-color:var(--color-main)!important}.product-details-content{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.product-description h2,.product-bundle__heading{margin-bottom:1.5rem;text-align:center}.product-description{border:2px solid var(--color-secondary-background);padding:2rem 1.5rem;border-radius:12px;border-left:0;border-right:0}.product-description .rte{max-width:70ch;margin:0 auto}.product-description .rte p:empty{display:block!important;height:1em!important}.product-bundle{margin-top:3rem}.bundle-components-list{display:grid;gap:2rem}.bundle-component-card{display:block;padding:1rem;background-color:var(--color-secondary-background);border-radius:5px}.bundle-component-card__main{display:flex;flex-direction:column;gap:1rem}.bundle-component__image-wrapper{flex-shrink:0;width:100%;height:auto;aspect-ratio:1 / 1;border-radius:5px;overflow:hidden}@media (min-width: 768px){.bundle-components-list{grid-template-columns:repeat(2,1fr)}.bundle-component-card__main{flex-direction:row;align-items:flex-start}.bundle-component__image-wrapper{width:150px;height:150px;aspect-ratio:1 / 1}}.bundle-component__image-wrapper img,.bundle-component__image-wrapper .placeholder-svg{width:100%;height:100%;object-fit:cover}.bundle-component__title-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.bundle-component__title{margin:0;color:var(--color-accent)}.age-gate-icon{display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--color-foreground);background-color:transparent;border:2px solid var(--color-foreground);border-radius:50%;width:28px;height:28px;flex-shrink:0;cursor:help}.bundle-component__greeting-note{margin-top:1rem;padding:1rem;background-color:var(--color-background);border:1px solid rgba(var(--color-foreground-rgb),.15);border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}.bundle-component__greeting-note:focus-within{border-color:rgba(var(--color-accent-rgb),.8);box-shadow:0 0 0 2px rgba(var(--color-accent-rgb),.2)}.bundle-component__greeting-note label{display:block;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.bundle-component__greeting-note textarea{border:none;background-color:transparent;padding:0;resize:none;height:80px;width:100%}.bundle-component__greeting-note textarea:focus{box-shadow:none;outline:none}.bundle-component__greeting-note .char-counter{font-size:.8rem;text-align:right;opacity:.7;margin-top:.5rem}.greeting-note__error{color:#d9534f;font-size:.9rem;margin-top:.75rem;font-weight:700}.product-ai-disclaimer{font-size:.8rem;font-style:italic;color:var(--color-foreground);opacity:.7;text-align:center;margin-top:3rem;max-width:60ch;margin-left:auto;margin-right:auto}.sticky-add-to-cart-bar{position:fixed;top:0;left:0;width:100%;background-color:var(--color-background);border-bottom:1px solid #eee;padding:.25rem 1.5rem;z-index:100;transform:translateY(-100%);transition:transform .3s ease-in-out;box-shadow:0 2px 10px #0000001a}.sticky-add-to-cart-bar.is-visible{transform:translateY(0)}.sticky-add-to-cart-bar__content{display:flex;justify-content:space-between;align-items:center;max-width:var(--page-width);margin:0 auto}.sticky-add-to-cart-bar__product-info{display:flex;align-items:center;gap:1rem}.sticky-add-to-cart-bar__product-info img{width:32px;height:32px;object-fit:cover;border-radius:4px}.sticky-add-to-cart-bar__details{display:flex;flex-direction:column}.sticky-add-to-cart-bar__title{font-weight:700}.sticky-add-to-cart-bar__price{color:var(--color-accent)}.sticky-add-to-cart-bar__button{margin-top:inherit;width:auto;height:32px;flex-shrink:0}.customized-item-section{margin-bottom:3rem;padding:2rem;border:1px dashed var(--color-accent);border-radius:5px;text-align:center}.customized-item-section h2{margin-bottom:1rem}.customization-fields{margin-top:2rem;text-align:left;display:flex;flex-direction:column;gap:1.5rem}.customization-field>label{display:block;margin-bottom:.5rem;font-weight:700}.customization-field__error{color:#d9534f;font-size:.9rem;margin-top:.5rem}.customization-field textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:5px;resize:vertical}.color-swatch-group{display:flex;flex-wrap:wrap;gap:1rem}.color-swatch input[type=radio]{position:absolute;opacity:0;width:0;height:0}.color-swatch label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border:2px solid transparent;border-radius:5px;transition:border-color .2s;font-weight:400}.color-swatch input[type=radio]:checked+label{border-color:var(--color-accent)}.color-swatch__color{display:block;width:24px;height:24px;border-radius:50%;border:1px solid rgba(0,0,0,.2)}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.font-selector-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px;margin-top:5px}.font-option{position:relative}.font-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.font-option label{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid #e0e0e0;border-radius:4px;padding:10px;cursor:pointer;transition:border-color .2s;text-align:center}.font-option input[type=radio]:checked+label{border-color:var(--color-accent)}.font-option__image{max-width:100%;height:auto;margin-bottom:5px}.font-option__name{font-size:.9em}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.add-on-cta{background-color:var(--color-secondary-background);padding:3rem 1.5rem;border-radius:12px;text-align:center;margin-top:3rem}.add-on-cta__title{color:var(--color-accent);margin-bottom:1rem}.add-on-cta__body{color:var(--color-foreground);opacity:.8;max-width:60ch;margin:0 auto 1.5rem}.add-on-cta__link{color:var(--color-main);text-decoration:underline;font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
