/**
 * WOW-SHYNA Store Custom Styles (Bootstrap v5.3.8 Additions)
 */

:root {
    --ws-primary: #f97316;
    --ws-primary-dark: #ea580c;
    --ws-primary-subtle: #fff7ed;
    --ws-primary-border: #fed7aa;
    --ws-dark: #0f172a;
    --ws-slate: #1e293b;
    --ws-slate-light: #334155;
    --ws-border: #e2e8f0;
    --ws-card-bg: #ffffff;
    --ws-surface: #f8fafc;
    --ws-accent-amber: #f59e0b;
    --ws-accent-blue: #0284c7;
    --ws-accent-green: #10b981;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #1e293b;
    background-color: #f8fafc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

main {
    flex: 1 0 auto;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */

.navbar-brand .brand-logo {
    font-weight: 900;
    font-size: 1.55rem;
    letter-spacing: -0.5px;
}
.brand-accent {
    color: var(--ws-primary);
}

.brand-icon-box {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 10px rgba(249, 115, 22, 0.35);
}

/* Search Bar */
.search-input-group .form-control {
    border-radius: 50px 0 0 50px;
    padding-left: 1.25rem;
    border-color: #cbd5e1;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}
.search-input-group .form-control:focus {
    border-color: var(--ws-primary);
    box-shadow: 0 0 0 0.25rem rgba(249, 115, 22, 0.15);
}
.search-input-group .btn {
    border-radius: 0 50px 50px 0;
    padding-right: 1.25rem;
    padding-left: 1rem;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero-section {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.hero-headline {
    font-weight: 800;
    letter-spacing: -1px;
    color: #0f172a;
    line-height: 1.2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #fff7ed;
    color: #c2410c;
    border: 1px solid #ffedd5;
    margin-bottom: 0.75rem;
}

/* ==========================================================================
   Tire Filter Widget
   ========================================================================== */

.filter-widget-card {
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 12px 30px -8px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.03);
    overflow: hidden;
    background: #ffffff;
}

.filter-widget-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    padding: 1.25rem 1.75rem;
    border-bottom: 2px solid var(--ws-primary);
}

/* Filter Condition Tabs / Segmented Control */
.filter-tabs-nav {
    display: flex;
    background: #f1f5f9;
    padding: 4px;
    border-radius: 12px;
    gap: 4px;
}

.filter-tabs-nav .filter-tab-btn {
    flex: 1;
    text-align: center;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.filter-tabs-nav .filter-tab-btn.active,
.filter-tabs-nav input[type="radio"]:checked + .filter-tab-btn {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Vehicle & Season Toggle Pills */
.filter-toggle-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.filter-toggle-pill {
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid #cbd5e1;
    background-color: #f8fafc;
    color: #475569;
    transition: all 0.15s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}

.filter-toggle-pill:hover {
    border-color: #94a3b8;
    background-color: #f1f5f9;
    color: #1e293b;
}

.btn-check:checked + .filter-toggle-pill {
    background-color: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.2);
}

.btn-check:checked + .filter-toggle-pill.season-summer {
    background-color: #f59e0b;
    border-color: #f59e0b;
    color: #ffffff;
}

.btn-check:checked + .filter-toggle-pill.season-winter {
    background-color: #0284c7;
    border-color: #0284c7;
    color: #ffffff;
}

.btn-check:checked + .filter-toggle-pill.season-all {
    background-color: #10b981;
    border-color: #10b981;
    color: #ffffff;
}

/* Custom Large Selects in Filter */
.filter-select {
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 10px;
    border-color: #cbd5e1;
    padding: 0.65rem 0.85rem;
    transition: all 0.2s ease;
}

.filter-select:focus {
    border-color: var(--ws-primary);
    box-shadow: 0 0 0 0.2rem rgba(249, 115, 22, 0.15);
}

.btn-filter-submit {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
    transition: all 0.2s ease;
}

.btn-filter-submit:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.45);
}

/* ==========================================================================
   USP Cards
   ========================================================================== */

.usp-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 1.25rem 1rem;
    transition: all 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.usp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.usp-icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #fff7ed;
    color: var(--ws-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    transition: transform 0.2s ease;
}

.usp-card:hover .usp-icon-circle {
    transform: scale(1.1);
    background-color: var(--ws-primary);
    color: #fff;
}

/* ==========================================================================
   Popular Sizes Quick Selector
   ========================================================================== */

.popular-size-badge {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4rem 0.9rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.15s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.popular-size-badge:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.12);
}

.popular-size-diameter-tag {
    font-size: 0.7rem;
    font-weight: 700;
    background: #e2e8f0;
    color: #475569;
    padding: 1px 6px;
    border-radius: 20px;
    transition: all 0.15s ease;
}

.popular-size-badge:hover .popular-size-diameter-tag {
    background: var(--ws-primary);
    color: #ffffff;
}

/* ==========================================================================
   Product Card
   ========================================================================== */

.product-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px -6px rgba(15, 23, 42, 0.1);
    border-color: #cbd5e1;
}

.product-img-wrapper {
    position: relative;
    background: #f8fafc;
    padding-top: 72%;
    overflow: hidden;
    border-bottom: 1px solid #f1f5f9;
}

.product-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
    transition: transform 0.35s ease;
}

.product-card:hover .product-img-wrapper img {
    transform: scale(1.06);
}

.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 2;
}

.product-sku {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    padding: 2px 7px;
    border-radius: 6px;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

/* Tread Depth Indicator */
.tread-depth-indicator {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 6px 10px;
}

.product-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.product-price-set {
    font-size: 0.82rem;
    color: #64748b;
    margin-top: 2px;
}

/* Badges for Tires */
.badge-season-summer {
    background-color: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
    font-weight: 600;
}

.badge-season-winter {
    background-color: #e0f2fe;
    color: #0369a1;
    border: 1px solid #bae6fd;
    font-weight: 600;
}

.badge-season-all_season {
    background-color: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
    font-weight: 600;
}

.badge-condition-new {
    background-color: #10b981;
    color: #fff;
    font-weight: 600;
}

.badge-condition-used {
    background-color: #f59e0b;
    color: #fff;
    font-weight: 600;
}

.badge-condition-demo {
    background-color: #8b5cf6;
    color: #fff;
    font-weight: 600;
}

/* ==========================================================================
   Brand Cards Showcase
   ========================================================================== */

.brand-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    text-align: center;
    text-decoration: none;
    color: #1e293b;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brand-card:hover {
    border-color: var(--ws-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px -4px rgba(249, 115, 22, 0.15);
    color: var(--ws-primary);
}

.brand-card .brand-name {
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.2px;
}

.brand-card .brand-sub {
    font-size: 0.75rem;
    color: #94a3b8;
}

.brand-sublink {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
}

.brand-sublink:hover {
    background-color: #fff;
    border-color: var(--ws-primary);
    color: var(--ws-primary) !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#toggleOtherBrandsBtn[aria-expanded="true"] .btn-text-more {
    display: none !important;
}

#toggleOtherBrandsBtn[aria-expanded="true"] .btn-text-less {
    display: inline-block !important;
}

/* ==========================================================================
   QR Code Banner
   ========================================================================== */

.qr-lookup-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border: 1px solid #334155;
    color: #fff;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.qr-lookup-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

/* Floating Cart Toast / Counter */
.cart-count-badge {
    font-size: 0.7rem;
    padding: 0.25em 0.55em;
}

/* Offcanvas Cart */
.offcanvas-cart-item {
    border-bottom: 1px solid var(--ws-border);
    padding: 12px 0;
}

.offcanvas-cart-item:last-child {
    border-bottom: none;
}

/* Specs Table */
.specs-table th {
    font-weight: 600;
    color: #475569;
    background-color: #f8fafc;
    width: 40%;
}

/* Footer Studio Link */
.footer-studio-link {
    display: inline-flex;
    align-items: center;
    opacity: 0.7;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-studio-link:hover {
    opacity: 1;
    transform: translateY(-1px);
}
.footer-studio-link img {
    height: 20px;
    width: auto;
    display: block;
}

/* Product Gallery & GLightbox */
.cursor-zoom-in,
.cursor-zoom-in img {
    cursor: zoom-in !important;
}

.product-zoom-btn {
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    border-radius: 20px;
    padding: 5px 12px;
}

.product-zoom-btn:hover {
    transform: translateY(-2px);
    background-color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12) !important;
}

.product-zoom-btn:active {
    transform: translateY(0);
}

.thumbnail-btn {
    transition: all 0.2s ease;
    border-color: #e2e8f0;
    outline: none;
}

.thumbnail-btn:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.thumbnail-btn.active {
    border-color: #f59e0b !important;
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.35);
}

.thumbnail-btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.5);
}

/* ==========================================================================
   Mobile Optimization Styles
   ========================================================================== */

/* Unified Header Action Buttons (Mobile) */
.btn-header-action {
    width: 42px;
    height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.15s ease;
    position: relative;
    flex-shrink: 0;
    text-decoration: none;
}

.btn-header-action.btn-cart {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: #1e293b;
    box-shadow: 0 2px 6px rgba(245, 158, 11, 0.25);
}

.btn-header-action.btn-cart:hover,
.btn-header-action.btn-cart:focus {
    background-color: #ffca2c;
    border-color: #ffc720;
    color: #0f172a;
}

.btn-header-action.btn-nav,
.btn-header-action.btn-search {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    color: #1e293b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.btn-header-action.btn-nav:hover,
.btn-header-action.btn-nav:focus,
.btn-header-action.btn-search:hover,
.btn-header-action.btn-search:focus {
    background-color: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

#mobileSearchCollapse {
    background-color: #f8fafc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.btn-header-action .cart-count-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.2em 0.5em;
    border: 2px solid #ffffff;
}

/* Mobile Offcanvas Navigation */
.mobile-nav-offcanvas {
    width: 320px;
    max-width: 85vw;
}

.mobile-nav-offcanvas .nav-link-custom {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 10px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    transition: all 0.15s ease;
}

.mobile-nav-offcanvas .nav-link-custom:hover,
.mobile-nav-offcanvas .nav-link-custom:active {
    background-color: #f1f5f9;
    color: var(--ws-primary-dark);
}

.mobile-nav-offcanvas .nav-link-custom i {
    font-size: 1.15rem;
}

.mobile-nav-offcanvas .nav-section-title {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #94a3b8;
    font-weight: 700;
    padding: 0 14px;
    margin-bottom: 6px;
}

/* Mobile Cart Items (Page /cart) */
.cart-mobile-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.cart-mobile-thumb {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background-color: #f8fafc;
    border-radius: 10px;
    padding: 6px;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.cart-stepper-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0;
    border-color: #cbd5e1;
    touch-action: manipulation;
}

.cart-stepper-input {
    width: 44px;
    height: 38px;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0;
    border-color: #cbd5e1;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .hero-headline {
        font-size: 1.85rem !important;
        letter-spacing: -0.5px;
    }

    .hero-section {
        padding-top: 0.5rem;
        padding-bottom: 1.5rem;
    }

    .filter-widget-header {
        padding: 1rem 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .h4, h2.h4 {
        font-size: 1.25rem;
    }
    .h5, h5 {
        font-size: 1.05rem;
    }
/* Catalog Filter Offcanvas (Mobile) */
.catalog-filter-offcanvas {
    width: 330px;
    max-width: 88vw;
    display: flex;
    flex-direction: column;
}

.catalog-filter-offcanvas .offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.catalog-filter-offcanvas .offcanvas-footer {
    flex-shrink: 0;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px) !important;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.catalog-mobile-toolbar {
    display: flex;
    align-items: center;
}

.catalog-mobile-toolbar .btn {
    height: 38px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalog-mobile-toolbar .form-select {
    height: 38px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 36px !important;
}

/* ==========================================================================
   GLightbox Mobile Image Fit & Floating Caption Card (Android Safe)
   ========================================================================== */
.glightbox-container .gslide-image img {
    object-fit: contain !important;
    max-width: 100vw !important;
}

.glightbox-mobile .glightbox-container .ginner-container {
    height: 100vh;
    height: 100dvh;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.glightbox-mobile .glightbox-container .gslide-image {
    max-height: calc(100vh - 180px) !important;
    max-height: calc(100dvh - 180px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.glightbox-mobile .glightbox-container .gslide-image img {
    object-fit: contain !important;
    max-height: calc(100vh - 180px) !important;
    max-height: calc(100dvh - 180px) !important;
    max-width: 96vw !important;
}

.glightbox-mobile .glightbox-container .gslide-description {
    position: absolute !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 26px) !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-width: calc(100% - 28px) !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
    padding: 10px 16px !important;
    background: rgba(15, 23, 42, 0.88) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45) !important;
    text-align: center !important;
    pointer-events: none !important;
    z-index: 99998 !important;
}

.glightbox-mobile .glightbox-container .gdesc-inner {
    padding: 0 !important;
}

.glightbox-mobile .glightbox-container .gslide-description * {
    pointer-events: auto;
}

.glightbox-mobile .glightbox-container .gslide-title {
    color: #ffffff !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    margin-bottom: 2px !important;
    line-height: 1.3 !important;
}

.glightbox-mobile .glightbox-container .gslide-desc {
    color: #cbd5e1 !important;
    font-size: 0.78rem !important;
    opacity: 0.95 !important;
    line-height: 1.3 !important;
}

/* ==========================================================================
   Product Mobile Sticky Buy Bar
   ========================================================================== */
.product-mobile-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--ws-border);
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1040;
}

@media (max-width: 767.98px) {
    body:has(.product-mobile-sticky-bar) {
        padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    }
}

/* ==========================================================================
   Touch Stepper & Thumbnails
   ========================================================================== */
.touch-scroll-snap {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.touch-scroll-snap > * {
    scroll-snap-align: start;
}

.input-group-qty .btn-stepper {
    min-width: 40px;
    height: 40px;
    font-size: 1.15rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   Checkout Page Enhancements (Nova Poshta & Delivery Cards)
   ========================================================================== */
.delivery-option-card,
.payment-option-card {
    cursor: pointer;
    transition: all 0.2s ease;
}

.delivery-option-card:hover,
.payment-option-card:hover {
    border-color: var(--ws-primary-border) !important;
    background-color: #ffffff !important;
}

.delivery-option-card:has(.form-check-input:checked),
.payment-option-card:has(.form-check-input:checked) {
    border-color: var(--ws-primary) !important;
    background-color: var(--ws-primary-subtle) !important;
}

#npCityDropdown,
#npWarehouseDropdown {
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border-color: #cbd5e1;
}

#npCityDropdown .dropdown-item,
#npWarehouseDropdown .dropdown-item {
    font-size: 0.88rem;
    white-space: normal;
    line-height: 1.35;
    padding: 8px 12px;
}

#npCityDropdown .dropdown-item:hover,
#npCityDropdown .dropdown-item:focus,
#npWarehouseDropdown .dropdown-item:hover,
#npWarehouseDropdown .dropdown-item:focus {
    background-color: var(--ws-primary-subtle);
    color: var(--ws-dark);
}








