@media (max-width: 1024px) {
  .home-manual-header {
    width: min(calc(100% - 40px), 920px);
    grid-template-columns: 120px 1fr 120px;
  }

  .home-manual-header__logo {
    width: 92px;
  }

  .home-manual-header__nav {
    gap: 22px;
    font-size: 12px;
  }

  .home-manual-header__actions {
    gap: 14px;
  }

  .home-manual-header__actions a {
    width: 24px;
    height: 24px;
  }

  .home-manual-header__actions svg {
    width: 20px;
    height: 20px;
  }

  .home-manual-hero-copy {
    left: 8%;
    top: 27%;
    width: 40%;
  }

  .home-manual-hero-copy span {
    font-size: clamp(42px, 6.5vw, 72px);
  }

  .home-manual-hero-copy small {
    max-width: 300px;
    font-size: clamp(15px, 2vw, 22px);
  }

  .home-manual-section--media {
    width: min(calc(100% - 48px), 920px);
  }

  .home-manual-media-copy {
    font-size: clamp(16px, 2.2vw, 23px);
  }

  .home-hotspot--costumes {
    left: 22%;
    top: 13%;
    width: 25%;
    height: 44%;
  }

  .home-hotspot--shirts {
    left: 48%;
    top: 24%;
    width: 27%;
    height: 45%;
  }

  .site-header {
    padding-right: 24px;
    padding-left: 24px;
  }

  .home-story__stage,
  .home-fire__images {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .home-story-card--red {
    grid-column: 1 / span 3;
  }

  .home-story__image--two {
    grid-column: 4 / span 3;
  }

  .home-story__image--three {
    grid-column: 6 / span 3;
  }

  .home-story__image--one {
    grid-column: 2 / span 3;
  }

  .home-story-card--muted {
    grid-column: 4 / span 3;
  }

  .home-story-card--soft {
    grid-column: 6 / span 3;
  }

  .home-story__headline {
    grid-column: 3 / span 5;
  }

  .home-fire__image--two {
    grid-column: 2 / span 2;
  }

  .home-fire__image--one {
    grid-column: 4 / span 2;
  }

  .home-fire__image--three {
    grid-column: 6 / span 2;
  }

  .ruska-single-product {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    grid-template-columns: 1fr 320px;
    gap: 40px;
  }
}

@media (min-width: 1024px) and (max-height: 820px) {
  .home-hero {
    min-height: clamp(660px, 88svh, 720px);
  }

  .home-hero__inner {
    min-height: clamp(660px, 88svh, 720px);
    padding-top: 66px;
    padding-bottom: clamp(130px, 17svh, 150px);
  }

  .home-hero__image img {
    object-position: 50% top;
  }

  .home-hero__copy {
    width: min(34rem, 42%);
  }

  .home-hero__copy h1 {
    font-size: clamp(48px, 5.2vw, 72px);
    line-height: 0.8;
  }

  .home-hero__copy p {
    max-width: 380px;
    margin-top: 18px;
    font-size: clamp(17px, 1.6vw, 22px);
  }

  .home-categories {
    padding-top: clamp(42px, 6svh, 58px);
    padding-bottom: clamp(56px, 8svh, 72px);
  }

  .home-categories__cards {
    grid-template-columns: repeat(2, minmax(0, clamp(178px, 17vw, 236px)));
    gap: clamp(34px, 6vw, 76px);
  }

  .home-category-card {
    width: clamp(178px, 17vw, 236px);
  }

  .home-category-card span {
    font-size: clamp(26px, 2.7vw, 36px);
  }
}

@media (max-width: 767px) {
  body.home .site-footer {
    padding-top: 16px;
  }

  .home-page--manual {
    overflow-x: hidden;
  }

  .home-manual-header,
  .home-manual-hero-copy,
  .home-manual-section--categories {
    display: none;
  }

  .home-manual-section--hero .home-manual-art img {
    width: 100%;
  }

  .home-hotspot--mobile-logo,
  .home-hotspot--mobile-telegram,
  .home-hotspot--mobile-shirts,
  .home-hotspot--mobile-costumes {
    display: block;
  }

  .home-hotspot--mobile-logo {
    left: 4%;
    top: 0.7%;
    width: 17%;
    height: 2.8%;
  }

  .home-hotspot--mobile-telegram {
    right: 5%;
    top: 0.6%;
    width: 12%;
    height: 2.8%;
  }

  .home-hotspot--mobile-shirts {
    left: 25%;
    top: 40%;
    width: 64%;
    height: 25%;
  }

  .home-hotspot--mobile-costumes {
    left: 0;
    top: 67%;
    width: 83%;
    height: 31%;
  }

  .home-manual-section--story {
    margin-top: -1px;
  }

  .home-manual-section--pride {
    min-height: 0;
    padding: 58px 22px 46px;
  }

  .home-manual-pride-text {
    width: min(100%, 520px);
  }

  .home-manual-section--media {
    width: min(calc(100% - 24px), 520px);
    aspect-ratio: 2560 / 1715;
    margin-top: 10px;
  }

  .home-manual-media-logo {
    top: 18%;
    left: 10%;
    width: 48%;
  }

  .home-manual-media-copy {
    top: 41%;
    right: 9%;
    width: 36%;
    font-size: clamp(10px, 3vw, 16px);
  }

  .home-manual-media-button {
    left: 16%;
    bottom: 24%;
    min-height: 24px;
    padding: 0 12px;
    font-size: 9px;
  }

  .home-manual-section--fire {
    padding-top: 34px;
  }

  .home-manual-section--fire .home-manual-art {
    width: min(100%, 520px);
  }

  .site-header {
    grid-template-columns: auto auto;
    min-height: 60px;
    padding: 8px 20px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header__logo,
  .site-header__logo img {
    width: 93px;
    height: 37px;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__actions {
    justify-content: end;
    gap: 6px;
  }

  .site-header__icon {
    width: 38px;
    height: 38px;
  }

  .site-header__burger {
    display: block;
  }

  .home-page {
    width: 100%;
  }

  .ruska-container {
    width: min(calc(100% - 24px), 100%);
  }

  .home-hero {
    min-height: clamp(520px, 78vh, 660px);
  }

  .home-hero__image img {
    object-position: 56% top;
  }

  .home-hero__inner {
    min-height: clamp(520px, 78vh, 660px);
    padding-top: 84px;
    padding-bottom: 80px;
  }

  .home-hero__copy {
    width: min(76%, 310px);
  }

  .home-hero__copy h1 {
    font-size: 48px;
    line-height: 0.8;
  }

  .home-hero__copy p {
    max-width: 240px;
    margin-top: 16px;
    font-size: 17px;
  }

  .home-categories {
    min-height: 0;
    padding: 64px 0 72px;
  }

  .home-categories__shape {
    clip-path: polygon(0 10%, 30% 5%, 67% 11%, 100% 8%, 100% 100%, 0 100%);
  }

  .home-categories__cards {
    grid-template-columns: 1fr;
    max-width: 310px;
    gap: 22px;
  }

  .home-category-card {
    width: min(100%, 270px);
    margin-right: auto;
    margin-left: auto;
    min-height: 0;
  }

  .home-category-card--shirts {
    margin-top: 0;
  }

  .home-category-card span {
    right: 15%;
    bottom: 14%;
    font-size: 36px;
  }

  .home-story {
    padding: 68px 0 82px;
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .home-story__stage {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-story__image--one {
    grid-column: auto;
    grid-row: auto;
    width: min(78%, 290px);
    margin: 0 auto;
  }

  .home-story__image--two {
    grid-column: auto;
    grid-row: auto;
    width: min(72%, 270px);
    margin: 0 auto;
  }

  .home-story__image--three {
    grid-column: auto;
    grid-row: auto;
    width: min(74%, 280px);
    margin: 0 auto;
  }

  .home-story-card {
    width: min(100%, 292px);
    min-height: 0;
    margin: 0 auto;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .home-story-card h2 {
    font-size: 18px;
  }

  .home-story-card p {
    font-size: 13px;
  }

  .home-story-card--red {
    grid-column: auto;
    grid-row: auto;
  }

  .home-story-card--muted {
    grid-column: auto;
    grid-row: auto;
  }

  .home-story-card--soft {
    grid-column: auto;
    grid-row: auto;
    width: min(100%, 292px);
    min-height: 0;
  }

  .home-story__headline {
    grid-column: auto;
    grid-row: auto;
    margin: 14px auto 0;
    width: min(100%, 292px);
  }

  .home-story__headline span {
    font-size: 26px;
  }

  .home-story__headline strong {
    font-size: 52px;
  }

  .home-pride {
    padding: 88px 20px 96px;
  }

  .home-pride h2 {
    font-size: 44px;
  }

  .home-pride p {
    font-size: 19px;
  }

  .home-media {
    padding: 40px 0 90px;
  }

  .home-media__card {
    min-height: 430px;
    padding: 48px 28px;
    border-radius: 42px;
  }

  .home-media__logo img {
    width: 250px;
  }

  .home-media__logo span {
    margin-top: 0;
    margin-left: 76px;
    font-size: 46px;
  }

  .home-media__card p {
    max-width: 260px;
    margin: 28px 0 0;
    font-size: 18px;
  }

  .home-media__button {
    min-height: 36px;
    padding: 0 18px;
    font-size: 12px;
  }

  .home-fire {
    min-height: 0;
    padding: 24px 0 90px;
  }

  .home-fire__images {
    min-height: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding-top: 62px;
    padding-bottom: 108px;
  }

  .home-fire__images::before {
    top: 62px;
    left: 24%;
    width: 52%;
    height: 320px;
    border-radius: 42px;
  }

  .home-fire__images::after {
    top: 250px;
    right: -8%;
    width: 38%;
    height: 250px;
    border-radius: 34px;
  }

  .home-fire__image--one {
    grid-column: 2;
    width: 100%;
  }

  .home-fire__image--two {
    grid-column: 1;
    width: 100%;
  }

  .home-fire__image--three {
    grid-column: 3;
    width: 100%;
  }

  .home-fire__headline {
    max-width: 260px;
    margin-top: 20px;
    font-size: 38px;
  }

  .ruska-shop-hero,
  .ruska-page-hero {
    padding: 106px 0 46px;
  }

  .ruska-shop-hero h1,
  .ruska-page-hero h1 {
    font-size: 52px;
  }

  .ruska-products-section {
    padding: 48px 0 78px;
  }

  .ruska-catalog-toolbar {
    margin-bottom: 24px;
    padding: 14px;
    align-items: stretch;
    flex-direction: column;
    border-radius: 18px;
  }

  .ruska-catalog-toolbar select {
    width: 100%;
  }

  .ruska-products-grid {
    grid-template-columns: minmax(0, 310px);
    gap: 28px;
  }

  .ruska-product-card {
    min-height: 462px;
    border-radius: 54px;
  }

  .ruska-product-card__media {
    height: 280px;
    border-radius: 54px 54px 0 54px;
  }

  .ruska-product-card__body {
    padding: 24px;
  }

  .ruska-product-card__button {
    width: 100%;
    min-height: 48px;
  }

  .ruska-single-product {
    width: min(calc(100% - 24px), 100%);
    gap: 30px;
    padding-top: 98px;
    padding-bottom: 68px;
  }

  .ruska-product-gallery__main {
    border-radius: 46px;
  }

  .ruska-product-summary h1 {
    font-size: 44px;
  }

  .ruska-cart,
  .ruska-cart-totals,
  .woocommerce-checkout .site-main--woocommerce,
  .woocommerce-cart .site-main--woocommerce {
    width: min(calc(100% - 24px), 100%);
  }

  .woocommerce-cart .site-main--woocommerce,
  .woocommerce-checkout .site-main--woocommerce {
    padding-top: 98px;
  }

  .ruska-cart-item {
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 14px;
    border-radius: 28px;
  }

  .ruska-cart-item__quantity,
  .ruska-cart-item__subtotal {
    grid-column: 2 / span 2;
  }

  .ruska-cart-item__remove {
    grid-column: 3;
    grid-row: 1;
  }

  .ruska-cart__actions,
  .cart_totals,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review {
    padding: 20px;
    border-radius: 26px;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ruska-page-content__inner {
    font-size: 18px;
  }

  .site-footer {
    padding: 28px 20px 34px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer__nav {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-main--fallback,
  .site-main--woocommerce {
    padding: 96px 20px 64px;
  }
}

@media (max-width: 1023px) {
  body.woocommerce-checkout .site-header,
  body.woocommerce-cart .site-header {
    width: calc(100% - 24px) !important;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .ruska-art-cart-item {
    grid-template-columns: 84px minmax(0, 1fr) 74px;
  }

  .ruska-art-cart-item__subtotal {
    grid-column: 2;
  }

  .ruska-art-cart-item__remove {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 767px) {
  body.woocommerce-checkout .site-header {
    width: calc(100% - 16px) !important;
    min-height: 60px;
    padding: 8px 4px;
  }

  body.woocommerce-cart .site-header {
    width: calc(100% - 16px) !important;
    min-height: 60px;
    padding: 8px 4px;
  }

  body.woocommerce-checkout .site-header__logo,
  body.woocommerce-checkout .site-header__logo img {
    width: 82px;
    height: 36px;
  }

  body.woocommerce-checkout .site-header__nav {
    display: none;
  }

  .woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .woocommerce-checkout .wp-block-woocommerce-checkout {
    width: calc(100% - 20px);
  }

  .woocommerce-checkout .wc-block-checkout__sidebar {
    position: static;
  }

  .ruska-commerce-page,
  .woocommerce-checkout .site-main--woocommerce {
    min-height: 680px;
    padding: 104px 0 64px;
  }

  .ruska-commerce-container,
  .woocommerce-checkout .woocommerce,
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    width: min(100% - 24px, 100%);
  }

  .woocommerce-checkout .wc-block-checkout__main,
  .woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 18px;
    border-radius: 16px;
  }

  .woocommerce-checkout .wc-block-checkout__sidebar {
    padding: 0;
  }

  .woocommerce-checkout .wc-block-components-order-summary {
    padding: 18px;
  }

  .woocommerce-checkout .wc-block-components-checkout-step {
    padding: 14px 10px;
  }

  .ruska-commerce-title {
    font-size: 52px;
  }

  .ruska-art-cart-panel {
    padding: 14px;
    border-radius: 16px;
  }

  .ruska-art-cart-item {
    grid-template-columns: 70px minmax(0, 1fr) 34px;
    gap: 10px;
    padding: 10px;
  }

  .ruska-art-cart-item img {
    width: 64px;
    height: 76px;
  }

  .ruska-art-cart-item__qty,
  .ruska-art-cart-item__subtotal {
    grid-column: 2;
  }

  .ruska-art-cart-item__price {
    display: none;
  }

  .ruska-art-cart-item__qty {
    grid-row: 2;
  }

  .ruska-art-cart-item__subtotal {
    grid-row: 3;
    padding-top: 4px;
    font-weight: 800;
  }

  .ruska-art-cart-actions {
    justify-content: stretch;
  }

  .ruska-art-cart-actions .button,
  .ruska-art-cart-totals .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .home-artboard--desktop {
    display: block;
  }

  .home-forcod-artboard--desktop {
    display: block;
  }

  .ruska-art-hotspot--desktop,
  .ruska-art-form--desktop {
    display: block;
  }

  .ruska-global-cart {
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 18px);
    right: clamp(34px, 6.1vw, 118px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ruska-product-overlay {
    top: 6.5%;
    left: 7%;
    grid-template-columns: 0.9fr 1.1fr;
    width: 86%;
    gap: 28px;
    padding: 28px;
  }

  .home-forcod-artboard--tablet {
    display: block;
  }

  .ruska-art-hotspot--tablet,
  .ruska-art-form--tablet {
    display: block;
  }

  .ruska-art-cart-overlay {
    left: 7%;
    top: 24%;
    width: 86%;
  }

  .ruska-art-cart-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .ruska-global-cart {
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 14px);
    right: clamp(20px, 5vw, 48px);
    width: 38px;
    height: 38px;
  }

  .home-forcod-hotspot--tablet-logo { left: 0; top: 0; width: 14.5%; height: 1.0%; }
  .home-forcod-hotspot--tablet-nav-shirts { left: 40.0%; top: 0; width: 9.6%; height: 0.95%; }
  .home-forcod-hotspot--tablet-nav-costumes { left: 49.6%; top: 0; width: 10.8%; height: 0.95%; }
  .home-forcod-hotspot--tablet-telegram-top { left: 82.0%; top: 0; width: 8.2%; height: 0.95%; }
  .home-forcod-hotspot--tablet-cart { left: 90.2%; top: 0; width: 8.6%; height: 0.95%; }
  .home-forcod-hotspot--tablet-card-costumes { left: 2.5%; top: 16.7%; width: 50.0%; height: 15.7%; }
  .home-forcod-hotspot--tablet-card-shirts { left: 38.5%; top: 26.1%; width: 53.8%; height: 15.2%; }
  .home-forcod-hotspot--tablet-telegram-media { left: 14.0%; top: 67.6%; width: 42.0%; height: 1.9%; }
  .home-forcod-hotspot--tablet-discount { left: 2.6%; top: 95.88%; width: 39.0%; height: 1.84%; }
  .home-forcod-hotspot--tablet-telegram-foot { left: 2.6%; top: 97.9%; width: 43.5%; height: 1.08%; }
  .home-forcod-hotspot--tablet-about { left: 48.0%; top: 95.15%; width: 18.5%; height: 1.35%; }
  .home-forcod-hotspot--tablet-agreement { left: 67.4%; top: 95.2%; width: 30.4%; height: 1.12%; }
  .home-forcod-hotspot--tablet-privacy { left: 67.4%; top: 96.42%; width: 30.4%; height: 1.12%; }
  .home-forcod-hotspot--tablet-personal { left: 67.4%; top: 97.64%; width: 31.8%; height: 1.18%; }

  .home-artboard--tablet {
    display: block;
    aspect-ratio: 1600 / 8200;
  }

  .home-artboard--tablet .home-layer--hero {
    top: 0;
    left: -28%;
    z-index: 1;
    width: 156%;
  }

  .home-artboard--tablet .home-layer--categories {
    top: 9.4%;
    left: 0;
    z-index: 4;
    width: 100%;
  }

  .home-artboard--tablet .home-layer--story {
    top: 24.0%;
    left: 0;
    z-index: 6;
    width: 100%;
  }

  .home-artboard--tablet .home-black-zone--pride {
    top: 44.0%;
    z-index: 7;
    height: 11.5%;
  }

  .home-artboard--tablet .home-black-zone--footer {
    bottom: 0;
    z-index: 2;
    height: 10.0%;
  }

  .home-artboard--tablet .home-layer--pride-text {
    top: 45.6%;
    left: 8%;
    z-index: 9;
    width: 84%;
  }

  .home-artboard--tablet .home-layer--pride-flower {
    top: 48.0%;
    left: 67%;
    z-index: 8;
    width: 14%;
    transform: rotate(10deg);
  }

  .home-artboard--tablet .home-layer--media-bg {
    top: 55.2%;
    left: 0;
    z-index: 8;
    width: 100%;
  }

  .home-artboard--tablet .home-layer--media-logo {
    top: 58.8%;
    left: 11%;
    z-index: 11;
    width: 51%;
  }

  .home-artboard--tablet .home-layer--fire {
    top: 69.8%;
    left: 0;
    z-index: 12;
    width: 100%;
  }

  .home-artboard--tablet .home-artboard-hero-copy {
    top: 6.2%;
    left: 3.2%;
    z-index: 9;
    width: 36%;
  }

  .home-artboard--tablet .home-artboard-hero-copy span {
    font-size: clamp(30px, 5.8vw, 58px);
  }

  .home-artboard--tablet .home-artboard-hero-copy small {
    font-size: clamp(10px, 1.6vw, 16px);
  }

  .home-artboard--tablet .home-category-label--costumes {
    display: none;
  }

  .home-artboard--tablet .home-category-label--shirts {
    display: none;
  }

  .home-artboard--tablet .home-artboard-media-copy {
    top: 62.4%;
    right: 9%;
    width: 34%;
    font-size: clamp(12px, 2.3vw, 21px);
  }

  .home-artboard--tablet .home-artboard-media-button {
    top: 64.8%;
    left: 16%;
    min-height: 0.64%;
    padding: 0 2.4%;
    font-size: clamp(8px, 1.35vw, 12px);
  }

  .home-artboard--tablet .home-artboard-footer {
    left: 6%;
    bottom: 1.8%;
    width: 88%;
    font-size: clamp(8px, 1.05vw, 11px);
  }

  .home-hotspot--tablet-logo { left: 3%; top: 0.45%; width: 11%; height: 1.4%; }
  .home-hotspot--tablet-nav-shirts { left: 43%; top: 0.48%; width: 8%; height: 1.1%; }
  .home-hotspot--tablet-nav-costumes { left: 52%; top: 0.48%; width: 9%; height: 1.1%; }
  .home-hotspot--tablet-telegram { left: 88%; top: 0.45%; width: 5%; height: 1.1%; }
  .home-hotspot--tablet-cart { left: 93%; top: 0.45%; width: 4%; height: 1.1%; }
  .home-hotspot--tablet-card-costumes { left: 15%; top: 11.5%; width: 30%; height: 7%; }
  .home-hotspot--tablet-card-shirts { left: 44%; top: 14.5%; width: 34%; height: 7.5%; }
  .home-hotspot--tablet-media { left: 15%; top: 64.5%; width: 22%; height: 1.4%; }
  .home-hotspot--tablet-about { left: 54%; top: 96.2%; width: 8%; height: 1.2%; }
  .home-hotspot--tablet-agreement { left: 72%; top: 95.9%; width: 17%; height: 0.9%; }
  .home-hotspot--tablet-privacy { left: 72%; top: 97.0%; width: 16%; height: 0.9%; }
  .home-hotspot--tablet-personal { left: 72%; top: 98.0%; width: 20%; height: 0.9%; }
}

@media (max-width: 767px) {
  .ruska-product-overlay {
    top: 5.5%;
    left: 6%;
    display: block;
    width: 88%;
    padding: 14px;
    border-radius: 14px;
  }

  .ruska-product-overlay__media {
    margin-bottom: 18px;
    border-radius: 12px;
  }

  .ruska-product-overlay__image {
    aspect-ratio: 1 / 1.08;
  }

  .ruska-product-overlay__summary h1 {
    margin-bottom: 12px;
    font-size: clamp(28px, 9vw, 42px);
  }

  .ruska-product-overlay__description {
    font-size: 14px;
  }

  .ruska-product-overlay__cart {
    flex-wrap: wrap;
  }

  .home-forcod-artboard--mobile {
    display: block;
  }

  .ruska-art-hotspot--mobile,
  .ruska-art-form--mobile {
    display: block;
  }

  .ruska-art-cart-overlay {
    left: 5%;
    top: 20%;
    width: 90%;
  }

  .ruska-art-cart-panel {
    padding: 14px;
    border-radius: 10px;
  }

  .ruska-art-cart-item {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }

  .ruska-global-cart {
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 8px);
    right: 6px;
    width: 34px;
    height: 34px;
  }

  .ruska-global-cart svg {
    width: 20px;
    height: 20px;
  }

  .ruska-art-cart-item img {
    width: 62px;
    height: 62px;
  }

  .ruska-art-cart-item__qty,
  .ruska-art-cart-item__subtotal,
  .ruska-art-cart-item__remove {
    grid-column: 2;
  }

  .ruska-art-cart-item__price {
    display: none;
  }

  .ruska-art-cart-item__qty {
    grid-row: 2;
  }

  .ruska-art-cart-item__subtotal {
    grid-row: 3;
    padding-top: 4px;
    font-weight: 800;
  }

  .ruska-art-cart-item__remove {
    grid-column: 3;
    grid-row: 1;
  }

  .ruska-art-cart-actions {
    flex-direction: column;
  }

  .home-forcod-hotspot--mobile-logo { left: 0; top: 0; width: 22.0%; height: 0.7%; }
  .home-forcod-hotspot--mobile-nav-shirts,
  .home-forcod-hotspot--mobile-nav-costumes { left: 0; top: 0; width: 0; height: 0; }
  .home-forcod-hotspot--mobile-telegram-top { left: 76.0%; top: 0; width: 13.5%; height: 0.7%; }
  .home-forcod-hotspot--mobile-cart { left: 89.5%; top: 0; width: 10.0%; height: 0.7%; }
  .home-forcod-hotspot--mobile-card-shirts { left: 8.0%; top: 12.4%; width: 82.0%; height: 11.4%; }
  .home-forcod-hotspot--mobile-card-costumes { left: 4.0%; top: 22.8%; width: 90.0%; height: 12.8%; }
  .home-forcod-hotspot--mobile-telegram-media { left: 14.0%; top: 76.35%; width: 55.0%; height: 1.25%; }
  .home-forcod-hotspot--mobile-discount { left: 3.0%; top: 94.85%; width: 43.0%; height: 1.45%; }
  .home-forcod-hotspot--mobile-telegram-foot { left: 21.0%; top: 96.15%; width: 36.0%; height: 1.35%; }
  .home-forcod-hotspot--mobile-about { left: 1.5%; top: 97.2%; width: 28.0%; height: 1.0%; }
  .home-forcod-hotspot--mobile-agreement { left: 57.0%; top: 96.95%; width: 41.0%; height: 0.72%; }
  .home-forcod-hotspot--mobile-privacy { left: 57.0%; top: 97.72%; width: 41.0%; height: 0.72%; }
  .home-forcod-hotspot--mobile-personal { left: 57.0%; top: 98.5%; width: 42.0%; height: 0.95%; }

  .home-artboard--mobile {
    display: block;
    aspect-ratio: 750 / 12700;
  }

  .home-artboard--mobile .home-layer--mobile-intro {
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
  }

  .home-artboard--mobile .home-layer--mobile-story {
    top: 26.0%;
    left: 0;
    z-index: 6;
    width: 100%;
  }

  .home-artboard--mobile .home-black-zone--pride {
    top: 66.5%;
    z-index: 7;
    height: 8.6%;
  }

  .home-artboard--mobile .home-layer--mobile-media-bg {
    top: 66.8%;
    left: 0;
    z-index: 8;
    width: 100%;
  }

  .home-artboard--mobile .home-layer--mobile-media-logo {
    top: 68.8%;
    left: 8%;
    z-index: 11;
    width: 58%;
  }

  .home-artboard--mobile .home-layer--mobile-pride-text {
    top: 66.1%;
    left: 6%;
    z-index: 9;
    width: 88%;
  }

  .home-artboard--mobile .home-layer--mobile-fire {
    top: 78.8%;
    left: 5%;
    z-index: 12;
    width: 90%;
  }

  .home-artboard--mobile .home-black-zone--footer {
    bottom: 0;
    z-index: 2;
    height: 8.2%;
  }

  .home-artboard--mobile .home-artboard-media-copy {
    top: 71.4%;
    right: 8%;
    z-index: 6;
    width: 40%;
    font-size: clamp(10px, 2.9vw, 15px);
  }

  .home-artboard--mobile .home-artboard-media-button {
    top: 74.0%;
    left: 17%;
    z-index: 7;
    min-height: 0.34%;
    padding: 0 4%;
    font-size: clamp(8px, 2.4vw, 11px);
  }

  .home-artboard--mobile .home-artboard-footer {
    left: 8%;
    bottom: 1.5%;
    z-index: 20;
    width: 84%;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    font-size: clamp(7px, 2.15vw, 10px);
  }

  .home-hotspot--mobile-logo { left: 4%; top: 0.28%; width: 18%; height: 1%; }
  .home-hotspot--mobile-nav-shirts { left: 0; top: 0; width: 0; height: 0; }
  .home-hotspot--mobile-nav-costumes { left: 0; top: 0; width: 0; height: 0; }
  .home-hotspot--mobile-telegram { left: 82%; top: 0.28%; width: 13%; height: 1%; }
  .home-hotspot--mobile-cart { left: 0; top: 0; width: 0; height: 0; }
  .home-hotspot--mobile-card-shirts { left: 28%; top: 9.7%; width: 63%; height: 7.4%; }
  .home-hotspot--mobile-card-costumes { left: 0; top: 17.2%; width: 84%; height: 9.0%; }
  .home-hotspot--mobile-media { left: 17%; top: 73.8%; width: 37%; height: 0.9%; }
  .home-hotspot--mobile-about { left: 8%; top: 97.4%; width: 18%; height: 0.7%; }
  .home-hotspot--mobile-agreement { left: 51%; top: 97.3%; width: 34%; height: 0.5%; }
  .home-hotspot--mobile-privacy { left: 51%; top: 97.9%; width: 34%; height: 0.5%; }
  .home-hotspot--mobile-personal { left: 51%; top: 98.4%; width: 40%; height: 0.5%; }
}

/* Responsive live catalogue based on the supplied storefront archive. */
@media (max-width: 980px) {
  .ruska-archive-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .ruska-archive-product-card {
    min-height: 540px;
  }

  .ruska-archive-product-card__media {
    height: 390px;
  }

  body.tax-product_cat .ruska-footer-layout {
    grid-template-columns: 1fr 0.7fr 1.2fr;
    gap: 38px;
  }
}

@media (max-width: 720px) {
  body.tax-product_cat .site-header {
    min-height: 64px;
    grid-template-columns: 1fr auto;
    padding: 8px 16px;
  }

  body.admin-bar.tax-product_cat .site-header {
    top: 46px;
  }

  body.tax-product_cat .site-header__logo,
  body.tax-product_cat .site-header__logo img {
    width: 92px;
  }

  body.tax-product_cat .site-header__nav {
    display: none;
  }

  body.tax-product_cat .site-header__actions {
    gap: 8px;
  }

  body.tax-product_cat .site-header__icon,
  body.tax-product_cat .site-header__burger {
    width: 44px;
    height: 44px;
  }

  body.tax-product_cat .site-header__burger {
    display: block;
  }

  body.tax-product_cat .site-header__mobile {
    top: 64px;
    right: 12px;
    width: min(260px, calc(100vw - 24px));
    padding: 14px 18px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.96);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  }

  body.tax-product_cat .site-header__mobile a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .ruska-archive-catalogue {
    padding: 42px 14px 100px;
  }

  .ruska-archive-catalogue__background {
    inset: -1% -45% auto;
    width: 190%;
    height: 620px;
    object-fit: cover;
  }

  .ruska-archive-catalogue__topline {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
  }

  .ruska-archive-catalogue__home {
    grid-column: 1;
    grid-row: 1;
  }

  .ruska-archive-catalogue__count {
    grid-column: 2;
    grid-row: 1;
  }

  .ruska-archive-catalogue h1 {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: clamp(58px, 19vw, 82px);
    text-align: left;
  }

  .ruska-archive-catalogue__description {
    margin: -12px 0 28px;
    text-align: left;
  }

  .ruska-archive-catalogue .ruska-catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 26px;
  }

  .ruska-archive-catalogue .ruska-catalog-filters {
    flex-wrap: nowrap;
    margin: 0 -14px;
    padding: 0 14px 2px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ruska-archive-catalogue .ruska-catalog-filters::-webkit-scrollbar {
    display: none;
  }

  .ruska-archive-catalogue .ruska-catalog-filters a {
    flex: 0 0 auto;
  }

  .ruska-catalog-toolbar__sort {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ruska-catalog-toolbar__sort .woocommerce-ordering,
  .ruska-archive-catalogue .ruska-catalog-toolbar select {
    width: 100%;
  }

  .ruska-archive-products-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .ruska-archive-product-card {
    min-height: 0;
    border-radius: 46px;
  }

  .ruska-archive-product-card__media {
    height: min(116vw, 500px);
    border-radius: 46px 46px 0 0;
  }

  .ruska-archive-product-card__body {
    min-height: 172px;
    padding: 24px;
  }

  .ruska-archive-product-card__title {
    font-size: 22px;
  }

  body.tax-product_cat .site-footer {
    padding: 46px 20px 26px;
  }

  body.tax-product_cat .ruska-footer-layout {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  body.tax-product_cat .site-footer__brand {
    grid-column: 1 / -1;
  }

  .ruska-footer-description {
    max-width: 300px;
    font-size: 15px;
  }

  .ruska-footer-bottom {
    gap: 14px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .ruska-archive-catalogue h1 {
    font-size: 58px;
  }

  .ruska-archive-product-card__media {
    height: 430px;
  }

  body.tax-product_cat .ruska-footer-layout {
    grid-template-columns: 1fr;
  }

  body.tax-product_cat .site-footer__brand {
    grid-column: auto;
  }
}
