.product-storefront-grid-wrapper{width:100%;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.product-storefront-grid{width:1302px;display:flex;padding:32px 32px 100px;flex-direction:column;align-items:start;gap:64px;align-self:stretch;background:#f8f9fa;transition:height .3s ease}.product-storefront-grid__header{display:flex;width:100%;padding:16px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:8px;background:#fff;box-shadow:0 4px 4px #2e323a26;position:sticky;transition:top .3s ease;top:var(--storefront-header-top, 0px);z-index:3}.product-storefront-grid__title{justify-content:center;align-items:center;gap:4px;display:flex;color:#442623;font-size:20px;font-style:italic;font-weight:700;line-height:90%;text-transform:uppercase}.product-storefront-grid__header-title-wrapper{display:flex;align-items:center;gap:16px}.product-storefront-grid__filter-button{display:flex;justify-content:center;align-items:center;gap:8px;border-radius:4px;border:1px solid #eac038;padding:8px 16px;color:#260f0f;font-size:16px;font-style:normal;font-weight:400;line-height:100%}.product-grid-section{-webkit-user-select:none;user-select:none;margin-bottom:3rem;width:100%;background:transparent}.product-grid-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e9ecef}.product-grid-section__title-wrapper{display:flex;align-items:center;gap:16px}.product-grid-section__title{font-family:acumin-pro-condensed,sans-serif;font-weight:800;color:#343a40;font-size:22px;font-style:italic;font-weight:400;line-height:81.818%}.product-storefront-grid__header-product-count{color:#495057;font-size:14px;font-style:normal;font-weight:600;line-height:100%}.product-grid-section__description{color:#343a40;font-size:14px;font-style:normal;font-weight:400;line-height:128.571%}.product-carousel{position:relative;display:flex;align-items:center;gap:1rem}.product-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,1fr);gap:32px;overflow-x:auto;padding:.5rem 0;margin:0 -.5rem;-ms-overflow-style:none;scrollbar-width:none}.product-carousel__track-kit{grid-auto-columns:minmax(360px,1fr)}.product-carousel__track::-webkit-scrollbar{display:none}.product-card{width:280px;max-height:350px;display:flex;flex-direction:column;border-radius:8px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;-webkit-user-select:none;user-select:none;gap:8px;cursor:pointer}.product-card:hover,.product-storefront__banner-button:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.product-card__image-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background-color:#f4f1e9;min-height:200px;max-height:200px}.product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.product-card__image--no-hover{opacity:0;position:absolute;transition:opacity .4s ease;top:0;left:0;width:100%;object-fit:fill;height:100%;z-index:3}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card:hover .product-card__image--no-hover{opacity:1}.product-card__image-wrapper--placeholder{display:flex;align-items:center;justify-content:center}.product-card__placeholder{color:#aaa;font-size:.875rem;text-align:center}.product-card__badges{padding:8px;width:50%;left:0;top:0;position:absolute;z-index:2}.product-badge{max-width:94px;width:fit-content;display:inline-flex;padding:4px 6px;align-items:center;text-align:unset;gap:4px;border-radius:9999px;font-size:14px;font-style:normal;font-weight:500;line-height:50%;min-height:20px;letter-spacing:normal;white-space:nowrap}.product-card__content{flex:1;display:flex;flex-direction:column;padding:4px;justify-content:space-between}.product-card__title{margin-bottom:5px;color:#271718;color:#260f0f;font-size:18px;font-style:normal;font-weight:600;line-height:133.333%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__description{margin-bottom:7.5px;flex:1;color:#495057;font-size:14px;font-style:normal;font-weight:400;line-height:130%;overflow:hidden;text-overflow:ellipsis;max-height:60px;line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-card__footer{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}.product-card__button-prime-version{display:flex;height:32px;padding:0 16px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background:#442623;color:#fff}.product-card__pricing{display:flex;gap:8px;align-items:center;line-height:90%;flex-wrap:wrap;flex-direction:column;align-items:flex-start}.product-card__pix-discount{color:#497c00;font-size:16px;font-style:normal;font-weight:400;line-height:100%}.product-card__price-original{color:#868e96;font-size:16px;font-style:normal;font-weight:400;line-height:100%;text-decoration-line:line-through}.product-card__price-current{color:#260f0f;font-size:18px;font-style:normal;font-weight:700;line-height:88.889%}.product-card__button{display:flex;height:32px;padding:0 16px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background:#442623;color:#fff}.product-card__button:hover:not(:disabled){background-color:#cd7f4c}.product-card__button--disabled,.product-card__button:disabled{background-color:#ddd;color:#999;cursor:not-allowed}.product-grid-section__navigation-wrapper{display:flex;gap:.5rem}.product-carousel__nav{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid transparent;border-radius:9999px;cursor:pointer;transition:all .25s ease;flex-shrink:0;background-color:#442623;color:#fff}.product-carousel__nav:hover:not(:disabled){background-color:#271718;color:#fff}.product-carousel__nav:disabled{cursor:not-allowed;border-color:#ddd;background-color:#fff;color:#495057}.product-storefront__banner{display:flex;justify-content:center;align-items:center;width:100%}.product-storefront__banner-button{border-radius:8px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.product-card.kit-product-card{width:380px;height:430px;max-height:430px}.kit-product-card .product-card__content{padding:8px;justify-content:space-between}.kit-product-card .product-card__badges{display:flex;align-items:flex-end;flex-direction:column;left:unset;gap:8px;right:0}.product-card__header{font-size:16px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:normal}.kit-product-card__benefit-wrapper{display:grid;grid-template-columns:repeat(2,minmax(auto,1fr));gap:8px;margin-top:8px;white-space:nowrap}.kit-product-card__benefit-title{color:#868e96}.kit-product-card__benefit{display:flex;flex-direction:row;height:fit-content;color:#495057;gap:4px}.kit-product-card__benefit-tag{width:fit-content;color:#260f0f;font-size:12px;font-style:normal;font-weight:600;line-height:116.667%;display:flex;padding:2px 8px;justify-content:center;align-items:center;gap:8px;border-radius:4px;background:#f1d98a}.kit-product-card__price-prefix{color:#495057;font-size:14px;font-style:normal;font-weight:400;line-height:100%}@media(max-width:1302px){.product-storefront-grid{width:100%}}@media(max-width:767px){.kit-product-card__benefit{flex-wrap:wrap}.product-storefront-grid{max-width:100%;padding:16px 16px 100px}.product-grid-section__title-wrapper{flex-direction:column;align-items:flex-start;gap:8px}.product-storefront-grid__title{font-size:16px}.product-card{width:260px}.product-card.kit-product-card{width:320px}.product-carousel__track{grid-auto-columns:minmax(260px,1fr)}.product-carousel__track-kit{grid-auto-columns:minmax(320px,1fr)}.product-carousel__nav{width:36px;height:36px}.product-storefront-grid__header{padding:8px 16px}}@media(hover:none)and (pointer:coarse){.product-carousel__track{scroll-padding:0;-webkit-overflow-scrolling:touch}.product-card:active{box-shadow:0 2px 12px #00000026}}.product-storefront-grid__filter-panel{display:none;justify-content:center;align-items:center;position:fixed;top:0;right:0;width:100%;height:100vh;box-shadow:-2px 0 8px #0000001a;transition:right .3s ease;z-index:1000;overflow-y:auto;background:#00000096}.product-storefront-grid__filter-panel.is-open{display:flex}.product-storefront-grid__filter-content-wrapper{display:flex;background:#fff;flex-direction:column;height:100%;width:560px;max-height:730px;padding:24px;align-items:flex-start;gap:24px}.product-storefront-grid__filter-header{display:flex;justify-content:space-between;align-items:center;width:100%;position:sticky;top:0}.product-storefront-grid__filter-header h3{color:#260f0f;font-size:20px;font-style:italic;font-weight:900;line-height:100%;text-transform:uppercase}.product-storefront-grid__filter-close{background:none;border:none;font-size:24px;cursor:pointer;color:#260f0f;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.product-storefront-grid__filter-content{width:100%;flex:1;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:thin;gap:16px}.product-storefront-grid__filter-group{border-bottom:1px solid #f0f0f0;padding-bottom:16px}.product-storefront-grid__filter-group:last-of-type{border-bottom:none;padding-bottom:0}.product-storefront-grid__filter-summary{display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;padding:12px 0;-webkit-user-select:none;user-select:none}.product-storefront-grid__filter-summary strong{font-size:14px;color:#260f0f;text-transform:uppercase;font-weight:600}.product-storefront-grid__filter-options{display:flex;flex-direction:column;gap:12px;margin-top:12px}.product-storefront-grid__filter-button-grid{display:flex;flex-wrap:wrap;gap:8px}.product-storefront-grid__filter-option{display:flex;align-items:center;gap:8px;cursor:pointer;color:#101113;font-family:Roboto Condensed;font-size:16px;font-style:normal;font-weight:400;line-height:18px}.product-storefront-grid__filter-option-button{width:fit-content;display:flex;height:40px;padding:0 24px;justify-content:center;background-color:transparent;align-items:center;gap:8px;border-radius:8px;border:1px solid #eac038;cursor:pointer}.product-storefront-grid__filter-option-button:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px);transition:all .2s ease}.product-storefront-grid__filter-option-button .product-storefront-grid__filter-selector{display:none!important}.product-storefront-grid__filter-input[type=checkbox]{display:none}.product-storefront-grid__filter-selector{width:20px;height:20px;border:2px solid #d0d0d0;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;background-color:#fff}.product-storefront-grid__filter-selector-active{border-color:#cd7f4c;background-color:#cd7f4c}.product-storefront-grid__filter-selector-active svg path{fill:#fff}.product-storefront-grid__filter-selector-button-active{background-color:#cd7f4c;color:#fff}.product-storefront-grid__filter-option label{cursor:pointer;color:#495057;font-size:14px;font-weight:400;margin:0}.product-storefront-grid__filter-actions{display:flex;flex-direction:column;width:100%;gap:12px;margin-top:auto;padding-top:20px;border-top:1px solid #f0f0f0;position:sticky;bottom:0;background:#fff;padding-bottom:20px}.product-storefront-grid__filter-btn-reset,.product-storefront-grid__filter-btn-apply{padding:6px 16px;border:none;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.product-storefront-grid__filter-btn-reset{background-color:transparent;color:#c92a2a;text-decoration:underline}.product-storefront-grid__filter-btn-reset:hover{color:#474747}.product-storefront-grid__filter-btn-apply{background-color:#260f0f;color:#fff}.product-storefront-grid__filter-btn-apply:hover{background-color:#1a0a0a}@media(max-width:768px){.product-storefront-grid__filter-panel{max-width:100%}.product-storefront-grid__filter-content-wrapper{gap:0px;padding:16px}.product-storefront-grid__filter-header{padding:0 16px}.product-storefront-grid__filter-content,.product-storefront-grid__filter-actions{padding:16px}}
/*# sourceMappingURL=/cdn/shop/t/336/assets/product-storefront.css.map */
