.aiz-thecore .rounded-75 {
    border-radius: 0.75rem !important;
}

/* slider */
.thecore-square-box {
    width: 100%;
    border-radius: 0.5rem;
}

.thecore-square-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* crop the overflow */
    object-position: center;
    /* keep centered */
}

/* Countdown Circle */
.aiz-count-down-circle {
    display: flex;
    justify-content: center;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.6) !important;
    padding: 1rem;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}

.aiz-count-down-circle #time {
    display: flex;
}

.aiz-count-down-circle #time .circle {
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aiz-count-down-circle #time .circle svg {
    position: relative;
    width: 55px;
    height: 55px;
    transform: rotate(270deg);
}

.aiz-count-down-circle #time .circle svg circle {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1;
    stroke: #f7f2f2;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.aiz-count-down-circle #time .circle svg circle:nth-child(2) {
    stroke: #000000;
    stroke-width: 2;
    stroke-dasharray: 138;
    stroke-dashoffset: 138;
}



.aiz-count-down-circle #time div {
    position: absolute;
    text-align: center;
    font-weight: 700;
    color: #1b1b28;
    font-size: 14px;
}

.aiz-count-down-circle #time div span {
    position: absolute;
    transform: translateX(-50%) translateY(-10%);
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

[dir="rtl"] .aiz-count-down-circle #time div span {
    transform: translateX(50%) translateY(-10%);
}

@media (max-width: 767px) {

    .aiz-count-down-circle {
        box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
    }

}


/* Hide arrows by default */
.hot-categories .carousel-arrow .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show arrows on hover */
.hot-categories .carousel-arrow:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.aiz-carousel .slick-arrow {
    width: 24px !important;
    height: 64px !important;
    background: #ffffff00;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0), 0 3px 1px 0 rgba(255, 255, 255, 0);
}

.aiz-carousel .slick-arrow:hover {
    background: #ffffff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next {
    right: -15px !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev {
    left: -15px !important;
}


/* carosel arrow btn */

@media (max-width: 576px) {
    .aiz-thecore .featured-categories .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .aiz-thecore .featured-categories .aiz-carousel .slick-next,
    .aiz-thecore .featured-categories .aiz-carousel .slick-prev {
        display: none !important;
    }
}

.aiz-thecore .featured-categories .slick-list {
    margin-left: 3rem;
    margin-right: 3rem;
}

.aiz-thecore .todays-deal .slick-list {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next,
.aiz-thecore .todays-deal .aiz-carousel .slick-next {
    border-radius: 5px 0 0 5px !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev {
    border-radius: 0 5px 5px 0 !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next i,
.aiz-thecore .todays-deal .aiz-carousel .slick-next i {
    display: inline-block;
    margin-right: 1rem !important;
    transition: transform 0.3s ease;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next:hover i,
.aiz-thecore .todays-deal .aiz-carousel .slick-next:hover i {
    transform: translateX(5px);
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev i,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev i {
    display: inline-block;
    margin-left: 0.8rem !important;
    transition: transform 0.3s ease;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev:hover i,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev:hover i {
    transform: translateX(-8px);
}

/* Hover animation for products */
.hov-animate-outline-2 {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
}

.hov-animate-outline-2::before,
.hov-animate-outline-2::after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
}

.hov-animate-outline-2:hover::before {
    border-top-color: black;
    border-right-color: black;
    width: 100%;
    height: 100%;
    transition:
        width 0.3s ease-out,
        height 0.3s ease-out 0.3s;
}

.hov-animate-outline-2:hover::after {
    border-bottom-color: black;
    border-left-color: black;
    width: 100%;
    height: 100%;
    transition:
        height 0.3s ease-out,
        width 0.3s ease-out 0.3s;
}

/* Always display both original base price & discounted price */
.aiz-card-box .disc-amount,
.disc-amount {
    margin-right: 0.35rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    transform: none !important;
    transition: none !important;
}

.aiz-card-box .disc-amount del,
.disc-amount del {
    text-decoration: line-through !important;
    color: #8f96a3 !important;
}

/* Remove harsh borders & hover outline animations from product cards */
.aiz-card-box,
.carousel-box,
.hov-animate-outline,
.hov-animate-outline-2 {
    border: none !important;
    outline: none !important;
}

.carousel-box::before,
.carousel-box::after,
.hov-animate-outline::before,
.hov-animate-outline::after,
.hov-animate-outline-2::before,
.hov-animate-outline-2::after {
    display: none !important;
    content: none !important;
}

/* Add modern Glassy Shadow Effect (Glassmorphism & floating elevation) */
.aiz-card-box {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(12px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(180%) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.3s ease !important;
}

.aiz-card-box:hover {
    transform: translateY(-5px) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

.aiz-thecore .thecore-product-card {
    width: 100%;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    overflow: hidden;
}


.aiz-thecore .thecore-product-card .image-hover-effect,
.aiz-thecore .thecore-product-card .product-main-image,
.aiz-thecore .thecore-product-card .product-hover-image {
    width: 100%;
    height: 100%;
}

.aiz-thecore .thecore-product-card .product-main-image,
.aiz-thecore .thecore-product-card .product-hover-image {
    object-fit: contain;
    object-position: center;
}

.aiz-thecore .thecore-product-card>.p-2,
.aiz-thecore .thecore-product-card>.p-md-3 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.5rem 0.75rem 0 !important;
}

.aiz-thecore .thecore-product-card h3 {
    height: 38px !important;
    min-height: 38px;
}

.aiz-thecore .thecore-product-card .rating {
    min-height: 18px;
}

.aiz-thecore .thecore-product-card .fs-14.d-flex {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem 0.25rem;
    line-height: 1.25;
    margin-top: 0.75rem !important;
}

.aiz-thecore .thecore-product-card .disc-amount {
    margin-right: 0 !important;
}

@media (max-width: 767px) {
    .aiz-thecore .thecore-product-card {
        min-height: 285px;
    }

    .aiz-thecore .thecore-product-card .thecore-product-card-image {
        height: 150px !important;
        flex-basis: 150px;
    }
}

/* Testimonials Section Styling */
#section_testimonials {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#section_testimonials .testimonial-card {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    background: transparent;
    transition: all 0.3s ease;
}

#section_testimonials .testimonial-quote-icon svg {
    width: 36px;
    height: 30px;
}

#section_testimonials .testimonial-text {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #4a5568;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

#section_testimonials .testimonial-author-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.25rem;
}

#section_testimonials .testimonial-author-subtitle {
    font-size: 0.75rem;
    color: #718096;
    font-weight: 500;
}

#section_testimonials .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 2.5rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#section_testimonials .slick-dots li {
    margin: 0;
    padding: 0;
    line-height: 0;
}

#section_testimonials .slick-dots button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #cbd5e1;
    border: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

#section_testimonials .slick-dots li.slick-active button {
    background-color: #0f172a;
    transform: scale(1.15);
}

/* Shop The Look Video Slider Section */
#section_shop_the_look {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-color: #faf9f6;
    content-visibility: auto;
    contain-intrinsic-size: auto 600px;
}

#section_shop_the_look .eyebrow-text {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #947150;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

#section_shop_the_look .section-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

#section_shop_the_look .section-subtitle {
    font-size: 0.9375rem;
    color: #64748b;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.shop-look-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
}

.shop-look-nav-btn:hover {
    background-color: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.shop-look-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background-color: #0f172a;
    aspect-ratio: 3 / 4;
    height: 360px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-look-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.shop-look-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shop-look-card .video-overlay-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 8px 12px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.3s ease;
    pointer-events: auto;
}

.shop-look-card:hover .video-overlay-badge {
    opacity: 1;
    transform: translateY(0);
}

.shop-look-card .video-play-sound-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.shop-look-card:hover .video-play-sound-btn {
    opacity: 1;
}

@media (max-width: 767px) {
    #section_shop_the_look .section-title {
        font-size: 1.65rem;
    }

    .shop-look-card {
        height: 320px;
        border-radius: 12px;
    }
}

/* Navigation Mega Menu & Dropdown Styles */
.nav-item-has-mega {
    position: static !important;
}

.nav-item-has-mega.position-relative {
    position: relative !important;
}

.nav-item-has-mega > a {
    position: relative;
    transition: all 0.2s ease;
}

.nav-item-has-mega .dropdown-arrow-icon {
    transition: transform 0.25s ease;
}

.nav-item-has-mega:hover .dropdown-arrow-icon {
    transform: rotate(180deg);
}

.header-mega-menu {
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.nav-item-has-mega:hover .header-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.custom-nav-dropdown {
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15) !important;
}

.nav-item-has-mega:hover .custom-nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.brand-menu-card {
    transition: all 0.25s ease;
}

.brand-menu-card:hover {
    border-color: #C70909 !important;
    background-color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(199, 9, 9, 0.12);
}

.bg-gradient-dark {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
}

/* Checkout Step Progress Bar */
.checkout-steps-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.checkout-step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.checkout-step-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #CBD5E1;
    color: #64748B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.25s ease;
    margin-bottom: 6px;
}

.checkout-step-item.active .checkout-step-circle {
    background-color: #C70909;
    border-color: #C70909;
    color: #ffffff;
    box-shadow: 0 0 0 5px rgba(199, 9, 9, 0.15);
}

.checkout-step-item.done .checkout-step-circle {
    background-color: #10B981;
    border-color: #10B981;
    color: #ffffff;
}

.checkout-step-title {
    font-size: 12px;
    font-weight: 600;
    color: #64748B;
    text-align: center;
}

.checkout-step-item.active .checkout-step-title {
    color: #C70909;
    font-weight: 700;
}

.checkout-step-item.done .checkout-step-title {
    color: #0F172A;
}

.order-success-hero {
    background: linear-gradient(135deg, #111111 0%, #1A1A1A 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Order Tracking UI Enhancements */
.track-order-card {
    background-color: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.track-order-hero {
    background: linear-gradient(135deg, #111111 0%, #1A1A1A 100%);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.track-input-group {
    background: #ffffff;
    border-radius: 12px;
    padding: 6px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.track-input-group .form-control {
    border: none !important;
    box-shadow: none !important;
    padding: 12px 16px;
    font-size: 14px;
    color: #111111;
}

.btn-track-submit {
    background-color: #C70909;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.btn-track-submit:hover {
    background-color: #D81413;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(199, 9, 9, 0.35);
}

.route-flow-box {
    background-color: #F8FAFC;
    border: 1px dashed #CBD5E1;
    border-radius: 14px;
    padding: 18px;
}

.tracking-step-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.tracking-step-circle.completed {
    background-color: #C70909;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(199, 9, 9, 0.15);
}

.tracking-step-circle.active {
    background-color: #ffffff;
    border: 3px solid #C70909;
    color: #C70909;
    box-shadow: 0 0 0 6px rgba(199, 9, 9, 0.2);
    animation: pulse-ring 1.8s infinite;
}

.tracking-step-circle.pending {
    background-color: #F1F5F9;
    border: 2px solid #CBD5E1;
    color: #94A3B8;
}

.tracking-step-circle.cancelled {
    background-color: #EF4444;
    color: #ffffff;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.2);
}

@keyframes pulse-ring {
    0% { box-shadow: 0 0 0 0px rgba(199, 9, 9, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(199, 9, 9, 0); }
    100% { box-shadow: 0 0 0 0px rgba(199, 9, 9, 0); }
}

.connector-line-v2 {
    width: 3px;
    flex-grow: 1;
    min-height: 36px;
    margin-left: 12px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.connector-line-v2.completed {
    background-color: #C70909;
}

.connector-line-v2.dashed {
    background-image: linear-gradient(to bottom, #CBD5E1 50%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 3px 10px;
    background-repeat: repeat-y;
}

@media (max-width: 575px) {
    .track-order-hero {
        padding: 1.75rem 1.25rem;
    }
    
    .track-input-group {
        flex-direction: column;
        gap: 8px;
    }
    
    .track-input-group .form-control {
        width: 100%;
    }
    
    .btn-track-submit {
        width: 100%;
    }
}