/* Yamin Shop BD — storefront polish (logo orange CTAs, larger type, cart above nav) */

:root {
    --primary-color: #005a1e !important;
    --secondary-color: #0a5028 !important;
    --accent-color: #fa821e !important;
    --accent-dark: #f06e14;
    --leaf-green: #6eb43c;
    --border-color: #c8e0c8 !important;
    --title-color: #1f1f1f !important;
    --paragraph-color: #3f4a42 !important;
    --ys-orange: #fa821e;
    --ys-orange-dark: #e07012;
    --ys-orange-light: #ffb347;
    --ys-green: #005a1e;
    --ys-green-mid: #0a7a32;
    --ys-green-dark: #043d14;
    --ys-grad-orange: linear-gradient(135deg, #ffb347 0%, #fa821e 48%, #e07012 100%);
    --ys-grad-green: linear-gradient(135deg, #6eb43c 0%, #0a7a32 45%, #005a1e 100%);
    --ys-grad-footer: linear-gradient(165deg, #0a7a32 0%, #005a1e 42%, #043d14 100%);
    --ys-font-base: 17px;
}

html {
    font-size: 16px;
}

body.home,
body {
    background: #fff !important;
    font-family: "Hind Siliguri", system-ui, sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.6;
    color: #3f4a42 !important;
}

/* ——— Header / logo (larger) ——— */
.header.style-7 .logo img {
    height: 72px !important;
    width: auto !important;
    max-width: 220px !important;
    object-fit: contain;
}

@media (min-width: 992px) {
    .header.style-7 .logo img {
        height: 88px !important;
        max-width: 260px !important;
    }
}

.header.style-7 .header-bottom {
    background: var(--ys-grad-green) !important;
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
}

.header.style-7 .menu > li > a,
.header.style-7 .menu > li > a.category-link,
.header.style-7 .main-nav .menu a {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    opacity: 1 !important;
    padding-top: 0.45rem !important;
    padding-bottom: 0.45rem !important;
}

.header.style-7 .menu > li.active > a,
.header.style-7 .menu > li:hover > a,
.header.style-7 .menu > li > a.is-active,
.header.style-7 .menu > li > a:focus,
.header.style-7 .menu > li > a:hover,
.header.style-7 .menu > li > a.category-link:hover,
.header.style-7 .menu > li > a.category-link.is-active {
    color: #fff !important;
    opacity: 1 !important;
    text-decoration: none !important;
    background: transparent !important;
}

.header.style-7 .header-search-wrap {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 720px;
    width: 100%;
}

.header.style-7 .header-search {
    width: 100% !important;
}

.header.style-7 .header-search input.form-control {
    font-size: 0.95rem !important;
    min-height: 46px;
    border-radius: 12px;
    border: 1.5px solid #c8e0c8;
}

.header.style-7 .header-left {
    flex: 1 1 auto;
    min-width: 0;
    gap: 1rem;
}

.header.style-7 .header-search input.form-control:focus {
    border-color: #005a1e !important;
}

.header.style-7 .cart-count {
    background: #fa821e !important;
    color: #fff !important;
    font-size: 0.7rem;
}

.header.style-7 .header-action-label {
    font-size: 0.82rem !important;
}

.header.style-7 .header-right .label-down.link:hover i,
.header.style-7 .cart-toggle:hover i,
.header.style-7 .header-right .label-down.link:hover .header-action-label,
.header.style-7 .cart-toggle:hover .header-action-label {
    color: #fa821e !important;
}

/* ——— Home cards (restore compact sizing) ——— */
#categoryTitle,
.ys-section-head h2 {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    color: #1f1f1f !important;
}

.gb-product-grid .product.card-2 .body h3,
.gb-product-grid .product.card-2 .body h3 a {
    font-size: 0.98rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #1f1f1f !important;
}

.gb-product-grid .product.card-2 .price ins {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #fa821e !important;
}

.gb-product-grid .product.card-2 .price del {
    font-size: 0.85rem !important;
}

.gb-product-grid .product[class*="card-"] .save-label {
    background: #fa821e !important;
    font-size: 0.72rem !important;
}

.gb-product-grid .product[class*="card-"] .badge {
    background: color-mix(in srgb, #fa821e 18%, white);
    color: #9a4e0a;
    font-size: 0.75rem;
}

.gb-product-grid .product.card-2 .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #f6f7f5;
}

/* Home card buttons — orange gradient */
html.gb-theme-active .gb-product-grid .product[class*="card-"] .gb-card-btn--1,
.gb-product-grid .product.card-2 .gb-card-btn--1 {
    background: var(--ys-grad-orange) !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    min-height: 28px !important;
    padding: 0.22rem 0.5rem !important;
    border-radius: 7px !important;
    line-height: 1.2 !important;
    box-shadow: 0 4px 12px rgba(250, 130, 30, 0.28);
}

html.gb-theme-active .gb-product-grid .product[class*="card-"] .gb-card-btn--1:hover {
    background: linear-gradient(135deg, #fa821e 0%, #d9650a 100%) !important;
    border: 0 !important;
    filter: brightness(1.02);
}

/* Details / checkout CTAs — green gradient */
.gb-pd-info__add-btn,
.gb-co-submit,
.ys-btn--primary:not(.ys-cart-totals .ys-btn--primary),
a.ys-btn-orange,
button.ys-btn-orange {
    background: var(--ys-grad-green) !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    min-height: 44px;
    padding: 0.6rem 1rem !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 16px rgba(0, 90, 30, 0.22);
}

/* Cart sidebar checkout — orange */
.ys-drawer .ys-btn--primary,
.ys-cart-checkout,
.ys-cart-totals .ys-btn--primary,
.ys-drawer .ys-btn--block {
    background: var(--ys-grad-orange) !important;
    border: 0 !important;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(250, 130, 30, 0.28) !important;
}
.ys-drawer .ys-btn--primary:hover,
.ys-cart-totals .ys-btn--primary:hover {
    background: linear-gradient(135deg, #fa821e 0%, #d9650a 100%) !important;
}

.gb-pd-info__add-btn:hover,
.gb-co-submit:hover,
.ys-btn--primary:hover {
    background: #0a5028 !important;
    border-color: #0a5028 !important;
}

.gb-pd-info__buy-btn {
    border: 2px solid #005a1e !important;
    color: #005a1e !important;
    background: #fff !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    min-height: 44px;
    padding: 0.6rem 1rem !important;
    border-radius: 10px !important;
    width: 100%;
}

.gb-pd-info__buy-btn:hover {
    background: color-mix(in srgb, #005a1e 10%, white) !important;
}

.gb-pd-info__wa-btn {
    background: #25d366 !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    min-height: 44px;
    border-radius: 10px !important;
    font-weight: 700 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    text-decoration: none;
    padding: 0.55rem 0.85rem;
}

.gb-pd-info__call-btn {
    font-size: 0.95rem !important;
    min-height: 44px;
    border-radius: 10px !important;
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1.5px solid #c8e0c8;
    color: #005a1e;
    text-decoration: none;
    padding: 0.55rem 0.85rem;
    background: #fff;
}

.gb-pd-info__title {
    font-size: clamp(1.35rem, 2.5vw, 1.7rem) !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.gb-pd-info__price {
    color: #fa821e !important;
    font-size: clamp(1.4rem, 2.5vw, 1.75rem) !important;
    font-weight: 800 !important;
}

.gb-pd-desc,
.gb-pd-tabs__pane {
    font-size: 1rem !important;
    line-height: 1.65 !important;
}

.gb-pd-breadcrumb {
    font-size: 0.9rem !important;
}

/* Details width — use more of the screen */
.ys-pd-container {
    max-width: 1280px !important;
    width: 100%;
}

.ys-pd-wide .gb-pd__card {
    padding: 1.5rem 1.75rem;
}

.ys-pd-wide .gb-pd__row {
    grid-template-columns: 1.15fr 1fr;
    gap: 2rem;
    align-items: start;
}

/* Variant radio list */
.gb-pd-info__variants .gb-pd-variants-label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.55rem;
    color: #1f1f1f;
}

.gb-pd-variant-radios {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.95rem;
}

.gb-pd-variant-radio {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0.9rem;
    border: 1.5px solid #c8e0c8;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}

.gb-pd-variant-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gb-pd-variant-radio__dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #8fb89a;
    flex-shrink: 0;
    position: relative;
    background: #fff;
}

.gb-pd-variant-radio.is-selected,
.gb-pd-variant-radio:has(input:checked) {
    border-color: #005a1e;
    background: color-mix(in srgb, #005a1e 7%, white);
    box-shadow: 0 0 0 1px #005a1e;
}

.gb-pd-variant-radio.is-selected .gb-pd-variant-radio__dot,
.gb-pd-variant-radio:has(input:checked) .gb-pd-variant-radio__dot {
    border-color: #005a1e;
}

.gb-pd-variant-radio.is-selected .gb-pd-variant-radio__dot::after,
.gb-pd-variant-radio:has(input:checked) .gb-pd-variant-radio__dot::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: #005a1e;
}

.gb-pd-variant-radio__text {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-width: 0;
}

.gb-pd-variant-radio__text strong {
    font-size: 0.95rem;
    font-weight: 650;
    color: #1f1f1f;
}

.gb-pd-variant-radio__text em {
    font-style: normal;
    font-weight: 800;
    color: #005a1e;
    white-space: nowrap;
}

.gb-pd-variant-list,
.gb-pd-variant-row,
.gb-pd-variant-select,
.gb-pd-variant-price {
    display: none !important;
}

/* Qty + Add to cart in one row */
.gb-pd-info__actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 0.35rem;
}

.gb-pd-action-row {
    display: flex;
    gap: 0.65rem;
    align-items: stretch;
}

.gb-pd-action-row .gb-pd-info__qty {
    margin-bottom: 0;
    flex: 0 0 auto;
}

.gb-pd-action-row .gb-pd-info__add-btn {
    flex: 1;
    margin: 0;
}

.gb-pd-info__qty {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 1.5px solid #c8e0c8;
    border-radius: 10px;
    overflow: hidden;
}

.gb-pd-info__qty button {
    width: 42px;
    height: 44px;
    border: 0;
    background: #f6f7f5;
    font-size: 1.2rem;
    cursor: pointer;
}

.gb-pd-info__qty input {
    width: 48px;
    height: 44px;
    border: 0;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
}

.gb-pd-info__contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    margin-top: 0.15rem;
}

@media (max-width: 560px) {
    .gb-pd-action-row {
        flex-direction: column;
    }
    .gb-pd-info__contact {
        grid-template-columns: 1fr;
    }
    .ys-pd-wide .gb-pd__row {
        grid-template-columns: 1fr;
    }
}

.gb-pd-gallery__main {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    background: #f8faf8;
    border-radius: 14px;
}

.ys-chip {
    display: inline-block;
    background: color-mix(in srgb, #fa821e 16%, white);
    color: #9a4e0a;
    font-weight: 700;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.85rem;
    margin-bottom: 0.65rem;
}

/* ——— Footer ——— */
.footer.style-classic,
.footer {
    background: var(--ys-grad-footer) !important;
    background-color: #005a1e !important;
    border-top: 0 !important;
    margin-top: 2rem;
    color: #fff !important;
}

.footer.style-classic .footer-logo img,
.footer .footer-logo img {
    height: 56px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    filter: brightness(1.05);
}

.footer .gb-footer-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2rem;
}

.footer .footer-widget-title {
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
}

.footer .footer-widget-list a,
.footer .f-about-text,
.footer .footer-contact a,
.footer .footer-contact li,
.footer p,
.footer a {
    font-size: 0.92rem !important;
    color: rgba(255, 255, 255, 0.92) !important;
}

.footer .footer-widget-list a:hover,
.footer .footer-contact a:hover {
    color: #ffb347 !important;
}

.footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
    padding: 0.65rem 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.18) !important;
}

.footer .footer-bottom,
.footer .f-copyight-text,
.footer .footer-bottom p {
    font-size: 0.78rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin: 0;
}

/* ——— Login page ——— */
.ys-login {
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1rem;
    background:
        radial-gradient(circle at 12% 18%, rgba(250, 130, 30, 0.14), transparent 42%),
        radial-gradient(circle at 88% 80%, rgba(0, 90, 30, 0.12), transparent 40%),
        #f7faf7;
}

.ys-login__card {
    width: 100%;
    max-width: 440px;
    background: #fff;
    border: 1px solid #d7e8d7;
    border-radius: 20px;
    padding: 2rem 1.6rem 1.75rem;
    box-shadow: 0 18px 40px rgba(0, 90, 30, 0.08);
}

.ys-login__brand {
    text-align: center;
    margin-bottom: 1.15rem;
}

.ys-login__brand img,
.ys-login__logo {
    width: clamp(132px, 38vw, 168px);
    height: auto;
    object-fit: contain;
    margin: 0 auto 0.5rem;
    display: block;
}

.ys-login__brand h1,
.ys-login__title {
    margin: 0 0 0.15rem;
    font-size: 0.82rem;
    line-height: 1.25;
    color: #0a5028;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.ys-login__brand p,
.ys-login__subtitle {
    margin: 0;
    color: #6b756f;
    font-size: 0.7rem;
    line-height: 1.35;
    font-weight: 500;
}

@media (max-width: 480px) {
    .ys-login__card {
        padding: 1.35rem 1.05rem 1.2rem;
        border-radius: 16px;
    }
    .ys-login__brand img,
    .ys-login__logo {
        width: min(148px, 48vw);
    }
    .ys-login__brand h1,
    .ys-login__title {
        font-size: 0.76rem;
    }
    .ys-login__brand p,
    .ys-login__subtitle {
        font-size: 0.66rem;
    }
}

.ys-login__field {
    margin-bottom: 0.85rem;
}

.ys-login__field label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 0.88rem;
    color: #1f1f1f;
}

.ys-login__field input {
    width: 100%;
    min-height: 46px;
    border: 1.5px solid #c8e0c8;
    border-radius: 12px;
    padding: 0.55rem 0.85rem;
    font-size: 0.92rem;
    font-family: inherit;
}

.ys-login__field input:focus {
    outline: none;
    border-color: #fa821e;
    box-shadow: 0 0 0 3px rgba(250, 130, 30, 0.18);
}

.ys-login__remember {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.25rem 0 1rem;
    font-size: 0.86rem;
    cursor: pointer;
}

.ys-login__submit {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: #fa821e !important;
    color: #fff !important;
    font-size: 0.98rem !important;
    font-weight: 800 !important;
    cursor: pointer;
}

.ys-login__submit:hover {
    background: #e07012 !important;
}

.ys-login__back {
    display: block;
    text-align: center;
    margin-top: 1rem;
    color: #005a1e;
    font-weight: 600;
    font-size: 0.86rem;
    text-decoration: none;
}

.ys-login__back:hover {
    color: #fa821e;
}

/* Legacy login hooks */
.gb-li-submit,
[data-cms-section="login"] .gb-li-submit {
    background: #fa821e !important;
    border-color: #fa821e !important;
}

.gb-li-submit:hover,
[data-cms-section="login"] .gb-li-submit:hover {
    background: #e07012 !important;
}

html.gb-theme-active [data-cms-section="login"] .gb-li-submit {
    background: #fa821e !important;
    border-color: #fa821e !important;
    color: #fff !important;
}

/* ——— Cart drawer ABOVE sticky navbar ——— */
.ys-drawer-backdrop {
    z-index: 16000 !important;
}

#cartDrawer,
.ys-drawer,
.ys-cart-drawer {
    z-index: 16010 !important;
    width: min(430px, 100%) !important;
}

.ys-drawer__head h2 {
    font-size: 1.25rem !important;
}

.ys-drawer__body {
    font-size: 1.05rem;
}

.ys-cart-line {
    font-size: 1.02rem;
}

.ys-toast,
#toast.ys-toast {
    position: fixed !important;
    top: max(0.85rem, env(safe-area-inset-top, 0px)) !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    inset: auto !important;
    z-index: 99999 !important;
    display: block !important;
    width: min(420px, calc(100vw - 1.5rem)) !important;
    max-width: calc(100vw - 1.5rem) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -120%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    transition: transform 0.25s ease, opacity 0.25s ease !important;
}
.ys-toast.is-visible,
#toast.ys-toast.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
}
.ys-toast[hidden] {
    display: none !important;
}
.ys-toast__card {
    margin: 0 !important;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: #fff;
    color: #1f2937;
    box-shadow: 0 14px 40px rgba(10, 80, 40, 0.22);
    border: 1px solid #c8e0c8;
}
.ys-toast.is-visible .ys-toast__card {
    transform: none;
}
.ys-toast__card--success {
    border-color: #86c59a;
}
.ys-toast__card--error {
    border-color: #fecaca;
}
.ys-toast__icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
    background: #005a1e;
    color: #fff;
}
.ys-toast__card--error .ys-toast__icon {
    background: #b91c1c;
}
.ys-toast__msg {
    margin: 0;
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 600;
    word-break: break-word;
}
.ys-toast__close {
    border: 0;
    background: transparent;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
    padding: 0 0.15rem;
    flex-shrink: 0;
}

#ys-alerts .alert {
    display: none;
}

#ys-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0;
    z-index: 16200;
    background: linear-gradient(90deg, #fa821e, #005a1e);
    opacity: 0;
    pointer-events: none;
    transition: width 0.35s ease, opacity 0.2s ease;
}
#ys-progress.is-loading { opacity: 1; width: 72%; }
#ys-progress.is-loading.is-done { width: 100%; }

/* Checkout / success readability */
.gb-co-card,
.alert {
    font-size: 0.95rem;
}

/* ——— Order success modal ——— */
body[data-page="order-success"] {
    overflow: hidden;
}

.ys-os-page {
    min-height: 40vh;
}

.ys-os-backdrop {
    position: fixed;
    inset: 0;
    z-index: 16080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(8, 28, 16, 0.55);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.ys-os-modal {
    width: 100%;
    max-width: 440px;
    max-height: min(92vh, 720px);
    overflow-y: auto;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #d7e8d7;
    box-shadow: 0 24px 50px rgba(0, 40, 20, 0.28);
    padding: 1.25rem 1.15rem 1.2rem;
    text-align: center;
    margin: auto;
}

.ys-os-check {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.65rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf5;
    color: #005a1e;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
}

.ys-os-title {
    margin: 0 0 0.3rem;
    font-size: 1.05rem !important;
    font-weight: 800;
    color: #0a5028;
    line-height: 1.3;
}

.ys-os-lead {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    color: #5b655e;
    line-height: 1.4;
}

.ys-os-meta {
    margin: 0.2rem 0;
    font-size: 0.78rem;
    color: #374151;
    line-height: 1.4;
}

.ys-os-meta strong {
    color: #0a5028;
    font-weight: 700;
}

.ys-os-meta--status {
    margin-bottom: 0.85rem;
}

.ys-os-block {
    text-align: left;
    background: #f7faf7;
    border: 1px solid #d7e8d7;
    border-radius: 12px;
    padding: 0.75rem 0.85rem;
    margin-bottom: 0.65rem;
}

.ys-os-block__title {
    font-size: 0.78rem;
    font-weight: 800;
    color: #0a5028;
    margin-bottom: 0.4rem;
}

.ys-os-block p {
    margin: 0.12rem 0;
    font-size: 0.76rem;
    color: #374151;
    line-height: 1.4;
}

.ys-os-item {
    display: flex;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid #e5efe5;
}

.ys-os-item:last-of-type {
    border-bottom: 0;
}

.ys-os-item__name {
    font-size: 0.78rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
}

.ys-os-item__meta {
    font-size: 0.7rem;
    color: #6b7280;
    margin-top: 0.1rem;
}

.ys-os-item__price {
    font-size: 0.78rem;
    font-weight: 700;
    color: #0a5028;
    white-space: nowrap;
}

.ys-os-summary {
    margin-top: 0.55rem;
    padding-top: 0.45rem;
    border-top: 1px dashed #c8e0c8;
}

.ys-os-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.76rem;
    color: #4b5563;
    padding: 0.18rem 0;
}

.ys-os-summary__row--total {
    font-size: 0.88rem;
    font-weight: 800;
    color: #0a5028;
    margin-top: 0.2rem;
}

.ys-os-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.85rem;
    min-height: 44px;
    padding: 0.55rem 1rem;
    border-radius: 11px;
    background: #fa821e !important;
    color: #fff !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 6px 16px rgba(250, 130, 30, 0.28);
}

.ys-os-home:hover {
    background: #e07012 !important;
    color: #fff !important;
}

@media (max-width: 480px) {
    .ys-os-modal {
        padding: 1.05rem 0.9rem 1rem;
        border-radius: 16px;
        max-width: 100%;
    }
    .ys-os-title { font-size: 0.98rem !important; }
    .ys-os-lead { font-size: 0.74rem; }
    .ys-os-meta,
    .ys-os-block p,
    .ys-os-item__name,
    .ys-os-item__price,
    .ys-os-summary__row { font-size: 0.72rem; }
    .ys-os-item__meta { font-size: 0.66rem; }
}

@media (max-width: 991px) {
    .header.style-7 .logo img {
        height: 52px !important;
        max-width: 150px !important;
    }

    /* Mobile nav: only category + logo + dashboard + cart */
    .header.style-7 .header-middle .container.ys-nav-container,
    .ys-nav-container {
        width: 97% !important;
        max-width: 97% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 0.35rem;
    }
    .header.style-7 .ys-nav-left {
        display: flex;
        align-items: center;
        gap: 0.35rem;
        min-width: 0;
        flex: 1;
        margin: 0 !important;
    }
    .header.style-7 .ys-nav-right {
        display: flex;
        align-items: center;
        gap: 0.15rem;
        margin: 0 !important;
        flex-shrink: 0;
    }
    .header.style-7 .mobile-menu-toggle.ys-nav-burger-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        min-width: 42px;
        border: 0;
        border-radius: 11px;
        background: #fa821e !important;
        color: #fff !important;
        padding: 0;
        margin: 0;
        flex-shrink: 0;
        order: -1;
        box-shadow: 0 2px 10px rgba(250, 130, 30, 0.4);
        position: relative;
        z-index: 2;
        cursor: pointer;
    }
    .header.style-7 .ys-nav-burger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 18px;
        height: 14px;
    }
    .header.style-7 .ys-nav-burger span {
        display: block;
        width: 100%;
        height: 2.5px;
        border-radius: 2px;
        background: #fff;
    }
    .header.style-7 .ys-nav-left .logo {
        margin-left: 0.15rem !important;
        display: flex;
        align-items: center;
    }
    .header.style-7 .ys-nav-icon {
        width: 40px;
        height: 40px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        margin: 0 !important;
    }
    .header.style-7 .ys-nav-icon .header-action-label,
    .header.style-7 .mobile-header-search,
    .header.style-7 .sticky-content-wrapper.d-none {
        display: none !important;
    }
    .header.style-7 .header-middle {
        padding: 0.4rem 0 !important;
    }

    /* Mobile category drawer — solid orange, full opacity */
    .ys-mobile-cat-nav.main-nav {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: min(300px, 86vw);
        background: #fa821e !important;
        background-image: none !important;
        background-color: #fa821e !important;
        opacity: 1 !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        z-index: 16050;
        transform: translateX(-105%);
        transition: transform 0.25s ease;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 0 1.5rem;
        box-shadow: 10px 0 28px rgba(0, 0, 0, 0.35);
        isolation: isolate;
    }
    .ys-mobile-cat-nav.main-nav *,
    .ys-mobile-cat-nav.main-nav .menu a,
    .ys-mobile-cat-nav.main-nav .menu a.category-link {
        opacity: 1 !important;
    }
    .ys-mobile-cat-nav.main-nav.is-open {
        transform: translateX(0);
    }
    .ys-mobile-cat-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.05rem 1rem 0.9rem;
        color: #fff !important;
        background: #e07012 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        margin-bottom: 0.55rem;
    }
    .ys-mobile-cat-head strong {
        color: #fff !important;
        font-size: 1.05rem;
        font-weight: 800;
        letter-spacing: 0.02em;
    }
    .ys-mobile-cat-close {
        border: 0;
        background: #fff !important;
        color: #e07012 !important;
        width: 2.1rem;
        height: 2.1rem;
        border-radius: 999px;
        font-size: 1.35rem;
        font-weight: 700;
        cursor: pointer;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        opacity: 1 !important;
    }
    .ys-mobile-cat-nav .menu {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        padding: 0.35rem 0.75rem 0.75rem !important;
        gap: 0.4rem !important;
        list-style: none !important;
        margin: 0 !important;
        width: 100%;
        background: transparent !important;
    }
    .ys-mobile-cat-nav .menu > li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        list-style: none !important;
        background: transparent !important;
    }
    .ys-mobile-cat-nav .menu a,
    .ys-mobile-cat-nav .menu a.category-link {
        color: #fff !important;
        opacity: 1 !important;
        padding: 0.8rem 0.9rem !important;
        font-size: 0.98rem !important;
        font-weight: 700 !important;
        border-radius: 10px !important;
        display: block !important;
        width: 100% !important;
        white-space: normal !important;
        line-height: 1.35 !important;
        text-decoration: none !important;
        background: #e86f10 !important;
        border: 1px solid rgba(255, 255, 255, 0.28) !important;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
        box-shadow: none !important;
    }
    .ys-mobile-cat-nav .menu a:hover,
    .ys-mobile-cat-nav .menu a.is-active,
    .ys-mobile-cat-nav .menu li.active > a {
        background: #fff !important;
        color: #c45a0a !important;
        border-color: #fff !important;
        text-shadow: none !important;
    }
    body.ys-nav-open::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(10, 30, 18, 0.45);
        z-index: 16040;
    }

    /* Home body 97% — 2 products fit cleanly */
    .ys-home-container,
    body[data-page="home"] .container {
        width: 97% !important;
        max-width: 97% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    body[data-page="home"] .gb-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }
    body[data-page="home"] .gb-product-grid .product.card-2 .body {
        padding: 0.55rem 0.55rem 0.7rem !important;
    }
    body[data-page="home"] .gb-product-grid .product.card-2 .body h3,
    body[data-page="home"] .gb-product-grid .product.card-2 .body h3 a {
        font-size: 0.82rem !important;
    }
    body[data-page="home"] .gb-product-grid .product.card-2 .price ins {
        font-size: 0.92rem !important;
    }
    html.gb-theme-active body[data-page="home"] .gb-product-grid .product .gb-card-btn--1,
    body[data-page="home"] .gb-product-grid .product.card-2 .gb-card-btn--1 {
        font-size: 0.72rem !important;
        min-height: 32px !important;
        padding: 0.3rem 0.4rem !important;
    }
    #categoryTitle,
    .ys-section-head h2 {
        font-size: 1.05rem !important;
    }

    .footer .gb-footer-row {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .ys-mobile-cat-nav {
        display: none !important;
    }
    .header.style-7 .mobile-menu-toggle,
    .header.style-7 .mobile-menu-toggle.ys-nav-burger-btn {
        display: none !important;
    }
}

/* Details + checkout: compact text, button spacing (base site font stays 16px) */
body[data-page="product"] .ys-pd,
body[data-page="checkout"] .gb-co-grid,
body[data-page="checkout"] .container {
    font-size: 0.9rem;
}
.ys-pd__container {
    width: 97%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .ys-pd__container { width: min(1400px, 80%); }
}
.ys-pd__title {
    font-size: clamp(1.1rem, 2vw, 1.45rem) !important;
}
.ys-pd__price {
    font-size: 1.45rem !important;
}
.ys-pd__variant-name {
    font-size: 0.9rem !important;
}
.ys-pd__variant-price {
    font-size: 0.95rem !important;
}
.ys-pd__variant {
    padding: 0.7rem 0.85rem !important;
}
.ys-pd__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.ys-pd__cta-row {
    gap: 0.85rem !important;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}
.ys-pd__add,
.ys-pd__buy {
    min-height: 2.95rem !important;
    padding: 0.85rem 1.15rem !important;
    margin: 0.15rem 0 !important;
    font-size: 0.88rem !important;
}
.ys-pd__social-row {
    margin-top: 0.55rem;
    margin-bottom: 0.25rem;
    gap: 0.65rem !important;
}
.ys-pd__soc {
    padding: 0.8rem 0.75rem !important;
    font-size: 0.84rem !important;
}
.ys-pd__call {
    margin-top: 0.45rem;
    margin-bottom: 0.25rem;
    padding: 0.95rem !important;
}
.ys-pd__qty-wrap {
    margin: 0.25rem 0 0.15rem;
}
.ys-pd__variants {
    margin-bottom: 0.25rem;
}
.ys-product-card {
    cursor: pointer;
}
.ys-product-card .gb-card-actions,
.ys-product-card .js-add-to-cart {
    cursor: pointer;
}
.ys-pd__call p {
    font-size: 0.85rem !important;
}
.ys-pd__share {
    margin-top: 0.15rem;
}
.ys-pd__qty button {
    padding: 0.65rem 0.9rem !important;
}
.ys-pd__desc,
.ys-pd__tab-body {
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
}
.ys-pd__crumb {
    font-size: 0.82rem !important;
}

/* Checkout compact */
body[data-page="checkout"] .ys-page-title {
    font-size: 1.2rem !important;
}
body[data-page="checkout"] .gb-co-card-title {
    font-size: 0.95rem !important;
}
body[data-page="checkout"] .gb-co-field label,
body[data-page="checkout"] label {
    font-size: 0.8rem !important;
}
body[data-page="checkout"] .gb-co-input,
body[data-page="checkout"] input,
body[data-page="checkout"] select,
body[data-page="checkout"] textarea {
    font-size: 0.88rem !important;
    padding: 0.55rem 0.7rem !important;
    min-height: 40px;
}
body[data-page="checkout"] .gb-co-submit,
body[data-page="checkout"] .ys-btn--primary {
    font-size: 0.9rem !important;
    padding: 0.7rem 1rem !important;
    min-height: 44px;
}
body[data-page="checkout"] .container {
    width: 97% !important;
    max-width: 97% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (min-width: 768px) {
    body[data-page="checkout"] .container {
        width: min(1100px, 92%) !important;
        max-width: min(1100px, 92%) !important;
    }
}

/* ===== Araf-like product cards ===== */
.gb-product-grid .product.card-2 {
    background: #fff !important;
    border: 1px solid #e8eee9 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100%;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: transform .2s ease, box-shadow .2s ease;
}
.gb-product-grid .product.card-2:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(10, 80, 40, 0.1);
}
.gb-product-grid .product.card-2 .img {
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    background: #f7faf7 !important;
    border-radius: 16px 16px 0 0 !important;
}
.gb-product-grid .product.card-2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gb-product-grid .product.card-2 .body {
    padding: 0.85rem 0.9rem 1rem !important;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}
.gb-product-grid .product.card-2 .body h3,
.gb-product-grid .product.card-2 .body h3 a {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #0f172a !important;
    margin: 0 !important;
}
.gb-product-grid .product.card-2 .gb-card-footer {
    margin-top: auto;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.55rem !important;
}
.gb-product-grid .product.card-2 .price {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
}
.gb-product-grid .product.card-2 .price ins {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #005a1e !important;
    text-decoration: none !important;
}
.gb-product-grid .product.card-2 .price del {
    font-size: 0.82rem !important;
    color: #94a3b8 !important;
}
.gb-product-grid .product.card-2 .gb-card-actions {
    width: 100%;
}
html.gb-theme-active .gb-product-grid .product[class*="card-"] .gb-card-btn--1,
.gb-product-grid .product.card-2 .gb-card-btn--1 {
    width: 100% !important;
    justify-content: center;
    display: inline-flex !important;
    align-items: center;
    gap: 0.35rem;
    background: var(--ys-grad-orange) !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    min-height: 36px !important;
    padding: 0.4rem 0.65rem !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(250, 130, 30, 0.28);
}
html.gb-theme-active .gb-product-grid .product[class*="card-"] .gb-card-btn--1:hover {
    background: linear-gradient(135deg, #fa821e 0%, #d9650a 100%) !important;
    border: 0 !important;
}
.gb-product-grid .product.card-2 .quantity-box {
    width: 100%;
    justify-content: space-between;
    border-radius: 10px;
    border: 1.5px solid #c8e0c8;
}

/* ===== Araf-like product details ===== */
.ys-pd {
    background: #f9fff9;
    padding: 1rem 0 3rem;
}
.ys-pd__container {
    width: min(1400px, 97%);
    margin: 0 auto;
}
@media (min-width: 768px) {
    .ys-pd__container { width: min(1400px, 80%); }
}
.ys-pd__crumb {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.25rem;
}
.ys-pd__crumb a { color: #64748b; }
.ys-pd__crumb a:hover { color: #005a1e; }
.ys-pd__crumb span { margin: 0 0.4rem; color: #94a3b8; }
.ys-pd__grid {
    display: grid;
    gap: 2rem;
}
@media (min-width: 1024px) {
    .ys-pd__grid {
        grid-template-columns: 55% 45%;
        gap: 2.5rem;
        align-items: start;
    }
}
.ys-pd__gallery { display: flex; flex-direction: column; gap: 0.75rem; }
.ys-pd__main-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #eef2f0;
    background: #fff;
}
.ys-pd__main {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.25rem;
    display: block;
}
.ys-pd__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
    cursor: pointer;
    font-size: 1.35rem;
    line-height: 1;
    color: #334155;
}
.ys-pd__nav--prev { left: 0.5rem; }
.ys-pd__nav--next { right: 0.5rem; }
.ys-pd__thumbs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}
.ys-pd__thumb {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 0.75rem;
    border: 2px solid #eef2f0;
    background: #fff;
    padding: 0.2rem;
    cursor: pointer;
    overflow: hidden;
}
@media (min-width: 640px) {
    .ys-pd__thumb { width: 80px; height: 80px; }
}
.ys-pd__thumb.is-active {
    border-color: #005a1e;
    box-shadow: 0 0 0 2px rgba(0, 90, 30, 0.18);
}
.ys-pd__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ys-pd__info { display: flex; flex-direction: column; gap: 1rem; }
.ys-pd__cat {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #005a1e;
}
.ys-pd__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 900;
    line-height: 1.25;
    color: #0f172a;
}
.ys-pd__meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}
.ys-pd__stars { color: #fbbf24; letter-spacing: 1px; }
.ys-pd__rating { font-weight: 700; color: #334155; }
.ys-pd__muted { color: #94a3b8; }
.ys-pd__price-box {
    background: transparent;
}
.ys-pd__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.65rem;
}
.ys-pd__price {
    font-size: 1.85rem;
    font-weight: 900;
    color: #0a5028;
}
.ys-pd__compare {
    font-size: 1.05rem;
    color: #94a3b8;
    text-decoration: line-through;
}
.ys-pd__off {
    background: #dc2626;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
    border-radius: 0.5rem;
    padding: 0.15rem 0.45rem;
}
.ys-pd__save {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #005a1e;
}
.is-hidden { display: none !important; }
.ys-pd__stock {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1f2937;
}
.ys-pd__stock-dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: #22c55e;
}
.ys-pd__chip {
    margin-left: 0.35rem;
    background: color-mix(in srgb, #fa821e 16%, white);
    color: #9a4e0a;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}
.ys-pd__variants-label {
    margin: 0 0 0.65rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #1f2937;
}
.ys-pd__variant-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.ys-pd__variant {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.95rem 1.05rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.9rem;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease, transform .15s ease;
}
.ys-pd__variant:hover {
    border-color: color-mix(in srgb, #005a1e 40%, #e5e7eb);
    box-shadow: 0 6px 16px rgba(10, 80, 40, 0.08);
    transform: scale(1.01);
}
.ys-pd__variant input { position: absolute; opacity: 0; pointer-events: none; }
.ys-pd__variant.is-selected,
.ys-pd__variant:has(input:checked) {
    border-color: #005a1e;
    background: color-mix(in srgb, #005a1e 10%, white);
}
.ys-pd__variant-main {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.45rem;
    min-width: 0;
}
.ys-pd__variant-name {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}
.ys-pd__variant-price {
    font-size: 1.05rem;
    font-weight: 900;
    color: #005a1e;
}
.ys-pd__variant-save {
    flex-shrink: 0;
    border-radius: 999px;
    background: #fef2f2;
    color: #dc2626;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.35rem 0.75rem;
}
.ys-pd__qty-wrap { margin-top: 0.35rem; }
.ys-pd__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #fff;
    overflow: hidden;
}
.ys-pd__qty button {
    border: 0;
    background: transparent;
    padding: 0.75rem 1rem;
    cursor: pointer;
    color: #64748b;
    font-size: 1.1rem;
}
.ys-pd__qty button:hover { background: #f8fafc; }
.ys-pd__qty input {
    width: 2.75rem;
    border: 0;
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    outline: none;
    -moz-appearance: textfield;
}
.ys-pd__qty input::-webkit-outer-spin-button,
.ys-pd__qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.ys-pd__cta-row {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
@media (min-width: 640px) {
    .ys-pd__cta-row { flex-direction: row; }
}
.ys-pd__add,
.ys-pd__buy {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.1rem;
    border: 0;
    border-radius: 1rem;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
}
.ys-pd__add {
    background: var(--ys-grad-orange) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(250, 130, 30, 0.28);
}
.ys-pd__add:hover {
    background: linear-gradient(135deg, #fa821e 0%, #d9650a 100%) !important;
    filter: brightness(1.03);
}
.ys-pd__buy {
    background: var(--ys-grad-green) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(0, 90, 30, 0.25);
}
.ys-pd__buy:hover {
    background: linear-gradient(135deg, #0a7a32 0%, #043d14 100%) !important;
}
.ys-pd__social-row {
    display: flex;
    gap: 0.55rem;
}
.ys-pd__soc {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.8rem 0.75rem;
    border-radius: 0.75rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform .15s ease, box-shadow .15s ease;
}
.ys-pd__soc:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
}
.ys-pd__soc--fb {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1e40af !important;
}
.ys-pd__soc--wa {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #166534 !important;
}
.ys-pd__fb-icon {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #1877F2;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
}
.ys-pd__call {
    border-radius: 1rem;
    border: 1px solid #a7f3d0;
    background: rgba(236, 253, 245, 0.85);
    padding: 1rem;
    text-align: center;
}
.ys-pd__call p {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    color: #064e3b;
}
.ys-pd__call a {
    color: #005a1e;
    text-decoration: underline;
}
.ys-pd__share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748b;
}
.ys-pd__share-btn {
    border: 0;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 800;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
}
.ys-pd__share-btn--fb { background: #2563eb; }
.ys-pd__share-btn--wa { background: #16a34a; }
.ys-pd__share-btn--copy { background: #1f2937; }
.ys-pd__tabs {
    margin-top: 2.5rem;
    border-radius: 1rem;
    border: 1px solid #eef2f0;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
    overflow: hidden;
}
.ys-pd__tab-headers {
    display: flex;
    gap: 0.25rem;
    overflow-x: auto;
    border-bottom: 1px solid #f1f5f9;
    padding: 0.5rem;
}
.ys-pd__tab-headers button {
    flex-shrink: 0;
    border: 0;
    border-radius: 0.75rem;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}
.ys-pd__tab-headers button.is-active {
    background: #005a1e;
    color: #fff;
}
.ys-pd__tab-body {
    padding: 1.5rem 1.25rem 1.75rem;
}
@media (min-width: 768px) {
    .ys-pd__tab-body { padding: 2rem; }
}
.ys-pd__desc {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.75;
    white-space: pre-line;
}
