.faq{display:flex;flex-direction:column;gap:2rem;width:100%}.faq__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:2rem;width:100%}@media(max-width:47.99rem){.faq__list{grid-template-columns:minmax(0,1fr);gap:1rem}}.feedback{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}.feedback__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,31.0625rem),31.0625rem));align-items:start;justify-content:center;gap:3rem;width:100%}@media(max-width:47.99rem){.feedback__grid{grid-template-columns:minmax(0,1fr)}}.footer{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;color:var(--semantics-fg-quiet);font-size:var(--semantics-text-size-small);font-weight:var(--semantics-text-weight-default);line-height:var(--semantics-text-line-height-small)}.footer__copyright{margin:0;flex:none}.footer__links{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:0;text-align:right}.footer__links a,.footer__cookie-preferences{color:inherit;text-decoration:none}.footer__cookie-preferences{-webkit-appearance:none;appearance:none;padding:0;border:0;background:transparent;font:inherit;cursor:pointer}.footer__links>*+*:before{content:"\2022";display:inline-block;margin-inline:.5rem}.footer__links a:hover,.footer__cookie-preferences:hover{text-decoration:underline}@media(max-width:47.99rem){.footer{flex-direction:column;gap:.5rem}.footer__links{flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.footer__links>*+*:before{content:none}}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header__brand{flex:0 0 auto;text-decoration:none;color:var(--semantics-fg-default)}.header__logo{display:block;width:9rem;height:auto}.header__actions{display:flex;align-items:center;flex:0 0 auto;gap:4rem}@media(max-width:47.99rem){.site-header,.header__actions{flex-direction:column;align-items:flex-start}.header__actions{gap:1rem}.header__logo{width:7rem}}.product-view{display:flex;flex-direction:column;gap:1rem;width:100%}.product{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;width:100%;padding:2rem;border-radius:.5rem;background-color:var(--semantics-bg-neutral)}.product__gallery,.product__content,.product__summary,.product__form,.product__personalization{display:flex;flex-direction:column}.product__gallery,.product__content,.product__summary,.product__form{gap:1.5rem;min-width:0}.product__image{position:relative;overflow:hidden;aspect-ratio:4 / 3;border-radius:.5rem;background-color:var(--semantics-border-default)}.image.product__image>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product__thumbnails{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;width:100%}.product__heading{display:flex;flex-direction:column;gap:.5rem}.product__title,.product__price{margin:0;font-size:var(--semantics-text-size-large);line-height:var(--semantics-text-line-height-large)}.product__title{font-weight:var(--semantics-text-weight-bold)}.product__price{font-weight:var(--semantics-text-weight-default)}.product__description{color:var(--semantics-fg-quiet);font-size:var(--semantics-text-size-base);font-weight:var(--semantics-text-weight-default);line-height:var(--semantics-text-line-height-base)}.product__description>*+*{margin-top:1rem}.product__personalization{gap:.5rem}.product__personalization .textfield{text-transform:uppercase}.product__label{color:var(--semantics-fg-default);font-size:var(--semantics-text-size-base);font-weight:var(--semantics-text-weight-bold);line-height:var(--semantics-text-line-height-base)}.product__helper{margin:0;color:var(--semantics-fg-quiet);font-size:var(--semantics-text-size-small);font-weight:var(--semantics-text-weight-default);line-height:var(--semantics-text-line-height-small);text-align:right}.product__submit{width:100%}.product__highlights{display:flex;flex-direction:column;width:100%;min-width:0}.product__highlights .product-highlight+.product-highlight{border-top:.0625rem solid var(--semantics-border-default)}@media(max-width:47.99rem){.product{grid-template-columns:1fr;gap:1.5rem;padding:1rem}.product__thumbnails{gap:1rem}}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:auto;padding:1rem 2rem;border:0;border-radius:100rem;background-color:var(--semantics-bg-accent);color:var(--semantics-fg-onAccent);font-family:var(--semantics-font-sans-default);font-size:var(--semantics-text-size-base);font-weight:var(--semantics-text-weight-bold);line-height:var(--semantics-text-line-height-base);letter-spacing:0;text-align:center;text-decoration:none;cursor:pointer;transition:filter .18s ease-in}.button__icon{display:inline-flex;flex:0 0 1rem;width:1rem;height:1rem;color:currentcolor}.button__icon>svg{display:block;width:100%;height:100%}.button__label{min-width:0;white-space:nowrap}.button:hover{filter:brightness(.95)}.button:focus-visible{outline:.125rem solid currentcolor;outline-offset:.125rem}button.button:disabled{cursor:not-allowed;opacity:.6}@media(prefers-reduced-motion:reduce){.button{transition:none}}.icon-text-link{display:inline-flex;align-items:center;flex:0 0 auto;gap:.5rem;color:var(--semantics-fg-default);font-size:var(--semantics-text-size-base);font-weight:var(--semantics-text-weight-default);line-height:var(--semantics-text-line-height-base);text-decoration:none;white-space:nowrap;transition:color .18s ease-in}.icon-text-link__icon{display:inline-flex;flex:0 0 1rem;width:1rem;height:1rem;overflow:hidden;color:currentcolor}.icon-text-link__icon>svg{display:block;width:100%;height:100%}.icon-text-link:hover,.icon-text-link:focus-visible{color:var(--semantics-fg-accent)}.icon-text-link:focus-visible{border-radius:.125rem;outline:.125rem solid var(--semantics-fg-accent);outline-offset:.25rem}@media(prefers-reduced-motion:reduce){.icon-text-link{transition:none}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.printed-picture{overflow:hidden;width:100%;aspect-ratio:4 / 3;border:.75rem solid var(--primitives-white);border-radius:.125rem;background-color:var(--primitives-white);box-shadow:.5rem .5rem .5rem #0000001a}.printed-picture>img{display:block;width:100%;height:100%;object-fit:cover}.product-highlight{display:flex;flex:none;align-items:center;gap:1rem;min-width:0;padding:1rem 0;overflow:hidden}.product-highlight__illustration{display:block;width:3rem;height:3rem;flex:0 0 3rem;object-fit:contain}.product-highlight__content{display:flex;flex:1;flex-direction:column;justify-content:center;min-width:0}.product-highlight__title,.product-highlight__description{margin:0;font-size:var(--semantics-text-size-small);line-height:var(--semantics-text-line-height-small)}.product-highlight__title{color:var(--semantics-fg-default);font-weight:var(--semantics-text-weight-bold)}.product-highlight__description{color:var(--semantics-fg-quiet);font-weight:var(--semantics-text-weight-default)}.question-answer-item{position:relative;display:flex;align-self:start;flex-direction:column;width:100%;min-width:0;padding:1.5rem;overflow:hidden;border-radius:.5rem}.question-answer-item--purple{background-color:var(--primitives-purple-300)}.question-answer-item--green{background-color:var(--primitives-green-300)}.question-answer-item--blue{background-color:var(--primitives-blue-300)}.question-answer-item--yellow{background-color:var(--primitives-yellow-300)}.question-answer-item--salmon{background-color:var(--primitives-salmon-300)}.question-answer-item__heading{margin:0}.question-answer-item__trigger{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;width:100%;min-height:1.5rem;padding:0;border:0;background:transparent;color:var(--semantics-fg-default);font:inherit;font-size:var(--semantics-text-size-base);font-weight:var(--semantics-text-weight-bold);line-height:var(--semantics-text-line-height-base);text-align:left;cursor:pointer}.question-answer-item__trigger:after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;border-radius:.5rem;content:"";cursor:pointer}.question-answer-item__trigger:focus-visible{outline:none}.question-answer-item__trigger:focus-visible:after{box-shadow:inset 0 0 0 .125rem currentColor}.question-answer-item__icon{position:relative;width:1.5rem;height:1.5rem;flex:none}.question-answer-item__icon-image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:1.5rem;height:1.5rem;transition:opacity .24s cubic-bezier(.2,0,0,1)}.question-answer-item__icon-image--minus,.question-answer-item__trigger[aria-expanded=true] .question-answer-item__icon-image--plus{opacity:0}.question-answer-item__trigger[aria-expanded=true] .question-answer-item__icon-image--minus{opacity:1}.question-answer-item__answer{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .32s cubic-bezier(.2,0,0,1),opacity .24s cubic-bezier(.2,0,0,1)}.question-answer-item.is-open .question-answer-item__answer{grid-template-rows:1fr;opacity:1}.question-answer-item__answer-inner{min-height:0;overflow:hidden}.question-answer-item__answer-inner:before{display:block;height:1rem;content:""}.question-answer-item__answer p{margin:0;color:var(--semantics-fg-default);font-size:var(--semantics-text-size-base);font-weight:var(--semantics-text-weight-default);line-height:var(--semantics-text-line-height-base)}@media(prefers-reduced-motion:reduce){.question-answer-item,.question-answer-item__icon-image,.question-answer-item__answer{transition:none}}.review-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;width:31.0625rem;max-width:100%;min-width:0;padding:1.5rem;overflow:hidden;background-color:var(--primitives-cream-300);border:.0625rem solid var(--primitives-cream-700);border-radius:.25rem;box-shadow:.5rem .5rem .5rem #0000001a;transform:rotate(var(--review-card-rotation));transform-origin:center}.review-card__media{display:flex;align-items:flex-start;gap:1.5rem;width:100%;min-width:0}.review-card__picture{width:20rem;flex:0 0 20rem}.review-card__rating,.review-card__rating img{display:block;width:9.125rem;height:1.3125rem}.review-card__comment{display:flex;flex-direction:column;gap:.5rem;width:100%;margin:0}.review-card__quote,.review-card__author{margin:0;font-size:var(--semantics-text-size-base);line-height:var(--semantics-text-line-height-base)}.review-card__quote{color:var(--semantics-fg-quiet);font-weight:var(--semantics-text-weight-default)}.review-card__author{color:var(--semantics-fg-default);font-weight:var(--semantics-text-weight-bold)}.review-card__author cite{font-style:normal}.review-card__divider{width:.0625rem;height:13.6875rem;flex:none;background-color:var(--semantics-border-default)}.review-card__stamp{display:block;width:5rem;height:5.375rem;flex:0 0 5rem;object-fit:contain}@media(max-width:47.99rem){.review-card{flex-direction:column;gap:1.5rem;width:100%;padding:1rem;transform:none}.review-card__media{flex-direction:column}.review-card__picture{width:100%;flex-basis:auto}.review-card__divider,.review-card__stamp{display:none}}.section-heading{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.section-heading__title{margin:0;color:var(--semantics-fg-default);font-size:var(--semantics-text-size-h2);font-weight:var(--semantics-text-weight-bold);line-height:var(--semantics-text-line-height-h2);text-align:center}.section-heading__underline{display:block;width:13.25rem;height:1rem;color:var(--section-heading-underline-color);line-height:0}.section-heading__underline svg{width:100%;height:100%}.textfield{display:block;width:100%;padding:1rem;border:.125rem solid var(--semantics-border-default);border-radius:.5rem;background-color:var(--semantics-bg-neutral);color:var(--semantics-fg-default);font-family:var(--semantics-font-sans-default);font-size:var(--semantics-text-size-base);font-weight:var(--semantics-text-weight-default);line-height:var(--semantics-text-line-height-base);letter-spacing:0}.textfield::placeholder{color:var(--semantics-fg-quiet);opacity:1}.textfield:focus-visible{border-color:var(--semantics-border-accent);outline:none}.textfield:disabled{cursor:not-allowed;opacity:.6}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map?subset=PJKpBw */
