.rz-product{--product-bg: #f7f3ec;--product-surface: #fffaf3;--product-surface-soft: #eee6dc;--product-border: rgba(117, 101, 88, .16);--product-border-strong: rgba(117, 101, 88, .28);--product-text: #24211e;--product-muted: #746b63;--product-muted-soft: #958b82;--product-accent: #5e534b;--product-accent-hover: #4d443e;--product-accent-contrast: #fff8ef;--product-secondary: #f4ede4;--product-stock: #727f61;--product-low-stock: #a98556;--product-sold-out: #9b948d;--product-saving-bg: #eee5da;--product-saving-text: #75675c;--product-danger: #8d5c50;--product-focus: rgba(94, 83, 75, .24);position:relative;isolation:isolate;color:var(--product-text);background:radial-gradient(circle at 50% -12%,rgba(255,250,243,.92),transparent 420px),linear-gradient(180deg,#fbf7f1 0%,var(--product-bg) 44%,#f3ede5 100%);padding-block:var(--rz-product-padding-top, 20px) var(--rz-product-padding-bottom, 28px)}.rz-product--palette-cream{--product-bg: #faf5ed;--product-surface: #fffbf5;--product-surface-soft: #f0e8dc;--product-border: rgba(122, 105, 88, .15);--product-text: #26221e;--product-muted: #74685e;--product-accent: #66574c}.rz-product--palette-soft-gray{--product-bg: #f3f1ee;--product-surface: #fbfaf8;--product-surface-soft: #e9e5df;--product-border: rgba(80, 76, 70, .14);--product-text: #252422;--product-muted: #6f6b66;--product-accent: #55504b}.rz-product--palette-transparent{--product-bg: transparent;--product-surface: rgba(255, 252, 247, .74);--product-surface-soft: rgba(238, 230, 220, .7);background:transparent}.rz-product *,.rz-product *:before,.rz-product *:after{box-sizing:border-box}.rz-product .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.rz-product__shell{width:min(100% - 28px,var(--rz-product-max, 1120px));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(350px,.78fr);gap:clamp(18px,3vw,var(--rz-product-gap, 24px));align-items:start}.rz-product__media-area,.rz-product__info-area{min-width:0}.rz-product__info-area--sticky{position:sticky;top:88px}.rz-product__media-frame{position:relative;overflow:hidden;border:1px solid var(--product-border);border-radius:var(--rz-product-radius, 18px);background:linear-gradient(180deg,#fffaf457,#fffaf400),var(--product-surface);box-shadow:inset 0 1px #ffffff80}.rz-product__media-slide{width:100%;min-height:clamp(330px,54vw,640px);display:flex;align-items:center;justify-content:center}.rz-product__media-slide[hidden]{display:none}.rz-product__media-image,.rz-product__media-video,.rz-product__media-external iframe,.rz-product__media-model model-viewer{width:100%;height:100%;min-height:inherit;display:block;object-fit:cover}.rz-product__media-external,.rz-product__media-model{width:100%;min-height:inherit}.rz-product__media-empty{min-height:360px;border:1px dashed var(--product-border-strong);border-radius:var(--rz-product-radius, 18px);display:grid;place-items:center;padding:28px;background:#fffaf39e;color:var(--product-muted);text-align:center;font-size:.9rem;line-height:1.45}.rz-product__media-nav{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px}.rz-product__media-trigger{border:0;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.rz-product__media-trigger:focus-visible{outline:2px solid var(--product-focus);outline-offset:3px}.rz-product__media-dot{width:6px;height:6px;border-radius:999px;display:block;background:#746b6357;transition:width .18s ease,background-color .18s ease}.rz-product__media-trigger.is-active .rz-product__media-dot{width:22px;background:#5e534bc7}.rz-product__media-thumb{width:54px;height:54px;border:1px solid var(--product-border);border-radius:13px;display:block;object-fit:cover;background:var(--product-surface);opacity:.66;transition:opacity .18s ease,border-color .18s ease,transform .18s ease}.rz-product__media-trigger.is-active .rz-product__media-thumb{opacity:1;border-color:var(--product-border-strong)}.rz-product__media-trigger:hover .rz-product__media-thumb{opacity:1;transform:translateY(-1px)}.rz-product__card{border:1px solid var(--product-border);border-radius:var(--rz-product-radius, 18px);background:linear-gradient(180deg,#fffaf4b8,#fffaf43d 62%),var(--product-surface);padding:clamp(16px,2.4vw,24px);box-shadow:inset 0 1px #ffffff85,0 18px 46px #493e3509}.rz-product__topline{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.rz-product__eyebrow-group{min-width:0;display:grid;gap:4px}.rz-product__vendor,.rz-product__type{margin:0;color:var(--product-muted);font-size:.72rem;font-weight:680;line-height:1.2;letter-spacing:.17em;text-transform:uppercase}.rz-product__type{font-size:.68rem;font-weight:560;color:var(--product-muted-soft)}.rz-product__header{display:grid;gap:9px}.rz-product__title{margin:0;max-width:11.5em;color:var(--product-text);font-size:clamp(1.58rem,3vw,2.42rem);font-weight:720;line-height:1.04;letter-spacing:-.044em}.rz-product__summary{color:var(--product-muted);font-size:.92rem;font-weight:420;line-height:1.45;letter-spacing:-.01em}.rz-product__summary>*{margin:0}.rz-product__favorite-shell{position:relative;display:inline-flex;align-items:center;justify-content:center}.rz-product__favorite-button{width:42px;height:42px;min-width:42px;border:1px solid var(--product-border);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fffaf4c2,#eee6dc75);color:var(--product-accent);cursor:pointer;appearance:none;-webkit-appearance:none;transition:color .16s ease,border-color .16s ease,background-color .16s ease,transform .16s ease}.rz-product__favorite-button:hover{border-color:var(--product-border-strong);background:var(--product-secondary);transform:translateY(-1px)}.rz-product__favorite-button:focus-visible{outline:3px solid var(--product-focus);outline-offset:3px}.rz-product__favorite-button.is-active{color:var(--product-accent);border-color:#5e534b52;background:#eee5dae6}.rz-product__favorite-icon,.rz-product__favorite-icon svg{width:18px;height:18px;display:block}.rz-product__favorite-outline{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}.rz-product__favorite-fill{fill:currentColor;opacity:0;transform:scale(.86);transform-origin:50% 50%;transition:opacity .16s ease,transform .16s ease}.rz-product__favorite-button.is-active .rz-product__favorite-fill{opacity:1;transform:scale(1)}.rz-product__favorite-button.is-active .rz-product__favorite-outline{opacity:.62}.rz-product__favorite-button.is-animating .rz-product__favorite-icon{animation:rzFavoritePulse .26s ease-out}@keyframes rzFavoritePulse{0%{transform:scale(1)}48%{transform:scale(1.12)}to{transform:scale(1)}}.rz-product__favorite-feedback{position:absolute;top:calc(100% + 8px);right:0;z-index:4;width:max-content;max-width:min(220px,70vw);border:1px solid var(--product-border);border-radius:999px;padding:7px 10px;background:#fffaf3f5;color:var(--product-muted);font-size:.74rem;font-weight:520;line-height:1.2;white-space:nowrap;box-shadow:0 10px 28px #584c4114}.rz-product__favorite-feedback[hidden]{display:none}.rz-product__commercial{display:grid;gap:10px;margin-top:14px}.rz-product__price-wrap{display:grid;gap:8px}.rz-product__price-main{display:flex;align-items:baseline;flex-wrap:wrap;gap:9px}.rz-product__price-current{color:var(--product-text);font-size:clamp(1.12rem,1.8vw,1.36rem);font-weight:710;line-height:1;letter-spacing:-.03em}.rz-product__price-compare{color:#746b63b8;font-size:.9rem;line-height:1;text-decoration:line-through;text-decoration-thickness:1px}.rz-product__saving{width:fit-content;min-height:27px;border:1px solid rgba(117,103,92,.14);border-radius:999px;display:inline-flex;align-items:center;padding:6px 10px;background:var(--product-saving-bg);color:var(--product-saving-text);font-size:.74rem;font-weight:560;line-height:1}.rz-product__status-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.rz-product__stock,.rz-product__sku{min-height:28px;border:1px solid var(--product-border);border-radius:999px;display:inline-flex;align-items:center;gap:7px;padding:6px 10px;background:#fffaf399;color:var(--product-muted);font-size:.76rem;font-weight:560;line-height:1}.rz-product__stock-dot{position:relative;width:7px;height:7px;min-width:7px;border-radius:999px;display:inline-block;background:var(--product-stock)}.rz-product__stock[data-status=available][data-pulse=true] .rz-product__stock-dot:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:inherit;background:var(--product-stock);opacity:.16;animation:rzStockPulse 1.85s ease-out infinite}.rz-product__stock[data-status=low-stock] .rz-product__stock-dot,.rz-product__stock[data-status=low-stock] .rz-product__stock-dot:after{background:var(--product-low-stock)}.rz-product__stock[data-status=sold-out] .rz-product__stock-dot{background:var(--product-sold-out)}.rz-product__stock[data-status=sold-out] .rz-product__stock-dot:after{display:none}@keyframes rzStockPulse{0%{transform:scale(.75);opacity:.18}70%{transform:scale(1.85);opacity:0}to{transform:scale(1.85);opacity:0}}.rz-product__form{display:grid;gap:15px;margin-top:18px}.rz-product__variants{display:grid;gap:13px}.rz-product__option{min-width:0;border:0;margin:0;padding:0}.rz-product__option-heading{width:100%;display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin:0 0 8px;padding:0}.rz-product__option-name{color:var(--product-text);font-size:.83rem;font-weight:650;line-height:1.25}.rz-product__option-current{color:var(--product-muted);font-size:.78rem;font-weight:440;line-height:1.25;text-align:right}.rz-product__option-current strong{color:var(--product-text);font-weight:620}.rz-product__option-grid{--variant-columns-desktop: 3;--variant-columns-mobile: 3;display:grid;grid-template-columns:repeat(var(--variant-columns-desktop),minmax(0,1fr));gap:7px}.rz-product__option-grid[data-columns-desktop="2"]{--variant-columns-desktop: 2}.rz-product__option-grid[data-columns-desktop="3"]{--variant-columns-desktop: 3}.rz-product__option-grid[data-columns-desktop="4"]{--variant-columns-desktop: 4}.rz-product__variant-card{min-width:0;position:relative;display:flex}.rz-product__variant-card input{position:absolute;opacity:0;pointer-events:none}.rz-product__variant-card-text{width:100%;min-height:39px;border:1px solid var(--product-border);border-radius:13px;display:inline-flex;align-items:center;justify-content:center;padding:8px 9px;background:#fffaf394;color:var(--product-text);font-size:.78rem;font-weight:560;line-height:1.16;text-align:center;overflow-wrap:anywhere;word-break:normal;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}.rz-product__variant-card:hover .rz-product__variant-card-text{border-color:var(--product-border-strong);background:#f4ede4d1}.rz-product__variant-card input:focus-visible+.rz-product__variant-card-text{outline:3px solid var(--product-focus);outline-offset:3px}.rz-product__variant-card input:checked+.rz-product__variant-card-text{border-color:#5e534b75;background:linear-gradient(180deg,#71645afa,#524841fa);color:var(--product-accent-contrast)}.rz-product__variant-card.is-unavailable .rz-product__variant-card-text{cursor:not-allowed;opacity:.48;background:#eee6dc6b;color:#746b63d1;text-decoration:line-through;text-decoration-thickness:1px}.rz-product__variant-card.is-unavailable input:checked+.rz-product__variant-card-text{opacity:.58}.rz-product__selected-variant{margin:1px 0 0;color:var(--product-muted);font-size:.8rem;font-weight:440;line-height:1.35}.rz-product__selected-variant span{color:var(--product-text);font-weight:620}.rz-product__bundle{min-width:0;border:0;margin:0;padding:0}.rz-product__bundle-heading{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 9px;padding:0;color:var(--product-text);font-size:.84rem;font-weight:680;line-height:1.25}.rz-product__bundle-heading small{color:var(--product-muted);font-size:.72rem;font-weight:520;letter-spacing:-.01em;text-align:right}.rz-product__bundle-grid{display:grid;grid-template-columns:1fr;gap:8px}.rz-product__bundle-card{min-width:0;position:relative;display:block}.rz-product__bundle-card input{position:absolute;opacity:0;pointer-events:none}.rz-product__bundle-card-inner{min-height:74px;width:100%;border:1px solid var(--product-border);border-radius:17px;display:grid;gap:7px;padding:12px 13px;background:linear-gradient(180deg,#fffaf3b8,#f4ede45c),#fffaf394;color:var(--product-text);cursor:pointer;box-shadow:inset 0 1px #ffffff75;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.rz-product__bundle-card:hover .rz-product__bundle-card-inner{border-color:var(--product-border-strong);background:linear-gradient(180deg,#fffaf3db,#f4ede485),#fffaf3b8;transform:translateY(-1px)}.rz-product__bundle-card input:focus-visible+.rz-product__bundle-card-inner{outline:3px solid var(--product-focus);outline-offset:3px}.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner{border-color:#5e534b70;background:linear-gradient(180deg,#fffaf3fa,#eee6dcb8),var(--product-surface);box-shadow:inset 0 0 0 1px #5e534b2e,0 12px 28px #493e350e}.rz-product__bundle-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.rz-product__bundle-title{min-width:0;color:var(--product-text);font-size:.91rem;font-weight:720;letter-spacing:-.026em;line-height:1.14}.rz-product__bundle-badge{flex:0 0 auto;max-width:50%;border:1px solid rgba(117,101,88,.14);border-radius:999px;padding:5px 8px;background:#eee5dac7;color:var(--product-saving-text);font-size:.68rem;font-weight:660;line-height:1;white-space:nowrap}.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner .rz-product__bundle-badge{border-color:#5e534b2e;background:#5e534b1a;color:var(--product-accent)}.rz-product__bundle-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.rz-product__bundle-price{color:var(--product-text);font-size:.95rem;font-weight:760;letter-spacing:-.032em;line-height:1}.rz-product__bundle-compare{color:#746b63ad;font-size:.78rem;font-weight:560;letter-spacing:-.02em;line-height:1;text-decoration:line-through;text-decoration-thickness:1px}.rz-product__bundle-text{color:var(--product-muted);font-size:.76rem;font-weight:500;line-height:1.28;letter-spacing:-.012em}.rz-product__bundle-note{margin:9px 0 0;color:var(--product-muted);font-size:.74rem;font-weight:460;line-height:1.35;letter-spacing:-.01em}@media screen and (min-width:750px){.rz-product__bundle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.rz-product__bundle-card-inner{min-height:116px;align-content:start;padding:12px 11px}.rz-product__bundle-top{display:grid;gap:7px}.rz-product__bundle-badge{width:fit-content;max-width:100%}}@media screen and (max-width:749px){.rz-product__bundle-card-inner{grid-template-columns:minmax(0,1fr)}.rz-product__bundle-heading{align-items:flex-start}.rz-product__bundle-heading small{max-width:145px}}@media screen and (max-width:390px){.rz-product__bundle-heading{display:grid;gap:4px}.rz-product__bundle-heading small{max-width:none;text-align:left}.rz-product__bundle-card-inner{border-radius:15px;padding:11px 12px}.rz-product__bundle-title{font-size:.86rem}.rz-product__bundle-price{font-size:.9rem}}.rz-product__actions{display:grid;grid-template-columns:112px minmax(0,1fr);gap:8px;align-items:stretch}.rz-product__quantity{width:112px;height:44px;border:1px solid var(--product-border);border-radius:999px;display:grid;grid-template-columns:32px 1fr 32px;overflow:hidden;background:#fffaf3a3}.rz-product__quantity-button{width:32px;height:42px;border:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--product-text);cursor:pointer;font:inherit;font-size:1.02rem;font-weight:620;line-height:1;appearance:none;-webkit-appearance:none}.rz-product__quantity-button:hover{background:#eee6dca3}.rz-product__quantity-button:focus-visible{outline:2px solid var(--product-focus);outline-offset:-2px}.rz-product__quantity-input{width:100%;height:42px;border:0;border-inline:1px solid rgba(117,101,88,.12);padding:0 3px;background:transparent;color:var(--product-text);text-align:center;font:inherit;font-size:.9rem;font-weight:620;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.rz-product__quantity-input::-webkit-outer-spin-button,.rz-product__quantity-input::-webkit-inner-spin-button{margin:0;appearance:none;-webkit-appearance:none}.rz-product__quantity-input:focus{outline:none}.rz-product__add-button,.rz-product-sticky__button{position:relative;min-height:44px;border:1px solid rgba(94,83,75,.42);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;background:linear-gradient(180deg,var(--product-accent),var(--product-accent-hover));color:var(--product-accent-contrast);cursor:pointer;font:inherit;font-size:.88rem;font-weight:680;line-height:1;letter-spacing:-.01em;text-align:center;text-decoration:none;appearance:none;-webkit-appearance:none;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease}.rz-product__add-button:hover,.rz-product-sticky__button:hover{transform:translateY(-1px);background:linear-gradient(180deg,#6b5e54,#4d443d)}.rz-product__add-button:focus-visible,.rz-product__direct-button:focus-visible,.rz-product-sticky__button:focus-visible{outline:3px solid var(--product-focus);outline-offset:3px}.rz-product__add-button:disabled,.rz-product__direct-button:disabled,.rz-product-sticky__button:disabled{cursor:not-allowed;opacity:.48;transform:none}.rz-product__button-loader{width:14px;height:14px;border:2px solid rgba(255,248,239,.28);border-top-color:currentColor;border-radius:999px;display:none;animation:rzProductSpin .7s linear infinite}.rz-product__form.is-loading .rz-product__button-loader{display:inline-block}.rz-product__form.is-loading .rz-product__add-button,.rz-product__form.is-loading .rz-product__direct-button{pointer-events:none;opacity:.72}@keyframes rzProductSpin{to{transform:rotate(360deg)}}.rz-product__direct-button{min-height:42px;border:1px solid rgba(94,83,75,.24);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;background:#fffaf3b3;color:var(--product-text);cursor:pointer;font:inherit;font-size:.86rem;font-weight:620;line-height:1;appearance:none;-webkit-appearance:none;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease}.rz-product__direct-button:hover{transform:translateY(-1px);border-color:#5e534b57;background:#f4ede4d1}.rz-product__dynamic-checkout{margin-top:-3px}.rz-product__dynamic-checkout .shopify-payment-button__button{min-height:42px;border-radius:999px!important;overflow:hidden;font-size:.86rem!important;font-weight:620!important}.rz-product__dynamic-checkout .shopify-payment-button__button--unbranded{border:1px solid rgba(94,83,75,.24)!important;background:#fffaf3c2!important;color:var(--product-text)!important}.rz-product__form-message{border:1px solid var(--product-border);border-radius:14px;padding:10px 12px;background:#fffaf3b3;color:var(--product-muted);font-size:.82rem;line-height:1.35}.rz-product__form-message[data-status=success]{border-color:#727f6147;color:#5f6d52}.rz-product__form-message[data-status=error]{border-color:#8d5c5047;color:var(--product-danger)}.rz-product__trust-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:13px}.rz-product__trust-note{min-height:28px;border:1px solid var(--product-border);border-radius:999px;display:inline-flex;align-items:center;gap:6px;padding:6px 9px;background:#fffaf385;color:var(--product-muted);font-size:.72rem;font-weight:440;line-height:1.2}.rz-product__trust-label{color:var(--product-text);font-weight:620}.rz-product__accordions{display:grid;gap:7px;margin-top:14px}.rz-product__accordion{overflow:hidden;border:1px solid var(--product-border);border-radius:14px;background:#fffaf38a}.rz-product__accordion-summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 12px;color:var(--product-text);cursor:pointer;list-style:none;font-size:.86rem;font-weight:600;line-height:1.2}.rz-product__accordion-summary::-webkit-details-marker{display:none}.rz-product__accordion-icon{position:relative;width:25px;height:25px;min-width:25px;border-radius:999px;background:#eee6dcb8}.rz-product__accordion-icon:before,.rz-product__accordion-icon:after{content:"";position:absolute;top:50%;left:50%;width:9px;height:1.5px;border-radius:999px;background:var(--product-accent);transform:translate(-50%,-50%);transition:transform .16s ease}.rz-product__accordion-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.rz-product__accordion[open] .rz-product__accordion-icon:after{transform:translate(-50%,-50%) rotate(0)}.rz-product__accordion-content{border-top:1px solid var(--product-border);padding:12px;color:var(--product-muted);font-size:.84rem;line-height:1.52}.rz-product__accordion-content>*:first-child{margin-top:0}.rz-product__accordion-content>*:last-child{margin-bottom:0}.rz-product__accordion-content img,.rz-product__accordion-content video,.rz-product__accordion-content iframe{max-width:100%;height:auto;border-radius:12px}.rz-product-sticky{position:fixed;left:50%;bottom:14px;z-index:40;width:min(100% - 24px,620px);transform:translate(-50%)}.rz-product-sticky[hidden]{display:none}.rz-product-sticky__form{border:1px solid var(--product-border);border-radius:999px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px;background:#fffaf3f0;box-shadow:0 14px 50px #584c4124;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.rz-product-sticky__info{min-width:0;display:grid;gap:3px;padding-left:10px}.rz-product-sticky__title{overflow:hidden;color:var(--product-text);font-size:.82rem;font-weight:620;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.rz-product-sticky__price{color:var(--product-muted);font-size:.78rem;line-height:1.2}.rz-product-sticky__button{min-height:38px;padding-inline:15px;font-size:.82rem}@media screen and (max-width:989px){.rz-product{padding-block:max(16px,calc(var(--rz-product-padding-top, 20px) * .7)) var(--rz-product-padding-bottom, 28px)}.rz-product__shell{width:min(100% - 18px,var(--rz-product-max, 1120px));grid-template-columns:1fr;gap:14px}.rz-product__info-area--sticky{position:static}.rz-product__media-frame,.rz-product__card{border-radius:max(16px,calc(var(--rz-product-radius, 18px) - 2px))}.rz-product__media-slide{min-height:clamp(300px,88vw,520px)}.rz-product__title{max-width:11.4em;font-size:clamp(1.46rem,7.4vw,2.35rem)}}@media screen and (max-width:749px){.rz-product{padding-block:14px 24px}.rz-product__shell{width:min(100% - 16px,var(--rz-product-max, 1120px));gap:12px}.rz-product__card{padding:15px 12px}.rz-product__topline{margin-bottom:10px}.rz-product__title{font-size:clamp(1.46rem,7.5vw,2.28rem);letter-spacing:-.04em}.rz-product__summary{font-size:.9rem;line-height:1.42}.rz-product__form{gap:13px;margin-top:15px}.rz-product__option-heading{gap:8px}.rz-product__option-current{font-size:.74rem}.rz-product__option-grid{grid-template-columns:repeat(var(--variant-columns-mobile),minmax(0,1fr));gap:6px}.rz-product__option-grid[data-columns-mobile="2"]{--variant-columns-mobile: 2}.rz-product__option-grid[data-columns-mobile="3"]{--variant-columns-mobile: 3}.rz-product__variant-card-text{min-height:38px;border-radius:12px;padding:8px 7px;font-size:.74rem}.rz-product__actions{grid-template-columns:112px minmax(0,1fr);gap:8px}.rz-product__add-button{padding-inline:14px;font-size:.86rem}.rz-product__direct-button{min-height:41px}}@media screen and (max-width:390px){.rz-product__actions{grid-template-columns:1fr}.rz-product__quantity{width:100%;grid-template-columns:42px 1fr 42px}.rz-product__quantity-button{width:42px}.rz-product__option-heading{display:grid;justify-content:stretch}.rz-product__option-current{text-align:left}.rz-product-sticky__form{border-radius:22px;grid-template-columns:1fr}.rz-product-sticky__info{text-align:center;padding-left:0}}@media(prefers-reduced-motion:reduce){.rz-product *,.rz-product *:before,.rz-product *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.rz-product__stock-dot:after,.rz-product__favorite-button.is-animating .rz-product__favorite-icon{animation:none!important}}.rz-product [data-rz-media-stage]{touch-action:pan-y;overscroll-behavior-inline:contain;-webkit-user-select:none;user-select:none}.rz-product [data-rz-media-stage][data-rz-swipe-enabled=true]{cursor:grab}.rz-product [data-rz-media-stage][data-rz-swipe-enabled=true].is-swiping{cursor:grabbing}.rz-product .rz-product__media-image{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}@media screen and (max-width:749px){.rz-product [data-rz-media-stage]{touch-action:pan-y}.rz-product .rz-product__media-frame{-webkit-tap-highlight-color:transparent}}.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner{border-color:#4d443edb;background:linear-gradient(180deg,var(--product-accent),var(--product-accent-hover));color:var(--product-accent-contrast);box-shadow:0 12px 28px #4d443e29,inset 0 1px #ffffff1f;animation:rzBundleSoftPulse 2.6s ease-in-out infinite}.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner .rz-product__bundle-title,.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner .rz-product__bundle-price,.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner .rz-product__bundle-text{color:var(--product-accent-contrast)}.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner .rz-product__bundle-compare{color:#fff8ef9e;text-decoration-color:#fff8ef94}.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner .rz-product__bundle-badge{border-color:#fff8ef38;background:#fff8ef1f;color:var(--product-accent-contrast)}.rz-product__bundle-shipping{width:fit-content;border:1px solid rgba(117,101,88,.14);border-radius:999px;display:inline-flex;align-items:center;gap:6px;padding:5px 8px;background:#eee5daa3;color:var(--product-saving-text);font-size:.68rem;font-weight:680;line-height:1}.rz-product__bundle-shipping:before{content:"";width:5px;height:5px;border-radius:999px;display:inline-block;background:var(--product-stock)}.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner .rz-product__bundle-shipping{border-color:#fff8ef33;background:#fff8ef1f;color:var(--product-accent-contrast)}.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner .rz-product__bundle-shipping:before{background:#fff8efe0}@keyframes rzBundleSoftPulse{0%,to{box-shadow:0 12px 28px #4d443e29,inset 0 1px #ffffff1f;transform:translateY(0)}50%{box-shadow:0 16px 34px #4d443e38,0 0 0 4px #5e534b14,inset 0 1px #ffffff1f;transform:translateY(-1px)}}@media(prefers-reduced-motion:reduce){.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner{animation:none}}@media screen and (max-width:390px){.rz-product__bundle-shipping{font-size:.64rem;padding:5px 7px}}.rz-product__bundle-card-inner,.rz-product__bundle-title,.rz-product__bundle-badge,.rz-product__bundle-price,.rz-product__bundle-compare,.rz-product__bundle-text,.rz-product__bundle-shipping{text-transform:uppercase}.rz-product__bundle-card input:checked+.rz-product__bundle-card-inner{animation:none}.rz-product__bundle-card--recommended .rz-product__bundle-card-inner{position:relative;border-color:#5e534b61;background:linear-gradient(180deg,#fffaf3f5,#eee6dcb3),var(--product-surface);box-shadow:0 12px 28px #4d443e1a,0 0 0 1px #5e534b14,inset 0 1px #ffffff8f;animation:rzBundleHeartbeat 2.15s ease-in-out infinite}.rz-product__bundle-card--recommended .rz-product__bundle-badge{border-color:#5e534b33;background:#5e534b1a;color:var(--product-accent)}.rz-product__bundle-card--recommended .rz-product__bundle-shipping{border-color:#727f6138;background:#727f611a;color:#69765a}.rz-product__bundle-card--recommended input:checked+.rz-product__bundle-card-inner{background:linear-gradient(180deg,var(--product-accent),var(--product-accent-hover));animation:rzBundleHeartbeatSelected 2.15s ease-in-out infinite}.rz-product__bundle-card--recommended input:checked+.rz-product__bundle-card-inner .rz-product__bundle-shipping{color:var(--product-accent-contrast)}@keyframes rzBundleHeartbeat{0%,to{transform:scale(1);box-shadow:0 12px 28px #4d443e1a,0 0 0 1px #5e534b14,inset 0 1px #ffffff8f}14%{transform:scale(1.018);box-shadow:0 16px 34px #4d443e26,0 0 0 4px #5e534b14,inset 0 1px #ffffff8f}28%{transform:scale(1)}42%{transform:scale(1.012);box-shadow:0 15px 32px #4d443e24,0 0 0 3px #5e534b11,inset 0 1px #ffffff8f}58%{transform:scale(1)}}@keyframes rzBundleHeartbeatSelected{0%,to{transform:scale(1);box-shadow:0 12px 28px #4d443e29,inset 0 1px #ffffff1f}14%{transform:scale(1.018);box-shadow:0 18px 38px #4d443e40,0 0 0 4px #5e534b1f,inset 0 1px #ffffff1f}28%{transform:scale(1)}42%{transform:scale(1.012);box-shadow:0 16px 34px #4d443e38,0 0 0 3px #5e534b17,inset 0 1px #ffffff1f}58%{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.rz-product__bundle-card--recommended .rz-product__bundle-card-inner,.rz-product__bundle-card--recommended input:checked+.rz-product__bundle-card-inner{animation:none}}.rz-product__bundle-slots{display:grid;gap:9px;margin-top:10px;border:1px solid rgba(117,101,88,.14);border-radius:18px;padding:12px;background:linear-gradient(180deg,#fffaf3bd,#f4ede457),#fffaf38f;box-shadow:inset 0 1px #ffffff75}.rz-product__bundle-slots[hidden],.rz-product__bundle-slot[hidden]{display:none!important}.rz-product__bundle-slots-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:1px}.rz-product__bundle-slots-header span{color:var(--product-text);font-size:.84rem;font-weight:720;letter-spacing:-.018em;line-height:1.2}.rz-product__bundle-slots-header small{max-width:52%;color:var(--product-muted);font-size:.7rem;font-weight:520;letter-spacing:-.01em;line-height:1.25;text-align:right}.rz-product__bundle-slot{display:grid;gap:6px}.rz-product__bundle-slot-label{color:var(--product-muted);font-size:.74rem;font-weight:680;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.rz-product__bundle-slot-select-wrap{position:relative}.rz-product__bundle-slot-select-wrap:after{content:"";position:absolute;right:13px;top:50%;width:8px;height:8px;border-right:1.5px solid var(--product-accent);border-bottom:1.5px solid var(--product-accent);pointer-events:none;transform:translateY(-62%) rotate(45deg)}.rz-product__bundle-slot-select{width:100%;min-height:43px;border:1px solid var(--product-border);border-radius:14px;padding:10px 34px 10px 12px;background:linear-gradient(180deg,#fffaf3db,#fffaf394),var(--product-surface);color:var(--product-text);font:inherit;font-size:.82rem;font-weight:620;letter-spacing:-.018em;line-height:1.2;cursor:pointer;appearance:none;-webkit-appearance:none}.rz-product__bundle-slot-select:focus-visible{outline:3px solid var(--product-focus);outline-offset:2px;border-color:#5e534b61}.rz-product__bundle-slot-select option:disabled{color:var(--product-muted-soft)}@media screen and (min-width:750px){.rz-product__bundle-slots{padding:13px}.rz-product__bundle-slots[data-active-slots="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.rz-product__bundle-slots[data-active-slots="2"] .rz-product__bundle-slots-header{grid-column:1 / -1}.rz-product__bundle-slots[data-active-slots="1"]{grid-template-columns:1fr}}@media screen and (max-width:749px){.rz-product__bundle-slots-header{display:grid;gap:4px}.rz-product__bundle-slots-header small{max-width:none;text-align:left}}@media screen and (max-width:390px){.rz-product__bundle-slots{border-radius:16px;padding:11px}.rz-product__bundle-slot-select{min-height:42px;font-size:.78rem}}@media screen and (min-width:990px){.rz-product__bundle{margin-top:2px}.rz-product__bundle-heading{margin-bottom:10px}.rz-product__bundle-grid{grid-template-columns:1fr;gap:9px}.rz-product__bundle-card-inner{min-height:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 14px;border-radius:18px;padding:13px 14px}.rz-product__bundle-top{display:flex;align-items:center;justify-content:flex-start;gap:9px;min-width:0}.rz-product__bundle-title{font-size:.9rem;line-height:1.05;white-space:nowrap}.rz-product__bundle-badge{max-width:150px;padding:5px 8px;font-size:.62rem;white-space:nowrap}.rz-product__bundle-price-row{grid-column:2;grid-row:1 / span 2;justify-content:flex-end;align-items:flex-end;flex-direction:column;gap:4px;min-width:96px;text-align:right}.rz-product__bundle-price{font-size:.92rem;line-height:1;white-space:nowrap}.rz-product__bundle-compare{font-size:.72rem;white-space:nowrap}.rz-product__bundle-text{grid-column:1;max-width:260px;font-size:.68rem;line-height:1.22}.rz-product__bundle-shipping{grid-column:1;width:fit-content;max-width:100%;padding:5px 8px;font-size:.61rem;line-height:1}.rz-product__bundle-card--recommended .rz-product__bundle-card-inner{transform-origin:center}.rz-product__bundle-note{margin-top:10px;font-size:.72rem}}@media screen and (min-width:1280px){.rz-product__info-area{min-width:0}.rz-product__bundle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.rz-product__bundle-card-inner{display:grid;grid-template-columns:1fr;align-content:start;gap:7px;min-height:128px;padding:13px 12px}.rz-product__bundle-top{display:grid;gap:7px}.rz-product__bundle-title{white-space:normal}.rz-product__bundle-badge{width:fit-content;max-width:100%}.rz-product__bundle-price-row{grid-column:auto;grid-row:auto;justify-content:flex-start;align-items:baseline;flex-direction:row;min-width:0;text-align:left}.rz-product__bundle-text,.rz-product__bundle-shipping{grid-column:auto}}@media screen and (min-width:990px)and (max-width:1279px){.rz-product__bundle-card--recommended .rz-product__bundle-card-inner{animation:rzBundleHeartbeatDesktop 2.25s ease-in-out infinite}@keyframes rzBundleHeartbeatDesktop{0%,to{transform:scale(1)}18%{transform:scale(1.008)}34%{transform:scale(1)}48%{transform:scale(1.005)}62%{transform:scale(1)}}}@media(prefers-reduced-motion:reduce){@media screen and (min-width:990px)and (max-width:1279px){.rz-product__bundle-card--recommended .rz-product__bundle-card-inner{animation:none}}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/rehzen-product.css.map */
