.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}.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}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.icon-heading-description .heading h2{line-height:30px}.icon-heading-description .heading svg{width:30px}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/146/compiled_assets/styles.css.map */
