.promo-standard{--promo-foreground:#17212b;--promo-button-background:#17212b;--promo-button-foreground:#fff;width:100%;height:auto;min-height:0;max-height:187px;aspect-ratio:449/187;position:relative;overflow:hidden;color:var(--promo-foreground);container-type:inline-size}.promo-standard,.promo-standard *,.promo-standard *::before,.promo-standard *::after{box-sizing:border-box}.promo-standard--light{--promo-foreground:#fff;--promo-button-background:#fff;--promo-button-foreground:#17212b}.promo-standard__inner{width:100%;max-width:1080px;height:100%;min-height:0;margin:0 auto;padding:10px 16px;display:grid;position:relative;z-index:2;pointer-events:none;grid-template-areas:"copy" "cta" "graphics";align-content:center;align-items:center;gap:8px}.promo-standard__surface-link{position:absolute;inset:0;z-index:1;cursor:pointer}.promo-standard__surface-link:focus{outline:3px solid currentColor;outline-offset:-3px}.promo-standard__inner a{position:relative;z-index:3;pointer-events:auto}.promo-standard--custom-positioning .promo-standard__inner{max-width:none;padding:0;display:block}.promo-standard--custom-positioning .promo-standard__graphics{display:contents}.promo-standard--custom-positioning [data-promo-position-item]{--promo-x:var(--promo-x-m,50%);--promo-y:var(--promo-y-m,50%);--promo-w:var(--promo-w-m,30%);--promo-h:var(--promo-h-m,40%);--promo-scale:var(--promo-scale-m,1);width:var(--promo-w);height:var(--promo-h);max-width:none;position:absolute;left:var(--promo-x);top:var(--promo-y);grid-area:auto;transform:translate(-50%,-50%) scale(var(--promo-scale));transform-origin:center}.promo-standard--custom-positioning .promo-standard__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.promo-standard--custom-positioning.promo-standard--centered .promo-standard__copy{align-items:center}.promo-standard__copy{grid-area:copy;width:100%;min-width:0;text-align:center}.promo-standard__eyebrow{margin-bottom:4px;color:inherit;font-size:0.7rem;font-weight:800;line-height:1.2;letter-spacing:.11em;text-transform:uppercase}.promo-standard__headline{margin:0;color:inherit;font-size:clamp(1.65rem,7vw,2.45rem);font-size:clamp(1.65rem,7cqw,2.45rem);font-weight:800;line-height:1.05;letter-spacing:-.025em;overflow-wrap:anywhere}.promo-standard__subheadline{max-width:42rem;margin:5px auto 0;color:inherit;font-size:clamp(0.9rem,3.7vw,1.125rem);font-size:clamp(0.9rem,3.7cqw,1.125rem);font-weight:500;line-height:1.35;white-space:pre-line}.promo-standard__button{grid-area:cta;justify-self:center;margin-top:8px;padding:8px 15px;display:inline-flex;align-items:center;justify-content:center;border:2px solid currentColor;border-radius:999px;background:var(--promo-button-background);color:var(--promo-button-foreground)!important;font-size:0.875rem;font-weight:750;line-height:1;text-decoration:none!important;transition:transform 160ms ease,box-shadow 160ms ease}.promo-standard--custom-positioning .promo-standard__button{margin-top:0}.promo-standard__button:hover,.promo-standard__button:focus{box-shadow:0 5px 14px rgba(0,0,0,0.2);transform:translateY(-1px)}.promo-standard--custom-positioning .promo-standard__button:hover,.promo-standard--custom-positioning .promo-standard__button:focus{transform:translate(-50%,-50%) scale(var(--promo-scale))}.promo-standard__button:focus{outline:3px solid currentColor;outline-offset:3px}.promo-standard__graphic:focus,.promo-standard__graphic:active{outline:none}.promo-standard__graphic:focus-visible{outline:3px solid currentColor;outline-offset:3px}.promo-standard__graphics{grid-area:graphics;width:100%;min-width:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));align-items:center;justify-items:center;gap:10px}.promo-standard__graphic{width:100%;height:48px;min-width:0;display:flex;align-items:center;justify-content:center;color:inherit;text-decoration:none}.promo-standard .promo-standard__graphics .promo-standard__graphic img{width:auto;max-width:100%;height:auto;max-height:100%;display:block;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(0,0,0,0.14));transition:transform 160ms ease}.promo-standard .promo-standard__graphic--product img{border-radius:12px}.promo-standard__graphic:hover img,.promo-standard__graphic:focus img{transform:translateY(-2px)}.promo-standard--image_left .promo-standard__inner{grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);grid-template-areas:"graphics copy" "graphics cta";row-gap:0}.promo-standard--image_right .promo-standard__inner{grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);grid-template-areas:"copy graphics" "cta graphics";row-gap:0}.promo-standard--image_left .promo-standard__button,.promo-standard--image_right .promo-standard__button{justify-self:start}.promo-standard--image_left .promo-standard__copy,.promo-standard--image_right .promo-standard__copy{text-align:left}.promo-standard--image_left .promo-standard__subheadline,.promo-standard--image_right .promo-standard__subheadline{margin-left:0}.promo-standard--image_left .promo-standard__graphic,.promo-standard--image_right .promo-standard__graphic{height:78px}.promo-standard--centered .promo-standard__inner{grid-template-columns:minmax(44px,0.55fr) minmax(160px,1.9fr) minmax(44px,0.55fr);grid-template-areas:"graphic-left copy graphic-right" "graphic-left cta graphic-right";row-gap:0;gap:6px;padding:6px 8px}.promo-standard--centered .promo-standard__graphics{display:contents}.promo-standard--centered .promo-standard__graphic{height:clamp(48px,18cqw,78px);padding:0}.promo-standard--centered .promo-standard__graphic:nth-child(1){grid-area:graphic-left}.promo-standard--centered .promo-standard__graphic:nth-child(2){grid-area:graphic-right}.promo-standard--centered .promo-standard__eyebrow{margin-bottom:2px;font-size:8px}.promo-standard--centered .promo-standard__headline{font-size:clamp(20px,6cqw,30px)}.promo-standard--centered .promo-standard__subheadline{margin-top:3px;font-size:12px;line-height:1.2}.promo-standard--centered .promo-standard__button{margin-top:5px;padding:6px 10px;border-width:1px;border-radius:8px;font-size:11px}.promo-standard--graphics-0 .promo-standard__inner{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "cta";row-gap:0}.promo-standard--graphics-0 .promo-standard__copy{text-align:center}.promo-standard--graphics-0 .promo-standard__subheadline{margin-right:auto;margin-left:auto}@media (max-width:768px){.promo-standard__graphic:nth-child(n+2){display:none}}@media (min-width:769px){.promo-standard{min-height:0;max-height:201px;aspect-ratio:1024/149}.promo-standard--custom-positioning [data-promo-position-item]{--promo-x:var(--promo-x-d,50%);--promo-y:var(--promo-y-d,50%);--promo-w:var(--promo-w-d,30%);--promo-h:var(--promo-h-d,40%);--promo-scale:var(--promo-scale-d,1)}.promo-standard__inner{padding:clamp(8px,1.1cqw,16px) clamp(16px,2.8cqw,32px);gap:clamp(10px,2cqw,24px)}.promo-standard__headline{font-size:clamp(22px,3.2vw,40px);font-size:clamp(22px,3.2cqw,40px)}.promo-standard__eyebrow{font-size:clamp(8px,0.9cqw,11px)}.promo-standard__subheadline{font-size:clamp(12px,1.5vw,18px);font-size:clamp(12px,1.5cqw,18px)}.promo-standard__button{margin-top:clamp(5px,0.7cqw,8px);padding:clamp(5px,0.7cqw,7px) clamp(10px,1.2cqw,13px);border-radius:9px;font-size:clamp(11px,1.1cqw,13px)}.promo-standard__graphics{max-width:510px;justify-self:center;gap:clamp(8px,1.2vw,14px)}.promo-standard__graphic{height:clamp(70px,12cqw,132px);padding:0 4px}.promo-standard--image_left .promo-standard__graphic,.promo-standard--image_right .promo-standard__graphic{height:clamp(70px,12cqw,132px)}.promo-standard--image_left .promo-standard__inner{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"graphics copy" "graphics cta";row-gap:0}.promo-standard--image_right .promo-standard__inner{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"copy graphics" "cta graphics";row-gap:0}.promo-standard--image_left .promo-standard__copy,.promo-standard--image_right .promo-standard__copy{text-align:left}.promo-standard--image_left .promo-standard__subheadline,.promo-standard--image_right .promo-standard__subheadline{margin-left:0}.promo-standard--image_left .promo-standard__copy,.promo-standard--image_right .promo-standard__copy{max-width:510px}.promo-standard--centered .promo-standard__inner{grid-template-columns:minmax(0,0.65fr) minmax(0,1.7fr) minmax(0,0.65fr);grid-template-areas:"graphic-left copy graphic-right" "graphic-left cta graphic-right";gap:clamp(12px,2vw,24px);row-gap:0;padding:clamp(6px,1.1cqw,12px) 24px}.promo-standard--centered .promo-standard__graphic{height:clamp(72px,12cqw,132px)}.promo-standard--centered .promo-standard__eyebrow{font-size:clamp(8px,1cqw,11px)}.promo-standard--centered .promo-standard__headline{font-size:clamp(22px,3.2cqw,40px)}.promo-standard--centered .promo-standard__subheadline{font-size:clamp(12px,1.5cqw,18px)}.promo-standard--centered .promo-standard__button{padding:6px 11px;font-size:clamp(11px,1.1cqw,13px)}.promo-standard--graphics-0 .promo-standard__inner{grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "cta";row-gap:0}.promo-standard--graphics-0 .promo-standard__copy{text-align:center}.promo-standard--graphics-0 .promo-standard__subheadline{margin-right:auto;margin-left:auto}}@media (prefers-reduced-motion:reduce){.promo-standard__button,.promo-standard__graphic img{transition:none}}h4.modal-title{font-size:18px}b.section-header{display:inline-block;width:100%;margin:10px 0;color:grey}.shipping-address-item{float:left;margin:0 0 20px;width:calc(50% - 20px);box-sizing:border-box}.shipping-address-item input,.shipping-address-item select{height:50px;width:100%;padding:10px;border:1px solid #e6e6e6;border-radius:5px}.stripe-address-actions{align-items:center;display:flex;gap:10px;justify-content:space-between}.stripe-address-actions .btn{flex:1 1 0;height:50px;min-width:0}#stripe-cart-dialog button.place-your-order{height:50px;width:250px}#stripe-cart-dialog #address-selection-form{width:100%;margin:7px 0 22px}#totals-container h4.text-danger.order-total.order-total-first{font-size:18px}#totals-container{float:left;width:300px}.stripe-active-shipping-summary{border-bottom:1px solid #e6e6e6;margin-bottom:10px;padding-bottom:10px}.stripe-active-shipping-summary--confirm{margin:0 0 16px}.stripe-active-shipping-label,.stripe-active-shipping-amount{color:#474747;font-size:14px;font-weight:600}.stripe-active-shipping-amount{color:#00af1a}#shipping_state{background-color:#fff}.float-right{float:right}#uc-stripe-card-messages{color:red;font-weight:700}.payment-address-suggestion-panel{float:none;clear:both;box-sizing:border-box;display:block;margin:14px 0 18px;padding:16px 18px;width:100%;border:1px solid #f1c27d;border-left:5px solid #d98324;border-radius:4px;background:#fff8ef;color:#4a4a4a}.payment-address-suggestion-panel .checkout-address-validation-header{margin-bottom:6px;font-size:18px;font-weight:700;color:#2f2f2f}.payment-address-suggestion-panel p{margin:0 0 12px}.payment-address-suggestion-panel .checkout-address-validation-choice{display:block;margin:0 0 10px;padding:10px 12px;border:1px solid #dfdfdf;border-radius:4px;background:#fff;font-weight:600}.payment-address-suggestion-panel .checkout-address-validation-actions{display:flex;flex-wrap:wrap;gap:10px}.payment-address-suggestion-panel .checkout-address-validation-actions .btn{min-width:190px}.stripe-contact-step:after,.stripe-checkout-section .stripe-section-content:after{clear:both;content:"";display:table}.stripe-contact-actions{clear:both}#stripe-contact-messages,#stripe-address-messages{color:#c00;font-weight:600;margin-bottom:10px;min-height:20px}#stripe-contact-messages:empty,#stripe-address-messages:empty{display:none;margin-bottom:0;min-height:0}#stripe-contact-messages.stripe-contact-status,#stripe-address-messages.stripe-contact-status{color:#16833b}#stripe-submit-cc-btn.stripe-contact-locked-button{cursor:not-allowed;opacity:.65;pointer-events:none}.stripe-contact-summary,.stripe-address-summary{background:transparent;border:1px solid #dedede;border-radius:5px;clear:both;display:none;margin:0 0 14px;padding:10px 12px;position:relative}.stripe-summary-edit,.stripe-summary-action{background:transparent;border:0;color:#2376ad;font-size:13px;font-weight:700;line-height:1;padding:0;position:absolute;right:12px;text-decoration:underline;top:12px}.stripe-summary-actions{align-items:center;display:flex;gap:12px;position:absolute;right:12px;top:12px}.stripe-summary-action{position:static}.stripe-summary-edit:hover,.stripe-summary-edit:focus,.stripe-summary-action:hover,.stripe-summary-action:focus{color:#174f75}.stripe-contact-summary-item{align-items:baseline;display:flex;gap:12px;justify-content:space-between;line-height:1.45;padding-right:44px}.stripe-contact-summary-label{color:#6b6b6b;font-size:13px;font-weight:700}.stripe-contact-summary-value{color:#333;font-size:14px;font-weight:700;overflow-wrap:anywhere;text-align:right}.stripe-address-summary{display:none}.stripe-summary-group+.stripe-summary-group{border-top:1px solid #e1e1e1;margin-top:10px;padding-top:10px}.stripe-summary-heading{color:#555;font-size:12px;font-weight:800;letter-spacing:0;margin-bottom:4px;padding-right:44px;text-transform:uppercase}.stripe-summary-line{color:#2f2f2f;font-size:14px;font-weight:600;line-height:1.45;overflow-wrap:anywhere}.stripe-address-summary .stripe-summary-heading,.stripe-address-summary .stripe-summary-line{padding-right:150px}.stripe-checkout-section{border:1px solid #d9d9d9;border-radius:5px;clear:both;margin:12px 0;overflow:hidden}.stripe-section-toggle{align-items:center;background:transparent;border:0;border-radius:0;color:#474747;display:flex;font-weight:700;justify-content:flex-start;min-height:48px;padding:0 14px;text-align:left;width:100%}.stripe-section-title{align-items:center;display:inline-flex;gap:10px}.stripe-section-toggle-icon{color:#747474;font-size:13px;text-align:center;width:14px}.stripe-section-toggle:hover,.stripe-section-toggle:focus{background:transparent;outline:none}.stripe-checkout-section.is-open .stripe-section-toggle{border-bottom:1px solid #d9d9d9}.stripe-checkout-section.is-locked .stripe-section-toggle{cursor:not-allowed}.stripe-checkout-section.is-locked .stripe-contact-unlock-trigger{cursor:pointer}.stripe-checkout-section.is-saving .stripe-section-toggle{cursor:wait}.stripe-section-content{padding:14px}.stripe-checkout-section.is-locked .stripe-section-content{display:none}#payment-confirm #uc_addresses_cart_address_list label,#payment-confirm .modal-body h5{text-align:left;color:#474747}#payment-confirm .payment-methods h5{font-size:15px}#payment-confirm .address-list-wrapper label{float:left;width:25%;height:41px;padding-top:13px;font-size:15px}#payment-confirm #field-postal-code label{float:left;font-size:15px;margin-top:8px}button#stripe-submit-cc-btn{width:100%}@media (max-width:767px){.shipping-address-item,#totals-container{width:100%}#place-your-order-button-wrapper{text-align:center}}.modal.border .modal-dialog{border:1px solid #000}#link-helper-txt{font-size:13px;text-align:right;background:#1ed670;border-radius:5px;margin-bottom:10px;color:#000;padding:10px 24px}#link-ref{background:#f5f5f5;border-radius:20px;padding:2px}.homepage-products-list-header-wrapper{display:flex;align-items:center;padding:10px}.homepage-products-list-header-wrapper .term-page-link{margin-left:10px}.homepage_sections-section-heading{padding:0;margin:0 10px 0 0}.homepage_sections-section-heading a{color:#888}h3.homepage_sections-section-heading{grid-column:1/-1}@media (min-width:1378px){.item-sales-block-wrapper .catalog-grid{grid-template-columns:repeat(4,minmax(260px,1fr))!important}.homepage-products-list-header-wrapper{width:50%}.homepage-products-list-header-wrapper{justify-content:flex-start}}@media (min-width:769px) and (max-width:1377px){a.product-box-lower-link h3{font-size:14px!important}.homepage-products-list-header-wrapper{width:70%}.homepage-products-list-header-wrapper{justify-content:flex-start}.homepage_sections-section-heading{font-size:2.5rem}}@media (max-width:768px){.catalog-grid{grid-template-columns:1fr}.homepage-products-list-header-wrapper{width:100%}.homepage_sections-section-heading{font-size:1.5rem}.homepage-products-list-header-wrapper{justify-content:space-between}}.catalog .trail{font-weight:700}img.category{float:right;margin-left:1em}table.category-products{clear:right;width:100%}table.category{clear:right;width:100%}table.category *,table.category * tr{background-color:transparent;border:0}td.category{text-align:center;vertical-align:top;width:33%}td.category.width-1{width:100%}td.category.width-2{width:50%}td.category.width-3{width:33%}td.category.width-4{width:25%}td.category.width-5{width:20%}td.category div{margin:.5em auto 0;padding:0}td.category img{margin:0;padding:0}td.category span{font-size:x-small;line-height:1.3em}table.category-products form{margin-bottom:1em;margin-top:1em}.category-grid-products{text-align:center;width:100%}.category-grid-products table{border-left:1px solid #ccc;border-top:1px solid #ccc;text-align:center;width:100%}.category-grid-products td{background-color:#fff;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:20px;text-align:center}.category-grid-products .catalog-grid-image{display:block;padding:5px;text-align:center}.category-grid-products .catalog-grid-title{display:block;text-align:center}.category-grid-products .catalog-grid-sell-price{display:block;text-align:center}.category-grid-products .add-to-cart{display:block;text-align:center}#comparable-products-lazy-load .catalog-product-box.box-scaffold{width:320px;height:160px;background-color:#d6d6d6}#comparable-products-lazy-load{margin-bottom:12px}@media (max-width:1309px){#comparable-products-lazy-load .catalog-product-box.box-scaffold:nth-child(3){display:none}}@media (max-width:991px){#comparable-products-lazy-load .catalog-product-box.box-scaffold:nth-child(2){display:none}}