/* Customized Fonts */
/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Raleway:wght@300;400;500;600&display=swap');

/* Body text - Raleway 300 */
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.6;
}

/* All headings - Playfair Display */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
    font-weight: 200;
    color: #fff !important;
}

/* Buttons and CTAs - Raleway medium for better readability */
button, .btn, a.button {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

/* Navigation - Raleway */
nav, .navigation, .menu {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

/* Paragraph spacing for better readability */
p {
    margin-bottom: 1.2em;
}

/* Strong/Bold text - increase weight for Raleway */
strong, b {
    font-weight: 600;
}

/* ==================== HOME PAGE ==================== */

/* Mobile-specific adjustments for hero section */
@media (max-width: 991px) {
    .section.custom-circles-container .col-lg-7 {
        max-width: 60% !important;
        flex: 0 0 60%;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    
    .section.custom-circles-container .text-10 {
        font-size: 2.5rem !important;
        line-height: 1.3 !important;
    }
    
    .section.custom-circles-container .text-5 {
        font-size: 1rem !important;
    }
    
    .section.custom-circles-container .btn {
        font-size: 0.9rem !important;
        padding: 0.6rem 1.5rem !important;
    }
    
    .section.custom-circles-container {
        background-position: 70% center !important;
    }
}

@media (max-width: 575px) {
    .section.custom-circles-container .col-lg-7 {
        max-width: 55% !important;
        flex: 0 0 55%;
    }
    
    .section.custom-circles-container .text-10 {
        font-size: 2rem !important;
    }
    
    .section.custom-circles-container .text-5 {
        font-size: 0.9rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .section.custom-circles-container {
        background-position: 75% center !important;
    }
}

/* Category Card Hover Effect - Home page */
.card {
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.card-img-top {
    transition: transform 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.15);
}

.card-body .card-title,
.card-body .card-text,
.card-body .read-more {
    transition: color 0.3s ease;
}

.card-title,
.card-title a {
    color: #fff !important;
}

/* ==================== CATEGORY PAGE ==================== */

/* Section Background */
.bg-color-grey-scale-1 {
    background: #1a1a1a !important;
}

/* Sidebar Filters */
.sidebar-filters {
    background: var(--primary);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
    color: #fff;
}

.sidebar-filters .form-control,
.sidebar-filters .form-select {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
}

.sidebar-filters .form-control::placeholder {
    color: rgba(255,255,255,0.6);
}

.sidebar-filters .form-control:focus,
.sidebar-filters .form-select:focus {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.4);
    color: #fff;
    box-shadow: none;
}

.filter-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #fff !important;
}

.filter-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #fff;
}

.filter-list .form-check-label {
    cursor: pointer;
    transition: all 0.3s;
    color: rgba(255,255,255,0.9);
}

.filter-list .form-check-label:hover {
    color: #fff;
}

.filter-list .form-check-label .text-muted {
    color: rgba(255,255,255,0.6) !important;
}

.form-check-input {
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
}

.form-check-input:focus {
    border-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 0 0.25rem rgba(255,255,255,0.15);
}

/* Price Range Slider */
.form-range {
    background: rgba(255,255,255,0.2);
}

.form-range::-webkit-slider-thumb {
    background: #fff;
}

.form-range::-moz-range-thumb {
    background: #fff;
}

.w-45 {
    width: 45%;
}

.sidebar-filters .border-bottom {
    border-color: rgba(255,255,255,0.2) !important;
}

/* Size Buttons */
.size-buttons {
    gap: 8px;
}

.size-buttons .btn {
    min-width: 45px;
    transition: all 0.3s;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.size-buttons .btn:hover,
.size-buttons .btn.active {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

/* Sidebar Buttons */
.sidebar-filters .btn-outline-dark {
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    background: transparent;
}

.sidebar-filters .btn-outline-dark:hover {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

.sidebar-filters .btn-dark {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

.sidebar-filters .btn-dark:hover {
    background: rgba(255,255,255,0.9);
    color: var(--primary);
}

/* Product Cards */
.product-card {
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border-color: var(--primary);
}

.product-card .card-body {
    background: #2a2a2a;
}

.product-image-wrapper {
    position: relative;
    background: #1a1a1a;
    overflow: hidden;
}

.product-image-wrapper img {
    transition: transform 0.5s;
}

.product-card:hover .product-image-wrapper img {
    transform: scale(1.1);
}

.product-overlay {
    display: none;
}

.product-card .card-title a {
    color: #fff !important;
}

.product-card .card-title a:hover {
    color: var(--primary) !important;
}

.product-card .text-muted {
    color: rgba(255,255,255,0.6) !important;
}

.product-card .text-color-primary {
    color: var(--primary) !important;
}

/* Active Filter Tags */
.active-filters .badge {
    padding: 8px 12px;
    font-weight: normal;
    cursor: pointer;
    transition: all 0.3s;
    background: var(--primary) !important;
}

.active-filters .badge:hover {
    background: #fff !important;
    color: var(--primary) !important;
}

.active-filters .badge i {
    font-size: 10px;
    opacity: 0.7;
}

.active-filters a {
    color: var(--primary);
}

.active-filters a:hover {
    color: #fff;
}

/* Custom Select */
.custom-select-dark {
    background: #2a2a2a;
    border: 1px solid #3a3a3a;
    padding: 8px 35px 8px 12px;
    font-size: 14px;
    color: #fff;
}

.custom-select-dark:focus {
    background: #2a2a2a;
    border-color: var(--primary);
    color: #fff;
    box-shadow: none;
}

/* Mobile Filter Button */
.btn-dark {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-dark:hover {
    background: #fff;
    color: var(--primary);
    border-color: #fff;
}

/* Mobile Offcanvas */
.offcanvas {
    width: 320px !important;
    background: var(--primary);
}

.offcanvas-header {
    border-color: rgba(255,255,255,0.2) !important;
    color: #fff;
}

.offcanvas-title {
    color: #fff;
    font-weight: bold;
}

.offcanvas-body {
    color: #fff;
}

.offcanvas .sidebar-filters {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.offcanvas-body .filter-group {
    margin-bottom: 25px;
}

.offcanvas-footer {
    background: rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2) !important;
}

.offcanvas .btn-close {
    filter: invert(1);
    opacity: 1;
}

.offcanvas-footer .btn-outline-dark {
    border-color: rgba(255,255,255,0.5);
    color: #fff;
    background: transparent;
}

.offcanvas-footer .btn-outline-dark:hover {
    background: #fff;
    color: var(--primary);
}

.offcanvas-footer .btn-dark {
    background: #fff;
    color: var(--primary);
}

.offcanvas-footer .btn-dark:hover {
    background: rgba(255,255,255,0.9);
}

/* Hide Pagination */
.pagination {
    display: none;
}

/* Breadcrumb */
.breadcrumb-light {
    background: transparent;
    padding: 0;
}

.breadcrumb-light li {
    color: rgba(255,255,255,0.7);
}

.breadcrumb-light li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-light li a:hover {
    color: var(--primary);
}

.text-color-grey {
    color: rgba(255,255,255,0.7) !important;
}

/* Sticky Sidebar */
@media (min-width: 992px) {
    .sidebar-filters {
        position: sticky;
        top: 100px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }
    
    .sidebar-filters::-webkit-scrollbar {
        width: 6px;
    }
    
    .sidebar-filters::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.1);
    }
    
    .sidebar-filters::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.3);
        border-radius: 3px;
    }
    
    .sidebar-filters::-webkit-scrollbar-thumb:hover {
        background: rgba(255,255,255,0.5);
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .col-md-6.text-end {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    
    .btn.d-md-none {
        margin-bottom: 0 !important;
        flex-shrink: 0;
    }
    
    .custom-select-dark {
        flex: 1;
        min-width: 150px;
    }
    
    .product-card {
        margin-bottom: 20px;
    }
    
    .filter-group {
        margin-bottom: 20px !important;
    }
    
    h1.text-8 {
        font-size: 2rem !important;
    }
    
    .text-color-grey.text-4 {
        font-size: 0.9rem !important;
    }
}

/* Rating Stars */
.product-rating .fa-star,
.product-rating .fa-star-half-alt {
    color: #ffc107;
}

/* Badges */
.badge.bg-danger {
    background: #dc3545 !important;
}

.text-decoration-line-through {
    color: rgba(255,255,255,0.5) !important;
}

/* ==================== PRODUCT PAGE ==================== */

/* Theme Integration */
.product .product-thumb-info {
    background: #2a2a2a !important;
    border: 1px solid #3a3a3a !important;
    border-bottom: 3px solid var(--primary) !important;
}

.product:hover .product-thumb-info {
    background-color: #1a1a1a !important;
}

.product .product-thumb-info .product-thumb-info-content {
    background: #2a2a2a;
}

.product .product-thumb-info h4,
.product .product-thumb-info .product-thumb-info-content h4 {
    color: #fff !important;
}

/* Main Product Image */
.main-product-image {
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
}

.main-product-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Zoom Lens ── */
.main-product-image {
    position: relative;
    display: inline-block;
    overflow: visible;
    cursor: none;
}

.zoom-lens {
    position: absolute;
    border: 2px solid --primary;
    background: rgba(255, 215, 0, 0.08);
    backdrop-filter: blur(1px);
    pointer-events: none;
    display: none;
    z-index: 10;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.1);
}

.zoom-result {
    position: absolute;
    top: 0;
    left: calc(100% + 16px);
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
    display: none;
    z-index: 100;
    background: #111;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,215,0,0.1);
}

.zoom-result img {
    position: absolute;
    pointer-events: none;
    max-width: none !important;
}

.main-product-image:hover .zoom-lens,
.main-product-image:hover .zoom-result {
    display: block;
}


.wishlist-btn,
.zoom-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.wishlist-btn:hover,
.zoom-btn:hover {
    background: #fff;
    transform: scale(1.1);
}

.wishlist-btn i.fas {
    color: #dc3545;
}

/* Product Thumbnails */
.product-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    overflow-x: auto;
}

.thumbnail-item {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
    background: #1a1a1a;
}

.thumbnail-item:hover,
.thumbnail-item.active {
    border-color: var(--primary);
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-thumbnail i {
    font-size: 2rem;
}

/* Product Info Section - COMPACT VERSION */
.product-info,
.summary,
.entry-summary {
    background: transparent !important;
    /* padding: 20px 25px !important; */
    /* border-radius: 8px; */
    text-align: left !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-info h1,
.summary h1 {
    color: #fff !important;
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}

.product-info .text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.product-info{
    border: 0px !important;
}

.product-info .text-success {
    color: #28a745 !important;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 10px;
}

/* Rating Section */
.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.product-rating .stars {
    display: flex;
    gap: 2px;
}

.product-rating .fa-star,
.product-rating .fa-star-half-alt {
    color: #ffc107 !important;
    font-size: 0.9rem;
}

.product-rating strong,
.product-rating span,
.product-rating a {
    color: #fff !important;
    font-size: 0.9rem;
}

.product-rating a:hover {
    color: var(--primary) !important;
}

.product-rating .text-success i {
    color: #28a745 !important;
}

/* Price Section */
.product-price {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.current-price {
    color: var(--light) !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.original-price {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 1.2rem !important;
}

.badge.bg-success {
    background: #28a745 !important;
    color: #fff !important;
    padding: 4px 8px;
    font-size: 0.8rem;
}

.product-price p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.85rem;
}

/* Product Options */
.product-option {
    margin-bottom: 15px;
}

.product-option label {
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.btn-group-option {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.btn-option,
.btn-size {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-option:hover,
.btn-size:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--primary);
}

.btn-option.active,
.btn-size.active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.btn-size {
    min-width: 45px;
    padding: 8px 12px;
}

.product-option a {
    color: var(--primary) !important;
    font-size: 0.85rem;
    margin-top: 8px;
    display: inline-block;
}

.product-option a:hover {
    text-decoration: underline;
}

/* Engraving Input */
.engraving-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    border-radius: 6px;
}

.engraving-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--primary);
    color: #fff;
    box-shadow: none;
    outline: none;
}

.engraving-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Action Buttons */
.product-actions {
    margin-bottom: 15px;
}

.product-actions .btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
    padding: 12px 20px !important;
    font-size: 0.95rem;
    font-weight: 600;
}

.product-actions .btn-primary:hover {
    background: var(--primary-300) !important;
    border-color: var(--primary-300) !important;
}

/* Additional Actions */
.additional-actions {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    flex-wrap: wrap;
}

.additional-actions .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    background: transparent;
    flex: 1;
    min-width: 60px;
    padding: 10px 15px;
    font-size: 0.85rem;
}

.additional-actions .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: #fff;
}

/* Trust Badges */
.trust-badges {
    margin-top: auto;
}

.trust-badge {
    text-align: left !important;
}

.trust-badge i {
    color: var(--primary) !important;
    font-size: 1.8rem !important;
    margin-bottom: 5px;
    display: block;
}

.trust-badge p {
    color: #fff !important;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.2;
}

/* Border Colors */
.border-bottom,
.border-secondary {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Product Tabs */
.custom-nav-tabs {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    border: none;
}

.custom-nav-tabs .nav-item {
    flex: 1 1 auto;
    margin: 0;
}

.custom-nav-tabs .nav-link {
    background: var(--primary) !important;
    border: none !important;
    color: #fff !important;
    padding: 15px 20px;
    margin: 0;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s;
    font-weight: 500;
    width: 100%;
    text-align: center;
    opacity: 0.6;
}

.custom-nav-tabs .nav-link:hover {
    opacity: 0.8;
}

.custom-nav-tabs .nav-link.active {
    opacity: 1 !important;
}

/* Tab Content */
.tab-content {
    background: #2a2a2a !important;
    text-align: left !important;
    padding: 30px 20px;
    border-radius: 0 0 8px 8px;
}

.tab-pane {
    text-align: left !important;
}

.tab-pane h3,
.tab-pane h4,
.tab-pane h5,
.tab-pane p,
.tab-pane ul,
.tab-pane li {
    text-align: left !important;
    color: #fff !important;
}

.tab-pane .text-center {
    text-align: center !important;
}

/* Review Summary */
.review-summary {
    background: #1a1a1a !important;
}

.review-item {
    background: #1a1a1a !important;
    transition: all 0.3s;
}

.review-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Specifications Table */
.specs-table .table {
    background: #1a1a1a !important;
    color: #fff;
    margin: 0;
}

.specs-table .table td,
.specs-table .table th {
    border-color: rgba(255, 255, 255, 0.1);
    padding: 12px 15px;
    color: #fff !important;
}

.specs-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Rating Input */
.rating-input i {
    font-size: 2rem;
    color: #666;
    cursor: pointer;
    transition: color 0.2s;
    margin: 0 5px;
}

.rating-input i:hover,
.rating-input i.fas {
    color: #ffc107;
}

/* Progress Bars */
.progress {
    background-color: rgba(255, 255, 255, 0.1);
}

.progress-bar {
    background-color: #ffc107 !important;
}

/* Alert */
.alert-info {
    background: var(--primary) !important;
    color: #fff !important;
    border: none !important;
}

/* Modal Forms */
.modal-content .form-control {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.modal-content .form-control:focus {
    background: #2a2a2a;
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.modal-content .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Compact Layout Helpers */
.product-info .row.g-3 {
    row-gap: 0.5rem !important;
}

.product-info .mb-2 {
    margin-bottom: 0.5rem !important;
}

.product-info .mb-3 {
    margin-bottom: 0.75rem !important;
}

.product-info .mb-4 {
    margin-bottom: 1rem !important;
}

.product-info > *:last-child {
    margin-bottom: 0 !important;
}

/* Container Fill Height */
.col-lg-6:has(.product-info) {
    display: flex;
}

.col-lg-6 .product-info {
    width: 100%;
}

/* Mobile Responsive - Product Page */
@media (max-width: 991px) {
    .product-info,
    .summary {
        padding: 20px !important;
        margin-top: 30px;
        height: auto;
    }
    
    .current-price {
        font-size: 1.75rem !important;
    }
}

@media (max-width: 575px) {
    .product-info h1 {
        font-size: 1.5rem !important;
    }
    
    .current-price {
        font-size: 1.5rem !important;
    }
    
    .original-price {
        font-size: 1rem !important;
    }
    
    .additional-actions {
        flex-direction: column;
    }
    
    .additional-actions .btn-outline-light {
        width: 100%;
    }
}

/* Form text white */
/* Form input text color - white */
.form-control.text-3.h-auto.py-2,
.form-control-dark-theme {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.05);
}

/* Form input placeholder text color - light gray */
.form-control.text-3.h-auto.py-2::placeholder,
.form-control-dark-theme::placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

/* Form input focus state */
.form-control.text-3.h-auto.py-2:focus,
.form-control-dark-theme:focus {
    color: #ffffff !important;
    /* background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3); */
}

/* Label text color - white */
.form-label.mb-1.text-2,
.form-label-dark-theme {
    color: #ffffff !important;
}


.info-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: none;
    background-color: transparent;
}

.info-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.info-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 110%;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 1000;
    transition: opacity 0.3s, visibility 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.info-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    border-width: 6px;
    border-style: solid;
    border-color: #1a1a1a transparent transparent transparent;
}

.info-btn:hover .info-tooltip {
    visibility: visible;
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .info-tooltip {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        white-space: normal;
        max-width: 200px;
        text-align: center;
    }
    
    .info-tooltip::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}
.collection-box img {
    transition: transform 0.8s ease;
}

.collection-box:hover img {
    transform: scale(1.08);
}

.collection-overlay {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:50px;
    background:linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0));
    transition:.4s ease;
}

.collection-overlay h3 {
    font-size:26px;
    letter-spacing:3px;
    margin-bottom:15px;
}

.collection-overlay a {
    color:#FFFFFF;
    text-decoration:none;
    letter-spacing:2px;
    font-size:13px;
    opacity:.8;
    transition:.3s;
}

.collection-overlay a:hover {
    opacity:1;
}
.collection-box:hover .collection-overlay {
    background:linear-gradient(to top, rgba(43,15,58,.95), rgba(0,0,0,0));
}

/* .collection-box:hover {
    outline:1px solid #FFFFFF;
} */
/* Header Icons for login and wishlist */

.header-action-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 4px;
}

.header-action-item {
    display: flex;
    align-items: center;
}

.header-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.75) !important;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s ease;
    min-width: 52px;
}

.header-action-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--primary);
    transition: width 0.3s ease;
}

.header-action-btn:hover {
    color: #fff !important;
    border-color: rgba(201, 169, 110, 0.25);
    background: rgba(201, 169, 110, 0.06);
    transform: translateY(-2px);
}

.header-action-btn:hover::after {
    width: 60%;
}

.header-action-icon {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
}

.header-action-btn:hover .header-action-icon {
    transform: scale(1.15);
    color: white;
}

/* Heart pulse on wishlist hover */
.header-action-item:last-child .header-action-btn:hover .header-action-icon i {
    animation: heartbeat 0.5s ease;
}

@keyframes heartbeat {
    0%   { transform: scale(1);    }
    30%  { transform: scale(1.3);  }
    60%  { transform: scale(0.95); }
    100% { transform: scale(1.15); }
}

.header-action-label {
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-top: 3px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    display: block;
}

.header-action-btn:hover .header-action-label {
    opacity: 1;
}
