.cart-page{width:100%;max-width:var(--content-width);margin-inline:auto;padding-bottom:2rem}.cart-page__title{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;line-height:1.3;color:var(--color-foreground)}.cart-page__list{list-style:none;margin:0 0 2rem;padding:0;border-top:1px solid rgba(0,0,0,.08)}.cart-page__item{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.cart-page__item-image-wrap{flex-shrink:0;width:5rem;height:5rem;border-radius:.5rem;overflow:hidden;background:#0000000a}.cart-page__item-image{width:100%;height:100%;object-fit:cover}.cart-page__item-placeholder{display:block;width:100%;height:100%}.cart-page__item-placeholder svg{width:100%;height:100%;opacity:.3}.cart-page__item-details{flex:1;min-width:0;position:relative;padding-right:2rem}.cart-page__item-title{display:block;font-size:1rem;font-weight:600;color:var(--color-foreground);text-decoration:none;margin-bottom:.25rem;line-height:1.3}.cart-page__item-title:hover{text-decoration:underline}.cart-page__item-price{margin:0 0 .25rem;font-size:.9375rem;font-weight:500;color:var(--color-foreground)}.cart-page__totals{margin:0 0 1.5rem;padding:1rem 0;border-top:1px solid rgba(0,0,0,.08)}.cart-page__total-row{display:flex;justify-content:space-between;margin:0 0 .35rem;font-size:.9375rem;color:var(--color-foreground)}.cart-page__total-row:last-child{margin-bottom:0}.cart-page__total-row--brutto{margin-top:.5rem;padding-top:.5rem;font-size:1.125rem;font-weight:700;border-top:1px solid rgba(0,0,0,.08)}.cart-page__item-qty-wrap{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.cart-page__item-qty-label{margin:0;font-size:.875rem;color:var(--color-foreground);opacity:.85}.cart-page__item-qty-input{width:4rem;padding:.35rem .5rem;font-size:.875rem;font-weight:500;color:var(--color-foreground);background:var(--color-background);border:1px solid rgba(0,0,0,.15);border-radius:var(--style-border-radius-inputs, 4px);-moz-appearance:textfield}.cart-page__item-qty-input::-webkit-outer-spin-button,.cart-page__item-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page__item-qty-input:focus{outline:2px solid var(--color-foreground);outline-offset:2px}.cart-page__item-remove{position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:1.35rem;line-height:1;color:var(--color-foreground);text-decoration:none;opacity:.7;border-radius:.25rem}.cart-page__item-remove:hover{opacity:1;background:#0000000f}.cart-page__empty{margin:0 0 1rem;font-size:1rem;color:var(--color-foreground);opacity:.9}.cart-page__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.cart-page__link{font-size:.9375rem;font-weight:500;color:var(--color-foreground);text-decoration:none}.cart-page__link:hover{text-decoration:underline}.cart-page__footer-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.cart-page__update-btn{padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;color:var(--color-foreground);background:transparent;border:1px solid var(--color-foreground);border-radius:var(--style-border-radius-inputs, 4px);cursor:pointer;transition:opacity .2s ease}.cart-page__update-btn:hover{opacity:.9}.cart-page__update-btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.cart-page__checkout-btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--header-primary, #e76a89);border:none;border-radius:var(--style-border-radius-inputs, 4px);cursor:pointer;transition:opacity .2s ease}.cart-page__checkout-btn:hover{opacity:.9}.cart-page__checkout-btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.collection-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:var(--collection-hero-min-height);overflow:hidden}.collection-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.collection-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#fff;opacity:var(--collection-hero-overlay-opacity)}.collection-hero__content{position:relative;z-index:2;width:100%;max-width:var(--page-width);margin-inline:auto;padding:var(--page-margin);box-sizing:border-box}.collection-hero__inner{max-width:36rem;margin-inline:auto;text-align:center}.collection-hero__heading{margin:0;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:var(--color-foreground)}.collection-section{width:100%;max-width:var(--content-width);margin-inline:auto;padding-bottom:120px}.collection-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.collection-section__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:990px){.collection-section__grid{grid-template-columns:repeat(4,1fr)}}.collection-section__card{display:flex;flex-direction:column;text-decoration:none;color:inherit}.collection-section__card-image-wrap{position:relative;width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background:var(--color-background)}.collection-section__card-image{width:100%;height:100%;object-fit:cover;display:block}.collection-section__card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000000a}.collection-section__card-placeholder svg{width:60%;height:60%;opacity:.3}.collection-section__card-title{margin:.75rem 0 .25rem;font-size:1rem;font-weight:600;line-height:1.35;color:var(--color-foreground)}.collection-section__card-price{margin:0;font-size:.9375rem;font-weight:500;color:var(--color-foreground)}.collection-section__pagination{margin-top:2rem;text-align:center}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.cta-banner{position:relative;display:flex;align-items:center;justify-content:center;min-height:320px;overflow:hidden}.cta-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cta-banner__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cta-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#ffffffe0}.cta-banner__content{position:relative;z-index:2;width:100%;max-width:var(--content-width);margin-inline:auto;padding-top:3rem;padding-inline:var(--page-margin);padding-bottom:3rem;box-sizing:border-box}.cta-banner__inner{max-width:36rem;margin:0 auto;text-align:center}.cta-banner__heading{margin:0 0 1rem;font-size:1.75rem;font-weight:700;line-height:1.3;color:var(--color-foreground)}.cta-banner__body{margin:0 0 1.5rem;font-size:1rem;line-height:1.55;color:var(--color-foreground)}.cta-banner__button{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;color:#fff;background:var(--header-primary, #e76a89);border-radius:var(--style-border-radius-inputs, 4px);transition:opacity .2s ease}.cta-banner__button:hover{opacity:.9}.cta-banner__button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}@media(min-width:768px){.cta-banner{min-height:380px}.cta-banner__heading{font-size:2rem}}.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}.faq-section{width:100%;max-width:var(--content-width);margin-inline:auto;padding-bottom:2rem}.faq-section__heading{display:block;width:100%;text-align:center;margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;line-height:1.3;color:var(--color-foreground)}.faq-section__list{display:flex;flex-direction:column;gap:0;border:1px solid rgba(0,0,0,.08);border-radius:.5rem;overflow:hidden}.faq-item{border-bottom:1px solid rgba(0,0,0,.08)}.faq-item:last-child{border-bottom:none}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:600;line-height:1.4;text-align:left;color:var(--color-foreground);background:var(--color-background);border:none;cursor:pointer;list-style:none;transition:background-color .2s ease}.faq-item__question:hover{background:#00000005}.faq-item__question:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.faq-item__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;transition:transform .3s ease}.faq-item.is-open .faq-item__icon{transform:rotate(180deg)}.faq-item__content{overflow:hidden;height:0;transition:height .35s ease}.faq-item__content-inner{overflow:hidden}.faq-item__content-inner p{margin:0 0 .75rem;padding:0 1.25rem 1rem;font-size:.9375rem;line-height:1.55;color:var(--color-foreground)}.faq-item__content-inner p:last-child{margin-bottom:0;padding-bottom:1.25rem}.feature-tiles{width:100%;max-width:var(--content-width);margin-inline:auto}.feature-tiles__heading{display:block;width:100%;text-align:center;margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;line-height:1.3;color:var(--color-foreground)}.feature-tiles__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.feature-tiles__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.feature-tiles__tile{position:relative;min-height:320px;display:flex;align-items:stretch;justify-content:center;overflow:hidden;border-radius:.5rem;box-shadow:0 4px 20px #00000014}.feature-tiles__tile-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.feature-tiles__tile-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.feature-tiles__tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#fcf5f0e0;border-radius:inherit}.feature-tiles__tile-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:1.75rem 1.5rem;text-align:center;box-sizing:border-box}.feature-tiles__tile-heading{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--color-foreground)}.feature-tiles__tile-body{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.55;color:var(--color-foreground)}.feature-tiles__tile-button{display:inline-block;padding:.75rem 1.5rem;font-size:.8125rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.02em;color:var(--color-foreground);background-color:transparent;border:1px solid var(--color-foreground);border-radius:var(--style-border-radius-inputs, 4px);transition:background-color .2s ease,color .2s ease}.feature-tiles__tile-button:hover{background-color:var(--color-foreground);color:var(--color-background)}.feature-tiles__tile-button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.feature-tiles__tile-button--primary,.feature-tiles__tile-button.feature-tiles__tile-button--primary{color:#fff!important;background-color:var(--header-primary, #e76a89)!important;background-image:none!important;border:none!important;text-transform:none;letter-spacing:0;font-size:1rem;border-radius:var(--style-border-radius-inputs, 4px);transition:opacity .2s ease}.feature-tiles__tile-button--primary:hover,.feature-tiles__tile-button.feature-tiles__tile-button--primary:hover{opacity:.9;color:#fff!important;background-color:var(--header-primary, #e76a89)!important;border:none!important}.footer{width:100%;max-width:var(--content-width);margin-inline:auto;padding:2.5rem var(--page-margin) 2rem;border-top:1px solid rgba(0,0,0,.08)}.footer__main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.footer__logo-wrap{flex-shrink:0}.footer__logo{display:inline-block}.footer__logo-img{display:block;max-height:3rem;width:auto;object-fit:contain}.footer__columns{display:flex;gap:6rem;flex-shrink:0;margin-left:auto}@media(max-width:767px){.footer__main{flex-direction:column;align-items:center}.footer__columns{margin-left:0;flex-direction:column;gap:1.5rem;align-items:center}.footer__col{text-align:center}}.footer__col{min-width:0}.footer__col-heading{margin:0 0 .75rem;font-size:.875rem;font-weight:700;line-height:1.3;color:var(--color-foreground);text-transform:none}.footer__links-list{list-style:none;margin:0;padding:0}.footer__links-list li{margin:0 0 .35rem}.footer__links-list a{font-size:.9375rem;font-weight:400;text-decoration:none;color:var(--color-foreground);opacity:.9}.footer__links-list a:hover{opacity:1;text-decoration:underline}.footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.06);font-size:.8125rem;color:var(--color-foreground);opacity:.85}.footer__bottom a{text-decoration:none;color:inherit}.footer__bottom a:hover{text-decoration:underline}.footer__payment{display:flex;flex-wrap:wrap;gap:.5rem}.footer__payment svg{height:1.5rem;width:auto}.header{position:sticky;top:0;z-index:50;height:var(--header-height);display:flex;align-items:center;border-bottom:1px solid var(--header-border);background:color-mix(in srgb,var(--header-bg) 85%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header__container{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;max-width:var(--page-width);margin-inline:auto;padding-inline:var(--page-margin);min-height:var(--header-height)}.header__left{flex-shrink:0}.header__logo{display:flex;align-items:center;text-decoration:none;color:var(--color-foreground)}.header__logo-img{height:2.5rem;width:auto;max-height:var(--header-height);object-fit:contain}.header__shop-name{font-weight:600;font-size:1.125rem}.header__announcement{display:none}@media(min-width:768px){.header__announcement{display:block}.header__announcement-text{margin:0;font-size:.875rem;font-weight:500;color:var(--color-foreground)}}.header__nav{display:none;align-items:center;justify-content:flex-end;gap:1.5rem;margin-left:auto}@media(min-width:768px){.header__nav{display:flex}}.header__nav-link{font-size:.875rem;font-weight:500;color:var(--color-foreground);text-decoration:none;transition:color .2s}.header__nav-link:hover{color:var(--header-primary, #e76a89)}.header__dropdown{position:relative}.header__dropdown-trigger{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--color-foreground);background:none;border:none;cursor:pointer;padding:0;font-family:inherit;transition:color .2s}.header__dropdown-trigger:hover{color:var(--header-primary, #e76a89)}.header__dropdown-chevron{display:inline-flex;transition:transform .2s}.header__dropdown[data-open] .header__dropdown-chevron{transform:rotate(180deg)}.header__dropdown-panel{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:16rem;padding:.25rem 0;background:var(--color-background);border:1px solid var(--header-border);border-radius:.375rem;box-shadow:0 4px 12px #00000014;z-index:50}.header__dropdown-panel[hidden]{display:none}.header__dropdown-item{display:block;padding:.5rem 1rem;font-size:.875rem;color:var(--color-foreground);text-decoration:none;transition:background .2s}.header__dropdown-item:hover{background:color-mix(in srgb,var(--header-primary, #e76a89) 15%,transparent)}.header__icons{display:flex;align-items:center;gap:.75rem;margin-left:auto}.header__icon-link{display:flex;align-items:center;justify-content:center;color:var(--color-foreground);text-decoration:none;transition:color .2s;border:none;background:none;padding:0;cursor:pointer;font:inherit}.header__icon-link:hover{color:var(--header-primary, #e76a89)}.header__icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}.header__icon svg{width:1.25rem;height:1.25rem;--icon-stroke-width: 1.5}.header__cart-link{position:relative;-webkit-tap-highlight-color:transparent}.header__cart-link:hover,.header__cart-link:focus,.header__cart-link:active{background:none}.header__cart-link:focus:not(:focus-visible){outline:none}.header__cart-count{position:absolute;top:-.2rem;right:-.2rem;min-width:.875rem;height:.875rem;padding:0 .15rem;font-size:.55rem;font-weight:600;line-height:.875rem;text-align:center;color:#fff;background:var(--header-primary, #e76a89);border-radius:999px}.header__mobile-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;padding:0;background:none;border:none;cursor:pointer;color:var(--color-foreground)}@media(min-width:768px){.header__mobile-toggle{display:none}}.header__mobile-toggle-bar{display:block;width:100%;height:2px;background:currentColor;transition:transform .2s,opacity .2s}.header__mobile-toggle[aria-expanded=true] .header__mobile-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__mobile-toggle[aria-expanded=true] .header__mobile-toggle-bar:nth-child(2){opacity:0}.header__mobile-toggle[aria-expanded=true] .header__mobile-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-menu{position:absolute;top:var(--header-height);left:0;right:0;background:var(--color-background);border-bottom:1px solid var(--header-border);box-shadow:0 4px 12px #00000014;z-index:40}.header__mobile-menu[hidden]{display:none}@media(min-width:768px){.header__mobile-menu{display:none!important}}.header__mobile-menu-inner{padding:1rem var(--page-margin);display:flex;flex-direction:column;gap:.5rem}.header__mobile-link,.header__mobile-dropdown-trigger{font-size:.875rem;font-weight:500;color:var(--color-foreground);text-decoration:none;padding:.5rem 0;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:space-between}.header__mobile-dropdown-panel{padding-left:1rem;padding-bottom:.5rem}.header__mobile-dropdown-panel[hidden]{display:none}.header__mobile-dropdown-item{display:block;font-size:.875rem;color:var(--color-foreground);opacity:.85;text-decoration:none;padding:.35rem 0}.header__mobile-dropdown-item:hover{opacity:1}.header__mobile-chevron{transition:transform .2s}.header__mobile-dropdown[data-open] .header__mobile-chevron{transform:rotate(180deg)}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:var(--hero-min-height);overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__bg-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#e5e7eb,#d1d5db,#e5e7eb)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#fff;opacity:var(--hero-overlay-opacity)}.hero__content{position:relative;z-index:2;width:100%;max-width:var(--page-width);margin-inline:auto;padding:var(--page-margin);box-sizing:border-box}.hero__inner{max-width:36rem;margin-inline:auto;text-align:center}.hero__badge{display:inline-block;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--header-primary, #e76a89);background:color-mix(in srgb,var(--header-primary, #e76a89) 12%,transparent);border-radius:999px}.hero__heading{margin:0 0 .5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:var(--color-foreground)}.hero__body{margin:0 0 1.5rem;font-size:1rem;line-height:1.6;color:var(--color-foreground);opacity:.95}.hero__body p{margin:0 0 .5em}.hero__body p:last-child{margin-bottom:0}.hero__button{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--header-primary, #e76a89);border-radius:var(--style-border-radius-inputs, 4px);text-decoration:none;transition:opacity .2s,transform .15s}.hero__button:hover{opacity:.9}.hero__button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.shopify-section--impressum{display:flex;flex-direction:column;gap:2rem 0;line-height:1.4rem;padding:60px 40px;max-width:var(--content-width)}.impressum-section{width:100%;max-width:var(--content-width);margin-inline:auto;padding-bottom:120px}.impressum-section__content{padding:0}.impressum-section__body{font-size:1rem;line-height:1.65;color:var(--color-foreground)}.impressum-section__body p{margin:0 0 1rem}.impressum-section__body p:last-child{margin-bottom:0}.impressum-section__body h2,.impressum-section__body h3{margin:1.5rem 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.35;color:var(--color-foreground)}.impressum-section__body h2:first-child,.impressum-section__body h3:first-child{margin-top:0}.impressum-section__empty{margin:0;font-size:.9375rem;color:var(--color-foreground);opacity:.7}.shopify-section--page{display:flex;flex-direction:column;gap:2rem 0;line-height:1.4rem;padding:20px}.product-grid-section{width:100%;max-width:var(--content-width);margin-inline:auto;padding-bottom:2rem}.product-grid-section__heading{text-align:center;margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;line-height:1.3;color:var(--color-foreground)}.product-grid-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.product-grid-section__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:990px){.product-grid-section__grid{grid-template-columns:repeat(4,1fr)}}.product-grid-card{display:flex;flex-direction:column;text-decoration:none;color:inherit}.product-grid-card__image-wrap{position:relative;width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background:var(--color-background)}.product-grid-card__image{width:100%;height:100%;object-fit:cover;display:block}.product-grid-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000000a}.product-grid-card__placeholder svg{width:60%;height:60%;opacity:.3}.product-grid-card__title{margin:.75rem 0 .25rem;font-size:1rem;font-weight:600;line-height:1.35;color:var(--color-foreground)}.product-grid-card__price{margin:0;font-size:.9375rem;font-weight:500;color:var(--color-foreground)}.product-page{display:grid;gap:2rem;width:100%;max-width:var(--content-width);margin-inline:auto;padding-bottom:1.25rem}@media(min-width:990px){.product-page{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.product-page__gallery{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.product-page__gallery{flex-direction:row}}.product-page__main-wrap{position:relative;width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background:var(--color-background)}.product-page__main-img{width:100%;height:100%;object-fit:cover;display:block}.product-page__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000000a}.product-page__placeholder svg{width:50%;height:50%;opacity:.3}.product-page__thumbs{display:flex;flex-direction:row;gap:.5rem;flex-shrink:0}@media(min-width:768px){.product-page__thumbs{flex-direction:column}}.product-page__thumb{width:3.5rem;height:3.5rem;padding:0;border:2px solid transparent;border-radius:50%;overflow:hidden;background:var(--color-background);cursor:pointer}.product-page__thumb--active{border-color:var(--color-foreground)}.product-page__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.product-page__info{display:flex;flex-direction:column;gap:1.25rem}.product-page__title{margin:0;font-size:1.75rem;font-weight:700;line-height:1.3;color:var(--color-foreground)}.product-page__price-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.product-page__price{font-size:1.25rem;font-weight:700;color:var(--color-foreground)}.product-page__price-note{font-size:.875rem;font-weight:500;color:var(--color-foreground);opacity:.8}.product-page__compare-price{font-size:1rem;color:var(--color-foreground);opacity:.6;text-decoration:line-through}.product-page__badge{padding:.2rem .5rem;font-size:.8125rem;font-weight:600;color:var(--color-foreground);background:#00000014;border-radius:.25rem}.product-page__description-title{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--color-foreground)}.product-page__description-body{font-size:.9375rem;line-height:1.6;color:var(--color-foreground)}.product-page__description-body p{margin:0 0 .5rem}.product-page__description-body p:last-child{margin-bottom:0}.product-page__separator{margin:1.5rem 0;border:none;border-top:1px solid rgba(0,0,0,.1)}.product-page__separator--bottom{max-width:var(--content-width);margin-inline:auto;width:100%}.product-page__description-block{width:100%;max-width:var(--content-width);margin-inline:auto;padding-bottom:1.25rem}.product-page__description-block-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--color-foreground)}.product-page__description-block-body{font-size:1rem;line-height:1.6;color:var(--color-foreground)}.product-page__description-block-body p{margin:0 0 .5rem}.product-page__description-block-body p:last-child{margin-bottom:0}.product-page__related{width:100%;max-width:var(--content-width);margin-inline:auto;padding-bottom:120px}.product-page__related-heading{margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--color-foreground)}.product-page__related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.product-page__related-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:990px){.product-page__related-grid{grid-template-columns:repeat(4,1fr)}}.product-page__related-card{display:flex;flex-direction:column;text-decoration:none;color:inherit}.product-page__related-card-image-wrap{position:relative;width:100%;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background:var(--color-background)}.product-page__related-card-image{width:100%;height:100%;object-fit:cover;display:block}.product-page__related-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0000000a}.product-page__related-card-placeholder svg{width:60%;height:60%;opacity:.3}.product-page__related-card-title{margin:.75rem 0 .25rem;font-size:1rem;font-weight:600;line-height:1.35;color:var(--color-foreground)}.product-page__related-card-price{margin:0;font-size:.9375rem;font-weight:500;color:var(--color-foreground)}.product-page__services{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#0000000f;border-radius:.5rem}.product-page__services-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--color-foreground)}.product-page__services-icon svg{width:1.5rem;height:1.5rem}.product-page__services-heading{margin:0;font-size:1rem;font-weight:600;line-height:1.3;color:var(--color-foreground)}.product-page__services-wrap{display:flex;flex-direction:column;gap:.5rem}.product-page__form{display:flex;flex-direction:column;gap:1.25rem}.product-page__variants .product-page__select{width:100%;max-width:20rem;padding:.5rem .75rem;font-size:.9375rem;color:var(--color-foreground);background:var(--color-background);border:1px solid rgba(0,0,0,.15);border-radius:var(--style-border-radius-inputs, 4px)}.product-page__row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.product-page__row-first{display:flex;flex:1;min-width:0;align-items:flex-end;gap:.75rem}.product-page__row-first .product-page__qty-wrap{flex-shrink:0}.product-page__row-first .product-page__buttons{flex:1;min-width:0}.product-page__btn--checkout{flex:1;min-width:10rem}@media(max-width:989px){.product-page__row{flex-direction:column;align-items:stretch}.product-page__row-first{flex:0 0 auto;width:100%}.product-page__btn--checkout{width:100%;flex:none;min-width:0}}.product-page__qty-wrap{display:flex;flex-direction:column;gap:.35rem}.product-page__qty-label{font-size:.875rem;font-weight:500;color:var(--color-foreground)}.product-page__qty-input-wrap{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:var(--style-border-radius-inputs, 4px);background:var(--color-background);width:fit-content}.product-page__qty-btn{width:2.5rem;height:2.5rem;padding:0;font-size:1.125rem;font-weight:500;color:var(--color-foreground);background:transparent;border:none;cursor:pointer}.product-page__qty-btn:hover{background:#0000000d}.product-page__qty-input{width:3rem;padding:.35rem 0;font-size:.9375rem;font-weight:500;text-align:center;color:var(--color-foreground);background:transparent;border:none;border-inline:1px solid rgba(0,0,0,.1);-moz-appearance:textfield}.product-page__qty-input::-webkit-outer-spin-button,.product-page__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-page__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem}.product-page__btn{flex:1;min-width:10rem;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;text-align:center;text-decoration:none;border-radius:var(--style-border-radius-inputs, 4px);cursor:pointer;transition:opacity .2s ease;box-sizing:border-box}.product-page__btn--secondary{color:var(--color-foreground);background:transparent;border:1px solid var(--color-foreground)}.product-page__btn--secondary:hover:not(:disabled){opacity:.9}.product-page__btn--secondary:disabled{opacity:.5;cursor:not-allowed}.product-page__btn--primary{color:#fff;background:var(--header-primary, #e76a89);border:none}.product-page__btn--primary:hover{opacity:.9}.product-page__btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.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}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.cart-drawer.is-open,.cart-drawer.is-closing{visibility:visible;pointer-events:auto}.cart-drawer.is-closing .cart-drawer__overlay{opacity:0}.cart-drawer.is-closing .cart-drawer__panel{transform:translate(100%);opacity:0}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:22rem;background:var(--color-background);box-shadow:-4px 0 24px #00000026;display:flex;flex-direction:column;transform:translate(100%);opacity:0;transition:transform .25s ease,opacity .25s ease;overflow:hidden}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0);opacity:1}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.cart-drawer__title{margin:0;font-size:1.125rem;font-weight:700;color:var(--color-foreground)}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;background:none;border:none;cursor:pointer;color:var(--color-foreground);border-radius:var(--style-border-radius-inputs, 4px);transition:background .2s}.cart-drawer__close:hover{background:#0000000f}.cart-drawer__close:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.25rem}.cart-drawer__list{list-style:none;margin:0;padding:0}.cart-drawer__item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-image-wrap{flex-shrink:0;width:4.5rem;height:4.5rem;border-radius:.375rem;overflow:hidden;background:#0000000a}.cart-drawer__item-image{width:100%;height:100%;object-fit:cover}.cart-drawer__item-placeholder{display:block;width:100%;height:100%}.cart-drawer__item-placeholder svg{width:100%;height:100%;opacity:.3}.cart-drawer__item-details{flex:1;min-width:0;position:relative;padding-right:1.5rem}.cart-drawer__item-title{display:block;font-size:.9375rem;font-weight:600;color:var(--color-foreground);text-decoration:none;margin-bottom:.25rem;line-height:1.3}.cart-drawer__item-title:hover{text-decoration:underline}.cart-drawer__item-price{margin:0 0 .25rem;font-size:.875rem;font-weight:500;color:var(--color-foreground)}.cart-drawer__item-qty{margin:0;font-size:.8125rem;color:var(--color-foreground);opacity:.85}.cart-drawer__item-remove-btn{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;font-size:1.25rem;line-height:1;color:var(--color-foreground);background:none;border:none;cursor:pointer;opacity:.7;border-radius:2px}.cart-drawer__item-remove-btn:hover{opacity:1;background:#0000000f}.cart-drawer__empty{margin:0;font-size:.9375rem;color:var(--color-foreground);opacity:.85}.cart-drawer__totals{flex-shrink:0;padding:1rem 1.25rem 0;border-top:1px solid rgba(0,0,0,.08)}.cart-drawer__total-row{display:flex;justify-content:space-between;margin:0 0 .35rem;font-size:.875rem;color:var(--color-foreground)}.cart-drawer__total-row:last-child{margin-bottom:0}.cart-drawer__total-row--brutto{margin-top:.5rem;padding:.5rem 0;font-size:1rem;font-weight:700;border-top:1px solid rgba(0,0,0,.08)}.cart-drawer__footer{flex-shrink:0;display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid rgba(0,0,0,.08)}.cart-drawer__btn{display:block;width:100%;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;text-align:center;text-decoration:none;border-radius:var(--style-border-radius-inputs, 4px);transition:opacity .2s ease;box-sizing:border-box}.cart-drawer__btn--secondary{color:var(--color-foreground);background:transparent;border:1px solid var(--color-foreground)}.cart-drawer__btn--secondary:hover{opacity:.9}.cart-drawer__btn--primary{color:#fff;background:var(--header-primary, #e76a89);border:none}.cart-drawer__btn--primary:hover{opacity:.9}.cart-drawer__btn:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
