/** Shopify CDN: Minification failed

Line 10:119 Unexpected "{"

**/
.promo-content.rte { padding: 20px; }
.promo-block { height: 100%; width: 100%; background-repeat: no-repeat; background-size: cover; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 60px; text-align: center; color: #fff; position: relative; }
.promo-block button.custom-promo-product-drawer-open-btn svg path { stroke: var(--color-bg);}
.promo-block button.custom-promo-product-drawer-open-btn svg { max-width: 16px; width: 16px;}
.row.parent-row.grid-display.grid-display--one-half.block-number2 .half.half-left.grid-display.grid-display--one-half, { order: 2; }
.row.parent-row.grid-display.grid-display--one-half.block-number4 .half.half-left.grid-display.grid-display--one-half { order: 2; }
.row.parent-row.grid-display.grid-display--one-half.block-number2 .half.half-left.grid-display.grid-display--one-half { order: 2; }
.promo-block button.custom-promo-product-drawer-open-btn svg { max-width: 16px; width: 16px; min-width: 16px; }
.promo-block button.custom-promo-product-drawer-open-btn {    z-index: 1; position: absolute; left: 30px; bottom: 40px; border: none; width: 100%; height: 38px; border-radius: 10px; display: flex; background: var(--color-primary-button-active-bg);align-items: center; justify-content: center; gap: 10px; max-width: fit-content; color: var(--color-bg); text-transform: uppercase; padding: 6px 16px; }

.custom-promo-product-drawer.is-active + .custom-promo-overlay { display: block !important; opacity: 1; position:fixed; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.35); z-index: 3; overflow: hidden; width: 100%; }
.custom-promo-product-drawer-innner header.rte h3.h2 { font-weight: 600; text-transform: uppercase; }
.custom-promo-product-drawer-innner button.custom-promo-product-drawer-close-btn { position: absolute; right: 20px; top: 50%; border: none; background-color: transparent; width: 30px; height: 30px; transform: translate(0, -50%); }
.custom-promo-product-drawer-innner button.custom-promo-product-drawer-close-btn svg { max-width: 26px; max-height: 26px; width: 26px; height: 26px; }
.custom-promo-product-drawer { height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; transform: translate(700px, 0px); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; z-index: 6; overflow-y: scroll; overflow-x: hidden; width: 100%; max-width: 700px; }
.custom-promo-product-drawer.is-active {transform:translateX(0px);}
.promo-block .promo-content.rte h2.h1 { font-size: 44px; margin: 0; line-height: 1.1; }
.promo-block p.h5 { font-size: 20px; line-height: 1.2; margin: 10px auto 0 auto; max-width: 350px; }
.promo-drawer-products { padding: 20px 40px; }
.custom-promo-product-drawer-innner header { display: flex; justify-content: center; position: sticky; top: 0; background-color: #fff; z-index: 6; }
body:has(.custom-promo-product-drawer.is-active) header.header-container { z-index: 1; }
@media(max-width:959px){
    .promo-drawer-products { padding: 20px; }
    .promo-content.rte h2.h1 { margin-bottom: 4px; font-size: 26px; line-height: 1.3; }
    .promo-block button.custom-promo-product-drawer-open-btn {left: 20px; bottom: 20px;}
    .promo-block { min-height: 400px; padding-bottom: 50px;} 
    .row.parent-row.grid-display.grid-display--one-half .half.half-left.grid-display.grid-display--one-half {grid-template-columns: repeat(2, 1fr);}
    .collection--product-grid .row.parent-row { grid-column: span 2 / span 2;}
    .collection--product-grid .grid-display.grid-display--one-quarter { grid-template-columns: repeat(2,1fr); }
    .collection--product-grid .row.parent-row.grid-display.grid-display--one-half { grid-template-columns: repeat(1, 1fr); }
    .custom-promo-product-drawer {width:95%;}
}
@media(min-width:960px){
    .collection--product-grid .row.parent-row { grid-column: span 4 / span 4;}
}
@media(max-width:749px){
}