/* Header */
header {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.header-upper {
    background: #111827;
    color: #9ca3af;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.upheader-text {
    font-weight: 600;
    color: #e5e7eb;
}

.uphead-info {
    color: #9ca3af;
    transition: color 0.2s ease;
}

.uphead-info:hover {
    color: #ffffff;
}

.upheader-icons a i {
    color: #9ca3af;
    font-size: 16px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.upheader-icons a i:hover {
    color: #dc3545;
    transform: translateY(-2px);
}

.header-area {
    padding: 10px 0;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}

.navlogo {
    width: 170px;
    height: auto;
}

.header-area .nav-link {
    color: #1e293b;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 18px !important;
    transition: color 0.2s ease;
}

.header-area .nav-link:hover,
.header-area .nav-link.active {
    color: #dc3545 !important;
}

.navbar-funcs .func-btn {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #1e293b;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
}

.navbar-funcs .func-btn:hover {
    color: #dc3545;
    border-color: #dc3545;
    background-color: #fef2f2;
}

.header-search-dropdown {
    position: absolute;
    top: 50px;
    right: 0;
    width: 280px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 10px;
    border-radius: 8px;
    z-index: 1050;
}

/* Footer */
.footer-wrapper {
    background-color: #111827;
    color: #9ca3af;
    font-size: 14px;
}

.footlogo {
    width: 170px;
    height: auto;
}

.footer-heading {
    font-size: 16px;
    letter-spacing: 0.5px;
}

.footer-heading::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #dc3545;
    margin-top: 6px;
}

.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.footer-links-list a:hover {
    color: #dc3545;
    transform: translateX(4px);
}

.footer-contact-link:hover {
    color: #dc3545 !important;
}

.social-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-icon-btn:hover {
    background-color: #dc3545;
    color: #ffffff;
    transform: translateY(-3px);
}

/* Back To Top Button */
#backToTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 46px;
    height: 46px;
    border: none;
    background-color: #dc3545;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#backToTop:hover {
    background-color: #bb2d3b;
    transform: translateY(-4px);
}

/* HOMEPAGE */

/* Hero Banner Slider & Content Overlay */
.mast-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 0;
    clear: both;
    display: block;
}

.banner-wrapper {
    position: relative;
    width: 100%;
}

.banner-image {
    width: 100%;
    height: 600px;
    object-fit: fill; 
    display: block;
}

.mast-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    pointer-events: none;
}

.mast-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2;
    color: #ffffff;
    max-width: 550px;
}

.mast-superline {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #dc3545;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;
}

.mast-tagline {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.2;
}

.mast-subline {
    font-size: 16px;
    color: #e2e8f0;
    margin-bottom: 24px;
    line-height: 24px;
}

.mast-btns .shop-btn {
    background-color: #dc3545;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 6px;
    margin-right: 10px;
    transition: background-color 0.2s ease;
}

.mast-btns .shop-btn:hover {
    background-color: #bb2d3b;
    color: #ffffff;
}

.mast-btns .deals-btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 1px solid #ffffff;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.mast-btns .deals-btn:hover {
    background-color: #ffffff;
    color: #1e293b;
}

.hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    z-index: 10;
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #1e293b !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.hero-slider .owl-nav button.owl-prev:hover,
.hero-slider .owl-nav button.owl-next:hover {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    transform: scale(1.1);
}

.hero-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
    margin: 0 !important;
}

.hero-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.hero-slider .owl-dots .owl-dot.active span {
    width: 28px;
    border-radius: 6px;
    background-color: #dc3545 !important;
}

/* Shop By Sport */
.category-title,
.featprod-title,
.bestsell-title,
.newprod-title {
    color: #dc3545;
    font-weight: bold;
    text-align: center;
}

/* .featprod-title {
    color: #dc3545;
    font-weight: bold;
}

.bestsell-title {
    color: #dc3545;
    font-weight: bold;
} */

.brand-section {
    display: none !important;
}

.sports-carousel-track {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: auto; 
    padding: 10px 5px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -ms-overflow-style: none; 
    scrollbar-width: none;  
}

.sports-carousel-track:active {
    cursor: grabbing;
}

.sports-carousel-track::-webkit-scrollbar {
    display: none; 
}

.category-card {
    width: 150px;
    display: block;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    border-color: #dc3545;
}

.category-content {
    padding: 16px;
}

.category-img {
    width: 100%;
    height: 140px;
    border-radius: 12px 12px 0 0;
    object-fit: fill;
    margin-bottom: 10px;
    pointer-events: none; 
}

.sport-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    transition: color 0.25s ease;
}

.category-card:hover .sport-title {
    color: #dc3545;
}

.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    z-index: 10;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.carousel-nav-btn:hover {
    background-color: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
}

.carousel-nav-btn.prev-btn {
    left: -18px;
}

.carousel-nav-btn.next-btn {
    right: -18px;
}

/* Flash Sale Deal Section */
.flash-sale-section {
    background: linear-gradient(135deg, #dc3545 0%, #991b1b 100%);
}

.timer-box {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.min-w-70 {
    min-width: 70px;
}

.max-h-250 {
    max-height: 220px;
    object-fit: contain;
}

/* Product Cards & Quantifier Controls */
.home-prod-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-prod-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #dc3545;
}

.home-prod-img-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #f8f9fa;
    padding: 0 !important;
    overflow: hidden;
}

.home-prod-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-prod-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.prod-featured {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 20px;
}

.prod-link {
    text-decoration: none;
    color: #1e293b;
    transition: color 0.2s ease;
}

.prod-link:hover {
    color: #dc3545;
}

.prod-price {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 4px;
    margin-bottom: 12px;
}

.btn-add-cart-home {
    background-color: #dc3545;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    border-radius: 6px;
    padding: 9px 12px;
    border: none;
    width: 100%;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.btn-add-cart-home:hover {
    background-color: #bb2d3b;
    color: #ffffff;
}

.card-action-container {
    width: 100%;
}

.card-quantifier {
    width: 100%;
}

.btn-card-qty {
    width: 38px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid transparent;
    background-color: #dc3545;
    color: #fff;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}


.viewmore-btn {
    text-decoration: none;
    color: #dc3545;
    font-weight: 700;
    font-size: 15px;
    transition: color 0.2s ease;
}

.viewmore-btn:hover {
    color: #bb2d3b;
}

.trust-feature-card {
    transition: transform 0.2s ease;
}

.trust-feature-card:hover {
    transform: translateY(-3px);
}

.community-email-input {
    max-width: 360px;
    padding: 10px 14px;
    border-radius: 6px;
}

/* About Us */
.about-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f9fa;
}

.about-header {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
}

.about-badge {
    display: inline-block;
    background-color: var(--bs-danger-bg-subtle, #f8d7da);
    color: #dc3545;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.about-title {
    font-size: 36px;
    font-weight: 800;
    color: #1e293b;
    margin-top: 0px;
    margin-bottom: 16px;
    line-height: 44px;
}

.about-lead {
    font-size: 16px;
    color: #64748b;
    line-height: 26px;
    margin: 0px;
}

.about-story-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
    border-left: 5px solid #dc3545;
}

.story-title {
    font-size: 24px;
    font-weight: 700;
    color: #212529;
    margin-top: 0px;
    margin-bottom: 16px;
}

.story-text {
    font-size: 15px;
    color: #4a5568;
    line-height: 26px;
    margin-bottom: 12px;
}

.story-text:last-child {
    margin-bottom: 0px;
}

.about-stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 56px;
}

.stat-card {
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px);
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #dc3545;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-values-section {
    margin-top: 20px;
}

.values-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 36px;
}

.values-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.value-card {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    background-color: #ffffff;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    border-color: #dc3545;
    box-shadow: 0px 12px 24px rgba(220, 53, 69, 0.12);
}

.value-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--bs-danger-bg-subtle, #f8d7da);
    color: #dc3545;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.value-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 0px;
    margin-bottom: 10px;
}

.value-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 22px;
    margin: 0px;
}

/* Products */
.products-page-section {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #f8f9fa;
}

.products-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.products-subtitle {
    font-size: 15px;
    color: #64748b;
    margin: 0px;
}

.products-layout-row {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.products-filter-sidebar {
    flex: 0 0 280px;
    max-width: 280px;
}

.filter-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-main-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    color: #1e293b;
}

.filter-reset-link {
    font-size: 13px;
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
}

.filter-reset-link:hover {
    text-decoration: underline;
}

.filter-divider {
    border-top: 1px solid #e2e8f0;
    margin-top: 16px;
    margin-bottom: 16px;
    opacity: 1;
}

.filter-group-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.filter-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.filter-list li {
    margin-bottom: 10px;
}

.filter-checkbox-label {
    font-size: 14px;
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
}

.filter-checkbox-label:hover {
    color: #dc3545;
}

.filter-checkbox-label input[type="checkbox"] {
    accent-color: #dc3545;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.price-range-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 13px;
    outline: none;
}

.price-input:focus {
    border-color: #dc3545;
}

.price-separator {
    color: #64748b;
    font-weight: 600;
}

.btn-apply-filter {
    background-color: var(--bs-danger-bg-subtle, #f8d7da);
    color: #dc3545;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid #dc3545;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.btn-apply-filter:hover {
    background-color: #dc3545;
    color: #ffffff;
}

.products-grid-container {
    flex-grow: 1;
}

.products-toolbar {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
}

.products-count {
    font-size: 14px;
    color: #64748b;
}

.sort-dropdown {
    font-size: 13px;
    padding: 6px 32px 6px 12px;
    border-color: #cbd5e1;
    border-radius: 6px;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.catalog-card {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    border: 3px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.catalog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
    border-color: #dc3545;
}

.catalog-img-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.catalog-img-wrapper .badge-tag {
    position: static !important; 
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    line-height: 1.2;
}

.badge-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.catalog-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.catalog-prod-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 20px;
}

.catalog-link {
    text-decoration: none;
    color: #333333;
    transition: color 0.2s ease;
}

.catalog-link:hover {
    color: #dc3545;
}

.catalog-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.catalog-rating .stars {
    color: #ffc107;
    font-size: 12px;
    padding-right: 6px;
}

.catalog-rating .review-count {
    font-size: 12px;
    color: #6c757d;
}

.catalog-price-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.catalog-price {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
}

.catalog-old-price {
    font-size: 13px;
    font-weight: 500;
    color: #8c98a4;
    text-decoration: line-through;
}

/* Contact Us */
.contact-info-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 24px rgba(220, 53, 69, 0.1) !important;
    border-color: #dc3545 !important;
}

.contact-link-hover {
    transition: color 0.2s ease;
}

.contact-link-hover:hover {
    color: #dc3545 !important;
}

.min-h-300 {
    min-height: 320px;
}

.accordion-button:not(.collapsed) {
    color: #dc3545 !important;
    background-color: #fef2f2 !important;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(220, 53, 69, 0.25);
}

.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.social-btn:hover {
    background-color: #dc3545;
    color: #ffffff;
    transform: translateY(-2px);
}

.border-top-danger {
    border-top: 4px solid #dc3545 !important;
}

.contact-box-banner {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-box-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08) !important;
}

/* Product Details */
.product-details-section {
    background-color: #f8f9fa;
    padding-top: 40px;
    padding-bottom: 60px;
}

.main-image-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}

.main-img {
    max-height: 400px;
    object-fit: contain;
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 4px;
    text-transform: uppercase;
}

.thumb-box {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.thumb-box.active,
.thumb-box:hover {
    border-color: #dc3545;
}

.thumb-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sport-tag {
    background-color: var(--bs-danger-bg-subtle, #f8d7da);
    color: #dc3545;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.product-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
}

.price-box {
    margin-top: 8px;
}

.current-price {
    font-size: 30px;
    font-weight: 800;
    color: #1e293b;
}

.old-price {
    font-size: 18px;
    color: #8c98a4;
    text-decoration: line-through;
}

.discount-badge {
    background-color: #dc3545;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
}

.btn-size {
    border: 1px solid #cbd5e1;
    background-color: #ffffff;
    color: #333333;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.btn-size.active,
.btn-size:hover {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #ffffff;
}

.card-action-container {
    width: 100%;
}

.card-quantifier {
    background-color: #dc3545;
    border-radius: 6px;
    padding: 2px 4px;
    color: #ffffff;
    font-weight: 700;
}

.btn-card-qty {
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 6px 12px;
    font-size: 12px;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.btn-card-qty:hover {
    opacity: 0.8;
    transform: scale(1.15);
}

.card-qty-value {
    font-size: 14px;
    font-weight: 700;
    min-width: 24px;
    text-align: center;
    user-select: none;
}

.btn-add-cart-lg {
    background-color: #dc3545;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-add-cart-lg:hover {
    background-color: #bb2d3b;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-buy-now {
    background-color: #212529;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-buy-now:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateY(-2px);
}

.custom-tabs .nav-link {
    color: #64748b;
    font-weight: 700;
    font-size: 15px;
    border: none;
    padding: 12px 24px;
}

.custom-tabs .nav-link.active {
    color: #dc3545;
    border-bottom: 3px solid #dc3545;
    background-color: transparent;
}

.write-review-card {
    background-color: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
}

.custom-input {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
}

.custom-input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

/* Related Products */
.related-products-wrapper {
    border-top: 1px solid #e2e8f0;
}

.related-products-wrapper .recprod-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    border: 3px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%; 
}

.related-products-wrapper .recprod-card:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
    border-color: #dc3545;
}

.recprod-img-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    background-color: #f8f9fa;
    overflow: hidden;
}

.badge-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.recprod-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recprod-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.recprod-prod-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 20px;
}

.recprod-link {
    text-decoration: none;
    color: #333333;
    transition: color 0.2s ease;
}

.recprod-link:hover {
    color: #dc3545;
}

.recprod-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.recprod-rating .stars {
    color: #ffc107;
    font-size: 12px;
    padding-right: 6px;
}

.recprod-rating .review-count {
    font-size: 12px;
    color: #6c757d;
}

.recprod-price-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.recprod-price {
    font-size: 16px;
    font-weight: 700;
    color: #212529;
}

.recprod-old-price {
    font-size: 13px;
    font-weight: 500;
    color: #8c98a4;
    text-decoration: line-through;
}

.related-carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: auto;
    padding: 10px 5px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.related-carousel-track:active {
    cursor: grabbing;
}

.related-carousel-track::-webkit-scrollbar {
    display: none; 
}

.related-carousel-item {
    width: 270px;
}

.recprod-card {
    display: flex;
    flex-direction: column;
}

.recprod-img {
    pointer-events: none;
}

.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.carousel-nav-btn:hover {
    background-color: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
}

.carousel-nav-btn.prev-btn {
    left: -20px;
}

.carousel-nav-btn.next-btn {
    right: -20px;
}

.btn-add-cart {
    background-color: #dc3545;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    border: none;
    border-radius: 6px;
    padding: 9px 10px;
    width: 100%;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-add-cart:hover {
    background-color: #bb2d3b;
    color: #ffffff;
}

.star-rating-picker {
    padding-top: 4px;
}

.star-rating-picker .star-icon {
    font-size: 22px;
    color: #ffc107;
    cursor: pointer;
    user-select: none;
    transition: transform 0.15s ease;
}

.star-rating-picker .star-icon:hover {
    transform: scale(1.15);
}

.rating-text {
    color: #1e293b;
}

.reset-rating-link {
    color: #dc3545;
    font-weight: 600;
}

.reset-rating-link:hover {
    text-decoration: underline !important;
    color: #bb2d3b;
}

/* Cart */
.cart-section {
    background-color: #f8f9fa;
    min-height: 70vh;
}

.cart-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
}

.cart-items-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.cart-table th {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.cart-item-img-wrapper {
    width: 70px;
    height: 70px;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 6px;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.cart-item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-item-title {
    font-size: 15px;
    font-weight: 600;
}

.cart-item-title a:hover {
    color: #dc3545 !important;
}

.quantity-picker {
    width: 100px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background-color: #ffffff;
    overflow: hidden;
}

.btn-qty {
    border: none;
    background: transparent;
    padding: 6px 10px;
    color: #333333;
    font-size: 12px;
    transition: background-color 0.2s ease;
}

.btn-qty:hover {
    background-color: #f1f5f9;
}

.qty-input {
    width: 38px;
    border: none;
    text-align: center !important; 
    font-weight: 700;
    font-size: 14px;
    outline: none;
    background: transparent;
    -moz-appearance: textfield; 
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none; 
    margin: 0;
}

.btn-remove-item {
    border: none;
    background: transparent;
    color: #94a3b8;
    font-size: 16px;
    transition: color 0.2s ease;
}

.btn-remove-item:hover {
    color: #dc3545;
}

.summary-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}

.summary-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
}

.custom-input {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
}

.custom-input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

/* Checkout */
.checkout-section {
    background-color: #f8f9fa;
    min-height: 75vh;
}

.checkout-title {
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
}

.checkout-card,
.checkout-summary-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.04);
}

.checkout-card-title,
.summary-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

.step-badge {
    width: 28px;
    height: 28px;
    background-color: #dc3545;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.payment-card-option {
    cursor: pointer;
    transition: all 0.2s ease;
}

.payment-card-option:hover {
    border-color: #dc3545 !important;
}

.payment-radio {
    accent-color: #dc3545;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.mini-cart-img-box {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #f8f9fa;
    border-radius: 6px;
    padding: 4px;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.mini-cart-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mini-cart-title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.custom-input {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
}

.custom-input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

/* Login */
.auth-wrapper {
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
}

.auth-banner {
    background: #111827 !important;
    overflow: hidden;
}

.auth-banner::before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    filter: blur(50px);
    border-radius: 50%;
    pointer-events: none;
}

.auth-tab-nav {
    border-bottom: 2px solid #e2e8f0;
}

.auth-tab-btn {
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
}

.auth-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #dc3545;
    border-radius: 3px 3px 0 0;
}

.auth-divider {
    position: relative;
    border-bottom: 1px solid #e2e8f0;
    line-height: 0;
}

.auth-divider span {
    position: relative;
    top: 0;
}

.custom-red-checkbox {
    width: 1.15em;
    height: 1.15em;
    cursor: pointer;
    border: 1.5px solid #cbd5e1;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-red-checkbox:checked {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.custom-red-checkbox:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
    outline: none !important;
}

.custom-input.is-invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
}

.custom-input.is-valid {
    border-color: #198754 !important;
    background-image: none !important;
}

/* My Profile */
/* ==========================================================================
   MY PROFILE PAGE STYLES
   ========================================================================== */
   .profile-nav-list .nav-link {
    color: #1e293b;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.profile-nav-list .nav-link:hover {
    background-color: #f8fafc;
    color: #dc3545;
}

.profile-nav-list .nav-link.active {
    background-color: #fef2f2 !important;
    color: #dc3545 !important;
}

.profile-sidebar {
    border: 1px solid #e2e8f0 !important;
}

#personalInfoCard,
#addressCard {
    border: 1px solid #e2e8f0 !important;
    transition: box-shadow 0.25s ease;
}

#personalInfoCard:hover,
#addressCard:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
}

/* My Orders */
.orders-table .order-row {
    transition: background-color 0.2s ease;
}

.orders-table .order-row:hover {
    background-color: #f8fafc;
}

.order-item-img-wrapper {
    width: 60px;
    height: 60px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.order-item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order-prod-title a {
    transition: color 0.2s ease;
}

.order-prod-title a:hover {
    color: #dc3545 !important;
}

/* Change Password */
.change-password-section {
    padding: 48px 0;
    background-color: #f8fafc;
}

.custom-breadcrumb-nav {
    margin-bottom: 24px;
}

.custom-breadcrumb-nav .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}

.custom-breadcrumb-nav .breadcrumb-item a {
    color: #64748b;
    text-decoration: none;
}

.custom-breadcrumb-nav .breadcrumb-item.active {
    color: #dc3545;
    font-weight: 600;
}

/* Two-Column Grid Layout */
.account-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start;
}

/* Sidebar Styles */
.profile-sidebar {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.user-brief-info {
    text-align: center;
    padding: 16px 8px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 16px;
}

.avatar-circle-sidebar {
    width: 70px;
    height: 70px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fee2e2;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    overflow: hidden;
    border: 1px solid #fecaca;
}

.avatar-circle-sidebar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-name {
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px 0;
    font-size: 15px;
}

.user-email {
    font-size: 13px;
    color: #64748b;
    display: block;
}

/* Sidebar Nav */
.profile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.profile-nav-list .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #1e293b;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.profile-nav-list .nav-link i {
    font-size: 18px;
}

.profile-nav-list .nav-link:hover {
    background-color: #f8fafc;
    color: #dc3545;
}

.profile-nav-list .nav-link.active {
    background-color: #dc3545;
    color: #ffffff;
}

.profile-nav-list .logout-link {
    color: #dc3545;
    margin-top: 8px;
    border-top: 1px solid #f1f5f9;
    border-radius: 0 0 8px 8px;
    padding-top: 16px;
}

.profile-nav-list .logout-link:hover {
    background-color: #fef2f2;
}

/* Card Content Area */
.card-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.card-box-header {
    padding: 24px 32px 16px 32px;
    border-bottom: 1px solid #f1f5f9;
}

.card-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.icon-danger {
    color: #dc3545;
}

.card-box-sub {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.card-box-body {
    padding: 32px;
}

/* Alerts */
.alert-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 24px;
}

.alert-error {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.alert-success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

/* Form Styles */
.password-form {
    max-width: 550px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
}

.input-group-custom {
    display: flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-group-custom:focus-within {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

.input-addon {
    padding: 10px 14px;
    background-color: #f8fafc;
    color: #64748b;
    font-size: 14px;
    border-right: 1px solid #e2e8f0;
}

.form-control-custom {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 14px;
    font-size: 14px;
    color: #0f172a;
    width: 100%;
}

.toggle-password-btn {
    background: #f8fafc;
    border: none;
    border-left: 1px solid #e2e8f0;
    padding: 10px 14px;
    cursor: pointer;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.toggle-password-btn:hover {
    color: #dc3545;
}

.field-error-msg {
    color: #dc3545;
    font-size: 12px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.form-action-row {
    padding-top: 8px;
}

.btn-submit-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #dc3545;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 28px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-submit-custom:hover {
    background-color: #bb2d3b;
    transform: translateY(-1px);
}

/* Forgot Password */
.auth-section {
    padding: 48px 0;
    background-color: #f8fafc;
}

.custom-breadcrumb-nav {
    margin-bottom: 24px;
}

.custom-breadcrumb-nav .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}

.custom-breadcrumb-nav .breadcrumb-item a {
    color: #64748b;
    text-decoration: none;
}

.custom-breadcrumb-nav .breadcrumb-item.active {
    color: #dc3545;
    font-weight: 600;
}

.auth-card-wrapper {
    max-width: 520px;
    margin: 12px auto;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.auth-card-body {
    padding: 40px;
}

.auth-header {
    text-align: center;
    margin-bottom: 24px;
}

.auth-icon-circle {
    width: 68px;
    height: 68px;
    margin: 0 auto 16px auto;
    border-radius: 50%;
    background-color: #fee2e2;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.auth-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
}

.auth-sub {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.alert-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 20px;
}

.alert-error {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.alert-success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 6px;
}

.input-group-custom {
    display: flex;
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-group-custom:focus-within {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

.input-addon {
    padding: 10px 14px;
    background-color: #f8fafc;
    color: #64748b;
    font-size: 14px;
    border-right: 1px solid #e2e8f0;
}

.form-control-custom {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 14px;
    font-size: 14px;
    color: #0f172a;
    width: 100%;
}

.toggle-password-btn {
    background: #f8fafc;
    border: none;
    border-left: 1px solid #e2e8f0;
    padding: 10px 14px;
    cursor: pointer;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.toggle-password-btn:hover {
    color: #dc3545;
}

.field-error-msg {
    color: #dc3545;
    font-size: 12px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn-submit-custom {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #dc3545;
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.2);
    transition: background-color 0.2s ease, transform 0.15s ease;
    margin-bottom: 16px;
}

.btn-submit-custom:hover {
    background-color: #bb2d3b;
    transform: translateY(-1px);
}

.back-link-wrapper {
    text-align: center;
}

.back-link {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.back-link:hover {
    color: #dc3545;
}

/* Thank You */
.thankyou-section {
    padding: 60px 0;
    background-color: #f8fafc;
}

.thankyou-card {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.thankyou-icon-wrapper {
    margin-bottom: 24px;
}

.thankyou-icon-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #d1fae5;
    color: #059669;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
}

.thankyou-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.thankyou-subtitle {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 28px;
    line-height: 1.5;
}

.brand-highlight {
    color: #dc3545;
    font-weight: 700;
}

.user-highlight {
    color: #1e293b;
}

.order-id-card {
    background-color: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0 auto 24px auto;
    max-width: 380px;
}

.order-id-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #64748b;
    margin-bottom: 4px;
}

.order-id-value {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
}

.thankyou-notice {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 32px;
    padding: 0 10px;
}

.thankyou-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #dc3545;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25);
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.btn-primary-custom:hover {
    background-color: #bb2d3b;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-secondary-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    color: #334155;
    border: 1px solid #cbd5e1;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn-secondary-custom:hover {
    background-color: #f1f5f9;
    border-color: #94a3b8;
    color: #0f172a;
}