/* Phone and tablet layouts; the reference desktop scaling stays separate. */
.mj-filter-toggle { display: none; }
@media (max-width: 860px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table { display: block; width: 100%; table-layout: auto; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table thead { display: none; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tbody { display: block; width: 100%; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr { display: block; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item { position: relative; display: grid; grid-template-columns: 80px minmax(0,1fr); gap: 12px; padding: 18px 14px; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table td { width: auto !important; min-width: 0; border: 0; padding: 8px 0; font-size: 15px; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove { position: absolute; top: 8px; right: 8px; padding: 0; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail { display: block; grid-column: 1; grid-row: 1; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail img { width: 80px !important; min-width: 0; max-width: 80px !important; height: 80px !important; object-fit: contain; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name { grid-column: 2; grid-row: 1; padding-right: 30px; overflow-wrap: anywhere; text-align: left; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a { white-space: normal; overflow-wrap: anywhere; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table :is(.product-price,.product-quantity,.product-subtotal) { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; text-align: right; gap: 12px; border-top: 1px solid rgba(213,165,44,.2); }
  .woocommerce-cart .woocommerce-cart-form table.shop_table :is(.product-price,.product-quantity,.product-subtotal)::before { content: attr(data-title); font-weight: 500; color: var(--gold); }
  .woocommerce-cart .woocommerce-cart-form table.shop_table :is(.product-remove,.product-thumbnail,.product-name,.actions)::before { display: none; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions { display: block; padding: 14px; }
  .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > .button { width: 100%; }
}
@media (max-width: 1100px) {
  .header-main, .home .header-main { grid-template-columns: 1fr auto; grid-template-areas: 'logo tools'; min-height: 88px; padding: 10px 24px; }
  .header-main > nav { display: none; }
  .menu-toggle { display: grid; }
  .logo img { width: 156px; }
  .header-tools { gap: 8px; }
  .header-tools .icon-btn { width: 44px; height: 44px; }
  .topbar-right { display: none; }
  .topbar { height: 40px; font-size: 11px; }
  .topbar .wrap { justify-content: center; }
  .site-search-band, .home .site-search-band { display: block; height: auto; padding: 12px 0; }
  .site-search-band > .wrap { width: 100%; padding: 0 24px; }
  .site-search-band .header-search { width: 100%; max-width: none; }
  .home .hero-search { display: none; }
  .hero { min-height: 0; }
  .hero .wrap { width: 100%; padding: 32px 24px; }
  .hero-copy { padding: 0; max-width: 680px; }
  .hero h1 { font-size: clamp(30px,4.8vw,44px); line-height: 1.25; }
  .hero p { font-size: 16px; line-height: 1.7; margin: 18px 0 24px; }
  .hero .eyebrow { font-size: 12px; margin: 0 0 20px; }
  .hero .eyebrow::after { width: 260px; max-width: 100%; margin-top: 14px; }
  .hero-actions { flex-direction: row; gap: 12px; }
  .hero-actions .btn { min-width: 0; width: auto; height: 48px; padding: 0 20px; font-size: 13px; white-space: nowrap; }
  .home #content > .section > .wrap:not(.home-content-panel) { padding-inline: 24px; }
  .promos { grid-template-columns: repeat(3,minmax(0,1fr)); height: auto; min-height: 0; }
  .promo-chev { display: none; }
  .promo { min-width: 0; padding: 24px 16px; text-align: center; align-items: center; }
  .promo-head { flex-direction: column; gap: 14px; }
  .promo-icon { width: 60px; height: 60px; }
  .promo h3 { font-size: 18px; }
  .promo p { font-size: 13px; }
  .promo .btn { margin-left: 0; padding: 12px 18px; font-size: 12px; }
  .why-grid { grid-template-columns: repeat(3,minmax(0,1fr)); height: auto; gap: 20px; }
  .why-item { height: auto; min-height: 0; padding: 16px 8px; }
  .why-item img { width: 64px; height: 64px; margin: 0 auto 18px; }
  .why-item p { font-size: 14px; }
  .site-footer { height: auto; min-height: 0; padding: 32px 0 24px; }
  .site-footer .footer-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px 24px; }
  .footer-grid > div { min-width: 0; overflow-wrap: anywhere; }
  .footer-grid > div:not(.footer-brand) { padding-top: 0; }
  .footer-brand p, .footer-brand img { width: 100%; max-width: 240px; height: auto; }
  .site-footer .footer-bottom { position: static; transform: none; height: auto; margin-top: 32px; padding-inline: 24px; grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .footer-bottom .copy, .footer-legal, .pay-icons { justify-self: center; max-width: 100%; }
  .footer-bottom .copy { font-size: 13px; }
  .mj-shop .shop-sidebar { padding: 0; border: 0; margin-bottom: 16px; }
  .mj-filters-ready .mj-filter-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 14px 16px; min-height: 48px; border: 1px solid var(--gold); background: #100d05; color: var(--gold-bright); font-size: 15px; }
  .mj-filter-toggle span { font: 24px/1 Arial,sans-serif; }
  .mj-filters-ready:not(.mj-filters-open) .mj-shop-filter-body { display: none; }
  .mj-shop-filter-body { padding: 20px 16px 0; }
  .mj-shop ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
  .related-carousel { padding-top: 12px; }
  .related-carousel h2 { padding-right: 104px; margin-left: 0; }
  .related-carousel-arrow { top: -34px; transform: none; width: 44px; height: 44px; }
  .related-carousel-arrow.is-prev { left: auto; right: 52px; }
  .related-carousel-arrow.is-next { right: 0; }
  .single-product-grid > *, .single-recommendations > * { min-width: 0; }
  .single-product-summary .single-trust-badges { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; padding-top: 24px; }
  .trust-badge { width: 100%; justify-self: stretch; }
  .complete-room-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .complete-card, .also-card { min-width: 0; }
  .complete-card .recommendation-image { width: 100%; }
}
@media (min-width: 601px) and (max-width: 1100px) {
  .collections { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
  .cat-card { min-height: 250px; }
  .cat-card img { height: 150px; padding: 12px; }
  .cat-card h3 { font-size: 14px; }
  .cat-plus { margin: auto 0 8px; padding-top: 12px; }
  .cat-card em { font-size: 12px; }
}
@media (max-width: 600px) {
  .wrap { width: 100%; padding-inline: 16px; }
  .header-main, .home .header-main { min-height: 80px; padding: 8px 16px; }
  .logo img { width: 132px; }
  .header-tools { gap: 2px; }
  .site-search-band > .wrap { padding-inline: 16px; }
  .hero { width: calc(100% - 24px); margin-inline: 12px; padding: 0; background-position: 60% center; }
  .hero::before { background: linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.5)); }
  .hero .wrap { padding: 26px 16px; }
  .hero h1 { font-size: clamp(27px,7.6vw,36px); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn:first-child, .hero-actions .btn:last-child { width: 100%; min-width: 0; justify-content: center; }
  .home #content > .section > .wrap:not(.home-content-panel) { padding-inline: 16px; }
  .home-content-panel { width: calc(100% - 32px); padding: 22px 14px; }
  .trust, .trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; }
  .trust-item { min-height: 125px; padding: 16px 10px; gap: 10px; flex-direction: column; align-items: center; text-align: center; }
  .trust-item:nth-child(n) img { width: 42px; height: 42px; margin-inline: auto; }
  .trust-item h3 { font-size: 12px; }
  .trust-item p { font-size: 11px; }
  .collections { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  #collections .section-head h2, .why-head h2 { font-size: 26px; }
  #collections .gold-line, .why-head .gold-line { font-size: 15px; gap: 8px; }
  #collections .gold-line img { width: 34px; }
  #collections .flourish { max-width: 220px; }
  .cat-card { min-height: 230px; }
  .cat-card img { height: 126px; padding: 12px; }
  .cat-card h3 { font-size: 13px; line-height: 1.4; margin: 8px 6px 0; }
  .cat-plus { margin: auto 0 6px; padding-top: 10px; font-size: 14px; }
  .cat-card em { font-size: 11px; padding-bottom: 14px; }
  .promos { grid-template-columns: 1fr; }
  .promo { padding: 22px 16px; }
  .promo:not(:last-child) { border-bottom: 1px solid rgba(213,165,44,.22); }
  .blog-toolbar { grid-template-columns: 1fr; justify-items: center; gap: 18px; margin-bottom: 24px; text-align: center; }
  .blog-titles { width: 100%; text-align: center; }
  .blog-titles .gold-line { justify-content: center; font-size: 16px; margin-bottom: 10px; }
  .blog-titles h2 { font-size: 24px; line-height: 1.3; text-wrap: balance; }
  .blog-toolbar > .btn { margin-inline: auto; min-height: 44px; }
  .why-grid { grid-template-columns: repeat(2,minmax(0,1fr)); height: auto; gap: 16px 8px; }
  .why-item { min-height: 0; height: auto; padding: 12px 6px; }
  .why-item img { width: 52px; height: 52px; margin: 0 auto 14px; }
  .why-item h3 { font-size: 12px; line-height: 1.5; }
  .why-item p { font: 13px/1.6 Arial,sans-serif; }
  .why-item::after { display: none; }
  .site-footer .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); padding-inline: 20px; gap: 28px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 200px; }
  .footer-brand p { max-width: 100%; font: 14px/1.7 Arial,sans-serif; }
  .site-footer h4 { font-size: 16px; margin-bottom: 16px; }
  .site-footer li a { font-size: 13px; }
  .site-footer li { margin-bottom: 12px; }
  .newsletter-bar .wrap { width: 100%; padding: 0; }
  .news-copy p { font: 15px/1.7 Arial,sans-serif; }
  .newsletter input:not([type='hidden']), .newsletter button { font-size: 16px; height: 50px; }
  .mj-shop .shop-layout { width: 100%; padding-inline: 16px; }
  .mj-shop ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .mj-shop .shop-tools { align-items: stretch; gap: 12px; }
  .mj-shop .shop-tools-actions { width: 100%; flex-wrap: wrap; gap: 10px; }
  .mj-shop .woocommerce-ordering { flex: 1; min-width: 0; margin: 0; }
  .mj-shop .woocommerce-ordering select { width: 100%; font-size: 14px; }
  .mj-shop .mj-per-page select { width: 100px; font-size: 14px; }
  .woocommerce nav.woocommerce-pagination ul { flex-wrap: wrap; gap: 8px; }
  .woocommerce nav.woocommerce-pagination ul li { float: none; }
  .woocommerce nav.woocommerce-pagination .page-numbers { min-width: 40px; min-height: 40px; }
  .mj-shop .product-card .product-thumb-link { padding: 12px; }
  .mj-shop .product-thumb-link img { height: 140px; object-fit: contain; }
  .mj-shop .product-loop-body, .mj-shop .product-loop-footer { padding-inline: 10px; }
  .mj-shop .woocommerce-loop-product__title { font-size: 12px; line-height: 1.5; }
  .mj-shop .stock-status { font-size: 11px; }
  .mj-shop .price { font-size: 15px; }
  .mj-shop .mj-quick-view { width: 36px; height: 36px; right: 8px; top: 8px; }
  .contact-page h1 { font-size: 32px; }
  .contact-meta { gap: 12px; }
  .contact-form { gap: 14px; }
  .contact-form input, .contact-form textarea { font-size: 16px; }
  .related-carousel h2 { font-size: 21px; }
  .single-product-summary .single-trust-badges { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 12px; }
  .trust-badge svg { width: 40px; height: 40px; margin-bottom: 8px; }
  .trust-badge strong, .trust-badge span { font-size: 12px; line-height: 1.6; }
  .single-description-content { padding: 20px 16px; }
  .single-description-meta { overflow-wrap: anywhere; }
  .single-recommendations h2 { font-size: 22px; margin-left: 0; }
  .complete-room-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .complete-card { min-height: 0; padding: 10px; display: flex; flex-direction: column; }
  .complete-card .recommendation-image { height: 130px; margin-bottom: 14px; }
  .complete-card h3 { min-height: 4.8em; font-size: 12px; line-height: 1.6; overflow-wrap: anywhere; }
  .recommendation-stock { font-size: 11px; }
  .recommendation-bottom { flex-wrap: wrap; gap: 5px; }
  .recommendation-bottom .recommendation-cart { flex-shrink: 0; width: 44px; height: 44px; }
  .recommendation-bottom .star-rating { font-size: 14px; }
  .also-like-list { gap: 12px; }
  .also-card { grid-template-columns: 90px minmax(0,1fr); gap: 12px; padding: 12px; }
  .also-card .recommendation-image { width: 90px; height: 110px; }
}
/* Mobile footer polish; paste after the existing responsive styles. */
@media (max-width: 600px) {
  .site-footer { padding: 30px 0 72px; }
  .site-footer .footer-grid {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
    gap: 26px 24px;
    padding-inline: 22px;
  }
  .site-footer .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(213, 165, 44, .22);
  }
  .site-footer .footer-brand img { width: 190px; height: auto; margin-inline: auto; }
  .site-footer .footer-brand p {
    max-width: 320px;
    margin: 16px auto 0;
    color: #d6d1c5;
    font: 14px/1.75 Arial, sans-serif;
  }
  .site-footer .socials { justify-content: center; gap: 16px; margin-top: 18px; }
  .site-footer .socials a { width: 40px; height: 40px; display: grid; place-items: center; }
  .site-footer h4 { font-size: 16px; line-height: 1.4; margin-bottom: 14px; color: #edca68; }
  .site-footer li { margin-bottom: 6px; line-height: 1.6; }
  .site-footer li a { display: inline-block; padding-block: 5px; font-size: 13px; color: #ded6bd; }
  .site-footer .footer-grid > div:nth-child(4),
  .site-footer .footer-grid > div:last-child {
    grid-column: 1 / -1;
    padding-top: 22px;
    border-top: 1px solid rgba(213, 165, 44, .22);
    text-align: center;
  }
  .site-footer .footer-grid > div:nth-child(4) ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px 18px;
    max-width: 300px;
    margin-inline: auto;
  }
  .site-footer .contact-list li,
  .site-footer .contact-list a {
    font: 14px/1.75 Arial, sans-serif;
    text-transform: none;
    overflow-wrap: anywhere;
  }
  .site-footer .contact-list li { margin-bottom: 8px; }
  .site-footer .contact-list a { padding-block: 0; color: #ecd580; }
  .site-footer .footer-bottom {
    margin-top: 26px;
    padding: 22px 22px 0;
    border-top: 1px solid rgba(213, 165, 44, .22);
    gap: 16px;
  }
  .site-footer .footer-bottom .copy { font: 12px/1.6 Arial, sans-serif; color: #bfb9aa; }
  .site-footer .footer-legal { white-space: normal; font-size: 12px; line-height: 1.7; }
  .site-footer .pay-icons { width: 100%; max-width: 310px; height: auto; margin-inline: auto; }
  .to-top { width: 40px; height: 40px; right: 16px; bottom: 16px; }
  .to-top img { display: none; }
  .to-top::before { content: ''; width: 10px; height: 10px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; transform: translateY(3px) rotate(45deg); }
}

/* Add after the existing mobile footer CSS. */
@media (max-width: 600px) {
  .site-footer .socials { align-items: center; justify-content: center; gap: 14px; }
  .site-footer .socials a {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 0;
    border: 1px solid #d5a52c;
    border-radius: 50%;
    background: #100d05;
    color: #edca68;
  }
  .site-footer .socials a svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    fill: currentColor;
  }
  .site-footer .socials a:nth-child(2) svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
  .site-footer .socials a:hover { background: #d5a52c; color: #000; }
  .site-footer .socials a:focus-visible { outline: 2px solid #f4d478; outline-offset: 4px; }
  .site-footer h4 { font-family: var(--serif, 'Cinzel', serif); font-size: 16px; font-weight: 600; line-height: 1.4; letter-spacing: .04em; }
  .site-footer li,
  .site-footer li a {
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: normal;
    text-transform: none;
    font-variant: normal;
  }
  .site-footer li a { color: #dedbd3; }
  .site-footer .footer-legal { font: 13px/1.7 Arial, sans-serif; }
}

/* Latest mobile spacing, promo alignment and trust typography fixes. */
@media (max-width: 600px) {
  .site-footer { padding-bottom: 24px; }
  .site-footer .footer-bottom { gap: 14px; }
  .site-footer .pay-icons { margin-bottom: 0; }
  .to-top.mj-footer-nearby { visibility: hidden; pointer-events: none; }

  .promos .promo {
    align-items: center;
    text-align: center;
    padding: 24px 18px;
    gap: 18px;
  }
  .promos .promo-head { width: 100%; flex-direction: column; align-items: center; gap: 16px; }
  .promos .promo:nth-of-type(n) .promo-icon { width: 80px; height: 80px; margin: 0 auto; }
  .promos .promo:nth-of-type(n) .btn {
    margin: 0 auto;
    align-self: center;
    width: 168px;
    max-width: 100%;
    min-height: 44px;
    padding: 0 16px;
  }
  .promos .promo h3 { font-size: 17px; line-height: 1.4; }
  .promos .promo p { margin-top: 6px; font: 14px/1.6 Arial, sans-serif; }

  .trust { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 8px; min-height: 0; }
  .trust .trust-item { min-height: 0; padding: 14px 8px; gap: 10px; align-items: center; text-align: center; }
  .trust .trust-item:nth-child(n) img { position: static; width: 36px; height: 36px; margin: 0 auto; transform: none; }
  .trust .trust-item:nth-child(n) > div { position: static; width: 100%; min-width: 0; }
  .trust .trust-item strong { font-size: 13px; line-height: 1.4; letter-spacing: 0; }
  .trust .trust-item span { margin-top: 6px; font: 13px/1.55 Arial, sans-serif; text-transform: none; color: #dedbd3; }
}

@media (max-width: 600px) {
  .related-carousel h2 { padding-right: 0; margin: 0 0 12px; font-size: 21px; }
  .related-carousel-slider { padding-top: 56px; }
  .related-carousel-slider .related-carousel-arrow { top: 0; transform: none; width: 44px; height: 44px; }
  .related-carousel-slider .related-carousel-arrow.is-prev { left: auto; right: 52px; }
  .related-carousel-slider .related-carousel-arrow.is-next { right: 0; }
  .related-carousel-track { width: 100%; gap: 12px; }
  .related-carousel-card { flex: 0 0 calc((100% - 12px) / 2); min-width: 0; padding: 10px 8px 12px; }
  .related-carousel-image { width: 100%; height: auto; aspect-ratio: 1; margin-bottom: 12px; }
  .related-carousel-card h3 { font-size: 12px; line-height: 1.6; }
  .related-carousel-stock { font-size: 11px; }
  .related-carousel-bottom { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
  .related-carousel-rating { grid-column: 1 / -1; gap: 5px; }
  .related-carousel-rating .star-rating { font-size: 14px; }
  .related-carousel-rating-count { font-size: 12px; }
  .related-carousel-cart { grid-column: 2; width: 44px; height: 44px; }
  .related-carousel-card .mj-quick-view { top: 6px; right: 6px; }
}

/* Add after the earlier related-products mobile CSS. */
@media (max-width: 600px) {
  .also-like-list { gap: 14px; }
  .also-like-list .also-card {
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 140px;
    padding: 14px;
    border: 1px solid rgba(213,165,44,.55);
    border-radius: 6px;
    background: #090804;
  }
  .also-card .mj-recommendation-media { width: 96px; }
  .also-like-list .also-card .recommendation-image {
    width: 96px;
    height: 106px;
    margin: 0;
    padding: 6px;
    border-radius: 3px;
    overflow: hidden;
  }
  .also-card-copy { min-width: 0; }
  .also-like-list .also-card h3 { font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
  .also-like-list .also-card .recommendation-price { margin-top: 8px; font: 600 16px/1.4 Arial, sans-serif; }
  .also-like-list .also-card .recommendation-stock { margin: 6px 0 0; font: 12px/1.5 Arial, sans-serif; }
  .also-like-list .also-card .recommendation-bottom { min-height: 24px; margin-top: 8px; gap: 6px; }
  .also-card .recommendation-rating-count { font: 12px/1 Arial, sans-serif; }
  .also-card .mj-quick-view { width: 38px; height: 38px; top: 5px; right: 5px; }

  .related-carousel { position: relative; padding-top: 0; }
  .related-carousel h2 {
    display: flex;
    align-items: center;
    min-height: 44px;
    margin: 0 0 14px;
    padding: 0 104px 0 0;
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.3;
  }
  .related-carousel-slider { position: static; padding-top: 0; }
  .related-carousel-slider .related-carousel-arrow { top: 0; transform: none; }
}

/* Product and checkout polish: shared cart treatment at every breakpoint. */
.single-recommendations .recommendation-cart,
.related-carousel .related-carousel-cart {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--gold-grad);
  border: 1px solid var(--gold);
  border-radius: 3px;
  color: #17130a !important;
}
.single-recommendations .recommendation-cart svg,
.related-carousel .related-carousel-cart svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.single-recommendations .recommendation-cart:focus-visible,
.related-carousel .related-carousel-cart:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

@media (max-width: 768px) {
  .woocommerce-checkout #order_review {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 14px;
  }
  .woocommerce-checkout #order_review table.shop_table { width: 100%; table-layout: fixed; }
  .woocommerce-checkout #order_review table.shop_table th,
  .woocommerce-checkout #order_review table.shop_table td {
    padding: 13px 10px;
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .woocommerce-checkout #order_review table.shop_table th:last-child,
  .woocommerce-checkout #order_review table.shop_table td:last-child { width: 36%; }
  .woocommerce-checkout #payment .woocommerce-notice,
  .woocommerce-checkout #payment .woocommerce-error,
  .woocommerce-checkout #payment .woocommerce-info { padding: 12px; font: 14px/1.65 Arial, sans-serif; text-transform: none; font-variant: normal; }
  .woocommerce-checkout #payment .woocommerce-privacy-policy-text { font: 13px/1.7 Arial, sans-serif; text-transform: none; font-variant: normal; }
  .woocommerce-checkout #payment #place_order { box-sizing: border-box; min-width: 0; padding: 12px 8px; font-size: 16px; letter-spacing: 1px; }

  .single-product-summary .product_title { font-size: clamp(24px, 6vw, 30px); line-height: 1.3; overflow-wrap: anywhere; }
  .single-product-summary .price { font: 600 23px/1.4 Arial, sans-serif; margin: 12px 0 8px; }
  .single-product-summary .product_meta {
    flex-direction: column !important;
    align-items: stretch;
    height: auto;
    gap: 8px;
    margin: 18px 0;
    padding: 14px 0;
    border-block: 1px solid rgba(213,165,44,.25);
    font: 13px/1.65 Arial, sans-serif;
  }
  .single-product-summary .product_meta > span,
  .single-product-summary .product_meta .posted_in {
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .single-product-summary .single-trust-badges { margin-top: 20px; padding: 18px 0; gap: 20px 12px; border-top: 1px solid rgba(213,165,44,.25); }
  .single-trust-badges .trust-badge { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; }
  .single-trust-badges .trust-badge svg { width: 36px; height: 36px; margin: 0 0 4px; }
  .single-trust-badges .trust-badge strong { font-size: 13px; line-height: 1.5; }
  .single-trust-badges .trust-badge span { font: 12px/1.5 Arial, sans-serif; text-transform: none; font-variant: normal; color: #dedbd3; }
  .single-recommendations .also-like-list .also-card { position: relative; padding-bottom: 64px; }
  .single-recommendations .also-card > .recommendation-cart { display: grid; position: absolute; right: 14px; bottom: 12px; margin: 0; }
}

/* Compact recommendation cards: image, title, price and actions stay together. */
@media (max-width: 600px) {
  .related-carousel-card {
    padding: 9px 9px 12px;
    border-color: rgba(213,165,44,.5);
    border-radius: 6px;
    background: #090804;
  }
  .related-carousel-image { border-radius: 3px; overflow: hidden; margin-bottom: 10px; }
  .related-carousel-card h3 { min-height: 2.8em; margin: 0 0 10px; font-size: 12px; line-height: 1.4; }
  .related-carousel-price { margin-top: auto; font: 600 16px/1.4 Arial, sans-serif; }
  .related-carousel-stock { margin: 5px 0 10px; font: 11px/1.5 Arial, sans-serif; text-transform: none; font-variant: normal; }
  .related-carousel-bottom { display: flex; align-items: center; gap: 6px; padding-top: 9px; border-top: 1px solid rgba(213,165,44,.2); }
  .related-carousel-rating { display: flex; flex: 1; min-width: 0; flex-wrap: wrap; gap: 4px; }
  .related-carousel-rating .star-rating { font-size: 12px; flex-shrink: 0; }
  .related-carousel-rating-count { font: 10px/1.3 Arial, sans-serif; }
  .related-carousel .related-carousel-cart { width: 44px; height: 44px; }
  .related-carousel-card .mj-quick-view { width: 34px; height: 34px; top: 5px; right: 5px; }

  .single-recommendations .also-like-list .also-card {
    padding: 12px;
    gap: 14px;
    align-items: center;
    min-height: 0;
  }
  .single-recommendations .also-card .recommendation-image { height: 128px; }
  .single-recommendations .also-card .also-card-copy {
    min-width: 0;
    min-height: 128px;
    display: flex;
    flex-direction: column;
  }
  .single-recommendations .also-card .recommendation-bottom {
    min-height: 44px;
    margin-top: auto;
    padding-right: 50px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 4px;
  }
  .single-recommendations .also-card .recommendation-bottom .star-rating { font-size: 12px; flex-shrink: 0; }
  .single-recommendations .also-card .recommendation-rating-count { font-size: 10px; }
  .single-recommendations .also-card > .recommendation-cart { right: 12px; bottom: 12px; }
}
