/* _content/Kicks.Web/Pages/Admin/Sneakers/CreateSneaker.cshtml.rz.scp.css */
/* Step Progress Styles */
.step[b-c30wo48dvm] {
    position: relative;
}

.step-number[b-c30wo48dvm] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    font-weight: bold;
    font-size: 14px;
}

.step-title[b-c30wo48dvm] {
    font-size: 12px;
    color: #666;
}

.step.active .step-title[b-c30wo48dvm] {
    color: #0d6efd;
    font-weight: 500;
}

/* Professional Upload Area */
.professional-upload-area[b-c30wo48dvm] {
    border: 2px dashed #e3e6f0;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 3rem 2rem;
    min-height: 300px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .professional-upload-area:hover[b-c30wo48dvm] {
        border-color: #0d6efd;
        background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
        box-shadow: 0 8px 25px rgba(13, 110, 253, 0.1);
        transform: translateY(-2px);
    }

.upload-content[b-c30wo48dvm] {
    height: 100%;
    min-height: 200px;
}

.upload-icon[b-c30wo48dvm] {
    transition: all 0.3s ease;
}

.professional-upload-area:hover .upload-icon[b-c30wo48dvm] {
    color: #0d6efd !important;
    transform: scale(1.1);
}

/* Legacy upload dropzone for backward compatibility */
.upload-dropzone[b-c30wo48dvm] {
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

    .upload-dropzone:hover[b-c30wo48dvm],
    .upload-dropzone.drag-over[b-c30wo48dvm] {
        border-color: #0d6efd;
        background-color: #f8f9ff;
    }

/* File Upload States */
.file-item[b-c30wo48dvm] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

    .file-item.uploading[b-c30wo48dvm] {
        background-color: #fff3cd;
        border-color: #ffeaa7;
    }

    .file-item.success[b-c30wo48dvm] {
        background-color: #d1e7dd;
        border-color: #a3cfbb;
    }

    .file-item.error[b-c30wo48dvm] {
        background-color: #f8d7da;
        border-color: #f1aeb5;
    }

.image-item[b-c30wo48dvm] {
    transition: all 0.3s ease;
}

    .image-item:hover[b-c30wo48dvm] {
        background-color: #f8f9fa;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .professional-upload-area[b-c30wo48dvm] {
        padding: 2rem 1rem;
        min-height: 250px;
    }

    .upload-icon[b-c30wo48dvm] {
        font-size: 2rem !important;
    }

    .step-number[b-c30wo48dvm] {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .professional-upload-area[b-c30wo48dvm] {
        padding: 1.5rem 1rem;
        min-height: 200px;
    }
}
/* _content/Kicks.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-n4xfb49uyi] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-n4xfb49uyi] {
  color: #0077cc;
}

.btn-primary[b-n4xfb49uyi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-n4xfb49uyi], .nav-pills .show > .nav-link[b-n4xfb49uyi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-n4xfb49uyi] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-n4xfb49uyi] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-n4xfb49uyi] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-n4xfb49uyi] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-n4xfb49uyi] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Kicks.Web/Pages/Shared/_ShopLayout.cshtml.rz.scp.css */
.shop-body[b-mioalqmm72] {
    background-color: #fafafa;
}

.brand-link:hover .brand-name[b-mioalqmm72] {
    color: #ffc107 !important;
    transition: color 0.3s ease;
}

.brand-tagline[b-mioalqmm72] {
    font-size: 0.8rem;
    display: block;
}

.shop-header[b-mioalqmm72] {
    border-bottom: 1px solid #dee2e6;
}

.admin-section .btn[b-mioalqmm72] {
    border-radius: 8px;
    padding: 0.5rem 1rem;
}

.social-links a:hover[b-mioalqmm72] {
    color: #ffc107 !important;
    transition: color 0.3s ease;
}

@media (max-width: 768px) {
    .brand-tagline[b-mioalqmm72] {
        display: none;
    }

    .d-flex.justify-content-between[b-mioalqmm72] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}
/* _content/Kicks.Web/Pages/Shop/Listings.cshtml.rz.scp.css */
/* Add these responsive improvements */

/* ===== SMOOTH SCROLL ENHANCEMENT ===== */
html[b-wcxe8rnd0d] {
    scroll-behavior: smooth;
}

/* Filter section anchor */
#shop-filter[b-wcxe8rnd0d] {
    scroll-margin-top: 100px; /* Account for sticky header */
}

/* Products section anchor */
#all-products[b-wcxe8rnd0d] {
    scroll-margin-top: 80px; /* Less margin for product area */
}

/* ===== LAYOUT RESPONSIVE FIXES ===== */
.shop-body[b-wcxe8rnd0d] {
    background-color: #fafafa;
}

.brand-link:hover .brand-name[b-wcxe8rnd0d] {
    color: #ffc107 !important;
    transition: color 0.3s ease;
}

.brand-tagline[b-wcxe8rnd0d] {
    font-size: 0.8rem;
    display: block;
}

.shop-header[b-wcxe8rnd0d] {
    border-bottom: 1px solid #dee2e6;
}

.admin-section .btn[b-wcxe8rnd0d] {
    border-radius: 8px;
    padding: 0.5rem 1rem;
}

.social-links a:hover[b-wcxe8rnd0d] {
    color: #ffc107 !important;
    transition: color 0.3s ease;
}

/* ===== HERO SECTION RESPONSIVE ===== */
.hero-background[b-wcxe8rnd0d] {
    background: url('/images/hero-background.png') center/cover no-repeat, #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .hero-background[b-wcxe8rnd0d]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.1); /* White overlay for wash-out effect */
        pointer-events: none;
    }

.hero-banner[b-wcxe8rnd0d] {
    min-height: 70vh;
}

/* ===== SOFT HERO SLIDESHOW ===== */
.hero-product-showcase[b-wcxe8rnd0d] {
    padding: 20px;
}

#heroCarousel[b-wcxe8rnd0d] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.hero-image[b-wcxe8rnd0d] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    opacity: 0.92;
}

/* Softer carousel controls */
.carousel-control-prev[b-wcxe8rnd0d],
.carousel-control-next[b-wcxe8rnd0d] {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

#heroCarousel:hover .carousel-control-prev[b-wcxe8rnd0d],
#heroCarousel:hover .carousel-control-next[b-wcxe8rnd0d] {
    opacity: 0.7;
}

.pulse-badge[b-wcxe8rnd0d] {
    animation: pulse-b-wcxe8rnd0d 2s infinite;
}

@keyframes pulse-b-wcxe8rnd0d {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

/* ===== PRODUCT CARDS ===== */
.product-card[b-wcxe8rnd0d] {
    transition: all 0.3s ease;
    border-radius: 12px;
    overflow: visible; /* Allow tooltips to show */
    position: relative;
}

    .product-card:hover[b-wcxe8rnd0d] {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
        z-index: 10;
    }

.product-image[b-wcxe8rnd0d] {
    height: 160px;
    object-fit: contain;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.product-image-placeholder[b-wcxe8rnd0d] {
    height: 160px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
}

.product-carousel[b-wcxe8rnd0d] {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.carousel-control-prev[b-wcxe8rnd0d],
.carousel-control-next[b-wcxe8rnd0d] {
    width: 15%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .carousel-control-prev[b-wcxe8rnd0d],
.product-card:hover .carousel-control-next[b-wcxe8rnd0d] {
    opacity: 0.8;
}

.size-badge[b-wcxe8rnd0d] {
    display: inline-block;
    background: #e9ecef;
    color: #495057;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

    .size-badge.youth[b-wcxe8rnd0d] {
        background: #fff3cd;
        color: #856404;
    }

    .size-badge.secondary[b-wcxe8rnd0d] {
        background: #d1ecf1;
        color: #0c5460;
    }

.product-brand[b-wcxe8rnd0d] {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.product-title[b-wcxe8rnd0d] {
    line-height: 1.3;
    height: 2.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Ensure the image container doesn't clip either */
.product-carousel[b-wcxe8rnd0d] {
    border-radius: 8px 8px 0 0;
    overflow: hidden; /* Keep this for images */
}

/* ===== RRP PRICING STYLES ===== */
.product-price[b-wcxe8rnd0d] {
    position: relative;
}

.discount-badge[b-wcxe8rnd0d] {
    font-size: 0.7rem !important;
    padding: 0.25rem 0.4rem !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
    animation: pulse-discount-b-wcxe8rnd0d 2s infinite;
}

@keyframes pulse-discount-b-wcxe8rnd0d {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.price-current[b-wcxe8rnd0d] {
    color: #198754 !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Great Deal badge enhancement when RRP is present */
.badge.bg-success[b-wcxe8rnd0d] {
    background: linear-gradient(45deg, #198754, #20c997) !important;
    animation: glow-green-b-wcxe8rnd0d 2s ease-in-out infinite alternate;
}

@keyframes glow-green-b-wcxe8rnd0d {
    from {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    to {
        box-shadow: 0 1px 8px rgba(25, 135, 84, 0.4), 0 0 15px rgba(25, 135, 84, 0.2);
    }
}

/* Mobile responsive adjustments for pricing */
@media (max-width: 575px) {
    .discount-badge[b-wcxe8rnd0d] {
        font-size: 0.6rem !important;
        padding: 0.2rem 0.35rem !important;
    }

    .product-price .small[b-wcxe8rnd0d] {
        font-size: 0.75rem !important;
    }

    .price-current[b-wcxe8rnd0d] {
        font-size: 1rem !important;
    }
}

/* ===== DISCONTINUED BADGE STYLING ===== */
.badge.bg-dark[b-wcxe8rnd0d] {
    background: linear-gradient(45deg, #212529, #495057) !important;
    color: #ffc107 !important;
    font-weight: 700 !important;
    border: 1px solid #ffc107;
    box-shadow: 0 2px 6px rgba(33, 37, 41, 0.4);
    animation: glow-discontinued-b-wcxe8rnd0d 3s ease-in-out infinite alternate;
}

@keyframes glow-discontinued-b-wcxe8rnd0d {
    from {
        box-shadow: 0 2px 6px rgba(33, 37, 41, 0.4);
        border-color: #ffc107;
    }

    to {
        box-shadow: 0 2px 10px rgba(255, 193, 7, 0.5), 0 0 20px rgba(255, 193, 7, 0.3);
        border-color: #ffed4e;
    }
}

/* ===== SMART BADGE SYSTEM ===== */
.badge-bar[b-wcxe8rnd0d] {
    flex-wrap: nowrap;
    max-width: 120px;
}

.badge-icon[b-wcxe8rnd0d] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    transition: all 0.3s ease;
}

    .badge-icon:hover[b-wcxe8rnd0d] {
        transform: scale(1.2);
        z-index: 20;
    }

.badge-plus[b-wcxe8rnd0d] {
    font-size: 0.6rem;
    font-weight: bold;
}

/* Badge colors */
.badge-icon.bg-dark[b-wcxe8rnd0d] {
    background: linear-gradient(45deg, #212529, #495057) !important;
    border: 1px solid #ffc107;
}

.badge-icon.bg-success[b-wcxe8rnd0d] {
    background: linear-gradient(45deg, #198754, #20c997) !important;
}

.badge-icon.bg-warning[b-wcxe8rnd0d] {
    background: linear-gradient(45deg, #ffc107, #ffed4e) !important;
    color: #212529 !important;
}

.badge-icon.bg-info[b-wcxe8rnd0d] {
    background: linear-gradient(45deg, #0dcaf0, #31d2f2) !important;
}

/* Ensure badges don't get clipped */
.product-badges[b-wcxe8rnd0d] {
    z-index: 15 !important;
    overflow: visible !important;
}
    .product-badges .badge[b-wcxe8rnd0d] {
        font-size: 0.65rem;
        padding: 0.25rem 0.5rem;
        border-radius: 6px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

/* ===== SIMPLE TOOLTIP SYSTEM ===== */
@media (hover: hover) {
    .badge-icon[b-wcxe8rnd0d]::before {
        content: attr(title);
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.9);
        color: white;
        padding: 0.4rem 0.6rem;
        border-radius: 6px;
        font-size: 0.75rem;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 1000;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        margin-bottom: 5px;
    }

    .badge-icon[b-wcxe8rnd0d]::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: solid transparent;
        border-width: 5px 5px 0;
        border-top-color: rgba(0, 0, 0, 0.9);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1001;
        margin-bottom: -5px;
    }

    .badge-icon:hover[b-wcxe8rnd0d]::before,
    .badge-icon:hover[b-wcxe8rnd0d]::after {
        opacity: 1;
    }
}

/* ===== TRUST SECTION ===== */
.trust-section[b-wcxe8rnd0d] {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

/* ===== PLACEHOLDERS ===== */
.placeholder-graphic[b-wcxe8rnd0d],
.featured-placeholder[b-wcxe8rnd0d],
.newsletter-placeholder[b-wcxe8rnd0d] {
    border-style: dashed !important;
    opacity: 0.8;
    transition: all 0.3s ease;
}

    .placeholder-graphic:hover[b-wcxe8rnd0d],
    .featured-placeholder:hover[b-wcxe8rnd0d],
    .newsletter-placeholder:hover[b-wcxe8rnd0d] {
        opacity: 1;
        transform: scale(1.02);
    }

/* ===== SECTION STYLING ===== */
.section-divider[b-wcxe8rnd0d] {
    border-radius: 2px;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Mobile First (320px+) */
@media (max-width: 575px) {
    .hero-banner[b-wcxe8rnd0d] {
        min-height: 50vh;
        text-align: center;
    }

    .hero-background[b-wcxe8rnd0d]::before {
        font-size: 14px;
    }

    .hero-content .display-4[b-wcxe8rnd0d] {
        font-size: 2rem;
    }

    .hero-stats[b-wcxe8rnd0d] {
        flex-direction: column;
        gap: 1rem !important;
        text-align: center;
    }

    .hero-cta .btn[b-wcxe8rnd0d] {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .product-image[b-wcxe8rnd0d] {
        height: 120px;
    }

    .filter-section .d-flex[b-wcxe8rnd0d] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }

    .brand-tagline[b-wcxe8rnd0d] {
        display: none;
    }

    .shop-header .d-flex[b-wcxe8rnd0d] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .pagination[b-wcxe8rnd0d] {
        flex-wrap: wrap;
    }
}

/* Tablet (576px+) */
@media (min-width: 576px) and (max-width: 767px) {
    .hero-banner[b-wcxe8rnd0d] {
        min-height: 60vh;
    }

    .hero-stats[b-wcxe8rnd0d] {
        justify-content: center;
        flex-wrap: wrap;
    }

    .product-image[b-wcxe8rnd0d] {
        height: 140px;
    }
}

/* Desktop (768px+) */
@media (min-width: 768px) {
    .hero-banner[b-wcxe8rnd0d] {
        min-height: 70vh;
    }

    .hero-content[b-wcxe8rnd0d] {
        margin-bottom: 0;
    }

    .hero-stats[b-wcxe8rnd0d] {
        justify-content: flex-start;
    }

    .product-image[b-wcxe8rnd0d] {
        height: 160px;
    }

    .shop-header .d-flex[b-wcxe8rnd0d] {
        flex-direction: row;
    }

    .brand-tagline[b-wcxe8rnd0d] {
        display: block;
    }
}

/* Large Desktop (992px+) */
@media (min-width: 992px) {
    .hero-banner[b-wcxe8rnd0d] {
        min-height: 70vh;
    }

    .container[b-wcxe8rnd0d] {
        max-width: 1200px;
    }
}

/* Extra Large (1200px+) */
@media (min-width: 1200px) {
    .hero-banner[b-wcxe8rnd0d] {
        min-height: 75vh;
    }
}
