.breadcrumbs {
    /* background-color: #ffffff ; */
    max-width: 1267px;
    padding: 50px 35px 10px;

}

.championship-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.championship-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
}


.championship-section-box-title {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    font-family: "InterFace", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 59.33px;
    line-height: 56px;
    letter-spacing: -1%;
    text-transform: uppercase;
    color: #212F2A;
    white-space: nowrap;
}

.championship-left,
.championship-right {
    width: 50%;
    /* height: 80vh; */
}

.about-content-item {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 0;
    width: 100%;
}

.about-content-item.image-left {
    flex-direction: row;
    margin-bottom: 60px;
}

.about-content-item.image-right {
    flex-direction: row-reverse;
}

.about-content-image {
    flex: 1;
    width: 50%;
}

.about-content-image img,
.about-content-image video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    max-height: 790px;
}

.about-content-text {
    flex: 1;
    width: 50%;
}

.about-content-text p {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: rgba(51, 38, 36, 0.75);
}

.about-content-text h2 {
    font-family: "InterFace Thin", sans-serif;
    font-weight: 400;
    font-size: 59.33px;
    line-height: 56px;
    letter-spacing: -1%;
    text-transform: uppercase;
    padding: 0 0 30px;
}

.about-content-item .championship-description {
    margin-bottom: 0;
}

.championship-left video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.championship-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.championship-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

.championship-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.championship-logo img {
    width: 150px;
}

.championship-logo img:last-child {
    width: 100px;
}

.championship-title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36.88px;
    line-height: 62px;
    letter-spacing: 0.6px;
    color: #332624;
    margin-bottom: 20px;
}

.championship-title em {
    font-style: italic;
}

.championship-description {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: rgba(51, 38, 36, 0.75);
    margin-bottom: 40px;
}

.championship-button {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16.1px;
    letter-spacing: 2.5px;
    color: #ffffff;
    background-color: #172621;
    border: 1px solid #211709;
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.championship-button:hover {
    background-color: #211709;
}

.championship-section-box {
    background: #ffffff;
}

.championship-section-box .jc-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 150px;
}

/* ================================
File: public/assets/css/front-office/jasmine-cup.css
=============================== */

/* Root section */
.jc-section {
    padding: 40px 0;
}

.jc-container {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    /* adjust to your layout or use max-width */
    margin: 0 auto;
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

html[dir="rtl"] .jc-container {
    direction: ltr;
}

/* LEFT - 60% */
.jc-left {
    width: 60%;
    height: 100vh;
    position: relative;
}

.jc-right {
    width: 40%;
}

.sticky-div {
    position: sticky;
    top: 0;
    z-index: 1;
}

.jc-image-card {
    /* background: #f3f5f3; */

    /* background-image: url("/assets/images/front-office/jasmine-cup/left-side-bg.png"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;

    /* background-color: #f8f6f2; */
    background-position: bottom;
}

.jc-main-img {
    width: 70%;
    height: 540px;
    object-fit: cover;
    margin: auto;
    display: block;
}

.jc-image-icons {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
}

.jc-icon-btn {
    width: 35px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #1A2621;
}

.jc-icon-btn .zoom-icon {
    display: block;
    width: 22px;
}

.jc-icon-btn .share-icon {
    display: block;
    width: 21px;
}

.jc-icon-btn .wish-icon {
    display: block;
    width: 22px;
}

/* Thumbnails */
.jc-thumbs-swiper {
    margin-top: 18px;
}

.jc-thumbs-swiper .swiper-slide {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.jc-thumbs-swiper .swiper-slide img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
}

/* RIGHT - product info */
.jc-brand {
    font-family: "InterFace", sans-serif;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #332624bf;
    margin-bottom: 8px;
}

.jc-title {
    font-family: "InterFace Thin", sans-serif;
    font-weight: 600;
    font-size: 49px;
    letter-spacing: 2px;
    line-height: 69px;
    color: #332624;
    margin: 0 0 12px 0;
}

.jc-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.jc-price-row .js-currency-icon {
    height: 22px !important;
    filter: unset !important;
}

.jc-price {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #332624;
}

.jc-tax {
    font-family: "InterFace", sans-serif;
    font-size: 14px;
    color: #a79d90;
}

.jc-shipping {
    font-family: "InterFace", sans-serif;
    font-size: 15px;
    line-height: 20.4px;
    color: #332624bf;
    margin: 12px 0 18px 0;
}

.jc-specs {
    margin-bottom: 18px;

    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.jc-spec-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.jc-spec-label {
    font-family: "InterFace Thin", sans-serif;
    font-size: 18px;
    color: #211709;
}

.jc-spec-select {
    border-top: 1.33px solid rgba(0, 0, 0, 0.05);
    padding: 25px 0 0;
    width: 100%;
    font-family: "InterFace", sans-serif;
    font-size: 19px;
    color: #211709;
}

.jc-spec-value {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #211709;
}

/* Quantity and cart */
.jc-qty-cart {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 40px 0 16px;
}

.jc-qty {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #172621;
    padding: 6px;
}

.jc-qty-btn {
    width: 36px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
}

.jc-qty-btn img {
    width: 18px;
    height: 18px;
}

#jc-qty-input {
    width: 48px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    background: transparent;
}

.jc-add-cart {
    background: #ffffff;
    border: 1px solid #172621;
    padding: 8px 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 100%;
}

.jc-add-cart img {
    width: 30px;
    /* height: 18px; */
}

.jc-buy-now {
    background: #ffffff;
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    padding: 6px 12px;
    text-transform: uppercase;
    border: 1px solid #1A2621;
    width: 100%;
    cursor: pointer;
    background: rgba(23, 38, 33, 1);
}

/* Accordion */
.jc-accordion {
    margin-top: 18px;
    /* border-top: 1px solid rgba(51, 38, 36, 0.2); */
    padding-top: 10px;
}

.jc-acc-item {
    border-top: 1px solid rgba(51, 38, 36, 0.2);
}

.jc-acc-toggle {
    width: 100%;
    background: transparent;
    border: none;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: "InterFace", sans-serif;
    font-size: 20px;
    color: #332624bf;
}

.jc-acc-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.jc-acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    font-family: "InterFace", sans-serif;
    color: #332624bf;
}

.jc-thumbs-container {
    position: sticky;
    top: 10px;
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    margin-top: 10px;
    z-index: 2;
}

.jc-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s;
}

.jc-thumb:hover,
.jc-thumb.active {
    border-color: #000;
    /* highlight active thumbnail */
}

.jc-main-image {
    margin-top: 15px;
}

.jc-main-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
}

.product-filter-link {
    background: #ffffff;
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 25.5px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    padding: 6px 12px;

    text-transform: uppercase;

    border: 1px solid #1A2621
}

.product-filter-link:hover {
    background: #f3f5f3;
}

.product-filter-link.active {
    background: #1A2621;
    color: #ffffff;
    border-color: #1A2621;
}

.product-filter-link.disabled {
    background: #f8f8f8;
    color: #999999;
    border-color: #e0e0e0;
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
}

.product-filter-link.disabled:hover {
    background: #f8f8f8;
    color: #999999;
    border-color: #e0e0e0;
    opacity: 0.6;
}

.filter-link-row {
    display: flex;
    gap: 10px;
    align-items: center;
    gap: 20px;
}

.tasting-section {
    margin: 40px 0 0 0;
}

/* --- Tasting Notes --- */
.tasting-title {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #332624bf;
    margin-bottom: 10px;
}

.tasting-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.tasting-tags span {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #332624bf;
    background: #e5e5da;
    padding: 10px 12px;
    border-radius: 20px;
}

/* --- Roast Level --- */
.roast-section {
    margin-bottom: 40px;
}

.roast-title {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #332624bf;
    margin-bottom: 10px;
}

.roast-section img {
    max-width: 100%;
    height: auto;
}

/* --- Process --- */
.process-section {
    margin-bottom: 40px;
}

.process-title {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #332624bf;
    margin-bottom: 10px;
}

.process-icons {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* --- Particulars --- */
.particulars-title {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: #332624bf;
    margin-bottom: 15px;
}

.particulars-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #33262433;
    padding: 6px 0;
}

.particulars-row .label,
.particulars-row .value {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13.45px;
    line-height: 25.2px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #332624bf;
}

/* Coffee Process Options */
.coffee-process-options {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 10px 0;
}

.coffee-process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.coffee-process-item.selected {
    opacity: 1;
}

.coffee-process-item .process-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.coffee-process-item.selected .process-icon {
    filter: brightness(0) saturate(100%) invert(48%) sepia(100%) saturate(2000%) hue-rotate(0deg) brightness(1.1) contrast(1.1);
}

.coffee-process-item .process-name {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #332624bf;
    text-align: center;
}

.coffee-process-item.selected .process-name {
    font-weight: 600;
    color: #332624;
}

/* About This Coffee List */
.about-coffee-list {
    padding: 10px 0;
}

.about-coffee-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #33262433;
    padding: 6px 0;
}

.about-coffee-row .label,
.about-coffee-row .value {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13.45px;
    line-height: 25.2px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #332624bf;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    font-family: "InterFace", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(51, 38, 36, 0.75);
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.features-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #332624;
    font-size: 18px;
    line-height: 1.8;
}

/* Specification List */
.specification-award {
    font-family: "InterFace", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #332624;
    margin-bottom: 15px;
    font-weight: 500;
}

.specification-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.specification-list li {
    font-family: "InterFace", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #332624bf;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.specification-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #332624;
    font-size: 18px;
    line-height: 1.4;
}

.specification-capacity {
    font-family: "InterFace", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #332624bf;
    margin: 0;
}

.specification-capacity strong {
    color: #332624;
    font-weight: 600;
}

.coffee-report-section {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    padding: 60px 0;
    background: #ffffff;
}

.coffee-report-video {
    display: none;
    /* Hide video background if present */
}

.coffee-report-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.05;
    pointer-events: none;
}

.coffee-report-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #332624;
    text-align: center;
    padding: 20px;
    margin: auto;
    max-width: 1200px;
}

.coffee-report-title {
    font-family: "InterFace Thin", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #332624;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#coffeeReportChart {
    height: 500px !important;
    width: 100% !important;
}

#entityGraphChart {
    height: 500px !important;
    width: 100% !important;
}

.coffee-report-buttons {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    background: #EBEAE6;
    padding: 12px 40px;
    border-radius: 4px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.coffee-report-buttons button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-family: "InterFace", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #332624;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.coffee-report-buttons button:hover {
    opacity: 0.7;
}

.coffee-report-btn-color {
    width: 16px;
    height: 2px;
}

.description-panel {
    font-family: "InterFace", sans-serif;
    font-size: 18px;
    color: rgba(51, 38, 36, 0.75);
    line-height: 140%;
}

.description-panel p {
    font-family: "InterFace", sans-serif;
    font-size: 18px;
    color: rgba(51, 38, 36, 0.75);
    line-height: 140%;
}

/* Responsive */
@media (max-width: 900px) {
    .coffee-report-title {
        font-size: 25px;
    }

    #coffeeReportChart {
        height: 508px !important;
        width: 100% !important;
    }

    #entityGraphChart {
        height: 320px !important;
        width: 100% !important;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .extraction-sticky {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }

    .extraction-video-wrapper {
        height: 350px;
    }

    .extraction-cart {
        font-size: 15px;
        letter-spacing: 1.5px;
    }
}

@media (max-width: 480px) {
    .extraction-title {
        font-size: 28px;
    }

    .extraction-video-wrapper {
        height: 280px;
    }

    .extraction-controls {
        padding: 4px 8px;
    }

    .extraction-cart {
        padding: 8px 18px;
        font-size: 14px;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .about-content-text h2 {
        font-size: 45px;
    }

    .jc-container {
        width: 100%;
        padding: 0 25px;
    }

    .jc-main-img {
        height: auto;
        max-height: 480px;
    }

    .championship-left,
    .championship-right {
        height: auto;
        padding: 40px 20px;
    }

    .championship-section-box-title {
        font-size: 40px;
        line-height: normal;
        white-space: normal;
    }

    .about-content-item {
        gap: 40px;
        padding: 0;
    }

    .jc-qty-btn {
        width: fit-content;
    }

    #jc-qty-input {
        width: 40px;
    }
}

@media (max-width: 900px) {
    .about-content-item.image-left {
        margin-bottom: 0;
    }

    .about-content-text h2 {
        font-size: 32px;
    }

    .breadcrumbs {
        padding: 20px 20px 10px;
        font-size: 12px;
        position: relative;
    }

    .jc-container {
        flex-direction: column;
        gap: 0;
    }

    .jc-left,
    .jc-right {
        width: 100%;
    }

    .jc-left {
        height: auto;
    }

    .sticky-div {
        position: relative;
        border-top: none;
    }

    .jc-image-icons {
        position: absolute;
        top: 16px;
        right: 0;
        z-index: 10;
        display: flex;
        gap: 8px;
    }

    .jc-icon-btn {
        width: 40px;
        height: 40px;
        padding: 8px;
    }

    .jc-main-img {
        width: 100%;
        max-width: 400px;
        max-height: unset;
    }

    .jc-thumbs-container {
        justify-content: start;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .jc-thumb {
        width: 70px;
        height: 70px;
    }

    .jc-title {
        font-size: 32px;
        line-height: 1.1;
    }

    .jc-qty-cart {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .jc-qty {
        width: auto;
    }

    .jc-add-cart {
        flex: 1;
        min-width: 200px;
    }

    .jc-buy-now {
        margin-top: 10px;
    }

    .championship-section-box-title {
        font-size: 26px;
        padding: 60px 0 0;
        white-space: normal;
    }

    .about-content-item {
        flex-direction: column !important;
        padding: 40px 20px;
        gap: 30px;
    }

    .about-content-image,
    .about-content-text {
        width: 100%;
        flex: none;
    }

    .championship-container {
        flex-direction: column !important;
    }

    .championship-left,
    .championship-right {
        width: 100% !important;
        height: auto !important;
        padding: 20px 0 !important;
    }

    .championship-right {
        padding: 20px !important;
    }

    .championship-description {
        margin-bottom: 20px;
    }

    .coffee-report-title {
        font-size: 32px;
    }

    #coffeeReportChart {
        height: 350px !important;
    }



    .jc-container {
        padding: 0 25px;
    }


    .jc-image-card {

        padding: 60px 0 0 0;

    }



    .coffee-report-buttons button {
        font-size: 10px;
    }


}