.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.cart-test-suite{max-width:1200px;margin:2rem auto;padding:2rem;font-family:system-ui,-apple-system,sans-serif}.cart-test-header{text-align:center;margin-bottom:3rem}.test-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;margin-bottom:2rem}.test-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1f2937}.test-group{margin-bottom:2rem;padding:1rem;background:#f9fafb;border-radius:6px}.test-group h3{font-size:1.1rem;font-weight:500;margin-bottom:1rem;color:#374151}.test-button{background:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:4px;border:none;cursor:pointer;font-size:.875rem;transition:background-color .2s}.test-button:hover{background:#2563eb}.test-button[data-action=test-error]{background:#ef4444}.test-button[data-action=test-error]:hover{background:#dc2626}.quantity-selector{display:flex;align-items:center;gap:1rem;margin:1rem 0}.quantity-selector input{width:60px;padding:.25rem;border:1px solid #d1d5db;border-radius:4px}select{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;margin-bottom:1rem}.cart-items{min-height:100px;border:1px solid #e5e7eb;border-radius:4px;padding:1rem;margin:1rem 0}.performance-metrics{margin-top:2rem;padding:1rem;background:#f8fafc;border-radius:4px}.performance-metrics pre{background:#1f2937;color:#e5e7eb;padding:1rem;border-radius:4px;overflow-x:auto;margin-top:1rem}.test-results{margin-top:1rem;padding:1rem;border-radius:4px;background:#f3f4f6}.cart-count-display,.cart-total{font-size:1.1rem;font-weight:500;margin:1rem 0}.test-success{color:#059669;background:#d1fae5}.test-error{color:#dc2626;background:#fee2e2}.test-loading{opacity:.7;pointer-events:none}@media(max-width:768px){.cart-test-suite,.test-section{padding:1rem}.test-controls{flex-direction:column}.test-group{width:100%}}optgroup{font-weight:600;color:#374151}option:disabled{color:#9ca3af;font-style:italic}.variant-stats{margin-top:-.5rem;margin-bottom:1rem}.loading-indicator{padding:1rem;text-align:center;color:#6b7280;background:#f3f4f6;border-radius:4px}.test-error{padding:1rem;background:#fee2e2;border:1px solid #EF4444;border-radius:4px;color:#991b1b}.test-error button{background:#dc2626}.test-error button:hover{background:#b91c1c}.cart-item{padding:1rem;border-bottom:1px solid #e5e7eb;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;align-items:center}.cart-item:last-child{border-bottom:none}.cart-item-title{font-weight:500}.cart-item-variant{color:#6b7280;font-size:.875rem}.cart-item-price{text-align:right;font-weight:500}.cart-item-quantity{text-align:right;color:#6b7280}.cart-test-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;max-width:1600px;margin:0 auto;padding:2rem;position:relative}.floating-cart-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.floating-cart-header h2{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.cart-count{background:#f3f4f6;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;color:#374151}.floating-cart-content{flex:1;overflow-y:auto;padding:1rem}.floating-cart-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #e5e7eb}.floating-cart-item:last-child{border-bottom:none}.item-image{width:64px;height:64px}.item-image img{width:100%;height:100%;object-fit:cover;border-radius:4px}.item-details{display:flex;flex-direction:column;gap:.5rem}.item-title{font-weight:500;font-size:.875rem;color:#111827}.item-variant{font-size:.75rem;color:#6b7280}.item-price{font-weight:500;color:#111827}.item-quantity-controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.quantity-button{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:4px;color:#374151;font-weight:500;cursor:pointer;transition:all .2s}.quantity-button:hover:not(:disabled){background:#e5e7eb}.quantity-button:disabled{opacity:.5;cursor:not-allowed}.quantity-display{min-width:24px;text-align:center;font-size:.875rem;color:#374151;border:1px solid #e5e7eb;border-radius:4px;padding:2px 4px;width:48px;-moz-appearance:textfield}.quantity-display::-webkit-outer-spin-button,.quantity-display::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-display:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.remove-button{margin-left:auto;padding:.25rem .5rem;background:#fee2e2;border:none;border-radius:4px;color:#dc2626;font-size:.75rem;cursor:pointer;transition:all .2s}.remove-button:hover{background:#fecaca}.floating-cart-footer{border-top:1px solid #e5e7eb;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-subtotal,.cart-total{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#374151}.cart-total{font-weight:600;font-size:1rem;color:#111827;padding-top:.5rem;border-top:1px solid #e5e7eb}.checkout-button{background:#3b82f6;color:#fff;padding:.75rem;border-radius:6px;border:none;font-weight:500;cursor:pointer;transition:background-color .2s}.checkout-button:hover{background:#2563eb}.checkout-button:disabled{background:#9ca3af;cursor:not-allowed}.empty-cart-message{text-align:center;color:#6b7280;padding:2rem}.cart-element-updated{animation:cartElementPulse .3s ease-out}@keyframes cartElementPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.cart-empty{opacity:.6}.cart-has-items{opacity:1}.cart-ui-examples{background:#f8fafc;padding:2rem;margin:2rem 0;border-radius:8px;border:1px solid #e2e8f0}.cart-ui-examples h3{margin-bottom:1rem;color:#2d3748}.cart-ui-example{display:flex;align-items:center;gap:1rem;margin:.75rem 0;padding:.75rem;background:#fff;border-radius:4px;border:1px solid #e2e8f0}.cart-ui-example code{min-width:150px;background:#edf2f7;padding:.25rem .5rem;border-radius:3px;font-family:monospace;font-size:.875rem;color:#2d3748}.demo-button{padding:.25rem .75rem;background:#e2e8f0;border:none;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.demo-button:hover{background:#cbd5e0}.demo-error{padding:.25rem .75rem;background:#fee2e2;color:#dc2626;border-radius:4px;font-size:.875rem}.demo-item{padding:.25rem .75rem;background:#f3f4f6;border-radius:4px;font-size:.875rem}.demo-actions{display:flex;gap:.5rem}.demo-input{width:60px;padding:.25rem;border:1px solid #e2e8f0;border-radius:4px;text-align:center}.attribute-docs{background:#fff;padding:1.5rem;border-radius:6px;margin-top:2rem}.attribute-list{display:grid;gap:1rem;margin-top:1rem}.attribute-item{display:grid;grid-template-columns:150px 1fr;gap:1rem;align-items:start;padding:.75rem;background:#f8fafc;border-radius:4px}.attribute-item code{font-family:monospace;color:#2d3748;font-size:.875rem}.attribute-item p{margin:0;color:#4b5563;font-size:.875rem}.cart-badge{background:#3182ce;color:#fff;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;min-width:20px;text-align:center}.cart-badge[data-count="0"]{display:none}.test-card-container{max-width:300px;margin:0 auto}.test-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.test-states-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:1rem}.test-state-item{display:flex;flex-direction:column;gap:1rem}.test-state-item h4{font-size:.875rem;font-weight:500;color:#6b7280;text-align:center}.test-results[data-test-section=product-card]{margin-top:1rem;padding:1rem;border-radius:4px}.test-results[data-test-section=product-card].success{background-color:#d1fae5;color:#065f46}.test-results[data-test-section=product-card].error{background-color:#fee2e2;color:#991b1b}.test-suite-cart-drawer{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;height:calc(100vh - 4rem);position:sticky;top:2rem;display:flex;flex-direction:column}.test-suite-status{background:#1f2937;color:#fff;padding:1rem;border-radius:8px;margin-bottom:2rem}.status-bar{display:flex;justify-content:space-between;align-items:center}.status-indicator{display:flex;align-items:center;gap:.5rem}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981}.status-indicator[data-status=running] .status-dot{background:#3b82f6;animation:pulse 1s infinite}.status-indicator[data-status=failed] .status-dot{background:#ef4444}.test-stats{display:flex;gap:1rem}.stat-item{padding:.25rem .75rem;border-radius:9999px;background:#ffffff1a;font-size:.875rem}.control-button{background:#4b5563;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .2s}.control-button:hover{background:#374151}.test-suite-console{background:#1f2937;color:#fff;border-radius:8px;margin-top:2rem;max-height:400px;overflow:auto}.console-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #374151}.console-content{padding:1rem;font-family:monospace;font-size:.875rem;line-height:1.5}.console-entry{margin-bottom:.5rem;padding:.25rem .5rem;border-radius:4px}.console-entry.info{color:#93c5fd}.console-entry.success{color:#86efac}.console-entry.error{color:#fca5a5}.console-entry.warning{color:#fcd34d}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.product-grid{margin:2rem 0}.product-grid__header{text-align:center;margin-bottom:2rem}.product-grid__title{font-size:2rem;font-weight:600;color:#111827;margin-bottom:1rem}.product-grid__description{max-width:65ch;margin:0 auto;color:#6b7280}.product-grid__items{display:grid;grid-template-columns:repeat(var(--columns-desktop),1fr);gap:2rem;padding:0 1rem}.product-grid__empty{text-align:center;padding:4rem 1rem;color:#6b7280}@media screen and (max-width:768px){.product-grid__items{grid-template-columns:repeat(var(--columns-mobile),1fr);gap:1rem}.product-grid__title{font-size:1.5rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.template--product .slider-nav{border:1px solid #0000004D;border-radius:8px;background-color:#fff!important}.template--product .slider-nav svg path{stroke:var(--color-accent);color:var(--color-accent)}.anchor-hook{position:absolute;top:-140px}.slider-author-testimonials h2{font-size:24px!important}.text-center{text-align:center}.slider-author-testimonials{--slide-gap: 12px}.section--slider-author-testimonials{padding-top:36px}.slider-author-testimonials .flickity-viewport{overflow:visible}.slider-author-testimonials__carousel{width:100%;gap:var(--slide-gap)}.slider-author-testimonials__slide{width:280px;flex:0 0 280px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0000000d;margin-right:var(--slide-gap);padding-bottom:12px}.slider-author-testimonials__slide p{font-size:14px}.slider-author-testimonials__author span{display:block;font-size:16px;font-weight:400;font-family:Helvetica!important}.slider-author-testimonials__author img{width:30px;height:30px;border-radius:50%;object-fit:cover;margin-bottom:12px}.slider-author-testimonials__slide:nth-child(2n){background-color:#f0f0f0}.slider-author-testimonials__content{padding:0 12px}.slider-author-testimonials__content p{margin-top:16px}.slider-author-testimonials .flickity-prev-next-button{top:auto!important;bottom:36px!important;height:40px;width:40px!important;min-height:40px!important;background-color:#fff!important;border-radius:8px;padding:10px!important;opacity:1!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 8px 20px #00000040}.slider-author-testimonials .flickity-prev-next-button.next{right:24px!important}.slider-author-testimonials .flickity-prev-next-button.previous{left:auto!important;right:80px!important}.slider-author-testimonials .flickity-prev-next-button svg{padding-top:0;padding-bottom:0}@media screen and (max-width:749px){.slider-author-testimonials__slide{width:280px}}.whats-in-the-box{border-radius:16px;overflow:hidden;margin-top:64px}.wib__text{font-weight:700;padding-top:36px;background-color:#151b20;color:#fff}.whats-included-section{margin-top:64px;width:100%;max-width:1200px;padding-left:0;padding-right:0}.whats-included{border-radius:16px}@media(min-width:768px){.whats-included{border-radius:24px}.whats-included__text--desktop{left:40px;top:40px;right:40px;padding:0}.whats-included__image{padding-top:100px}}.whats-included__heading{font-size:32px;font-family:Noto Sans Hebrew New,sans-serif}@media(min-width:768px){.whats-included__heading{font-size:40px}}@media(max-width:767px){.whats-included-section{padding-left:16px!important;padding-right:16px!important;margin-top:32px}.whats-included-section .container{box-sizing:border-box}.whats-included__heading{font-size:28px;text-align:center;padding-left:24px;padding-right:24px;padding-top:36px}.whats-included__content{font-size:18px!important;font-family:Inter;padding:36px 24px}}.whats-included__content{font-size:20px}.whats-included__content ul{list-style:disc;padding-left:1.25em;margin:0 0 .5em}.whats-included__content li{margin-bottom:.25em}.whats-included__content p{margin:0 0 .5em}.whats-included__content p:last-child{margin-bottom:0}@media(min-width:768px){[data-slider-slide] .testimonial-card{margin-top:0!important}.testimonial-card-slider-container{margin-top:2.4rem!important}}.countdown-block{text-align:var(--text-align);background-color:var(--background-color);border:1px solid var(--border-color);padding:.8rem;border-radius:.5rem}.countdown-content{display:inline-block}.countdown-text--loading{opacity:0}.countdown-text--ready{opacity:1;transition:opacity .3s ease-in-out}.countdown-timer{font-weight:700;color:var(--color-accent)}.countdown-discount{font-weight:700}.countdown-timer--expired{opacity:.7}.icon-heading-description .heading h2{line-height:30px}.icon-heading-description .heading svg{width:30px}.icon-heading-description--style-2{background-color:#fff;border-radius:24px;border:1px solid #E0E0E0;padding:24px;text-align:left}.icon-heading-description--style-2 .heading{flex-direction:column;align-items:flex-start;gap:24px}.icon-heading-description--style-2 .icon-heading__icon{width:80px;height:80px;border-radius:16px;border:1px solid #E0E0E0;display:flex;align-items:center;justify-content:center;background-color:#fff;margin:0}.icon-heading-description--style-2 .icon-heading__icon svg{width:40px;height:40px}.icon-heading-description--style-2 .description{text-align:left;margin-top:16px}@media(max-width:768px){.icon-heading-description--style-2{text-align:left!important;padding-left:24px!important}.icon-heading-description--style-2 .heading{justify-content:flex-start!important;align-items:flex-start!important}.icon-heading-description--style-2 .icon-heading__icon{margin-bottom:0}.icon-heading-description--style-2 .description{text-align:left!important}}.metaobject-upsell-block{text-align:var(--text-align);width:100%;max-width:100%;min-width:0}.metaobject-upsell-heading{font-weight:600;margin-bottom:0;text-align:left}.metaobject-upsell-heading strong{font-weight:600}.metaobject-upsell-variants{position:relative;width:100%;overflow:visible}.upsell-nav-button{position:absolute;opacity:0;transition:opacity .2s ease-in-out;pointer-events:none}.metaobject-upsell-variants:hover .upsell-nav-button{opacity:1;pointer-events:auto}.upsell-nav-button[style*="display: none"]{opacity:0!important;pointer-events:none!important}.upsell-variants-grid{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;scrollbar-width:none;width:100%;max-width:100%;min-width:0;contain:layout;cursor:grab;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.upsell-variants-grid:active{cursor:grabbing}.upsell-variants-grid::-webkit-scrollbar{display:none}.upsell-variant-thumbnail{position:relative;width:60px;height:60px;flex-shrink:0;border:2px solid #e5e7eb;border-radius:8px;cursor:grab;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;overflow:hidden;background:#fff}.upsell-variant-thumbnail:active{cursor:grabbing}.thumbnail-image-wrapper{width:100%;height:100%;position:relative;pointer-events:none}.thumbnail-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.no-image-placeholder{width:100%;height:100%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#6b7280}.upsell-variant-thumbnail:hover{border-color:#ffa001}.upsell-variant-thumbnail:focus-visible{border-color:#ffa001}.upsell-variant-thumbnail.selected,.upsell-variant-thumbnail.active{border:3px solid #FFA001!important;box-shadow:0 0 0 2px #ffa0014d!important}.upsell-variant-thumbnail.selected:hover,.upsell-variant-thumbnail.active:hover{border:3px solid #FFA001!important;box-shadow:0 0 0 2px #ffa00180!important}.upsell-variant-thumbnail img{width:100%;height:100%;object-fit:cover}.upsell-variant-popup{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;box-shadow:0 8px 25px #00000026;opacity:0;visibility:hidden;transition:all .2s ease-in-out;z-index:10;min-width:200px;margin-bottom:.5rem}.upsell-variant-thumbnail:hover .upsell-variant-popup,.upsell-variant-thumbnail:focus .upsell-variant-popup{opacity:1;visibility:visible}.popup-content{text-align:center}.popup-title{font-weight:600;margin:0 0 .25rem;color:#1f2937}.popup-variant{color:#6b7280;margin:0 0 .5rem}.popup-image{width:100%;height:auto;border-radius:4px}.selected-variant-popup{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding-top:36px;padding-bottom:16px;padding-left:1.5rem;padding-right:1.5rem;box-shadow:0 10px 25px #00000026;opacity:0;visibility:hidden;transition:all .3s ease-in-out;z-index:9999;width:340px;margin-bottom:1rem;pointer-events:none}.selected-variant-popup.show{opacity:1;visibility:visible}.popup-content{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.popup-image-wrapper{flex-shrink:0;position:relative;background:#fff;border-radius:8px;overflow:hidden}.popup-loading-spinner{position:absolute;top:50%;left:50%;z-index:1;opacity:1;transition:opacity .3s ease-in-out}.popup-loading-spinner.hidden{opacity:0;pointer-events:none}.popup-spinner{animation:popup-spin 1s linear infinite}.popup-spinner-circle{animation:popup-draw 2s ease-in-out infinite}@keyframes popup-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes popup-draw{0%{stroke-dashoffset:31.416}50%{stroke-dashoffset:0}to{stroke-dashoffset:-31.416}}.popup-image{width:340px;height:340px;object-fit:cover;border-radius:8px;opacity:0;transition:opacity .3s ease-in-out}.popup-image.loaded{opacity:1}.popup-details{flex:1}.popup-title{font-weight:600;margin:0 0 .5rem;color:#1f2937}.popup-price{font-weight:600;color:#059669;margin:0}@media(max-width:640px){.upsell-variants-grid{gap:.5rem}.upsell-variant-thumbnail{width:60px;height:60px}.selected-variant-popup{background:#fff;width:max-content;padding:24px}.popup-image{width:223px;height:223px}}.product-hsw4-free-bands .product__information-card{display:flex!important;flex-wrap:wrap;flex-direction:column}.product-hsw4-free-bands .product__title,.product-hsw4-free-bands .product__subtitle{text-align:left!important}.upsell-block{text-align:var(--text-align)}.upsell-heading{font-weight:600;margin-bottom:0;text-align:left}.upsell-heading strong{font-weight:600}.upsell-subheading{margin-bottom:1rem;margin-top:.25rem;opacity:.8;text-align:left}.upsell-options{display:flex;gap:.5rem;justify-content:center}.upsell-product-info{display:none}.upsell-option{position:relative;background-color:#fff;border:2px solid #e5e7eb;font-weight:500;text-align:left;height:60px;border-radius:8px;display:flex;justify-content:flex-start;align-items:center;transition:all .2s ease-in-out;cursor:pointer;font-size:.875rem;flex-direction:row;padding:.5rem}.upsell-option-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-left:.5rem;gap:.25rem}.upsell-option--yes{flex:1.92;max-width:346px;transition:flex .3s ease-in-out}.upsell-option--yes .upsell-option-line1{font-size:14px!important}.upsell-option--no{flex:1;max-width:180px;transition:flex .3s ease-in-out}.upsell-options.no-selected .upsell-option--yes,.upsell-options.no-selected .upsell-option--no{flex:1;max-width:calc(50% - .25rem)}.upsell-option:hover:not(:disabled){border-color:var(--color-accent);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.upsell-option.active{border-color:var(--color-accent)}.upsell-option:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.upsell-checkmark{display:none;position:absolute;left:-1px;top:0;background-color:var(--color-accent);height:100%;align-items:center;justify-content:center;width:30px;border-radius:8px 0 0 8px}@media(min-width:768px){.upsell-checkmark{width:40px}}.upsell-option.active .upsell-checkmark{display:flex}.upsell-option--yes{padding-left:1.2rem;transition:padding-left .3s ease-in-out}.upsell-option--yes.active{padding-left:4.2rem}.upsell-option--no{padding-left:1.2rem;transition:padding-left .3s ease-in-out}.upsell-option--no.active{padding-left:4.2rem}.upsell-product-info{opacity:0;transition:opacity .3s ease-in-out}.upsell-product-info.show{opacity:1}@media(max-width:640px){.product__information{margin-bottom:16px}.upsell-options{flex-direction:column}.upsell-option{height:50px;font-size:.75rem}.upsell-option--yes{padding-left:1.2rem;flex:0 0 100%;max-width:100%;text-align:center;justify-content:center;margin-left:0;padding-top:1.05rem;padding-bottom:1.05rem;transition:padding-left .3s ease-in-out}.upsell-option--yes.active{padding-left:2.5rem}.upsell-option-text{text-align:center;align-items:center}.upsell-option--no{max-width:100%;flex-direction:row;justify-content:center;min-height:40px;padding-left:1.2rem;transition:padding-left .3s ease-in-out}.upsell-option--no.active{padding-left:2.5rem}.upsell-option--no .upsell-option-text{flex-direction:row}.upsell-checkmark{width:20px}.upsell-options.no-selected .upsell-option--yes,.upsell-options.no-selected .upsell-option--no{flex:0 0 100%;max-width:100%}}.upsell-option--no .upsell-option-text{gap:0!important}.upsell-checkbox-wrapper{width:100%}.upsell-checkbox-option{position:relative;width:100%;background-color:#f8f8f8;border:2px solid #e5e7eb;border-radius:12px;padding:1.6rem 1.2rem;display:flex;align-items:flex-start;gap:1.2rem;cursor:pointer;transition:all .2s ease-in-out;text-align:left}.upsell-checkbox-option:hover{border-color:#ffa001;box-shadow:0 2px 8px #ffa0011a}.upsell-checkbox-option:focus-visible{outline:2px solid #FFA001;outline-offset:2px}.upsell-checkbox-option[aria-pressed=true]{border-color:#ffa001;border-width:2px}.upsell-checkbox-option[aria-pressed=false]{border-color:#e5e7eb}.upsell-checkbox-option[aria-pressed=false]:hover{border-color:#ffa001}.upsell-checkbox-option[aria-pressed=false]:hover svg rect{stroke:#ffa001}.upsell-checkbox-benefits,.upsell-checkbox-pricing{color:#000}.upsell-checkbox-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;margin-top:.2rem}.upsell-checkbox-icon svg{width:25px;height:25px}@media(min-width:768px){.upsell-checkbox-icon{width:3rem;height:3rem;border-radius:8px}.upsell-checkbox-icon .checkbox-svg-mobile{display:none}.upsell-checkbox-icon .checkbox-svg-desktop{display:block!important;width:30px;height:30px}}.upsell-checkbox-option[aria-pressed=true] .upsell-checkbox-icon .checkmark-path{display:block!important}.upsell-checkbox-option[aria-pressed=true] .upsell-checkbox-icon .checkbox-rect{fill:#ffa001}.upsell-checkbox-content{flex:1;display:flex;flex-direction:column;align-self:center;gap:.4rem}.upsell-checkbox-title{color:#1f2937;margin:0}@media(min-width:768px){.upsell-checkbox-title{font-size:20px}}.upsell-checkbox-benefits,.upsell-checkbox-pricing{margin:0;font-size:12px}@media(min-width:768px){.upsell-checkbox-benefits,.upsell-checkbox-pricing{font-size:14px}}@media(max-width:320px){.upsell-checkbox-benefits,.upsell-checkbox-pricing{font-size:9px}}.upsell-checkbox-brand{flex-shrink:0;width:4.5rem;height:4.5rem;border-radius:8px;overflow:hidden}.upsell-checkbox-brand img{width:100%;height:100%;object-fit:cover}@media(min-width:768px){.upsell-checkbox-brand{width:8.4rem;height:8.4rem}}@media(max-width:640px){.upsell-checkbox-option{padding:1.2rem;gap:1rem}.upsell-checkbox-option[aria-pressed=false],.upsell-checkbox-option[aria-pressed=false]:active,.upsell-checkbox-option[aria-pressed=false]:hover{border-color:#e5e7eb!important}.upsell-checkbox-icon{width:2.5rem;height:2.5rem}.upsell-checkbox-icon svg{width:25px;height:25px}}@media(max-width:640px){#shopify-section-template--25452714459453__1754613406b0652867.shopify-section .jdgm-widget-actions-wrapper,#shopify-section-template--25452714459453__1754613406b0652867.shopify-section .jdgm-rev-widg__summary-inner{width:100%!important}#shopify-section-template--25452714459453__1754613406b0652867.shopify-section .jdgm-rev-widg__actions{top:-80px;position:relative!important;width:100%!important}#shopify-section-template--25452714459453__1754613406b0652867.shopify-section .jdgm-rev-widg__header{padding-bottom:0!important;padding-right:0!important}#shopify-section-template--25452714459453__1754613406b0652867.shopify-section .jdgm-widget .jdgm-rev-widg__summary-inner{justify-content:center!important}#shopify-section-template--25452714459453__1754613406b0652867.shopify-section .jdgm-rev-widg__summary{margin-bottom:45px!important}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-card .product-card__form button,.product-card .product-card__form button[type=submit],.product-card .product-card__form button[data-submit-button],.product-card .product-card__actions .btn-primary,.product-card__form button.btn-primary{height:50px!important;min-height:50px!important;max-height:50px!important}.product-card.product-card--style-2{border-radius:24px!important}.product-card.product-card--style-2 .product-card__media{border-radius:8px!important}.product-card.product-card--style-2 .product-card__actions a{color:#5d5d5d!important}.product-card.product-card--style-2 .product-card__price,.product-card.product-card--style-2 .product-card__price span{font-size:20px!important;font-weight:600!important}.product-card.product-card--style-2 .product-card__price s span,.product-card.product-card--style-2 .product-card__price s{font-size:20px!important;font-weight:400!important;color:#bbb!important}.product-card.product-card--style-2 .product-card__title{letter-spacing:0!important;font-weight:600!important}@media(max-width:768px){.collection-hsw4-bfcm .collection-filters{padding-bottom:0}.product-card.product-card--style-2 .product-card__badge-right,.product-card.product-card--style-2 .product-card__badge-left{font-weight:600!important;font-size:10px!important}.collection-hsw4-bfcm .product-grid{gap:8px!important}}@media(min-width:768px){.product-card__price{margin-top:12px}.product-card.product-card--style-2 .product-card__price,.product-card.product-card--style-2 .product-card__price span{font-size:22px!important;font-weight:600!important}.product-card.product-card--style-2 .product-card__price s span,.product-card.product-card--style-2 .product-card__price s{font-size:22px!important;font-weight:400!important;color:#bbb!important}.product-card__swatch-label{font-size:16px!important;color:#01010180;margin-right:16px;line-height:1}.product-card.product-card--style-2 .product-card__badge-right,.product-card.product-card--style-2 .product-card__badge-left{padding-left:8px;padding-right:8px;font-size:14px!important}}.shopify-payment-button{display:none;margin-top:8px;border-radius:8px;overflow:hidden;margin-bottom:0}more-payment-options-link{display:none}.template--product .shopify-payment-button{border-radius:5px}
/*# sourceMappingURL=/cdn/shop/t/205/compiled_assets/styles.css.map */
