.shop-header{text-align:center;color:#fff;background-color:#000;padding:140px 24px 60px;position:relative;overflow:hidden}.shop-header:after{content:"";background:#ffffff1a;height:1px;position:absolute;bottom:0;left:0;right:0}.shop-header-content{z-index:2;max-width:600px;margin:0 auto;position:relative}.shop-subtitle{font-family:var(--font-sora);letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:12px;font-size:11px;font-weight:600;display:block}.shop-title{letter-spacing:4px;color:#fff;margin-bottom:16px;font-size:clamp(32px,6vw,64px);font-weight:400}.shop-line{background-color:var(--gold);width:60px;height:2px;margin:0 auto 24px}.shop-description{font-family:var(--font-sora);color:#ffffffb3;letter-spacing:.5px;font-size:13px;font-weight:300;line-height:1.8}.shop-catalog-section{background-color:var(--white);min-height:50vh;padding:80px 24px}.shop-product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:40px 32px;max-width:1200px;margin:0 auto;display:grid}.shop-product-card{flex-direction:column;display:flex;position:relative}.shop-product-img-wrapper{aspect-ratio:3/4;background-color:#f9f9f9;border-radius:2px;width:100%;margin-bottom:20px;position:relative;overflow:hidden}.shop-product-link{width:100%;height:100%;display:block}.shop-product-img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.shop-product-card:hover .shop-product-img{transform:scale(1.05)}.shop-product-badge{background-color:var(--red);color:var(--white);font-family:var(--font-sora);letter-spacing:1.5px;z-index:2;text-transform:uppercase;padding:4px 10px;font-size:9px;font-weight:700;position:absolute;top:16px;left:16px}.shop-product-actions{z-index:3;background:linear-gradient(#0000,#0006);justify-content:center;width:100%;padding:20px;transition:bottom .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute;bottom:-60px;left:0}.shop-product-card:hover .shop-product-actions{bottom:0}.shop-add-cart-btn{background-color:var(--white);color:var(--black);font-family:var(--font-sora);letter-spacing:2px;text-transform:uppercase;cursor:pointer;border:none;border-radius:0;padding:12px 28px;font-size:10px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0000001a}.shop-add-cart-btn:hover{background-color:var(--black);color:var(--white)}.shop-product-info{text-align:center}.shop-product-info-link{text-decoration:none}.shop-product-name{font-family:var(--font-sora);color:var(--black);letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:500;transition:color .3s}.shop-product-name:hover{color:var(--gold)}.shop-product-price-row{font-family:var(--font-sora);justify-content:center;align-items:center;gap:10px;display:flex}.shop-current-price{color:var(--black);font-size:14px;font-weight:600}.shop-old-price{color:#888;font-size:12px;text-decoration:line-through}.shop-empty-state{text-align:center;max-width:500px;font-family:var(--font-sora);border:1px dashed #ddd;margin:40px auto;padding:80px 20px}.shop-empty-state p{color:var(--black);margin-bottom:12px;font-size:15px}.shop-empty-sub{color:#666;font-size:13px}.shop-empty-sub a{color:var(--gold);font-weight:600;text-decoration:underline}@media (max-width:768px){.shop-header{padding:120px 20px 50px}.shop-product-grid{grid-template-columns:repeat(2,1fr);gap:24px 12px}.shop-catalog-section{padding:40px 16px}.shop-product-img-wrapper{margin-bottom:12px}.shop-product-actions{background:linear-gradient(#0000,#00000080);padding:8px;bottom:0}.shop-add-cart-btn{width:100%;padding:9px 12px;font-size:9px;box-shadow:0 2px 8px #00000026}.shop-product-name{font-size:12px}.shop-current-price{font-size:13px}.shop-old-price{font-size:11px}}@media (max-width:480px){.shop-product-grid{grid-template-columns:repeat(2,1fr);gap:16px 8px}.shop-product-badge{padding:3px 6px;font-size:8px;top:8px;left:8px}}
