.cart-table{width:100%;border-collapse:collapse;margin:2rem 0}.cart-item td{vertical-align:middle;padding:1rem}.cart-item__image{width:100px;text-align:center}.cart-product-image{width:80px!important;height:80px!important;object-fit:cover;border-radius:4px;display:block}.cart-product-image img{width:80px!important;height:80px!important;object-fit:cover;border-radius:4px}.cart-item__details{width:auto}.cart-item__info{display:flex;flex-direction:column;gap:.25rem}.cart-item__title{font-weight:600;margin:0;font-size:1rem;line-height:1.2}.cart-item__variant{color:#666;margin:0;font-size:.85rem;line-height:1.2}.cart-item__price{color:#666;margin:0;font-size:.9rem;line-height:1.2}.cart-item__quantity{width:150px;text-align:right}.cart-quantity-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-quantity-input{width:60px;padding:.5rem 0;border:none;border-bottom:1px solid #ddd;border-radius:0;text-align:center;font-size:.9rem;background:transparent;outline:none}.cart-quantity-input:focus{border-bottom-color:#999}.cart-actions{display:flex;flex-direction:column;gap:.25rem;align-items:flex-end}.cart-action-btn{background:none;border:none;cursor:pointer;padding:0;font-size:.85rem;line-height:1.2;text-decoration:none}.cart-update-btn{color:#000}.cart-update-btn:hover{text-decoration:underline}.cart-item__remove{color:#f44}.cart-item__remove:hover{text-decoration:underline}.cart-action-btn:disabled{opacity:.6;cursor:not-allowed}.cart-summary{padding:1.5rem 0;margin:2rem 0;display:flex;justify-content:flex-end}.cart-total{text-align:right;padding-right:1rem}.cart-total__label{font-size:1.2rem;font-weight:600;margin:0}.cart-total__price{font-size:1.4rem;font-weight:700}.cart-footer{display:flex;justify-content:center;align-items:center;padding:2rem 0}.cart-checkout-btn{background:none;border:none;padding:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-checkout-btn svg{width:auto;height:2rem}.cart-checkout-btn svg path{fill:red;transition:fill .2s ease}.cart-checkout-btn:hover svg path{fill:#000}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty p{font-size:1.2rem;margin-bottom:2rem;color:#666}@media (max-width: 768px){.cart-item td{padding:.75rem .5rem}.cart-item__image{width:80px}.cart-product-image,.cart-product-image img{width:60px!important;height:60px!important}.cart-item__title{font-size:.9rem}.cart-item__quantity{width:120px}.cart-quantity-input{width:50px}.cart-quantity-controls,.cart-actions{align-items:center}.cart-footer{flex-direction:column;gap:1rem}.cart-checkout-btn{width:100%}}.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%}.collection-header{text-align:center;margin-bottom:2rem}.collection-description{max-width:600px;margin:1rem auto 0;color:#666;line-height:1.6}.collection-carousel-container{position:relative;max-width:800px;margin:0 auto}.collection-carousel{height:600px;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;background:#fafafa}.collection-carousel::-webkit-scrollbar{width:8px}.collection-carousel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.collection-carousel::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.collection-carousel::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.collection-product-card{display:flex;gap:1.5rem;padding:1.5rem;margin-bottom:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.collection-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.collection-product-card:last-child{margin-bottom:0}.product-image{flex-shrink:0;width:120px;height:120px;border-radius:6px;overflow:hidden}.product-image__img{width:100%;height:100%;object-fit:cover}.product-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.product-title{margin:0;font-size:1.2rem;font-weight:600}.product-title a{color:var(--color-foreground);text-decoration:none}.product-title a:hover{color:#06c}.product-price{font-size:1.1rem;font-weight:700;color:#2c5aa0;margin:0}.product-compare-price{font-size:.9rem;color:#999;text-decoration:line-through;margin:0}.product-description{color:#666;line-height:1.4;margin:0;font-size:.9rem}.carousel-controls{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.5rem}.carousel-btn{width:40px;height:40px;border:none;background:#ffffffe6;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.carousel-btn:hover{background:#fff;transform:scale(1.1)}.carousel-btn:active{transform:scale(.95)}@media (max-width: 768px){.collection-carousel{height:500px;padding:.5rem}.collection-product-card{flex-direction:column;text-align:center;gap:1rem}.product-image{width:100%;height:200px;align-self:center}.carousel-controls{position:static;transform:none;flex-direction:row;justify-content:center;margin-top:1rem}}footer{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;padding:3rem 2rem;margin-top:auto}.footer__logo{grid-column:1;display:flex;justify-content:flex-start;align-items:center}.footer__logo a{display:flex;align-items:center;text-decoration:none}.footer__logo-img{height:2rem;width:auto;max-width:150px;display:block}.footer__links{grid-column:2;display:flex;gap:2rem;justify-content:flex-end;align-items:center}.footer__link{text-decoration:none;color:var(--color-foreground);font-family:var(--font-primary--family);font-weight:400;font-size:1rem;transition:opacity .2s ease}.footer__link:hover{opacity:.7}@media (max-width: 1024px){footer{grid-template-columns:1fr;gap:2rem;text-align:center;padding:2.5rem 2rem}.footer__logo{grid-column:1;justify-content:center;order:1}.footer__links{grid-column:1;justify-content:center;order:2}}@media (max-width: 768px){footer{padding:2rem 1rem;gap:1.5rem}.footer__logo-img{height:1.75rem;max-width:120px}.footer__links{gap:1.5rem}.footer__link{font-size:.9rem}}@media (max-width: 480px){footer{padding:1.5rem 1rem;gap:1rem}.footer__logo-img{height:1.5rem;max-width:100px}.footer__links{flex-direction:column;gap:1rem}.footer__link{font-size:.85rem}}.scrolling-banner{width:100%;height:2.5rem;background-color:transparent;color:var(--color-foreground);overflow:hidden;position:relative;display:flex;align-items:center}.banner-content{display:flex;white-space:nowrap;animation:scroll-left-to-right 15s linear infinite;font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:.9rem;letter-spacing:.05em;width:max-content}.banner-content span{flex-shrink:0}@keyframes scroll-left-to-right{0%{transform:translate(-100%)}to{transform:translate(100vw)}}@media (max-width: 768px){.scrolling-banner{height:2rem}.banner-content{font-size:.8rem;animation-duration:18s}.header__logo .logo-image{height:2.75rem;max-width:220px}}@media (max-width: 480px){.scrolling-banner{height:1.8rem}.banner-content{font-size:.75rem;animation-duration:15s}.header__logo .logo-image{height:2.25rem;max-width:160px}}header{height:7rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:0 2rem;position:relative}.header__logo{grid-column:2;display:flex;justify-content:center;align-items:center}.header__logo a{display:flex;align-items:center;text-decoration:none}.header__logo .logo-image{height:3.5rem;width:auto;max-width:300px;display:block;object-fit:contain}.header__menu{grid-column:1;display:flex;gap:1.5rem;justify-content:flex-start}.header__menu a{text-decoration:none;color:var(--color-foreground);font-weight:500;transition:opacity .2s ease}.header__menu a:hover{opacity:.7}.header__icons{grid-column:3;display:flex;gap:1rem;justify-content:flex-end;align-items:center}.header__icons a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center}.header__icons svg{width:1.5rem;height:1.5rem}.cart-link{position:relative;display:flex;align-items:center;justify-content:center}.cart-elevated{transform:translateY(0)}.cart-number{position:relative;color:red;font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:700;font-size:1.2rem;pointer-events:none;z-index:10}.sticky-cart-counter{position:fixed;top:20px;right:20px;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none}.sticky-cart-counter.visible{opacity:1;visibility:visible;pointer-events:auto}.sticky-cart-counter a{display:flex;align-items:center;justify-content:center;text-decoration:none}.sticky-cart-number{color:red;font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:700;font-size:1.5rem}@media (max-width: 768px){.sticky-cart-counter{top:15px;right:15px}.sticky-cart-number{font-size:1.3rem}}.gallery-collection{max-width:1400px;margin:0 auto;padding:3rem 2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.products-gallery{display:flex;flex-direction:column;gap:5.33rem}.product-section{display:flex;flex-direction:column;gap:3rem}.gallery-item{display:grid;grid-template-columns:1fr 1fr;gap:2.67rem;align-items:center}.product-image-container{width:66.67%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:4px}.product-carousel{width:100%;height:100%;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.carousel-container{width:100%;height:100%;position:relative;overflow:hidden;border-radius:4px}.carousel-track{width:100%;height:100%;position:relative}.carousel-slide{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease-in-out}.carousel-slide.active{opacity:1}.gallery-product-image{width:100%;height:100%;object-fit:cover;border-radius:4px;pointer-events:none}.image-placeholder{color:#999;font-size:1rem}.product-info{padding:0;display:flex;flex-direction:column;justify-content:center;align-self:center}.product-details-header{margin-bottom:1.33rem;margin-top:0}.product-title{font-size:1.33rem;font-weight:700;margin:0 0 .33rem;color:#000;line-height:1.2}.product-subtitle{font-size:1rem;font-style:italic;margin:0 0 .33rem;color:#000;font-weight:400}.product-details{font-size:.67rem;margin:0 0 .17rem;color:#000;font-weight:400}.product-vendor{font-size:.67rem;margin:0 0 .67rem;color:#000;font-weight:400}.product-price{margin:1rem 0}.price-current{font-size:1rem;font-weight:700;color:#000}.price-compare{font-size:.8rem;color:#999;text-decoration:line-through;margin-right:.33rem}.product-actions{margin:1.33rem 0}.add-to-cart-btn{background:none;border:none;color:#000;font-size:.73rem;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;transition:all .2s ease}.add-to-cart-btn:hover{opacity:.7}.add-to-cart-btn:disabled{cursor:not-allowed;opacity:.6}.product-description{font-size:.67rem;line-height:1.6;color:#000;margin-bottom:1.33rem}.product-description p{margin:0 0 1rem}.product-description em{font-style:italic}.product-specs{font-size:.67rem;color:#000;border-top:1px solid #eee;padding-top:1rem}.product-specs p{margin:0 0 .5rem}.no-products{text-align:center;padding:4rem;color:#666;font-size:1.1rem}@media (max-width: 1024px){.gallery-collection{padding:2rem 1rem}.gallery-item{grid-template-columns:1fr;gap:2rem;align-items:start}.product-info{align-self:start;justify-content:flex-start}.products-gallery{gap:6rem}.product-section{gap:2rem}}@media (max-width: 768px){.gallery-collection{padding:1.5rem 1rem}.product-title{font-size:1.5rem}.product-subtitle,.price-current{font-size:1.2rem}.products-gallery{gap:4rem}.product-section{gap:1.5rem}}.pagination-container{margin-top:6rem;display:flex;justify-content:center;width:100%}.pagination{display:flex;align-items:center;gap:1rem;font-family:Suisse,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;font-size:1.2rem}.pagination-link{color:#000;text-decoration:none;padding:.5rem 1rem;transition:opacity .2s ease;border-radius:4px}.pagination-link:hover{opacity:.7;background-color:#0000000d}.pagination-current{color:#000;padding:.5rem 1rem;background-color:#0000001a;border-radius:4px;font-weight:700}.pagination-gap{color:#999;padding:.5rem 1rem}.pagination-prev,.pagination-next{font-size:1.4rem;padding:.5rem .75rem}@media (max-width: 768px){.pagination-container{margin-top:4rem}.pagination{gap:.5rem;font-size:1rem}.pagination-link,.pagination-current,.pagination-gap{padding:.4rem .8rem}.pagination-prev,.pagination-next{font-size:1.2rem;padding:.4rem .6rem}}.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}.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}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/12/compiled_assets/styles.css.map */
