* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #252525;
    background: #fff7ee;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.md-page {
    overflow: hidden;
    background:
        linear-gradient(180deg, #fff4ea 0%, #fffaf5 38%, #f7e8e9 58%, #fff6eb 100%);
}

.md-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.md-hero {
    position: relative;
    background: #fff4ea;
}

.md-hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 60px;
    background: linear-gradient(180deg, rgba(255, 246, 238, 0), rgba(255, 250, 245, .96) 48%, rgba(255, 248, 241, 0));
    pointer-events: none;
}

.md-hero-banner {
    width: 100%;
    height: auto;
    display: block;
}

.md-section {
    padding: 24px 0;
}

.md-coupon-section {
    position: relative;
    padding: 46px 0 26px;
}

.md-coupon-section:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    width: min(1080px, calc(100% - 48px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(194, 152, 112, .28), transparent);
}

.md-coupon {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    min-height: 170px;
    padding: 28px 42px;
    border-radius: 8px;
    background: #e9ecef;
    box-shadow: 0 18px 36px rgba(120, 83, 55, .07);
    overflow: hidden;
}

.md-coupon-no-art {
    grid-template-columns: 1fr;
}

.md-kicker {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 800;
    color: #1f252a;
}

.md-block-title {
    margin: 0;
    font-size: 26px;
    line-height: 1.14;
    font-weight: 900;
    color: #1f252a;
}

.md-block-desc {
    margin: 9px 0 0;
    font-size: 15px;
    line-height: 1.45;
    color: #3f4548;
}

.md-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 34px;
    margin-top: 16px;
    padding: 0 18px;
    border-radius: 999px;
    background: #111820;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    transition: transform .2s ease, opacity .2s ease;
}

.md-btn:link,
.md-btn:visited,
.md-btn:focus,
.md-btn:active {
    color: #fff;
    text-decoration: none;
}

.md-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: .88;
    transform: translateY(-1px);
}

.md-coupon-art {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.md-coupon-art img {
    width: min(34%, 160px);
    max-height: 138px;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(35, 35, 35, .14));
}

.md-coupon-message {
    min-height: 18px;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    color: #4f5960;
}

.md-coupon-message.is-success {
    color: #1d7a50;
}

.md-coupon-message.is-error {
    color: #c94b37;
}

.md-gift-panel {
    padding: 30px;
    border-radius: 8px;
    background: #f2dfc9;
}

.md-gift-main {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    min-height: 230px;
    padding: 34px 44px;
    border-radius: 8px;
    background: linear-gradient(100deg, rgba(255, 248, 239, .94), rgba(255, 238, 215, .72));
}

.md-gift-main img {
    justify-self: center;
    width: min(82%, 360px);
    filter: drop-shadow(0 22px 24px rgba(171, 95, 42, .17));
}

.md-coupon-entry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.md-coupon-entry {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 82px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(255, 250, 244, .94);
    box-shadow: 0 10px 22px rgba(171, 95, 42, .08);
    overflow: hidden;
}

.md-coupon-entry:before,
.md-coupon-entry:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff1dd;
    transform: translateY(-50%);
}

.md-coupon-entry:before {
    left: -8px;
}

.md-coupon-entry:after {
    right: -8px;
}

.md-coupon-value {
    display: block;
    font-size: 18px;
    line-height: 1.05;
    font-weight: 900;
    color: #ff6236;
    white-space: nowrap;
}

.md-coupon-condition,
.md-coupon-date {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    color: #6a5d55;
}

.md-coupon-date {
    color: #9a8475;
}

.md-coupon-action {
    position: relative;
    z-index: 1;
    min-width: 82px;
    height: 30px;
    margin-top: 0;
    padding: 0 12px;
    background: #ef9a8d;
    font-size: 11px;
    white-space: nowrap;
}

.md-coupon-entry.is-used .md-coupon-action {
    background: #85888c;
}

.md-coupon-entry-feedback {
    grid-column: 1 / -1;
    min-height: 16px;
    margin-top: -2px;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 800;
    color: #4f5960;
}

.md-coupon-entry-feedback.is-success {
    color: #1d7a50;
}

.md-coupon-entry-feedback.is-error {
    color: #c94b37;
}

.md-gift-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.md-mini-panel {
    min-height: 154px;
    border-radius: 8px;
    background: rgba(255, 250, 244, .88);
    overflow: hidden;
}

.md-mini-link {
    display: grid;
    grid-template-columns: 1fr 170px;
    align-items: center;
    gap: 20px;
    min-height: 154px;
    padding: 24px;
    color: inherit;
}

.md-mini-link-no-media {
    grid-template-columns: 1fr;
}

.md-mini-link:hover {
    color: inherit;
}

.md-mini-cta {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 900;
    color: #ff6236;
}

.md-mini-media {
    position: relative;
    justify-self: end;
    width: 170px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.md-mini-media img {
    justify-self: end;
    width: 150px;
    max-height: 120px;
    object-fit: contain;
    filter: drop-shadow(0 14px 18px rgba(91, 60, 45, .12));
}

.md-mini-media .md-mini-chip {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    padding: 6px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 8px 18px rgba(91, 60, 45, .12);
}

.md-mini-media .md-mini-chip + .md-mini-chip {
    right: 38px;
    transform: scale(.92);
}

.md-daily {
    padding: 42px 0;
    background: #e9d5d6;
}

.md-daily-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.md-section-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    color: #22282c;
}

.md-title-light {
    color: #fff;
    text-shadow: 0 1px 0 rgba(120, 90, 90, .12);
}

.md-countdown {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5f5555;
    font-size: 14px;
    font-weight: 800;
}

.md-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1d2226;
    color: #fff;
    font-size: 13px;
}

.md-daily-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.md-pick-card,
.md-product-card {
    min-width: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(91, 60, 45, .08);
    overflow: hidden;
}

.md-pick-card {
    position: relative;
    min-height: 230px;
    padding: 28px;
}

.md-product-name {
    margin: 0;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 900;
    color: #24282b;
}

.md-product-meta {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
    color: #555;
}

.md-product-price {
    margin-top: 30px;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    color: #ff6236;
    letter-spacing: -.04em;
}

.md-price-current,
.md-price-value,
.md-price-currency {
    display: inline-block;
    vertical-align: baseline;
}

.md-price-current {
    white-space: nowrap;
}

.md-price-currency {
    margin-left: 2px;
    font-size: .54em;
    letter-spacing: 0;
}

.md-product-price small {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #9a9a9a;
    font-weight: 700;
    text-decoration: line-through;
    letter-spacing: 0;
    white-space: nowrap;
}

.md-pick-card img {
    position: absolute;
    right: 20px;
    bottom: 12px;
    width: 44%;
    max-height: 130px;
    object-fit: contain;
}

.md-feature {
    padding: 28px 0;
    background: #fff7ef;
}

.md-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.md-feature-media {
    min-height: 420px;
    background: #20262d;
}

.md-feature-media img {
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
}

.md-feature-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px;
}

.md-feature-info .md-product-price {
    margin-top: 64px;
}

.md-feature-hero .md-feature-media {
    background:
        radial-gradient(circle at 62% 42%, rgba(255, 255, 255, .42), transparent 24%),
        linear-gradient(135deg, #14191e 0%, #2b3138 48%, #f3f4f5 100%);
}

.md-feature-hero .md-feature-media img {
    padding: 0;
    object-fit: contain;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .22));
}

.md-feature-hero .md-feature-info {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 420px;
    padding: 70px 74px 58px;
    background: #fff;
}

.md-feature-hero .md-product-name {
    font-size: 28px;
    letter-spacing: -.02em;
}

.md-feature-hero .md-product-meta {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 700;
    color: #4b4f52;
}

.md-feature-hero .md-feature-details {
    margin-top: 14px;
    max-width: 680px;
}

.md-feature-hero .md-feature-details .md-product-meta {
    margin-top: 0;
}

.md-feature-hero .md-feature-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.md-feature-hero .md-feature-list li {
    position: relative;
    padding-left: 14px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #4b4f52;
}

.md-feature-hero .md-feature-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .62em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff7042;
}

.md-feature-hero .md-feature-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}

.md-feature-hero .md-feature-specs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.md-feature-hero .md-spec-pill {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 12px;
    border: 1px solid #bfc3c7;
    border-radius: 999px;
    color: #3a3f42;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    background: #fff;
}

.md-feature-hero .md-feature-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
}

.md-feature-hero .md-feature-info .md-product-price {
    margin-top: 18px;
    font-size: 30px;
}

.md-feature-hero .md-feature-info .md-btn {
    min-width: 156px;
    height: 42px;
    margin-top: 0;
    background: #111820;
    font-size: 15px;
}

.md-hot-feature {
    padding: 18px 0 30px;
}

.md-hot-feature .md-feature-grid {
    grid-template-columns: .95fr 1.05fr;
    min-height: 390px;
    border: 1px solid rgba(202, 166, 128, .16);
    background: #fff;
    box-shadow: 0 22px 44px rgba(112, 74, 46, .08);
}

.md-hot-feature .md-feature-media {
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    min-height: 390px;
    padding: 38px;
    background:
        radial-gradient(circle at 44% 48%, rgba(255, 246, 234, .72) 0 38%, rgba(246, 238, 227, .8) 66%, transparent 86%),
        linear-gradient(145deg, #f4eee5 0%, #fff4e7 100%);
}

.md-hot-feature .md-feature-media img {
    width: min(82%, 420px);
    height: auto;
    max-height: 310px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: contrast(1.02) saturate(1.02);
}

.md-hot-feature .md-feature-info {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 390px;
    padding: 56px 64px 50px;
    background:
        linear-gradient(135deg, #fff 0%, #fffaf5 70%, #fff3e4 100%);
}

.md-hot-feature .md-feature-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.md-hot-feature .md-product-name {
    max-width: 560px;
    font-size: 31px;
    line-height: 1.08;
    letter-spacing: -.03em;
}

.md-hot-feature .md-product-meta {
    max-width: 560px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 700;
    color: #5f5b57;
}

.md-hot-feature .md-feature-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
}

.md-hot-feature .md-feature-info .md-product-price {
    margin-top: 0;
    font-size: 34px;
}

.md-hot-feature .md-feature-info .md-btn {
    min-width: 154px;
    height: 40px;
    margin-top: 0;
    background: #111820;
    font-size: 14px;
}

.md-products {
    padding: 16px 0 44px;
    background: #fff7ef;
}

.md-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.md-section-head p {
    margin: 6px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #6f625a;
}

.md-grid-heading {
    grid-column: 1 / -1;
    margin: 14px 0 0;
}

.md-scroll-anchor {
    grid-column: 1 / -1;
    height: 0;
    overflow: hidden;
}

.md-combo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.md-combo-card {
    min-width: 0;
    min-height: 270px;
    padding: 24px 18px 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, #fff7ea 0%, #ffe8cc 100%);
    box-shadow: 0 10px 22px rgba(91, 60, 45, .08);
    overflow: hidden;
}

.md-combo-card a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42%;
    align-items: end;
    gap: 12px;
    height: 100%;
}

.md-combo-media {
    position: relative;
    align-self: end;
    min-width: 0;
}

.md-combo-main {
    position: relative;
}

.md-combo-main:after {
    content: "+";
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(17, 24, 32, .86);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 26px;
    text-align: center;
}

.md-combo-main img {
    width: 100%;
    height: 142px;
    object-fit: contain;
}

.md-combo-children {
    position: absolute;
    right: 2px;
    bottom: -2px;
    display: flex;
    gap: 4px;
}

.md-combo-children img {
    width: 38px;
    height: 38px;
    padding: 5px;
    border-radius: 8px;
    background: rgba(255,255,255,.78);
    object-fit: contain;
}

.md-combo-info {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-width: 0;
}

.md-combo-info .md-product-price {
    margin-top: auto;
    font-size: 24px;
}

.md-combo-pair {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.md-combo-card .md-btn {
    height: 30px;
    min-width: 98px;
    background: #ef9a8d;
}

.md-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.md-product-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42%;
    align-items: end;
    gap: 12px;
    min-height: 270px;
    padding: 24px 18px 18px;
}

.md-product-info {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-width: 0;
}

.md-product-media {
    align-self: end;
    min-width: 0;
}

.md-tag {
    display: inline-flex;
    align-items: center;
    height: 18px;
    margin-left: 4px;
    padding: 0 8px;
    border-radius: 999px;
    background: #ff6b55;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    vertical-align: middle;
}

.md-save {
    display: inline-flex;
    align-items: center;
    height: 18px;
    margin-top: 8px;
    padding: 0 8px;
    border-radius: 999px;
    background: #ffe1ae;
    color: #9b5a1f;
    font-size: 10px;
    font-weight: 900;
}

.md-product-card img {
    position: static;
    width: 100%;
    max-height: 142px;
    object-fit: contain;
}

.md-product-info .md-product-price {
    margin-top: auto;
}

.md-combo-info .md-btn,
.md-product-info .md-btn {
    align-self: flex-start;
}

.md-product-card .md-btn {
    height: 28px;
    min-width: 92px;
    margin-top: 10px;
    padding: 0 12px;
    background: #111820;
    font-size: 11px;
}

.md-pick-card .md-btn,
.md-feature-hero .md-feature-info .md-btn,
.md-hot-feature .md-feature-info .md-btn,
.md-combo-card .md-btn,
.md-product-card .md-btn {
    background: #111820 !important;
}

.md-ecology {
    padding-top: 0;
}

.md-ecology .md-tag {
    background: #f1dfbc;
    color: #9b7333;
}

.md-band {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    min-height: 380px;
    padding: 0;
    background: #fff;
}

.md-band-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 380px;
    padding: 0;
    overflow: hidden;
    background: #f1f2f0;
}

.md-band-media img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.md-band-content {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100%;
    padding: 46px 64px;
    background: #fff;
}

.md-band-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.md-band-list li {
    position: relative;
    margin-top: 9px;
    padding-left: 14px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    color: #686868;
}

.md-band-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff7042;
}

.md-band-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 20px;
}

.md-category-title {
    padding: 44px 0 22px;
    text-align: center;
    background: #fff7ef;
}

.md-category-title h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 900;
}

.md-category-title p {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #6a5b54;
}

.md-bottom-space {
    height: 30px;
    background: #fff7ef;
}

@media (max-width: 1024px) {
    .md-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .md-combo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .md-daily-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .md-feature-hero .md-feature-info {
        padding: 48px 46px 44px;
    }

    .md-hot-feature .md-feature-info {
        padding: 44px 42px 40px;
    }

    .md-band {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .md-container {
        width: min(100% - 20px, 560px);
    }

    .md-section {
        padding: 14px 0;
    }

    .md-coupon-section {
        padding: 34px 0 18px;
    }

    .md-coupon-section:before {
        top: 12px;
        width: calc(100% - 42px);
    }

    .md-coupon,
    .md-gift-main,
    .md-mini-link,
    .md-feature-grid {
        grid-template-columns: 1fr;
    }

    .md-coupon {
        min-height: 0;
        padding: 22px;
        gap: 18px;
    }

    .md-coupon-art {
        justify-content: center;
    }

    .md-coupon-art img {
        width: 30%;
    }

    .md-block-title {
        font-size: 22px;
    }

    .md-gift-panel {
        padding: 12px;
    }

    .md-gift-main {
        min-height: 0;
        padding: 24px 20px;
        gap: 18px;
    }

    .md-coupon-entry-grid {
        grid-template-columns: 1fr;
    }

    .md-gift-main img {
        width: min(86%, 280px);
    }

    .md-gift-grid {
        grid-template-columns: 1fr;
    }

    .md-mini-panel {
        min-height: 148px;
    }

    .md-mini-link {
        gap: 12px;
    }

    .md-mini-media {
        justify-self: center;
        width: 150px;
    }

    .md-mini-media img {
        width: 138px;
        margin-top: 12px;
    }

    .md-daily {
        padding: 30px 0;
    }

    .md-daily-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .md-countdown {
        flex-wrap: wrap;
        gap: 8px;
        font-size: 12px;
    }

    .md-section-title {
        font-size: 24px;
    }

    .md-daily-grid,
    .md-combo-grid,
    .md-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .md-pick-card,
    .md-combo-card,
    .md-product-card {
        min-height: 230px;
        padding: 18px 14px;
    }

    .md-product-name {
        font-size: 15px;
    }

    .md-product-meta {
        font-size: 11px;
    }

    .md-product-price {
        margin-top: 20px;
        font-size: 20px;
    }

    .md-pick-card img,
    .md-product-card img {
        width: 54%;
        max-height: 100px;
    }

    .md-combo-card a,
    .md-product-card {
        grid-template-columns: minmax(0, 1fr) 38%;
        gap: 8px;
    }

    .md-combo-main img,
    .md-product-card img {
        width: 100%;
        max-height: 112px;
    }

    .md-pick-card .md-btn,
    .md-product-card .md-btn {
        min-width: 82px;
        height: 27px;
        padding: 0 10px;
        font-size: 10px;
    }

    .md-feature-media {
        min-height: 260px;
    }

    .md-feature-info {
        min-height: 0;
        padding: 28px 20px;
    }

    .md-feature-hero .md-feature-info {
        min-height: 0;
        padding: 30px 22px 26px;
    }

    .md-feature-hero .md-product-name {
        font-size: 22px;
    }

    .md-feature-hero .md-product-meta {
        font-size: 12px;
    }

    .md-feature-hero .md-feature-list li {
        font-size: 12px;
    }

    .md-feature-hero .md-feature-bottom {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .md-feature-hero .md-feature-info .md-product-price {
        margin-top: 26px;
        font-size: 26px;
    }

    .md-feature-hero .md-feature-info .md-btn {
        min-width: 120px;
    }

    .md-hot-feature .md-feature-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .md-hot-feature .md-feature-media {
        min-height: 260px;
        padding: 24px;
    }

    .md-hot-feature .md-feature-media img {
        max-height: 220px;
    }

    .md-hot-feature .md-feature-info {
        min-height: 0;
        padding: 30px 22px 28px;
    }

    .md-hot-feature .md-product-name {
        font-size: 24px;
    }

    .md-hot-feature .md-feature-bottom {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .md-hot-feature .md-feature-info .md-product-price {
        margin-top: 22px;
        font-size: 28px;
    }

    .md-band {
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .md-band-media {
        width: 100%;
        height: 260px;
        min-height: 260px;
    }

    .md-band-media img {
        max-height: none;
    }

    .md-band-content {
        padding: 22px 16px 28px;
    }

    .md-band-bottom {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .md-category-title {
        padding: 34px 0 18px;
    }

    .md-category-title h2 {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .md-daily-grid,
    .md-combo-grid,
    .md-product-grid {
        grid-template-columns: 1fr;
    }

    .md-band {
        grid-column: 1 / -1;
    }

    .md-pick-card,
    .md-combo-card,
    .md-product-card {
        min-height: 214px;
    }

    .md-pick-card img {
        width: 45%;
    }

    .md-combo-card a,
    .md-product-card {
        grid-template-columns: minmax(0, 1fr) 36%;
    }

    .md-band {
        grid-template-columns: 1fr;
    }
}
