:root{--saacoor-bg-color: #F5EFE0;--saacoor-surface-color: #ffffff;--saacoor-text-main: #2d2a26;--saacoor-text-muted: #6b665c;--saacoor-accent-green: #1B3F27;--saacoor-accent-red: #A64B2A;--saacoor-accent-yellow: #C5A059;--saacoor-border-color: #e6dfd3;--saacoor-font-heading: "Playfair Display", serif;--saacoor-font-body: "Outfit", sans-serif;--saacoor-transition: all .3s cubic-bezier(.25, .8, .25, 1)}.saacoor-shop-wrapper{font-family:var(--saacoor-font-body);background-color:var(--saacoor-bg-color);color:var(--saacoor-text-main)}.saacoor-shop-wrapper .collection-hero{position:relative;padding:6rem 2rem 3rem;background-size:cover;background-position:center;background-attachment:fixed;text-align:center;color:#fff;overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:center}.saacoor-shop-wrapper .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0009,#0000004d);z-index:1}.saacoor-shop-wrapper .hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.saacoor-shop-wrapper .breadcrumb{font-size:1.1rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1.5px;opacity:.8;display:flex;align-items:center;justify-content:center;gap:1rem}.saacoor-shop-wrapper .collection-hero h1{font-family:var(--saacoor-font-heading);font-size:4.5rem;font-weight:500;margin-bottom:1.5rem;line-height:1.1}.saacoor-shop-wrapper .collection-hero h1 span{font-style:italic;color:var(--saacoor-accent-yellow)}.saacoor-shop-wrapper .collection-hero p{font-size:1.4rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.5}.saacoor-shop-wrapper .marquee-container{background-color:var(--saacoor-accent-yellow, #E2B254);color:var(--saacoor-accent-green, #1B3F27);padding:1.2rem 0;overflow:hidden;white-space:nowrap;width:100%}.saacoor-shop-wrapper .marquee-content{display:inline-flex;animation:scrollMarquee 30s linear infinite}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.saacoor-shop-wrapper .marquee-item{display:flex;align-items:center;gap:1rem;margin-right:5rem;font-weight:700;font-size:1.1rem;letter-spacing:1.5px;text-transform:uppercase}.saacoor-shop-wrapper .collection-layout{max-width:1400px;margin:0 auto;padding:2rem 2rem 5rem;display:grid;grid-template-columns:320px 1fr;gap:4rem}.saacoor-shop-wrapper .sidebar{background:var(--saacoor-surface-color);padding:2.5rem;border-radius:20px;box-shadow:0 15px 40px #0000000a;height:fit-content;position:sticky;top:120px}.saacoor-shop-wrapper .filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.2rem;border-bottom:1px solid var(--saacoor-border-color)}.saacoor-shop-wrapper .filter-header h3{font-family:var(--saacoor-font-heading);font-size:1.8rem}.saacoor-shop-wrapper .filter-section{margin-bottom:2.5rem}.saacoor-shop-wrapper .filter-section h4{font-size:1.3rem;margin-bottom:1.2rem;font-weight:600}.saacoor-shop-wrapper .filter-list li{margin-bottom:1.2rem}.saacoor-shop-wrapper .custom-checkbox{display:flex;align-items:center;position:relative;padding-left:35px;cursor:pointer;font-size:1.15rem;-webkit-user-select:none;user-select:none;color:var(--saacoor-text-muted)}.saacoor-shop-wrapper .checkmark{position:absolute;top:50%;transform:translateY(-50%);left:0;height:22px;width:22px;background-color:#fff;border:1px solid #ccc;border-radius:5px}.saacoor-shop-wrapper .custom-checkbox input:checked~.checkmark{background-color:var(--saacoor-accent-red);border-color:var(--saacoor-accent-red)}.saacoor-shop-wrapper .checkmark:after{content:"";position:absolute;display:none;left:7px;top:3px;width:6px;height:11px;border:solid white;border-width:0 2.5px 2.5px 0;transform:rotate(45deg)}.saacoor-shop-wrapper .custom-checkbox input:checked~.checkmark:after{display:block}.saacoor-shop-wrapper .product-item-container .right-block{display:flex!important;flex-direction:column!important;padding-bottom:20px!important;height:auto!important}.saacoor-shop-wrapper .product-item-container .button-link{position:relative!important;bottom:auto!important;left:auto!important;transform:translateY(10px)!important;opacity:0!important;visibility:hidden!important;display:block!important;margin-top:15px!important;z-index:5!important;transition:.3s ease-out!important}.saacoor-shop-wrapper .product-card:hover .button-link{transform:translateY(0)!important;opacity:1!important;visibility:visible!important}.saacoor-shop-wrapper .buy-now-action{position:relative!important;margin-top:10px!important;z-index:4!important;transform:translateY(10px)!important;opacity:0!important;visibility:hidden!important;transition:.3s ease-out .1s!important}.saacoor-shop-wrapper .product-card:hover .buy-now-action{transform:translateY(0)!important;opacity:1!important;visibility:visible!important}.saacoor-shop-wrapper .product-card:hover .btn-addToCart{background-color:var(--saacoor-accent-green)!important;color:#fff!important;border-color:var(--saacoor-accent-green)!important}.saacoor-shop-wrapper .product-card:hover .btn-addToCart span{color:#fff!important}.saacoor-shop-wrapper .product-card:hover .btn-addToCart svg path{fill:#fff!important}.saacoor-shop-wrapper .btn-buy-now-shop:hover{background-color:var(--saacoor-accent-green)!important;transform:scale(1.02)}@media(max-width:1024px){.saacoor-shop-wrapper .collection-layout{grid-template-columns:1fr}.saacoor-shop-wrapper .sidebar{position:fixed;top:0;left:-100%;width:80%;height:100%;z-index:1000;transition:.3s ease;display:block}.saacoor-shop-wrapper .sidebar.active{left:0}}.saacoor-shop-wrapper .product-card{background:#fff;border-radius:20px;padding:0;transition:var(--saacoor-transition);border:1px solid transparent;overflow:hidden;height:auto;display:flex;flex-direction:column}.saacoor-shop-wrapper .product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000f;border-color:var(--saacoor-accent-yellow)}.saacoor-shop-wrapper .product-image-container{border-radius:15px;overflow:hidden;background:#f9f9f9}.saacoor-shop-wrapper .product-card .right-block{padding:12px 5px 0;display:flex;flex-direction:column;align-items:center;text-align:center}.saacoor-shop-wrapper .product-card .product-name{font-family:var(--saacoor-font-heading);font-size:1.25rem;font-weight:600;color:var(--saacoor-accent-green);margin-bottom:6px;line-height:1.2}.saacoor-shop-wrapper .product-card .price{font-size:1.1rem;font-weight:700;color:var(--saacoor-accent-red);margin-bottom:12px}.saacoor-shop-wrapper .saacoor-card-buttons{width:100%;margin-top:5px}.saacoor-shop-wrapper .saacoor-btn{padding:10px!important;font-size:.95rem!important}.saacoor-shop-wrapper .button-link-wrapper{padding:0 5px 10px!important}.saacoor-shop-wrapper .box-labels,.saacoor-shop-wrapper .label-sold-out,.saacoor-shop-wrapper .button-link:not(.saacoor-card-buttons),.saacoor-shop-wrapper .button-compare,.saacoor-shop-wrapper .product-wishlist{display:none!important}.saacoor-shop-wrapper .product-card{background:#fff;border-radius:16px;padding:0;height:100%;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0;margin-bottom:0}.saacoor-shop-wrapper .product-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000000f;border-color:#c5a059}.saacoor-shop-wrapper .product-image-container{border-radius:12px;overflow:hidden;background:#fcfcfc;margin-bottom:0;line-height:0}.saacoor-shop-wrapper .product-card img{width:100%;height:auto;object-fit:cover;aspect-ratio:1/1}.saacoor-shop-wrapper .product-card .right-block{padding:12px 5px 5px;flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center}.saacoor-shop-wrapper .product-card .product-name{font-family:Playfair Display,serif;font-size:1.15rem!important;font-weight:600;color:#1b3f27;margin:0 0 8px!important;line-height:1.25;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.saacoor-shop-wrapper .product-card .price{font-size:1.1rem;font-weight:700;color:#a64b2a;margin:0 0 12px!important;display:flex;gap:10px;align-items:center;justify-content:center}.saacoor-shop-wrapper .product-card .price s{font-weight:400;color:#999;font-size:.9rem}.saacoor-shop-wrapper .saacoor-card-buttons{width:100%;display:flex;flex-direction:column;gap:8px;margin-top:auto}.saacoor-shop-wrapper .saacoor-btn{width:100%;padding:10px!important;border-radius:30px!important;font-weight:600!important;font-size:.95rem!important;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;transition:background .2s ease;border:none!important;cursor:pointer}.saacoor-shop-wrapper .saacoor-btn-primary{background:#1b3f27!important;color:#fff!important}.saacoor-shop-wrapper .saacoor-btn-primary:hover{background:#255a36!important}.saacoor-shop-wrapper .saacoor-btn-secondary{background:#a64b2a!important;color:#fff!important}.saacoor-shop-wrapper .saacoor-btn-secondary:hover{background:#c25b36!important}.saacoor-shop-wrapper .collection-layout{grid-template-columns:280px 1fr!important;gap:2rem!important;padding:3rem 1.5rem!important}@media(max-width:1200px){.saacoor-shop-wrapper .collection-layout{grid-template-columns:1fr!important}.saacoor-shop-wrapper .sidebar{display:none}}.saacoor-shop-wrapper .widget-products-grid .products-listing{align-items:flex-start!important}.saacoor-shop-wrapper .product-layout{height:auto!important}.saacoor-shop-wrapper .product-card{height:auto!important;min-height:0!important;padding-bottom:15px!important}.saacoor-shop-wrapper .product-image-container{max-height:350px!important;margin-bottom:10px!important}.saacoor-shop-wrapper .product-card img{height:100%!important;width:100%!important;object-fit:cover!important}.saacoor-shop-wrapper .product-card .right-block{padding-top:5px!important}.saacoor-shop-wrapper .product-card .product-name{margin-top:5px!important;margin-bottom:5px!important;font-size:1.1rem!important}.saacoor-shop-wrapper .product-card .price{margin-top:0!important;margin-bottom:15px!important}.saacoor-shop-wrapper .saacoor-card-buttons{gap:5px!important}.saacoor-shop-wrapper .ss-variants-swatch{margin:0!important}.saacoor-card-title{font-family:Outfit,sans-serif;font-size:1.3rem!important;font-weight:700!important;color:#000!important;margin:0 0 15px!important;line-height:1.3;text-align:left}.saacoor-card-price{font-family:Outfit,sans-serif;font-size:1.4rem!important;font-weight:700!important;color:#1b3f27!important;margin-bottom:25px!important;text-align:left}.saacoor-btn-atc,.saacoor-btn-buynow{width:100%;padding:14px 0;font-size:1rem;font-weight:700;text-align:center;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s;display:block}.saacoor-card-title{font-family:Outfit,sans-serif;font-size:1.5rem!important;font-weight:700!important;color:#000!important;margin:0 0 15px!important;line-height:1.3;text-align:left}.saacoor-card-price{font-family:Outfit,sans-serif;font-size:1.6rem!important;font-weight:700!important;color:#1b3f27!important;margin-bottom:25px!important;text-align:left}.saacoor-btn-atc,.saacoor-btn-buynow{width:100%;padding:14px 0;font-size:1.1rem;font-weight:700;text-align:center;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s;display:block}.saacoor-btn-atc,.saacoor-btn-buynow{width:100%;padding:16px 0;font-size:1.25rem;font-weight:700;text-align:center;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s;display:block}.saacoor-shop-wrapper .product-layout{margin-bottom:40px!important}.saacoor-new-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;text-align:left}.saacoor-card-image{position:relative;width:100%;line-height:0}.saacoor-card-image img{width:100%;height:auto;display:block}.saacoor-badge-bestseller{position:absolute;top:15px;left:15px;background:#a64b2a;color:#fff;padding:5px 12px;font-size:.8rem;font-weight:700;text-transform:uppercase;border-radius:4px;z-index:10}.saacoor-card-info{padding:25px 20px;display:flex;flex-direction:column;flex-grow:1}.saacoor-card-title{font-family:Outfit,sans-serif;font-size:1.8rem!important;font-weight:700!important;color:#000!important;margin:0 0 15px!important;line-height:1.2;text-align:left}.saacoor-card-title a{text-decoration:none;color:inherit}.saacoor-card-price{font-family:Outfit,sans-serif;font-size:2rem!important;font-weight:700!important;color:#1b3f27!important;margin-bottom:25px!important;text-align:left}.saacoor-card-actions{display:flex;flex-direction:column;gap:12px;margin-top:auto}.saacoor-btn-atc,.saacoor-btn-buynow{width:100%;padding:18px 0;font-size:1.5rem!important;font-weight:800!important;text-align:center;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:opacity .2s;display:block;text-transform:none;letter-spacing:.5px}.saacoor-btn-atc{background:#1b3f27;color:#fff}.saacoor-btn-buynow{background:#a64b2a;color:#fff}.saacoor-btn-atc:hover,.saacoor-btn-buynow:hover{opacity:.9}.saacoor-new-card .product-item-container,.saacoor-new-card .right-block,.saacoor-new-card .button-link{display:none!important}.saacoor-card-price s{font-weight:400!important;color:#999!important;font-size:1.2rem!important;margin-left:10px!important}.saacoor-shop-wrapper .filter-header h3{font-size:2.2rem!important;font-weight:700!important;color:#1b3f27!important}.saacoor-shop-wrapper .filter-section h4{font-size:1.6rem!important;font-weight:700!important;color:#1b3f27!important;margin-bottom:1.5rem!important}.saacoor-shop-wrapper .custom-checkbox{font-size:1.4rem!important;color:#000!important;font-weight:500!important}.saacoor-shop-wrapper .filter-list li{margin-bottom:1.5rem!important}.saacoor-shop-wrapper .price-display{font-size:1.4rem!important;font-weight:700!important;color:#1b3f27!important;margin-top:1rem!important}.saacoor-shop-wrapper #priceValue,.saacoor-shop-wrapper #minPriceValue{font-size:1.4rem!important;font-weight:700!important}.saacoor-btn-atc,.saacoor-btn-buynow{font-size:1.5rem!important;font-weight:800!important}.saacoor-new-card,.product-item.saacoor-new-card{padding:0!important;border-radius:8px!important;overflow:hidden!important}.saacoor-card-image,.saacoor-card-image a,.saacoor-card-image img{width:100%!important;display:block!important;margin:0!important;padding:0!important;max-width:none!important}.saacoor-card-image img{aspect-ratio:1 / 1!important;object-fit:cover!important}.saacoor-card-info{padding:20px!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/saacoor-shop.css.map */
