.product-card-outer-wrapper{display:grid!important;grid-template-columns:repeat(6,1fr)!important;grid-column-gap:1rem!important;grid-row-gap:1rem!important;margin:3rem auto!important;max-width:1200px!important;justify-content:center!important;grid-template-rows:unset!important;grid-auto-columns:unset!important;flex-flow:unset!important;align-items:unset!important}.product-card-outer-wrapper>*{grid-column:span 2}.product-card-outer-wrapper[data-product-count="1"]>*:nth-child(1){grid-column:1 / -1}.product-card-outer-wrapper[data-product-count="2"]>*:nth-child(1){grid-column:1 / span 3}.product-card-outer-wrapper[data-product-count="2"]>*:nth-child(2){grid-column:4 / span 3}.product-card-outer-wrapper[data-product-count="3"]>*:nth-child(1){grid-column:1 / span 2}.product-card-outer-wrapper[data-product-count="3"]>*:nth-child(2){grid-column:3 / span 2}.product-card-outer-wrapper[data-product-count="3"]>*:nth-child(3){grid-column:5 / span 2}.product-card-outer-wrapper[data-product-count="4"]>*:nth-child(1){grid-column:1 / span 3;grid-row:1}.product-card-outer-wrapper[data-product-count="4"]>*:nth-child(2){grid-column:4 / span 3;grid-row:1}.product-card-outer-wrapper[data-product-count="4"]>*:nth-child(3){grid-column:1 / span 3;grid-row:2}.product-card-outer-wrapper[data-product-count="4"]>*:nth-child(4){grid-column:4 / span 3;grid-row:2}.product-card-outer-wrapper[data-product-count="5"]>*:nth-child(1){grid-column:1 / span 2}.product-card-outer-wrapper[data-product-count="5"]>*:nth-child(2){grid-column:3 / span 2}.product-card-outer-wrapper[data-product-count="5"]>*:nth-child(3){grid-column:5 / span 2}.product-card-outer-wrapper[data-product-count="5"]>*:nth-child(4){grid-column:1 / span 3;grid-row:2}.product-card-outer-wrapper[data-product-count="5"]>*:nth-child(5){grid-column:4 / span 3;grid-row:2}.pagination-wrapper{margin-top:3rem;text-align:center}@media screen and (max-width: 991px){.product-card-outer-wrapper{grid-template-columns:1fr 1fr!important;grid-column-gap:.75rem!important;grid-row-gap:.75rem!important;margin:2rem auto!important;max-width:100%!important;padding:0 1rem!important}.product-card-outer-wrapper>*{grid-column:unset;grid-row:unset}.product-card-outer-wrapper>*:nth-child(odd):last-child{grid-column:1 / -1}}@media screen and (max-width: 767px){.product-card-outer-wrapper{grid-template-columns:1fr!important;grid-column-gap:1rem!important;grid-row-gap:1rem!important}.product-card-outer-wrapper>*{grid-column:unset!important;grid-row:unset!important}}.product-short-description{opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.product-card-wrapper:hover .product-short-description{opacity:1;transform:translateY(0)}.product-image-overlay{transition:background-image .3s ease,background-color .3s ease}.product-card-wrapper:hover .product-image-overlay{background-image:linear-gradient(to top,#000c,#0000),linear-gradient(150deg,#000,#000 0%,#000 0%,#0000 55%)!important}.cart-button{position:relative;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.cart-button:hover{background-color:#000;color:#fff}.cart-button:hover .icon-cart{color:#fff}.cart-badge{position:absolute;top:-2px;right:-2px;background-color:#ef4444;color:#fff;font-size:.75rem;font-weight:600;line-height:1;padding:.25rem .5rem;border-radius:9999px;min-width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 1px 3px #0000001a}.icon-cart{width:24px;height:24px}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f3f4f6}.cart-item:last-child{border-bottom:none}.cart-item-image-wrapper{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background-color:#f9fafb}.cart-item-image{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;min-width:0}.cart-item-name{font-weight:600;font-size:1rem;line-height:1.5;color:#111827;margin-bottom:.25rem}.cart-item-variant{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.cart-variant-swatch{width:1rem;height:1rem;border-radius:50%;border:1px solid #ffffff;box-shadow:0 0 0 1px #0000001a;flex-shrink:0}.cart-variant-name{font-size:.75rem;color:#6b7280;font-weight:500}.cart-item-bundle-info{margin-bottom:.25rem}.bundle-label{font-size:.75rem;color:#6b7280;font-weight:500;display:block;margin-bottom:.25rem}.bundle-item-mini{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:#6b7280;margin-bottom:.125rem}.bundle-mini-swatch{width:.75rem;height:.75rem;border-radius:50%;border:1px solid #ffffff;box-shadow:0 0 0 1px #0000001a;flex-shrink:0}.cart-item-price{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.cart-item-actions{display:flex;align-items:center;gap:1rem}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-label{font-size:.875rem;color:#374151;font-weight:500}.quantity-input{width:60px;padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:4px;text-align:center;font-size:.875rem;background-color:#fff}.quantity-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.cart-item-remove{font-size:.875rem;color:#ef4444;text-decoration:none;font-weight:500;transition:color .2s ease}.cart-item-remove:hover{color:#dc2626;text-decoration:underline}.cart-item-total{flex-shrink:0;font-weight:600;font-size:1rem;color:#111827;text-align:right}.checkout-summary-wrapper{margin-top:1.5rem;padding-top:1rem}.checkout-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-top:.5rem;font-weight:600;font-size:1.125rem;color:#111827}.empty-cart-message{text-align:center;padding:3rem 1rem;color:#6b7280;flex:1;display:flex;align-items:center;justify-content:center}.modal2_component{z-index:9999;position:fixed;top:0;right:0;width:100%;height:100vh;display:none;justify-content:flex-end;align-items:stretch}.modal2_content-wrapper{height:100vh;width:480px;max-width:90vw;overflow:hidden;display:flex;flex-direction:column}.modal2_background-overlay{position:fixed;top:0;left:0;width:100%;height:100vh}.padding-custom1{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:0}.cart-items-container{flex:1;overflow-y:auto;padding:1.5rem}.cart-header-scrollable{padding-bottom:1rem;margin-bottom:1rem}.cart-header-scrollable h2{font-size:1.5rem!important;line-height:2rem!important;letter-spacing:-.03em!important;margin-bottom:.5rem}.cart-header-scrollable p{margin:0}.cart-summary-container{flex-shrink:0;padding:1rem 1.5rem;background-color:#fff;position:relative;z-index:10}@media screen and (max-width: 768px){.cart-item{gap:.75rem}.cart-item-image-wrapper{width:60px;height:60px}.cart-item-name{font-size:.875rem}.cart-item-actions{flex-direction:column;align-items:flex-start;gap:.5rem}.quantity-controls{gap:.375rem}.quantity-input{width:50px}}.checkout-order-summary{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:0;overflow:hidden}.checkout-header{padding:1.5rem;border-bottom:1px solid #ffffff;background:#fff}.checkout-title{font-size:1.25rem;font-weight:400;color:#111827;margin:0 0 .25rem;letter-spacing:-.03em}.checkout-item-count{font-size:.875rem;color:#6b7280;margin:0}.checkout-items-list{max-height:400px;overflow-y:auto;padding:1rem 1.5rem}.checkout-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #f3f4f6}.checkout-item:last-child{border-bottom:none;padding-bottom:0}.checkout-item:first-child{padding-top:0}.checkout-item-variant{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.checkout-variant-swatch{width:1rem;height:1rem;border-radius:50%;border:1px solid #ffffff;box-shadow:0 0 0 1px #0000001a;flex-shrink:0}.checkout-variant-name{font-size:.75rem;color:#6b7280;font-weight:500}.checkout-item-bundle-info{margin-bottom:.375rem}.checkout-bundle-label{font-size:.75rem;color:#6b7280;font-weight:500;display:block;margin-bottom:.25rem}.checkout-bundle-item-mini{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:#6b7280;margin-bottom:.125rem}.checkout-bundle-mini-swatch{width:.75rem;height:.75rem;border-radius:50%;border:1px solid #ffffff;box-shadow:0 0 0 1px #0000001a;flex-shrink:0}.checkout-item-image-wrapper{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f9fafb}.checkout-item-image{width:100%;height:100%;object-fit:cover}.checkout-item-details{flex:1;min-width:0}.checkout-item-name{font-weight:500;font-size:1rem;color:#111827;margin-bottom:.5rem;line-height:1.4;font-family:the-seasons;letter-spacing:-.03em}.checkout-item-meta{display:flex;gap:1rem;margin-bottom:.5rem}.checkout-item-price,.checkout-item-quantity{font-size:.875rem;color:#6b7280}.checkout-item-description{font-size:.75rem;color:#9ca3af;line-height:1.4}.checkout-item-total{flex-shrink:0;font-weight:400;font-size:1rem;color:#111827;text-align:right}.checkout-summary{padding:1rem 1.5rem;border-top:1px solid #f3f4f6;background:#fafafa}.checkout-summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem;color:#374151}.shipping-included{color:#10b981;font-weight:500}.checkout-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 0 .5rem;border-top:1px solid #e5e7eb;margin-top:.5rem;font-size:1.125rem;font-weight:600;color:#111827}.total-amount{font-size:1.25rem;color:#111827}.form-block{margin-bottom:1.5rem!important}.form-wrapper{margin-top:.75rem}.order-confirmation-message{padding:1rem 1.5rem;background:#f0fdf4;border-bottom:1px solid #f3f4f6}.order-confirmation-message p{margin:0;color:#166534;font-size:.875rem;display:flex;align-items:center;gap:.5rem}@media screen and (max-width: 768px){.checkout-order-summary{margin-top:2rem}.checkout-item{gap:.75rem}.checkout-item-image-wrapper{width:60px;height:60px}.checkout-item-name{font-size:.875rem}.checkout-item-meta{flex-direction:column;gap:.25rem}}
