body .product-section .product-card{display:flex;flex-direction:column;height:100%;padding:14px;background:#fff;transition:all .4s cubic-bezier(.16,1,.3,1);border-radius:10px;position:relative;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.05);overflow:hidden}body .product-section .product-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(0,0,0,.04),transparent 60%);opacity:0;transition:opacity .4s ease}body .product-section .product-card:hover:before{opacity:1}body .product-section .product-card:hover{box-shadow:0 18px 45px rgba(0,0,0,.12);transform:translateY(-8px) scale(1.01);z-index:10;border-color:rgba(0,0,0,.08)}body .product-section .product-card:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-25deg);opacity:0;pointer-events:none}body .product-section .product-card:hover:after{animation:shineSweep .9s ease forwards;opacity:1;animation-delay:.1s}@keyframes shineSweep{0%{left:-75%;opacity:0}20%{opacity:.6}to{left:130%;opacity:0}}body .sec-head-link{text-decoration:none}body .sec-head{font-family:var(--Baskervville);font-size:2.5rem;letter-spacing:8px;font-weight:500;text-align:center;color:#111;position:relative;display:flex;align-items:center;justify-content:center;gap:25px;margin:40px 0}body .sec-head:after,body .sec-head:before{content:"";flex:1 1;height:1px;background:#cbb37e;max-width:120px}body .product-section .product-card .img-container{overflow:hidden;position:relative;background:#fff;margin-bottom:18px;border-radius:8px}body .product-section .product-card .product-img{transition:transform .7s cubic-bezier(.16,1,.3,1);mix-blend-mode:multiply}body .product-section .product-card:hover .product-img{transform:scale(1.1) rotate(1deg)}body .product-section .product-card .product-info{text-align:center;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}body .product-section .product-card .product-title{font-family:var(--Baskervville);font-weight:400;color:#1a1a1a;font-size:.95em;text-transform:capitalize;line-height:1.4;margin-bottom:6px;min-height:60px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:all .3s ease;letter-spacing:.2px}body .product-section .product-card:hover .product-title{transform:translateY(-2px);letter-spacing:.3px}body .product-section .product-card .price{font-family:var(--Montserrat);color:#000;font-weight:500;font-size:.95em;margin:12px 0 18px;display:flex;align-items:center;justify-content:center;gap:10px}body .product-section .product-card .price .regular-price{text-decoration:line-through;color:#aaa;font-size:.85em}body .product-section .product-card .price .sale-price{font-weight:600;letter-spacing:.3px}body .product-section .product-card .pro-percentage{background:#000;color:#fff;font-family:var(--Montserrat);font-size:.65rem;font-weight:700;padding:6px 12px;border-radius:50px;position:absolute;top:12px;left:12px;z-index:5;letter-spacing:.8px}body .product-section .product-card .add-btn-wrapper{margin-top:auto;opacity:0;transform:translateY(15px);transition:all .35s ease}body .product-section .product-card:hover .add-btn-wrapper{opacity:1;transform:translateY(0)}body .product-section .product-card .add-to-cart-btn{background-color:#000;color:#fff;border:1px solid #000;padding:10px 0;width:100%;font-family:var(--Montserrat);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:1.2px;cursor:pointer;border-radius:6px;transition:all .3s ease;position:relative;overflow:hidden}body .product-section .product-card .add-to-cart-btn:hover{background-color:#fff;color:#000;transform:scale(1.03)}body .product-section .product-card .add-to-cart-btn:active{transform:scale(.97)}body .product-section .product-card .add-to-cart-btn:disabled{background-color:#e0e0e0;border-color:#e0e0e0;color:#888;cursor:not-allowed}@media (max-width:767px){body .product-section .product-card{padding:10px}body .product-section .product-card .product-title{font-size:.95em}body .product-section .product-card .add-btn-wrapper{opacity:1;transform:translateY(0)}body .sec-head{font-size:1.8rem;letter-spacing:4px}body .sec-head:after,body .sec-head:before{max-width:60px}}