/* Shabab Store mobile app experience — v4.0 */
@media (max-width: 700px) {
  :root {
    --app-nav-height: 76px;
    --app-safe-bottom: env(safe-area-inset-bottom, 0px);
    --app-surface: #fff;
    --app-canvas: #f6f2ef;
    --app-border: #eadfd9;
    --app-shadow: 0 14px 38px rgba(66, 20, 28, .09);
  }

  html {
    scroll-padding-top: 82px;
    overscroll-behavior-y: none;
    -webkit-text-size-adjust: 100%;
  }

  body,
  body.home-page {
    min-width: 320px;
    padding-bottom: calc(var(--app-nav-height) + var(--app-safe-bottom)) !important;
    overflow-x: hidden;
    background: var(--app-canvas);
    -webkit-tap-highlight-color: transparent;
  }

  button,
  a,
  select,
  input {
    touch-action: manipulation;
  }

  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible {
    outline: 3px solid rgba(197, 16, 49, .22);
    outline-offset: 2px;
  }

  .topbar,
  .home-page .topbar {
    min-height: 27px;
    padding: 5px 12px;
    font-size: 10px !important;
    box-shadow: none;
  }

  .header,
  .home-page .header {
    top: 0;
    width: 100%;
    height: 64px;
    margin: 0;
    padding: 0 12px;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid rgba(235, 220, 216, .82);
    border-radius: 0 0 18px 18px;
    background: rgba(255, 253, 250, .95);
    color: #4e1823;
    box-shadow: 0 9px 28px rgba(66, 17, 27, .08);
    backdrop-filter: blur(18px) saturate(1.2);
  }

  .home-page .header {
    background: linear-gradient(110deg, rgba(105, 7, 28, .97), rgba(181, 18, 52, .94));
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .12);
  }

  .header .menu-toggle,
  .header .cart-pill {
    width: 43px;
    height: 43px;
    min-width: 43px;
    display: grid;
    place-items: center;
    border: 1px solid #eaded7;
    border-radius: 14px;
    background: #fff;
    color: #75152a;
  }

  .home-page .header .menu-toggle,
  .home-page .header .cart-pill {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .11);
    color: #fff;
  }

  .header .menu-toggle .ui-icon,
  .header .cart-pill .ui-icon {
    width: 21px;
    height: 21px;
  }

  .header .round-button,
  .header .admin-link,
  .header .store-navigation {
    display: none !important;
  }

  .header .brand {
    min-width: 0;
    flex: 1;
    justify-content: center;
    gap: 8px;
  }

  .header .crest.crest-logo,
  .home-page .header .crest.crest-logo {
    width: 43px;
    height: 43px;
    padding: 3px;
    border-radius: 13px;
  }

  .header .store-mini-thumb {
    width: 23px;
    height: 23px;
    border-radius: 7px;
    transform: translateY(3px);
  }

  .header .brand>span:last-child {
    display: grid;
    line-height: 1;
  }

  .header .brand b {
    font-size: 15px;
  }

  .header .brand small {
    display: block;
    margin-top: 5px;
    font-size: 9px !important;
  }

  .header .cart-pill {
    position: relative;
    padding: 0;
  }

  .header .cart-pill>span {
    display: none;
  }

  .header .cart-pill b {
    position: absolute;
    top: -4px;
    left: -3px;
    min-width: 19px;
    width: auto;
    height: 19px;
    padding: 0 5px;
    border: 2px solid #fff;
    font-size: 8px;
  }

  .mobile-nav {
    position: fixed;
    z-index: 120;
    right: 8px;
    bottom: max(8px, var(--app-safe-bottom));
    left: 8px;
    height: 68px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 6px 7px;
    border: 1px solid rgba(224, 211, 205, .92);
    border-radius: 23px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 45px rgba(47, 13, 21, .18), inset 0 1px rgba(255, 255, 255, .9);
    backdrop-filter: blur(20px) saturate(1.25);
  }

  .mobile-nav a,
  .mobile-nav button {
    position: relative;
    min-width: 0;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: #82757a;
    transition: color .2s, background .2s, transform .2s;
  }

  .mobile-nav .ui-icon {
    width: 22px;
    height: 22px;
    stroke-width: 1.9;
  }

  .mobile-nav span {
    overflow: hidden;
    max-width: 100%;
    font-size: 9px !important;
    font-weight: 800;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-nav a.active {
    background: #fff0f3;
    color: #a30e2d;
  }

  .mobile-nav a.active:after {
    content: "";
    position: absolute;
    bottom: 2px;
    width: 16px;
    height: 3px;
    border-radius: 999px;
    background: var(--red);
  }

  .mobile-nav .mobile-search-action {
    width: 56px;
    height: 56px;
    min-height: 56px;
    justify-self: center;
    margin-top: -19px;
    border: 4px solid #fff;
    border-radius: 19px;
    background: linear-gradient(145deg, #dc1e43, #8f0a26);
    color: #fff;
    box-shadow: 0 12px 25px rgba(151, 8, 35, .27);
  }

  .mobile-nav .mobile-search-action .ui-icon {
    width: 23px;
    height: 23px;
  }

  .mobile-nav .mobile-search-action span {
    position: absolute;
    top: 59px;
    color: #7a6d72;
  }

  .mobile-nav b.cart-count {
    position: absolute;
    top: 2px;
    right: calc(50% - 21px);
    min-width: 18px;
    width: auto;
    height: 18px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #c51031;
    color: #fff;
    font: 800 8px Arial;
  }

  .home-page .hero {
    min-height: 0;
    display: block;
    margin-top: 0;
    padding: 28px 14px 30px;
    background: radial-gradient(circle at 15% 72%, rgba(255, 123, 137, .3), transparent 31%), linear-gradient(155deg, #620619, #a20d2e 55%, #d61f41);
  }

  .home-page .hero-copy {
    padding: 4px 3px 16px;
  }

  .home-page .hero .eyebrow {
    padding: 6px 9px;
    font-size: 10px !important;
  }

  .home-page .hero h1 {
    margin: 15px 0 12px;
    font-size: clamp(38px, 12vw, 50px);
    line-height: 1.02;
  }

  .home-page .hero-copy>p {
    max-width: 95%;
    margin: 0;
    color: #f8dfe4;
    font-size: 13px !important;
    line-height: 1.75;
  }

  .home-page .hero-actions {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 8px;
    margin-top: 18px;
  }

  .home-page .hero-actions .primary-button,
  .home-page .hero-actions .ghost-button {
    min-height: 46px;
    padding: 0 10px;
    border-radius: 13px;
    font-size: 11px !important;
  }

  .home-page .hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 16px;
    padding-top: 14px;
  }

  .home-page .hero-features>span {
    gap: 7px;
  }

  .home-page .hero-features i {
    width: 28px;
    height: 28px;
  }

  .home-page .hero-features b {
    font-size: 10px !important;
  }

  .home-page .hero-features small {
    display: none;
  }

  .home-page .hero-art {
    min-height: 260px;
  }

  .home-page .glow-ring {
    width: 245px;
    box-shadow: 0 0 0 26px rgba(255, 255, 255, .022), 0 0 0 27px rgba(255, 224, 164, .1), 0 28px 65px rgba(62, 0, 13, .3);
  }

  .home-page .showcase-card {
    width: min(250px, 74vw);
    padding: 13px 13px 11px;
    border-radius: 21px;
    box-shadow: 0 20px 55px rgba(54, 0, 12, .24), inset 0 1px rgba(255, 255, 255, .18);
  }

  .home-page .showcase-card>span {
    font-size: 7px;
  }

  .home-page .showcase-card h2 {
    margin: 6px 0 9px;
    font-size: 18px;
  }

  .home-page .showcase-photo {
    border-radius: 14px;
  }

  .home-page .showcase-card>small {
    margin-top: 9px;
    font-size: 6px;
  }

  .home-page .edition {
    right: calc(50% - 145px);
    bottom: 11px;
    width: 57px;
    height: 57px;
  }

  .home-page .edition b {
    font-size: 19px;
  }

  .home-page .hero-code {
    display: none;
  }

  .home-page .category-strip {
    width: 100%;
    margin: 0;
    padding: 11px 12px 9px;
    gap: 9px;
    border-bottom: 1px solid #eee2da;
    background: #fff;
    scroll-snap-type: x mandatory;
  }

  .home-page .category-tile {
    max-width: none;
    flex: 0 0 min(74vw, 260px);
    height: 82px;
    grid-template-columns: 59px minmax(0, 1fr) 27px;
    gap: 8px;
    padding: 9px;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(88, 35, 21, .07);
    scroll-snap-align: start;
  }

  .home-page .category-tile .product-photo {
    width: 59px;
    height: 62px;
    border-radius: 11px;
  }

  .home-page .category-tile small {
    font-size: 9px !important;
  }

  .home-page .category-tile b {
    font-size: 13px !important;
  }

  .home-page .catalog-section {
    width: 100%;
    margin: 10px 0 0 !important;
    padding: 18px 12px 22px !important;
    border: 0;
    border-radius: 25px 25px 0 0;
    background: #fbf8f6;
    box-shadow: none;
  }

  .home-page .section-title {
    align-items: flex-end;
    margin-bottom: 12px;
    padding: 0 3px 13px;
  }

  .home-page .section-title .eyebrow {
    font-size: 10px !important;
  }

  .home-page .section-title h2 {
    margin-top: 3px;
    font-size: 29px;
  }

  .home-page .section-title p {
    padding: 6px 9px;
    font-size: 10px !important;
  }

  .home-page .catalog-tools {
    position: sticky;
    z-index: 18;
    top: 68px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin: 0 -4px 13px;
    padding: 7px;
    border: 1px solid rgba(229, 217, 210, .92);
    border-radius: 16px;
    background: rgba(255, 253, 251, .96);
    box-shadow: 0 9px 26px rgba(66, 22, 28, .08);
    backdrop-filter: blur(18px);
  }

  .home-page .chips {
    width: 100%;
    gap: 5px;
    padding: 1px;
    border: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .home-page .chips::-webkit-scrollbar {
    display: none;
  }

  .home-page .chips a {
    min-height: 37px;
    display: grid;
    place-items: center;
    padding: 0 12px;
    border: 1px solid #eee1dc;
    border-radius: 11px;
    background: #fff;
    font-size: 10px !important;
    scroll-snap-align: start;
  }

  .home-page .chips a.active {
    border-color: transparent;
  }

  .home-page .inline-search {
    width: 100%;
    height: 44px;
    min-width: 0;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #e9ddd7 !important;
    border-radius: 12px;
    background: #f8f4f1;
  }

  .home-page .inline-search input {
    font-size: 12px !important;
  }

  .home-page .inline-search button {
    min-width: 45px;
    height: 34px;
    border-radius: 9px;
    background: #fff;
    font-size: 10px !important;
  }

  .home-page .product-grid {
    gap: 10px !important;
  }

  .home-page .product-card {
    flex-basis: calc((100% - 10px) / 2);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(73, 27, 20, .065) !important;
    transform: none !important;
  }

  .home-page .product-image {
    margin: 6px 6px 0;
    border-radius: 13px;
  }

  .home-page .product-image>.product-photo {
    aspect-ratio: .9;
    border-radius: 13px;
  }

  .home-page .product-badge {
    top: 7px;
    right: 7px;
    padding: 5px 7px;
    font-size: 8px !important;
  }

  .home-page .product-body {
    padding: 10px 8px 9px;
  }

  .home-page .product-body>small {
    max-width: 100%;
    overflow: hidden;
    padding: 4px 6px;
    font-size: 8px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-page .product-body h3 {
    min-height: 42px;
    margin: 7px 0 8px;
    font-size: 13px !important;
    line-height: 1.55;
  }

  .home-page .product-bottom {
    gap: 8px;
  }

  .home-page .product-bottom strong {
    font-size: 13px !important;
  }

  .home-page .ajax-cart-form {
    gap: 7px;
  }

  .home-page .card-size-picker {
    height: 40px;
    border-radius: 11px !important;
  }

  .home-page .card-size-picker>span {
    display: none;
  }

  .home-page .card-size-picker select {
    text-align: right;
    font-size: 11px !important;
  }

  .home-page .icon-button {
    min-height: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 10px !important;
  }

  .inner {
    min-height: calc(100dvh - 170px);
    padding: 18px 12px 30px;
    background: var(--app-canvas);
  }

  .breadcrumbs {
    margin: 3px 2px 14px;
    overflow: hidden;
    font-size: 10px !important;
    white-space: nowrap;
  }

  .breadcrumbs b {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-detail {
    gap: 12px;
  }

  .gallery {
    gap: 8px;
  }

  .main-photo {
    overflow: hidden;
    border: 1px solid var(--app-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--app-shadow);
  }

  .main-photo>.product-photo {
    min-height: 0;
    aspect-ratio: 1 / 1.03;
  }

  .main-photo>span {
    display: none;
  }

  .thumbs {
    gap: 8px;
    overflow-x: auto;
    padding: 1px 1px 3px;
    scrollbar-width: none;
  }

  .thumbs::-webkit-scrollbar {
    display: none;
  }

  .thumbs button {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 13px;
  }

  .product-data {
    padding: 8px 4px 0;
  }

  .product-data .back {
    margin-bottom: 14px;
    font-size: 11px !important;
  }

  .product-data .status {
    padding: 6px 9px;
    font-size: 10px !important;
  }

  .product-data .category-label {
    margin: 13px 0 5px;
    font-size: 10px !important;
  }

  .product-data h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1.2;
  }

  .detail-price {
    font-size: 19px !important;
  }

  .description {
    margin: 18px 0;
    font-size: 13px !important;
    line-height: 1.85;
  }

  .product-buy {
    padding: 15px;
    border: 1px solid var(--app-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--app-shadow);
  }

  .size-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 7px;
  }

  .size-options span {
    min-width: 0;
    height: 46px;
    border-radius: 11px;
    font-size: 12px !important;
  }

  .product-buy .buy-button {
    position: sticky;
    z-index: 20;
    bottom: calc(var(--app-nav-height) + var(--app-safe-bottom) + 10px);
    min-height: 54px;
    border-radius: 15px;
    font-size: 14px !important;
  }

  .detail-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 10px;
  }

  .detail-benefits span {
    padding: 10px;
    border-bottom: 1px solid #eee4df;
    text-align: right;
    font-size: 10px !important;
  }

  .page-heading {
    margin: 10px 1px 22px;
  }

  .page-heading h1 {
    font-size: 34px;
  }

  .page-heading p {
    font-size: 12px !important;
  }

  .cart-layout,
  .checkout-layout {
    gap: 14px;
  }

  .cart-lines {
    display: grid;
    gap: 10px;
    border: 0;
  }

  .cart-line {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 11px;
    padding: 10px;
    border: 1px solid var(--app-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(61, 22, 18, .05);
  }

  .cart-line>.product-photo {
    width: 86px;
    height: 103px;
    border-radius: 12px;
  }

  .cart-line h3 {
    margin: 4px 0 6px;
    font-size: 14px !important;
  }

  .cart-line p {
    margin: 0 0 8px;
    font-size: 10px !important;
  }

  .qty-form {
    height: 39px;
    border-radius: 11px;
  }

  .qty-form button {
    min-width: 34px;
  }

  .cart-line aside {
    grid-column: 2;
    min-height: 34px;
  }

  .cart-line aside>b {
    font-size: 13px !important;
  }

  .cart-line aside button {
    min-height: 34px;
    padding: 0 8px;
    border-radius: 9px;
    background: #fff0f3;
  }

  .summary,
  .checkout-summary {
    padding: 17px;
    border-radius: 18px;
    box-shadow: var(--app-shadow);
  }

  .summary .checkout-button {
    position: sticky;
    z-index: 20;
    bottom: calc(var(--app-nav-height) + var(--app-safe-bottom) + 10px);
    min-height: 54px;
    border-radius: 14px;
  }

  .steps {
    gap: 5px;
    margin: 3px auto 22px;
    font-size: 9px !important;
  }

  .checkout-form {
    display: block;
  }

  .checkout-form .page-heading {
    margin-top: 4px;
  }

  .checkout-form fieldset {
    margin: 0 0 11px;
    padding: 15px 12px;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(61, 22, 18, .045);
  }

  .checkout-form legend {
    font-size: 12px !important;
  }

  .checkout-form input {
    height: 52px;
    border-radius: 12px;
    font-size: 16px !important;
  }

  .payment-options label>span,
  .pickup {
    min-height: 68px;
    padding: 12px;
    border-radius: 13px;
  }

  .checkout-form .confirm-button {
    position: sticky;
    z-index: 24;
    bottom: calc(var(--app-nav-height) + var(--app-safe-bottom) + 10px);
    min-height: 56px;
    margin-top: 4px;
    border-radius: 15px;
    font-size: 13px !important;
  }

  .checkout-summary {
    margin-top: 2px;
  }

  .track-page {
    min-height: calc(100dvh - 92px);
    padding-bottom: 28px;
  }

  .track-hero {
    min-height: 205px;
    padding: 31px 16px 50px;
  }

  .track-hero h1 {
    font-size: 39px;
  }

  .track-hero p {
    font-size: 12px;
    line-height: 1.75;
  }

  .track-shell {
    width: calc(100% - 20px);
    margin-top: -30px;
  }

  .track-form {
    gap: 11px;
    padding: 14px;
    border-radius: 19px;
  }

  .track-form label>div,
  .track-submit {
    min-height: 51px;
    border-radius: 12px;
  }

  .tracking-result>header {
    display: grid;
    gap: 12px;
  }

  .current-status {
    width: max-content;
  }

  .success-page {
    min-height: calc(100dvh - 92px);
    padding: 28px 12px;
  }

  .success-shell {
    width: 100%;
    padding: 23px 14px;
    border-radius: 22px;
  }

  .success-page h1,
  .order-success h1 {
    font-size: 38px;
  }

  .order-ticket {
    width: 100%;
  }

  footer {
    grid-template-columns: 1fr 1fr;
    gap: 23px 18px;
    padding: 35px 18px 28px !important;
  }

  footer section:first-child {
    grid-column: 1 / -1;
  }

  footer section:nth-child(4) {
    display: none;
  }

  footer>small {
    grid-column: 1 / -1;
  }

  .search-overlay {
    z-index: 160;
    align-items: flex-start;
    justify-content: center;
    padding: 76px 12px calc(var(--app-nav-height) + 18px);
    background: rgba(52, 8, 18, .94);
  }

  .search-overlay>button {
    top: 17px;
    left: 16px;
    width: 44px;
    height: 44px;
  }

  .search-overlay label {
    height: 58px;
    margin-top: 12px;
    border-radius: 15px;
  }

  .search-overlay input {
    font-size: 16px;
  }

  .search-overlay section {
    max-height: calc(100dvh - 175px);
    overflow-y: auto;
    border-radius: 15px;
  }

  .search-result {
    min-height: 70px;
    grid-template-columns: 52px minmax(0, 1fr) 20px;
    gap: 10px;
    padding: 9px;
  }

  .search-result .product-photo {
    width: 52px;
    height: 55px;
    border-radius: 10px;
  }

  .search-result b {
    font-size: 12px !important;
  }

  .search-result strong {
    display: none;
  }

  .mobile-menu {
    z-index: 160;
    inset: 0;
    padding: 24px 16px calc(var(--app-nav-height) + 24px);
    overflow-y: auto;
    background: radial-gradient(circle at 10% 5%, rgba(255, 158, 170, .2), transparent 28%), linear-gradient(160deg, #650619, #a20d2d 58%, #d21d3e);
  }

  .mobile-menu>button {
    top: 20px;
    left: 16px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .mobile-menu>.brand {
    min-height: 54px;
  }

  .mobile-menu nav {
    gap: 7px;
    margin-top: 28px;
    padding-bottom: 24px;
  }

  .mobile-menu nav a {
    min-height: 54px;
    display: grid;
    grid-template-columns: 24px 1fr 20px;
    gap: 11px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .07);
    font-size: 13px !important;
  }

  .mobile-menu nav a .ui-icon {
    width: 20px;
    height: 20px;
    color: #f4d287;
  }

  .flash,
  .toast {
    right: 12px;
    bottom: calc(var(--app-nav-height) + var(--app-safe-bottom) + 17px);
    left: 12px;
    width: auto;
    max-width: none;
    transform: none;
    border-radius: 14px;
    text-align: center;
  }

  .cart-drawer {
    right: 7px;
    bottom: max(7px, var(--app-safe-bottom));
    left: 7px;
    width: auto;
    height: min(92dvh, 780px);
    border: 1px solid rgba(224, 210, 203, .95);
    border-radius: 28px;
    box-shadow: 0 -24px 75px rgba(42, 7, 14, .28);
  }

  .cart-drawer:before {
    top: 8px;
  }

  .cart-drawer-head {
    padding: 22px 15px 11px;
  }

  .cart-drawer-head h2 {
    font-size: 20px;
  }

  .cart-flow {
    padding: 9px 14px;
  }

  .cart-flow span {
    font-size: 8px;
  }

  .cart-drawer-items {
    padding: 2px 12px 8px;
  }

  .drawer-line {
    grid-template-columns: 70px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 11px 0;
  }

  .drawer-line-photo {
    width: 70px;
    height: 84px;
    border-radius: 12px;
  }

  .drawer-line-info>a {
    font-size: 12px;
  }

  .drawer-size-select {
    width: min(100%, 145px);
    height: 34px;
    margin: 5px 0;
  }

  .drawer-qty {
    height: 32px;
    grid-template-columns: 29px 26px 29px;
  }

  .drawer-line-side {
    min-width: 57px;
  }

  .drawer-line-side strong {
    font-size: 10px;
  }

  .cart-drawer-foot {
    padding: 11px 13px calc(12px + var(--app-safe-bottom));
  }

  .drawer-pickup {
    display: none;
  }

  .drawer-total {
    margin: 2px 1px 10px;
  }

  .drawer-total strong {
    font-size: 18px;
  }

  .drawer-checkout {
    height: 52px;
    border-radius: 14px;
  }

  .drawer-view-cart {
    min-height: 35px;
    display: grid;
    place-items: center;
    margin-top: 5px;
  }

  .cart-drawer-foot>p {
    display: none;
  }
}

@media (max-width: 370px) {
  .header .brand>span:last-child,
  .header .store-mini-thumb {
    display: none;
  }

  .home-page .hero-actions {
    grid-template-columns: 1fr;
  }

  .home-page .product-grid {
    gap: 7px !important;
  }

  .home-page .product-card {
    flex-basis: calc((100% - 7px) / 2);
  }

  .home-page .product-body {
    padding-inline: 6px;
  }

  .home-page .product-body h3 {
    font-size: 12px !important;
  }

  .mobile-nav span {
    font-size: 8px !important;
  }

  .cart-flow span {
    font-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav a,
  .mobile-nav button,
  .home-page .product-card,
  .home-page .category-tile {
    transition: none !important;
  }
}
