.main-header {
    background: #fff;
}

:root {
    --baysar-page-banner-image: url("/assets/baysar/hero-tasarimi-itemi.png");
}

.baysar-about-page-hero {
    position: relative;
    min-height: clamp(270px, 22vw, 320px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 48px 0 74px;
    background-image:
        linear-gradient(90deg, rgba(15, 80, 34, .96) 0%, rgba(15, 80, 34, .82) 29%, rgba(15, 80, 34, .36) 49%, rgba(15, 80, 34, .08) 72%, rgba(15, 80, 34, 0) 100%),
        var(--baysar-page-banner-image);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.baysar-about-page-hero::after {
    content: "";
    position: absolute;
    right: -2%;
    bottom: -2px;
    left: -2%;
    z-index: 1;
    height: 44px;
    background-image: url("/assets/ogenix/images/shapes/page-header-ripped-paper.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 44px;
    pointer-events: none;
}

.baysar-about-page-hero .container {
    position: relative;
    z-index: 2;
}

.baysar-about-page-hero__content {
    max-width: 590px;
    color: #fff;
}

.baysar-about-page-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    font-weight: 800;
}

.baysar-about-page-hero__breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.baysar-about-page-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 5vw, 78px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: 0;
}

.baysar-about-page-hero p {
    max-width: 500px;
    margin: 22px 0 0;
    color: #fff;
    font-size: clamp(17px, 1.2vw, 20px);
    font-weight: 700;
    line-height: 1.65;
}

.baysar-about-page {
    padding: 42px 0 46px;
    background:
        radial-gradient(circle at 9% 12%, rgba(238, 244, 232, .7), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fffdf9 100%);
}

.baysar-about-page ~ .site-footer,
.baysar-about-page + .site-footer {
    margin-top: 34px;
}

.baysar-about-page .container {
    max-width: 1340px;
}

.baysar-about-page__intro {
    display: grid;
    grid-template-columns: minmax(340px, 520px) minmax(0, 1fr);
    gap: clamp(34px, 4vw, 58px);
    align-items: center;
}

.baysar-about-page__image {
    overflow: hidden;
    border: 1px solid rgba(32, 85, 36, .08);
    border-radius: 12px;
    background: #f7f4ec;
    box-shadow: 0 18px 40px rgba(45, 73, 36, .12);
}

.baysar-about-page__image img {
    display: block;
    width: 100%;
    aspect-ratio: 1.62;
    object-fit: cover;
    object-position: center 24%;
}

.baysar-about-page__copy {
    min-width: 0;
}

.baysar-about-page__eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #238d22;
    font-family: "Caveat", cursive;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.baysar-about-page__copy h2 {
    margin: 0 0 14px;
    color: #124a22;
    font-size: clamp(40px, 3.4vw, 56px);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: 0;
}

.baysar-about-page__lead {
    max-width: 720px;
    margin: 0 0 16px;
    color: #269225;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.55;
}

.baysar-about-page__body {
    max-width: 720px;
    color: #667164;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75;
}

.baysar-about-page__body p {
    margin: 0;
}

.baysar-about-page__process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    margin-top: 24px;
    border: 1px solid rgba(30, 80, 33, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 12px 28px rgba(32, 63, 29, .08);
}

.baysar-about-page__process article {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 18px 18px;
}

.baysar-about-page__process article + article {
    border-left: 1px solid rgba(30, 80, 33, .1);
}

.baysar-about-page__process i,
.baysar-about-page-card > i {
    flex: 0 0 auto;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #edf6e8;
    color: #238d22;
    font-size: 19px;
}

.baysar-about-page__process h3 {
    margin: 0 0 2px;
    color: #173f23;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.baysar-about-page__process p {
    margin: 0;
    color: #566255;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.baysar-about-page__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.baysar-about-page-card {
    position: relative;
    overflow: hidden;
    min-height: 178px;
    padding: 26px 24px 22px;
    border: 1px solid rgba(82, 88, 61, .12);
    border-radius: 10px;
    background: #fffaf1;
    box-shadow: 0 10px 26px rgba(50, 58, 35, .07);
    isolation: isolate;
}

.baysar-about-page-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 58%;
    opacity: .22;
}

.baysar-about-page-card--fruit::after {
    background-image: url("/assets/baysar/product-groups/taze-meyveler.jpg");
}

.baysar-about-page-card--storage::after {
    background-image: url("/assets/baysar/product-groups/kok-sebzeler.jpg");
}

.baysar-about-page-card--cold::after {
    background-image: url("/assets/baysar/hero-tasarimi-itemi.png");
    background-size: 80%;
}

.baysar-about-page-card--supply::after {
    background-image: url("/assets/baysar/about/about-visual.jpg");
}

.baysar-about-page-card h3 {
    max-width: 230px;
    margin: 16px 0 10px;
    color: #173f23;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.22;
}

.baysar-about-page-card p {
    max-width: 295px;
    margin: 0;
    color: #536151;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.65;
}

.baysar-supply-map {
    position: relative;
    margin-top: 32px;
    padding: clamp(24px, 3.4vw, 44px);
    border: 1px solid rgba(23, 63, 35, .12);
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: 0 16px 36px rgba(23, 63, 35, .07);
}

.baysar-supply-map__heading {
    max-width: 820px;
    margin-bottom: 22px;
}

.baysar-supply-map__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #238d22;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.baysar-supply-map__heading h2 {
    max-width: 760px;
    margin: 0 0 12px;
    color: #173f23;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 900;
    line-height: 1.08;
}

.baysar-supply-map__heading p {
    max-width: 720px;
    margin: 0;
    color: #5f6a5d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.baysar-supply-map__operations {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
    border-block: 1px solid rgba(23, 63, 35, .1);
}

.baysar-supply-map__operations span {
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 10px;
    padding: 16px;
    color: #294d32;
    font-size: 13px;
    font-weight: 850;
}

.baysar-supply-map__operations span + span {
    border-left: 1px solid rgba(23, 63, 35, .1);
}

.baysar-supply-map__operations i {
    color: #ef8e16;
    font-size: 18px;
}

.baysar-supply-map__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(290px, .75fr);
    gap: clamp(20px, 3vw, 34px);
    align-items: stretch;
}

.baysar-supply-map__visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(23, 63, 35, .12);
    border-radius: 12px;
    background: #f3f7ef;
}

.baysar-supply-map__svg,
.baysar-supply-map__svg svg {
    display: block;
    width: 100%;
}

.baysar-supply-map__svg svg {
    min-height: 350px;
    aspect-ratio: 2.05;
    height: auto;
}

.baysar-supply-map__province.is-active,
.baysar-supply-map__province.is-selected {
    color: #238d22;
}

.baysar-supply-map__markers {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.baysar-supply-map__marker {
    position: absolute;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 6px 16px rgba(23, 63, 35, .2);
    transform: translate(-50%, -50%);
    transition: transform 160ms ease, box-shadow 160ms ease;
    pointer-events: auto;
}

.baysar-supply-map__marker-dot {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 999px;
    background: #238d22;
    box-shadow: 0 0 0 2px #238d22;
}

.baysar-supply-map__marker:hover,
.baysar-supply-map__marker:focus-visible {
    outline: 3px solid rgba(35, 141, 34, .28);
    outline-offset: 3px;
    transform: translate(-50%, -50%) scale(1.08);
}

.baysar-supply-map__tooltip {
    position: absolute;
    z-index: 5;
    max-width: min(320px, calc(100% - 28px));
    padding: 12px 14px;
    border: 1px solid rgba(30, 80, 33, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(23, 63, 35, .16);
    color: #173f23;
    pointer-events: none;
}

.baysar-supply-map__tooltip strong,
.baysar-supply-map__tooltip span,
.baysar-supply-map__tooltip small {
    display: block;
}

.baysar-supply-map__tooltip strong {
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.baysar-supply-map__tooltip span,
.baysar-supply-map__tooltip small {
    margin-top: 4px;
    color: #63705f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.baysar-supply-map__tooltip small {
    color: #47614d;
}

.baysar-supply-map__detail {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid rgba(23, 63, 35, .12);
    border-radius: 12px;
    background: #fff;
}

.baysar-supply-map__detail:focus-visible {
    outline: 3px solid rgba(35, 141, 34, .25);
    outline-offset: 3px;
}

.baysar-supply-map__detail-kicker {
    display: inline-flex;
    width: max-content;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #edf6e8;
    color: #237b2c;
    font-size: 12px;
    font-weight: 900;
}

.baysar-supply-map__detail h3 {
    margin: 0 0 10px;
    color: #173f23;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.1;
}

.baysar-supply-map__detail p {
    margin: 0 0 16px;
    color: #5f6a5d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.baysar-supply-map__districts {
    color: #238d22 !important;
    font-weight: 900 !important;
}

.baysar-supply-map__contact {
    display: inline-flex;
    width: max-content;
    min-height: 42px;
    align-items: center;
    padding: 0 16px;
    border: 1px solid #238d22;
    border-radius: 8px;
    color: #1e7424;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.baysar-supply-map__contact:hover,
.baysar-supply-map__contact:focus-visible {
    background: #238d22;
    color: #fff;
    outline: 3px solid rgba(35, 141, 34, .22);
    outline-offset: 2px;
}

.baysar-supply-map__empty {
    margin: 0;
    padding: 22px;
    border: 1px dashed rgba(23, 63, 35, .2);
    border-radius: 10px;
    background: #f6f8f2;
    color: #47614d;
    font-weight: 700;
}

.baysar-supply-map__regions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.baysar-supply-map__region-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid rgba(23, 63, 35, .17);
    border-radius: 9px;
    background: #fff;
    color: #294d32;
    font-size: 13px;
    font-weight: 900;
}

.baysar-supply-map__region-button:hover,
.baysar-supply-map__region-button:focus-visible,
.baysar-supply-map__region-button.is-active {
    border-color: #238d22;
    background: #238d22;
    color: #fff;
    outline: none;
}

.baysar-supply-map__region-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(35, 141, 34, .22);
}

.baysar-about-page__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    padding: 20px 30px;
    border: 1px solid rgba(82, 88, 61, .12);
    border-radius: 10px;
    background: #fffaf1;
    box-shadow: 0 10px 26px rgba(50, 58, 35, .07);
}

.baysar-about-page__cta-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    color: #183f24;
    font-size: 18px;
    line-height: 1.35;
}

.baysar-about-page__cta-text i {
    color: rgba(142, 150, 94, .28);
    font-size: 52px;
}

.baysar-about-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.baysar-about-page__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 28px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.baysar-about-page__button:hover {
    color: #fff;
    transform: translateY(-1px);
}

.baysar-about-page__button--catalog {
    background: #f49714;
    box-shadow: 0 10px 22px rgba(244, 151, 20, .24);
}

.baysar-about-page__button--catalog:hover {
    background: #df8508;
}

.baysar-about-page__button--contact {
    background: #238d22;
    box-shadow: 0 10px 22px rgba(35, 141, 34, .22);
}

.baysar-about-page__button--contact:hover {
    background: #1b7a1b;
}

@media (max-width: 1199px) {
    .baysar-about-page__intro,
    .baysar-about-page__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .baysar-about-page__process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .baysar-about-page__process article:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(30, 80, 33, .1);
    }

    .baysar-about-page__process article:nth-child(4) {
        border-top: 1px solid rgba(30, 80, 33, .1);
    }

    .baysar-about-page__cta {
        grid-template-columns: 1fr;
    }

    .baysar-about-page__cta-actions {
        justify-content: center;
    }

    .baysar-supply-map__operations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .baysar-supply-map__operations span:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(23, 63, 35, .1);
    }

    .baysar-supply-map__operations span:nth-child(4) {
        border-top: 1px solid rgba(23, 63, 35, .1);
    }

    .baysar-supply-map__layout {
        grid-template-columns: 1fr;
    }

    .baysar-supply-map__detail {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .baysar-about-page-hero {
        min-height: 315px;
        padding: 50px 0 74px;
        background-position: center right 32%;
    }

    .baysar-about-page-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: rgba(10, 62, 27, .18);
    }

    .baysar-about-page-hero__breadcrumb {
        font-size: 14px;
    }

    .baysar-about-page-hero h1 {
        font-size: 48px;
    }

    .baysar-about-page-hero p {
        font-size: 16px;
    }

    .baysar-about-page {
        padding: 30px 0 36px;
    }

    .baysar-about-page__intro,
    .baysar-about-page__cards,
    .baysar-about-page__process {
        grid-template-columns: 1fr;
    }

    .baysar-about-page__copy h2 {
        font-size: 38px;
    }

    .baysar-about-page__lead {
        font-size: 17px;
    }

    .baysar-about-page__process article + article,
    .baysar-about-page__process article:nth-child(3) {
        border-top: 1px solid rgba(30, 80, 33, .1);
        border-left: 0;
    }

    .baysar-about-page__cta {
        padding: 20px;
    }

    .baysar-about-page__cta-text {
        justify-content: flex-start;
        font-size: 16px;
    }

    .baysar-about-page__cta-actions,
    .baysar-about-page__button {
        width: 100%;
    }

    .baysar-supply-map {
        padding: 20px;
    }

    .baysar-supply-map__heading h2 {
        font-size: 30px;
    }

    .baysar-supply-map__operations {
        grid-template-columns: 1fr;
    }

    .baysar-supply-map__operations span + span,
    .baysar-supply-map__operations span:nth-child(3),
    .baysar-supply-map__operations span:nth-child(4) {
        border-top: 1px solid rgba(23, 63, 35, .1);
        border-left: 0;
    }

    .baysar-supply-map__svg svg {
        min-height: 225px;
    }

    .baysar-supply-map__tooltip {
        display: none;
    }

    .baysar-supply-map__detail {
        padding: 20px;
    }

    .baysar-supply-map__regions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .baysar-supply-map__region-button {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .baysar-supply-map__regions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .baysar-supply-map__marker,
    .baysar-supply-map__region-button,
    .baysar-supply-map__contact {
        transition: none;
    }
}

.main-header__logo {
    background-color: #fff;
}

.baysar-mobile-menu-toggle {
    display: none;
}

.main-header,
.main-header__wrapper,
.main-header__wrapper-inner,
.main-header__right,
.main-header__right-bottom,
.main-menu,
.main-menu__wrapper,
.main-menu__wrapper-inner,
.main-menu__right,
.main-menu__search-cart-btn,
.main-menu__search-cart-box {
    overflow: visible;
}

.main-header {
    z-index: 1000;
}

/* Mobile/tablet: keep header + hamburger always reachable while scrolling */
@media (max-width: 1199px) {
    .main-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1100;
        background: #fff;
        box-shadow: 0 10px 22px rgba(41, 45, 36, .08);
    }

    .page-wrapper {
        padding-top: 94px;
    }

    .baysar-mobile-menu-toggle {
        border: 0;
        cursor: pointer;
    }

    .baysar-mobile-menu-toggle__bars {
        display: grid;
        gap: 5px;
        width: 18px;
    }

    .baysar-mobile-menu-toggle__bars span {
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transition: transform .2s ease, opacity .2s ease;
    }

    .baysar-mobile-menu-toggle.is-open .baysar-mobile-menu-toggle__bars span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .baysar-mobile-menu-toggle.is-open .baysar-mobile-menu-toggle__bars span:nth-child(2) {
        opacity: 0;
    }

    .baysar-mobile-menu-toggle.is-open .baysar-mobile-menu-toggle__bars span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}

@media (max-width: 575px) {
    .page-wrapper {
        padding-top: 90px;
    }
}

@media (min-width: 1200px) {
    .main-header {
        box-shadow: 0 14px 28px rgba(41, 45, 36, .08);
    }

    .main-header__wrapper-inner {
        min-height: 136px;
    }

    .main-header__logo {
        top: 36px;
        bottom: auto;
        width: 260px;
        height: 100px;
        padding: 0 42px;
        background-color: #fff;
        border-right: 0;
        box-shadow: none;
    }

    .main-header__logo img {
        max-width: 170px;
    }

    .main-header__top {
        min-height: 36px;
        background: linear-gradient(180deg, #fff7ea 0%, #f7ecdc 100%);
    }

    .main-header__top-inner {
        min-height: 36px;
        padding-top: 0;
        padding-right: 54px;
        padding-left: 38px;
    }

    .main-header__top-left {
        min-height: 36px;
        margin-left: 0;
        padding-left: 0;
    }

    .main-header__top-left-text {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: #9a8472;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
    }

    .main-header__top-left-text::before {
        content: "\f06c";
        color: #f5a21c;
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        font-weight: 900;
    }

    .main-header__top-left .gtranslate_wrapper,
    .main-header__top-left [id*="google_translate"],
    .main-header__top-left .skiptranslate {
        display: none !important;
    }

    .main-header__contact-list li::before {
        display: none;
    }

    .main-header__contact-list {
        gap: 26px;
    }

    .main-header__contact-list li .icon i {
        color: #f5a21c;
        font-size: 15px;
    }

    .main-header__contact-list li .text p a,
    .main-header__contact-list li .text p {
        color: #8f7d6f;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }

    .main-header__right-bottom,
    .main-menu,
    .main-menu__wrapper {
        background-color: #fff;
    }

    .main-menu__wrapper-inner {
        min-height: 100px;
        padding-right: 54px;
        padding-left: clamp(315px, 18vw, 350px);
        background-color: #fff;
        box-shadow: none;
        flex-wrap: nowrap;
        gap: 24px;
    }

    .main-menu__main-menu-box {
        min-width: 0;
    }

    .main-menu .main-menu__list {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .main-menu .main-menu__list > li {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .main-menu .main-menu__list > li + li {
        margin-left: clamp(26px, 3vw, 52px);
    }

    .main-menu .main-menu__list > li > a {
        color: #2f2d2c;
        font-size: 16px;
        font-weight: 800;
    }

    .main-menu .main-menu__list > li > a::before {
        bottom: -35px;
        height: 3px;
        background-image: linear-gradient(90deg, #f39b17 0%, #ffbd3c 100%);
    }

    .main-menu .main-menu__list > li.current > a,
    .main-menu .main-menu__list > li:hover > a {
        color: #2f2d2c;
    }

    .main-menu__search-cart-btn {
        gap: 18px;
        padding: 23px 0;
    }

    .main-menu__search-cart-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        min-width: 124px;
    }

    .main-menu__search-box {
        display: block;
    }

    .main-menu__search-cart-box::before {
        left: auto;
        right: -13px;
        top: 8px;
        bottom: 8px;
        background-color: rgba(47, 45, 44, .16);
    }

    .main-menu__search {
        color: #8c8077;
        font-size: 16px;
        font-weight: 500;
    }

    .main-menu__search i {
        color: #2f2d2c;
        font-size: 20px;
        padding-right: 12px;
    }

    .main-menu__btn {
        min-width: 138px;
        min-height: 54px;
        padding: 0 30px;
        border-radius: 999px;
        background-color: #2fa42a;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 800;
        box-shadow: 0 13px 28px rgba(47, 164, 42, .18);
    }

    .main-menu__btn::before {
        border-radius: inherit;
        background-color: #238d22;
    }

    .baysar-language-switcher--automatic {
        position: relative;
        z-index: 10010;
        width: 124px;
        min-width: 124px;
        max-width: 124px;
        height: 44px;
        overflow: visible !important;
    }

    .baysar-language-switcher--automatic .gtranslate_wrapper,
    .baysar-language-switcher--automatic .gtranslate-wrapper-inline,
    .baysar-language-switcher--automatic #gt_float_wrapper {
        position: relative !important;
        z-index: 10010 !important;
        overflow: visible !important;
    }

    .baysar-language-switcher--automatic .gtranslate_wrapper,
    .baysar-language-switcher--automatic .gtranslate-wrapper-inline,
    .baysar-language-switcher--automatic .gt_float_switcher {
        width: 124px !important;
        min-width: 124px !important;
        max-width: 124px;
    }

    .baysar-language-switcher--automatic .gt_float_switcher {
        min-height: 44px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
        font-family: inherit;
        overflow: visible !important;
        position: relative !important;
        z-index: 10010 !important;
    }

    .baysar-language-switcher--automatic .gt_float_switcher .gt_options {
        position: absolute !important;
        top: 100% !important;
        bottom: auto !important;
        left: 0 !important;
        right: auto !important;
        z-index: 10011 !important;
        min-width: 178px !important;
        width: max-content !important;
        max-height: min(320px, calc(100vh - 170px));
        margin-top: 8px !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        border: 1px solid rgba(31, 41, 55, .12);
        border-radius: 0 0 6px 6px;
        background: #fff !important;
        box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
    }

    .baysar-language-switcher--automatic .gt_float_switcher .gt_options.gt-open {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        transform-origin: top center;
    }

    .baysar-language-switcher--automatic .gt_float_switcher .gt_options a {
        display: flex !important;
        min-height: 40px;
        align-items: center;
        gap: 8px;
        padding: 8px 12px !important;
        background: #fff;
        color: #1f2937 !important;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        white-space: nowrap;
    }

    .baysar-language-switcher--automatic .gt_float_switcher .gt_options a:hover,
    .baysar-language-switcher--automatic .gt_float_switcher .gt_options a:focus-visible {
        background: #f1f5ec !important;
        color: #238d22 !important;
    }

    .baysar-language-switcher--automatic .gt_float_switcher .gt_options a.gt-current {
        display: none !important;
    }

}

@media (max-width: 1199px) {
    .main-header {
        box-shadow: 0 10px 22px rgba(41, 45, 36, .08);
    }

    /* Logo | language + quote | hamburger — single flex row, no absolute overlap */
    .main-header__wrapper-inner {
        display: flex;
        align-items: center;
        min-height: 94px;
        gap: 10px;
        padding-right: 16px;
    }

    .main-header__logo {
        top: 0;
        bottom: auto;
        width: 230px;
        height: 94px;
        padding: 0 34px;
        background-color: #fff;
        border-right: 0;
        box-shadow: none;
    }

    .main-header__logo img {
        display: block;
        width: auto;
        max-width: 158px;
        height: auto;
    }

    .main-header__right {
        flex: 1 1 auto;
        min-width: 0;
    }

    .main-header__right-bottom,
    .main-menu,
    .main-menu__wrapper {
        min-width: 0;
    }

    .main-menu__wrapper-inner {
        position: relative;
        min-height: 94px;
        padding: 0 0 0 250px;
        background-color: #fff;
        box-shadow: none;
        flex-wrap: nowrap;
        justify-content: flex-end;
        gap: 10px;
    }

    .main-menu__main-menu-box {
        display: none;
    }

    .main-menu__right {
        min-width: 0;
    }

    .main-menu__search-cart-btn {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 0;
        min-width: 0;
        justify-content: flex-end;
    }

    /* Language may shrink; quote button never clips */
    .main-menu__search-cart-box {
        flex: 0 1 auto;
        min-width: 0;
        max-width: 100%;
    }

    .main-menu__search-cart-box::before {
        display: none;
    }

    .main-menu__btn-box {
        flex: 0 0 auto;
        flex-shrink: 0;
    }

    .main-menu__btn.thm-btn,
    .main-menu__btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        flex-shrink: 0;
        width: auto;
        min-width: max-content;
        max-width: none;
        min-height: 44px;
        padding: 0 22px;
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
        text-overflow: clip;
        overflow: hidden;
        border-radius: 999px;
        background-color: #2fa42a !important;
        color: #fff !important;
        box-shadow: 0 10px 20px rgba(47, 164, 42, .16);
    }

    /* Ogenix thm-btn yellow corner overlay was covering "Teklif al" on compact widths */
    .main-menu__btn.thm-btn::before,
    .main-menu__btn::before {
        display: none;
    }

    .main-menu .main-menu__list {
        display: none;
    }

    .main-menu .mobile-nav__toggler {
        display: none;
    }

    .baysar-language-switcher {
        min-width: 0;
        max-width: 140px;
    }

    .baysar-language-switcher__toggle {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }

    .baysar-language-switcher__toggle span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Keep hamburger in document flow (after quote), never stacked on top of it */
    .baysar-mobile-menu-toggle {
        position: static;
        top: auto;
        right: auto;
        z-index: 5;
        display: inline-flex;
        flex: 0 0 auto;
        width: 46px;
        height: 46px;
        align-items: center;
        justify-content: center;
        margin: 0;
        border: 1px solid rgba(35, 141, 34, .14);
        border-radius: 14px;
        background: #edf6e8;
        color: #173f18;
        box-shadow: 0 8px 18px rgba(41, 70, 34, .08);
        transform: none;
    }

    .baysar-mobile-menu-toggle:hover,
    .baysar-mobile-menu-toggle:focus-visible {
        background: #dcefd5;
        color: #173f18;
        outline: 2px solid rgba(35, 141, 34, .28);
        outline-offset: 2px;
    }

    .baysar-mobile-menu-toggle.is-open {
        background: #24551f;
        border-color: #24551f;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .main-menu__btn.thm-btn,
    .main-menu__btn {
        min-height: 42px;
        padding: 0 16px;
        font-size: 13px;
    }

    .baysar-language-switcher {
        max-width: 112px;
    }

    .baysar-language-switcher__toggle {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .main-header__wrapper-inner,
    .main-header__logo,
    .main-menu__wrapper-inner {
        min-height: 90px;
    }

    .main-header__wrapper-inner {
        gap: 8px;
        padding-right: 12px;
    }

    .main-header__logo {
        width: 168px;
        height: 90px;
        padding: 0 16px;
    }

    .main-header__logo img {
        max-width: 128px;
    }

    .main-menu__wrapper-inner {
        padding-left: 176px;
        gap: 8px;
    }

    .main-menu__search-cart-btn {
        gap: 8px;
    }

    .baysar-mobile-menu-toggle {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    /* On narrow phones: keep quote + hamburger, tighten language */
    .baysar-language-switcher__toggle span {
        max-width: 4.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.baysar-hero {
    position: relative;
    min-height: clamp(640px, calc(100vh - 136px), 800px);
    overflow: hidden;
    background-color: #f8f4e9;
    isolation: isolate;
}

.baysar-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--baysar-hero-bg, url("/assets/baysar/hero-tasarimi-itemi.png"));
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

.baysar-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(249, 245, 235, .98) 0%, rgba(249, 245, 235, .94) 27%, rgba(249, 245, 235, .58) 43%, rgba(249, 245, 235, .12) 62%, rgba(249, 245, 235, 0) 100%),
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, .92), rgba(255, 255, 255, 0) 36%);
}

.baysar-hero__inner {
    position: relative;
    min-height: inherit;
    padding-top: clamp(70px, 8vh, 110px);
    padding-bottom: 112px;
}

.baysar-hero__content {
    width: min(100%, 560px);
}

.baysar-hero__eyebrow {
    display: block;
    margin-bottom: 24px;
    color: #6d8167;
    font-family: "Caveat", cursive;
    font-size: clamp(24px, 2vw, 34px);
    font-weight: 700;
    line-height: 1;
}

.baysar-hero__title {
    margin: 0;
    color: #173f18;
    font-size: clamp(54px, 5.2vw, 86px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: 0;
}

.baysar-hero__text {
    max-width: 390px;
    margin: 32px 0 0;
    color: #69746a;
    font-size: clamp(18px, 1.4vw, 23px);
    font-weight: 600;
    line-height: 1.45;
}

.baysar-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.baysar-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 56px;
    padding: 0 30px;
    border-radius: 999px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(35, 68, 22, .12);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.baysar-hero__btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(35, 68, 22, .18);
}

.baysar-hero__btn--catalog {
    background: linear-gradient(135deg, #ffb526, #f4a51b);
}

.baysar-hero__btn--quote {
    background: linear-gradient(135deg, #58b733, #3b9426);
}

.baysar-hero__quality-card {
    position: absolute;
    right: clamp(270px, 31vw, 470px);
    bottom: 150px;
    display: grid;
    gap: 10px;
    width: 180px;
    padding: 18px 22px;
    border: 1px solid rgba(23, 63, 24, .12);
    border-radius: 14px;
    background: rgba(250, 247, 236, .88);
    color: #284d24;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 18px 50px rgba(31, 53, 22, .12);
    backdrop-filter: blur(4px);
}

.baysar-hero__quality-card span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.baysar-hero__quality-card i {
    width: 20px;
    color: #4c8f34;
    font-size: 18px;
}

.baysar-hero__features {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 34px;
    border-radius: 28px 28px 0 0;
    background: rgba(255, 253, 247, .9);
    box-shadow: 0 -18px 55px rgba(36, 51, 23, .08);
    backdrop-filter: blur(5px);
}

.baysar-hero__feature {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 70px;
    padding: 0 26px;
    border-right: 1px solid rgba(23, 63, 24, .16);
}

.baysar-hero__feature:last-child {
    border-right: 0;
}

.baysar-hero__feature-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8eedf;
    color: #3f7e2c;
    font-size: 24px;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .55);
}

.baysar-hero__feature-text {
    color: #244121;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .baysar-hero {
        min-height: 760px;
    }

    .baysar-hero::before {
        background-position: 58% center;
    }

    .baysar-hero::after {
        background: linear-gradient(90deg, rgba(249, 245, 235, .98) 0%, rgba(249, 245, 235, .88) 42%, rgba(249, 245, 235, .28) 100%);
    }

    .baysar-hero__quality-card {
        display: none;
    }

    .baysar-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 20px;
    }

    .baysar-hero__feature:nth-child(2) {
        border-right: 0;
    }

    .baysar-hero__feature:nth-child(-n+2) {
        border-bottom: 1px solid rgba(23, 63, 24, .16);
    }
}

@media (max-width: 767px) {
    .baysar-hero {
        min-height: auto;
    }

    .baysar-hero::before {
        background-position: 64% center;
        opacity: .54;
    }

    .baysar-hero::after {
        background: linear-gradient(180deg, rgba(249, 245, 235, .98) 0%, rgba(249, 245, 235, .93) 56%, rgba(249, 245, 235, .82) 100%);
    }

    .baysar-hero__inner {
        padding-top: 62px;
        padding-bottom: 0;
    }

    .baysar-hero__content {
        width: min(100%, 350px);
    }

    .baysar-hero__title {
        font-size: clamp(44px, 14vw, 58px);
    }

    .baysar-hero__text {
        margin-top: 24px;
        font-size: 17px;
    }

    .baysar-hero__actions {
        align-items: stretch;
        flex-direction: column;
        width: min(100%, 320px);
    }

    .baysar-hero__btn {
        width: 100%;
    }

    .baysar-hero__features {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        grid-template-columns: 1fr;
        margin-top: 52px;
        padding: 0 24px;
        border-radius: 22px 22px 0 0;
    }

    .baysar-hero__feature,
    .baysar-hero__feature:nth-child(2) {
        min-height: 86px;
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(23, 63, 24, .16);
    }

    .baysar-hero__feature:last-child {
        border-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .baysar-hero {
        min-height: clamp(680px, calc(100vh - 136px), 840px);
    }

    .baysar-hero__inner {
        width: 100%;
        max-width: none;
        padding-right: clamp(48px, 6vw, 96px);
        padding-left: clamp(110px, 8vw, 150px);
    }
}

.baysar-categories {
    position: relative;
    overflow: hidden;
    scroll-margin-top: 136px;
    padding: 88px 0 70px;
    background: #fbf6ec;
    isolation: isolate;
}

.baysar-categories--hidden {
    display: none !important;
}

.baysar-categories::before,
.baysar-categories::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: .42;
}

.baysar-categories::before {
    top: -42px;
    left: -36px;
    width: 230px;
    height: 245px;
    background:
        radial-gradient(ellipse at 62% 30%, rgba(166, 177, 145, .16) 0 18%, transparent 19%),
        radial-gradient(ellipse at 38% 46%, rgba(166, 177, 145, .12) 0 20%, transparent 21%),
        radial-gradient(ellipse at 74% 63%, rgba(166, 177, 145, .10) 0 18%, transparent 19%);
    filter: blur(.2px);
    transform: rotate(-22deg);
}

.baysar-categories::after {
    top: 66px;
    right: 0;
    width: 350px;
    height: 190px;
    background:
        radial-gradient(circle at 18% 22%, rgba(116, 142, 98, .34) 0 6px, transparent 7px),
        radial-gradient(circle at 46% 42%, rgba(116, 142, 98, .28) 0 8px, transparent 9px),
        radial-gradient(circle at 68% 22%, rgba(116, 142, 98, .25) 0 5px, transparent 6px),
        radial-gradient(circle at 84% 78%, rgba(116, 142, 98, .28) 0 6px, transparent 7px),
        linear-gradient(30deg, transparent 0 17%, rgba(116, 142, 98, .16) 17.3% 17.8%, transparent 18.2%),
        linear-gradient(-18deg, transparent 0 36%, rgba(116, 142, 98, .13) 36.3% 36.8%, transparent 37.2%);
}

.baysar-categories .container {
    max-width: 1480px;
}

.baysar-categories__heading {
    max-width: 860px;
    margin: 0 auto 66px;
    text-align: center;
}

.baysar-categories__tagline {
    display: block;
    margin-bottom: 5px;
    color: #4f823f;
    font-family: "Caveat", cursive;
    font-size: clamp(27px, 2.1vw, 36px);
    font-weight: 700;
    line-height: 1;
}

.baysar-categories__title {
    margin: 0;
    color: #243f25;
    font-size: clamp(52px, 5vw, 78px);
    font-weight: 800;
    line-height: .95;
    letter-spacing: 0;
}

.baysar-categories__heading p {
    margin: 22px 0 0;
    color: #61645e;
    font-size: clamp(18px, 1.3vw, 21px);
    font-weight: 500;
    line-height: 1.45;
}

.baysar-categories__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.baysar-category-card {
    overflow: hidden;
    border-radius: 18px;
    background: #fffaf2;
    box-shadow: 0 24px 50px rgba(56, 48, 35, .11);
}

.baysar-category-card__image {
    display: block;
    height: 280px;
    overflow: hidden;
    background: #e9e1d3;
}

.baysar-category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.baysar-category-card:hover .baysar-category-card__image img {
    transform: scale(1.035);
}

.baysar-category-card__body {
    position: relative;
    min-height: 232px;
    padding: 62px 36px 54px;
    text-align: center;
}

.baysar-category-card__icon {
    position: absolute;
    top: -36px;
    left: 50%;
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fffdf8;
    color: #5b8445;
    font-size: 29px;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px rgba(48, 42, 31, .16);
}

.baysar-category-card h3 {
    margin: 0;
    color: #243f25;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
}

.baysar-category-card h3 a {
    color: inherit;
    text-decoration: none;
}

.baysar-category-card p {
    max-width: 260px;
    min-height: 64px;
    margin: 18px auto 0;
    color: #5f5f5a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.52;
}

.baysar-category-card__link {
    position: absolute;
    right: 28px;
    bottom: 24px;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: #f89b09;
    font-size: 24px;
    text-decoration: none;
    transition: transform 180ms ease, color 180ms ease;
}

.baysar-category-card__link:hover {
    color: #e98600;
    transform: translateX(4px);
}

.baysar-categories__cta {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.baysar-categories__cta a {
    display: inline-flex;
    min-width: 270px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffa719 0%, #f28d00 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 15px 34px rgba(242, 141, 0, .28);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.baysar-categories__cta a:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 19px 40px rgba(242, 141, 0, .34);
}

@media (max-width: 1399px) {
    .baysar-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 820px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .baysar-categories {
        scroll-margin-top: 82px;
        padding: 62px 0 58px;
    }

    .baysar-categories__heading {
        margin-bottom: 38px;
    }

    .baysar-categories__title {
        font-size: clamp(42px, 13vw, 56px);
    }

    .baysar-categories__heading p {
        font-size: 17px;
    }

    .baysar-categories__grid {
        grid-template-columns: 1fr;
        max-width: 390px;
        gap: 22px;
    }

    .baysar-category-card__image {
        height: 235px;
    }

    .baysar-category-card__body {
        min-height: 216px;
        padding: 58px 26px 50px;
    }

    .baysar-category-card h3 {
        font-size: 25px;
    }

    .baysar-category-card p {
        font-size: 17px;
    }

    .baysar-categories__cta a {
        width: min(100%, 270px);
    }
}

.baysar-about {
    position: relative;
    padding: 34px 0 34px;
    background: #fbf6ec;
    scroll-margin-top: 136px;
}

.baysar-about .container {
    max-width: none;
    padding-right: 32px;
    padding-left: 32px;
}

.baysar-about__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(420px, 663px) minmax(0, 1fr);
    gap: clamp(58px, 5vw, 94px);
    overflow: hidden;
    min-height: 875px;
    padding: 80px 76px 34px 34px;
    border: 1px solid transparent;
    border-radius: 32px;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
}

.baysar-about__panel::before,
.baysar-about__panel::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.baysar-about__panel::before {
    top: 36px;
    right: 28px;
    width: 250px;
    height: 190px;
    border: 2px solid rgba(114, 133, 86, .12);
    border-right: 0;
    border-bottom: 0;
    border-radius: 58% 42% 55% 45%;
    transform: rotate(-18deg);
}

.baysar-about__panel::after {
    right: -72px;
    bottom: -54px;
    width: 318px;
    height: 360px;
    background:
        radial-gradient(circle at 36% 24%, rgba(148, 128, 87, .08) 0 32px, transparent 33px),
        radial-gradient(circle at 54% 16%, rgba(148, 128, 87, .08) 0 27px, transparent 28px),
        radial-gradient(circle at 50% 76%, rgba(113, 137, 88, .1) 0 58px, transparent 59px);
    opacity: .75;
}

.baysar-about__media {
    align-self: stretch;
}

.baysar-about__media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 764px;
    object-fit: cover;
    border-radius: 24px 24px 58px 58px;
    box-shadow: 0 20px 42px rgba(72, 55, 31, .1);
}

.baysar-about__content {
    padding-top: 4px;
}

.baysar-about__heading {
    margin-bottom: 30px;
}

.baysar-about__tagline {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: #4c833c;
    font-family: "Caveat", cursive;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.baysar-about__tagline::after {
    content: "";
    display: inline-block;
    width: 92px;
    height: 15px;
    background:
        radial-gradient(circle at 21px 50%, #ef8d1a 0 5px, transparent 6px),
        linear-gradient(90deg, #ef8d1a 0 30px, transparent 31px 38px, rgba(239, 141, 26, .56) 39px 100%);
    clip-path: polygon(0 40%, 20px 40%, 20px 0, 42px 50%, 20px 100%, 20px 60%, 100% 60%, 100% 40%);
}

.baysar-about__title {
    margin: 0;
    color: #203f22;
    font-size: clamp(58px, 5vw, 72px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.baysar-about__lead {
    max-width: 650px;
    margin: 0 0 30px;
    color: #4b9638;
    font-size: clamp(21px, 1.7vw, 25px);
    font-weight: 800;
    line-height: 1.45;
}

.baysar-about__text {
    max-width: 660px;
}

.baysar-about__text p {
    margin: 0 0 20px;
    color: #5b5c5a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.72;
}

.baysar-about__button {
    display: inline-flex;
    min-width: 218px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 10px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fb9b16 0%, #f08605 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(240, 134, 5, .24);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.baysar-about__button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(240, 134, 5, .3);
}

.baysar-about__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 38px;
}

.baysar-about-card {
    min-height: 252px;
    padding: 12px 20px 22px;
    border: 1px solid rgba(51, 71, 38, .08);
    border-radius: 16px;
    background: rgba(255, 253, 247, .82);
    text-align: center;
    box-shadow: 0 18px 36px rgba(58, 48, 30, .07);
}

.baysar-about-card__icon {
    display: inline-flex;
    width: 88px;
    height: 88px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border: 2px solid rgba(238, 199, 151, .48);
    border-radius: 50%;
    background: #fffdf8;
    color: #446c30;
    font-size: 36px;
    box-shadow: 0 11px 22px rgba(63, 48, 27, .09);
}

.baysar-about-card h3 {
    position: relative;
    margin: 0 0 27px;
    padding-bottom: 20px;
    color: #223f22;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.baysar-about-card h3::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(238, 150, 41, .26) 17%, rgba(238, 150, 41, .6) 50%, rgba(238, 150, 41, .26) 83%, transparent 100%);
}

.baysar-about-card h3::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f18f14;
    transform: translateX(-50%);
}

.baysar-about-card p {
    margin: 0;
    color: #5c5d59;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 1399px) {
    .baysar-about__panel {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 48px;
    }

    .baysar-about__media {
        max-width: 680px;
        margin: 0 auto;
    }

    .baysar-about__content,
    .baysar-about__heading {
        text-align: center;
    }

    .baysar-about__lead,
    .baysar-about__text {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .baysar-about {
        scroll-margin-top: 82px;
        padding: 22px 0;
    }

    .baysar-about__panel {
        padding: 24px 16px 28px;
        border-radius: 24px;
    }

    .baysar-about__media img {
        max-height: none;
        border-radius: 20px 20px 38px 38px;
    }

    .baysar-about__title {
        font-size: clamp(42px, 13vw, 58px);
    }

    .baysar-about__lead {
        font-size: 19px;
    }

    .baysar-about__text p {
        font-size: 16px;
    }

    .baysar-about__button {
        width: min(100%, 230px);
    }

    .baysar-about__cards {
        grid-template-columns: 1fr;
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
    }
}

.baysar-products {
    position: relative;
    overflow: hidden;
    padding: 84px 0 70px;
    background: #fbf6ec;
    scroll-margin-top: 136px;
    isolation: isolate;
}

.baysar-products--footer-adjacent {
    padding-bottom: 24px;
}

.baysar-products::before,
.baysar-products::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: .5;
}

.baysar-products::before {
    top: 12px;
    left: 0;
    width: 230px;
    height: 290px;
    background:
        radial-gradient(ellipse at 52% 18%, rgba(151, 128, 82, .12) 0 16%, transparent 17%),
        radial-gradient(ellipse at 70% 38%, rgba(151, 128, 82, .11) 0 18%, transparent 19%),
        radial-gradient(ellipse at 38% 58%, rgba(151, 128, 82, .1) 0 17%, transparent 18%);
    transform: rotate(-26deg);
}

.baysar-products::after {
    right: 18px;
    bottom: 0;
    width: 180px;
    height: 300px;
    background:
        radial-gradient(ellipse at 58% 25%, rgba(151, 128, 82, .1) 0 19%, transparent 20%),
        radial-gradient(ellipse at 37% 48%, rgba(151, 128, 82, .09) 0 20%, transparent 21%),
        radial-gradient(ellipse at 70% 69%, rgba(151, 128, 82, .09) 0 18%, transparent 19%);
    transform: rotate(18deg);
}

.baysar-products .container {
    max-width: 1480px;
}

.baysar-products__heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.baysar-products__tagline {
    display: block;
    margin-bottom: 4px;
    color: #f28f12;
    font-family: "Caveat", cursive;
    font-size: clamp(27px, 2vw, 34px);
    font-weight: 700;
    line-height: 1;
}

.baysar-products__title {
    margin: 0;
    color: #244326;
    font-size: clamp(56px, 5.2vw, 78px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: 0;
}

.baysar-products__heading p {
    margin: 17px 0 0;
    color: #676965;
    font-size: clamp(18px, 1.25vw, 21px);
    font-weight: 500;
    line-height: 1.45;
}

.baysar-products__tabs {
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0 auto 37px;
}

.baysar-products__tabs a {
    position: relative;
    display: inline-flex;
    min-width: 166px;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    padding: 0 34px;
    border-radius: 28px;
    color: #263e25;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
}

.baysar-products__tabs a + a::before {
    content: "";
    position: absolute;
    top: 16px;
    bottom: 16px;
    left: 0;
    width: 1px;
    background: rgba(218, 189, 153, .62);
}

.baysar-products__tabs a.is-active {
    border: 1px solid rgba(244, 160, 55, .28);
    background: rgba(255, 253, 248, .82);
    color: #f28f12;
    box-shadow: 0 13px 28px rgba(69, 48, 24, .1);
}

.baysar-products__tabs a.is-active::before,
.baysar-products__tabs a.is-active + a::before {
    display: none;
}

.baysar-products__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 18px;
}

.baysar-products__slider-shell {
    position: relative;
    margin: 0 -6px;
    padding: 4px 6px 8px;
}

.baysar-products__slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.baysar-products__slider.owl-loaded {
    display: block;
}

.baysar-products__slider.is-static {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.baysar-products__slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.baysar-products__slider .owl-item {
    display: flex;
}

.baysar-products__slider .owl-item > .baysar-product-card {
    width: 100%;
}

.baysar-products__slider .owl-nav {
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}

.baysar-products__slider .owl-nav button.owl-prev,
.baysar-products__slider .owl-nav button.owl-next {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(36, 67, 38, .12) !important;
    border-radius: 50% !important;
    background: rgba(255, 253, 248, .96) !important;
    color: #244326 !important;
    box-shadow: none;
    pointer-events: auto;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.baysar-products__slider .owl-nav button.owl-prev:hover,
.baysar-products__slider .owl-nav button.owl-next:hover {
    background: #2a8f2a !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.baysar-products__slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.baysar-products__slider .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(36, 67, 38, .2) !important;
    transition: width 180ms ease, background 180ms ease;
}

.baysar-products__slider .owl-dot.active {
    width: 24px;
    border-radius: 999px;
    background: #f28f12 !important;
}

.baysar-products .baysar-related-product-card {
    min-height: 290px;
}

.baysar-product-card {
    display: flex;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid rgba(36, 67, 38, .1);
    border-radius: 18px;
    background: linear-gradient(180deg, #fffdf8 0%, #fff8ee 100%);
    box-shadow: none;
    transition: transform 220ms ease, border-color 220ms ease;
}

.baysar-product-card:hover {
    border-color: rgba(242, 143, 18, .28);
    box-shadow: none;
    transform: translateY(-4px);
}

.baysar-product-card__image {
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
    background: #e8dfcf;
}

.baysar-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 320ms ease;
}

.baysar-product-card:hover .baysar-product-card__image img {
    transform: scale(1.05);
}

.baysar-product-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    display: inline-flex;
    max-width: calc(100% - 28px);
    min-height: 30px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(36, 67, 38, .1);
    border-radius: 999px;
    background: rgba(255, 253, 248, .94);
    color: #2f6a2d;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baysar-product-card__body {
    display: flex;
    min-height: 168px;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 18px 18px;
    text-align: left;
}

.baysar-product-card__icon {
    position: absolute;
    top: -36px;
    left: 50%;
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fffdf8;
    color: #4e7b38;
    font-size: 29px;
    transform: translateX(-50%);
    box-shadow: none;
}

.baysar-product-card h3 {
    margin: 0;
    color: #253f25;
    font-size: clamp(18px, 1.3vw, 22px);
    font-weight: 800;
    line-height: 1.25;
}

.baysar-product-card h3 a,
.baysar-product-card__name {
    color: inherit;
    text-decoration: none;
}

.baysar-product-card h3 a:hover,
.baysar-product-card__name:hover {
    color: #1f6b28;
}

.baysar-product-card p,
.baysar-product-card__excerpt {
    display: -webkit-box;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 10px 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #62635f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

.baysar-product-card__actions {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
}

.baysar-product-card__detail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2f6a2d;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease;
}

.baysar-product-card__detail i {
    font-size: 12px;
    transition: transform 160ms ease;
}

.baysar-product-card__detail:hover {
    color: #1f6b28;
}

.baysar-product-card__detail:hover i {
    transform: translateX(3px);
}

.baysar-product-card__quote {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffa719 0%, #f28d00 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: none;
    transition: transform 160ms ease, filter 160ms ease;
    white-space: nowrap;
}

.baysar-product-card__quote:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: none;
}

.baysar-product-card__link {
    position: absolute;
    right: 25px;
    bottom: 22px;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: #f79408;
    font-size: 24px;
    text-decoration: none;
    transition: transform 180ms ease, color 180ms ease;
}

.baysar-product-card__link:hover {
    color: #e88400;
    transform: translateX(4px);
}

.baysar-product-card--home .baysar-product-card__image {
    height: 196px;
}

.baysar-product-card--home .baysar-product-card__body {
    min-height: 158px;
    padding: 16px 16px 16px;
}

@media (prefers-reduced-motion: reduce) {
    .baysar-product-card,
    .baysar-product-card__image img,
    .baysar-product-card__detail,
    .baysar-product-card__quote {
        transition: none;
    }

    .baysar-product-card:hover {
        transform: none;
    }

    .baysar-product-card:hover .baysar-product-card__image img {
        transform: none;
    }
}

.baysar-products__cta {
    display: flex;
    justify-content: center;
    margin-top: 37px;
}

.baysar-products__cta a {
    display: inline-flex;
    min-width: 286px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffa719 0%, #f28d00 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: none;
    transition: transform 180ms ease;
}

.baysar-products__cta a:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: none;
}

.news-one {
    position: relative;
    padding: 76px 0 142px;
    background:
        linear-gradient(180deg, #fffdf8 0%, #f7f1e7 100%);
    z-index: 1;
}

.baysar-home-news {
    padding-bottom: 24px;
}

.baysar-home-news + .site-footer {
    margin-top: 0;
}

.baysar-home-news + .site-footer .site-footer__ripped-paper {
    display: none;
}

.baysar-products + .site-footer {
    margin-top: 0;
}

.baysar-products + .site-footer .site-footer__ripped-paper {
    display: none;
}

.news-one .container {
    max-width: 1480px;
}

.news-one .section-title {
    margin-bottom: 38px;
}

.news-one .section-title__tagline {
    color: #238d22;
}

.news-one .section-title__title {
    color: #173f23;
    font-size: clamp(42px, 3.8vw, 58px);
    line-height: 1.02;
}

.news-one .row {
    row-gap: 28px;
}

.baysar-home-news__slider-shell {
    position: relative;
    margin: 0 -6px;
    padding: 4px 6px 8px;
}

.baysar-home-news__slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.baysar-home-news__slider.owl-loaded {
    display: block;
}

.baysar-home-news__slider.is-static {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.baysar-home-news__slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.baysar-home-news__slider .owl-item {
    display: flex;
}

.baysar-home-news__slider .owl-item > .news-one__single {
    width: 100%;
}

.baysar-home-news__slider .owl-nav {
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}

.baysar-home-news__slider .owl-nav button.owl-prev,
.baysar-home-news__slider .owl-nav button.owl-next {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(36, 67, 38, .12) !important;
    border-radius: 50% !important;
    background: rgba(255, 253, 248, .96) !important;
    color: #244326 !important;
    box-shadow: none;
    pointer-events: auto;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.baysar-home-news__slider .owl-nav button.owl-prev:hover,
.baysar-home-news__slider .owl-nav button.owl-next:hover {
    background: #2a8f2a !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.baysar-home-news__slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.baysar-home-news__slider .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(36, 67, 38, .2) !important;
    transition: width 180ms ease, background 180ms ease;
}

.baysar-home-news__slider .owl-dot.active {
    width: 24px;
    border-radius: 999px;
    background: #238d22 !important;
}

.baysar-home-news__cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.baysar-home-news__cta a {
    display: inline-flex;
    min-width: 286px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2a8f2a 0%, #1f7621 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: none;
    transition: transform 180ms ease;
}

.baysar-home-news__cta a:hover {
    color: #fff;
    transform: translateY(-2px);
}

.news-one__single {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(27, 66, 31, .12);
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
    transition: transform 180ms ease, border-color 180ms ease;
}

.news-one__single:hover {
    border-color: rgba(35, 141, 34, .28);
    transform: translateY(-3px);
    box-shadow: none;
}

.news-one__img-box {
    display: block;
    margin: 0;
}

.news-one__img {
    height: 218px;
    overflow: hidden;
    border-radius: 0;
}

.news-one__img::before {
    display: none;
}

.news-one__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    filter: saturate(1.06) contrast(1.03);
    transition: transform 220ms ease;
}

.news-one__single:hover .news-one__img img {
    transform: scale(1.035);
}

.news-one__content-box {
    position: static;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    margin: 0;
    padding: 26px 30px 28px;
    border: 0;
    background: #fffefb;
    box-shadow: none;
    text-align: left;
}

.news-one__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 16px;
}

.news-one__category,
.news-one__date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.news-one__category {
    min-height: 27px;
    padding: 0 12px;
    border: 1px solid rgba(57, 140, 44, .3);
    border-radius: 999px;
    background: rgba(57, 140, 44, .06);
    color: #218d20;
}

.news-one__category--citrus {
    border-color: rgba(242, 151, 19, .36);
    background: rgba(242, 151, 19, .06);
    color: #ef8e08;
}

.news-one__category--cold {
    border-color: rgba(38, 145, 50, .33);
    background: rgba(38, 145, 50, .07);
    color: #258f2f;
}

.news-one__category--fresh {
    border-color: rgba(116, 179, 47, .42);
    background: rgba(116, 179, 47, .08);
    color: #4f9b22;
}

.news-one__date {
    flex: 0 0 auto;
    color: #2e7730;
}

.news-one__date i {
    color: #2f8630;
}

.news-one__title {
    margin: 0;
    color: #133e1f;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: 0;
}

.news-one__title a {
    color: inherit;
}

.news-one__summary {
    display: -webkit-box;
    margin: 12px 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #63665f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.baysar-home-news-card .news-one__content-box {
    padding: 18px 18px 18px;
}

.baysar-home-news-card .news-one__title {
    font-size: clamp(18px, 1.4vw, 22px);
    line-height: 1.3;
}

.baysar-home-news-card .news-one__img {
    height: 190px;
}

.baysar-home-news-card .news-one__summary {
    -webkit-line-clamp: 2;
    font-size: 14px;
}

.news-one__bottom {
    margin-top: auto;
    padding-top: 22px;
}

.news-one__bottom::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 19px;
    background: rgba(30, 80, 33, .14);
}

.news-one__read-more {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #1d8b21;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.news-one__read-more i {
    color: #f49a14;
    font-size: 15px;
    transition: transform 180ms ease;
}

.news-one__read-more:hover {
    color: #176d1b;
}

.news-one__read-more:hover i {
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .baysar-home-news__slider .owl-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .baysar-home-news__slider-shell {
        margin: 0;
        padding: 0;
    }

    .baysar-home-news__slider.is-static {
        grid-template-columns: 1fr;
        max-width: 390px;
        margin: 0 auto;
    }

    .baysar-home-news__cta a {
        width: min(100%, 286px);
    }

    .baysar-home-news-card .news-one__img {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .news-one__content-box {
        padding: 22px 24px 24px;
    }

    .baysar-home-news-card .news-one__content-box {
        padding: 16px;
    }

    .news-one__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .news-one__title {
        font-size: 22px;
    }
}

@media (max-width: 1399px) {
    .baysar-products__grid {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .baysar-products__slider .owl-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .baysar-products {
        scroll-margin-top: 82px;
        padding: 62px 0 58px;
    }

    .baysar-products__heading {
        margin-bottom: 26px;
    }

    .baysar-products__title {
        font-size: clamp(44px, 14vw, 58px);
    }

    .baysar-products__heading p {
        font-size: 17px;
    }

    .baysar-products__tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 360px);
        gap: 10px;
        margin-bottom: 32px;
    }

    .baysar-products__tabs a {
        min-width: 0;
        min-height: 50px;
        padding: 0 14px;
        border: 1px solid rgba(244, 160, 55, .18);
        border-radius: 20px;
        background: rgba(255, 253, 248, .52);
        font-size: 16px;
    }

    .baysar-products__tabs a + a::before {
        display: none;
    }

    .baysar-products__grid {
        grid-template-columns: 1fr;
        max-width: 390px;
        gap: 22px;
    }

    .baysar-products__slider-shell {
        margin: 0;
        padding: 0;
    }

    .baysar-products__slider.is-static {
        grid-template-columns: 1fr;
        max-width: 390px;
        margin: 0 auto;
        gap: 18px;
    }

    .baysar-product-card--home .baysar-product-card__image,
    .baysar-product-card__image {
        height: 200px;
    }

    .baysar-product-card--home .baysar-product-card__body,
    .baysar-product-card__body {
        min-height: 150px;
        padding: 16px;
    }

    .baysar-product-card h3 {
        font-size: 20px;
    }

    .baysar-product-card p,
    .baysar-product-card__excerpt {
        font-size: 14px;
    }

    .baysar-product-card__actions {
        flex-wrap: wrap;
    }

    .baysar-product-card__quote {
        flex: 1 1 auto;
        justify-content: center;
    }

    .baysar-products__cta a {
        width: min(100%, 286px);
    }
}

.baysar-products-page-hero {
    position: relative;
    overflow: hidden;
    min-height: 258px;
    padding: 48px 0 46px;
    background-color: #163f1d;
    background-image:
        linear-gradient(90deg, rgba(12, 61, 27, .96) 0%, rgba(12, 61, 27, .82) 31%, rgba(12, 61, 27, .46) 58%, rgba(12, 61, 27, .14) 100%),
        var(--baysar-page-banner-image);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.baysar-products-page-hero::before,
.baysar-products-page-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.baysar-products-page-hero::before {
    inset: 0;
    background:
        radial-gradient(ellipse at 18% 100%, rgba(114, 136, 83, .08) 0 26%, transparent 27%),
        linear-gradient(12deg, transparent 0 36%, rgba(151, 128, 82, .08) 37% 38%, transparent 39% 100%);
}

.baysar-products-page-hero::after {
    top: 18px;
    left: 0;
    width: 230px;
    height: 170px;
    border: 2px solid rgba(117, 126, 82, .1);
    border-right: 0;
    border-bottom: 0;
    border-radius: 54% 46% 50% 50%;
    transform: rotate(-18deg);
}

.baysar-products-page-hero__art {
    display: none;
}

.baysar-products-page-hero__art img {
    width: 100%;
    max-height: 360px;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
    transform: translateY(62px) scale(1.18);
    transform-origin: right bottom;
}

.baysar-products-page-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

.baysar-products-page-hero__breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 800;
}

.baysar-products-page-hero__breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.baysar-products-page-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 5.2vw, 76px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: 0;
}

.baysar-products-page-hero p {
    margin: 12px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.baysar-product-catalog {
    position: relative;
    overflow: hidden;
    padding: 22px 0 104px;
    background: #fbf6ec;
    isolation: isolate;
}

.baysar-product-catalog::before,
.baysar-product-catalog::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: .58;
}

.baysar-product-catalog::before {
    left: 0;
    bottom: 56px;
    width: 235px;
    height: 310px;
    background:
        radial-gradient(ellipse at 30% 22%, rgba(151, 128, 82, .1) 0 18%, transparent 19%),
        radial-gradient(ellipse at 68% 58%, rgba(151, 128, 82, .08) 0 20%, transparent 21%);
    transform: rotate(-24deg);
}

.baysar-product-catalog::after {
    right: 0;
    bottom: 0;
    width: 260px;
    height: 280px;
    background:
        radial-gradient(ellipse at 62% 18%, rgba(151, 128, 82, .1) 0 17%, transparent 18%),
        radial-gradient(ellipse at 42% 62%, rgba(151, 128, 82, .09) 0 20%, transparent 21%);
    transform: rotate(22deg);
}

.baysar-product-catalog__container {
    width: 100%;
    max-width: none;
    padding-right: clamp(16px, 2.5vw, 42px);
    padding-left: clamp(16px, 2.5vw, 42px);
}

.baysar-product-catalog__layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.baysar-mobile-filter-button,
.baysar-filter-sheet__grab,
.baysar-filter-sheet__header,
.baysar-filter-sheet__status,
.baysar-filter-sheet__footer,
.baysar-filter-sheet-backdrop {
    display: none;
}

/* Desktop: chrome wrappers dissolve so panels stay in sidebar grid */
.baysar-filter-sheet__top,
.baysar-filter-sheet__scroll {
    display: contents;
}

.baysar-product-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 14px;
    max-height: calc(100vh - 120px);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(77, 163, 71, .35) transparent;
}

.baysar-product-sidebar__panel,
.baysar-product-toolbar,
.baysar-product-empty {
    border: 1px solid rgba(86, 82, 64, .08);
    border-radius: 16px;
    background: rgba(255, 253, 247, .96);
    box-shadow: 0 12px 30px rgba(67, 56, 37, .06);
}

.baysar-product-sidebar__panel {
    padding: 18px;
}

/* Category rail: original Baysar greens + cream (structure kept clean) */
.baysar-category-panel {
    padding: 20px 16px 16px;
    border-color: rgba(95, 138, 74, .14);
    border-radius: 16px;
    background: #fffdf8;
    box-shadow: 0 14px 32px rgba(67, 56, 37, .08);
}

.baysar-product-sidebar__panel h2 {
    margin: 0 0 15px;
    color: #244426;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.baysar-category-panel__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(95, 138, 74, .12);
}

.baysar-category-panel__titles {
    min-width: 0;
}

.baysar-category-panel__eyebrow {
    margin: 0 0 4px;
    color: #5f8a4a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.baysar-category-panel__header h2 {
    margin: 0;
    color: #244426;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.baysar-category-panel__icon {
    display: none;
}

.baysar-category-panel__meta {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 0 11px;
    border-radius: 999px;
    background: #eef8e9;
    color: #4c9544;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.baysar-category-search {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.baysar-category-search i {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    color: #a9b1a3;
    font-size: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}

.baysar-category-search input {
    width: 100%;
    height: 44px;
    padding: 0 14px 0 38px;
    border: 1px solid rgba(124, 112, 82, .14);
    border-radius: 10px;
    background: #fff;
    color: #40543a;
    font-size: 13px;
    font-weight: 600;
    outline: 0;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.baysar-category-search input::placeholder {
    color: #a7aea1;
    font-weight: 600;
}

.baysar-category-search input:hover {
    border-color: rgba(67, 160, 55, .28);
}

.baysar-category-search input:focus {
    border-color: rgba(67, 160, 55, .42);
    box-shadow: 0 0 0 3px rgba(67, 160, 55, .1);
}

.baysar-category-filter {
    display: grid;
    gap: 4px;
}

.baysar-category-filter__lead {
    display: inline-flex;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.baysar-category-filter__glyph {
    display: none;
}

.baysar-category-filter__copy {
    display: grid;
    flex: 1 1 auto;
    min-width: 0;
}

.baysar-category-filter__copy strong {
    overflow: hidden;
    color: inherit;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baysar-category-filter__copy small {
    color: #7a8574;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.baysar-category-filter > a,
.baysar-category-group summary {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #687064;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color 140ms ease, color 140ms ease, border-color 140ms ease;
}

.baysar-category-filter > a {
    border: 1px solid rgba(95, 138, 74, .12);
    background: #fffefa;
}

.baysar-category-filter > a:hover,
.baysar-category-group summary:hover {
    background: #f0f8ec;
    color: #244426;
}

.baysar-category-filter > a:focus-visible,
.baysar-category-group summary:focus-visible,
.baysar-category-sublist__item:focus-visible {
    outline: 2px solid rgba(67, 160, 55, .45);
    outline-offset: 2px;
}

.baysar-category-count {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 28px;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    border-radius: 999px;
    background: #eef8e9;
    color: #4c9544;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    font-variant-numeric: tabular-nums;
    transition: background-color 140ms ease, color 140ms ease;
}

.baysar-category-filter > a.is-active {
    border-color: rgba(67, 160, 55, .18);
    background: #f0f8ec;
    color: #244426;
    box-shadow: inset 3px 0 0 #4da347;
}

.baysar-category-filter > a.is-active .baysar-category-count {
    background: #4da347;
    color: #fff;
}

.baysar-category-group {
    overflow: hidden;
    border: 1px solid rgba(95, 138, 74, .12);
    border-radius: 10px;
    background: #fffefa;
    transition: border-color 140ms ease, background-color 140ms ease;
}

.baysar-category-group[open],
.baysar-category-group.is-active-branch {
    border-color: rgba(67, 160, 55, .18);
    background: #fffefa;
}

.baysar-category-group.is-parent-active summary,
.baysar-category-group.is-active-branch summary {
    color: #244426;
    background: #f0f8ec;
}

.baysar-category-group.is-parent-active summary .baysar-category-count,
.baysar-category-group.is-active-branch summary .baysar-category-count,
.baysar-category-group[open] summary .baysar-category-count {
    background: #4da347;
    color: #fff;
}

.baysar-category-group summary {
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.baysar-category-group summary::-webkit-details-marker {
    display: none;
}

.baysar-category-group__chevron {
    flex: 0 0 auto;
    width: 18px;
    color: #8fa083;
    font-size: 10px;
    text-align: center;
    transition: transform 180ms ease, color 140ms ease;
}

.baysar-category-group[open] summary .baysar-category-group__chevron {
    color: #4da347;
    transform: rotate(180deg);
}

.baysar-category-sublist {
    position: relative;
    display: grid;
    gap: 1px;
    margin: 0 8px 10px 14px;
    padding: 2px 0 6px 14px;
    border-left: 1px solid rgba(67, 160, 55, .28);
}

.baysar-category-sublist::before {
    display: none;
}

.baysar-category-sublist__item {
    position: relative;
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #6b7168;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
    transition: background-color 140ms ease, color 140ms ease;
}

.baysar-category-sublist__item::before {
    display: none;
}

.baysar-category-sublist__item:hover {
    background: #eef8e9;
    color: #2f6d2d;
}

.baysar-category-sublist__item.is-active {
    background: #eef8e9;
    color: #2f6d2d;
    box-shadow: inset 2px 0 0 #4da347;
}

.baysar-category-sublist__item .baysar-category-count {
    min-width: 26px;
    height: 20px;
    padding: 0 6px;
    font-size: 11px;
}

.baysar-category-sublist__item.is-active .baysar-category-count {
    background: #4da347;
    color: #fff;
}

.baysar-category-sublist__item span {
    flex: 1 1 auto;
    min-width: 0;
    line-height: 1.35;
}

.baysar-category-parent-link {
    color: #365f30;
    font-weight: 750;
}

.baysar-category-empty {
    padding: 18px 14px;
    border: 1px dashed rgba(95, 138, 74, .28);
    border-radius: 12px;
    background: rgba(248, 252, 245, .8);
    text-align: center;
}

.baysar-category-empty strong {
    display: block;
    color: #244426;
    font-size: 13px;
    font-weight: 800;
}

.baysar-category-empty p {
    margin: 6px 0 0;
    color: #6d7668;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

.baysar-category-help {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
    align-items: center;
    min-height: 72px;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid rgba(67, 160, 55, .28);
    border-radius: 12px;
    background: #f7fcf2;
    color: #45623f;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.baysar-category-help:hover {
    border-color: rgba(67, 160, 55, .48);
    background: #f1faec;
    color: #244426;
    transform: translateY(-1px);
}

.baysar-category-help__icon {
    display: none;
}

.baysar-category-help__copy strong,
.baysar-category-help__copy small {
    display: block;
    line-height: 1.35;
}

.baysar-category-help__copy strong {
    color: #365f30;
    font-size: 13px;
    font-weight: 800;
}

.baysar-category-help__copy small {
    margin-top: 4px;
    color: #718068;
    font-size: 12px;
    font-weight: 600;
}

.baysar-category-help__action {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef8e9;
    color: #4da347;
    font-size: 12px;
}

.baysar-category-help:hover .baysar-category-help__action {
    background: #4da347;
    color: #fff;
}

.baysar-product-search {
    position: relative;
    display: block;
}

.baysar-product-search input {
    width: 100%;
    height: 42px;
    padding: 0 42px 0 16px;
    border: 1px solid rgba(91, 83, 66, .1);
    border-radius: 12px;
    background: #fff;
    color: #2f352d;
    font-size: 13px;
    font-weight: 600;
    outline: 0;
}

.baysar-product-search input:focus {
    border-color: rgba(244, 151, 20, .52);
}

.baysar-product-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    color: #788071;
}

.baysar-season-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.baysar-season-filter > span {
    flex: 0 0 100%;
    color: #263f25;
    font-size: 13px;
    font-weight: 800;
}

.baysar-season-filter label {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(214, 184, 148, .68);
    border-radius: 999px;
    color: #6f716c;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.baysar-season-filter label.is-active {
    border-color: #1f5a20;
    background: #1f5a20;
    color: #fff;
}

.baysar-season-filter input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.baysar-product-results {
    min-width: 0;
}

.baysar-product-toolbar {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 12px 10px 16px;
    margin-bottom: 16px;
}

.baysar-product-toolbar > span,
.baysar-product-toolbar__count {
    color: #7b7c77;
    font-size: 13px;
    font-weight: 700;
}

.baysar-product-toolbar__meta {
    display: grid;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
}

.baysar-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.baysar-active-filters__chip {
    display: inline-flex;
    max-width: 100%;
    min-height: 32px;
    align-items: center;
    gap: 8px;
    padding: 0 10px 0 12px;
    border: 1px solid rgba(67, 160, 55, .18);
    border-radius: 999px;
    background: #eef8e9;
    color: #2f6d2d;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
}

.baysar-active-filters__chip:hover {
    border-color: rgba(67, 160, 55, .36);
    background: #e5f4df;
    color: #244426;
}

.baysar-active-filters__chip strong {
    overflow: hidden;
    max-width: 220px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baysar-active-filters__label {
    color: #5f8a4a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.baysar-active-filters__chip i {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(77, 163, 71, .16);
    color: #4da347;
    font-size: 9px;
}

.baysar-product-toolbar__controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.baysar-filter-menu {
    position: relative;
    z-index: 8;
}

.baysar-filter-menu.is-open,
.baysar-filter-menu:focus-within,
.baysar-filter-menu:hover {
    z-index: 24;
}

.baysar-filter-menu__summary {
    display: inline-flex;
    min-width: 188px;
    height: 38px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    border: 1px solid rgba(219, 189, 150, .72);
    border-radius: 999px;
    background: #fffdf8;
    color: #6a6f67;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    list-style: none;
}

.baysar-filter-menu__summary::-webkit-details-marker {
    display: none;
}

.baysar-filter-menu__summary::after {
    content: "\f107";
    color: #7d9970;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
}

.baysar-filter-menu.is-open .baysar-filter-menu__summary,
.baysar-filter-menu:focus-within .baysar-filter-menu__summary,
.baysar-filter-menu:hover .baysar-filter-menu__summary {
    border-color: rgba(244, 151, 20, .55);
    background: #fff;
    color: #2b4329;
    box-shadow: 0 10px 24px rgba(63, 48, 27, .08);
}

.baysar-filter-menu__summary i {
    color: #608257;
    font-size: 14px;
}

.baysar-filter-menu__list {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    min-width: 190px;
    padding: 8px;
    border: 1px solid rgba(219, 189, 150, .58);
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: 0 16px 34px rgba(65, 51, 31, .14);
    z-index: 2;
}

.baysar-filter-menu:not(.is-open):not(:focus-within):not(:hover) .baysar-filter-menu__list {
    display: none;
}

.baysar-filter-menu__list a {
    display: flex;
    min-height: 34px;
    align-items: center;
    padding: 0 11px;
    border-radius: 9px;
    color: #5f665b;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.baysar-filter-menu__list a:hover,
.baysar-filter-menu__list a.is-active {
    background: #eef8e9;
    color: #1f5a20;
}

.baysar-view-toggle {
    display: inline-flex;
    overflow: hidden;
    height: 38px;
    border: 1px solid rgba(219, 189, 150, .68);
    border-radius: 12px;
    background: #fffdf8;
}

.baysar-view-toggle button {
    width: 42px;
    border: 0;
    background: transparent;
    color: #be9f78;
}

.baysar-view-toggle button.is-active {
    background: #fff;
    color: #2a7d25;
    box-shadow: 0 8px 20px rgba(73, 54, 32, .08);
}

.baysar-product-list-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.baysar-catalog-card {
    overflow: hidden;
    border: 1px solid rgba(87, 74, 52, .08);
    border-radius: 10px;
    background: #fffaf2;
    box-shadow: 0 13px 28px rgba(58, 47, 32, .09);
}

.baysar-catalog-card__image {
    display: block;
    height: 116px;
    overflow: hidden;
    background: #e9ddc9;
}

.baysar-catalog-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.baysar-catalog-card:hover .baysar-catalog-card__image img {
    transform: scale(1.035);
}

.baysar-catalog-card__body {
    position: relative;
    min-height: 135px;
    padding: 25px 18px 18px;
    text-align: center;
}

.baysar-catalog-card__icon {
    position: absolute;
    top: -24px;
    left: 50%;
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 5px solid #fffaf2;
    border-radius: 50%;
    background: #fff;
    color: #538247;
    font-size: 22px;
    transform: translateX(-50%);
    box-shadow: 0 9px 18px rgba(47, 38, 27, .12);
}

.baysar-catalog-card h2 {
    margin: 4px 0 2px;
    color: #254426;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.baysar-catalog-card h2 a {
    color: inherit;
    text-decoration: none;
}

.baysar-catalog-card__category {
    display: block;
    color: #809d55;
    font-size: 11px;
    font-weight: 800;
}

.baysar-catalog-card p {
    display: -webkit-box;
    overflow: hidden;
    min-height: 36px;
    margin: 8px auto 0;
    color: #656761;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.baysar-catalog-card__detail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 9px;
    color: #f1900e;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.baysar-catalog-card__detail i {
    font-size: 11px;
}

.baysar-product-empty {
    padding: 44px 24px;
    text-align: center;
}

.baysar-product-empty h2 {
    margin: 0;
    color: #244426;
    font-size: 26px;
    font-weight: 800;
}

.baysar-product-empty p {
    margin: 10px 0 20px;
    color: #6d7069;
    font-weight: 600;
}

.baysar-product-empty a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 999px;
    background: #f49714;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.baysar-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
}

.baysar-pagination a,
.baysar-pagination__ellipsis {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(219, 189, 150, .68);
    border-radius: 50%;
    background: #fffdf8;
    color: #395034;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.baysar-pagination__ellipsis {
    border-color: transparent;
    background: transparent;
    color: #8b8b80;
}

.baysar-pagination a.is-active {
    border-color: #f49714;
    background: #f49714;
    color: #fff;
}

.baysar-pagination a.is-disabled {
    pointer-events: none;
    opacity: .4;
}

.baysar-product-catalog + .site-footer .site-footer__ripped-paper {
    display: none;
}

.baysar-product-detail-hero {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    padding: 62px 0 74px;
    background-color: #193f1b;
    background-image:
        linear-gradient(90deg, rgba(18, 71, 25, .96) 0%, rgba(24, 77, 29, .82) 26%, rgba(24, 77, 29, .18) 58%, rgba(24, 77, 29, 0) 100%),
        var(--baysar-product-hero-image);
    background-position: center;
    background-size: cover;
    color: #fff;
    isolation: isolate;
}

.baysar-product-detail-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: -1;
    height: 34px;
    background-image: url("/assets/ogenix/images/shapes/page-header-ripped-paper.png");
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto 34px;
}

.baysar-product-detail-hero__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    font-weight: 800;
}

.baysar-product-detail-hero__breadcrumb a,
.baysar-product-detail-hero__breadcrumb span {
    color: inherit;
    text-decoration: none;
}

.baysar-product-detail-hero__breadcrumb i {
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
}

.baysar-product-detail-hero h1 {
    max-width: 680px;
    margin: 26px 0 0;
    color: #fff;
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: 0;
}

.baysar-product-detail-hero h1.is-long-title {
    max-width: 780px;
    font-size: clamp(40px, 4.6vw, 62px);
    line-height: 1.06;
    overflow-wrap: anywhere;
}

.baysar-product-detail-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 28px;
}

.baysar-season-badge {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    border-radius: 999px;
    background: #2fa42a;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 14px 26px rgba(17, 68, 20, .24);
}

.baysar-product-code {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.baysar-product-code::before {
    content: "";
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, .48);
}

.baysar-product-detail {
    padding: 28px 0 78px;
    background:
        radial-gradient(circle at 8% 12%, rgba(246, 162, 28, .08), transparent 28%),
        #fff;
}

.baysar-product-detail-hero .container {
    max-width: 1320px;
}

.baysar-product-detail__container {
    max-width: 1680px;
    padding-right: clamp(18px, 3vw, 48px);
    padding-left: clamp(18px, 3vw, 48px);
}

.baysar-product-detail__grid {
    display: grid;
    grid-template-columns: minmax(460px, 1.45fr) minmax(360px, .9fr) minmax(360px, .9fr);
    gap: clamp(28px, 2.7vw, 52px);
    align-items: start;
}

.baysar-product-visual-card,
.baysar-product-summary-card,
.baysar-product-technical-card,
.baysar-product-info-tabs,
.baysar-product-info-card {
    border: 1px solid rgba(37, 68, 38, .1);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(44, 52, 36, .08);
}

.baysar-product-visual-card {
    overflow: hidden;
}

.baysar-product-visual-card__image {
    display: flex;
    box-sizing: border-box;
    height: 382px;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 18px 18px 0;
    overflow: hidden;
}

.baysar-product-visual-card__image img {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 10px;
    object-fit: cover;
    object-position: center 38%;
}

.baysar-product-gallery {
    display: grid;
    gap: 14px;
    padding: 18px 18px 0;
}

.baysar-product-gallery__slider {
    overflow: hidden;
    border-radius: 10px;
    background: #f7f4ec;
}

.baysar-product-gallery__slider.owl-loaded {
    display: block;
}

.baysar-product-gallery__slider.is-static .baysar-product-gallery__slide:not([hidden]) {
    display: block;
}

.baysar-product-gallery__slide {
    height: 382px;
    margin: 0;
    background: #f7f4ec;
}

.baysar-product-gallery__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 38%;
}

.baysar-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
    gap: 10px;
}

.baysar-product-gallery__thumb {
    height: 76px;
    min-width: 0;
    overflow: hidden;
    border: 2px solid rgba(37, 68, 38, .12);
    border-radius: 9px;
    background: #fff;
    padding: 0;
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.baysar-product-gallery__thumb:hover,
.baysar-product-gallery__thumb:focus-visible,
.baysar-product-gallery__thumb.is-active {
    border-color: #2a8f2a;
    box-shadow: 0 8px 18px rgba(42, 143, 42, .16);
    transform: translateY(-1px);
}

.baysar-product-gallery__thumb:focus-visible {
    outline: 3px solid rgba(42, 143, 42, .2);
    outline-offset: 2px;
}

.baysar-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.baysar-product-gallery .owl-nav {
    position: absolute;
    top: 50%;
    right: 14px;
    left: 14px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}

.baysar-product-gallery .owl-nav button.owl-prev,
.baysar-product-gallery .owl-nav button.owl-next {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(35, 91, 32, .16) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #235b20 !important;
    box-shadow: 0 8px 20px rgba(21, 56, 23, .16);
    pointer-events: auto;
}

.baysar-product-gallery .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.baysar-product-gallery .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(35, 91, 32, .22) !important;
}

.baysar-product-gallery .owl-dot.active {
    width: 22px;
    border-radius: 999px;
    background: #2a8f2a !important;
}

.baysar-product-visual-card p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0 24px 24px;
    color: #6d7370;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.baysar-product-visual-card p i {
    color: #788493;
}

.baysar-product-summary-card {
    border-color: transparent;
    box-shadow: none;
    padding: 30px 4px 0;
}

.baysar-product-summary-card__category {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #5b665d;
    font-size: 15px;
    font-weight: 800;
}

.baysar-product-summary-card__category i {
    color: #f49714;
}

.baysar-product-summary-card h2 {
    margin: 16px 0 0;
    color: #14551f;
    font-size: clamp(36px, 3vw, 46px);
    font-weight: 900;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.baysar-product-summary-card h2.is-long-title {
    font-size: clamp(28px, 2.3vw, 36px);
    line-height: 1.12;
}

.baysar-product-summary-card__lead {
    max-width: 48ch;
    margin: 16px 0 0;
    color: #2b5b31;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.52;
}

.baysar-product-summary-card__minimum {
    margin: 12px 0 0;
    color: #475248;
    font-size: 14px;
    font-weight: 800;
}

.baysar-product-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.baysar-product-benefits span {
    display: grid;
    justify-items: center;
    gap: 7px;
    color: #495151;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.baysar-product-benefits i {
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(20, 85, 31, .08);
    border-radius: 50%;
    background: #f0f8ee;
    color: #176622;
    font-size: 22px;
}

.baysar-product-benefits strong,
.baysar-product-benefits small {
    display: block;
}

.baysar-product-benefits small {
    color: #6f7476;
    font-size: 12px;
}

.baysar-product-detail__cta {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 30px;
    padding: 0 32px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffa719 0%, #f28d00 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(242, 141, 0, .22);
}

.baysar-product-detail__cta:hover {
    color: #fff;
}

.baysar-product-technical-card {
    padding: 22px 22px 18px;
}

.baysar-product-technical-card h2 {
    margin: 0 0 10px;
    color: #14551f;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.15;
}

.baysar-product-technical-card dl {
    margin: 0;
}

.baysar-product-technical-card dl > div {
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(37, 68, 38, .1);
}

.baysar-product-technical-card dt {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #14551f;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
}

.baysar-product-technical-card dt i {
    width: 18px;
    color: #176622;
    text-align: center;
}

.baysar-product-technical-card dd {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #5f6667;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.baysar-product-technical-card__status {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 12px;
    border-radius: 9px;
    background: #dff2dc;
    color: #14551f;
}

.baysar-product-technical-card__note {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    margin-top: 12px;
    padding: 14px;
    border-radius: 10px;
    background: #eff7ed;
}

.baysar-product-technical-card__note i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2fa42a;
    color: #fff;
}

.baysar-product-technical-card__note p {
    margin: 0;
    color: #5f6667;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.baysar-product-info-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-top: 20px;
    overflow: hidden;
}

.baysar-product-info-tabs button {
    display: inline-flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-bottom: 4px solid transparent;
    background: transparent;
    color: #6b717a;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.baysar-product-info-tabs button span {
    display: inline-block;
    line-height: 1.2;
}

.baysar-product-info-tabs button.is-active {
    border-bottom-color: #176622;
    color: #1d3f1e;
}

.baysar-product-info-tabs button:focus-visible {
    outline: 3px solid rgba(47, 164, 42, .28);
    outline-offset: -3px;
}

.baysar-product-info-tabs button i {
    color: #778190;
    font-size: 18px;
}

.baysar-product-info-tabs button.is-active i {
    color: #176622;
}

.baysar-product-info-panels {
    margin-top: 18px;
}

.baysar-product-info-card {
    min-height: 178px;
    padding: 26px;
    box-shadow: 0 12px 30px rgba(44, 52, 36, .06);
}

.baysar-product-info-card[hidden] {
    display: none;
}

.baysar-product-info-card h3 {
    margin: 0 0 12px;
    color: #14551f;
    font-size: 17px;
    font-weight: 900;
}

.baysar-product-info-card > p,
.baysar-product-info-card__rich-text {
    margin: 0;
    color: #4f5658;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.65;
}

.baysar-product-info-card__rich-text p {
    margin: 0 0 8px;
}

.baysar-product-info-card__rich-text p:last-child {
    margin-bottom: 0;
}

.baysar-product-info-card__rich-text ul,
.baysar-product-info-card__rich-text ol {
    margin: 8px 0 0 18px;
    padding: 0;
}

.baysar-product-info-card__rich-text li {
    margin-top: 4px;
}

.baysar-harvest-panel {
    display: grid;
    gap: 22px;
}

.baysar-harvest-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.baysar-harvest-panel__header p {
    max-width: 680px;
    margin-top: 8px;
}

.baysar-harvest-panel__season {
    display: grid;
    min-width: 190px;
    gap: 3px;
    padding: 14px 18px;
    border: 1px solid rgba(23, 102, 34, .14);
    border-radius: 12px;
    background: #f0f8ee;
    text-align: right;
}

.baysar-harvest-panel__season span {
    color: #6b746a;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.baysar-harvest-panel__season strong {
    color: #14551f;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.baysar-harvest-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 16px 0 0;
    list-style: none;
}

.baysar-harvest-timeline::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 3%;
    left: 3%;
    height: 2px;
    background: #e2e8de;
}

.baysar-harvest-timeline li {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 7px;
    min-width: 0;
    color: #6e766c;
    text-align: center;
}

.baysar-harvest-timeline__dot {
    display: block;
    width: 28px;
    height: 28px;
    border: 3px solid #e2e8de;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px #fff;
}

.baysar-harvest-timeline li strong {
    color: #1e4225;
    font-size: 13px;
    font-weight: 900;
}

.baysar-harvest-timeline li small {
    display: block;
    min-height: 30px;
    color: #6d746b;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.baysar-harvest-timeline li em {
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #fff3d7;
    color: #9a6100;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.baysar-harvest-timeline li.is-low .baysar-harvest-timeline__dot {
    border-color: #7ebd7a;
    background: #b7d9b5;
}

.baysar-harvest-timeline li.is-medium .baysar-harvest-timeline__dot {
    border-color: #55aa51;
    background: #55aa51;
}

.baysar-harvest-timeline li.is-high .baysar-harvest-timeline__dot {
    border-color: #176622;
    background: #2fa42a;
}

.baysar-harvest-timeline li.is-peak .baysar-harvest-timeline__dot {
    box-shadow: 0 0 0 5px #fff, 0 0 0 9px rgba(244, 151, 20, .22);
}

.baysar-harvest-panel__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
}

.baysar-harvest-panel__legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5b655a;
    font-size: 12px;
    font-weight: 900;
}

.baysar-harvest-panel__legend i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.baysar-harvest-panel__legend i.is-high {
    background: #2fa42a;
}

.baysar-harvest-panel__legend i.is-medium {
    background: #55aa51;
}

.baysar-harvest-panel__legend i.is-low {
    background: #b7d9b5;
    border: 2px solid #7ebd7a;
}

.baysar-related-products {
    padding: 42px 0 68px;
    background: #fffdf8;
}

.baysar-related-products__container {
    max-width: min(100%, 1840px);
    padding-right: clamp(22px, 4vw, 72px);
    padding-left: clamp(22px, 4vw, 72px);
}

.baysar-related-products__heading {
    margin-bottom: 24px;
    text-align: center;
}

.baysar-related-products__heading span {
    display: block;
    margin-bottom: 4px;
    color: #44a042;
    font-family: var(--ogenix-reey-font, cursive);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.baysar-related-products__heading h2 {
    margin: 0;
    color: #23552b;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 900;
    line-height: 1.06;
}

.baysar-related-products__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    justify-content: center;
    gap: 18px;
}

.baysar-related-products__grid.owl-loaded {
    display: block;
}

.baysar-related-products__grid.is-static {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.baysar-related-products .owl-stage {
    display: flex;
}

.baysar-related-products .owl-item {
    display: flex;
}

.baysar-related-products .owl-item > .baysar-related-product-card {
    width: 100%;
}

.baysar-related-product-card {
    display: flex;
    overflow: hidden;
    height: 100%;
    min-height: 290px;
    flex-direction: column;
    border: 1px solid rgba(35, 91, 32, .12);
    border-radius: 12px;
    background: #fffaf3;
    box-shadow: 0 14px 30px rgba(57, 47, 31, .08);
}

.baysar-related-product-card__image {
    display: block;
    height: 150px;
    overflow: hidden;
    background: #e8dfcf;
}

.baysar-related-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
}

.baysar-related-product-card:hover .baysar-related-product-card__image img {
    transform: scale(1.035);
}

.baysar-related-product-card__body {
    display: flex;
    min-height: 146px;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    padding: 14px 14px 16px;
    text-align: center;
}

.baysar-related-product-card__body span {
    display: block;
    min-height: 18px;
    margin-bottom: 5px;
    color: #5f9044;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

.baysar-related-product-card__body h3 {
    margin: 0;
    color: #244426;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.baysar-related-product-card__body h3 a {
    color: inherit;
    text-decoration: none;
}

.baysar-related-product-card__button {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0 17px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffa719 0%, #f28d00 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(242, 141, 0, .22);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.baysar-related-product-card__button:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(242, 141, 0, .3);
}

.baysar-related-products .owl-nav {
    position: absolute;
    top: 88px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.baysar-related-products .owl-nav button.owl-prev,
.baysar-related-products .owl-nav button.owl-next {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(35, 91, 32, .14) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #23552b !important;
    box-shadow: 0 14px 30px rgba(41, 65, 34, .14);
    pointer-events: auto;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.baysar-related-products .owl-nav button.owl-prev:hover,
.baysar-related-products .owl-nav button.owl-next:hover {
    background: #2a8f2a !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.baysar-related-products .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.baysar-related-products .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(35, 91, 32, .22) !important;
}

.baysar-related-products .owl-dot.active {
    width: 24px;
    border-radius: 999px;
    background: #2a8f2a !important;
}

.baysar-product-detail + .site-footer,
.baysar-product-detail + .baysar-related-products + .site-footer {
    margin-top: 0;
}

.baysar-product-detail + .site-footer .site-footer__ripped-paper,
.baysar-product-detail + .baysar-related-products + .site-footer .site-footer__ripped-paper {
    display: none;
}

@media (max-width: 1399px) {
    .baysar-product-detail__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(300px, .85fr) minmax(300px, .85fr);
        gap: 28px;
    }
}

@media (max-width: 1199px) {
    .baysar-product-detail__grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    }

    .baysar-product-summary-card {
        padding-top: 8px;
    }

    .baysar-product-technical-card {
        grid-column: 1 / -1;
    }

    /*
      Tablet + mobile (≤1199): avoid awkward 2-panel sidebar.
      Use full-width product grid + filter drawer (same as phone).
    */
    html.baysar-filter-sheet-open,
    html.baysar-filter-sheet-open body {
        overflow: hidden;
        touch-action: none;
    }

    .baysar-product-catalog {
        padding-top: 18px;
    }

    .baysar-product-catalog__layout {
        display: block;
    }

    .baysar-mobile-filter-button {
        position: relative;
        display: grid;
        width: 100%;
        max-width: 520px;
        grid-template-columns: 42px minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
        min-height: 58px;
        margin: 0 0 16px;
        padding: 10px 12px;
        border: 1px solid rgba(35, 91, 32, .14);
        border-radius: 16px;
        background: linear-gradient(180deg, #fff 0%, #f8fcf5 100%);
        color: #244426;
        box-shadow: 0 10px 24px rgba(52, 74, 38, .08);
        text-align: left;
        cursor: pointer;
    }

    .baysar-mobile-filter-button__icon {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background: #24551f;
        color: #fff;
        font-size: 15px;
        box-shadow: 0 8px 16px rgba(36, 85, 31, .22);
    }

    .baysar-mobile-filter-button__text {
        display: grid;
        gap: 2px;
        min-width: 0;
    }

    .baysar-mobile-filter-button__text strong {
        color: #244426;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.15;
    }

    .baysar-mobile-filter-button__text small {
        color: #6d7668;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.2;
    }

    .baysar-mobile-filter-button__chevron {
        display: inline-flex;
        width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center;
        color: #5f8a4a;
        font-size: 12px;
    }

    .baysar-mobile-filter-button__badge {
        display: inline-flex;
        min-width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        padding: 0 7px;
        border-radius: 999px;
        background: #f49714;
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: 800;
        line-height: 1;
        box-shadow: 0 6px 12px rgba(244, 151, 20, .28);
    }

    .baysar-mobile-filter-button.has-active-filter {
        border-color: rgba(35, 141, 34, .28);
        background: linear-gradient(180deg, #f7fcf4 0%, #eef8e9 100%);
    }

    .baysar-product-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1205;
        display: flex;
        width: min(100vw - 40px, 420px);
        max-height: none;
        height: 100%;
        height: 100dvh;
        flex-direction: column;
        gap: 0;
        overflow: hidden;
        overscroll-behavior: contain;
        padding: 0;
        border: 0;
        border-radius: 22px 0 0 22px;
        background: #fffdf9;
        box-shadow:
            -18px 0 48px rgba(20, 32, 18, .2),
            -1px 0 0 rgba(255, 255, 255, .4) inset;
        transform: translate3d(104%, 0, 0);
        transition: transform .28s cubic-bezier(.22, 1, .36, 1), visibility .28s ease;
        visibility: hidden;
        opacity: 1;
    }

    .baysar-product-sidebar.is-open {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    .baysar-filter-sheet__top,
    .baysar-filter-sheet__scroll {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .baysar-filter-sheet__top {
        flex: 0 0 auto;
        gap: 0;
        padding: 10px 16px 12px;
        border-bottom: 1px solid rgba(95, 138, 74, .12);
        background: linear-gradient(180deg, #fff 0%, #f7fbf4 100%);
    }

    .baysar-filter-sheet__grab {
        display: flex;
        justify-content: center;
        padding: 2px 0 10px;
    }

    .baysar-filter-sheet__grab span {
        display: block;
        width: 42px;
        height: 4px;
        border-radius: 999px;
        background: rgba(95, 138, 74, .28);
    }

    .baysar-filter-sheet__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0;
        background: transparent;
    }

    .baysar-filter-sheet__titles span,
    .baysar-filter-sheet__titles strong {
        display: block;
    }

    .baysar-filter-sheet__titles span {
        color: #6d7668;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .baysar-filter-sheet__titles strong {
        margin-top: 2px;
        color: #244426;
        font-size: 22px;
        line-height: 1.05;
        letter-spacing: -.02em;
    }

    .baysar-filter-sheet__close {
        display: inline-flex;
        width: 42px;
        height: 42px;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(35, 91, 32, .12);
        border-radius: 50%;
        background: #fff;
        color: #31522b;
        font-size: 15px;
        box-shadow: 0 8px 18px rgba(67, 56, 37, .08);
        cursor: pointer;
    }

    .baysar-filter-sheet__status {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        margin-top: 12px;
        padding: 10px 12px;
        border-radius: 12px;
        background: #eef8e9;
        color: #365f30;
    }

    .baysar-filter-sheet__status span {
        font-size: 12px;
        font-weight: 700;
    }

    .baysar-filter-sheet__status strong {
        display: inline-flex;
        max-width: 100%;
        min-height: 24px;
        align-items: center;
        padding: 0 10px;
        border-radius: 999px;
        background: #fff;
        color: #244426;
        font-size: 12px;
        font-weight: 800;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    }

    .baysar-filter-sheet__scroll {
        flex: 1 1 auto;
        gap: 12px;
        overflow: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding: 14px 14px 18px;
        background:
            linear-gradient(180deg, rgba(247, 251, 244, .65) 0%, rgba(255, 253, 249, 0) 28px),
            #fffdf9;
    }

    .baysar-product-sidebar__panel {
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 22px rgba(67, 56, 37, .06);
    }

    .baysar-filter-sheet__footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
        gap: 10px;
        flex: 0 0 auto;
        align-items: center;
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
        border-top: 1px solid rgba(95, 138, 74, .12);
        background: linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, #fff 100%);
        box-shadow: 0 -10px 24px rgba(36, 50, 28, .06);
    }

    .baysar-filter-sheet__clear {
        display: inline-flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        border: 1px solid rgba(95, 138, 74, .18);
        border-radius: 14px;
        background: #fff;
        color: #365f30;
        font-size: 13px;
        font-weight: 800;
        text-align: center;
        text-decoration: none;
    }

    .baysar-filter-sheet__clear.is-muted {
        border-color: transparent;
        background: transparent;
        color: #6d7668;
        font-weight: 700;
        pointer-events: none;
    }

    .baysar-filter-sheet__apply {
        display: inline-flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 0 14px;
        border: 0;
        border-radius: 14px;
        background: #24551f;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        box-shadow: 0 12px 22px rgba(36, 85, 31, .24);
        cursor: pointer;
    }

    .baysar-filter-sheet__apply span {
        display: inline-flex;
        min-width: 28px;
        height: 24px;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .16);
        font-size: 12px;
        font-weight: 800;
        font-variant-numeric: tabular-nums;
    }

    .baysar-filter-sheet-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1200;
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        background: rgba(18, 28, 16, .52);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        opacity: 1;
        transition: opacity .22s ease;
    }

    .baysar-filter-sheet-backdrop[hidden] {
        display: none;
    }

    @media (prefers-reduced-motion: reduce) {
        .baysar-product-sidebar,
        .baysar-filter-sheet-backdrop {
            transition: none;
        }
    }

    .baysar-product-list-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .baysar-product-results {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .baysar-product-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .baysar-products-page-hero {
        min-height: 0;
        padding: 52px 0 78px;
        background-position: 62% center;
    }

    .baysar-products-page-hero__art {
        right: 50%;
        bottom: 0;
        width: min(112vw, 500px);
        transform: translateX(50%);
    }

    .baysar-products-page-hero__art img {
        max-height: 292px;
        transform: translateY(45px) scale(1.06);
    }

    .baysar-products-page-hero h1 {
        font-size: clamp(44px, 15vw, 58px);
    }

    .baysar-mobile-filter-button {
        max-width: none;
    }

    .baysar-product-sidebar {
        width: min(100vw - 28px, 390px);
    }

    .baysar-product-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .baysar-product-toolbar__meta {
        width: 100%;
    }

    .baysar-product-toolbar__controls {
        justify-content: stretch;
        width: 100%;
    }

    .baysar-active-filters__chip strong {
        max-width: 160px;
    }

    .baysar-category-panel__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .baysar-category-panel__meta {
        align-self: flex-start;
    }

    .baysar-filter-menu {
        flex: 1 1 100%;
        width: 100%;
    }

    .baysar-filter-menu__summary {
        width: 100%;
        min-width: 0;
    }

    .baysar-filter-menu__list {
        right: auto;
        left: 0;
        width: 100%;
    }

    .baysar-product-list-grid {
        grid-template-columns: 1fr;
    }

    .baysar-catalog-card__image {
        height: 210px;
    }

    .baysar-related-products {
        padding: 30px 0 44px;
    }

    .baysar-related-products__container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .baysar-related-products__grid.is-static {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .baysar-related-products__grid.is-static .baysar-related-product-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 132px;
    }

    .baysar-related-products__grid.is-static .baysar-related-product-card__image {
        height: 100%;
        min-height: 132px;
    }

    .baysar-related-products__grid.is-static .baysar-related-product-card__body {
        min-height: 132px;
        align-items: flex-start;
        text-align: left;
    }

    .baysar-related-products .owl-nav {
        display: none;
    }
}

.site-footer__top {
    padding-top: 92px;
    padding-bottom: 78px;
}

.site-footer__top .baysar-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(150px, .7fr) minmax(230px, .95fr) minmax(260px, 1fr);
    gap: 42px;
    align-items: start;
    margin-right: 0;
    margin-left: 0;
}

.site-footer__top .baysar-footer-grid > [class*="col-"] {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.site-footer .footer-widget__column {
    margin: 0;
}

.site-footer .footer-widget__about {
    max-width: 390px;
}

.site-footer .footer-widget__logo {
    margin-bottom: 22px;
}

.site-footer .footer-widget__logo a {
    display: inline-flex;
    align-items: center;
    max-width: clamp(132px, 13vw, 172px);
}

.site-footer .footer-widget__logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: clamp(132px, 13vw, 172px);
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
}

.footer-widget__brand-copy {
    max-width: 355px;
    margin: 0;
    color: #d9e2d4;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.72;
}

.footer-widget__address {
    max-width: 370px;
    margin-top: 18px;
    padding-left: 16px;
    border-left: 2px solid #f49714;
}

.footer-widget__address span {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.footer-widget__address address {
    margin: 0;
    color: #b7c5b0;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.65;
}

.footer-widget__legal-name {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.site-footer .footer-widget__title-box {
    display: inline-block;
    margin: 0 0 24px;
}

.site-footer .footer-widget__title-box::before {
    top: 50%;
    right: -31px;
    bottom: auto;
    transform: translateY(-50%);
}

.site-footer .footer-widget__title {
    display: block;
    margin: 0;
    line-height: 1.2;
}

.site-footer .footer-widget__explore-list,
.site-footer .footer-widget__contact-text,
.site-footer .footer-widget__supply-text {
    margin-top: 0;
}

.site-footer .footer-widget__explore-list-box {
    clear: both;
}

.site-footer .footer-widget__explore-list {
    float: none;
}

.site-footer .footer-widget__explore-list li + li {
    margin-top: 12px;
}

.site-footer .footer-widget__contact-text {
    max-width: 260px;
    line-height: 1.75;
}

.footer-widget__supply {
    max-width: 310px;
}

.footer-widget__supply-text {
    color: #a4a49f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
}

.footer-widget__supply-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.footer-widget__supply-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.footer-widget__supply-link:hover {
    border-color: rgba(244, 151, 20, .8);
    color: #fff;
}

.footer-widget__supply-link--primary {
    border-color: #f49714;
    background: #f49714;
    color: #fff;
}

.footer-widget__supply-link--primary:hover {
    background: #df8508;
}

@media (max-width: 1199px) {
    .site-footer__top .baysar-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 36px;
    }

    .footer-widget__supply,
    .site-footer .footer-widget__contact-text {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .site-footer__top {
        padding-top: 70px;
        padding-bottom: 58px;
    }

    .site-footer__top .baysar-footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer .footer-widget__title-box {
        margin-bottom: 20px;
    }

    .footer-widget__supply-actions {
        align-items: stretch;
        flex-direction: column;
        max-width: 230px;
    }
}

@media (max-width: 991px) {
    .baysar-product-detail-hero {
        min-height: 360px;
        padding: 52px 0 68px;
        background-image:
            linear-gradient(180deg, rgba(20, 71, 25, .92) 0%, rgba(20, 71, 25, .72) 46%, rgba(20, 71, 25, .22) 100%),
            var(--baysar-product-hero-image);
        background-position: center;
    }

    .baysar-product-detail__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .baysar-product-summary-card {
        padding: 24px 24px 26px;
    }

    .baysar-product-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .baysar-product-info-tabs {
        display: flex;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .baysar-product-info-tabs button {
        min-width: 170px;
        padding: 0 18px;
        white-space: nowrap;
    }

    .baysar-harvest-panel__header {
        flex-direction: column;
    }

    .baysar-harvest-panel__season {
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .baysar-harvest-timeline {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 16px 8px;
    }

    .baysar-harvest-timeline::before {
        display: none;
    }
}

@media (max-width: 872px) {
    .baysar-product-info-tabs {
        display: none;
    }

    .baysar-product-info-panels {
        display: grid;
        gap: 16px;
        margin-top: 20px;
    }

    .baysar-product-info-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .baysar-product-detail-hero {
        min-height: 330px;
        padding: 44px 0 62px;
    }

    .baysar-product-detail-hero__breadcrumb {
        gap: 9px;
        font-size: 13px;
    }

    .baysar-product-detail-hero__breadcrumb a span {
        display: none;
    }

    .baysar-product-detail-hero h1 {
        margin-top: 24px;
        font-size: 50px;
    }

    .baysar-product-detail-hero h1.is-long-title {
        font-size: 40px;
    }

    .baysar-product-detail-hero__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .baysar-product-code::before {
        display: none;
    }

    .baysar-product-detail {
        padding-top: 20px;
        padding-bottom: 56px;
    }

    .baysar-product-summary-card {
        padding: 22px 18px 22px;
    }

    .baysar-product-visual-card__image {
        height: 264px;
        min-height: 0;
        padding: 14px 14px 0;
    }

    .baysar-product-visual-card__image img {
        height: 100%;
    }

    .baysar-product-gallery {
        gap: 10px;
        padding: 14px 14px 0;
    }

    .baysar-product-gallery__slide {
        height: 264px;
    }

    .baysar-product-gallery__thumbs {
        grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
        gap: 8px;
    }

    .baysar-product-gallery__thumb {
        height: 58px;
    }

    .baysar-product-gallery .owl-nav {
        right: 10px;
        left: 10px;
    }

    .baysar-product-gallery .owl-nav button.owl-prev,
    .baysar-product-gallery .owl-nav button.owl-next {
        width: 36px;
        height: 36px;
    }

    .baysar-product-visual-card p {
        align-items: flex-start;
        margin-top: 14px;
        padding: 0 18px 18px;
        font-size: 12px;
    }

    .baysar-product-summary-card h2 {
        font-size: 38px;
    }

    .baysar-product-summary-card h2.is-long-title {
        font-size: 30px;
    }

    .baysar-product-benefits {
        gap: 12px;
    }

    .baysar-product-benefits i {
        width: 54px;
        height: 54px;
    }

    .baysar-product-detail__cta {
        width: 100%;
        min-height: 52px;
        padding: 0 18px;
        gap: 14px;
        font-size: 14px;
    }

    .baysar-product-technical-card {
        padding: 22px 18px 18px;
    }

    .baysar-product-technical-card dl > div {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 12px 0;
    }

    .baysar-product-technical-card dd {
        -webkit-line-clamp: 3;
    }

    .baysar-product-info-card {
        min-height: 150px;
        padding: 20px;
    }

    .baysar-harvest-timeline {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .baysar-harvest-timeline li small {
        min-height: 0;
    }
}

.baysar-blog-hero {
    position: relative;
    min-height: clamp(250px, 24vw, 345px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 48px 0 72px;
    background-image:
        linear-gradient(90deg, rgba(11, 74, 31, .97) 0%, rgba(11, 74, 31, .83) 30%, rgba(11, 74, 31, .36) 54%, rgba(11, 74, 31, .08) 75%, rgba(11, 74, 31, 0) 100%),
        var(--baysar-page-banner-image);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.baysar-blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at 68% 18%, rgba(255, 255, 255, .38), transparent 28%);
    pointer-events: none;
}

.baysar-blog-hero__paper {
    position: absolute;
    right: -2%;
    bottom: -2px;
    left: -2%;
    z-index: 2;
    height: 46px;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 46px;
    pointer-events: none;
}

.baysar-blog-hero .container-fluid,
.baysar-blog-page .container-fluid {
    width: min(100%, 1480px);
    margin: 0 auto;
    padding-right: clamp(16px, 5vw, 72px);
    padding-left: clamp(16px, 5vw, 72px);
}

.baysar-blog-hero__content {
    position: relative;
    z-index: 3;
    max-width: 570px;
    color: #fff;
}

.baysar-blog-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    font-weight: 800;
}

.baysar-blog-hero__breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.baysar-blog-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 5.4vw, 86px);
    font-weight: 900;
    line-height: .95;
    letter-spacing: 0;
}

.baysar-blog-hero p {
    max-width: 520px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(16px, 1.25vw, 20px);
    font-weight: 700;
    line-height: 1.55;
}

.baysar-blog-page {
    padding: 26px 0 64px;
    background:
        radial-gradient(circle at 8% 8%, rgba(255, 153, 0, .08), transparent 28%),
        #fff;
}

.baysar-blog-page + .site-footer {
    margin-top: 36px;
}

.baysar-blog-page + .site-footer .site-footer__ripped-paper {
    top: -30px;
}

.baysar-blog-filter {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.baysar-blog-search,
.baysar-blog-select {
    position: relative;
    display: flex;
    align-items: center;
    height: 46px;
    border: 1px solid #e4e9e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(25, 60, 36, .06);
}

.baysar-blog-search {
    width: min(100%, 405px);
}

.baysar-blog-search i {
    margin-left: 18px;
    color: #58715f;
    font-size: 14px;
}

.baysar-blog-search input {
    width: 100%;
    min-width: 0;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0 16px 0 12px;
    color: #253b2b;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
}

.baysar-blog-search input::placeholder {
    color: #9aa69c;
}

.baysar-blog-select {
    min-width: 230px;
}

.baysar-blog-select select {
    width: 100%;
    height: 100%;
    appearance: none;
    border: 0;
    outline: 0;
    padding: 0 42px 0 18px;
    color: #253b2b;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    cursor: pointer;
}

.baysar-blog-select select.ignore {
    display: block !important;
    opacity: 1;
}

.baysar-blog-select .nice-select {
    width: 100%;
    height: 100%;
    float: none;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #253b2b;
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    padding-left: 18px;
    padding-right: 42px;
    box-shadow: none;
}

.baysar-blog-select .nice-select::after {
    right: 18px;
    width: 7px;
    height: 7px;
    border-color: #58715f;
}

.baysar-blog-select .nice-select.open,
.baysar-blog-select .nice-select:focus {
    border: 0;
    box-shadow: none;
}

.baysar-blog-select .nice-select .current {
    display: block;
    overflow: hidden;
    color: #253b2b;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baysar-blog-select .nice-select .list {
    left: 0;
    right: 0;
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
    margin-top: 8px;
    border: 1px solid #e4e9e1;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 18px 34px rgba(25, 60, 36, .14);
    z-index: 30;
}

.baysar-blog-select .nice-select .option {
    min-height: 38px;
    line-height: 38px;
    padding-left: 18px;
    padding-right: 18px;
    color: #253b2b;
    font-size: 13px;
    font-weight: 650;
}

.baysar-blog-select .nice-select .option:hover,
.baysar-blog-select .nice-select .option.focus,
.baysar-blog-select .nice-select .option.selected.focus {
    background-color: rgba(21, 145, 49, .08);
}

.baysar-blog-select .nice-select .option.selected {
    color: #0f7f2d;
    font-weight: 800;
}

.baysar-blog-select .nice-select ~ i {
    display: none;
}

.baysar-blog-select i {
    position: absolute;
    right: 18px;
    color: #58715f;
    font-size: 12px;
    pointer-events: none;
}

.baysar-blog-filter__button {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #159131;
    box-shadow: 0 14px 30px rgba(21, 145, 49, .2);
}

.baysar-blog-filter__clear {
    color: #0f5b25;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.baysar-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.baysar-blog-card {
    display: grid;
    grid-template-columns: minmax(130px, 38%) minmax(0, 1fr);
    min-height: 142px;
    overflow: hidden;
    border: 1px solid #e4e9e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(25, 60, 36, .08);
}

.baysar-blog-card__image {
    display: block;
    min-height: 142px;
    overflow: hidden;
    background: #eef4ee;
}

.baysar-blog-card__image img {
    width: 100%;
    height: 118%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform .35s ease;
}

.baysar-blog-card:hover .baysar-blog-card__image img {
    transform: scale(1.05);
}

.baysar-blog-card__body {
    min-width: 0;
    padding: 16px 16px 14px;
}

.baysar-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 8px;
    color: #7c887f;
    font-size: 11px;
    font-weight: 700;
}

.baysar-blog-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.baysar-blog-card__category {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 9px;
    border-radius: 999px;
    color: #0f5b25;
    background: #e8f5e8;
    font-size: 10px;
    font-weight: 900;
    text-decoration: none;
}

.baysar-blog-card__category.is-orange {
    color: #bd6500;
    background: #fff0db;
}

.baysar-blog-card__category.is-blue {
    color: #24608f;
    background: #e7f2ff;
}

.baysar-blog-card__category.is-purple {
    color: #6550a6;
    background: #f0edff;
}

.baysar-blog-card__category.is-gold {
    color: #9a6a00;
    background: #fff4cf;
}

.baysar-blog-card__category.is-teal {
    color: #087b74;
    background: #e4f7f5;
}

.baysar-blog-card h2 {
    margin: 0;
    color: #173d22;
    font-size: clamp(16px, 1.05vw, 19px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
}

.baysar-blog-card h2 a {
    color: inherit;
    text-decoration: none;
}

.baysar-blog-card p {
    display: -webkit-box;
    min-height: 39px;
    margin: 8px 0 9px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #657269;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.baysar-blog-card__read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #11802d;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.baysar-blog-card__read i {
    color: #f39200;
    font-size: 11px;
}

.baysar-blog-empty {
    min-height: 260px;
    display: grid;
    place-items: center;
    text-align: center;
    border: 1px solid #e4e9e1;
    border-radius: 8px;
    background: #fff;
}

.baysar-blog-empty h2 {
    margin: 0 0 8px;
    color: #173d22;
    font-size: 28px;
    font-weight: 900;
}

.baysar-blog-empty p {
    margin: 0;
    color: #657269;
    font-weight: 700;
}

.baysar-blog-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 24px 0 22px;
    color: #657269;
    font-size: 14px;
    font-weight: 800;
}

.baysar-blog-pagination__links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.baysar-blog-pagination__links a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e8dd;
    border-radius: 50%;
    color: #173d22;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.baysar-blog-pagination__links a.is-active {
    color: #fff;
    border-color: #f39200;
    background: #f39200;
}

.baysar-blog-pagination__links a.is-disabled {
    pointer-events: none;
    opacity: .45;
}

.baysar-blog-cta {
    position: relative;
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    padding: 22px clamp(20px, 3vw, 40px);
    border: 1px solid #f0dfc8;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 252, 244, .96), rgba(255, 251, 239, .86)),
        #fff7e9;
    box-shadow: 0 18px 38px rgba(60, 42, 16, .08);
}

.baysar-blog-cta__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.baysar-blog-cta__content > span {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #8bb23c;
    background: rgba(139, 178, 60, .14);
    font-size: 24px;
}

.baysar-blog-cta h2 {
    margin: 0 0 4px;
    color: #155622;
    font-size: clamp(18px, 1.5vw, 24px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.baysar-blog-cta p {
    margin: 0;
    max-width: 640px;
    color: #667168;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.baysar-blog-cta__actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.baysar-blog-cta__actions a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.baysar-blog-cta__primary {
    color: #fff;
    background: #f39200;
}

.baysar-blog-cta__secondary {
    color: #155622;
    border: 1px solid #dbe7d5;
    background: #fff;
}

.baysar-blog-cta > img {
    position: absolute;
    right: 16px;
    bottom: -24px;
    width: clamp(130px, 13vw, 210px);
    opacity: .92;
    pointer-events: none;
}

@media (max-width: 1199px) {
    .baysar-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .baysar-blog-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-right: 180px;
    }
}

@media (max-width: 767px) {
    .baysar-blog-hero {
        min-height: 300px;
        padding: 52px 0 72px;
        background-position: 62% center;
    }

    .baysar-blog-hero::before {
        background: rgba(11, 74, 31, .2);
    }

    .baysar-blog-filter {
        align-items: stretch;
        flex-direction: column;
    }

    .baysar-blog-search,
    .baysar-blog-select {
        width: 100%;
        min-width: 0;
    }

    .baysar-blog-filter__button {
        width: 100%;
        flex-basis: 46px;
    }

    .baysar-blog-grid {
        grid-template-columns: 1fr;
    }

    .baysar-blog-card {
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .baysar-blog-card__body {
        padding: 14px;
    }

    .baysar-blog-card p {
        min-height: 0;
        -webkit-line-clamp: 2;
    }

    .baysar-blog-pagination {
        align-items: flex-start;
        flex-direction: column;
    }

    .baysar-blog-cta {
        padding: 22px 18px 118px;
    }

    .baysar-blog-cta__content,
    .baysar-blog-cta__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .baysar-blog-cta__actions,
    .baysar-blog-cta__actions a {
        width: 100%;
    }

    .baysar-blog-cta > img {
        right: 8px;
        width: 150px;
    }
}

@media (max-width: 430px) {
    .baysar-blog-card {
        grid-template-columns: 1fr;
    }

    .baysar-blog-card__image {
        min-height: 190px;
    }

    .baysar-blog-card__body {
        padding: 16px;
    }
}

.baysar-blog-detail-hero {
    position: relative;
    min-height: clamp(330px, 25vw, 430px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 54px 0 86px;
    background-image:
        linear-gradient(90deg, rgba(11, 63, 26, .98) 0%, rgba(11, 63, 26, .84) 31%, rgba(11, 63, 26, .34) 56%, rgba(11, 63, 26, .08) 77%, rgba(11, 63, 26, 0) 100%),
        var(--baysar-page-banner-image);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.baysar-blog-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at 63% 18%, rgba(255, 248, 229, .36), transparent 30%);
    pointer-events: none;
}

.baysar-blog-detail-hero__paper {
    position: absolute;
    right: -2%;
    bottom: -2px;
    left: -2%;
    z-index: 2;
    height: 48px;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 48px;
    pointer-events: none;
}

.baysar-blog-detail-hero .container-fluid,
.baysar-blog-detail-page .container-fluid {
    width: min(100%, 1480px);
    margin: 0 auto;
    padding-right: clamp(16px, 5vw, 72px);
    padding-left: clamp(16px, 5vw, 72px);
}

.baysar-blog-detail-hero__content {
    position: relative;
    z-index: 3;
    max-width: 710px;
    color: #fff;
}

.baysar-blog-detail-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    font-weight: 800;
}

.baysar-blog-detail-hero__breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    text-decoration: none;
}

.baysar-blog-detail-hero__breadcrumb i {
    font-size: 13px;
}

.baysar-blog-detail-hero__category {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 0 15px;
    border-radius: 999px;
    background: #46b941;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.baysar-blog-detail-hero__category:hover {
    color: #fff;
    background: #3aa135;
}

.baysar-blog-detail-hero h1 {
    max-width: 640px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 4.6vw, 72px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
}

.baysar-blog-detail-hero p {
    max-width: 610px;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(16px, 1.15vw, 19px);
    font-weight: 700;
    line-height: 1.55;
}

.baysar-blog-detail-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.baysar-blog-detail-hero__meta span,
.baysar-blog-detail-article__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.baysar-blog-detail-page {
    padding: 26px 0 58px;
    background:
        radial-gradient(circle at 7% 8%, rgba(255, 153, 0, .07), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fffdf8 100%);
}

.baysar-blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(305px, 370px);
    gap: clamp(24px, 3vw, 42px);
    align-items: start;
}

.baysar-blog-detail-main {
    min-width: 0;
}

.baysar-blog-detail-article {
    min-width: 0;
}

.baysar-blog-detail-article__image-grid {
    display: grid;
    grid-template-columns: minmax(0, .44fr) minmax(0, .56fr);
    overflow: hidden;
    border: 1px solid rgba(29, 67, 32, .11);
    border-radius: 8px;
    background: #eef4ee;
    box-shadow: 0 16px 34px rgba(25, 60, 36, .08);
}

.baysar-blog-detail-article__image-grid img {
    display: block;
    width: 100%;
    height: clamp(260px, 20vw, 340px);
    object-fit: cover;
}

.baysar-blog-detail-article__image-grid img:first-child {
    object-position: center right;
}

.baysar-blog-detail-article__image-grid img + img {
    border-left: 1px solid rgba(255, 255, 255, .74);
    object-position: center;
}

.baysar-blog-detail-article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 16px;
    color: #6f7b72;
    font-size: 13px;
    font-weight: 800;
}

.baysar-blog-detail-article__meta i {
    color: #7f8c84;
}

.baysar-blog-detail-article h2 {
    margin: 8px 0 8px;
    color: #155622;
    font-size: clamp(25px, 2.1vw, 34px);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: 0;
}

.baysar-blog-detail-article__lead,
.baysar-blog-detail-rich-text p {
    margin: 0 0 12px;
    color: #58635a;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.65;
}

.baysar-blog-detail-rich-text {
    max-width: 980px;
}

.baysar-blog-detail-rich-text h3,
.baysar-blog-detail-rich-text h4 {
    margin: 18px 0 9px;
    color: #173f23;
    font-size: clamp(19px, 1.5vw, 24px);
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.baysar-blog-detail-rich-text ul,
.baysar-blog-detail-rich-text ol {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding-left: 20px;
    color: #58635a;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.55;
}

.baysar-blog-detail-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.baysar-blog-detail-facts article,
.baysar-blog-detail-note,
.baysar-blog-detail-share,
.baysar-blog-detail-inline-cta,
.baysar-blog-detail-panel {
    border: 1px solid rgba(31, 83, 36, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .88);
}

.baysar-blog-detail-facts article {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 98px;
    padding: 16px 18px;
    box-shadow: 0 12px 26px rgba(32, 63, 29, .06);
}

.baysar-blog-detail-facts span,
.baysar-blog-detail-note > span,
.baysar-blog-detail-inline-cta > span {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(35, 141, 34, .12);
    border-radius: 50%;
    background: #eef8e8;
    color: #1c7c2b;
    font-size: 24px;
}

.baysar-blog-detail-facts strong,
.baysar-blog-detail-note strong {
    display: block;
    color: #174d24;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.baysar-blog-detail-facts p,
.baysar-blog-detail-note p {
    margin: 4px 0 0;
    color: #59655c;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
}

.baysar-blog-detail-note {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-top: 14px;
    padding: 14px 18px;
    background: linear-gradient(90deg, #f2faee, #fffef8);
}

.baysar-blog-detail-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px;
    padding: 15px 20px;
    background: #fff;
}

.baysar-blog-detail-tags,
.baysar-blog-detail-share__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.baysar-blog-detail-tags strong,
.baysar-blog-detail-share__links strong {
    color: #174d24;
    font-size: 13px;
    font-weight: 900;
}

.baysar-blog-detail-tags span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #e2e8dd;
    border-radius: 999px;
    background: #f5f7f3;
    color: #687169;
    font-size: 12px;
    font-weight: 800;
}

.baysar-blog-detail-share__links a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4f7f2;
    color: #1c7c2b;
    font-size: 15px;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.baysar-blog-detail-share__links a:hover,
.baysar-blog-detail-share__links a:focus-visible {
    background: #1c7c2b;
    color: #fff;
    outline: none;
}

.baysar-blog-detail-inline-cta {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 0;
    padding: 18px 24px;
    background: #fffaf1;
    box-shadow: 0 14px 30px rgba(62, 43, 18, .06);
}

.baysar-blog-detail-inline-cta h2 {
    margin: 0 0 3px;
    color: #155622;
    font-size: clamp(18px, 1.4vw, 24px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
}

.baysar-blog-detail-inline-cta p {
    margin: 0;
    color: #637067;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.baysar-blog-detail-inline-cta a,
.baysar-blog-detail-side-cta a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.baysar-blog-detail-inline-cta a {
    min-width: 162px;
    padding: 0 24px;
    background: #f39200;
    color: #fff;
    box-shadow: 0 12px 24px rgba(243, 146, 0, .2);
}

.baysar-blog-detail-inline-cta a:hover {
    background: #df8500;
    color: #fff;
}

.baysar-blog-detail-sidebar {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.baysar-blog-detail-panel {
    padding: 22px 24px;
    box-shadow: 0 14px 32px rgba(29, 55, 24, .07);
}

.baysar-blog-detail-panel h2 {
    margin: 0 0 16px;
    color: #174d24;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
}

.baysar-blog-detail-recent {
    display: grid;
}

.baysar-blog-detail-recent__item {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 78px;
    padding: 10px 0;
    color: inherit;
    text-decoration: none;
}

.baysar-blog-detail-recent__item + .baysar-blog-detail-recent__item {
    border-top: 1px solid #e6e9e0;
}

.baysar-blog-detail-recent__item img {
    display: block;
    width: 94px;
    height: 58px;
    border-radius: 6px;
    object-fit: cover;
}

.baysar-blog-detail-recent__item strong {
    display: block;
    color: #1f2f20;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.22;
}

.baysar-blog-detail-recent__item small {
    display: block;
    margin-top: 5px;
    color: #6f7b72;
    font-size: 12px;
    font-weight: 700;
}

.baysar-blog-detail-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.baysar-blog-detail-categories a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 17px;
    border: 1px solid rgba(35, 141, 34, .32);
    border-radius: 10px;
    background: #f1f7ed;
    color: #234a25;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.baysar-blog-detail-categories a:hover,
.baysar-blog-detail-categories a.is-active {
    border-color: #1c7c2b;
    background: #1c7c2b;
    color: #fff;
}

.baysar-blog-detail-side-cta {
    position: relative;
    min-height: 192px;
    overflow: hidden;
    padding: 28px 26px;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(18, 95, 35, .98), rgba(18, 95, 35, .88)),
        url("/assets/ogenix/images/backgrounds/cta-one-bg-img-1.png");
    background-position: center;
    background-size: cover;
    color: #fff;
    box-shadow: 0 16px 34px rgba(26, 78, 34, .18);
}

.baysar-blog-detail-side-cta div {
    position: relative;
    z-index: 2;
    max-width: 235px;
}

.baysar-blog-detail-side-cta h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0;
}

.baysar-blog-detail-side-cta p {
    margin: 0 0 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.baysar-blog-detail-side-cta a {
    min-width: 128px;
    padding: 0 22px;
    background: #fff;
    color: #174d24;
}

.baysar-blog-detail-side-cta a:hover {
    background: #f39200;
    color: #fff;
}

.baysar-blog-detail-side-cta img {
    position: absolute;
    right: -12px;
    bottom: -16px;
    z-index: 1;
    width: min(48%, 190px);
    pointer-events: none;
}

.baysar-blog-detail-page + .site-footer {
    margin-top: 36px;
}

.baysar-blog-detail-page + .site-footer .site-footer__ripped-paper {
    top: -36px;
}

@media (max-width: 1199px) {
    .baysar-blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .baysar-blog-detail-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .baysar-blog-detail-side-cta {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .baysar-blog-detail-facts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .baysar-blog-detail-hero {
        min-height: 360px;
        padding: 50px 0 78px;
        background-position: 62% center;
    }

    .baysar-blog-detail-hero::before {
        background: rgba(11, 63, 26, .24);
    }

    .baysar-blog-detail-hero__breadcrumb {
        font-size: 14px;
    }

    .baysar-blog-detail-hero__breadcrumb a span {
        display: none;
    }

    .baysar-blog-detail-hero h1 {
        font-size: 42px;
    }

    .baysar-blog-detail-page {
        padding-top: 18px;
    }

    .baysar-blog-detail-article__image-grid,
    .baysar-blog-detail-sidebar,
    .baysar-blog-detail-inline-cta {
        grid-template-columns: 1fr;
    }

    .baysar-blog-detail-article__image-grid img {
        height: 220px;
    }

    .baysar-blog-detail-article__image-grid img + img {
        border-top: 1px solid rgba(255, 255, 255, .74);
        border-left: 0;
    }

    .baysar-blog-detail-note,
    .baysar-blog-detail-facts article {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .baysar-blog-detail-facts span,
    .baysar-blog-detail-note > span,
    .baysar-blog-detail-inline-cta > span {
        width: 52px;
        height: 52px;
        font-size: 21px;
    }

    .baysar-blog-detail-share {
        align-items: flex-start;
        flex-direction: column;
    }

    .baysar-blog-detail-inline-cta a {
        width: 100%;
    }

    .baysar-blog-detail-side-cta {
        padding: 24px 22px 126px;
    }

    .baysar-blog-detail-side-cta div {
        max-width: 100%;
    }

    .baysar-blog-detail-side-cta img {
        width: 180px;
    }
}

@media (max-width: 430px) {
    .baysar-blog-detail-hero h1 {
        font-size: 36px;
    }

    .baysar-blog-detail-panel {
        padding: 20px 18px;
    }

    .baysar-blog-detail-recent__item {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .baysar-blog-detail-recent__item img {
        width: 82px;
        height: 56px;
    }
}

.baysar-certificates-hero {
    background-image:
        linear-gradient(90deg, rgba(11, 74, 31, .97) 0%, rgba(11, 74, 31, .83) 30%, rgba(11, 74, 31, .36) 54%, rgba(11, 74, 31, .08) 75%, rgba(11, 74, 31, 0) 100%),
        var(--baysar-page-banner-image);
}

.baysar-certificates-page {
    position: relative;
    padding: 72px 0 96px;
    background: #fbf6ec;
}

.baysar-certificates-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.baysar-certificates-empty {
    max-width: 680px;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid rgba(36, 91, 35, .12);
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.baysar-certificates-empty h2 {
    margin: 0 0 10px;
    color: #174a1f;
    font-size: 30px;
    font-weight: 850;
}

.baysar-certificates-empty p {
    margin: 0;
    color: #5f665c;
    font-weight: 650;
}

.baysar-certificate-card {
    min-width: 0;
}

.baysar-certificate-card__button {
    display: grid;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(35, 93, 34, .12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(27, 55, 28, .08);
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.baysar-certificate-card__button:hover,
.baysar-certificate-card__button:focus-visible {
    border-color: rgba(244, 151, 20, .42);
    outline: 0;
    box-shadow: 0 22px 48px rgba(27, 55, 28, .12);
}

.baysar-certificate-card__image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.42;
    background: #eef4e9;
}

.baysar-certificate-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.baysar-certificate-card__image span {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f59b17;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
}

.baysar-certificate-card__body {
    display: grid;
    gap: 8px;
    padding: 22px;
}

.baysar-certificate-card__type {
    width: max-content;
    max-width: 100%;
    padding: 5px 10px;
    border-radius: 999px;
    background: #edf7e8;
    color: #1c6c25;
    font-size: 12px;
    font-weight: 850;
}

.baysar-certificate-card__body strong {
    color: #163f1d;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.25;
}

.baysar-certificate-card__body small {
    color: #6a7167;
    font-size: 13px;
    font-weight: 700;
}

.baysar-certificate-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    color: #f59b17;
    font-size: 13px;
    font-weight: 850;
}

.baysar-certificate-modal[hidden] {
    display: none;
}

.baysar-certificate-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 24px;
}

.baysar-certificate-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 35, 17, .72);
}

.baysar-certificate-modal__panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(320px, 1fr);
    width: min(1120px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow: hidden;
    border-radius: 8px;
    background: #fffdf8;
    box-shadow: 0 34px 90px rgba(7, 24, 11, .28);
    outline: 0;
}

.baysar-certificate-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #173f23;
    box-shadow: 0 12px 28px rgba(16, 35, 18, .14);
}

.baysar-certificate-modal__media {
    display: grid;
    gap: 10px;
    overflow: auto;
    padding: 20px;
    background: #eef4e9;
}

.baysar-certificate-modal__media figure {
    margin: 0;
}

.baysar-certificate-modal__media img {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.baysar-certificate-modal__no-image {
    display: grid;
    min-height: 280px;
    place-items: center;
    border: 1px dashed rgba(31, 91, 37, .28);
    border-radius: 8px;
    color: #51604f;
    font-weight: 750;
}

.baysar-certificate-modal__body {
    overflow: auto;
    padding: 46px 42px;
}

.baysar-certificate-modal__body h2 {
    margin: 14px 0 16px;
    color: #153f1f;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 850;
    line-height: 1.08;
}

.baysar-certificate-modal__body p {
    color: #4c584a;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.7;
}

.baysar-certificate-modal__meta {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
}

.baysar-certificate-modal__meta div {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 16px;
    padding: 12px 0;
    border-top: 1px solid rgba(28, 69, 31, .1);
}

.baysar-certificate-modal__meta dt,
.baysar-certificate-modal__meta dd {
    margin: 0;
}

.baysar-certificate-modal__meta dt {
    color: #71806d;
    font-size: 13px;
    font-weight: 850;
}

.baysar-certificate-modal__meta dd {
    color: #1b351d;
    font-weight: 750;
}

.baysar-certificate-modal-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .baysar-certificates-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .baysar-certificate-modal__panel {
        grid-template-columns: 1fr;
        overflow: auto;
    }
}

@media (max-width: 640px) {
    .baysar-certificates-page {
        padding: 44px 0 64px;
    }

    .baysar-certificates-grid {
        grid-template-columns: 1fr;
    }

    .baysar-certificate-modal {
        padding: 12px;
    }

    .baysar-certificate-modal__body {
        padding: 34px 24px;
    }

    .baysar-certificate-modal__meta div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

.baysar-contact-hero {
    position: relative;
    min-height: clamp(310px, 24vw, 380px);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 54px 0 82px;
    background-image:
        linear-gradient(90deg, rgba(14, 70, 26, .96) 0%, rgba(14, 70, 26, .86) 27%, rgba(14, 70, 26, .45) 47%, rgba(14, 70, 26, .08) 70%, rgba(14, 70, 26, 0) 100%),
        var(--baysar-page-banner-image);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.baysar-contact-hero::after {
    content: "";
    position: absolute;
    right: -2%;
    bottom: -2px;
    left: -2%;
    z-index: 1;
    height: 44px;
    background-image: url("/assets/ogenix/images/shapes/page-header-ripped-paper.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 44px;
    pointer-events: none;
}

.baysar-contact-hero .container {
    position: relative;
    z-index: 2;
}

.baysar-contact-hero__content {
    max-width: 600px;
    color: #fff;
}

.baysar-contact-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    font-weight: 800;
}

.baysar-contact-hero__breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    text-decoration: none;
}

.baysar-contact-hero__breadcrumb i {
    font-size: 13px;
}

.baysar-contact-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(54px, 5vw, 76px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: 0;
}

.baysar-contact-hero p {
    max-width: 560px;
    margin: 22px 0 0;
    color: #fff;
    font-size: clamp(16px, 1.15vw, 19px);
    font-weight: 700;
    line-height: 1.55;
}

.baysar-contact-page {
    padding: 38px 0 54px;
    background:
        radial-gradient(circle at 7% 8%, rgba(235, 244, 230, .78), transparent 30%),
        linear-gradient(180deg, #fff 0%, #fffdf8 100%);
}

.baysar-contact-page .container {
    max-width: 1340px;
}

.baysar-contact-grid {
    display: grid;
    grid-template-columns: minmax(255px, .74fr) minmax(430px, 1.32fr) minmax(340px, 1.08fr);
    gap: 24px;
    align-items: stretch;
}

.baysar-contact-card {
    border: 1px solid rgba(34, 69, 32, .11);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 34px rgba(38, 58, 28, .07);
}

.baysar-contact-info {
    padding: 24px 24px 22px;
}

.baysar-contact-info__list {
    display: grid;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.baysar-contact-info__list li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.baysar-contact-info__list li > i,
.baysar-contact-map-card__footer > i,
.baysar-contact-trust i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #27952a;
    color: #fff;
}

.baysar-contact-info__list li > i {
    width: 42px;
    height: 42px;
    font-size: 17px;
    box-shadow: 0 10px 22px rgba(39, 149, 42, .19);
}

.baysar-contact-info__list strong,
.baysar-contact-social > strong {
    display: block;
    margin-bottom: 5px;
    color: #164a21;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.22;
}

.baysar-contact-info__list a,
.baysar-contact-info__list span {
    display: block;
    color: #454c45;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.55;
    text-decoration: none;
}

.baysar-contact-info__list a:hover {
    color: #238d22;
}

.baysar-contact-social {
    margin-top: 30px;
}

.baysar-contact-social div {
    display: flex;
    gap: 13px;
    margin-top: 14px;
}

.baysar-contact-social span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f3ed;
    color: #195222;
    font-size: 16px;
}

.baysar-contact-form-card {
    padding: 24px 24px 22px;
}

.baysar-contact-form-card__header h2 {
    margin: 0;
    color: #15531f;
    font-size: clamp(30px, 2.6vw, 38px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
}

.baysar-contact-form-card__header p {
    margin: 7px 0 16px;
    color: #767d73;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.baysar-contact-success {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 16px;
    padding: 14px 16px;
    border: 1px solid rgba(39, 149, 42, .24);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(241, 249, 239, .98), rgba(255, 253, 248, .98));
    color: #15531f;
    box-shadow: 0 12px 28px rgba(30, 104, 39, .12);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.baysar-contact-success i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #27952a;
    color: #fff;
    box-shadow: 0 10px 22px rgba(39, 149, 42, .25);
    font-size: 14px;
}

.baysar-contact-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
}

.baysar-contact-form__full {
    grid-column: 1 / -1;
}

.baysar-contact-form input[type="text"],
.baysar-contact-form input[type="email"],
.baysar-contact-form input[type="tel"],
.baysar-contact-form input:not([type]),
.baysar-contact-form select,
.baysar-contact-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(58, 73, 48, .12);
    border-radius: 7px;
    outline: 0;
    background: #fffdf8;
    color: #263226;
    font-size: 14px;
    font-weight: 650;
    padding: 0 17px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.baysar-contact-form select {
    appearance: auto;
}

.baysar-contact-form select.baysar-contact-product-select {
    display: none;
}

.baysar-contact-product-picker {
    position: relative;
    z-index: 20;
}

.baysar-contact-product-picker__toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(58, 73, 48, .12);
    border-radius: 7px;
    background: #fffdf8;
    color: #263226;
    text-align: left;
    padding: 7px 14px 7px 17px;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.baysar-contact-product-picker__toggle span {
    overflow: hidden;
    color: #263226;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baysar-contact-product-picker__toggle small {
    grid-column: 1;
    overflow: hidden;
    margin-top: 3px;
    color: #778071;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.baysar-contact-product-picker__toggle i {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: #7f8b78;
    font-size: 12px;
    justify-self: end;
    transition: transform 160ms ease, color 160ms ease;
}

.baysar-contact-product-picker.is-open .baysar-contact-product-picker__toggle,
.baysar-contact-product-picker__toggle:focus-visible {
    border-color: rgba(39, 149, 42, .45);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(39, 149, 42, .12);
}

.baysar-contact-product-picker.is-open .baysar-contact-product-picker__toggle i {
    color: #27952a;
    transform: rotate(180deg);
}

.baysar-contact-product-picker__panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 35;
    overflow: hidden;
    border: 1px solid rgba(39, 149, 42, .18);
    border-radius: 10px;
    background: #fffdf8;
    box-shadow: 0 18px 36px rgba(19, 63, 23, .18);
}

.baysar-contact-product-picker__search {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid rgba(39, 149, 42, .12);
    background: #f6fbf2;
}

.baysar-contact-product-picker__search i {
    color: #27952a;
    font-size: 13px;
}

.baysar-contact-product-picker__search input {
    width: 100%;
    min-height: 36px;
    border: 1px solid rgba(39, 149, 42, .18);
    border-radius: 7px;
    background: #fff;
    color: #263226;
    font-size: 13px;
    font-weight: 750;
    padding: 0 10px;
}

.baysar-contact-product-picker__search input:focus {
    outline: 0;
    border-color: rgba(39, 149, 42, .48);
    box-shadow: 0 0 0 3px rgba(39, 149, 42, .12);
}

.baysar-contact-product-picker__list {
    max-height: min(48vh, 360px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 8px;
}

.baysar-contact-product-picker__group + .baysar-contact-product-picker__group {
    margin-top: 8px;
}

.baysar-contact-product-picker__group-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 9px 6px;
    color: #15531f;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.baysar-contact-product-picker__group-title em {
    min-width: 24px;
    border-radius: 999px;
    background: rgba(39, 149, 42, .12);
    color: #27952a;
    font-style: normal;
    text-align: center;
    padding: 2px 7px;
}

.baysar-contact-product-picker__option,
.baysar-contact-product-picker__clear {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #263226;
    text-align: left;
    padding: 9px 10px;
    cursor: pointer;
}

.baysar-contact-product-picker__option span {
    display: block;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.25;
}

.baysar-contact-product-picker__option small {
    display: block;
    margin-top: 2px;
    color: #7a8475;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

.baysar-contact-product-picker__option:hover,
.baysar-contact-product-picker__option:focus-visible,
.baysar-contact-product-picker__clear:hover,
.baysar-contact-product-picker__clear:focus-visible {
    outline: 0;
    background: rgba(39, 149, 42, .1);
    color: #15531f;
}

.baysar-contact-product-picker__option.is-selected {
    background: #27952a;
    color: #fff;
    box-shadow: 0 10px 20px rgba(39, 149, 42, .18);
}

.baysar-contact-product-picker__option.is-selected small {
    color: rgba(255, 255, 255, .82);
}

.baysar-contact-product-picker__clear {
    margin-bottom: 6px;
    color: #27952a;
    font-size: 12px;
    font-weight: 850;
}

.baysar-contact-product-picker__empty {
    margin: 8px 0 2px;
    border-radius: 7px;
    background: rgba(39, 149, 42, .08);
    color: #15531f;
    font-size: 13px;
    font-weight: 800;
    padding: 12px;
    text-align: center;
}

.baysar-contact-form .nice-select {
    width: 100%;
    min-height: 48px;
    float: none;
    border: 1px solid rgba(58, 73, 48, .12);
    border-radius: 7px;
    background: #fffdf8;
    color: #8f948b;
    font-size: 14px;
    font-weight: 650;
    line-height: 46px;
    padding-left: 17px;
    padding-right: 34px;
}

.baysar-contact-form .nice-select::after {
    right: 17px;
}

.baysar-contact-form .nice-select:focus,
.baysar-contact-form .nice-select.open {
    border-color: rgba(39, 149, 42, .45);
    box-shadow: 0 0 0 3px rgba(39, 149, 42, .12);
}

.baysar-contact-form .nice-select .list {
    width: 100%;
    max-height: min(42vh, 320px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.baysar-contact-form textarea {
    display: block;
    min-height: 104px;
    resize: vertical;
    padding-top: 14px;
}

.baysar-contact-form input::placeholder,
.baysar-contact-form textarea::placeholder {
    color: #8f948b;
}

.baysar-contact-form input:focus,
.baysar-contact-form select:focus,
.baysar-contact-form textarea:focus {
    border-color: rgba(39, 149, 42, .45);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(39, 149, 42, .12);
}

.baysar-contact-form__checkbox {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    color: #626b60;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.baysar-contact-form__checkbox input {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    margin-top: 1px;
    accent-color: #27952a;
}

.baysar-contact-form__checkbox a {
    color: #238d22;
    text-decoration: none;
}

.baysar-contact-submit {
    display: inline-flex;
    min-width: 118px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    background: #279d2d;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 13px 26px rgba(39, 157, 45, .2);
    transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.baysar-contact-submit:hover,
.baysar-contact-submit:focus-visible {
    background: #1f8425;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(31, 132, 37, .24);
}

.baysar-contact-map-card {
    display: grid;
    grid-template-rows: minmax(280px, 1fr) auto;
    overflow: hidden;
}

.baysar-contact-map,
.baysar-contact-map iframe,
.baysar-contact-map__fallback {
    width: 100%;
    height: 100%;
    min-height: 280px;
}

.baysar-contact-map iframe {
    display: block;
    border: 0;
}

.baysar-contact-map__fallback {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(84, 126, 82, .1) 1px, transparent 1px),
        linear-gradient(0deg, rgba(84, 126, 82, .1) 1px, transparent 1px),
        linear-gradient(135deg, #edf3ed 0%, #f9f4e8 100%);
    background-size: 56px 56px, 56px 56px, auto;
}

.baysar-contact-map__fallback::before,
.baysar-contact-map__fallback::after,
.baysar-contact-map__road {
    content: "";
    position: absolute;
    display: block;
    border-radius: 999px;
    background: rgba(177, 185, 177, .62);
}

.baysar-contact-map__fallback::before {
    right: -20%;
    bottom: 22%;
    left: -12%;
    height: 24px;
    transform: rotate(11deg);
}

.baysar-contact-map__fallback::after {
    top: 22%;
    bottom: -15%;
    left: 47%;
    width: 22px;
    transform: rotate(-17deg);
}

.baysar-contact-map__road--one {
    right: -10%;
    bottom: 38%;
    left: 18%;
    height: 16px;
    transform: rotate(-22deg);
}

.baysar-contact-map__road--two {
    top: 47%;
    right: -15%;
    left: -8%;
    height: 14px;
    transform: rotate(1deg);
}

.baysar-contact-map__road--three {
    top: 9%;
    bottom: -8%;
    left: 24%;
    width: 14px;
    transform: rotate(23deg);
}

.baysar-contact-map__label {
    position: absolute;
    color: #508358;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.baysar-contact-map__label--one {
    top: 18%;
    left: 25%;
}

.baysar-contact-map__label--two {
    right: 13%;
    top: 33%;
    color: #c54837;
}

.baysar-contact-map__pin {
    position: absolute;
    top: 40%;
    left: 50%;
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 50% 0;
    background: #315d1f;
    color: #fff;
    font-size: 34px;
    box-shadow: 0 12px 24px rgba(39, 68, 28, .24);
    transform: rotate(-45deg) translate(-10%, -10%);
}

.baysar-contact-map__pin i {
    transform: rotate(45deg);
}

.baysar-contact-map-card__footer {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 104px;
    padding: 18px 24px;
    background: #fffdf8;
}

.baysar-contact-map-card__footer > i {
    width: 42px;
    height: 42px;
    background: #1f7d2b;
    font-size: 18px;
}

.baysar-contact-map-card__footer address {
    margin: 0;
    color: #444c42;
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
    line-height: 1.55;
}

.baysar-contact-map-card__footer a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(31, 125, 43, .45);
    border-radius: 999px;
    color: #1f6e27;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.baysar-contact-map-card__footer a:hover {
    border-color: #1f7d2b;
    background: #1f7d2b;
    color: #fff;
}

.baysar-contact-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(247, 250, 244, .92);
    box-shadow: 0 14px 34px rgba(38, 58, 28, .06);
}

.baysar-contact-trust article {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 86px;
    padding: 16px 34px;
}

.baysar-contact-trust article + article {
    border-left: 1px solid rgba(34, 69, 32, .12);
}

.baysar-contact-trust i {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    background: #edf7ed;
    color: #26922b;
    font-size: 20px;
}

.baysar-contact-trust strong {
    color: #1d5625;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.baysar-contact-page + .site-footer {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .baysar-contact-grid {
        grid-template-columns: minmax(270px, .85fr) minmax(0, 1.15fr);
    }

    .baysar-contact-map-card {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
        grid-template-rows: auto;
    }

    .baysar-contact-map-card__footer {
        grid-template-columns: 42px minmax(0, 1fr);
        align-content: center;
    }

    .baysar-contact-map-card__footer a {
        grid-column: 2;
        justify-self: start;
    }

    .baysar-contact-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .baysar-contact-trust article:nth-child(3) {
        border-left: 0;
    }

    .baysar-contact-trust article:nth-child(n+3) {
        border-top: 1px solid rgba(34, 69, 32, .12);
    }
}

@media (max-width: 767px) {
    .baysar-contact-hero {
        min-height: 335px;
        padding: 48px 0 78px;
        background-position: center right 36%;
    }

    .baysar-contact-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: rgba(11, 61, 24, .18);
    }

    .baysar-contact-hero__breadcrumb {
        font-size: 14px;
    }

    .baysar-contact-hero__breadcrumb a span {
        display: none;
    }

    .baysar-contact-hero h1 {
        font-size: 50px;
    }

    .baysar-contact-hero p {
        max-width: 360px;
        font-size: 16px;
    }

    .baysar-contact-page {
        padding: 28px 0 40px;
    }

    .baysar-contact-grid,
    .baysar-contact-map-card,
    .baysar-contact-form__grid,
    .baysar-contact-trust {
        grid-template-columns: 1fr;
    }

    .baysar-contact-info,
    .baysar-contact-form-card {
        padding: 22px 18px;
    }

    .baysar-contact-info__list {
        gap: 22px;
    }

    .baysar-contact-map-card__footer {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 18px;
    }

    .baysar-contact-map-card__footer a {
        grid-column: 1 / -1;
        width: 100%;
    }

    .baysar-contact-trust article {
        min-height: 76px;
        padding: 16px 20px;
    }

    .baysar-contact-trust article + article,
    .baysar-contact-trust article:nth-child(n+3) {
        border-top: 1px solid rgba(34, 69, 32, .12);
        border-left: 0;
    }
}
.baysar-language-switcher {
    position: relative;
    min-width: 120px;
    font-family: inherit;
    z-index: 20;
}

.baysar-language-switcher__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 120px;
    min-height: 44px;
    border: 1px solid rgba(31, 41, 55, 0.12);
    border-radius: 6px;
    background: #fff;
    color: #1f2937;
    font-weight: 700;
    line-height: 1;
    padding: 0 14px;
}

.baysar-language-switcher__toggle:focus-visible {
    outline: 2px solid #4b8f2f;
    outline-offset: 2px;
}

.baysar-language-switcher__menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 100%;
    margin: 0;
    padding: 6px;
    list-style: none;
    border: 1px solid rgba(31, 41, 55, 0.12);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.baysar-language-switcher.is-open .baysar-language-switcher__menu {
    display: block;
}

.baysar-language-switcher__menu a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 4px;
    color: #1f2937;
    font-weight: 700;
    white-space: nowrap;
}

.baysar-language-switcher__menu a:hover,
.baysar-language-switcher__menu a:focus-visible,
.baysar-language-switcher__menu a.is-current {
    background: #f1f5ec;
    color: #4b8f2f;
}

.baysar-language-switcher--automatic {
    min-width: 124px;
}

/* ------------------------------------------------------------------
   Main mobile nav drawer (navbar sidebar) — light Baysar redesign
------------------------------------------------------------------- */
.mobile-nav__wrapper {
    z-index: 1300;
    transform: translateX(0);
    visibility: hidden;
    pointer-events: none;
    transition: visibility .28s ease;
}

.mobile-nav__wrapper.expanded {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.mobile-nav__overlay {
    background: rgba(18, 28, 16, .48);
    opacity: 0;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: opacity .28s ease;
}

.mobile-nav__wrapper.expanded .mobile-nav__overlay {
    opacity: 1;
}

.mobile-nav__content {
    display: flex;
    width: min(100vw - 36px, 360px);
    max-width: 360px;
    flex-direction: column;
    height: 100%;
    height: 100dvh;
    padding: 0;
    overflow: hidden;
    border-radius: 0 22px 22px 0;
    background:
        linear-gradient(180deg, #fffefb 0%, #f7fbf4 100%);
    box-shadow: 18px 0 48px rgba(20, 32, 18, .18);
    opacity: 1;
    visibility: visible;
    transform: translate3d(-104%, 0, 0);
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.mobile-nav__sheet-header {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 14px;
    border-bottom: 1px solid rgba(95, 138, 74, .12);
    background: #fff;
}

.mobile-nav__brand,
.mobile-nav__content .logo-box {
    display: inline-flex;
    margin: 0;
    align-items: center;
}

.mobile-nav__brand img,
.mobile-nav__content .logo-box img {
    display: block;
    width: auto;
    max-width: 138px;
    height: auto;
}

.mobile-nav__close {
    position: static;
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(35, 91, 32, .12);
    border-radius: 50%;
    background: #edf6e8;
    color: #24551f;
    font-size: 16px;
    line-height: 1;
    box-shadow: none;
}

.mobile-nav__close:hover,
.mobile-nav__close:focus-visible {
    background: #dcefd5;
    color: #173f18;
    outline: 2px solid rgba(35, 141, 34, .28);
    outline-offset: 2px;
}

.mobile-nav__scroll {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 18px;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 18px 16px 20px;
}

.mobile-nav__eyebrow {
    margin: 0;
    color: #6d7668;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.mobile-nav__container {
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(52, 74, 38, .06);
    overflow: hidden;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(95, 138, 74, .1);
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin-left: 0;
    border-top: 1px solid rgba(95, 138, 74, .1);
    background: #f7fbf4;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    min-height: 52px;
    height: auto;
    padding: 12px 14px;
    color: #244426;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.3;
}

.mobile-nav__content .main-menu__list > li.current > a,
.mobile-nav__content .main-menu__list > li > a:hover,
.mobile-nav__content .main-menu__list li a.expanded {
    background: #eef8e9;
    color: #1f5a20;
}

.mobile-nav__content .main-menu__list > li.current > a {
    box-shadow: inset 3px 0 0 #4da347;
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background-color: #edf6e8;
    color: #24551f;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
    background-color: #24551f;
    color: #fff;
}

.mobile-nav__section-label {
    display: block;
    margin: 0 0 8px;
    color: #6d7668;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.mobile-nav__language {
    margin: 0;
}

.mobile-nav__language .baysar-language-switcher__toggle {
    width: 100%;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(95, 138, 74, .14);
    border-radius: 12px;
    background: #fff;
    color: #244426;
    box-shadow: none;
}

.mobile-nav__language .baysar-language-switcher__menu {
    left: 0;
    right: auto;
    width: 100%;
}

.mobile-nav__contact {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 14px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(52, 74, 38, .06);
}

.mobile-nav__contact li {
    margin: 0 !important;
    color: #4f5a48;
    font-size: 13px;
    font-weight: 650;
}

.mobile-nav__contact li + li {
    margin-top: 0 !important;
    padding-top: 10px;
    border-top: 1px solid rgba(95, 138, 74, .1);
}

.mobile-nav__contact-icon,
.mobile-nav__contact li > i {
    display: inline-flex !important;
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 10px !important;
    background: #edf6e8 !important;
    color: #24551f !important;
    font-size: 13px !important;
}

.mobile-nav__contact li a {
    color: #244426 !important;
    font-weight: 750;
    word-break: break-word;
}

.mobile-nav__contact li a:hover {
    color: #1f5a20 !important;
}

.mobile-nav__cta {
    display: grid;
    flex: 0 0 auto;
    gap: 10px;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(95, 138, 74, .12);
    background: #fff;
}

.mobile-nav__cta-btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #24551f;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 12px 22px rgba(36, 85, 31, .22);
}

.mobile-nav__cta-btn:hover,
.mobile-nav__cta-btn:focus-visible {
    background: #1f5a20;
    color: #fff !important;
}

.mobile-nav__cta-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(95, 138, 74, .18);
    border-radius: 14px;
    background: #f7fbf4;
    color: #24551f !important;
    font-size: 14px;
    font-weight: 800;
}

.mobile-nav__cta-link:hover,
.mobile-nav__cta-link:focus-visible {
    background: #eef8e9;
    color: #173f18 !important;
}

html.baysar-mobile-nav-open,
html.baysar-mobile-nav-open body {
    overflow: hidden;
}

/* Optional floating WhatsApp CTA — only rendered when contact.whatsapp is set in admin */
.baysar-whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1200;
    display: inline-grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(160deg, #25d366 0%, #128c7e 100%);
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(18, 140, 126, .35);
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

.baysar-whatsapp-float i {
    font-size: 28px;
    line-height: 1;
}

.baysar-whatsapp-float:hover,
.baysar-whatsapp-float:focus-visible {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 18px 34px rgba(18, 140, 126, .42);
    color: #fff !important;
}

@media (max-width: 575px) {
    .baysar-whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
    }

    .baysar-whatsapp-float i {
        font-size: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-nav__wrapper,
    .mobile-nav__content,
    .mobile-nav__overlay,
    .baysar-mobile-menu-toggle__bars span,
    .baysar-whatsapp-float {
        transition: none;
    }
}
.baysar-certificates-hero {
    min-height: 360px;
}

.baysar-certificates-hero .baysar-blog-hero__paper {
    display: none;
}

.baysar-certificates-page {
    position: relative;
    margin-top: 0;
    padding: 48px 0 132px;
    background: #fbf6ec;
}

.baysar-certificates-page .container-fluid {
    max-width: 1320px;
}

.baysar-certificates-page + .site-footer,
.baysar-certificates-page ~ .site-footer {
    margin-top: 0;
}

.baysar-certificates-page + .site-footer .site-footer__ripped-paper,
.baysar-certificates-page ~ .site-footer .site-footer__ripped-paper {
    display: none;
}

.baysar-certificates-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.baysar-certificate-card {
    min-width: 0;
}

.baysar-certificate-card__button {
    display: grid;
    width: 100%;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(32, 93, 57, .13);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(31, 54, 37, .08);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.baysar-certificate-card__button:hover,
.baysar-certificate-card__button:focus-visible {
    border-color: rgba(244, 151, 20, .42);
    box-shadow: 0 24px 58px rgba(31, 54, 37, .14);
    transform: translateY(-3px);
    outline: none;
}

.baysar-certificate-card__image {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background: #eef6ed;
}

.baysar-certificate-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.baysar-certificate-card__image span {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f49714;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.baysar-certificate-card__body {
    display: grid;
    gap: 8px;
    padding: 22px;
}

.baysar-certificate-card__type {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(32, 126, 58, .1);
    color: #1b6d35;
    font-size: 12px;
    font-weight: 800;
}

.baysar-certificate-card__body strong {
    color: #173f27;
    font-family: var(--ogenix-font-two, serif);
    font-size: 24px;
    line-height: 1.15;
}

.baysar-certificate-card__body small {
    color: #6b756d;
    font-size: 14px;
}

.baysar-certificate-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    color: #f49714;
    font-weight: 800;
}

.baysar-certificates-empty {
    max-width: 620px;
    margin: 0 auto;
    padding: 44px;
    border: 1px solid rgba(32, 93, 57, .12);
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.baysar-certificates-grid,
.baysar-certificates-empty {
    position: relative;
    z-index: 1;
}

.baysar-certificates-empty {
    transform: translateY(0);
}

.baysar-certificates-empty h2 {
    margin: 0 0 10px;
    color: #173f27;
    font-size: 30px;
}

.baysar-certificates-empty p {
    margin: 0;
    color: #6b756d;
}

.baysar-certificate-modal[hidden] {
    display: none;
}

.baysar-certificate-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 28px;
}

.baysar-certificate-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 30, 18, .68);
}

.baysar-certificate-modal__panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    width: min(1120px, 100%);
    max-height: min(760px, calc(100vh - 56px));
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 34px 80px rgba(0, 0, 0, .24);
}

.baysar-certificate-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #173f27;
    color: #fff;
    cursor: pointer;
}

.baysar-certificate-modal__media {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 26px;
    background: #f2f6ed;
}

.baysar-certificate-modal__media figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.baysar-certificate-modal__media img {
    display: block;
    width: 100%;
    max-height: 540px;
    object-fit: contain;
}

.baysar-certificate-slider {
    position: relative;
    display: grid;
    gap: 14px;
    min-width: 0;
}

.baysar-certificate-slider__viewport {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    aspect-ratio: 4 / 3;
}

.baysar-certificate-slider__slide {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
}

.baysar-certificate-slider__slide.is-active {
    display: block;
}

.baysar-certificate-slider__slide img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
}

.baysar-certificate-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(23, 63, 39, .92);
    color: #fff;
    box-shadow: 0 14px 32px rgba(8, 30, 18, .18);
    cursor: pointer;
    transform: translateY(-50%);
}

.baysar-certificate-slider__nav--prev {
    left: 12px;
}

.baysar-certificate-slider__nav--next {
    right: 12px;
}

.baysar-certificate-slider__dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.baysar-certificate-slider__dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(23, 63, 39, .25);
    cursor: pointer;
}

.baysar-certificate-slider__dots button[aria-current="true"] {
    width: 24px;
    background: #f49714;
}

.baysar-certificate-slider__count {
    margin: -4px 0 0;
    color: #526157;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.baysar-certificate-modal__no-image {
    display: grid;
    min-height: 280px;
    place-items: center;
    padding: 24px;
    border: 1px dashed rgba(32, 93, 57, .26);
    border-radius: 8px;
    color: #526157;
    text-align: center;
}

.baysar-certificate-modal__body {
    padding: 54px 42px 42px;
}

.baysar-certificate-modal__body h2 {
    margin: 14px 0 14px;
    color: #173f27;
    font-family: var(--ogenix-font-two, serif);
    font-size: 38px;
    line-height: 1.08;
}

.baysar-certificate-modal__body p {
    margin: 0 0 26px;
    color: #5d685f;
    font-size: 16px;
    line-height: 1.75;
}

.baysar-certificate-modal__meta {
    display: grid;
    gap: 12px;
    margin: 0;
}

.baysar-certificate-modal__meta div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(32, 93, 57, .1);
}

.baysar-certificate-modal__meta dt {
    color: #173f27;
    font-weight: 800;
}

.baysar-certificate-modal__meta dd {
    margin: 0;
    color: #5d685f;
}

.baysar-certificate-modal-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .baysar-certificates-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .baysar-certificate-modal__panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .baysar-certificates-page {
        padding: 48px 0 104px;
    }

    .baysar-certificates-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .baysar-certificate-modal {
        padding: 14px;
    }

    .baysar-certificate-modal__body {
        padding: 44px 24px 28px;
    }

    .baysar-certificate-modal__body h2 {
        font-size: 30px;
    }

    .baysar-certificate-modal__meta div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
