/* Deals Hot of the Day — full-width product slider */

#deals-hot-of-the-day-section {
    margin-bottom: 3.5rem !important;
    position: relative;
}

#deals-hot-of-the-day-section .deals-hot-container {
    position: relative;
}

#deals-hot-of-the-day-section .deals-hot-header {
    align-items: flex-end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

#deals-hot-of-the-day-section .deals-hot-header__copy {
    min-width: 0;
}

#deals-hot-of-the-day-section .deals-hot-header__eyebrow {
    color: #443297;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

#deals-hot-of-the-day-section .deals-hot-header__title {
    color: #101828;
    font-size: clamp(1.4rem, 2.2vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin: 0;
}

#deals-hot-of-the-day-section .deals-hot-header__nav {
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

/* Owl stage — keep items full width (do NOT use shop_item_4grid_slider) */
#deals-hot-of-the-day-section .deals-hot-slider.owl-carousel {
    position: relative;
    width: 100%;
}

#deals-hot-of-the-day-section .deals-hot-slider.owl-carousel .owl-stage-outer {
    display: block !important;
    overflow: hidden;
    position: relative;
    top: auto !important;
    transform: none !important;
    width: 100%;
}

#deals-hot-of-the-day-section .deals-hot-slider .owl-item > .item {
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

#deals-hot-of-the-day-section .deals-hot-slide {
    background:
        radial-gradient(circle at top left, rgba(68, 50, 151, 0.07), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #fbfafe 100%);
    border: 1px solid rgba(68, 50, 151, 0.1);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(68, 50, 151, 0.07);
    box-sizing: border-box;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
}

#deals-hot-of-the-day-section .deals-hot-slide__layout {
    align-items: stretch;
    display: grid;
    gap: 1.15rem;
    grid-template-columns: 1fr;
}

/* Gallery */
#deals-hot-of-the-day-section .deals-hot-gallery {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr;
    min-width: 0;
}

#deals-hot-of-the-day-section .deals-hot-gallery__stage {
    min-width: 0;
    order: 1;
    position: relative;
}

#deals-hot-of-the-day-section .deals-hot-gallery__thumbs {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    flex-wrap: nowrap;
    gap: 0.55rem;
    max-width: 100%;
    order: 2;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    padding-bottom: 0.15rem;
    scrollbar-width: thin;
}

#deals-hot-of-the-day-section .deals-hot-gallery__thumbs.nav,
#deals-hot-of-the-day-section .deals-hot-gallery__thumbs.nav-pills {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
    --bs-nav-pills-border-radius: 12px;
}

#deals-hot-of-the-day-section .deals-hot-gallery__main {
    align-items: center;
    background: #fff;
    border: 1px solid #eef0f6;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    min-height: 240px;
    padding: 1.15rem 1rem;
    text-decoration: none;
}

#deals-hot-of-the-day-section .deals-hot-gallery__thumb {
    align-items: center;
    background: #fff;
    border: 2px solid #e8eaf3;
    border-radius: 12px;
    display: flex;
    flex-shrink: 0;
    height: 64px;
    justify-content: center;
    margin: 0;
    padding: 0.3rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 64px;
}

#deals-hot-of-the-day-section .deals-hot-gallery__thumb:hover {
    border-color: rgba(68, 50, 151, 0.35);
    transform: translateY(-1px);
}

#deals-hot-of-the-day-section .deals-hot-gallery__thumb.active,
#deals-hot-of-the-day-section .deals-hot-gallery__thumb.nav-link.active {
    background: #fff;
    border-color: #443297;
    box-shadow: 0 0 0 3px rgba(68, 50, 151, 0.12);
}

#deals-hot-of-the-day-section .deals-hot-gallery__thumb img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

#deals-hot-of-the-day-section .deals-hot-gallery__thumb-placeholder {
    align-items: center;
    color: #98a2b3;
    display: flex;
    font-size: 1.15rem;
    height: 100%;
    justify-content: center;
    width: 100%;
}

#deals-hot-of-the-day-section .deals-hot-gallery__stage .tab-pane {
    display: none;
}

#deals-hot-of-the-day-section .deals-hot-gallery__stage .tab-pane.active,
#deals-hot-of-the-day-section .deals-hot-gallery__stage .tab-pane.show.active {
    display: block;
}

#deals-hot-of-the-day-section .deals-hot-gallery__main--empty {
    color: #cbd5e1;
    font-size: 2.5rem;
}

#deals-hot-of-the-day-section .deals-hot-gallery__image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: 280px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

#deals-hot-of-the-day-section .deals-hot-gallery__discount-badge {
    background: linear-gradient(135deg, #f97066 0%, #d92d20 100%);
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(217, 45, 32, 0.28);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    left: 0.85rem;
    letter-spacing: 0.04em;
    padding: 0.4rem 0.7rem;
    position: absolute;
    text-transform: uppercase;
    top: 0.85rem;
    z-index: 2;
}

/* Details */
#deals-hot-of-the-day-section .deals-hot-details {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
}

#deals-hot-of-the-day-section .deals-hot-details__meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
}

#deals-hot-of-the-day-section .deals-hot-details__brand img {
    display: block;
    height: 26px;
    object-fit: contain;
    width: auto;
}

#deals-hot-of-the-day-section .deals-hot-details__rating {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
}

#deals-hot-of-the-day-section .deals-hot-details__rating ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#deals-hot-of-the-day-section .deals-hot-details__rating .fa-star {
    color: #f5c34b;
    font-size: 0.78rem;
}

#deals-hot-of-the-day-section .deals-hot-details__rating .far.fa-star {
    color: #d0d5dd;
}

#deals-hot-of-the-day-section .deals-hot-details__reviews {
    color: #667085;
    font-size: 0.82rem;
}

#deals-hot-of-the-day-section .deals-hot-details__stock {
    background: rgba(18, 183, 106, 0.1);
    border-radius: 999px;
    color: #039855;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 0.28rem 0.6rem;
}

#deals-hot-of-the-day-section .deals-hot-details__title {
    font-size: clamp(1.15rem, 2vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0;
}

#deals-hot-of-the-day-section .deals-hot-details__title a {
    color: #101828;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.2s ease;
}

#deals-hot-of-the-day-section .deals-hot-details__title a:hover {
    color: #443297;
}

#deals-hot-of-the-day-section .deals-hot-details__price {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.75rem;
}

#deals-hot-of-the-day-section .deals-hot-details__price-current {
    color: #443297;
    font-size: clamp(1.35rem, 2.6vw, 1.95rem);
    font-weight: 800;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

#deals-hot-of-the-day-section .deals-hot-details__price-currency {
    font-size: 0.88rem;
    font-weight: 700;
}

#deals-hot-of-the-day-section .deals-hot-details__price-old {
    color: #98a2b3;
    font-size: 0.95rem;
}

#deals-hot-of-the-day-section .deals-hot-countdown {
    background: linear-gradient(135deg, rgba(68, 50, 151, 0.1) 0%, rgba(106, 82, 201, 0.04) 55%, rgba(231, 182, 65, 0.08) 100%);
    border: 1px solid rgba(68, 50, 151, 0.14);
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    overflow: hidden;
    padding: 0.9rem 0.95rem 1rem;
    position: relative;
}

#deals-hot-of-the-day-section .deals-hot-countdown::before {
    background: radial-gradient(circle at top right, rgba(231, 182, 65, 0.18), transparent 58%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

#deals-hot-of-the-day-section .deals-hot-countdown__header {
    align-items: center;
    display: flex;
    gap: 0.55rem;
    margin-bottom: 0.75rem;
    position: relative;
    z-index: 1;
}

#deals-hot-of-the-day-section .deals-hot-countdown__icon {
    align-items: center;
    background: linear-gradient(135deg, #443297 0%, #6a52c9 100%);
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(68, 50, 151, 0.28);
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.78rem;
    height: 32px;
    justify-content: center;
    width: 32px;
}

#deals-hot-of-the-day-section .deals-hot-countdown__label {
    color: #443297;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

#deals-hot-of-the-day-section .deals-hot-countdown__grid {
    position: relative;
    z-index: 1;
}

#deals-hot-of-the-day-section .deals-hot-countdown__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

#deals-hot-of-the-day-section .deals-hot-countdown__item {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(68, 50, 151, 0.12) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 18px rgba(68, 50, 151, 0.07);
    display: inline-flex !important;
    flex-direction: column;
    height: auto !important;
    justify-content: center;
    line-height: normal !important;
    margin: 0 !important;
    min-width: 58px;
    padding: 0.55rem 0.4rem 0.45rem !important;
    text-align: center;
    width: auto !important;
}

#deals-hot-of-the-day-section .deals-hot-countdown__item--seconds {
    border-color: rgba(231, 182, 65, 0.45) !important;
}

#deals-hot-of-the-day-section .deals-hot-countdown__value {
    color: #443297 !important;
    display: block !important;
    font-size: 1.35rem !important;
    font-variant-numeric: tabular-nums;
    font-weight: 800 !important;
    line-height: 1 !important;
    margin: 0 0 0.2rem !important;
    min-width: 2ch;
}

#deals-hot-of-the-day-section .deals-hot-countdown__item--seconds .deals-hot-countdown__value {
    color: #b54708 !important;
}

#deals-hot-of-the-day-section .deals-hot-countdown__unit {
    color: #667085;
    display: block;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
}

#deals-hot-of-the-day-section .deals-hot-countdown__sep {
    color: #443297;
    display: inline-flex !important;
    font-size: 1.15rem;
    font-weight: 700;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    opacity: 0.4;
    padding: 0 0.05rem;
    width: auto !important;
}

#deals-hot-of-the-day-section .deals-hot-details__actions {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.25rem;
}

#deals-hot-of-the-day-section .deals-hot-details__cart,
#deals-hot-of-the-day-section .deals-hot-details__cart .add-to-cart-actions {
    align-items: center;
    display: flex;
    width: 100%;
}

#deals-hot-of-the-day-section .deals-hot-details__cart .add-to-cart-actions {
    gap: 0.5rem;
    justify-content: stretch;
    margin: 0;
    width: 100%;
}

#deals-hot-of-the-day-section .deals-hot-details__actions .shop_item_cart_btn {
    margin: 0;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 100%;
}

#deals-hot-of-the-day-section .deals-hot-details__actions .btn,
#deals-hot-of-the-day-section .deals-hot-details__actions .product-card__cta {
    align-items: center !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    gap: 0.5rem;
    height: 48px;
    justify-content: center !important;
    line-height: 1 !important;
    min-height: 48px;
    padding: 0 1.2rem !important;
    white-space: nowrap;
    width: 100% !important;
}

#deals-hot-of-the-day-section .deals-hot-details__view-btn {
    border-color: #d0d5dd;
    color: #344054;
    font-weight: 700;
}

#deals-hot-of-the-day-section .deals-hot-details__view-btn:hover {
    background: #f9fafb;
    border-color: #443297;
    color: #443297;
}

/* Nav — sits in section header, not over the slide */
#deals-hot-of-the-day-section .deals-hot-header__nav .owl-nav,
#deals-hot-of-the-day-section .deals-hot-slider.owl-theme .owl-nav {
    align-items: center;
    display: flex !important;
    gap: 0.5rem;
    height: auto;
    line-height: normal;
    margin: 0;
    position: static;
    width: auto;
}

#deals-hot-of-the-day-section .deals-hot-header__nav .owl-prev,
#deals-hot-of-the-day-section .deals-hot-header__nav .owl-next,
#deals-hot-of-the-day-section .deals-hot-slider.owl-theme.owl-loaded .owl-prev,
#deals-hot-of-the-day-section .deals-hot-slider.owl-theme.owl-loaded .owl-next {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #e4e7ec !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06);
    color: #344054 !important;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 0.85rem !important;
    height: 40px !important;
    justify-content: center !important;
    left: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    width: 40px !important;
    z-index: 1;
}

#deals-hot-of-the-day-section .deals-hot-header__nav .owl-prev:hover,
#deals-hot-of-the-day-section .deals-hot-header__nav .owl-next:hover,
#deals-hot-of-the-day-section .deals-hot-slider.owl-theme.owl-loaded .owl-prev:hover,
#deals-hot-of-the-day-section .deals-hot-slider.owl-theme.owl-loaded .owl-next:hover {
    background: #f9f7ff !important;
    border-color: #443297 !important;
    box-shadow: 0 8px 18px rgba(68, 50, 151, 0.12);
    color: #443297 !important;
}

#deals-hot-of-the-day-section .deals-hot-header__nav .owl-prev.disabled,
#deals-hot-of-the-day-section .deals-hot-header__nav .owl-next.disabled,
#deals-hot-of-the-day-section .deals-hot-slider.owl-theme.owl-loaded .owl-prev.disabled,
#deals-hot-of-the-day-section .deals-hot-slider.owl-theme.owl-loaded .owl-next.disabled {
    background: #f2f4f7 !important;
    border-color: #e4e7ec !important;
    box-shadow: none;
    color: #98a2b3 !important;
    cursor: default;
    opacity: 0.65 !important;
    pointer-events: none;
}

#deals-hot-of-the-day-section .deals-hot-slider.owl-theme .owl-dots {
    bottom: auto;
    margin-top: 0.85rem !important;
    padding-top: 0;
    position: relative;
    text-align: center;
}

#deals-hot-of-the-day-section .deals-hot-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #d0d5dd !important;
    border-radius: 999px;
    height: 6px;
    margin: 0 4px;
    transition: width 0.2s ease, background-color 0.2s ease;
    width: 6px;
}

#deals-hot-of-the-day-section .deals-hot-slider.owl-theme .owl-dots .owl-dot.active span,
#deals-hot-of-the-day-section .deals-hot-slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #443297 !important;
    width: 18px;
}

/* Tablet+ */
@media (min-width: 768px) {
    #deals-hot-of-the-day-section .deals-hot-slide {
        padding: 1.35rem 1.5rem;
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__main {
        min-height: 300px;
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__image {
        max-height: 320px;
    }

    #deals-hot-of-the-day-section .deals-hot-details__actions {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #deals-hot-of-the-day-section .deals-hot-details__cart,
    #deals-hot-of-the-day-section .deals-hot-details__cart .add-to-cart-actions,
    #deals-hot-of-the-day-section .deals-hot-details__actions .shop_item_cart_btn,
    #deals-hot-of-the-day-section .deals-hot-details__actions .btn,
    #deals-hot-of-the-day-section .deals-hot-details__actions .product-card__cta {
        width: auto !important;
    }

    #deals-hot-of-the-day-section .deals-hot-countdown__item {
        min-width: 68px;
    }

    #deals-hot-of-the-day-section .deals-hot-countdown__value {
        font-size: 1.5rem !important;
    }
}

/* Desktop side-by-side */
@media (min-width: 992px) {
    #deals-hot-of-the-day-section .deals-hot-slide {
        padding: 1.5rem 1.75rem;
    }

    #deals-hot-of-the-day-section .deals-hot-slide__layout {
        gap: 1.5rem 1.75rem;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    }

    #deals-hot-of-the-day-section .deals-hot-gallery {
        align-items: stretch;
        grid-template-columns: 72px minmax(0, 1fr);
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__thumbs {
        flex-direction: column;
        max-height: 420px;
        order: 0;
        overflow-x: hidden;
        overflow-y: auto;
        width: 72px;
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__stage {
        order: 0;
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__thumb {
        height: 72px;
        width: 72px;
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__main {
        height: 100%;
        min-height: 360px;
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__image {
        max-height: 380px;
    }

    #deals-hot-of-the-day-section .deals-hot-details {
        justify-content: center;
        padding-left: 0.25rem;
    }
}

@media (min-width: 1200px) {
    #deals-hot-of-the-day-section .deals-hot-slide {
        padding: 1.75rem 2rem;
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__image {
        max-height: 420px;
    }
}

@media (max-width: 575.98px) {
    #deals-hot-of-the-day-section .deals-hot-slide {
        border-radius: 18px;
        padding: 0.85rem;
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__main {
        min-height: 210px;
        padding: 0.85rem;
    }

    #deals-hot-of-the-day-section .deals-hot-gallery__image {
        max-height: 220px;
    }

    #deals-hot-of-the-day-section .deals-hot-countdown__sep {
        display: none !important;
    }

    #deals-hot-of-the-day-section .deals-hot-countdown__item {
        flex: 1 1 calc(50% - 0.4rem);
        min-width: 0;
    }

    #deals-hot-of-the-day-section .deals-hot-header__nav .owl-prev,
    #deals-hot-of-the-day-section .deals-hot-header__nav .owl-next {
        height: 36px !important;
        width: 36px !important;
    }
}
