/* ===============================
   FEATURED PRODUCTS LISTING
================================ */

.tel-featured-products-page {
    padding: 60px 40px 120px;
}

.tel-featured-products-container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

/* Breadcrumbs */
.tel-featured-breadcrumbs {
    display: flex;
    gap: 8px;
    font-family: 'InterFace', sans-serif;
    font-size: 18.67px;
    line-height: 28px;
    color: #717171;
    margin-bottom: 20px;
    font-size: 15px;
}


.tel-featured-breadcrumbs a {
    color: #717171;
}

.tel-featured-breadcrumbs span:last-child {
    color: #000;
}

.tel-jasmine-story-section {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin: 0 0 56px;
}

.tel-jasmine-story-row {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
    grid-template-areas: "media copy";
    gap: 34px;
    align-items: center;
}

.tel-jasmine-story-media {
    grid-area: media;
}

.tel-jasmine-story-copy {
    grid-area: copy;
}

.tel-jasmine-story-row--reverse {
    grid-template-areas: "copy media";
}

.tel-jasmine-story-row-unique {
    align-items: end;
}

.tel-jasmine-story-media img,
.tel-jasmine-story-media video {
    width: 100%;
    display: block;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}

.tel-jasmine-story-row-award .tel-jasmine-story-media img {
    aspect-ratio: 0.74;
    background: #070204;
}

.tel-jasmine-story-media-diagram img {
    aspect-ratio: 1.28;
    background: #2d2321;
}

.tel-jasmine-story-copy h2 {
    margin: 0 0 24px;
    font-family: "InterFace Thin", sans-serif;
    font-weight: 400;
    font-size: 59px;
    line-height: 0.95;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #211709;
}

.tel-jasmine-story-copy p {
    margin: 0;
    font-family: "InterFace", sans-serif;
    font-size: 18px;
    line-height: 1.95;
    letter-spacing: 0.08em;
    /* text-transform: uppercase; */
    color: rgba(51, 38, 36, 0.7);
}

.tel-jasmine-story-richtext > :first-child {
    margin-top: 0;
}

.tel-jasmine-story-richtext > :last-child {
    margin-bottom: 0;
}

.tel-jasmine-story-richtext,
.tel-jasmine-story-richtext * {
    font-family: "InterFace", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.95;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(51, 38, 36, 0.7);
}

.tel-jasmine-story-richtext p,
.tel-jasmine-story-richtext li {
    margin: 0 0 10px;
}

.tel-jasmine-story-richtext ul,
.tel-jasmine-story-richtext ol {
    margin: 0;
    padding-left: 20px;
}

.tel-jasmine-story-richtext strong,
.tel-jasmine-story-richtext b {
    font-weight: 400;
}

.tel-jasmine-story-richtext em,
.tel-jasmine-story-richtext i {
    font-style: normal;
}

/* Header */
.tel-featured-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.tel-featured-header-content {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.tel-featured-title {
    font-family: "InterFace Thin";
     font-size: 59px;
    line-height: 63px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.tel-search-tag,
.clear-search-btn {
    font-family: "InterFace", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 15px;
    border: 1px solid #717171;
    transition: all 0.3s ease;
}

.tel-search-tag {
    color: #1a2621;
    background: #e5e5da;
    border-color: #e5e5da;
}

.clear-search-btn {
    color: #717171;
    background: transparent;
}

.clear-search-btn:hover {
    background: #717171;
    color: #fff;
}

.tel-featured-filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'InterFace', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #F6F6F6;
    padding: 10px 25px;
}

/* Count */
.tel-featured-count {
    font-family: 'InterFace', sans-serif;
    font-size: 14px;
    letter-spacing: 17%;
    color: #3A3A3A;
    margin-bottom: 40px;
}

/* Grid */
.tel-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); 
    gap: 40px 30px;
}



/* Card */
.tel-featured-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tel-featured-card:hover .tel_product_overlay {
    opacity: 1;
    transform: rotateY(0deg);
}

.tel-featured-card.mobile-hover-active .tel_product_overlay {
    opacity: 1;
    transform: rotateY(0deg);
}

.tel_product_overlay {
    pointer-events: none;
}

.tel-featured-card:hover .tel_product_overlay,
.tel-featured-card.mobile-hover-active .tel_product_overlay {
    pointer-events: auto;
}

.tel_product_know_more_btn {
    display: none;
    position: absolute;
      top: 31px;
    right: 35px;
    z-index: 3;
    border: none;
    border-radius: 999px;
    padding: 6px 10px;
    background: #112721;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

@media (hover: none), (pointer: coarse) {
    .tel-featured-card:hover .tel_product_overlay {
        opacity: 0;
        transform: rotateY(180deg);
    }

    .tel-featured-card.mobile-hover-active .tel_product_overlay,
    .tel-featured-card.mobile-hover-active:hover .tel_product_overlay {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media (max-width: 991.98px) {
    .tel_product_know_more_btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* Product Elements */
.tel_product_origin {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 15px;
    padding: 5px 10px !important;
}

.tel_product_title {
    text-align: center !important;
    font-size: 15px !important;
    letter-spacing: 2px;
    margin: 10px 0;
    max-width: 230px !important;
}

.tel_product_price_row {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 15px;
    font-size: 15px !important;
}

/* Actions */
.tel_product_actions {
    width: 100%;
    max-width: 230px !important;
    margin: 0 auto 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tel_buy_btn {
    width: 100%;
    background: #1A2621;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 12px;
}

.tel_cart_btn {
    flex: none;
}

/* Pagination */
.tel-featured-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 60px;
}

.tel-page-btn {
    font-family: 'InterFace', sans-serif;
    font-size: 12px;
    letter-spacing: 21%;
    background: none;
    border: none;
    cursor: pointer;
}

.tel-page-btn.active {
    background: #E5E5DA;
    padding: 6px 10px;
}




/* SECTION */
.explore-collection-section {
    border-top: 1px solid #00000033;
    padding: 80px 40px;
}

.explore-collection-container {
    max-width: 1200px;
    margin: auto;
}

/* TITLE */
.explore-collection-title {
    font-family: InterFace Thin;
    font-size: 59px;
    line-height: 78px;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #7D7F6A;
    text-align: center;
    margin-bottom: 40px;
}

/* CATEGORIES */
.explore-collection-categories {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 24px;
    margin-bottom: 60px;
}

.explore-collection-categories span {
    font-family: 'InterFace', sans-serif;
    font-size: 14px;
    letter-spacing: 21%;
    text-transform: uppercase;
    color: #000;
}

.explore-collection-categories i {
    width: 1px;
    height: 14px;
    background: #00000033;
}

.explore-collection-categories-mobile {
    display: none;
}

/* ROW */
.explore-collection-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

/* LEFT SIDE */
.explore-left {
    position: relative;
}

.explore-left img {
    width: 100%;
    display: block;
}

.explore-left-text {
    position: absolute;
    top: 40%;
    left: 6%;
    color: #FFFFFF;
    padding: 12px 16px;
    font-family: 'InterFace', sans-serif;
    font-size: 30px;
    letter-spacing: 1.45px;
    line-height: 100%;
    transition: transform 0.6s ease;
}

/* RIGHT SIDE */
.explore-right {
    position: relative;
    background: #F6F6F6;
    overflow: hidden;
}

.explore-right-text {
    position: absolute;
    top: 35%;
    left: 10%;
    font-family: 'InterFace', sans-serif;
    font-size: 30px;
    letter-spacing: 1.45px;
    line-height: 100%;
    color: #000;
    transition: transform 0.6s ease;
}

.explore-right-product {
    position: absolute;
    right: 1%;
    bottom: 10%;
    max-height: 80%;
    transition: transform 0.6s ease;
}

/* HOVER ANIMATION (WHOLE SECTION) */
.explore-right-product {
    transition: transform 0.6s ease;
    transform-origin: center bottom;
}

.explore-right:hover .explore-right-product {
    transform: scale(1.08);
}


.explore-left-text {
    transition: transform 0.6s ease;
    transform-origin: left center;
}

.explore-left:hover .explore-left-text {
    transform: translateY(-10px) scale(1.08);
}

.tel_product_img_wrapper img {
    width: 100% !important;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0 10px 0;
}
.pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 6px;
}
.pagination-list li {
    margin: 0;
}
.pagination-list a, .pagination-list span {
    display: block;
    padding: 10px;
    border-radius: 0;
    background: #fff;
    color: #222;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s, color 0.2s;
    font-family: 'InterFace', sans-serif;
    font-size: 12px;
}
.pagination-list li.active span {
    background: rgba(229, 229, 218, 1);
    color: #000;
}
.pagination-list li.disabled span {
    color: #aaa;
    background: #FFF;
    cursor: not-allowed;
}
.pagination-list a:hover {
    background: rgba(229, 229, 218, 1);
    color: #000;
}

@media (max-width: 1440px) {
    .tel-featured-title {
        font-size: 60px;
        line-height: 120%;
    }

    .tel_product_origin {
        font-size: 15px !important;
    }

    .tel_product_price_row {
        font-size: 15px !important;
    }

    .explore-collection-section {
        padding: 50px 40px;
    }

    .explore-collection-title {
        font-size: 50px;
        line-height: 120%;
    }

    .explore-left-text {
        font-size: 26px;
    }

    .explore-right-text {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .tel_product_overlay_content {
        width: 100% !important;
    }

    .tel-jasmine-story-copy h2 {
        font-size: clamp(34px, 5vw, 52px);
    }

    .tel-featured-products-page {
        padding: 45px 25px 100px;
    }

    .tel-featured-title {
        font-size: 46px;
        font-weight: 400;
    }

    .tel_product_origin {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }

    .tel_product_price_row {
        font-size: 14px !important;
        letter-spacing: 1.45px !important;
    }

    .tel_cart_btn {
        flex: none;
    }

    .tel_buy_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 150px;
        padding: 12px 15px !important;
    }

    .tel-featured-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .explore-collection-section {
        padding: 30px 25px 50px;
    }

    .explore-collection-title {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .explore-collection-row {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px;
    }
    
    .explore-left-text {
        font-size: 22px;
    }

    .explore-left img {
        height: 350px;
        object-fit: cover;
    }

    .explore-right-text {
        font-size: 22px;
    }

    .explore-collection-categories-web {
        display: none;
    }

    .explore-collection-categories-mobile {
        display: block;
        padding: 0 0 90px;
    }

    .explore-collection-categories-mobile select {
        font-family: "InterFace Thin";
        font-weight: 600;
        font-size: 14px;
        color: #000;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 10px 15px;
        text-align: center;
        width: 100%;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    }
}

@media (max-width: 768px) {
    .tel-featured-products-page {
        padding: 30px 25px 100px;
    }

    .tel-jasmine-story-section {
        gap: 24px;
        margin-bottom: 40px;
    }

    .tel-jasmine-story-row {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "copy";
        gap: 24px;
    }

    .tel-jasmine-story-copy h2 {
        margin-bottom: 16px;
        font-size: 34px;
        line-height: 1;
    }

    .tel-jasmine-story-copy p {
        font-size: 15px;
        line-height: 1.8;
    }

    .tel-featured-title {
        font-size: 35px;
    }

    .tel_product_origin {
        font-size: 11px !important;
    }

    .tel-featured-breadcrumbs {
        margin-bottom: 50px;
    }

    .tel-featured-header-row {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .tel-featured-header-content {
        width: 100%;
    }

    .tel_product_title {
        font-size: 14px !important;
    }

    .tel_product_price_row {
        font-weight: 400;
        font-size: 15px;
    }

    .tel_product_price_row {
        font-size: 12px !important;
    }

    .tel-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .explore-collection-title {
        font-size: 35px;
    }

    .explore-left-text {
        font-size: 18px;
    }

    .explore-left img {
        height: 295px;
    }

    .explore-right-text {
        font-size: 18px;
    }

    .tel_product_img_wrapper img {
        min-height: 200px;
        object-fit: contain;
    }
}

@media (max-width: 410px) {
    .tel-featured-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
