.dc-product{--dc-accent: #0c3b2a;--dc-tint: #e6f0ea;--dc-button: #df1014;--dc-radius: 16px;display:block;background:#fff;color:#121212;font-family:var(--dc-font, var(--font-body--family, sans-serif));font-size:14px;line-height:1.5;padding:32px 0 56px}.dc-product *,.dc-product *:before,.dc-product *:after{box-sizing:border-box}.dc-product [hidden],.dc-product-details [hidden]{display:none!important}.dc-product button,.dc-product input,.dc-product select{font:inherit}.dc-product button{cursor:pointer}.dc-product button:disabled{cursor:not-allowed;opacity:.55}.dc-product :is(button,input,select,summary,a,[tabindex]):focus-visible,.dc-product-details :is(summary,a):focus-visible{outline:3px solid var(--dc-accent, #0c3b2a);outline-offset:4px}.dc-product__container{width:min(1300px,calc(100% - 64px));margin-inline:auto}.dc-product__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.13fr);gap:clamp(32px,3.5vw,50px);align-items:start}.dc-product__gallery{position:sticky;top:calc(var(--header-height, 80px) + 24px);min-width:0}.dc-product__slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:12px;background:#f5f5f5}.dc-product__slides::-webkit-scrollbar{display:none}.dc-product__slide{flex:0 0 100%;min-width:0;aspect-ratio:1;scroll-snap-align:start;scroll-snap-stop:always;display:grid;place-items:center}.dc-product__slide :is(img,video,iframe,model-viewer,svg){width:100%;height:100%;object-fit:contain}.dc-product__zoom-trigger{position:relative;display:block;width:100%;height:100%;background:transparent;border:0;padding:0}.dc-product__zoom-icon{position:absolute;right:14px;bottom:14px;width:34px;height:34px;display:grid;place-items:center;background:#fff;border-radius:50%;color:#121212}.dc-product__zoom-icon svg{width:18px;height:18px}.dc-product__gallery-controls{display:flex;align-items:center;gap:10px;margin-top:14px}.dc-product__thumbnails{display:flex;justify-content:safe center;gap:10px;overflow-x:auto;flex:1;padding:4px;scrollbar-width:thin}.dc-product__thumbnail{position:relative;flex:0 0 90px;height:90px;padding:3px;border:1px solid #d9dfdb;border-radius:6px;background:#fff}.dc-product__thumbnail[aria-current=true]{border:2px solid var(--dc-accent);padding:2px}.dc-product__thumbnail img{width:100%;height:100%;object-fit:cover;border-radius:3px}.dc-product__media-type{position:absolute;bottom:4px;right:5px;background:#fff;color:#121212;font-size:10px;padding:0 3px}.dc-product__arrow{border:0;border-radius:50%;width:32px;height:44px;padding:6px;background:transparent;color:#121212;flex-shrink:0}.dc-product__caption{text-align:center;color:#555;margin:12px 0 0;font-size:12px}.dc-product__info{min-width:0;padding-top:4px}.dc-product__rating{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:10px;font-size:13px}.dc-product__stars{position:relative;letter-spacing:2px;color:#cbd4cd;font-size:18px}.dc-product__stars:after{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--dc-rating, 100%);overflow:hidden;color:#ffbf00;content:"\2605\2605\2605\2605\2605"}.dc-product__muted{color:#555}.dc-product .dc-product__title{font:700 clamp(28px,2.9vw,40px)/1.18 var(--dc-font, var(--font-body--family, sans-serif));text-transform:none;letter-spacing:-.7px;color:#121212;margin:0 0 18px;text-wrap:balance}.dc-product__price-line{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:18px}.dc-product__price{font-weight:700;font-size:24px;color:var(--dc-accent)}.dc-product__compare{font-size:19px;color:#666}.dc-product__sale{background:var(--dc-accent);color:#fff;font-size:11px;line-height:1.2;font-weight:700;border-radius:4px;padding:6px 9px}.dc-product__subtitle{margin:0 0 18px;color:#555}.dc-product__subtitle p{margin:0}.dc-product__benefits{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:10px}.dc-product__benefits:empty{display:none}.dc-product__benefits li{display:flex;align-items:center;gap:10px}.dc-product__benefit-icon{display:flex;color:var(--dc-accent);flex-shrink:0}.dc-product__size-link{display:flex;align-items:center;gap:7px;padding:0;background:none;border:0;color:#121212;text-decoration:underline;text-underline-offset:3px;font-size:12px!important;margin:0 0 20px}.dc-product__offers{display:none;border:0;padding:0;margin:0;min-width:0}.dc-product[data-enhanced] .dc-product__offers{display:block}.dc-product[data-enhanced] .dc-product__fallback{display:none}.dc-product__offers-heading{float:left;width:100%;display:flex;align-items:center;gap:12px;padding:0;margin-bottom:20px;text-align:center;font-size:13px;font-weight:700}.dc-product__offers-heading:before,.dc-product__offers-heading:after{content:"";height:1px;background:#c9d3cc;flex:1}.dc-product__offer{position:relative;clear:both;border:2px solid #d9dfdb;border-radius:var(--dc-radius);background:#fff;margin:0 0 18px}.dc-product__offer:has(.dc-product__offer-radio:checked){background:var(--dc-tint);border-color:var(--dc-accent)}.dc-product__offer:has(.dc-product__offer-radio:focus-visible){outline:3px solid var(--dc-accent);outline-offset:4px}.dc-product__offer-radio{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.dc-product__offer-label{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:12px;cursor:pointer;padding:20px 18px}.dc-product__radio-mark{width:20px;height:20px;border:1.5px solid #87978b;background:#fff;border-radius:50%}.dc-product__offer-radio:checked~.dc-product__offer-label .dc-product__radio-mark{border:6px solid var(--dc-accent)}.dc-product__offer-copy{display:grid;gap:4px;min-width:0}.dc-product__offer-copy>strong{font-size:19px;line-height:1.3;font-weight:700}.dc-product__offer-label-text{font-size:12px}.dc-product__offer-saving{font-size:12px;color:#555}.dc-product__offer-prices{display:grid;gap:2px;text-align:end;white-space:nowrap}.dc-product__offer-prices strong{font-size:18px}.dc-product__offer-prices s{color:#666;font-size:13px}.dc-product__offer-badge{position:absolute;z-index:1;right:16px;top:-12px;background:var(--dc-accent);color:#fff;font-size:10px;font-weight:700;line-height:1.4;padding:5px 12px;border-radius:4px;max-width:calc(100% - 32px)}.dc-product__offer-variants{padding:0 18px 18px 50px}.dc-product__offer-variants:empty{display:none}.dc-product__variant-row{display:flex;gap:8px;align-items:flex-end;margin-top:9px}.dc-product__row-number{font-size:12px;color:#555;min-width:18px;padding-bottom:11px}.dc-product__option{display:grid;gap:4px;flex:1;min-width:0}.dc-product__option>span{font-size:11px;line-height:1.4}.dc-product__option select,.dc-product__fallback :is(select,input){width:100%;min-width:0;min-height:42px;padding:8px 25px 8px 10px;border:1px solid #b6c4b9;border-radius:5px;background-color:#fff;color:#121212;font-size:13px}.dc-product__offer-perk{display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 12px;font-size:12px;font-weight:700;color:#fff;background:var(--dc-accent);border-radius:0 0 max(0px,calc(var(--dc-radius) - 3px)) max(0px,calc(var(--dc-radius) - 3px))}.dc-product__offer-perk svg{width:17px;height:17px}.dc-product__selection-summary{margin:0 0 10px;text-align:center;font-size:12px;color:#555}.dc-product__selection-summary:empty{display:none}.dc-product .dc-product__submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:58px;padding:15px 20px;background:var(--dc-button);color:#fff;border:1px solid var(--dc-button);border-radius:8px;font-size:15px;font-weight:700;line-height:1.4}.dc-product__submit:not(:disabled):hover{filter:brightness(1.13)}.dc-product__submit [data-add-total]:not(:empty):before{content:"\b7";margin-right:10px}.dc-product__submit [data-add-total]:empty{display:none}.dc-product__submit[aria-busy=true] svg{opacity:.5}.dc-product__trust{display:flex;justify-content:center;align-items:center;gap:6px;text-align:center;font-size:11px;color:#555;margin:14px 0}.dc-product__trust svg{flex-shrink:0;width:16px;height:16px}.dc-product__payments{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin:0 0 22px;padding:0}.dc-product__payments svg{width:36px;height:23px}.dc-product__disclosure{border-top:1px solid #e0e5e1}.dc-product__disclosure:last-child{border-bottom:1px solid #e0e5e1}.dc-product__disclosure summary{display:flex;gap:10px;align-items:center;list-style:none;padding:17px 0;cursor:pointer;font-weight:700;font-size:13px}.dc-product__disclosure summary::-webkit-details-marker,.dc-product-details summary::-webkit-details-marker{display:none}.dc-product__disclosure summary>span{margin-left:auto;font-size:19px;font-weight:400}.dc-product__disclosure[open] summary>span{transform:rotate(45deg)}.dc-product__disclosure .rte{font-size:13px;padding:0 0 18px;color:#555}.dc-product__error,.dc-product__offer-error{color:#a32121;font-size:13px;margin:10px 0}.dc-product__status,.dc-product__cart-link{font-size:13px;color:var(--dc-accent);margin:12px 0 0}.dc-product__cart-link{display:inline-block;text-decoration:underline}.dc-product__fallback{display:grid;gap:8px;margin-bottom:20px}.dc-product__editor-note{border:1px dashed #9faea3;padding:14px;color:#34473a;background:#f2f7f3;margin:0 0 24px;font-size:13px}.dc-product__sticky{position:fixed;bottom:0;left:0;right:0;z-index:20;background:#fff;border-top:1px solid #d9dfdb;box-shadow:0 -4px 20px #0000000a;padding:12px 24px calc(12px + env(safe-area-inset-bottom))}.dc-product__sticky-inner{display:flex;gap:16px;align-items:center;max-width:1120px;margin:auto}.dc-product__sticky-image{width:52px;height:52px;object-fit:cover;border-radius:5px}.dc-product__sticky-info{display:grid;gap:3px;flex:1;min-width:0}.dc-product__sticky-info strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-product__sticky-info span{font-size:12px;color:#555}.dc-product__sticky .dc-product__submit{width:auto;min-width:240px;min-height:48px;font-size:13px}body:has(.dc-product__sticky:not([hidden])){padding-bottom:90px}.dc-product__dialog{position:fixed;top:0;right:0;bottom:0;left:0;max-height:90dvh;max-width:min(900px,calc(100vw - 32px));width:100%;margin:auto;border:0;padding:40px;border-radius:12px;background:#fff;color:#121212}.dc-product__dialog::backdrop{background:#0009}.dc-product__dialog-close{position:absolute;top:10px;right:10px;width:38px;height:38px;display:grid;place-items:center;border:1px solid #d9dfdb;border-radius:50%;background:#fff;color:#121212;z-index:1}.dc-product__zoom-dialog{padding:0;width:fit-content}.dc-product__zoom-dialog img{display:block;width:auto;max-width:100%;height:auto;max-height:90dvh;object-fit:contain}.dc-product__size-dialog h2{font:700 24px/1.3 var(--dc-font, sans-serif);margin:0 0 22px}.dc-product__size-dialog .rte{overflow-x:auto}.dc-product__size-dialog table{width:100%;border-collapse:collapse}.dc-product__size-dialog :is(td,th){padding:10px;border:1px solid #d9dfdb}.dc-product-details{color:#121212;background:#fff;padding:20px 0 70px}.dc-product-details__inner{width:min(1120px,calc(100% - 64px));margin:auto}.dc-product-details__description{max-width:780px;margin:0 auto 64px}.dc-product-details h2{font-size:clamp(26px,3vw,38px);line-height:1.2;margin:0 0 24px;color:#121212}.dc-product-details .rte{color:#555;line-height:1.75}.dc-product-details__story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin:0 0 72px}.dc-product-details__story img{border-radius:12px;width:100%;aspect-ratio:1;object-fit:cover}.dc-product-details__faq{max-width:800px;margin:auto}.dc-product-details__faq>h2{text-align:center;margin-bottom:32px}.dc-product-details__faq details{border-bottom:1px solid #d9dfdb}.dc-product-details__faq summary{display:flex;gap:20px;justify-content:space-between;padding:21px 0;list-style:none;font-weight:600;cursor:pointer}.dc-product-details__faq summary>span{font-weight:400;font-size:20px}.dc-product-details__faq details[open] summary>span{transform:rotate(45deg)}.dc-product-details__faq .rte{padding-bottom:20px}.dc-product-details__photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px;margin-bottom:48px}.dc-product-details__photos figure{margin:0}.dc-product-details__photos img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:8px}.dc-product-details__photos figcaption{font-size:13px;margin-top:10px;color:#555}@media(max-width:989px){.dc-product{padding:20px 0 40px}.dc-product__container{width:min(640px,calc(100% - 36px))}.dc-product__grid{grid-template-columns:1fr;gap:24px}.dc-product__gallery{position:static}.dc-product .dc-product__title{font-size:29px}.dc-product__thumbnail{flex-basis:62px;height:62px}.dc-product__sticky{padding:10px 16px calc(10px + env(safe-area-inset-bottom))}.dc-product__sticky-image{display:none}.dc-product__sticky-info strong{font-size:12px}.dc-product__sticky .dc-product__submit{min-width:0;font-size:12px;padding:12px 16px}.dc-product-details__inner{width:min(640px,calc(100% - 36px))}.dc-product-details__story{grid-template-columns:1fr;gap:24px;margin-bottom:48px}}@media(max-width:480px){.dc-product__offer-label{gap:10px;padding:18px 14px}.dc-product__offer-copy>strong{font-size:17px}.dc-product__offer-prices strong{font-size:16px}.dc-product__offer-label-text{font-size:11px}.dc-product__offer-variants{padding:0 14px 16px 26px}.dc-product__option select{font-size:16px;padding-left:8px}.dc-product__sticky-info{display:none}.dc-product__sticky .dc-product__submit{width:100%;font-size:14px}.dc-product__dialog{padding:46px 20px 24px}.dc-product__zoom-dialog{padding:0}.dc-product-details__photos{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:no-preference){.dc-product__offer{transition:background-color .16s,border-color .16s}.dc-product__submit{transition:filter .16s}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/dc-product.css.map */
