/* ============================================
   UNIK PUBLIC WEBSITE STYLES
   ============================================ */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/poppins-latin-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/poppins-latin-600.woff2') format('woff2');
}

html {
    scrollbar-gutter: stable;
}

body {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(180deg, #e2edfa 0%, #ffffff 30%);
    min-height: 100vh;
}

/* --- Navbar --- */
.unik-public-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.unik-navbar {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 1050;
}

.unik-navbar.navbar-scrolled {
    height: 80px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.unik-navbar .nav-link {
    color: var(--unik-primary);
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
    transition: all 0.25s ease;
    font-size: 0.95rem;
    margin: 0 0.35rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.unik-navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 2.5px;
    background: var(--unik-accent);
    transition: all 0.3s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}

.unik-navbar .nav-link:hover::after,
.unik-navbar .nav-link.active::after {
    width: 60%;
}

.unik-navbar .nav-link:hover {
    color: var(--unik-primary);
}

.unik-navbar .nav-link.active {
    color: var(--unik-primary);
}

.unik-navbar .btn-link {
    color: var(--unik-primary) !important;
}

.unik-navbar .btn-link:hover {
    color: var(--unik-accent) !important;
}

.unik-navbar .btn-outline-light {
    color: var(--unik-primary) !important;
    border-color: var(--unik-primary) !important;
    background: transparent;
    font-weight: 600;
}

.unik-navbar .btn-outline-light:hover {
    background: var(--unik-primary) !important;
    border-color: var(--unik-primary) !important;
    color: #fff !important;
}

/* --- My Account Dropdown --- */
.account-dropdown-toggle {
    color: var(--unik-primary) !important;
    border-color: var(--unik-primary) !important;
    background: transparent;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.account-dropdown-toggle:hover,
.account-dropdown-toggle:focus {
    background: var(--unik-primary) !important;
    border-color: var(--unik-primary) !important;
    color: #fff !important;
}

.account-dropdown-toggle::after {
    border-top-color: var(--unik-primary);
    transition: border-color 0.25s ease;
}

.account-dropdown-toggle:hover::after,
.account-dropdown-toggle:focus::after {
    border-top-color: #fff;
}

.account-dropdown-menu {
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    min-width: 200px;
    margin-top: 0.5rem;
    animation: dropdownFadeIn 0.2s ease;
}

@keyframes dropdownFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.account-dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.account-dropdown-menu .dropdown-item:hover {
    background: rgba(var(--unik-primary-rgb, 13, 110, 153), 0.08);
    color: var(--unik-primary);
    padding-left: 1.25rem;
}

.account-dropdown-menu .dropdown-item.text-danger {
    color: #dc3545 !important;
}

.account-dropdown-menu .dropdown-item.text-danger:hover {
    background: rgba(220, 53, 69, 0.08);
    color: #dc3545 !important;
}

.account-dropdown-menu .dropdown-divider {
    margin: 0.35rem 0;
    border-color: #e9ecef;
}

.brand-logo {
    height: 75px;
    width: auto;
    object-fit: contain;
}

.brand-logo-sm {
    height: 80px;
    width: auto;
}

.auth-logo {
    height: 80px;
    width: auto;
}

/* --- Hero Slider --- */
.hero-slider {
    position: relative;
    overflow: hidden;
    background: var(--unik-primary);
}

.hero-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    aspect-ratio: 1920 / 550;
    display: flex;
    align-items: center;
}

.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/images/oman-flag.png');
    background-size: contain;
    background-position-x: clamp(-95px, calc(-75px + (100vw - 1200px) * 0.024), -75px);
    background-position-y: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-blend-mode: overlay;
    z-index: 1;
}

.hero-slide::after {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-image: url('/images/made-in-oman.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    width: clamp(45px, 10vw, 150px);
    height: clamp(45px, 10vw, 150px);
    z-index: 1;
}

.hero-slider.no-flag .hero-slide::before {
    display: none;
}

.hero-slider.no-stamp .hero-slide::after {
    display: none;
}

.hero-flag2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: clamp(120px, 22vw, 350px);
}

.hero-flag2 img {
    width: 100%;
    height: auto;
}

.hero-slider.no-flag2 .hero-flag2 {
    display: none;
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    transform: translate(100px, 70px);
    background: rgba(0, 0, 0, 0.35);
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    backdrop-filter: blur(2px);
}

.hero-slide-content h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hero-slide-content p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.hero-slider .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all 0.3s ease;
}

.hero-slider .carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.2);
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    backdrop-filter: blur(4px);
    opacity: 0;
    transition: all 0.3s ease;
}

.hero-slider:hover .carousel-control-prev,
.hero-slider:hover .carousel-control-next {
    opacity: 1;
}

.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.25);
}

.hero-slider .carousel-control-prev {
    left: 2rem;
}

.hero-slider .carousel-control-next {
    right: 2rem;
}

/* --- Section Styles --- */
.section-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.section-heading h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--unik-primary);
    position: relative;
    display: inline-block;
}

.section-heading h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--unik-accent);
    margin: 0.75rem auto 0;
    border-radius: 2px;
}

.section-heading p {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0.75rem auto 0;
}

/* --- Product Card --- */
.product-card {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.product-card .card-img-top {
    transition: transform 0.4s ease;
}

.product-card:hover .card-img-top {
    transform: scale(1.05);
}

.product-card .card-body {
    padding: 1.25rem;
}

.product-card .product-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--unik-success);
}

.product-card .product-price-old {
    font-size: 0.85rem;
    color: #adb5bd;
    text-decoration: line-through;
}

.product-card .product-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
}

[dir="rtl"] .product-card .product-badge {
    left: auto;
    right: 0.75rem;
}

.product-card .product-actions {
    position: absolute;
    bottom: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

[dir="rtl"] .product-card .product-actions {
    right: auto;
    left: 0.75rem;
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: translateY(0);
}

.product-card .product-img-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 130%;
    background: #f8f9fa;
}

.product-card .product-img-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Feature / Why Choose Section --- */
.feature-card {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 0.75rem;
    background: #fff;
    border: 1px solid #eef2f7;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

.feature-card .feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 1.75rem;
}

/* --- Tip Card --- */
.tip-card {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.tip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.tip-card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.tip-card .card-body {
    padding: 1.25rem;
}

.tip-card .card-body h5 a {
    color: inherit;
    text-decoration: none;
}

.tip-card .card-body h5 a:hover {
    color: var(--unik-secondary);
}

/* --- Review Card --- */
.review-card {
    border: none;
    border-radius: 0.75rem;
    padding: 2rem;
    background: #fff;
    border: 1px solid #eef2f7;
    transition: all 0.3s ease;
    height: 100%;
}

.review-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.review-card .review-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--unik-primary), var(--unik-secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.review-card .review-stars {
    color: #f4b400;
}

.review-card blockquote {
    font-style: italic;
    color: #6c757d;
    border-left: 3px solid var(--unik-accent);
    padding-left: 1rem;
    margin: 1rem 0;
}

/* --- Category Card --- */
.category-card {
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    background: #fff;
    border: 1px solid #eef2f7;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--unik-secondary);
}

.category-card .category-icon {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    background: linear-gradient(135deg, rgba(var(--unik-secondary-rgb), 0.08), rgba(var(--unik-accent-rgb), 0.08));
    color: var(--unik-secondary);
    transition: all 0.3s ease;
}

.category-card:hover .category-icon {
    background: linear-gradient(135deg, var(--unik-secondary), var(--unik-dark-green));
    color: #fff;
}

/* --- CTA Banner --- */
.cta-banner {
    background: linear-gradient(135deg, var(--unik-primary) 0%, var(--unik-dark-green) 100%);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    top: -150px;
    right: -100px;
}

.cta-banner::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    bottom: -100px;
    left: -50px;
}

.cta-banner .cta-feature-icon {
    width: 3.25rem;
    height: 3.25rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

/* --- Footer --- */
.unik-footer {
    background: linear-gradient(135deg, var(--unik-primary) 0%, #001025 100%);
    color: #fff;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.unik-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='1.5' fill='rgba(255,255,255,0.06)'/%3E%3Ccircle cx='30' cy='6' r='3' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='55' cy='10' r='1' fill='rgba(255,255,255,0.07)'/%3E%3Ccircle cx='72' cy='5' r='2' fill='rgba(255,255,255,0.04)'/%3E%3Ccircle cx='18' cy='28' r='2.5' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='42' cy='25' r='1' fill='rgba(255,255,255,0.07)'/%3E%3Ccircle cx='65' cy='30' r='3.5' fill='rgba(255,255,255,0.03)'/%3E%3Ccircle cx='5' cy='48' r='2' fill='rgba(255,255,255,0.06)'/%3E%3Ccircle cx='28' cy='50' r='1.5' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='52' cy='45' r='3' fill='rgba(255,255,255,0.04)'/%3E%3Ccircle cx='75' cy='50' r='1' fill='rgba(255,255,255,0.07)'/%3E%3Ccircle cx='12' cy='70' r='3.5' fill='rgba(255,255,255,0.03)'/%3E%3Ccircle cx='38' cy='68' r='1.5' fill='rgba(255,255,255,0.06)'/%3E%3Ccircle cx='60' cy='72' r='2' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='78' cy='68' r='1' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E");
    background-size: 80px 80px;
    pointer-events: none;
}

.unik-footer>.container {
    position: relative;
    z-index: 1;
}

.unik-footer a:hover {
    color: var(--unik-accent) !important;
}

.unik-footer hr.border-white-10 {
    border-color: rgba(255, 255, 255, 0.1);
}

/* --- Shop Page --- */
.shop-sidebar {
    position: sticky;
    top: 125px;
    max-height: calc(100vh - 145px);
    overflow-y: auto;
    scrollbar-width: none;
    font-size: 0.8rem;
    padding-bottom: 1rem;
}

.shop-sidebar::-webkit-scrollbar {
    display: none;
}

.shop-sidebar .filter-section {
    border: none;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.shop-sidebar .filter-section .card-header {
    background: transparent;
    border-bottom: 2px solid var(--unik-secondary);
    padding: 0.75rem 1rem;
}

.shop-sidebar .filter-section .card-header h6 {
    margin: 0;
    font-weight: 600;
    color: var(--unik-primary);
}

.shop-sidebar .filter-section:last-of-type .form-check-label {
    font-size: 1rem;
}

/* --- Breadcrumb Override --- */
.page-breadcrumb {
    padding: 1.5rem 0;
    margin-bottom: 2rem;
}

/* --- Static Page --- */
.static-page {
    max-width: 800px;
    margin: 0 auto;
}

.static-page table {
    width: 100%;
    overflow-x: auto;
    display: block;
}

.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.static-page h2 {
    font-weight: 700;
    color: var(--unik-primary);
}

.static-page h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: inherit;
}

.static-page p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.static-page strong,
.static-page b {
    font-weight: 600;
}

.static-page ul,
.static-page ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.static-page li {
    margin-bottom: 0.35rem;
    line-height: 1.7;
}

.static-page blockquote {
    border-left: 4px solid var(--unik-primary);
    padding: 0.75rem 1rem;
    margin: 1.25rem 0;
    background: rgba(var(--unik-primary-rgb), 0.04);
    border-radius: 0 0.375rem 0.375rem 0;
    font-style: italic;
}

.static-page a {
    color: var(--unik-primary);
    text-decoration: underline;
}

.static-page a:hover {
    opacity: 0.8;
}

.static-page img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1rem 0;
}

.static-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.static-page th,
.static-page td {
    padding: 0.6rem 0.75rem;
    border: 1px solid #dee2e6;
}

.static-page th {
    background: #f8f9fa;
    font-weight: 600;
}

/* --- Contact Form --- */
.contact-info-card {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #eef2f7;
    background: #fff;
    height: 100%;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.contact-info-card .contact-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

/* --- FAQ Accordion --- */
.faq-accordion .accordion-item {
    border: 1px solid #eef2f7;
    border-radius: 0.5rem !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: var(--unik-primary);
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: rgba(var(--unik-secondary-rgb), 0.06);
    color: var(--unik-secondary);
}

.faq-accordion .accordion-button::after {
    filter: none;
}

/* --- Cart --- */
.cart-link {
    position: relative;
}

.cart-link:hover {
    color: var(--unik-accent) !important;
}

.cart-badge {
    font-size: 0.75rem;
    min-width: 1.55em;
    height: 1.55em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* --- Marketed By --- */
.marketed-by {
    gap: 0.5rem;
    padding-right: 0.85rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0.25rem;
}

.marketed-by-text {
    color: var(--unik-primary);
    font-size: 0.65rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
    white-space: nowrap;
}

.marketed-by-logo {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.add-to-cart-btn {
    transition: all 0.2s ease;
}

.add-to-cart-btn:hover {
    transform: translateY(-1px);
}

/* --- Address Cards (Checkout) --- */
.address-card {
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.address-card:hover {
    background: rgba(var(--unik-secondary-rgb), 0.04);
}

.address-card:has(input:checked) {
    background: rgba(var(--unik-secondary-rgb), 0.06);
    border-color: var(--unik-secondary) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.shipping-option {
    cursor: pointer;
    transition: all 0.2s ease;
}

.shipping-option:hover {
    background: rgba(var(--unik-secondary-rgb), 0.04);
}

.shipping-option:has(input:checked) {
    background: rgba(var(--unik-secondary-rgb), 0.06);
    border-color: var(--unik-secondary) !important;
}

/* --- Pagination --- */
.pagination {
    gap: 0.375rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pagination .page-item {
    margin: 0 !important;
}

.pagination .page-link {
    color: var(--unik-primary) !important;
    background: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.5rem !important;
    padding: 0.5rem 0.9rem !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    transition: all 0.2s ease !important;
    line-height: 1.4 !important;
    min-width: 40px !important;
    text-align: center !important;
    text-decoration: none !important;
}

.pagination .page-link:hover {
    background: rgba(var(--unik-secondary-rgb), 0.06) !important;
    border-color: var(--unik-secondary) !important;
    color: var(--unik-secondary) !important;
}

.pagination .page-item.active .page-link {
    background: var(--unik-primary) !important;
    border-color: var(--unik-primary) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(var(--unik-primary-rgb), 0.25) !important;
}

.pagination .page-item.disabled .page-link {
    color: #adb5bd !important;
    background: #f8f9fa !important;
    border-color: #dee2e6 !important;
}

/* --- Professional Page Header --- */
.page-header {
    border-bottom: none;
    padding: 2rem 0 1.5rem;
    margin-bottom: 2.5rem;
}

.page-header h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--unik-primary);
    margin: 0;
}

.page-header-compact {
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
}

.page-header .breadcrumb {
    margin-bottom: 0.5rem;
    padding: 0;
    background: none;
    font-size: 0.85rem;
}

/* --- Professional Info Card --- */
.info-card {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
    background: #fff;
    height: 100%;
    transition: all 0.2s ease;
}

.info-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border-color: #d0d7de;
}

.info-card .info-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.25rem;
    background: linear-gradient(135deg, rgba(var(--unik-secondary-rgb), 0.1), rgba(var(--unik-accent-rgb), 0.1));
    color: var(--unik-secondary);
}

/* --- Professional Card --- */
.professional-card {
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
}

.professional-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

/* --- Professional Social Link --- */
.social-link-pro {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.social-link-pro:hover {
    transform: translateY(-2px);
    color: #fff;
    opacity: 0.9;
}

/* --- Button Polish --- */
.btn-unik-primary,
.btn-unik-success,
.btn-unik-accent,
.btn-unik-dark-green {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
}

.btn-unik-primary:hover,
.btn-unik-success:hover,
.btn-unik-accent:hover,
.btn-unik-dark-green:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* --- Outline Fill Button --- */
.btn-outline-fill {
    color: var(--unik-primary);
    border: 2px solid var(--unik-primary);
    background: transparent;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-outline-fill:hover,
.btn-outline-fill:focus {
    background: var(--unik-primary);
    border-color: var(--unik-primary);
    color: #fff;
    box-shadow: 0 4px 16px rgba(var(--unik-primary-rgb), 0.3);
}
.btn-outline-fill:hover {
    transform: translateY(-2px);
}

/* --- Content Fade-In --- */
main {
    animation: fadeUp 0.4s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- PC Navbar: lock all components in place --- */
@media (min-width: 1200px) {
    .unik-navbar .container {
        flex-wrap: nowrap;
    }

    .unik-navbar .navbar-brand {
        flex: 0 0 auto;
    }

    .navbar-expand-xl .navbar-collapse {
        flex: 1 1 0 !important;
        min-width: 0;
    }

    .navbar-expand-xl .navbar-collapse>.navbar-nav {
        flex: 1 1 0;
        justify-content: center;
    }

    .navbar-expand-xl .navbar-collapse>.navbar-nav .nav-link {
        white-space: nowrap;
    }

    .navbar-expand-xl .navbar-collapse>.d-flex.align-items-center.gap-3 {
        flex: 0 0 auto;
        gap: 0.75rem;
        justify-content: flex-end;
    }

    .navbar-expand-xl .navbar-collapse .marketed-by {
        flex-shrink: 0;
    }

    .navbar-expand-xl .navbar-collapse .cart-link {
        flex-shrink: 0;
        min-width: 40px;
        text-align: center;
    }

    .navbar-expand-xl .navbar-collapse>.d-flex.align-items-center.gap-3>* {
        flex-shrink: 0;
    }
}

.btn-unik-primary:hover,
.btn-unik-success:hover,
.btn-unik-accent:hover,
.btn-unik-dark-green:hover {
    transform: translateY(-2px);
}

/* --- Responsive --- */
@media (max-width: 1199.98px) {
    .hero-slide {
        aspect-ratio: auto;
        min-height: 140px;
    }

    .hero-slide-content h1 {
        font-size: 2.2rem;
    }

    .navbar-expand-xl .navbar-collapse>.d-flex.align-items-center.gap-3 {
        justify-content: center;
    }

    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2301193c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler {
        background: rgba(255, 255, 255, 0.2) !important;
    }

    .navbar-expand-xl .navbar-collapse {
        position: absolute;
        top: calc(100% - 15px);
        right: 0.75rem;
        left: auto;
        width: 280px;
        max-width: calc(100vw - 1.5rem);
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        padding: 1.5rem;
        border-radius: 0.75rem;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        border: 1px solid rgba(0, 0, 0, 0.06);
        z-index: 1050;
    }

    .navbar-expand-xl .navbar-nav {
        text-align: center;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        width: fit-content;
        margin: 0 auto;
    }

    .navbar-expand-xl .navbar-nav .btn {
        white-space: nowrap;
    }

    .navbar-expand-xl .navbar-collapse .cart-link {
        color: #01193c !important;
    }

    .navbar-expand-xl .navbar-collapse .cart-link:hover {
        color: var(--unik-accent) !important;
    }
}

@media (max-width: 767.98px) {
    .unik-navbar {
        height: 70px;
    }

    .unik-navbar .container {
        flex-wrap: nowrap;
        gap: 0.35rem;
    }

    .unik-navbar .navbar-brand {
        flex-shrink: 1;
        min-width: 0;
    }

    .brand-logo {
        max-width: 70px;
        height: auto;
    }

    .marketed-by-logo {
        height: 30px;
    }

    .marketed-by {
        padding-right: 0.4rem;
        margin-right: 0.1rem;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        gap: 0.25rem;
    }

    .marketed-by-text {
        font-size: 0.5rem;
        line-height: 1;
        white-space: nowrap;
    }

    .navbar-rnr-group {
        flex-shrink: 0;
        margin-left: auto;
    }

    .navbar-toggler {
        padding: 0.25rem 0.4rem;
    }

    .hero-slide {
        min-height: 135px;
    }

    .hero-slide-content h1 {
        font-size: 1rem;
    }

    .hero-slide-content p {
        font-size: 0.8rem;
    }

    .section-heading h2 {
        font-size: 1.2rem;
    }

    .shop-sidebar {
        position: static;
        max-height: none;
        overflow-y: visible;
    }

    .hero-slide-content .btn {
        font-size: 1rem;
        padding: 0.3rem 0.3rem;
    }

    .hero-slide-content p.mb-4 {
        margin-bottom: 0.5rem !important;
    }

    .hero-slide-content {
        padding: 0.8rem 1rem;
        margin-top: -50px;
        margin-left: -60px;
        width: 90%;
    }

    .hero-slider .carousel-indicators [data-bs-target] {
        width: 5px;
        height: 5px;
    }

    .hero-slider .carousel-indicators .active {
        background-color: rgba(255, 255, 255, 0.5);
        border-color: rgba(255, 255, 255, 0.5);
    }

    .hero-slider .carousel-indicators {
        bottom: -10px;
    }

    .product-card .card-img-top {
        height: 250px !important;
    }

    p {
        font-size: 0.9rem;
    }

    .sticky-top {
        position: static !important;
    }

    .cart-item-img {
        width: 50px !important;
        height: 50px !important;
    }

    .about-page .professional-card {
        min-height: auto !important;
    }

    .about-page .professional-card>div {
        min-height: auto !important;
        padding: 1.5rem !important;
    }

    .about-page .static-page {
        min-height: auto !important;
    }

    .tracking-progress small.fw-semibold {
        font-size: 0.65rem;
    }

    .tracking-progress .rounded-circle {
        width: 40px !important;
        height: 40px !important;
    }

    .navbar-expand-xl .navbar-nav .btn {
        white-space: nowrap;
    }

    .hero-flag2 {
        width: clamp(70px, 15vw, 130px);
    }

    .hero-slide::after {
        width: clamp(30px, 6vw, 55px);
        height: clamp(30px, 6vw, 55px);
        bottom: 12px;
        right: 12px;
    }
}

@media (max-width: 575.98px) {
    .hero-slide {
        aspect-ratio: auto;
        min-height: 130px;
    }

    .hero-slide-content h1 {
        font-size: 1.2rem;
        font-weight: 800;
        margin-bottom: 0.1rem !important;
    }

    .tracking-progress .d-flex {
        gap: 0.2rem;
    }

    .tracking-progress small.fw-semibold {
        font-size: 0.6rem;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 60px;
        margin: 0 auto;
    }

    .tracking-progress .rounded-circle {
        width: 36px !important;
        height: 36px !important;
    }

    .about-page .professional-card {
        min-height: auto !important;
    }

    .about-page .professional-card>div {
        min-height: auto !important;
        padding: 1.5rem !important;
    }

    .about-page .static-page {
        min-height: auto !important;
    }
}

/* --- Chat Widget --- */
#chat-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    font-family: 'Poppins', sans-serif;
}

#chat-toggle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--unik-primary), var(--unik-secondary));
    color: #fff;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 91, 184, 0.35);
    font-size: 1.35rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chat-toggle:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 28px rgba(0, 91, 184, 0.45);
}

#chat-window {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 370px;
    max-height: 520px;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: chatSlideUp 0.25s ease;
}

@keyframes chatSlideUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#chat-header {
    background: linear-gradient(135deg, var(--unik-primary), var(--unik-secondary));
    color: #fff;
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#chat-header .chat-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

#chat-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    padding: 4px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

#chat-close:hover {
    opacity: 1;
}

#chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    min-height: 240px;
    max-height: 340px;
    background: #f8f9fa;
}

.chat-msg {
    display: flex;
}

.chat-msg.user {
    justify-content: flex-end;
}

.chat-msg.assistant {
    justify-content: flex-start;
}

.chat-bubble {
    max-width: 82%;
    padding: 0.6rem 0.85rem;
    border-radius: 0.85rem;
    font-size: 0.85rem;
    line-height: 1.45;
    word-wrap: break-word;
}

.chat-msg.user .chat-bubble {
    background: var(--unik-primary);
    color: #fff;
    border-bottom-right-radius: 0.2rem;
}

.chat-msg.assistant .chat-bubble {
    background: #fff;
    color: #333;
    border: 1px solid #e9ecef;
    border-bottom-left-radius: 0.2rem;
}

.typing-indicator {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0.6rem 0.9rem !important;
}

.typing-indicator span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #adb5bd;
    animation: typingBounce 1.2s infinite;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typingBounce {

    0%,
    60%,
    100% {
        transform: translateY(0);
        opacity: 0.4;
    }

    30% {
        transform: translateY(-4px);
        opacity: 1;
    }
}

#chat-form {
    display: flex;
    padding: 0.6rem;
    border-top: 1px solid #e9ecef;
    background: #fff;
    gap: 0.4rem;
}

#chat-input {
    flex: 1;
    border: 1px solid #dee2e6;
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-family: 'Poppins', sans-serif;
    outline: none;
    transition: border-color 0.2s;
}

#chat-input:focus {
    border-color: var(--unik-secondary);
}

#chat-send {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--unik-primary);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: background 0.2s;
    flex-shrink: 0;
}

#chat-send:hover {
    background: var(--unik-accent);
}

@media (max-width: 575.98px) {
    #chat-widget {
        bottom: 16px;
        right: 16px;
    }

    #chat-window {
        width: calc(100vw - 32px);
        right: 0;
        max-height: 70vh;
    }

    #chat-messages {
        max-height: 50vh;
    }
}

/* --- Category Marquee --- */
.category-marquee {
    overflow: hidden;
    width: 100%;
    container-type: inline-size;
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.category-marquee-track {
    display: flex;
    width: max-content;
    padding: 6px 0;
    animation: marquee-scroll 30s linear infinite;
}

.category-marquee:hover .category-marquee-track {
    animation-play-state: paused;
}

.category-marquee-item {
    flex: 0 0 20cqw;
    padding: 0 12px;
    box-sizing: border-box;
}

.category-marquee-item .category-card {
    height: auto;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* --- RTL Fixes --- */
[dir="rtl"] .hero-slide-content {
    transform: translate(-100px, 70px);
}

[dir="rtl"] .hero-slide::before {
    background-position: right center;
}

[dir="rtl"] .hero-slide::after {
    right: auto;
    left: 30px;
}

[dir="rtl"] .cta-banner::before {
    right: auto;
    left: -100px;
}

[dir="rtl"] .cta-banner::after {
    left: auto;
    right: -50px;
}

[dir="rtl"] .review-card blockquote {
    border-left: none;
    border-right: 3px solid var(--unik-accent);
    padding-left: 0;
    padding-right: 1rem;
}

[dir="rtl"] .static-page blockquote {
    border-left: none;
    border-right: 4px solid var(--unik-primary);
    padding-left: 0;
    padding-right: 1rem;
    border-radius: 0.375rem 0 0 0.375rem;
}

[dir="rtl"] .static-page ul,
[dir="rtl"] .static-page ol {
    padding-left: 0;
    padding-right: 1.5rem;
}

[dir="rtl"] .hero-slider .carousel-control-prev {
    left: auto;
    right: 2rem;
}

[dir="rtl"] .hero-slider .carousel-control-next {
    right: auto;
    left: 2rem;
}

[dir="rtl"] #chat-widget {
    right: auto;
    left: 24px;
}

[dir="rtl"] #chat-window {
    right: auto;
    left: 0;
}

[dir="rtl"] .navbar-expand-xl .navbar-collapse {
    right: auto;
    left: 0.75rem;
}

[dir="rtl"] .category-marquee {
    -webkit-mask-image: linear-gradient(to left, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to left, transparent, black 10%, black 90%, transparent);
}

[dir="rtl"] .category-marquee-track {
    animation-name: marquee-scroll-rtl;
}

@keyframes marquee-scroll-rtl {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50%);
    }
}

[dir="rtl"] .marketed-by {
    padding-right: 0;
    padding-left: 0.85rem;
    border-right: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0;
    margin-left: 0.25rem;
}

@media (max-width: 767.98px) {
    [dir="rtl"] .hero-slide-content {
        transform: translate(0, -50px);
        margin-left: 0;
        margin-right: -60px;
    }

    [dir="rtl"] #chat-widget {
        left: 16px;
        right: auto;
    }

    [dir="rtl"] #chat-window {
        left: 0;
        right: auto;
    }
}

/* Fly-to-cart */
.js-add-to-cart .btn.is-adding { opacity: 0.65; }
.cart-fly {
    position: fixed;
    object-fit: cover;
    z-index: 2000;
    pointer-events: none;
}
.cart-badge-bump { animation: cart-badge-bump 0.65s cubic-bezier(0.28, 0.84, 0.42, 1); }
@keyframes cart-badge-bump {
    0% { scale: 1; }
    30% { scale: 1.7; }
    45% { scale: 0.85; }
    60% { scale: 1.25; }
    75% { scale: 0.95; }
    100% { scale: 1; }
}
.cart-toast-wrap {
    position: fixed;
    top: 80px;
    right: 16px;
    z-index: 2100;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 320px;
}
.cart-toast {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.cart-toast-success { background: #198754; }
.cart-toast-error { background: #dc3545; }
.cart-toast-hide { opacity: 0; transform: translateY(-8px); }
@media (prefers-reduced-motion: reduce) {
    .cart-badge-bump { animation: none; }
}
