@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";:root{--font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--color-white: #ffffff;--color-black: #000000;--color-gray-50: #f9fafb;--color-gray-400: #9ca3af;--color-gray-900: #111827;--color-red-600: #dc2626;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25)}.products-premium-section{position:relative;overflow:hidden;transition:all .6s cubic-bezier(.4,0,.2,1);font-family:var(--font-inter);max-width:100vw;width:100%}.products-premium-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:.2;z-index:1}.products-premium-section[data-theme=black-friday]{background:linear-gradient(to right,#000,#111827,#000);color:#fff}.products-premium-section[data-theme=christmas]{background:linear-gradient(to right,#450a0a,#7f1d1d,#450a0a);color:#fff}.products-premium-section[data-theme=spring]{background:linear-gradient(to right,#fff1f2,#ecfdf5,#fff1f2);color:#1f2937}.products-premium-section[data-theme=summer]{background:linear-gradient(to right,#0891b2,#2563eb,#0891b2);color:#fff}.products-premium-section[data-theme=autumn]{background:linear-gradient(to right,#431407,#7c2d12,#431407);color:#fff}.products-premium-section[data-theme=winter]{background:linear-gradient(to right,#1e293b,#0f172a,#1e293b);color:#fff}.products-premium-section[data-theme=valentine]{background:linear-gradient(to right,#be123c,#be185d,#be123c);color:#fff}.products-premium-section[data-theme=easter]{background:linear-gradient(to right,#ede9fe,#fae8ff,#ede9fe);color:#1f2937}.products-premium__header{text-align:center;margin-bottom:5rem;position:relative;z-index:1}.products-premium__subheading{font-size:1.2rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;opacity:.7;margin-bottom:1.2rem;color:inherit}.products-premium__heading{font-size:clamp(2.8rem,5.5vw,5.2rem);font-weight:900;line-height:1.15;margin-bottom:1.8rem;color:inherit;letter-spacing:-.05em}.products-premium-section[data-theme=black-friday] .products-premium__heading{background-image:linear-gradient(to right,#fff,#fef08a,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.products-premium-section[data-theme=christmas] .products-premium__heading{background-image:linear-gradient(to right,#fff,#fca5a5,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.products-premium-section[data-theme=spring] .products-premium__heading{background-image:linear-gradient(to right,#1f2937,#e11d48,#1f2937);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.products-premium-section[data-theme=summer] .products-premium__heading{background-image:linear-gradient(to right,#fff,#67e8f9,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.products-premium-section[data-theme=autumn] .products-premium__heading{background-image:linear-gradient(to right,#fff,#fed7aa,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.products-premium-section[data-theme=winter] .products-premium__heading{background-image:linear-gradient(to right,#fff,#67e8f9,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.products-premium-section[data-theme=valentine] .products-premium__heading{background-image:linear-gradient(to right,#fff,#fce7f3,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.products-premium-section[data-theme=easter] .products-premium__heading{background-image:linear-gradient(to right,#1f2937,#7c3aed,#1f2937);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.products-premium__description{font-size:1.5rem;line-height:1.6;max-width:650px;margin:0 auto;opacity:.75;color:inherit;font-weight:400}.products-premium__grid-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent;padding-bottom:1rem;margin:0 -16px}.products-premium__grid-wrapper::-webkit-scrollbar{height:4px}.products-premium__grid-wrapper::-webkit-scrollbar-track{background:transparent}.products-premium__grid-wrapper::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.products-premium__grid-wrapper::-webkit-scrollbar-thumb:hover{background:#ffffff80}.products-premium__grid{display:flex;flex-direction:row;gap:20px;width:max-content;padding:0 16px;list-style:none;margin:0}.products-premium__item{flex:0 0 auto;width:calc(100vw - 64px);max-width:320px;min-width:280px}@media (min-width: 640px){.products-premium__grid-wrapper{overflow-x:visible;margin:0;padding-bottom:0}.products-premium__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%}.products-premium__item{width:auto;max-width:none;min-width:0}}@media (min-width: 1024px){.products-premium__grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (min-width: 1400px){.products-premium__grid{grid-template-columns:repeat(3,1fr);gap:40px}}.product-card-link{display:block;height:100%;text-decoration:none;color:inherit}.product-card-link:focus{outline:2px solid transparent;outline-offset:2px}.product-card{height:100%;display:flex;flex-direction:column;overflow:hidden;border:2px solid transparent;background-color:var(--color-white);box-shadow:var(--shadow-sm);transition:all .5s cubic-bezier(.4,0,.2,1);border-radius:8px;font-family:var(--font-inter)}.products-premium-section[data-theme=black-friday] .product-card{border-color:#facc1566}.products-premium-section[data-theme=black-friday] .product-card-link:hover .product-card{border-color:#facc15cc}.products-premium-section[data-theme=christmas] .product-card{border-color:#f8717166}.products-premium-section[data-theme=christmas] .product-card-link:hover .product-card{border-color:#f87171cc}.products-premium-section[data-theme=spring] .product-card{border-color:#e11d4866}.products-premium-section[data-theme=spring] .product-card-link:hover .product-card{border-color:#e11d48cc}.products-premium-section[data-theme=summer] .product-card{border-color:#67e8f966}.products-premium-section[data-theme=summer] .product-card-link:hover .product-card{border-color:#67e8f9cc}.products-premium-section[data-theme=autumn] .product-card{border-color:#fdba7466}.products-premium-section[data-theme=autumn] .product-card-link:hover .product-card{border-color:#fdba74cc}.products-premium-section[data-theme=winter] .product-card{border-color:#67e8f966}.products-premium-section[data-theme=winter] .product-card-link:hover .product-card{border-color:#67e8f9cc}.products-premium-section[data-theme=valentine] .product-card{border-color:#f9a8d466}.products-premium-section[data-theme=valentine] .product-card-link:hover .product-card{border-color:#f9a8d4cc}.products-premium-section[data-theme=easter] .product-card{border-color:#8b5cf666}.products-premium-section[data-theme=easter] .product-card-link:hover .product-card{border-color:#8b5cf6cc}.product-card-link:hover .product-card{box-shadow:var(--shadow-xl)}@media (min-width: 768px){.product-card-link:hover .product-card{box-shadow:var(--shadow-2xl);transform:translateY(-6px)}}.product-card__header{padding:0;position:relative;overflow:hidden;background-color:var(--color-white)}.product-card__image-container{position:relative;width:100%;aspect-ratio:1 / 1;background-color:var(--color-white);overflow:hidden}.product-card__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:8px;margin:0}@media (min-width: 768px){.product-card__image-wrapper{padding:12px}}.product-card__image{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;transition:opacity .7s cubic-bezier(.4,0,.2,1);opacity:1;display:block;margin:0;padding:0;position:relative}.product-card-link:hover .product-card__image--primary{opacity:0}@media (max-width: 767px){.product-card-link:hover .product-card__image--primary{opacity:1;transform:scale(1)}}.product-card__image--secondary{opacity:0;transform:none}.product-card-link:hover .product-card__image--secondary{opacity:1;transform:none}@media (max-width: 767px){.product-card__image--secondary{display:none}}.product-card__discount-badge{position:absolute;top:6px;left:6px;z-index:20}@media (min-width: 768px){.product-card__discount-badge{top:12px;left:12px}}.product-card__discount-badge-inner{background-color:var(--color-black);color:var(--color-white);font-size:8px;font-weight:900;padding:2px 6px;border-radius:2px;letter-spacing:-.025em;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;font-family:var(--font-inter)}@media (min-width: 768px){.product-card__discount-badge-inner{font-size:10px;padding:4px 10px}}.product-card__promotion-badge{position:absolute;top:6px;right:6px;z-index:20}@media (min-width: 768px){.product-card__promotion-badge{top:12px;right:12px}}.product-card__image-placeholder{width:100%;aspect-ratio:1 / 1;background-color:var(--color-gray-50);display:flex;align-items:center;justify-content:center}.product-card__image-placeholder-text{color:var(--color-gray-400);font-size:12px;font-family:var(--font-inter)}@media (min-width: 768px){.product-card__image-placeholder-text{font-size:14px}}.product-card__content{padding:16px;flex:1;display:flex;flex-direction:column}@media (min-width: 768px){.product-card__content{padding:24px}}.product-card__brand{font-size:11px;color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.2em;font-weight:600;margin-bottom:6px;font-family:var(--font-inter)}@media (min-width: 768px){.product-card__brand{font-size:12px;margin-bottom:10px}}.product-card__title{font-weight:500;font-size:14px;line-height:1.5;color:var(--color-gray-900);margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease;font-family:var(--font-inter)}.product-card-link:hover .product-card__title{color:var(--color-black)}@media (min-width: 768px){.product-card__title{font-size:16px;margin-bottom:14px}}.product-card__footer{padding:0 16px 16px;display:flex;flex-direction:column;gap:10px}@media (min-width: 768px){.product-card__footer{padding:0 24px 24px;gap:14px}}.product-card__pricing{display:flex;align-items:baseline;justify-content:space-between;width:100%}.product-card__price-wrapper{display:flex;flex-direction:column;gap:2px}.product-card__price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}@media (min-width: 768px){.product-card__price-row{gap:8px}}.product-card__price{font-size:20px;font-weight:900;color:var(--color-black);letter-spacing:-.025em;font-family:var(--font-inter)}@media (min-width: 768px){.product-card__price{font-size:24px}}.product-card__compare-price{font-size:12px;color:var(--color-gray-400);text-decoration:line-through;font-weight:500;font-family:var(--font-inter)}@media (min-width: 768px){.product-card__compare-price{font-size:14px}}.product-card__savings{font-size:11px;color:var(--color-red-600);font-weight:600;font-family:var(--font-inter)}@media (min-width: 768px){.product-card__savings{font-size:12px}}.product-card__cta{display:block;opacity:1;transition:all .3s ease;transform:translateY(0)}.product-card__cta-button{display:flex;align-items:center;justify-content:center;gap:8px;background-color:var(--color-black);color:var(--color-white);font-size:13px;font-weight:700;padding:10px 18px;border-radius:2px;cursor:pointer;transition:background-color .3s ease;letter-spacing:.05em;font-family:var(--font-inter);border:none;text-decoration:none}@media (min-width: 768px){.product-card__cta-button{font-size:14px;padding:12px 20px}}.product-card__cta-button:hover{background-color:#1a1a1a}.products-premium-section[data-theme=black-friday] .product-card__cta-button{background-color:#facc15;color:#000}.products-premium-section[data-theme=black-friday] .product-card__cta-button:hover{background-color:#fde047}.products-premium-section[data-theme=christmas] .product-card__cta-button{background-color:#dc2626;color:#fff}.products-premium-section[data-theme=christmas] .product-card__cta-button:hover{background-color:#ef4444}.products-premium-section[data-theme=spring] .product-card__cta-button{background-color:#f43f5e;color:#fff}.products-premium-section[data-theme=spring] .product-card__cta-button:hover{background-color:#e11d48}.products-premium-section[data-theme=summer] .product-card__cta-button{background-color:#06b6d4;color:#fff}.products-premium-section[data-theme=summer] .product-card__cta-button:hover{background-color:#0891b2}.products-premium-section[data-theme=autumn] .product-card__cta-button{background-color:#f97316;color:#fff}.products-premium-section[data-theme=autumn] .product-card__cta-button:hover{background-color:#fb923c}.products-premium-section[data-theme=winter] .product-card__cta-button{background-color:#22d3ee;color:#0f172a}.products-premium-section[data-theme=winter] .product-card__cta-button:hover{background-color:#06b6d4}.products-premium-section[data-theme=valentine] .product-card__cta-button{background-color:#ec4899;color:#fff}.products-premium-section[data-theme=valentine] .product-card__cta-button:hover{background-color:#f472b6}.products-premium-section[data-theme=easter] .product-card__cta-button{background-color:#8b5cf6;color:#fff}.products-premium-section[data-theme=easter] .product-card__cta-button:hover{background-color:#7c3aed}.product-card__cta-button-arrow{width:14px;height:14px;transition:transform .3s ease}.product-card-link:hover .product-card__cta-button-arrow{transform:translate(4px)}.promotion-badge{display:flex;align-items:center;justify-content:center;font-weight:900;border-radius:2px;text-transform:uppercase;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;font-family:var(--font-inter)}.promotion-badge{font-size:7px;padding:2px 6px;letter-spacing:.1em;gap:2px}@media (min-width: 768px){.promotion-badge{font-size:9px;padding:4px 10px;letter-spacing:.2em;gap:6px}}.promotion-badge__icon{flex-shrink:0}.promotion-badge__icon{width:6px;height:6px}@media (min-width: 768px){.promotion-badge__icon{width:10px;height:10px}}.promotion-badge__text{white-space:nowrap}.promotion-badge__text-mobile{display:inline}.promotion-badge__text-desktop{display:none}@media (min-width: 768px){.promotion-badge__text-mobile{display:none}.promotion-badge__text-desktop{display:inline}}.promotion-badge--black-friday{background:linear-gradient(to right,#dc2626,#b91c1c);color:#fff}.promotion-badge--soldes{background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff}.promotion-badge--promo{background:linear-gradient(to right,#16a34a,#15803d);color:#fff}.promotion-badge--flash{background:linear-gradient(to right,#f97316,#ea580c);color:#fff}.promotion-badge--premium{background-color:#000;color:#fff}.promotion-badge--summer{background:linear-gradient(to right,#ec4899,#f43f5e);color:#fff}.promotion-badge--winter{background:linear-gradient(to right,#0891b2,#0284c7);color:#fff}.promotion-badge--new{background:linear-gradient(to right,#9333ea,#7e22ce);color:#fff}.promotion-badge--limited{background:linear-gradient(to right,#eab308,#f59e0b,#eab308);color:#000}.promotion-badge--minimal{background-color:#1f2937;color:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.promotion-badge__icon{animation:pulse 2s ease-in-out infinite}.products-premium__footer,.products-premium__button{display:none!important}.products-premium__button:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html{scroll-behavior:smooth}.product-card-link:focus-visible{outline:2px solid #000000;outline-offset:4px;border-radius:8px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/products-premium.css.map */
