/* ==========================================
   FITSPORT PREMIUM GOLD EDITION - WHITE
   Based on "White & Gold" Sportswear Aesthetic
   ========================================== */

/* 1. TYPOGRAPHY & BASE */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap');

body {
    font-family: 'Outfit', sans-serif !important;
    background-color: #ffffff !important;
    /* Clean White Body */
    background-image: none !important;
    color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    color: #111;
    /* Black Headings */
    letter-spacing: -0.5px;
}

/* 2. PREMIUM HYBRID HEADER (Black Header / White Body) */
.header {
    background: #111111 !important;
    /* Black Header */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #d4af37;
    /* Gold Separator */
    padding: 15px 0;
}

.header__menu ul li a {
    color: #ffffff !important;
    /* White Text */
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.header__menu ul li a:hover {
    color: #d4af37 !important;
    /* Gold Hover */
}

.header__logo a {
    color: #ffffff !important;
    /* White Logo */
    font-weight: 800;
    font-size: 24px;
}

.header__logo a span {
    color: #d4af37 !important;
}

/* 3. HERO SECTION - BLACK LUXURY REVAMP */
.hero__items {
    padding-top: 150px;
    background-color: #0b0b0b !important;
    /* Force Black Background behind image */
    position: relative;
    overflow: hidden;
}

/* Dark Gradient Overlay to ensure text readability on any image */
.hero__items::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    /* Only cover left side heavily */
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* FIX for Hero 2 (Shoes) - Shift image to be visible */
.hero-shoe-align {
    background-position: center right !important;
    /* Move shoes to right */
    background-size: cover !important;
}

.hero__text {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    /* Space for the vertical line */
    border-left: 4px solid #d4af37;
    /* THE VERTICAL GOLD LINE */
}

.hero__text h6 {
    color: #d4af37 !important;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

.hero__text h2 {
    color: #ffffff !important;
    /* White Text on Black Hero */
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 800;
    text-shadow: none;
}

.hero__text p {
    color: #cccccc !important;
    /* Light Gray Description */
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
    max-width: 450px;
}

.primary-btn {
    background: #d4af37 !important;
    color: #000000 !important;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 14px 40px;
    border-radius: 0;
    /* Square buttons like reference */
    border: none;
    transition: all 0.3s;
    text-transform: uppercase;
}

.primary-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.hero__social {
    display: none;
    /* Hide social icons in hero to match clean reference */
}

/* 4. BANNER GRID - WHITE EDITORIAL - ROBUST OVERRIDES */
/* Resetting the cluttered style.css defaults */
.banner__item {
    margin-bottom: 50px;
    background: transparent;
    display: block !important;
    position: relative !important;
    overflow: visible !important;
    /* Allow shadows/glows */
}

/* Force Image to be a plain block, no floats */
.banner__item__pic {
    float: none !important;
    margin-right: 0 !important;
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 12px;
    /* TIGHTER SPACING (Was 25px) */
    border-radius: 4px;
    border: none !important;
}

.banner__item__pic img {
    width: 100% !important;
    height: 100% !important;
    /* FORCE FILL HEIGHT */
    object-fit: cover !important;
    /* FORCE COVER */
    transition: transform 0.6s ease;
    display: block;
}

.banner__item:hover .banner__item__pic img {
    transform: scale(1.03);
}

/* Force Text to be Static Block below image */
.banner__item__text {
    position: static !important;
    /* Kill absolute positioning */
    top: auto !important;
    left: auto !important;
    max-width: none !important;
    /* Kill 300px limit */
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
    width: 100% !important;
}

.banner__item__text h2 {
    color: #111 !important;
    /* Black Text */
    font-size: 32px;
    margin-bottom: 5px;
    /* Tighter */
    text-shadow: none;
    font-weight: 800;
    line-height: 1.1;
    text-transform: none;
}

.banner__item__text a {
    color: #111 !important;
    /* Black Link */
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #d4af37;
    /* Gold Underline */
    padding-bottom: 2px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    display: inline-block !important;
    /* Force display */
    position: relative !important;
}

/* Kill the original template line after */
.banner__item__text a:after {
    display: none !important;
}

.banner__item__text a:hover {
    color: #d4af37 !important;
    /* Gold on Hover */
    border-color: #d4af37;
}

/* 5. PRODUCT SECTION - WHITE */
.product__item {
    background: #fff;
    /* White Cards */
    border: 1px solid #f0f0f0;
    /* Subtle Light Border */
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-radius: 8px;
    transition: transform 0.3s;
}

.product__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #d4af37;
}

.product__item__text {
    padding-top: 20px;
    text-align: center;
}

.product__item__text h6 {
    color: #444 !important;
    font-weight: 500;
    font-size: 15px;
}

.product__item__text h5 {
    color: #111 !important;
    /* Black Price */
    font-weight: 700;
    margin-top: 5px;
}

.product__item__text .add-cart {
    color: #d4af37 !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
}

.product__item__text .rating i {
    color: #d4af37 !important;
}

.filter__controls li {
    font-size: 18px;
    color: #888;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}

.filter__controls li.active {
    color: #111;
    /* Dark Active Filter */
    font-weight: 700;
    border-bottom: 2px solid #d4af37 !important;
}

/* HIDE NATIVE SPINNERS */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* CUSTOM QUANTITY STYLING - FULL FLEXBOX REFACTOR */
.pro-qty {
    width: 140px;
    height: 50px;
    display: flex !important;
    /* Force Flex Layout */
    align-items: center !important;
    /* Vertical Center */
    justify-content: space-between;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;
}

.pro-qty input {
    height: 100%;
    flex-grow: 1;
    /* Take up middle space */
    font-size: 18px;
    color: #111;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 700;
    margin: 0;
    /* Reset margins */
    padding: 0;
    -moz-appearance: textfield;
    /* Ensure no spinners */
}

/* Fix for the "Up/Down" vs "Left/Right" icon confusion
   Switching to TEXT PLUS (+) and MINUS (-) for robust alignment */
.pro-qty .fa-angle-up:before {
    content: "-" !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    display: block;
    /* Ensure block behavior */
    margin-top: -2px;
    /* Micro-adjustment for visual optical center of the minus char */
}

.pro-qty .fa-angle-down:before {
    content: "+" !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    display: block;
}

/* Flexbox Buttons - Static Positioning */
.pro-qty .qtybtn {
    width: 45px;
    height: 100%;
    position: static !important;
    /* FLOW naturally in flex container */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    background: #eaeaea;
    transition: all 0.3s;
    flex-shrink: 0;
    /* Don't shrink */
}

.pro-qty .qtybtn.dec {
    border-right: 1px solid #ccc;
}

.pro-qty .qtybtn.inc {
    border-left: 1px solid #ccc;
}

.pro-qty .qtybtn:hover {
    color: #111;
    background: #d4af37;
    font-weight: bold;
}