/* Cart drawer */
.elax-drawer-explore{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:10px;padding:10px 16px;border:1px solid #aeb7a5;border-radius:26px;background:#fff;color:#34452a;font-size:13px;font-weight:600;text-align:center;text-decoration:none!important}.elax-drawer-explore:hover{background:#f3f6ed;color:#213319}.elax-cart-drawer [data-cart-navigate][aria-disabled=true]{pointer-events:none;opacity:.6}
body.elax-cart-is-open{overflow:hidden}.elax-cart-drawer{--cart-accent:#1773b0;position:fixed;inset:0 0 0 auto;width:min(450px,calc(100vw - 16px));max-width:none;height:100vh;height:100dvh;max-height:none;margin:0;padding:0;border:0;border-left:1px solid #e1e4e0;background:#fff;color:#171c17;box-shadow:-12px 0 45px #0000000d;overflow:hidden;font-size:14px;line-height:1.5}.elax-cart-drawer[open]{display:flex;flex-direction:column;animation:elax-drawer-enter .23s ease-out}.elax-cart-drawer:not([open]){display:none}.elax-cart-drawer::backdrop{background:rgba(15,22,29,.5)}.elax-drawer-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 24px 19px;flex:0 0 auto}.elax-drawer-heading h2{font-size:27px;line-height:1.2;letter-spacing:-.025em;margin:0;font-weight:650}.elax-drawer-close{background:transparent;border:0;border-radius:50%;width:36px;height:36px;display:grid;place-items:center;cursor:pointer;color:inherit;padding:6px}.elax-drawer-close:hover{background:#f1f3f0}.elax-drawer-body{padding:0 24px;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.elax-drawer-body[aria-busy=true]{opacity:.6;pointer-events:none}.elax-cart-labels{display:flex;justify-content:space-between;padding:7px 0 19px;border-bottom:1px solid #e4e7e2;color:#6c7468;font-size:10px;letter-spacing:.07em;text-transform:uppercase}.elax-drawer-items{list-style:none;margin:0;padding:0}.elax-drawer-item{display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:15px;padding:23px 0;border-bottom:1px solid #edf0eb;align-items:start}.elax-drawer-photo{display:flex;align-items:center;justify-content:center;min-height:90px}.elax-drawer-photo img{width:86px;height:100px;object-fit:contain;background:#fff}.elax-drawer-item-details{min-width:0}.elax-drawer-product-title{font-size:14px;font-weight:600;line-height:1.4;display:block;overflow-wrap:anywhere}.elax-drawer-unit-price{font-size:13px;margin:7px 0 0;color:#5f695b}.elax-drawer-variation{font-size:12px;margin:5px 0;color:#65715f}.elax-drawer-line-total{font-size:13px;white-space:nowrap}.elax-drawer-item-controls{display:flex;align-items:center;gap:8px;margin-top:14px}.elax-drawer-quantity{display:flex;align-items:center;border:1px solid #9ca595;border-radius:24px;height:41px;overflow:hidden;flex:0 0 auto}.elax-cart-control{display:grid;place-items:center;width:32px;height:39px;border:0;padding:0;background:transparent;color:#283722;font-size:17px;cursor:pointer}.elax-cart-control:disabled{opacity:.3;cursor:default}.elax-cart-control:not(:disabled):hover{background:#edf2e7}.elax-drawer-quantity-input{width:34px;min-width:0;padding:6px 0;border:0;background:#fff;text-align:center;font-size:13px;border-radius:0;color:#171c17;-moz-appearance:textfield;appearance:textfield}.elax-drawer-quantity-input::-webkit-inner-spin-button,.elax-drawer-quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.elax-drawer-remove{width:28px;flex:0 0 auto;border-radius:4px}.elax-drawer-footer{padding:24px 24px max(18px,env(safe-area-inset-bottom));border-top:1px solid #dce1d7;flex:0 0 auto;background:#fff}.elax-drawer-footer[hidden]{display:none}.elax-drawer-total{display:flex;align-items:baseline;justify-content:space-between;gap:15px;font-size:16px}.elax-drawer-total strong{font-weight:600}.elax-drawer-total span{white-space:nowrap;font-size:15px}.elax-drawer-total-note{font-size:11px;color:#697460;line-height:1.6;margin:12px 0 19px}.elax-drawer-checkout{display:flex;justify-content:center;align-items:center;min-height:49px;background:var(--cart-accent,#1773b0);color:#fff;border:1px solid transparent;border-radius:26px;padding:13px 20px;font-size:14px;font-weight:600;text-decoration:none!important}.elax-drawer-checkout:hover{background:#125e90;color:#fff}.elax-drawer-checkout[aria-disabled=true]{pointer-events:none;opacity:.6}.elax-cart-full-link{display:block;text-align:center;font-size:12px;text-decoration:underline;text-underline-offset:3px;margin-top:12px;color:#53644a}.elax-cart-empty{padding:55px 0;text-align:center}.elax-cart-empty h3{font-size:23px;margin:0 0 12px}.elax-cart-empty p{color:#697460;margin-bottom:25px}.elax-cart-loading{padding:35px 0;text-align:center;color:#697460}.elax-drawer-error{margin:0 24px 14px;padding:12px 14px;background:#fff1ee;border:1px solid #e8b3a9;border-radius:5px;color:#853528;font-size:13px}.elax-drawer-error[hidden]{display:none}@keyframes elax-drawer-enter{from{transform:translateX(100%)}to{transform:translateX(0)}}
@media(max-width:480px){.elax-cart-drawer{width:calc(100vw - 12px)}.elax-drawer-heading{padding:20px 18px 17px}.elax-drawer-body{padding:0 18px}.elax-drawer-footer{padding:20px 18px max(18px,env(safe-area-inset-bottom))}.elax-drawer-item{grid-template-columns:70px minmax(0,1fr) auto;gap:10px}.elax-drawer-photo img{width:70px;height:84px}.elax-drawer-product-title{font-size:13px}.elax-drawer-line-total{font-size:12px}.elax-drawer-item-controls{gap:5px;flex-wrap:wrap}.elax-drawer-total{font-size:15px}.elax-drawer-total span{font-size:14px}.elax-drawer-error{margin-left:18px;margin-right:18px}}
@media(max-width:350px){.elax-drawer-item{grid-template-columns:60px minmax(0,1fr) auto;gap:8px}.elax-drawer-photo img{width:60px;height:78px}.elax-drawer-product-title{font-size:12px}.elax-cart-control{width:27px}.elax-drawer-quantity-input{width:26px}.elax-drawer-item-controls{grid-column:span 2}.elax-drawer-total{gap:7px;font-size:14px}.elax-drawer-total span{font-size:13px}}
@media(prefers-reduced-motion:reduce){.elax-cart-drawer[open]{animation:none}}

/* Product descriptions and genuine catalog recommendations. */
.elax-description-overview.has-image{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:48px;align-items:start}.elax-description-photo{margin:0;padding:28px;background:#f7f8f4;border:1px solid #e6e9e0;border-radius:14px;display:flex;align-items:center;justify-content:center;min-width:0}.elax-description-photo img{display:block;width:100%;max-height:650px;object-fit:contain;border-radius:5px}.elax-description-copy{min-width:0;color:#51594b;font-size:15px;line-height:1.85}.elax-description-copy>p:first-child{font-size:17px;line-height:1.85}.elax-description-copy h2,.elax-description-copy h3{color:#171c14}.elax-description-copy h3{margin-top:28px}.elax-description-copy table{color:#303a2a}.elax-description-copy img{height:auto;max-width:100%;border-radius:10px}.elax-description-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:36px}.elax-description-gallery figure{display:flex;align-items:center;justify-content:center;margin:0;border:1px solid #e6e9e0;border-radius:14px;padding:24px;min-width:0;background:#fafbf8}.elax-description-gallery img{width:100%;height:440px;object-fit:contain;border-radius:6px}.elax-description-gallery figure:last-child:nth-child(odd){grid-column:1/-1}.elax-product-recommendations{clear:both;border-top:1px solid #dedfd9;padding-top:44px}.elax-recommendations-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.elax-recommendations-heading h2{font-size:29px;letter-spacing:-.025em;margin:0 0 9px}.elax-recommendations-heading p{color:#656e5e;font-size:14px;margin:0}.elax-recommendations-heading>a{display:inline-flex;align-items:center;gap:10px;font-size:14px;text-decoration:underline;text-underline-offset:4px}.elax-product-recommendations ul.products li.product{border:1px solid #e0e5da}.elax-product-recommendations ul.products li.product a.woocommerce-loop-product__link{display:flex;flex-direction:column;flex:1}.elax-product-recommendations ul.products li.product .price{margin-top:auto}.woocommerce .elax-product-recommendations ul.products li.product .button{margin-top:14px;align-self:stretch}.elax-product-recommendations .added_to_cart{display:none}
@media(max-width:767px){.elax-description-overview.has-image{grid-template-columns:1fr;gap:25px}.elax-description-photo{padding:20px}.elax-description-photo img{max-height:480px}.elax-description-copy>p:first-child{font-size:15px}.elax-description-gallery{grid-template-columns:1fr;gap:18px;margin-top:25px}.elax-description-gallery img{height:auto;max-height:460px}.elax-description-gallery figure{padding:18px}.elax-product-recommendations{padding-top:30px}.elax-recommendations-heading{display:block;margin-bottom:22px}.elax-recommendations-heading h2{font-size:25px}.elax-recommendations-heading>a{margin-top:15px;font-size:13px}.woocommerce .elax-product-recommendations ul.products li.product{padding:12px}.woocommerce .elax-product-recommendations ul.products li.product .woocommerce-loop-product__title{font-size:13px;overflow-wrap:anywhere}.woocommerce .elax-product-recommendations ul.products li.product .button{padding:11px 8px;font-size:12px}.woocommerce .elax-product-recommendations ul.products li.product .price{font-size:16px}}

/* Shopify-style presentation around the native WooCommerce Checkout block. */
body.elax-checkout{background:#fff;color:#242424;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.5}.elax-checkout-header{background:#fff;border-bottom:1px solid #dedede}.elax-checkout-header>div{width:min(1120px,calc(100% - 48px));min-height:96px;margin:auto;display:flex;align-items:center;justify-content:space-between}.elax-checkout-header .brand{font-size:36px;color:#161c14}.elax-checkout-header .brand b{color:#6e8d45}.elax-checkout-header a:last-child{padding:10px;color:#1773b0;display:flex}.elax-checkout .content-area.wrap{width:min(1120px,calc(100% - 48px));padding:0;min-height:calc(100vh - 180px)}.elax-checkout .page-content{max-width:none}.elax-checkout .page-content>h1{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;padding:0;margin:-1px}.elax-checkout .page-content a{text-underline-offset:3px}.elax-checkout .wp-block-woocommerce-checkout{margin:0;max-width:none}.elax-checkout .wc-block-components-sidebar-layout.wc-block-checkout{display:grid;grid-template-columns:minmax(0,56fr) minmax(0,44fr);gap:0;margin:0;align-items:stretch}.elax-checkout .wc-block-components-main.wc-block-checkout__main{width:auto;min-width:0;padding:42px 54px 40px 0;margin:0;grid-column:1}.elax-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar{width:auto;min-width:0;margin:0;padding:42px 0 50px 42px;border-left:1px solid #dedede;position:static;top:auto;align-self:stretch;background:#f5f5f5;box-shadow:40vw 0 0 40vw #f5f5f5;clip-path:inset(0 -50vw 0 0);grid-column:2}.elax-checkout .wp-block-woocommerce-checkout-order-summary-block{position:sticky;top:35px;border:0;background:transparent;margin:0;padding:0}.elax-checkout .wc-block-components-checkout-step{padding:0;margin:0 0 30px}.elax-checkout .wc-block-components-checkout-step__container{margin:0;padding:0}.elax-checkout .wc-block-components-checkout-step__content{margin:0;padding:0}.elax-checkout .wc-block-components-checkout-step__heading{margin:0 0 13px;padding:0}.elax-checkout .wc-block-components-checkout-step__title{font-size:21px!important;line-height:1.3;letter-spacing:-.025em;font-weight:650;margin:0}.elax-checkout .wc-block-components-text-input input,.elax-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,.elax-checkout .wc-block-components-textarea{background:#fff;border:1px solid #b7b7b7;border-radius:5px;min-height:53px;font-size:14px;box-shadow:none}.elax-checkout .wc-block-components-text-input input:focus,.elax-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus{border-color:#1773b0;box-shadow:0 0 0 1px #1773b0;outline:none}.elax-checkout .wc-block-components-text-input label{font-size:14px}.elax-checkout .wc-block-components-address-form{gap:12px}.elax-checkout .wc-block-components-country-input select,.elax-checkout .wc-block-components-state-input select{border-radius:5px;border-color:#b7b7b7;min-height:53px;font-size:14px}.elax-checkout .wc-block-components-checkbox{font-size:14px}.elax-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:#1773b0;border-color:#1773b0}.elax-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{width:18px;height:18px;min-width:18px;border-radius:3px}.elax-checkout .wc-block-components-radio-control{border:1px solid #d3d3d3;border-radius:5px;overflow:hidden}.elax-checkout .wc-block-components-radio-control__option{padding-top:16px;padding-bottom:16px;font-size:14px}.elax-checkout .wc-block-components-radio-control__option:has(input:checked){background:#f0f7fb}.elax-checkout .wc-block-components-radio-control__option:after{border-radius:4px}.elax-checkout .wc-block-components-radio-control__input:checked{border-color:#1773b0}.elax-checkout .wc-block-components-radio-control__input:checked:before{background:#1773b0}.elax-checkout .wc-block-checkout__terms{font-size:12px;color:#666;border:0;line-height:1.7;padding:0;margin:22px 0}.elax-checkout .wc-block-checkout__terms a{color:#1773b0}.elax-checkout .wc-block-checkout__actions{padding:0}.elax-checkout .wc-block-checkout__actions_row{display:block}.elax-checkout .wc-block-components-checkout-place-order-button{width:100%;min-height:56px;background:#1773b0!important;color:#fff!important;border:1px solid #1773b0!important;border-radius:5px!important;font-size:17px;font-weight:600;padding:16px 22px}.elax-checkout .wc-block-components-checkout-place-order-button:hover{background:#125e90!important}.elax-checkout .wc-block-components-checkout-return-to-cart-button{display:inline-flex;margin:0 0 18px;color:#1773b0;font-size:13px}.elax-checkout .wc-block-components-order-summary__content{padding:0}.elax-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item{padding:0 0 24px;margin:0 0 5px}.elax-checkout .wc-block-components-order-summary-item__image{width:66px;min-width:66px;height:66px;background:#fff;border:1px solid #dedede;border-radius:8px;margin-top:0}.elax-checkout .wc-block-components-order-summary-item__image img{width:64px;height:64px;object-fit:contain;border-radius:7px}.elax-checkout .wc-block-components-order-summary-item__quantity{background:#707070;border:0;color:#fff;font-size:11px;box-shadow:none;min-width:21px;min-height:21px}.elax-checkout .wc-block-components-order-summary-item__description{padding-left:15px;min-width:0}.elax-checkout .wc-block-components-product-name{font-size:14px!important;font-weight:500!important;letter-spacing:0;line-height:1.45}.elax-checkout .wc-block-components-order-summary .wc-block-components-product-metadata__description{display:none}.elax-checkout .wc-block-components-order-summary-item__total-price{font-size:14px;font-weight:500;padding-left:14px;white-space:nowrap}.elax-checkout .wc-block-components-order-summary__button-text{font-size:15px;font-weight:500;letter-spacing:0}.elax-checkout .wc-block-components-order-summary__button-text h2{font-size:17px}.elax-checkout .wc-block-components-totals-wrapper{border-color:#dedede;padding:17px 0}.elax-checkout .wc-block-components-totals-item{padding:0;font-size:14px}.elax-checkout .wc-block-components-totals-item__label{font-weight:400}.elax-checkout .wc-block-components-totals-footer-item{font-size:20px;padding-top:6px}.elax-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:22px;font-weight:600}.elax-checkout .wc-block-components-totals-coupon{padding:0}.elax-checkout .wc-block-components-totals-coupon-link{font-size:14px;color:#1773b0}.elax-checkout .wc-block-components-totals-coupon__button{border:1px solid #c6c6c6;background:#e8e8e8;border-radius:5px;color:#555;font-size:14px;font-weight:600}.elax-checkout .wc-block-components-notice-banner{font-size:13px;border-radius:5px;line-height:1.6}.elax-checkout-footer{width:min(1120px,calc(100% - 48px));margin:auto;padding:0 0 28px;color:#6b6b6b;font-size:11px}.elax-checkout-footer nav{width:calc(56% - 54px);display:flex;flex-wrap:wrap;gap:9px 17px;border-top:1px solid #dedede;padding-top:22px}.elax-checkout-footer nav a{color:#1773b0;text-decoration:underline;text-underline-offset:3px}.elax-checkout-footer p{margin:14px 0 0}
@media(max-width:1000px) and (min-width:781px){.elax-checkout .wc-block-components-main.wc-block-checkout__main{padding-right:30px}.elax-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar{padding-left:28px}.elax-checkout-footer nav{width:calc(56% - 30px)}}
@media(max-width:780px){.elax-checkout-header>div{width:calc(100% - 36px);min-height:79px}.elax-checkout-header .brand{font-size:31px}.elax-checkout .content-area.wrap{width:100%;min-height:0}.elax-checkout .wc-block-components-sidebar-layout.wc-block-checkout{display:flex;flex-direction:column}.elax-checkout .wc-block-components-main.wc-block-checkout__main{width:100%;padding:28px 20px 35px;order:2}.elax-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar{width:100%;padding:22px 20px;margin:0;order:1;box-shadow:none;clip-path:none;border-left:0;border-bottom:1px solid #dedede}.elax-checkout .wp-block-woocommerce-checkout-order-summary-block{position:static}.elax-checkout .wc-block-components-checkout-step__title{font-size:20px!important}.elax-checkout .wc-block-components-order-summary-item__image{width:60px;min-width:60px;height:60px}.elax-checkout .wc-block-components-order-summary-item__image img{width:58px;height:58px}.elax-checkout .wc-block-components-order-summary-item__description{padding-left:12px}.elax-checkout .wc-block-components-order-summary-item__total-price{padding-left:9px;font-size:13px}.elax-checkout .wc-block-components-product-name{font-size:13px!important}.elax-checkout-footer{width:calc(100% - 40px);padding-bottom:25px}.elax-checkout-footer nav{width:100%}.elax-checkout .wc-block-components-order-summary__content{padding-top:18px}.elax-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper:last-child{padding-bottom:0}}
.elax-checkout .wc-block-checkout{padding-top:0}.elax-checkout .wc-block-components-totals-wrapper:empty{display:none;padding:0;border:0}.elax-checkout .wc-block-components-address-form{row-gap:0}
