.section-main-product{background-color:var(--color-page-bg, #f6ecd2);min-height:100vh}.section-main-product.section-padding{padding-top:clamp(1.25rem,2.5vw,2.5rem);padding-bottom:clamp(1.25rem,2.5vw,3rem)}@media screen and (min-width:768px){.section-main-product.section-padding{padding-top:var(--section-spacing-lg, 3.5rem);padding-bottom:var(--section-spacing-lg, 3.5rem)}}.section-main-product.section-container{min-width:0}.product-page__layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media screen and (min-width:768px){.product-page__layout{grid-template-columns:1fr 1fr;gap:2rem}}@media screen and (min-width:1024px){.product-page__layout{gap:4rem}}.product-gallery{position:relative;width:100%}.product-gallery__main-wrap{position:relative;width:100%;border-radius:clamp(.5rem,1.5vw,.75rem);overflow:hidden;background:transparent}.product-gallery__track{position:relative;width:100%;aspect-ratio:4 / 3;min-height:clamp(200px,42vw,280px);max-height:min(85vmin,560px);margin-left:auto;margin-right:auto;touch-action:pan-y;-webkit-user-select:none;user-select:none;border-radius:inherit;overflow:hidden}@supports (height: 100dvh){.product-gallery__track{max-height:min(85vmin,85dvh,560px)}}@media screen and (max-width:749px){.product-gallery__track{min-height:clamp(200px,48vw,260px);max-height:min(75vh,520px)}}@supports (height: 100dvh){@media screen and (max-width:749px){.product-gallery__track{max-height:min(78dvh,75vh,520px)}}}@media screen and (max-width:360px){.product-page__layout{gap:1rem}.product-gallery__track{min-height:200px}}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.product-gallery__slide.is-active{position:relative;opacity:1;visibility:visible;z-index:1}.product-gallery__slide{border-radius:inherit;overflow:hidden}.product-gallery__slide img,.product-gallery__slide .product-gallery__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:inherit}.product-gallery__video{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;overflow:hidden}.product-gallery__video iframe,.product-gallery__video video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit}@media screen and (max-width:749px){.product-gallery__slide img,.product-gallery__slide .product-gallery__video,.product-gallery__video iframe,.product-gallery__video video{object-fit:cover;object-position:center}}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:clamp(2.75rem,5vw + 1.5rem,3.125rem);height:clamp(2.75rem,5vw + 1.5rem,3.125rem);border-radius:50%;border:none;background:#00000080;color:var(--color-white, #fff);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:clamp(1.2rem,2.2vw + .65rem,1.5rem);line-height:1;transition:background .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.product-gallery__arrow:hover{background:#000000b3}.product-gallery__arrow:active{transform:translateY(-50%) scale(.96)}.product-gallery__arrow--prev{left:max(.5rem,env(safe-area-inset-left,0px))}.product-gallery__arrow--next{right:max(.5rem,env(safe-area-inset-right,0px))}@media screen and (min-width:750px){.product-gallery__arrow--prev{left:max(clamp(.75rem,2vw,1rem),env(safe-area-inset-left,0px))}.product-gallery__arrow--next{right:max(clamp(.75rem,2vw,1rem),env(safe-area-inset-right,0px))}}.product-gallery__zoom-btn{position:absolute;top:max(.5rem,env(safe-area-inset-top,0px));right:max(.5rem,env(safe-area-inset-right,0px));z-index:3;width:clamp(2.5rem,4vw + 1.5rem,2.875rem);height:clamp(2.5rem,4vw + 1.5rem,2.875rem);border-radius:50%;border:none;background:#00000080;color:var(--color-white, #fff);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.product-gallery__zoom-btn:hover{background:#000000b3}.product-gallery__zoom-btn:focus{outline:none}.product-gallery__zoom-btn:focus-visible{box-shadow:0 0 0 2px var(--color-gold, #c9a227)}.product-gallery__zoom-btn-icon{display:flex;align-items:center;justify-content:center}.product-gallery__zoom-btn-icon svg{width:clamp(1.125rem,2vw + .5rem,1.375rem);height:clamp(1.125rem,2vw + .5rem,1.375rem)}@media screen and (min-width:750px){.product-gallery__zoom-btn{top:max(clamp(.625rem,1.5vw,.875rem),env(safe-area-inset-top,0px));right:max(clamp(.625rem,1.5vw,.875rem),env(safe-area-inset-right,0px))}}.product-gallery__dots{display:flex;justify-content:center;gap:.5rem;margin-top:.375rem;flex-wrap:wrap}.product-gallery__dot{width:.5rem;height:.5rem;border-radius:50%;border:none;background:#0003;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.product-gallery__dot:hover{background:#00000059}.product-gallery__dot.is-active{background:var(--color-gold, #C4A67D);transform:scale(1.25)}.product-gallery__thumbnails{display:flex;gap:clamp(.5rem,1.5vw,.75rem);margin-top:clamp(1rem,2.5vw,1.25rem);overflow-x:auto;overflow-y:hidden;padding-bottom:.375rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;touch-action:pan-x}.product-gallery__thumbnails::-webkit-scrollbar{height:6px}.product-gallery__thumbnails::-webkit-scrollbar-thumb{background:var(--color-border, #c5b899);border-radius:3px}@media screen and (max-width:749px){.product-gallery{display:flex;flex-direction:column;gap:.5rem}.product-gallery__dots{margin-top:.375rem;gap:.5rem}.product-gallery__dot{width:.5rem;height:.5rem}.product-gallery__dot:not(.is-active){background:#ffffff80}.product-gallery__dot:not(.is-active):hover{background:#ffffffb3}.product-gallery__thumbnails{margin-top:.5rem;gap:.5rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding:.25rem 0;margin-left:-.25rem;margin-right:-.25rem;-webkit-overflow-scrolling:touch}.product-gallery__thumb{flex:0 0 auto;width:72px;height:72px;min-width:72px;min-height:72px;border-radius:.5rem;border:2px solid transparent;scroll-snap-align:center}.product-gallery__thumb:not(.is-active){opacity:.6}.product-gallery__thumb:hover:not(.is-active){opacity:.9}.product-gallery__thumb.is-active{border-color:var(--color-gold, #C4A67D);opacity:1}}.product-gallery__thumb{flex:0 0 auto;width:clamp(5.5rem,10vw,8rem);height:clamp(5.5rem,10vw,8rem);min-width:5rem;min-height:5rem;border-radius:clamp(.375rem,1.5vw,.625rem);border:2px solid var(--color-border, #c5b899);padding:0;cursor:pointer;overflow:hidden;background:var(--color-cream, #f0e6ce);transition:border-color .2s ease,opacity .2s ease,box-shadow .2s ease;scroll-snap-align:start;-webkit-tap-highlight-color:transparent;position:relative}.product-gallery__thumb{opacity:.6}.product-gallery__thumb:hover{opacity:.9}.product-gallery__thumb.is-active{border-color:var(--color-gold, #C4A67D);opacity:1;box-shadow:0 0 0 1px var(--color-gold, #C4A67D)}.product-gallery__thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:inherit}@media screen and (min-width:750px){.product-gallery__thumb{width:clamp(6.5rem,9vw,8rem);height:clamp(6.5rem,9vw,8rem);min-width:6rem;min-height:6rem}}@media screen and (min-width:990px){.product-gallery__thumb{width:clamp(7rem,8vw,9rem);height:clamp(7rem,8vw,9rem);min-width:7rem;min-height:7rem}}.product-gallery__placeholder{aspect-ratio:1;max-height:400px;display:flex;align-items:center;justify-content:center;background:var(--color-cream, #f0e6ce);border-radius:clamp(.5rem,1.5vw,.75rem)}.product-gallery__placeholder .placeholder-svg{width:100%;height:100%;opacity:.4}.product-info__stack{display:flex;flex-direction:column;gap:clamp(1rem,2.5vw,1.25rem)}@media screen and (min-width:768px){.product-info__stack{gap:1.35rem}}@media screen and (min-width:1024px){.product-info__stack{gap:1.5rem}}.product-info__top{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width:640px){.product-info__top{gap:1.25rem}}.product-info__title{word-wrap:break-word;overflow-wrap:break-word}.product-info__reviews{display:flex;align-items:center;gap:.5rem;margin:0}.product-info__reviews .jdgm-preview-badge,.product-info__reviews .jdgm-prev-badge{display:inline-flex;align-items:center;gap:.5rem}.product-info__reviews .jdgm-prev-badge__stars,.product-info__reviews .jdgm-preview-badge .jdgm-star{line-height:1}.product-info__reviews .jdgm-star,.product-info__reviews .jdgm-prev-badge__stars *{color:#35472d!important}.product-info__reviews .jdgm-prev-badge__text,.product-info__reviews .jdgm-prev-badge__count,.product-info__reviews .jdgm-preview-badge__text{font-family:var(--font-body);font-weight:400;color:var(--color-accent-brown)!important;font-size:12px}@media screen and (min-width:768px){.product-info__reviews .jdgm-prev-badge__text,.product-info__reviews .jdgm-prev-badge__count,.product-info__reviews .jdgm-preview-badge__text{font-size:16px}}.product-info__stars{display:inline-flex;gap:.125rem}.product-info__star{color:#9ca3af}.product-info__star--filled{color:#4c5c32}.product-info__star--half{color:#4c5c32;opacity:.85}.product-info__review-count{font-size:12px;color:#16a34a;font-family:var(--font-body);font-weight:400}@media screen and (min-width:768px){.product-info__review-count{font-size:16px}}.product-info__price{font-size:12px;font-weight:600;color:#333;margin:0;font-family:var(--font-body);line-height:1.1}.product-info__price-block{display:flex;flex-direction:column;gap:0}.product-info__tax-note{font-family:var(--font-body);font-weight:400;font-size:11px;line-height:1.35;color:#333c;margin:0}@media screen and (min-width:768px){.product-info__price{font-size:18.75px;line-height:1.1}.product-info__price-block{gap:0}.product-info__tax-note{font-size:14px}}.product-info__description{width:100%;max-width:100%;line-height:1.6}.product-info__description p{margin:0 0 .75rem}.product-info__description p:last-child{margin-bottom:0}.product-features{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:clamp(.75rem,2.5vw,1.25rem);padding:.35rem 0 .2rem}@media screen and (min-width:640px){.product-features{gap:1.25rem;padding:.4rem 0 .25rem}}@media screen and (min-width:768px){.product-features{gap:1.5rem;padding:.5rem 0 .35rem}}@media screen and (min-width:1024px){.product-features{gap:1.75rem;padding:.65rem 0 .45rem}}.product-features__item{display:flex;flex-direction:column;align-items:center;gap:.625rem;width:clamp(4.25rem,18vw,5.5rem);min-width:0;flex-shrink:0}@media screen and (min-width:640px){.product-features__item{width:clamp(5rem,12vw,5.75rem);gap:.75rem}}@media screen and (min-width:768px){.product-features__item{width:7.5rem;gap:.875rem}}@media screen and (min-width:1024px){.product-features__item{width:8.5rem;gap:1rem}}.product-features__icon-wrap{width:clamp(4rem,14vw,5.25rem);height:clamp(4rem,14vw,5.25rem);border-radius:50%;background:var(--color-white, #fff);border:2px solid var(--color-gold, #C4A67D);box-shadow:0 1px 2px #0000000f;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}@media screen and (min-width:640px){.product-features__icon-wrap{width:5.25rem;height:5.25rem}}@media screen and (min-width:768px){.product-features__icon-wrap{width:5.5rem;height:5.5rem}}@media screen and (min-width:1024px){.product-features__icon-wrap{width:5.75rem;height:5.75rem}}@media screen and (max-width:639px){.product-features{width:100%;justify-content:space-between;gap:.5rem}.product-features__item{flex:1 1 0;width:auto;min-width:0;max-width:none}}.product-features__icon-wrap picture,.product-features__icon-wrap img{width:100%;height:100%;object-fit:contain;object-position:center}.product-features__icon{width:100%;height:100%;object-fit:contain;object-position:center}.product-features__leaf{display:flex;align-items:center;justify-content:center;color:#16a34a;width:75%;height:75%}.product-features__leaf svg{width:100%;height:100%;object-fit:contain}.product-features__label{font-family:var(--font-body);font-weight:400;font-size:12px;line-height:1.35;text-align:center;color:#374151;white-space:pre-line;padding:0 .125rem}@media screen and (min-width:768px){.product-features__label{font-size:16px;padding:0 .25rem}}.product-features__icon--placeholder{font-size:clamp(1.25rem,3vw,1.5rem);color:#22c55e}@media screen and (min-width:640px){.product-features__icon--placeholder{font-size:1.5rem}}@media screen and (min-width:1024px){.product-features__icon--placeholder{font-size:1.75rem}}.product-form{margin-top:0}.product-form__variants{margin-bottom:1rem}@media screen and (min-width:768px){.product-form__variants{margin-bottom:1.25rem}}.product-form__variant-label{display:block;font-family:var(--font-body);font-weight:600;margin-bottom:.75rem;color:#1a1a1a;font-size:12px}@media screen and (min-width:768px){.product-form__variant-label{font-size:16px;margin-bottom:1rem}}.product-form__variant-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media screen and (min-width:640px){.product-form__variant-cards{gap:.75rem}}@media screen and (min-width:768px){.product-form__variant-cards{gap:1rem}}.product-form__variant-card{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;padding:0;border-radius:1rem;border:2px solid rgba(196,166,125,.7);cursor:pointer;background:var(--color-white);transition:border-color .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent;text-align:left;min-height:0;overflow:hidden;box-shadow:0 1px 2px #0000000d}.product-form__variant-card .product-form__variant-card-title{padding:.25rem .5rem;font-family:var(--font-body);font-weight:500;font-size:12px;color:var(--color-heading);background:var(--color-cream-dark);width:100%;border-radius:0}@media screen and (min-width:768px){.product-form__variant-card .product-form__variant-card-title{font-size:16px;padding:.375rem .625rem}}.product-form__variant-card .product-form__variant-card-price{padding:.375rem .5rem;font-size:12px;font-weight:600;color:#1a1a1a;background:var(--color-white);font-family:var(--font-body)}@media screen and (min-width:768px){.product-form__variant-card .product-form__variant-card-price{font-size:18.75px;padding:.5rem .625rem}}.product-form__variant-card.is-active{border-color:#4b5b31;box-shadow:0 4px 6px -1px #0000001a}.product-form__variant-card.is-active .product-form__variant-card-title{background:#4b5b31;color:var(--color-white)}.product-form__variant-card:hover:not(.is-disabled):not(.is-active){border-color:#c4a67db3}.product-form__variant-card.is-disabled{opacity:.5;cursor:not-allowed}.product-form__quantity-wrap{margin-bottom:1rem}.product-form__quantity-label{display:block;font-family:var(--font-body);font-weight:600;margin-bottom:.5rem;color:#1a1a1a;font-size:12px}@media screen and (min-width:768px){.product-form__quantity-label{font-size:16px}}.product-form__quantity-stepper{display:inline-flex;align-items:stretch;border-radius:.75rem;overflow:hidden;border:1px solid #d1d5db;background:var(--color-white);max-width:10rem;box-shadow:0 1px 2px #0000000d}.product-form__quantity-btn{width:2.5rem;min-height:2.5rem;border:none;background:#4b5b31;color:var(--color-white);font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,opacity .2s ease;-webkit-tap-highlight-color:transparent}@media screen and (min-width:640px){.product-form__quantity-btn{width:3rem;min-height:3rem}}.product-form__quantity-btn:hover:not(:disabled){background:#3d4a28}.product-form__quantity-btn:disabled{cursor:not-allowed;opacity:1}.product-form__quantity-input{width:3rem;min-height:2.5rem;border:none;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;font-size:12px;text-align:center;color:#1a1a1a;font-weight:500;background:var(--color-white);-moz-appearance:textfield}@media screen and (min-width:768px){.product-form__quantity-input{min-height:3rem;font-size:16px}}.product-form__quantity-input::-webkit-outer-spin-button,.product-form__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__actions{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:stretch;padding-top:.5rem}@media screen and (min-width:640px){.product-form__actions{gap:.75rem}}@media screen and (min-width:768px){.product-form__actions{gap:1rem}}.product-form__btn{flex:1 1 auto;min-width:0;padding:.75rem 1rem;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:none;border-radius:.375rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);transition:background .2s ease,opacity .2s ease,transform .15s ease;-webkit-tap-highlight-color:transparent;white-space:nowrap}@media screen and (min-width:640px){.product-form__btn{padding:1rem 1.25rem;font-size:14px}}@media screen and (min-width:768px){.product-form__btn{padding:1rem 1.5rem;font-size:16px}}@media screen and (min-width:1024px){.product-form__btn{font-size:15px}}.product-form__btn--add{background:#e99d0b;color:var(--color-white)}.product-form__btn--add:hover:not(:disabled){background:#d18e0a}.product-form__btn--order-now{background:#4b5b31;color:var(--color-white)}.product-form__btn--order-now:hover:not(:disabled){background:#4b5b31}.product-form__btn:disabled{opacity:.6;cursor:pointer;transform:none}.product-form__cart-icon{flex-shrink:0;width:1rem;height:1rem}@media screen and (min-width:640px){.product-form__cart-icon{width:1.25rem;height:1.25rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-gallery.css.map */
