.rewerk-product{padding:4rem 0}.rewerk-product__inner{display:grid;gap:4rem;grid-template-columns:1fr}@media(min-width:990px){.rewerk-product{padding:8rem 0}.rewerk-product__inner{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:8rem;align-items:start}}.rewerk-product__gallery{display:grid;grid-template-columns:1fr;gap:1.2rem}@media(min-width:750px){.rewerk-product__gallery{grid-template-columns:9rem 1fr;gap:1.6rem;align-items:start}}.rewerk-product__thumbs{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;scrollbar-width:none}.rewerk-product__thumbs::-webkit-scrollbar{display:none}@media(min-width:750px){.rewerk-product__thumbs{flex-direction:column}}.rewerk-product__thumb{flex:0 0 8rem;width:8rem;height:8rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:.4rem;background:rgba(var(--color-foreground),.03);padding:0;cursor:pointer;overflow:hidden;transition:border-color .15s ease,transform .15s ease}.rewerk-product__thumb img{width:100%;height:100%;object-fit:cover;display:block}.rewerk-product__thumb.is-active{border-color:rgba(var(--color-foreground),.55)}.rewerk-product__thumb:hover{border-color:rgba(var(--color-foreground),.4)}.rewerk-product__media-stage{position:relative;background:rgba(var(--color-foreground),.04);border-radius:.6rem;overflow:hidden;aspect-ratio:1 / 1}.rewerk-product__badge{position:absolute;top:1.6rem;left:1.6rem;z-index:2;background:rgba(var(--color-background),.92);color:rgba(var(--color-foreground),.85);font-size:1.2rem;font-weight:500;letter-spacing:.04em;padding:.8rem 1.4rem;border-radius:.4rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rewerk-product__media-frame{position:relative;width:100%;height:100%}.rewerk-product__media{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;pointer-events:none}.rewerk-product__media.is-active{opacity:1;pointer-events:auto}.rewerk-product__media img{max-width:80%;max-height:80%;object-fit:contain}.rewerk-product__info{display:flex;flex-direction:column}.rewerk-product__rating{display:flex;align-items:center;gap:1rem;margin-bottom:1.6rem}.rewerk-product__stars{color:#f5b400;font-size:1.6rem;letter-spacing:.1em}.rewerk-product__rating-count{font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.rewerk-product__title{font-size:3.6rem;font-weight:700;line-height:1.1;margin:0 0 2.4rem;letter-spacing:-.01em}@media(min-width:990px){.rewerk-product__title{font-size:4.4rem}}.rewerk-product__benefits-label{font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);margin:0 0 .8rem}.rewerk-product__benefits{list-style:none;padding:0;margin:0 0 2.4rem;display:flex;flex-direction:column;gap:.4rem}.rewerk-product__benefits li{font-size:1.6rem;font-weight:600;letter-spacing:.005em}.rewerk-product__description{font-size:1.5rem;line-height:1.7;color:rgba(var(--color-foreground),.85);margin:0 0 2.8rem}.rewerk-product__description p{margin:0 0 1.2rem}.rewerk-product__description p:last-child{margin-bottom:0}.rewerk-product__trust{display:flex;flex-wrap:wrap;gap:2.4rem;align-items:center;margin-bottom:3.2rem;padding-bottom:3.2rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.rewerk-product__trust-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:7.2rem;text-transform:uppercase;letter-spacing:.06em;line-height:1}.rewerk-product__trust-badge-num{font-size:2rem;font-weight:800;letter-spacing:-.01em}.rewerk-product__trust-badge-emph{font-size:1.6rem;font-weight:800}.rewerk-product__trust-badge-label,.rewerk-product__trust-badge-line{font-size:1rem;font-weight:600;opacity:.75;margin-top:.4rem}.rewerk-product__form-inner{display:flex;flex-direction:column}.rewerk-product__option,.rewerk-product__packs{border:0;padding:0;margin:0 0 2.4rem}.rewerk-product__option-label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:1.2rem;padding:0}.rewerk-product__option-values{display:flex;flex-wrap:wrap;gap:.8rem}.rewerk-product__option-pill{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.6rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:.4rem;cursor:pointer;font-size:1.4rem;font-weight:500;letter-spacing:.04em;transition:border-color .15s ease,background-color .15s ease}.rewerk-product__option-pill:hover{border-color:rgba(var(--color-foreground),.6)}.rewerk-product__option-pill.is-selected,.rewerk-product__option-pill:has(input:checked){border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-weight:600;box-shadow:0 0 0 1px rgb(var(--color-foreground))}.rewerk-product__pack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:1.2rem}.rewerk-product__pack{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1.6rem 1.2rem 1.4rem;border:1.5px solid rgba(var(--color-foreground),.15);border-radius:.6rem;background:rgba(var(--color-background),1);cursor:pointer;transition:border-color .15s ease,transform .15s ease;min-height:16rem}.rewerk-product__pack:hover{border-color:rgba(var(--color-foreground),.5)}.rewerk-product__pack.is-selected{border-color:#c43838;border-width:2px;padding:calc(1.6rem - .5px) calc(1.2rem - .5px) calc(1.4rem - .5px)}.rewerk-product__pack.is-unavailable{opacity:.4;cursor:not-allowed}.rewerk-product__pack-count{position:absolute;top:.8rem;left:.8rem;background:rgba(var(--color-foreground),.65);color:#fff;font-size:1.1rem;font-weight:700;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;letter-spacing:0;opacity:1;transition:background-color .15s ease}.rewerk-product__pack.is-selected .rewerk-product__pack-count{background:#c43838}.rewerk-product__pack-visual{flex:1;display:flex;align-items:center;justify-content:center;width:100%;margin:.6rem 0}.rewerk-product__pack-visual img{max-width:70%;max-height:9rem;object-fit:contain}.rewerk-product__pack-price{font-size:1.4rem;font-weight:700;color:rgba(var(--color-foreground),1);opacity:1;margin-top:.4rem}.rewerk-product__pack.is-selected .rewerk-product__pack-price{color:#c43838}.rewerk-product__pack-save{position:absolute;bottom:-2.4rem;left:50%;transform:translate(-50%);background:rgba(var(--color-foreground),.7);color:rgba(var(--color-background),1);padding:.4rem 1rem;border-radius:.4rem;font-size:1.1rem;font-weight:600;letter-spacing:.04em;white-space:nowrap}.rewerk-product__price{display:flex;align-items:baseline;gap:1.2rem;margin:.4rem 0 2rem}.rewerk-product__price-current{font-size:2.4rem;font-weight:700;letter-spacing:-.01em}.rewerk-product__price-compare{font-size:1.6rem;text-decoration:line-through;opacity:.6}.rewerk-product__add-to-cart{width:100%;min-height:5.6rem;font-size:1.5rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:.4rem;margin-top:1.2rem}.rewerk-product__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.rewerk-product__account-note{display:flex!important;gap:14px!important;align-items:flex-start!important;margin:18px 0 16px!important;padding:16px 18px!important;border-radius:18px!important;background:#3a473812!important;border:1px solid rgba(58,71,56,.16)!important;box-shadow:0 16px 36px #0f0f0e0d!important}.rewerk-product__account-note-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:999px!important;background:#3a4738!important;color:#fff!important;font-weight:800!important}.rewerk-product__account-note strong{display:block!important;margin:0 0 6px!important;font-size:1.28rem!important;color:#111!important}.rewerk-product__account-note p{margin:0!important;font-size:1.12rem!important;line-height:1.55!important;color:#5f625b!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-rewerk-main-product.css.map */
