.btn-fix {
    padding: unset;
    padding: 10px 15px 10px 15px;
}

/* Inline Google auth badge for email inputs */
.google-auth-img {
    position: absolute;
    top: 34%;
    left: 12px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    object-fit: contain;
    display: block;
    pointer-events: none;
}

.google-auth-with-logo {
    padding-left: 44px !important;
}

/* ============================================
   HEADER FIXES - Consistent Spacing & Mobile
   ============================================ */

.header {
    padding: 0 !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header .container {
    padding-right: 15px;
    padding-left: 15px;
}

.header .main-header {
    padding: 1px 0;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .main-header .header-logo {
    flex: 0 0 auto;
    max-width: 130px;
    min-width: 65px;
    margin-right: 20px;
}

.header .main-header .header-menu {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .main-header .header-account {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: auto;
}

.header .main-header .header-account .account-icon {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-nav {
    display: flex;
    align-items: center;
}

.header .nav-main-menu {
    padding: 0 !important;
}

.header .main-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .main-menu > li {
    padding: 0 !important;
    margin: 0;
}

.header .main-menu li a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header .main-menu li a:hover {
    color: #C8815F;
}

.header .burger-icon {
    display: none;
    cursor: pointer;
    padding: 8px;
}

/* Mobile Header Styles */
@media (max-width: 1199px) {
    .header .nav-main-menu {
        display: none;
    }
    
    .header .burger-icon {
        display: block !important;
        position: relative;
        top: auto;
        right: auto;
        margin-left: 15px;
        z-index: 999999;
        width: 24px;
        height: 20px;
        cursor: pointer;
        order: 3; /* Ensure it is on the right */
    }
    
    .header .burger-icon span,
    .header .burger-icon span::before, 
    .header .burger-icon span::after {
        background-color: #000000 !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        height: 2px !important;
        width: 100% !important;
        position: absolute;
    }

    .burger-icon-top { top: 0px; }
    .burger-icon-mid { top: 9px; }
    .burger-icon-bottom { bottom: 0px; }

    /* Fix for the header nav container on mobile to ensure spacing */
    .header .header-nav {
        display: contents; /* Use contents to let items flow in parent grid/flex */
    }
    
    .header .main-header .header-menu {
        justify-content: flex-end;
        display: contents; /* Allow burger icon to sit next to account icons */
    }

    .header .main-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Ensure Logo is left, Icons are right */
    .header .main-header .header-logo {
        order: 1;
        flex-grow: 1;
    }

    .header .main-header .header-account {
        order: 2;
        display: flex;
        gap: 5px;
    }

}

@media (max-width: 768px) {
    .header .main-header {
        padding: 12px 0;
        max-height: 60px;
    }
    
    .header .main-header .header-logo {
        max-width: 100px;
        min-width: 50px;
        margin-right: 10px;
    }
    
    .header .main-header .header-account {
        gap: 5px;
    }
    
    .header .main-header .header-account .account-icon {
        padding: 6px;
    }
    
    .header .main-header .header-account .account-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .header .number-tag {
        top: -6px;
        right: -10px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 12px;
    }
}

/* ============================================
   FOOTER FIXES - Mobile Optimization
   ============================================ */

.footer {
    padding: 50px 0 0;
}

.footer-1 {
    padding: 50px 0 30px;
}

.footer-2 {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
}

/* Force white text in footer (override Tailwind and other resets) */
/* .footer .color-white,
.footer h6,
.footer p,
.footer a,
.footer .menu-footer li a {
    color: rgba(255, 255, 255, 0.84) !important;
}

.footer .color-white {
    color: #fff !important;
}

.footer .menu-footer li a:hover {
    color: #fff !important;
}

.footer-bottom {
    padding: 0;
} */

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.box-payments {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.box-payments img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

.footer-dropdowns {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* Currency Switcher Styles */
.currency-switch.active {
    background-color: #f8f9fa;
    font-weight: 600;
}

.currency-switch:hover {
    background-color: #e9ecef;
}

.footer .menu-footer {
    padding-left: 5px !important;
    text-align: left;
}

/* Mobile Footer Styles */
@media (max-width: 991px) {
    .footer-1 {
        padding: 40px 0 20px;
    }
    
    .footer .row > div[class*="col-"] {
        margin-bottom: 30px;
    }
    
    .footer .row > div[class*="col-"]:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 35px 0 0;
    }
    
    .footer-1 {
        padding: 30px 0 20px;
    }
    
    .footer-2 {
        padding: 15px 0;
        margin-bottom: 40px;
    }
    
    .footer-bottom .row > div {
        text-align: center !important;
        margin-bottom: 20px;
    }
    
    .footer-bottom .row > div:last-child {
        margin-bottom: 0;
    }
    
    .footer-actions {
        flex-direction: column;
        align-items: left;
        gap: 15px;
    }
    
    .box-payments {
        justify-content: center;
    }
    
    .footer-dropdowns {
        justify-content: center;
        width: 100%;
    }
    
    .footer .menu-footer {
        padding-left: 0 !important;
        text-align: left;
    }
    
    .footer h6 {
        text-align: left;
        margin-bottom: 15px;
    }
    
    .footer p {
        text-align: center;
    }
    
    .footer .row > div[class*="col-"] {
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .footer-1 {
        padding: 25px 0 15px;
    }
    
    .footer-2 {
        padding: 12px 0;
    }
    
    .footer .row > div[class*="col-"] {
        margin-bottom: 20px;
    }
    
    .box-payments {
        gap: 6px;
    }
    
    .box-payments img {
        height: 20px;
    }
    
    .footer-dropdowns {
        flex-direction: column;
        width: 100%;
    }
    
    .footer-dropdowns .dropdown {
        width: 100%;
    }
    
    .footer-dropdowns .btn {
        width: 100%;
    }
}

/* ============================================
   BOX-COVER-IMAGE FIXES - Mobile Responsive
   ============================================ */

.banner-500 .box-cover-image {
    height: 500px;
    min-height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}

.box-cover-image {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

/* Mobile Responsive Heights */


@media (max-width: 768px) {
    .banner-500 .box-cover-image {
        height: 100vh;
        min-height: 100vh;
    }
    
    .box-cover-image {
        height: auto;
        min-height: 90vh;
        max-height: 90vh;
    }
    
    .banner-homepage2 .box-cover-image,
    .banner-homepage3 .box-cover-image {
        height: 100vh !important;
        min-height: 100vh;
        background-size: cover !important;
        background-position: center center !important;
    }
}

@media (max-width: 576px) {
    .banner-500 .box-cover-image {
        height: 100vh;
        min-height: 100vh;
    }
    
    .box-cover-image {
        height: auto;
        min-height: 90vh;
        max-height: 90vh;
    }
    
    .banner-homepage2 .box-cover-image,
    .banner-homepage3 .box-cover-image {
        height: 100vh !important;
        min-height: 100vh;
    }
}

/* Ensure images inside box-cover-image are responsive */
.box-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================================
   ADDITIONAL SPACING FIXES
   ============================================ */

/* Ensure consistent body padding for fixed header */
body {
    padding-top: 70px;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
}

/* Fix section spacing */
@media (max-width: 768px) {
    /* .section {
        padding: 40px 0;
    } */
}

/* Container consistency */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* ============================================
   BEFORE / AFTER SLIDER
   ============================================ */
.section-before-after {
    position: relative;
}

.comparison-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 24px;
    overflow: hidden;
    height: 500px;
    width: 100%;
    max-width: 1200px;
    /* width: fit-content; */
}

.comparison-title {
    display: none;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.comparison-slider {
    position: relative;
    width: 100%;
    height: 100%;
    /* padding-top: 60%; */
    overflow: hidden;
    border-radius: 12px;
    background: #ffffff;
    cursor: ew-resize;
}

.comparison-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;       /* fill the whole area */
    object-position:inherit; /* keep subject centered */
    background-color: #ffffff;
    border-radius: 12px;
}

.comparison-slider .before-image {
    position: absolute;
    inset: 0;
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.1s ease-out;
}

.slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255,255,255,0.8);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    font-size: 24px;
    color: #C9A57B;
    font-weight: bold;
}

.slider-button::before, .slider-button::after {
    content: '←';

}


.slider-button::after {
    content: '→';
}

.comparison-slider .label {
    position: absolute;
    top: 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 6px 14px;
    border-radius: 999px;
    text-transform: uppercase;  
      transition: opacity 0.15s ease-out;

}

.label-before {
    left: 16px;
}

.label-after {
    right: 16px;
}

@media (max-width: 768px) {
    .comparison-card {
        padding: 18px;
        width: 300px;
        height: 450px;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
    }

    .slider-button {
        width: 25px;
        height: 25px;
        font-size: 10px;
    }


    .comparison-slider .label {
        font-size: 10px;
        letter-spacing: 0.1em;
    }
}

/* ============================================
   WHATSAPP BUTTON - Fixed Bottom Right
   ============================================ */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-button:active {
    transform: scale(0.95);
}

.whatsapp-button svg {
    width: 32px;
    height: 32px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .whatsapp-button {
        width: 56px;
        height: 56px;
        bottom: 60px;
        right: 15px;
    }
    
    .whatsapp-button svg {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 576px) {
    .whatsapp-button {
        width: 50px;
        height: 50px;
        bottom: 60px;
        right: 12px;
    }
    
    .whatsapp-button svg {
        width: 24px;
        height: 24px;
    }
}

/* ============================================
   PRODUCT VIDEO SLIDER
   ============================================ */
.video-thumb {
    position: relative;
}

.video-thumb-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-thumb-overlay svg {
    margin-left: 2px;
}

.video-slide {
    position: relative;
    width: 100%;
    min-height: 500px;
    height: auto;
    overflow: visible;
    background: #000;
    display: block !important;
    margin: 0;
}

.product-image-slider-1 .video-slide {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
}

.video-slide .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 177.77%; /* 9:16 aspect ratio for vertical videos */
    height: 0;
    overflow: hidden;
    background: #000;
    z-index: 1;
    display: block;
}

.video-slide .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    border: none;
    display: block !important;
    background: #000;
    z-index: 2;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Fix for Slick slider hiding video */
.slick-slide .video-slide {
    display: block !important;
    height: auto !important;
}

.slick-slide .video-slide {
    width: 100% !important;
}

.slick-slide .video-slide .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 177.77%;
    height: 0;
    overflow: hidden;
}

/* Ensure iframe is properly sized and visible */
.slick-slide .video-slide .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
}

@media (max-width: 768px) {
    .video-thumb-overlay {
        width: 32px;
        height: 32px;
    }
    
    .video-thumb-overlay svg {
        width: 18px;
        height: 18px;
    }
    
    .video-slide {
        padding-bottom: 177.77%; /* Keep 9:16 for mobile shorts */
    }
    
    .video-slide .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
    }
}

/* Ensure video slide is visible in Slick slider */
.product-image-slider-1 figure.video-slide {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ============================================
   VOUCHER STYLES
   ============================================ */
.list-group-item {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
}

.apply-voucher-btn {
    white-space: nowrap;
    min-width: 80px;
    padding: 10px 20px !important;
}

.voucher-message {
    margin-top: 0.5rem;
}

/* Profile page voucher cards */
.card .list-group-item {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.card .list-group-item:first-child {
    border-top: none;
}

.card .list-group-item:last-child {
    border-bottom: none;
}

/* Signup Voucher Modal Styles */
#signupVoucherModal .modal-dialog {
    max-width: 500px;
}

#signupVoucherModal .modal-body .btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 5px !important;
}

@media (max-width: 576px) {
    #signupVoucherModal .modal-dialog {
        max-width: 90%;
        margin: 1rem auto;
    }
    
    #signupVoucherModal .modal-body {
        padding: 1.5rem 1rem;
    }
    
    #signupVoucherModal .modal-body h3 {
        font-size: 1.25rem;
    }
    
    #signupVoucherModal .modal-body p {
        font-size: 0.9rem;
    }
    
    #signupVoucherModal .modal-body svg {
        width: 60px;
        height: 60px;
    }
    
    #signupVoucherModal .modal-body .d-flex {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    #signupVoucherModal .modal-body .btn {
        width: 100%;
    }
}

/* Fix for Slick slider with video */
.slick-slide .video-slide {
    display: block !important;
}

/* ============================================
   SWIPER NAVIGATION BUTTONS - Mobile Visibility
   ============================================ */
@media (max-width: 767.98px) {
    .box-page-swiper1 {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .box-page-swiper1 .swiper-button-prev,
    .box-page-swiper1 .swiper-button-next {
        position: relative;
        display: inline-block;
        left: auto;
        right: auto;
        top: auto;
        margin: 0 5px;
    }
}

/* ============================================
   SHAZ TITLE & SUBTITLE STYLES
   ============================================ */
.shaz-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 40px;
    color: #000000;
    margin-bottom: 4px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.shaz-subtitle {
    font-family: 'Work Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    color: #555555;
    letter-spacing: 3px;
}

@media (max-width: 768px) {
    .shaz-title {
        font-size: 36px;
    }
    
    .shaz-subtitle {
        font-size: 14px;
    }
}

/* ============================================
   PRODUCT DESCRIPTION SHOW MORE/LESS
   ============================================ */
.product-description-wrapper {
    position: relative;
}

.btn-show-more {
    background: none;
    border: none;
    color: #C8815F;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.btn-show-more:hover {
    color: #a66947;
    text-decoration: underline;
}

.btn-show-more:focus {
    outline: none;
    color: #a66947;
}

/* ============================================
   PRODUCT THUMBNAIL SLIDER - MOBILE FIX
   ============================================ */
@media (max-width: 768px) {
    .slider-nav-thumbnails,
    .slider-nav-thumbnails-1 {
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto !important; /* center within container */
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        padding: 10px 0;
    }

    .slider-nav-thumbnails .slick-list,
    .slider-nav-thumbnails-1 .slick-list {
        overflow: visible !important;
        height: auto !important;
    }

    .slider-nav-thumbnails .slick-track,
    .slider-nav-thumbnails-1 .slick-track {
        display: flex !important;
        flex-direction: row !important;
        height: auto !important;
        transform: none !important;
    }

    .slider-nav-thumbnails .slick-slide,
    .slider-nav-thumbnails-1 .slick-slide {
        width: 80px !important;
        min-width: 80px !important;
        max-width: 80px !important;
        height: 80px !important;
        margin-right: 10px !important;
        flex-shrink: 0;
    }

    .slider-nav-thumbnails .slick-slide .item-thumb,
    .slider-nav-thumbnails-1 .slick-slide .item-thumb {
        width: 100%;
        height: 100%;
        display: block;
    }

    .slider-nav-thumbnails .slick-slide .item-thumb img,
    .slider-nav-thumbnails-1 .slick-slide .item-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .slider-nav-thumbnails .slick-slide .video-thumb,
    .slider-nav-thumbnails-1 .slick-slide .video-thumb {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .slider-nav-thumbnails .slick-slide .video-thumb img,
    .slider-nav-thumbnails-1 .slick-slide .video-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    /* Hide slick arrows on mobile */
    .slider-nav-thumbnails .slick-prev,
    .slider-nav-thumbnails .slick-next,
    .slider-nav-thumbnails-1 .slick-prev,
    .slider-nav-thumbnails-1 .slick-next {
        display: none !important;
    }

    /* Enable touch scrolling */
    .slider-nav-thumbnails,
    .slider-nav-thumbnails-1 {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    /* Custom scrollbar for better UX */
    .slider-nav-thumbnails::-webkit-scrollbar,
    .slider-nav-thumbnails-1::-webkit-scrollbar {
        height: 4px;
    }

    .slider-nav-thumbnails::-webkit-scrollbar-track,
    .slider-nav-thumbnails-1::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 2px;
    }

    .slider-nav-thumbnails::-webkit-scrollbar-thumb,
    .slider-nav-thumbnails-1::-webkit-scrollbar-thumb {
        background: #C8815F;
        border-radius: 2px;
    }

    .slider-nav-thumbnails::-webkit-scrollbar-thumb:hover,
    .slider-nav-thumbnails-1::-webkit-scrollbar-thumb:hover {
        background: #a66947;
    }
}

/* ============================================
   PRODUCT GALLERY MOBILE HEIGHT FIX
   ============================================ */
@media (max-width: 767.98px) {
    .detail-gallery {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
    }

    /* Constrain gallery width and center it */
    .detail-gallery .box-main-gallery,
    .detail-gallery .slider-nav-thumbnails-1 {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .box-main-gallery {
        height: auto;
        overflow: visible;
    }
}

/* ============================================
   TICKER STYLES
   ============================================ */
.ticker-container {
    background: #000000;
    /* border-bottom: 0.5px dotted #6d3e3e;
    border-top: 0.5px  dotted #6d3e3e; */
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    /* margin-top: 3px; */

}

.ticker-wrapper {
    display: flex;
    animation: ticker-scroll 30s linear infinite;
}

.ticker-item {
    flex-shrink: 0;
    padding: 0 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    display: inline-flex;
    align-items: center;
}

.ticker-item:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    margin-left: 30px;
}

@keyframes ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-25%); }
}

/* Hover to pause */
.ticker-container:hover .ticker-wrapper {
    animation-play-state: paused;
}


@media (max-width: 768px) {
    .ticker-container {
        margin-top: 0px;
    }
}




/* ---------- ORDER STATE PAGES (Success / Failed / Canceled) ---------- */

.order-state-main {
    background: #FAF7F5;
}

.order-state-shell {
    padding: 3rem 1rem 4rem;
}

.order-state-card {
    max-width: 40rem;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 1.5rem;
    border: 1px solid #E5E0D8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

/* HEADER (top coloured area) */
.order-state-header {
    text-align: center;
    padding: 2.5rem 1.5rem;
    position: relative;
    color: #ffffff;
}

.order-state-header::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -25%;
    width: 14rem;
    height: 14rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    filter: blur(10px);
}

.order-state-header-inner {
    position: relative;
    z-index: 1;
}

.order-state-header--success {
    background-color: #5D2A2C;
}

.order-state-header--warning {
    background-color: #92400E;
}

.order-state-header--danger {
    background-color: #B91C1C;
}

/* Icon circle */
.state-icon-circle {
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.state-icon-circle--success {
    background: rgba(34, 197, 94, 0.16);
    color: #22C55E;
}

.state-icon-circle--warning {
    background: rgba(249, 115, 22, 0.16);
    color: #FED7AA;
}

.state-icon-circle--danger {
    background: rgba(248, 113, 113, 0.16);
    color: #FCA5A5;
}

.order-state-title {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 1.7rem;
    margin-bottom: 0.3rem;
}

.order-state-subtitle {
    font-size: 0.95rem;
    color: #F9A8D4;
}

/* BODY */
.order-state-body {
    padding: 2rem 1.75rem 2.25rem;
}

@media (min-width: 768px) {
    .order-state-body {
        padding: 2.5rem 2.5rem 2.75rem;
    }
}

/* COD / INFO BANNER */
.order-state-banner {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: 0.9rem;
    padding: 0.9rem 1rem;
    border: 1px solid #BBF7D0;
    background: #ECFDF3;
    margin-bottom: 1.25rem;
}

.order-state-banner-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #BBF7D0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-state-banner-title {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #166534;
    font-weight: 700;
    margin-bottom: 0.15rem;
}

.order-state-banner-text {
    font-size: 0.85rem;
    color: #166534;
    margin: 0;
}

/* GENERIC INFO BANNER (for errors/warnings) */
.order-state-info {
    font-size: 0.8rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.6rem;
    margin-top: 0.75rem;
}

.order-state-info--warning {
    background: #FFFBEB;
    border: 1px solid #FDE68A;
    color: #92400E;
}

.order-state-info--danger {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    color: #B91C1C;
}

.order-state-info--success {
    background: #ECFDF3;
    border: 1px solid #BBF7D0;
    color: #166534;
}

/* PROGRESS / STATUS BAR (for success page) */
.order-status-block {
    margin-top: 0.75rem;
    margin-bottom: 1.75rem;
}

.order-status-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.4rem;
    gap: 0.5rem;
}

.order-status-title {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 1rem;
    color: #5D2A2C;
    margin: 0;
}

.order-status-est {
    font-size: 0.75rem;
    color: #6B7280;
}

.order-status-track {
    width: 100%;
    height: 0.4rem;
    border-radius: 999px;
    background: #E5E7EB;
    overflow: hidden;
    margin-bottom: 0.35rem;
}

.order-status-fill {
    height: 100%;
    border-radius: 999px;
    background: #5D2A2C;
    width: 20%;
    transition: width 0.3s ease;
}

.order-status-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #9CA3AF;
}

.order-status-labels span.active {
    color: #5D2A2C;
    font-weight: 600;
}

/* ACCOUNT PANEL */
.order-account-panel {
    border-radius: 0.9rem;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    padding: 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
    .order-account-panel {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.order-account-panel-main {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}

.order-account-icon-circle {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.order-account-text-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.15rem;
}

.order-account-text-body {
    font-size: 0.8rem;
    color: #6B7280;
    margin: 0;
}

.order-account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.btn-outline-ghost {
    border-radius: 0.6rem;
    border: 1px solid #D1D5DB;
    background: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.45rem 0.9rem;
    color: #374151;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100px;
}

.btn-outline-ghost:hover {
    border-color: #5D2A2C;
    color: #5D2A2C;
    background: #F9FAFB;
}

/* "What's next" footer area on success */
.order-next-block {
    margin-top: 1.75rem;
    text-align: center;
}

.order-next-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9CA3AF;
    margin-bottom: 0.9rem;
}

.order-next-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .order-next-actions {
        flex-direction: row;
        justify-content: center;
    }
}

.btn-brand-primary {
    width: 100%;
    border-radius: 0.8rem;
    border: none;
    background: #5D2A2C;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.8rem 1.2rem;
    box-shadow: 0 16px 40px rgba(93, 42, 44, 0.35);
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

.btn-brand-primary:hover {
    background: #111827;
}

.btn-secondary-ghost {
    width: 100%;
    border-radius: 0.8rem;
    border: 1px solid #D1D5DB;
    background: transparent;
    color: #4B5563;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-secondary-ghost:hover {
    background: #F9FAFB;
    color: #111827;
}

/* ACTION ROW for cancel/failed pages */
.order-state-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 576px) {
    .order-state-actions {
        flex-direction: row;
        justify-content: center;
    }
}

.order-state-actions .btn-brand-primary,
.order-state-actions .btn-secondary-ghost {
    width: 100%;
}

@media (min-width: 576px) {
    .order-state-actions .btn-brand-primary,
    .order-state-actions .btn-secondary-ghost {
        width: auto;
        min-width: 9rem;
    }
}

/* ORDER DETAIL PANELS */
.order-detail-panel {
    background: #e0dcd8;
    border-radius: 0.8rem;
    padding: 1.25rem;
    border: 1px solid #E5E7EB;
}
.order-detail-panel-shipping {
    background: #ffffff;
    /* border-radius: 0.8rem; */
    padding: 1.25rem;
    /* border: 1px solid #E5E7EB; */
}

.order-detail-title {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #5D2A2C;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.order-detail-body {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.6;
}

.order-detail-label {
    font-weight: 600;
    color: #6B7280;
    margin-right: 0.5rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

/* PAYMENT BADGE */
.order-payment-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.order-payment-badge--cod {
    background: #ECFDF3;
    color: #15803D;
    border: 1px solid #BBF7D0;
}

/* ORDER ITEMS TABLE */
.order-items-wrapper {
    margin-top: 2rem;
}

.order-items-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.order-items-table thead th {
    background: #F9FAFB;
    color: #5D2A2C;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.75rem 1rem;
    border-bottom: 2px solid #E5E7EB;
}

.order-items-table tbody td {
    padding: 1rem;
    border-bottom: 1px solid #E5E7EB;
    vertical-align: middle;
}

.order-item-thumb {
    width: 60px;
    height: 60px;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-item-thumb--placeholder {
    font-size: 0.7rem;
    color: #9CA3AF;
    font-weight: 500;
}

.order-item-link {
    color: #5D2A2C;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
}

.order-item-link:hover {
    color: #7F1D1D;
    text-decoration: underline;
}

.order-item-desc {
    font-size: 0.8rem;
    color: #6B7280;
    margin-top: 0.25rem;
}

.order-grand-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1rem;
    margin-top: 1rem;
    background: #F9FAFB;
    border-radius: 0.6rem;
    border-top: 2px solid #E5E7EB;
}

.order-grand-total strong {
    font-size: 1rem;
    color: #5D2A2C;
}

.order-grand-total-amount {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #5D2A2C !important;
}


/* footer a,
.footer a,
.site-footer a {
    color: #f9fafb !important;
}

footer a:hover,
.footer a:hover,
.site-footer a:hover {
    color: #ffffff !important;
    text-decoration: underline;
} */
