/* Index responsive: mobile/tablet product swipers */
.mobile-products-section {
    display: none;
}

/* Watch & Shop reels section */
.watch-shop-area {
    background: #f7f7f8;
}

.watch-shop-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.watch-shop-head h3 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #30323b;
}

.watch-shop-nav {
    display: inline-flex;
    gap: 8px;
}

.watch-shop-nav button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e2e3e8;
    background: #fff;
    color: #2d3038;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.watch-shop-nav button:hover {
    background: #fcbe00;
    color: #121212;
    border-color: #fcbe00;
}

.watch-shop-swiper {
    overflow: hidden;
}

.watch-shop-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #ececf1;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
    height: 100%;
}

.watch-shop-media {
    display: block;
    width: 100%;
    background: #111;
}

.watch-shop-media video {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    display: block;
}

.watch-shop-content {
    padding: 10px 12px 14px;
}

.watch-shop-content h6 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
}

.watch-shop-content h6 a {
    color: #1e222b;
    text-decoration: none;
}

.watch-shop-btn {
    width: 100%;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 12px;
    background: #e5d2d4;
    color: #111827;
    transition: all 0.2s ease;
}

.watch-shop-btn:hover {
    background: #d9b9bc;
    color: #111827;
}

@media (min-width: 1200px) {
    .watch-shop-media video {
        aspect-ratio: auto;
        height: 300px;
        object-fit: cover;
    }

    .watch-shop-content {
        padding: 8px 9px 10px;
    }

    .watch-shop-content h6 {
        font-size: 14px;
        line-height: 1.35;
        margin-bottom: 6px;
    }

    .watch-shop-btn {
        font-size: 13px;
        padding: 8px 9px;
        border-radius: 10px;
    }
}

body.reel-viewer-open {
    overflow: hidden;
}

.reel-viewer-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    background: rgba(4, 8, 18, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.reel-viewer-overlay.is-open {
    display: flex;
}

.reel-viewer-shell {
    position: relative;
    width: min(430px, 100%);
    height: min(86vh, 860px);
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

#reelViewerVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

.reel-viewer-top-controls {
    position: absolute;
    top: 14px;
    right: 12px;
    z-index: 6;
    display: flex;
    gap: 8px;
}

.reel-viewer-icon-btn {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.reel-viewer-side-stats {
    position: absolute;
    right: 12px;
    bottom: 145px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.reel-viewer-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.reel-viewer-stat-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.reel-viewer-stat-label {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.reel-like-btn,
.reel-share-static {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    background: transparent;
    box-shadow: none;
    border: 0;
    width: auto;
    height: auto;
    color: #fff;
}

.reel-like-btn span,
.reel-share-static span {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.reel-like-btn {
    cursor: pointer;
}

.reel-like-btn i,
.reel-share-static i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.reel-share-static {
    cursor: pointer;
}

.reel-like-btn.is-liked i {
    color: #ff3b76;
}

.reel-share-popup {
    position: absolute;
    right: 58px;
    bottom: 172px;
    z-index: 7;
    width: min(270px, 80vw);
    background: rgba(7, 12, 24, 0.95);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 10px;
    display: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.reel-share-popup.is-open {
    display: block;
}

.reel-share-popup-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.reel-share-popup-head span {
    font-size: 14px;
    font-weight: 700;
}

.reel-share-popup-head button {
    border: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reel-share-popup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.reel-share-option {
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    min-height: 56px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.reel-share-option i {
    font-size: 16px;
}

.reel-share-option span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.reel-viewer-bottom-card {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    z-index: 6;
    background: rgba(255, 244, 246, 0.96);
    border-radius: 14px;
    padding: 10px 12px 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.reel-viewer-bottom-card p {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.3;
    color: #111827;
    font-weight: 500;
    white-space: normal;
    overflow-wrap: anywhere;
}

.reel-viewer-product-btn {
    width: 100%;
    min-height: 42px;
    border-radius: 10px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .reel-viewer-overlay {
        padding: 0;
    }

    .reel-viewer-shell {
        width: 100%;
        height: 100vh;
        border-radius: 0;
    }

    .reel-viewer-side-stats {
        right: 8px;
        bottom: calc(190px + env(safe-area-inset-bottom, 0px));
    }

    .reel-share-popup {
        right: 52px;
        bottom: calc(205px + env(safe-area-inset-bottom, 0px));
        width: min(240px, 74vw);
        padding: 8px;
    }

    .reel-share-popup-grid {
        gap: 6px;
    }

    .reel-share-option {
        min-height: 50px;
        padding: 6px;
    }

    .reel-share-option span {
        font-size: 11px;
    }

    .reel-viewer-stat-value {
        font-size: 18px;
    }

    .reel-viewer-bottom-card {
        left: 8px;
        right: 8px;
        bottom: calc(78px + env(safe-area-inset-bottom, 0px));
        padding: 9px 10px 10px;
    }

    .reel-viewer-bottom-card p {
        font-size: 13px;
        margin-bottom: 6px;
        line-height: 1.35;
    }

    .reel-viewer-product-btn {
        min-height: 38px;
        font-size: 15px;
    }
}

@keyframes mobileHeadingGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1199.98px) {
    .top-deals-section,
    .top-selling-section,
    .recommended-section,
    .recommended-for-you-section {
        display: none;
    }

    .mobile-products-section {
        display: block;
        margin-bottom: 12px;
    }

    .watch-shop-media video {
        aspect-ratio: auto !important;
        height: 280px !important;
        object-fit: cover;
    }

    .mobile-products-section .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .mobile-products-section .section__head {
        margin-bottom: 14px !important;
    }

    .mobile-products-section .section__head::before {
        display: none !important;
        content: none !important;
    }

    .mobile-products-section .section__title {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0 !important;
    }

    .mobile-products-section .section__title h5::after,
    .mobile-products-section .section__title .st-titile-d::after {
        display: none !important;
        content: none !important;
    }

    .mobile-products-section .st-titile-d {
        position: relative;
        display: inline-block;
        padding: 0;
        border-radius: 0;
        background: none;
        animation: none;
        box-shadow: none;
        border: 0;
        transition: none;
        margin-bottom: 0;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.2;
        color: #30323b;
    }

    .mobile-products-section .st-titile-d:hover,
    .mobile-products-section .st-titile-d:active {
        transform: none;
        box-shadow: none;
    }

    .mobile-products-swiper {
        overflow: hidden;
        height: auto !important;
        padding: 2px 0 16px;
    }

    .mobile-products-swiper .swiper-wrapper {
        align-items: stretch;
        height: auto !important;
    }

    .mobile-products-swiper .swiper-slide {
        display: flex;
        height: auto !important;
    }

    .best-seller-card {
        background: #fff;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .best-seller-card__thumb {
        position: relative;
        overflow: hidden;
    }

    .best-seller-card__thumb img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        display: block;
    }

    .best-seller-card__actions {
        position: absolute;
        top: 10px;
        right: 10px;
        display: flex;
        align-items: center;
        gap: 6px;
        z-index: 2;
    }

    .best-seller-card__actions .best-seller-action-btn {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.85);
        background: rgba(0, 0, 0, 0.28);
        color: #fff;
        backdrop-filter: blur(2px);
    }

    .best-seller-card__actions .best-seller-action-btn i {
        font-size: 15px !important;
        line-height: 1;
    }

    .best-seller-card__content {
        padding: 10px 4px 10px;
    }

    .best-seller-card__content h6 {
        font-size: 15px;
        line-height: 1.35;
        font-weight: 500;
        margin-bottom: 8px;
        min-height: 40px;
    }

    .best-seller-card__content h6 a {
        color: #1a1a1a;
        text-decoration: none;
    }

    .best-seller-card__price span {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 18px;
        line-height: 1.2;
        color: #1a1a1a;
    }

    .best-seller-card__price del {
        color: #8b8b8b;
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .watch-shop-media video {
        aspect-ratio: auto !important;
        height: 220px !important;
        object-fit: cover;
    }

    .watch-shop-card {
        border-radius: 10px;
    }

    .watch-shop-content {
        padding: 8px 9px 10px;
    }

    .watch-shop-head h3 {
        font-size: 18px;
    }

    .watch-shop-nav button {
        width: 34px;
        height: 34px;
    }

    .watch-shop-content h6 {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 6px;
    }

    .watch-shop-btn {
        font-size: 13px;
        padding: 8px 8px;
        border-radius: 8px;
    }

    .mobile-products-section .st-titile-d {
        padding: 0;
        font-size: 18px;
    }

    .best-seller-card__thumb img {
        height: 190px;
    }

    .best-seller-card__content h6 {
        font-size: 13px;
        min-height: 34px;
        margin-bottom: 6px;
    }

    .best-seller-card__price span {
        font-size: 14px;
    }

    .best-seller-card__price del {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .watch-shop-content {
        padding: 9px 10px 11px;
    }

    .watch-shop-content h6 {
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 7px;
    }

    .watch-shop-btn {
        font-size: 15px;
        padding: 9px 9px;
    }
}


/* ============================================
   BRAND PARTNERS SECTION - MOBILE RESPONSIVE
   ============================================ */

@media (max-width: 767px) {
    /* Brand Partners Section */
    .brand-area {
        padding: 30px 0 !important;
    }

    .brand-area .container {
        padding: 0 15px;
    }

    /* Section Header - Remove ALL borders and lines */
    .brand-area .section__head {
        margin-bottom: 25px !important;
        text-align: left !important;
        border: none !important;
        border-bottom: none !important;
        border-top: none !important;
    }

    .brand-area .section__head::before,
    .brand-area .section__head::after {
        display: none !important;
        content: none !important;
        border: none !important;
    }

    .brand-area .section__title {
        text-align: left !important;
        border: none !important;
        border-bottom: none !important;
        border-top: none !important;
        position: relative;
    }

    .brand-area .section__title::before,
    .brand-area .section__title::after {
        display: none !important;
        content: none !important;
        border: none !important;
    }

    .brand-area .section__title h5 {
        font-size: 24px !important;
        font-weight: 700;
        margin-bottom: 0 !important;
        line-height: 1.3;
        text-align: left !important;
        border: none !important;
        border-bottom: none !important;
        border-top: none !important;
    }

    .brand-area .section__title h5::before,
    .brand-area .section__title h5::after {
        display: none !important;
        content: none !important;
        border: none !important;
    }

    .brand-area .st-titile-d::before,
    .brand-area .st-titile-d::after {
        display: none !important;
        content: none !important;
        border: none !important;
    }

    /* Hide subtitle text and decorative line */
    .brand-area .section__title p,
    .brand-area .section__title::before,
    .brand-area .section__title::after,
    .brand-area .st-titile-d::before,
    .brand-area .st-titile-d::after {
        display: none !important;
    }

    /* Remove any decorative borders */
    .brand-area .section__head::after,
    .brand-area .section__title::after,
    .brand-area .st-titile-d::after {
        display: none !important;
        border: none !important;
    }

    /* Brand Slider */
    .brand-slider {
        padding: 0 10px;
    }

    .brand-slider .swiper-slide {
        padding: 0 5px;
    }

    /* Brand Item */
    .brand-item {
        padding: 15px !important;
        transition: transform 0.3s ease;
    }

    .brand-item:active {
        transform: scale(0.95);
    }

    .brand-item img {
        max-width: 100%;
        height: auto;
        max-height: 60px !important;
        object-fit: contain;
    }

    /* Swiper Navigation - Smaller on Mobile */
    .brand-slider .swiper-button-next,
    .brand-slider .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
        font-size: 16px !important;
    }

    .brand-slider .swiper-button-next::after,
    .brand-slider .swiper-button-prev::after {
        font-size: 16px !important;
    }

    /* Swiper Pagination */
    .brand-slider .swiper-pagination {
        bottom: -5px !important;
    }

    .brand-slider .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
        margin: 0 4px !important;
    }
}

/* Small Mobile */
@media (max-width: 479px) {
    .brand-area {
        padding: 25px 0 !important;
    }

    .brand-area .section__title h5 {
        font-size: 20px !important;
    }

    .brand-item {
        padding: 12px !important;
    }

    .brand-item img {
        max-height: 50px !important;
    }
}
