body{color:#353635}@media only screen and (min-width:768px)and (max-width:1199px){.product-grid__container .medium-up--one-half.product-single__sticky{width:100%;position:relative}}@media only screen and (min-width:1199px){.product-grid__container .medium-up--one-half{width:50%}}.product-groups{display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #d0d0d0;padding-bottom:10px}.product-groups-wrapper{position:relative}.product-groups.loading{opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none}.product-groups-wrapper .loader{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px)}.product-groups__item{display:flex;flex-direction:column;gap:10px}.product-groups__item-label{width:100%;display:inline-flex;justify-content:space-between;align-items:center;gap:5px;font-size:calc(var(--type-base-size) * 1.125);font-weight:600;line-height:24px;letter-spacing:-.006em}.product-groups__item-label-text{display:flex;align-items:center;gap:5px;font-size:calc(var(--type-base-size) * .8)}.product-groups__item-selected-value{font-weight:400;font-size:calc(var(--type-base-size) * .8)}.product-options-modal{display:flex;gap:20px;align-items:start;font-size:calc(var(--type-base-size) * .8)}.product-options-modal__content{flex:1}.product-options-modal__media{flex:0 1 auto;max-width:50%}@media only screen and (max-width:768px){.product-options-modal{display:flex;flex-direction:column-reverse;gap:20px}.product-options-modal__media{flex:1;max-width:100%}}.product-options-links{font-size:calc(var(--type-base-size) * .8);font-weight:400;line-height:24px;letter-spacing:-.006em;text-align:right;text-decoration-line:underline;text-decoration-style:solid;text-underline-position:from-font;text-decoration-skip-ink:none;color:#353635}.product-options{padding-bottom:10px}.product-options.loading{opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none}.product-options__item{display:block;margin-bottom:20px}.product-options__item:last-child{margin-bottom:0}.product-options__item-label{font-size:calc(var(--type-base-size) * .8);font-weight:600;line-height:24px;letter-spacing:-.006em;width:100%;display:inline-flex;justify-content:space-between;align-items:center;gap:5px;margin-bottom:10px}.product-options__item--swatch{border-bottom:1px solid #d0d0d0;padding-bottom:20px}.product-options__swatch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px 10px;align-items:start}@media(min-width:1280px){.product-options__swatch-grid{grid-template-columns:repeat(6,1fr);gap:30px 10px}}@media(min-width:1920px){.product-options__swatch-grid{grid-template-columns:repeat(8,1fr)}}.pswp__preloader{display:none}.custom-options{margin-bottom:20px}.custom-options:has(#custom-options .custom-options__wrapper:empty){display:none!important}.custom-options__wrapper.loading{opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none}.custom-options__img-gallery .pswp__button.pswp__button--close{margin:0;padding:15px;border-radius:50%;border:0;min-width:0;line-height:1;color:var(--color-text-body);background-color:var(--color-body);box-shadow:0 3px 6px #00000026;position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center}.custom-options__img-gallery .pswp__button.pswp__button--close svg{width:30px;height:30px;stroke-width:var(--icon-stroke-width, 2px);stroke-linejoin:var(--icon-stroke-line-join, miter);pointer-events:none}.product-options__swatch{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;gap:10px;font-size:calc(var(--type-base-size) * .8);font-weight:400;letter-spacing:.03em;line-height:20px}.product-options__swatch img{border-radius:4px;height:100%;width:100%;object-fit:contain}.product-options__swatch span{font-size:calc(var(--type-base-size) - 6px);line-height:1.2}.product-options__swatch.disabled span{opacity:.5}.product-options__swatch.disabled:hover{cursor:not-allowed}.product-options__swatch.active{font-weight:600}.product-options__swatch.active .product-options__swatch-wrapper{box-shadow:0 0 0 2px #5f775f}.product-options__swatch-wrapper{position:relative;width:100%;height:auto;aspect-ratio:1/1;border:1px solid #a6b5a6;border-radius:4px;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:5px}.product-options__swatch-wrapper::has(.product-options__swatch.active){min-height:150px;border:1px solid #5f775f}.product-options__swatch.active .product-options__swatch-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#5f775f;opacity:.2;z-index:1}.product-options__swatch-swatch{background-size:contain;background-position:center;background-repeat:no-repeat;width:100%;height:100%;min-width:150px;min-height:150px}.product-options__swatch-more-btn{width:100%;height:auto;display:flex;align-items:center;font-size:24px;font-weight:700;line-height:28.8px;text-align:center}.product-options__swatch-more-btn-text{border:1px solid #a6b5a6;border-radius:4px;width:100%;height:auto;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;color:#5f775f}.product-options__swatch-label{display:flex;align-items:center;gap:5px;font-size:calc(var(--type-base-size) * .8)}.product-options__swatch-value{font-weight:400;font-size:calc(var(--type-base-size) * .8)}.product-options__swatch-drawer-grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:0}.product-options__swatch-drawer-container{display:flex;flex-direction:column;gap:20px;align-items:start}.product-options__swatch-drawer-header h2{font-size:24px;font-weight:600;line-height:36px;color:#5f775f;margin:0}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.custom-options__title{display:flex;align-items:center;gap:10px}.custom-options__text{font-size:calc(var(--type-header-size) - 12px);font-weight:700;line-height:24px;letter-spacing:-.006em}.custom-options__img-button{background:#fff;display:flex;align-items:center;justify-content:center}.custom-options__img-button img{margin:0!important;border:none!important;border-radius:0!important;min-height:100px;object-fit:cover}.custom-options__img{position:relative;background:#fff}.custom-options__img svg{fill:#353635;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-options__img img{aspect-ratio:1/1;object-fit:contain}.custom-options__img .custom-options__zoom-btn{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border:1px solid #f8f8f8;border-radius:50%;z-index:10}.product__main-photos{margin-bottom:0}.product__main-photos .flickity-button{display:flex;align-items:center;justify-content:center;background:#5f775f33;border:1px solid #fff;border-radius:4px;width:48px;height:48px}.product__main-photos .flickity-button-icon{width:20px;height:20px;top:50%;left:50%;transform:translate(-50%,-50%)}.product__thumb-arrow{width:48px!important;height:48px!important;background:#5f775f33;border:1px solid #fff;border-radius:4px;left:50%!important;transform:translate(-50%);color:#fff;padding:0!important}@media only screen and (max-width:768px){.product__main-photos .flickity-button{width:40px;height:40px}.product__thumb-arrow{width:40px!important;height:40px!important}}.product__thumb-arrow .icon{width:20px;height:20px;top:50%!important;left:50%!important;transform:translate(-50%,-50%)}.product__on-sale-badge{min-width:130px;height:42px;position:absolute;top:0;right:0;background:#844b2d;color:#fff;font-size:20px;font-weight:400;line-height:18px;padding:10px;z-index:1;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.product__on-sale-badge.hidden{display:none!important}@media only screen and (max-width:768px){.product__on-sale-badge{right:16px}}.custom-options__addon{display:flex;flex-direction:column;gap:16px;border-bottom:1px solid #d0d0d0;padding-bottom:20px;margin-bottom:20px}.custom-options__addon.disabled{opacity:.5;cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}.custom-options__addon:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.custom-options__addon--product{padding:20px;background:#ebeae4}@media only screen and (max-width:768px){.custom-options__addon--product{padding:0}}.custom-options__addon--product:last-child{padding-bottom:20px}.custom-options__addon-info{display:flex;flex-direction:column;gap:20px;flex:1}.custom-options__addon-info:empty{display:none}.custom-options__addon-image{flex:0 0 100px;display:flex;justify-content:center;align-items:start}.custom-options__addon-image img{width:100px;height:100px;object-fit:cover;border:1px solid #dadad9}.custom-options__addon-header{display:flex;gap:10px;font-weight:700}.custom-options__addon-buttons-container{display:flex;gap:10px}.custom-options__addon-header h4{margin:0;font-size:14px;font-weight:600;line-height:24px;letter-spacing:-.006em}.custom-options__addon-content{display:flex;gap:20px}.custom-options__addon-content--column{flex-direction:column}.custom-options__addon-description{font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.006em}.custom-options__addon-note{font-size:11px;font-weight:400;line-height:24px;letter-spacing:-.006em}.custom-buttons{display:flex;flex-wrap:wrap;gap:10px;margin:0}.custom-buttons_btn{min-width:100px;height:32px;padding:8px 12px;gap:4px;border:1px solid #a6b5a6;display:flex;align-items:center;justify-content:center;font-size:calc(var(--type-base-size) * .8);font-weight:400;line-height:15.6px;letter-spacing:.03em;border-radius:99px;cursor:pointer}.custom-buttons_btn.active{background:#5f775f;color:#fff;border:1px solid #5f775f}.custom-buttons_btn.disabled{opacity:.5;cursor:not-allowed}.custom-options__addon-variants{padding:10px;border:1px solid var(--color-border);background:var(--color-body)}.custom-options__addon-variants-label{font-size:14px;font-weight:700;line-height:24px;letter-spacing:-.006em;margin-bottom:10px;display:block}.custom-options__addon-variant-radio,.custom-options__addon-variant-checkbox{display:grid;align-items:center;grid-template-columns:60px 102px 1fr 120px;gap:0;cursor:pointer;border:1px solid #d0d0d0;border-bottom:none;padding:0;font-size:calc(var(--type-base-size) * .8)}.custom-options__addon-variant-radio:last-child,.custom-options__addon-variant-checkbox:last-child{border-bottom:1px solid #d0d0d0}.custom-options__addon-variant-checkbox .custom-checkbox-label.disabled{opacity:1;cursor:pointer}.custom-options__addon-variant-radio.selected,.custom-options__addon-variant-checkbox.selected{border:1px solid #5f775f;background:#5f775f33}.custom-options__addon-variant-radio.selected:last-child,.custom-options__addon-variant-checkbox.selected:last-child{border-bottom:1px solid #5f775f}.custom-options__addon-variant-radio.selected+.custom-options__addon-variant-radio,.custom-options__addon-variant-checkbox.selected+.custom-options__addon-variant-checkbox{border-top:none}.custom-options__addon-variant-checkbox .custom-options__addon-variant-quantity{border:none;border-left:1px solid #d0d0d0}.custom-options__addon-variant-checkbox{grid-template-columns:50px 100px 1fr 100px 100px}.custom-options__addon-variant-radio:last-child{border-bottom:1px solid #d0d0d0}.custom-options__addon-variant-image{border-right:1px solid #d0d0d0;border-left:1px solid #d0d0d0;min-height:100px;background:#fff;display:flex;align-items:center;justify-content:center}.custom-options__addon-variant-title{padding:0 10px}.custom-options__addon-variant-price{padding:0 10px;border-left:1px solid #d0d0d0;height:100%;display:flex;align-items:center;justify-content:center}.custom-options__addon-variant-quantity{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;justify-content:center;height:100%;border:1px solid #d0d0d0;max-width:120px}.custom-options__addon-variant-quantity span{display:inline-block;text-align:center}.custom-options__addon-variant-quantity button{display:inline-block;text-align:center;width:100%;height:100%;border:none;background:none;cursor:pointer}.custom-options__addon-dropdown{flex:1}.custom-options__addon-message{font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.006em;color:red}.custom-options__addon-variant-radio:has(input[type=radio]:disabled){opacity:.5;cursor:not-allowed;-webkit-user-select:none;user-select:none}@media screen and (max-width:768px){.custom-options__addon-variant-radio,.custom-options__addon-variant-checkbox{font-size:calc(var(--type-base-size) - 4px)}.product-options__swatch-grid{grid-template-columns:repeat(2,1fr)}.custom-options__addon-variant-radio{grid-template-columns:40px 60px 1fr minmax(80px,auto)}.custom-options__addon-variant-checkbox{grid-template-columns:40px 60px 1fr auto 60px}.custom-options__addon-variant-image img{width:60px;height:60px;object-fit:cover}.custom-options__addon-variant-price{padding:0 5px}}.custom-options.hidden{display:none!important}.product-options__item-auto-update-msg{color:red;font-size:13px;line-height:15.6px;font-weight:400;text-align:left;margin-top:5px;margin-bottom:5px}.product__atc-wrapper{display:flex;flex-direction:column;max-width:550px;gap:1rem}.product__atc-with-quantity{display:flex;align-items:center;gap:1rem}.product__atc-lead-time{display:inline-flex;align-items:center;gap:10px;font-size:calc(var(--type-base-size) - 4px);font-weight:700;line-height:24px}.lead-time-block{margin-top:10px;margin-bottom:10px}.product__atc-lead-time svg{flex:0 0 20px}.block-buy-buttons{margin-bottom:0}.block-buy-buttons[data-show-dynamic-checkout] .btn{height:50px;background-color:#5f775f;color:#fff;font-size:var(--type-base-size);font-weight:600;line-height:1;letter-spacing:.04em;border:none;transition:background-color .15s ease,opacity .15s ease}.block-buy-buttons[data-show-dynamic-checkout] .btn:disabled{cursor:not-allowed!important}.block-buy-buttons[data-show-dynamic-checkout] .btn:not([disabled]):hover{background-color:#5f775f;opacity:.9}.product__atc-with-quantity .js-qty__num{height:50px}.add-to-cart__wrapper{display:flex;align-items:center;justify-content:center;width:100%}.block-price__wrapper{cursor:pointer}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .btn{padding:0;display:flex;align-items:center;justify-content:center}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .btn:hover{color:#fff}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .btn .add-to-cart__text{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#fff}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .btn .add-to-cart__text:hover{color:#fff}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .btn:disabled .add-to-cart__text{color:#000}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .btn:disabled .add-to-cart__text:hover{color:#000}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .block-price__wrapper{top:0;left:0;height:50px;display:inline-flex;align-items:center;justify-content:center;background-color:#ddd;padding:0 12px}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .block-price__wrapper block-price{margin:0 0 0 5px;display:inline-flex;align-items:center;justify-content:center}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .block-price__wrapper .custom-block-price{margin:0 0 0 5px;display:inline-flex;align-items:center;justify-content:center}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .block-price__wrapper block-price .product__price{color:#000!important;font-size:calc(var(--type-base-size) * 1)!important}.block-buy-buttons[data-show-dynamic-checkout] .product__atc-with-quantity .block-price__wrapper .custom-block-price .product__price{color:#000!important;font-size:calc(var(--type-base-size) * 1)!important}.block-buy-buttons[data-show-dynamic-checkout] .btn--loading:before{border-color:#fff;border-top-color:transparent}@media only screen and (max-width:768px){.product-slideshow .is-selected .product__photo-zoom{right:auto;left:10px;top:10px;bottom:auto}}.slide-counter{display:none}@media only screen and (max-width:768px){.slide-counter{display:flex;justify-content:center;align-items:center;gap:10px;font-size:14px;font-weight:400;line-height:24px;letter-spacing:-.006em}}.grid-product__actions{display:none!important}.product__atc-payment-options-wrapper{--shopify-accelerated-checkout-inline-alignment: flex-start}@media(max-width:768px){.product__atc-wrapper{max-width:100%}}@media(min-width:900px)and (max-width:1199px){.product__atc-wrapper{flex-direction:row;gap:1rem;max-width:100%;margin-bottom:40px}.product__atc-with-quantity{flex:1 0 calc(55% - .5rem);align-items:flex-start}.product__atc-payment-options-wrapper{flex:1 0 calc(45% - .5rem)}}@media(max-width:480px){.product__atc-with-quantity{flex-direction:column;align-items:flex-start}}@media(min-width:1920px){.product__atc-wrapper{flex-direction:row;gap:1rem;max-width:100%;margin-bottom:40px}.product__atc-with-quantity{flex:1 0 calc(55% - .5rem);align-items:flex-start}.product__atc-payment-options-wrapper{flex:1 0 calc(45% - .5rem)}}.product-divider{margin:10px 0}.variant-picker-toast[data-sonner-toast]{border-radius:0!important}.variant-picker-toast[data-sonner-toast] svg{color:#5f775f}#product__line-item-note{display:flex;align-items:flex-start;gap:10px;margin-top:20px;margin-bottom:10px}#product__line-item-note label{display:inline-flex;align-items:center;gap:10px;font-size:calc(var(--type-base-size) - 4px);font-weight:700;line-height:24px;cursor:default}#product__line-item-note textarea{width:100%;height:100px;border:1px solid #d0d0d0;border-radius:4px;resize:none;font-size:calc(var(--type-base-size) - 4px);margin:0}#product__line-item-note textarea:focus{outline:none;border:1px solid #5f775f}#product__line-item-note .note-text{word-break:keep-all;white-space:nowrap}#product__line-item-note .custom-note-icon{display:inline-block;width:20px;height:20px;color:#5f775f}@media(max-width:768px){#product__line-item-note{flex-direction:column;align-items:flex-start;gap:5px}}[data-custom-atc]{width:100%}
/*# sourceMappingURL=/cdn/shop/t/69/assets/custom-pdp.css.map */
