.star-of-the-week-section{text-align:center;padding:40px 20px;margin-bottom:30px;border-radius:8px;box-shadow:0 4px 8px #0000004d;background-color:var( --background-color, #000000 );color:var(--text-color, #ffffff);border:1px solid #333333;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.countdown-heading,.product-heading{font-size:2.5em;margin-bottom:15px;color:inherit;font-weight:700;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.countdown-message,.product-message{font-size:1.2em;margin-bottom:25px;color:inherit;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.countdown-timer{display:flex;justify-content:center;align-items:center;gap:5px;font-size:3.5em;font-weight:700;color:#fff;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.countdown-digit{background-color:#fff;color:#000;padding:15px 20px;border-radius:8px;min-width:80px;display:inline-block;text-align:center;box-shadow:0 2px 4px #0000004d;font-weight:700;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.countdown-separator{font-size:.8em;color:#fff;font-weight:700;margin:0 5px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.featured-product-card{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:20px;padding-bottom:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.featured-product-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:0}.featured-product-image{width:250px;height:250px;border-radius:8px;margin-bottom:14px;box-shadow:0 4px 8px #0000004d;border:1px solid #333333;overflow:hidden;display:flex;align-items:center;justify-content:center}.featured-product-image img{width:100%;height:100%;object-fit:cover}.featured-product-card h3{font-size:1.2em;margin-bottom:8px;color:#fff;font-weight:700;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.featured-product-card .product-price-container{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px;margin-top:0;flex-wrap:wrap}.featured-product-card .regular-price{font-size:1.2em;font-weight:700;color:#fff;margin:0}.featured-product-card .sale-price{font-size:1em;color:#bbb;text-decoration:line-through;margin:0 0 0 6px;font-weight:400}.featured-product-card .discount-badge{background-color:red;color:#fff;padding:2px 8px;border-radius:10px;font-size:.85em;font-weight:700;margin-left:6px;margin-top:0;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.discount-code-display{background-color:#fff;color:#000;padding:15px 20px;border-radius:5px;font-size:1.1em;margin:15px 0;border:2px solid #ffffff;display:inline-block;font-weight:700;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.discount-code-text{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.2em;font-weight:700;color:#000;background-color:#f0f0f0;padding:3px 8px;border-radius:3px;margin-left:5px;border:1px solid #d0d0d0}.discount-link{background-color:#fff;color:#000;padding:12px 25px;border-radius:5px;font-size:1.2em;font-weight:700;margin:15px 0;border:2px solid #ffffff;display:inline-block;text-decoration:none;transition:all .3s ease;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.discount-link:hover{background-color:#000;color:#fff;text-decoration:none}.featured-product-card .button{display:inline-block;background-color:#fff;color:#000;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:700;transition:all .3s ease;border:2px solid #ffffff;margin-top:8px;margin-bottom:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.featured-product-card .button:hover{background-color:#000;color:#fff}.product-message{margin-bottom:12px;margin-top:0;font-size:1em;color:#fff;line-height:1.4}.past-deals-section{margin-top:60px;padding-top:40px;border-top:1px solid #333333;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.past-deals-heading{font-size:2em;margin-bottom:15px;font-weight:700;color:inherit;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.past-deals-subheading{font-size:1.1em;margin-bottom:40px;color:inherit;opacity:.9;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.past-deals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}.past-deal-item{display:flex;flex-direction:column}.product-card{background-color:#fff;color:#000;border-radius:8px;padding:10px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.product-link{text-decoration:none;color:inherit;display:block;flex-grow:1}.product-image{width:100%;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background-color:#f8f8f8}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.02)}.product-info{text-align:left;margin-bottom:12px}.product-title{font-size:1em;font-weight:700;margin-bottom:8px;color:#000;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.product-price{font-size:.9em;color:#666;text-decoration:line-through;margin-bottom:4px;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.sale-price{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.sale-price span:first-child{font-size:1.1em;font-weight:700;color:#000;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.deal-label{display:inline-block;background-color:red;color:#fff;padding:2px 6px;border-radius:10px;font-size:.7em;font-weight:700;text-transform:uppercase;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.sale-date{display:block;font-size:1em;color:#333;font-weight:700;text-align:center;margin-top:8px;text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight)}.past-deals-slideshow{position:relative;overflow:hidden;margin-top:30px;display:flex;align-items:center;justify-content:center}.past-deals-slides{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);width:auto;will-change:transform;justify-content:center;align-items:stretch;overflow-x:auto;scrollbar-width:none}.past-deals-slides::-webkit-scrollbar{display:none}.past-deals-slide{flex:0 0 250px;max-width:250px;min-width:250px;height:340px;box-sizing:border-box;opacity:1;transition:opacity .3s;display:block;margin:0 5px}.past-deals-slide.inactive{opacity:0;pointer-events:none;display:none}.slideshow-nav{display:flex;justify-content:center;align-items:center;margin-top:20px;gap:10px}.slideshow-dots{display:flex;justify-content:center;align-items:center;margin-top:32px;margin-bottom:0;width:100%;position:relative}.slideshow-dot{background-color:#fff;opacity:.4;border:none;cursor:pointer;transition:opacity .2s,background-color .2s;outline:none;margin:1px;display:inline-block;box-sizing:content-box}.slideshow-dot.active{opacity:1;background-color:#fff;box-shadow:0 0 0 2px #000}.slideshow-arrow{background:none;border:none;font-size:2em;cursor:pointer;color:#fff;padding:0 10px;transition:opacity .3s ease;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);z-index:2}.slideshow-arrow:disabled{opacity:.3;cursor:not-allowed}@media (max-width: 1024px),(max-width: 768px),(max-width: 480px){.past-deals-slide{flex:0 0 250px;max-width:250px;min-width:250px;height:340px}}@media (max-width: 768px){.countdown-heading,.product-heading{font-size:2em}.countdown-timer{font-size:2.5em;flex-wrap:wrap}.countdown-digit{min-width:60px;padding:12px 15px}.featured-product-image{width:200px;height:200px}.featured-product-link{width:100%}.past-deals-section{margin-top:40px;padding-top:30px}.past-deals-heading{font-size:1.6em}.past-deals-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.product-image img{height:180px}.product-title{font-size:.9em}}@media (max-width: 480px){.past-deals-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.product-image img{height:160px}}@media (max-width: 600px){.past-deals-slide{flex:0 0 90vw;max-width:90vw;min-width:90vw;height:auto;min-height:unset;max-height:unset;display:flex;justify-content:center;align-items:stretch}.product-card{width:80%;height:auto;min-height:unset;max-height:unset;border-radius:4px;padding-bottom:10px;margin:0 auto}.sale-date{font-size:.95em;white-space:normal;margin-top:8px;word-break:break-word}}.star-of-the-week-container{max-width:1200px;width:100%;margin:0 auto;padding:0 16px;box-sizing:border-box}
/*# sourceMappingURL=/cdn/shop/t/3/assets/star-of-the-week.css.map */
