:root{--premium-gold: #c9a962;--premium-gold-hover: #b8965c;--premium-dark: #1a1a1a;--premium-light: #f8f8f8;--premium-gradient: linear-gradient(135deg, #1a1a1a 0%, #333 100%);--premium-shadow: 0 10px 40px rgba(0, 0, 0, .15);--premium-shadow-hover: 0 20px 60px rgba(0, 0, 0, .25);--premium-radius: 16px;--premium-transition: .4s cubic-bezier(.4, 0, .2, 1)}.premium-reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.premium-reveal.revealed{opacity:1;transform:translateY(0)}.premium-reveal[data-delay="1"]{transition-delay:.1s}.premium-reveal[data-delay="2"]{transition-delay:.2s}.premium-reveal[data-delay="3"]{transition-delay:.3s}.premium-reveal[data-delay="4"]{transition-delay:.4s}.premium-reveal[data-delay="5"]{transition-delay:.5s}.premium-reveal[data-delay="6"]{transition-delay:.6s}.premium-reveal[data-delay="7"]{transition-delay:.7s}.premium-reveal[data-delay="8"]{transition-delay:.8s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.premium-hero{position:relative;padding:80px 20px;background:var(--premium-gradient);color:#fff;text-align:center;overflow:hidden}.premium-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(201,169,98,.15) 0%,transparent 50%);pointer-events:none}.premium-hero__title{font-size:42px;font-weight:700;margin:0 0 16px;letter-spacing:-.02em;animation:fadeInUp .8s ease forwards}.premium-hero__description{font-size:16px;opacity:.8;max-width:600px;margin:0 auto;line-height:1.6;animation:fadeInUp .8s ease .2s forwards;opacity:0}.premium-hero__count{display:inline-block;margin-top:20px;padding:8px 20px;background:#ffffff1a;border-radius:30px;font-size:14px;animation:fadeInUp .8s ease .4s forwards;opacity:0}@media (max-width: 749px){.premium-hero{padding:50px 16px}.premium-hero__title{font-size:28px}.premium-hero__description{font-size:14px}}.premium-grid{display:grid;gap:24px;padding:40px 20px;max-width:1400px;margin:0 auto}@media (min-width: 990px){.premium-grid{grid-template-columns:repeat(4,1fr);padding:60px 40px}}@media (min-width: 750px) and (max-width: 989px){.premium-grid{grid-template-columns:repeat(3,1fr);padding:40px 30px}}@media (max-width: 749px){.premium-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:24px 12px}}.premium-card{position:relative;background:#fff;border-radius:var(--premium-radius);overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform var(--premium-transition),box-shadow var(--premium-transition);text-decoration:none;color:inherit;display:block}.premium-card:hover{transform:translateY(-8px);box-shadow:var(--premium-shadow-hover)}.premium-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:var(--premium-light)}.premium-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.premium-card:hover .premium-card__image{transform:scale(1.08)}.premium-card__actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translate(10px);transition:all .3s ease}.premium-card:hover .premium-card__actions{opacity:1;transform:translate(0)}.premium-card__action-btn{width:40px;height:40px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.premium-card__action-btn:hover{background:var(--premium-dark);color:#fff}.premium-card__action-btn svg{width:18px;height:18px}.premium-card__badge{position:absolute;top:12px;left:12px;background:var(--premium-gold);color:#fff;font-size:11px;font-weight:600;padding:5px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.premium-card__info{padding:16px}.premium-card__title{font-size:14px;font-weight:600;margin:0 0 8px;color:var(--premium-dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.premium-card__price{font-size:15px;font-weight:700;color:var(--premium-dark)}.premium-card__price-compare{font-size:13px;color:#999;text-decoration:line-through;margin-left:8px}@media (max-width: 749px){.premium-card__info{padding:12px}.premium-card__title{font-size:13px}.premium-card__price{font-size:14px}.premium-card__actions{opacity:1;transform:translate(0)}.premium-card__action-btn{width:34px;height:34px}}.premium-category-card{position:relative;aspect-ratio:1;border-radius:var(--premium-radius);overflow:hidden;display:block;text-decoration:none;box-shadow:0 4px 20px #0000001a}.premium-category-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.premium-category-card:hover .premium-category-card__image{transform:scale(1.1)}.premium-category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.2) 50%,transparent 100%);transition:background .4s ease}.premium-category-card:hover .premium-category-card__overlay{background:linear-gradient(to top,#000000e6,#0006,#0003)}.premium-category-card__content{position:absolute;bottom:0;left:0;right:0;padding:20px;color:#fff;transform:translateY(10px);transition:transform .4s ease}.premium-category-card:hover .premium-category-card__content{transform:translateY(0)}.premium-category-card__title{font-size:18px;font-weight:700;margin:0 0 6px;letter-spacing:-.01em}.premium-category-card__count{font-size:13px;opacity:.7}.premium-category-card__arrow{position:absolute;bottom:20px;right:20px;width:36px;height:36px;background:var(--premium-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translate(-10px);transition:all .4s ease}.premium-category-card:hover .premium-category-card__arrow{opacity:1;transform:translate(0)}.premium-category-card__arrow svg{width:18px;height:18px;color:#fff}@media (max-width: 749px){.premium-category-card__content{padding:14px;transform:translateY(0)}.premium-category-card__title{font-size:14px}.premium-category-card__count{font-size:11px}.premium-category-card__arrow{width:28px;height:28px;bottom:14px;right:14px;opacity:1;transform:translate(0)}}.premium-filter-toggle{display:none;width:100%;padding:14px 20px;background:var(--premium-dark);color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;align-items:center;justify-content:center;gap:8px;border-radius:12px;margin:16px 12px;width:calc(100% - 24px)}.premium-filter-toggle svg{width:18px;height:18px}@media (max-width: 749px){.premium-filter-toggle{display:flex}}.premium-filter-drawer{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:24px 24px 0 0;max-height:80vh;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1000;box-shadow:0 -10px 40px #0003;overflow-y:auto}.premium-filter-drawer.open{transform:translateY(0)}.premium-filter-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff}.premium-filter-drawer__title{font-size:18px;font-weight:700;margin:0}.premium-filter-drawer__close{width:36px;height:36px;background:var(--premium-light);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.premium-filter-drawer__content{padding:20px}.premium-filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.premium-filter-overlay.visible{opacity:1;visibility:visible}.premium-sort{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--premium-light);margin:0 20px 20px;border-radius:12px}.premium-sort__label{font-size:14px;color:#666}.premium-sort__select{-webkit-appearance:none;appearance:none;background:transparent;border:none;font-size:14px;font-weight:600;color:var(--premium-dark);cursor:pointer;padding-right:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center}@media (max-width: 749px){.premium-sort{margin:0 12px 16px;padding:12px 16px}}.premium-load-more{display:flex;justify-content:center;padding:40px 20px 60px}.premium-load-more__btn{padding:16px 48px;background:var(--premium-dark);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.premium-load-more__btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.premium-load-more__btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.premium-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/premium-pages.css.map */
