:root{--club-blue:#29247c;--club-orange:#f58220;--club-blue-dark:#211c68;--shop-bg:#f8f9fc;}.shop-main{background:var(--shop-bg);min-height:70vh;}.shop-page-title{text-align:center;margin-bottom:40px;}.shop-page-title h1{color:var(--club-blue);font-weight:800;margin-bottom:10px;}.shop-page-title p{color:#777;}.product-card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.08);}.product-image-wrapper{height:240px;background:#f5f5f5;overflow:hidden;}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}.product-card:hover .product-image{transform:scale(1.05);}.product-card .card-body{padding:18px;}.product-title{color:#222;font-size:16px;font-weight:700;line-height:1.8;min-height:58px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.product-price{color:var(--club-blue);font-size:18px;font-weight:800;margin-bottom:16px;}.product-price small{color:#777;font-size:12px;font-weight:400;}.btn-club{background:var(--club-orange);border-color:var(--club-orange);color:#fff;font-weight:600;border-radius:7px;}.btn-club:hover{background:#df6f13;border-color:#df6f13;color:#fff;}.btn-club-outline{background:transparent;border:1px solid var(--club-blue);color:var(--club-blue);font-weight:600;border-radius:7px;}.btn-club-outline:hover{background:var(--club-blue);border-color:var(--club-blue);color:#fff;}@media (max-width:575.98px){.product-image-wrapper{height:220px}.shop-page-title{margin-bottom:25px}}.cart-badge{position:absolute;top:-6px;left:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:50%;background:var(--club-orange);color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;}.cart-popup{left:30px;top:42px;width:330px;border:0;border-radius:10px;box-shadow:0 10px 35px rgba(0,0,0,.12);overflow:hidden;}.cart-header{padding:10px 16px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;}.cart-items{max-height:260px;overflow-y:auto;}.cart-item{padding:12px 16px;border-bottom:1px solid #f1f1f1;}.cart-item-title{color:#333;font-size:14px;font-weight:600;margin-bottom:3px;}.cart-footer{padding:10px 16px;background:#fafafa;}.cart-total{color:var(--club-blue);}.cart-empty{padding:35px 15px;text-align:center;color:#888;}.cart-empty i{display:block;font-size:35px;margin-bottom:10px;color:#ccc;}@media (min-width:992px){.cart-dropdown:hover .dropdown-menu{display:block;margin-top:0}}@media (max-width:991.98px){.cart-popup{width:min(330px,calc(100vw - 30px))}}