.mbk-fd-page {
    --mbk-fd-orange: #f05a24;
    --mbk-fd-green: #167b54;
    --mbk-fd-ink: #16352e;
    --mbk-fd-muted: #66766f;
    --mbk-fd-line: #e4ebe7;
    --mbk-fd-surface: #ffffff;
    background: #f8faf8;
    color: var(--mbk-fd-ink);
    padding-bottom: 42px;
}

.mbk-fd-page *, .mbk-fd-page *::before, .mbk-fd-page *::after { box-sizing: border-box; }
.mbk-fd-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.mbk-fd-hero { background: linear-gradient(116deg, #fff4ea 0%, #ffffff 52%, #e7f5ed 100%); border-bottom: 1px solid var(--mbk-fd-line); }
.mbk-fd-hero-grid { min-height: 390px; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(270px, .6fr); align-items: center; gap: 64px; }
.mbk-fd-eyebrow, .mbk-fd-section-heading span { color: var(--mbk-fd-orange); font-size: 12px; font-weight: 800; letter-spacing: 0; }
.mbk-fd-hero h1 { margin: 8px 0; font-size: 52px; line-height: 1; letter-spacing: 0; color: var(--mbk-fd-green); }
.mbk-fd-hero p { max-width: 600px; margin: 0 0 14px; color: var(--mbk-fd-muted); line-height: 1.65; }
.mbk-fd-hero .mbk-fd-hero-lead { color: var(--mbk-fd-ink); font-size: 20px; font-weight: 700; }
.mbk-fd-trust-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 23px 0; color: var(--mbk-fd-green); font-size: 14px; font-weight: 700; }
.mbk-fd-trust-points span::before { content: "✓"; margin-right: 6px; color: var(--mbk-fd-orange); }
.mbk-fd-primary-button, .mbk-fd-add-to-cart { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border: 0; border-radius: 6px; background: var(--mbk-fd-orange); color: #fff; font-size: 15px; font-weight: 800; text-decoration: none; cursor: pointer; }
.mbk-fd-primary-button { padding: 0 22px; }
.mbk-fd-primary-button:hover, .mbk-fd-add-to-cart:hover { background: #d94c1b; color: #fff; }
.mbk-fd-countdown-card { padding: 30px 25px; border: 1px solid #f7cbb7; border-radius: 8px; background: var(--mbk-fd-surface); box-shadow: 0 15px 30px rgba(25, 78, 56, .1); text-align: center; }
.mbk-fd-countdown-card > span { color: var(--mbk-fd-muted); font-size: 14px; font-weight: 700; }
.mbk-fd-countdown { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 16px 0 8px; color: var(--mbk-fd-orange); }
.mbk-fd-countdown strong { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 6px; background: #fff0e9; font-size: 24px; }
.mbk-fd-countdown i { font-style: normal; font-size: 24px; font-weight: 800; }
.mbk-fd-countdown-card small { color: var(--mbk-fd-muted); font-size: 10px; white-space: nowrap; }
.mbk-fd-categories { border-bottom: 1px solid var(--mbk-fd-line); background: #fff; }
.mbk-fd-category-scroll { display: flex; align-items: center; gap: 7px; min-height: 80px; overflow-x: auto; scrollbar-width: thin; }
.mbk-fd-category-link { flex: 0 0 auto; padding: 10px 13px; border-radius: 5px; color: #4a5d55; font-size: 14px; font-weight: 700; text-decoration: none; }
.mbk-fd-category-link:hover, .mbk-fd-category-link.is-active { background: #e6f4eb; color: var(--mbk-fd-green); }
.mbk-fd-offers { padding: 45px 0 60px; }
.mbk-fd-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.mbk-fd-section-heading h2 { margin: 5px 0 0; font-size: 30px; letter-spacing: 0; }
.mbk-fd-section-heading p { margin: 0; color: var(--mbk-fd-muted); font-size: 14px; }
.mbk-fd-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.mbk-fd-product-card { overflow: hidden; border: 1px solid var(--mbk-fd-line); border-radius: 7px; background: var(--mbk-fd-surface); box-shadow: 0 5px 18px rgba(24, 61, 47, .06); }
.mbk-fd-product-media { position: relative; display: grid; place-items: center; min-height: 205px; background: #f7faf8; }
.mbk-fd-product-media a, .mbk-fd-product-media img { display: block; width: 100%; height: 205px; object-fit: contain; }
.mbk-fd-image-fallback { color: #98a9a2; font-size: 13px; font-weight: 800; }
.mbk-fd-discount-badge { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 6px 8px; border-radius: 4px; background: var(--mbk-fd-orange); color: #fff; font-size: 12px; font-weight: 800; }
.mbk-fd-favorite { position: absolute; z-index: 1; top: 10px; right: 10px; width: 34px; height: 34px; border: 1px solid var(--mbk-fd-line); border-radius: 50%; background: #fff; color: #809087; font-size: 20px; cursor: not-allowed; }
.mbk-fd-product-body { padding: 16px; }
.mbk-fd-remaining { margin: 0 0 9px; color: var(--mbk-fd-orange); font-size: 12px; font-weight: 800; }
.mbk-fd-product-body h3 { min-height: 44px; margin: 0; font-size: 15px; line-height: 1.45; }
.mbk-fd-product-body h3 a { color: var(--mbk-fd-ink); text-decoration: none; }
.mbk-fd-rating { min-height: 19px; margin: 8px 0; color: #8b9a93; font-size: 12px; }
.mbk-fd-prices { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-bottom: 13px; }
.mbk-fd-prices strong { color: var(--mbk-fd-green); font-size: 20px; }
.mbk-fd-prices del { color: #8b9a93; font-size: 13px; }
.mbk-fd-add-to-cart { width: 100%; min-height: 42px; }
.mbk-fd-add-to-cart.is-loading { opacity: .7; cursor: wait; }
.mbk-fd-add-to-cart.is-error { background: #b84232; }
.mbk-fd-empty-state { padding: 54px 20px; border: 1px dashed #cbd9d2; border-radius: 7px; background: #fff; text-align: center; }
.mbk-fd-empty-state h3 { margin: 0 0 8px; font-size: 20px; }
.mbk-fd-empty-state p { margin: 0; color: var(--mbk-fd-muted); }
.mbk-fd-bottom-trust { border-top: 1px solid var(--mbk-fd-line); border-bottom: 1px solid var(--mbk-fd-line); background: #fff; }
.mbk-fd-bottom-trust .mbk-fd-shell { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 24px 0; }
.mbk-fd-bottom-trust span { color: var(--mbk-fd-green); font-size: 14px; font-weight: 800; text-align: center; }
.mbk-fd-bottom-trust span::before { content: "✓"; margin-right: 7px; color: var(--mbk-fd-orange); }
@media (max-width: 980px) { .mbk-fd-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .mbk-fd-hero-grid { gap: 35px; } }
@media (max-width: 720px) { .mbk-fd-shell { width: min(100% - 28px, 1180px); } .mbk-fd-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 24px; padding: 46px 0; } .mbk-fd-hero h1 { font-size: 40px; } .mbk-fd-countdown-card { max-width: 370px; width: 100%; } .mbk-fd-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .mbk-fd-product-body { padding: 12px; } .mbk-fd-product-body h3 { font-size: 14px; } .mbk-fd-prices strong { font-size: 17px; } .mbk-fd-bottom-trust .mbk-fd-shell { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .mbk-fd-product-grid { grid-template-columns: 1fr; } .mbk-fd-product-media, .mbk-fd-product-media a, .mbk-fd-product-media img { height: 220px; } .mbk-fd-section-heading h2 { font-size: 26px; } }
