@media (max-width: 760px) {
  body {
    background: #eef2f7;
  }

  #root {
    width: 100%;
    border: 0;
  }

  .reseller-strip {
    display: grid;
    gap: 8px;
    min-height: 112px;
    padding: 14px 18px 12px;
    text-align: center;
    background: linear-gradient(90deg, #05275c 0%, #03bfe7 100%);
  }

  .reseller-strip div {
    display: grid;
    justify-items: center;
    gap: 7px;
  }

  .reseller-strip strong {
    font-size: 0.8rem;
    line-height: 1.1;
  }

  .reseller-strip span {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .reseller-cta {
    width: min(100%, 280px);
    min-height: 32px;
    justify-self: center;
    border-radius: 7px;
    font-size: 0.65rem;
  }

  .top-nav.site-main-header {
    grid-template-columns: minmax(82px, 1fr) 42px minmax(138px, 1.45fr);
    gap: 7px;
    min-height: 72px;
    padding: 9px 9px 11px;
    border-bottom: 5px solid #05275c;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 88px;
  }

  .menu-toggle {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 9px;
    background: #05275c;
    box-shadow: 0 7px 16px rgba(5, 39, 92, 0.22);
  }

  .menu-toggle span {
    width: 22px;
    height: 3px;
    margin: 3px 0;
    background: #fff;
  }

  .nav-actions {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
  }

  .phone-pill {
    min-height: 36px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 0.58rem;
  }

  .language-switch {
    min-height: 36px;
    flex: 0 0 auto;
    gap: 2px;
    padding: 3px;
  }

  .language-switch button {
    min-width: 26px;
    height: 28px;
    font-size: 0.58rem;
  }

  .menu {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 8px;
  }

  .menu.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .menu a {
    min-height: 34px;
    padding: 8px 6px;
    font-size: 0.58rem;
    line-height: 1;
  }

  .hero.banner-store-hero {
    display: block;
    min-height: 0;
    margin: 0 8px;
    padding: 22px 15px;
    overflow: visible;
    text-align: center;
    background:
      radial-gradient(circle at 92% 11%, rgba(255, 88, 172, 0.42), transparent 25%),
      radial-gradient(circle at 65% 18%, rgba(63, 111, 255, 0.28), transparent 30%),
      linear-gradient(180deg, #ffffff 0%, #f7fbff 60%, #eaf7ff 100%);
  }

  .hero-left {
    max-width: none;
  }

  .breadcrumb {
    margin: 0 0 7px;
    color: #234368;
    font-size: 0.58rem;
    font-weight: 900;
  }

  .hero-badge {
    color: #08b9d7;
    font-size: 0.56rem;
    font-weight: 900;
  }

  .hero h1 {
    max-width: 300px;
    margin: 5px auto 9px;
    color: #05275c;
    font-size: clamp(1.25rem, 8vw, 1.8rem);
    line-height: 0.94;
  }

  .hero h1 span,
  .hero h1 strong {
    white-space: normal;
  }

  .hero h1 strong {
    color: #147ee8;
  }

  .hero p {
    max-width: 310px;
    margin: 0 auto;
    color: #102f59;
    font-size: 0.64rem;
    line-height: 1.35;
  }

  .hero-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    max-width: 290px;
    margin: 15px auto 14px;
  }

  .hero-list li {
    min-height: 33px;
    padding-left: 29px;
    color: #53617a;
    text-align: left;
    font-size: 0.5rem;
    line-height: 1.15;
  }

  .hero-list li:before {
    width: 21px;
    height: 21px;
    border-width: 1.5px;
  }

  .hero-list b {
    font-size: 0.5rem;
    line-height: 1.05;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    max-width: 270px;
    margin: 0 auto;
  }

  .hero-buttons button {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 0.47rem;
    line-height: 1.05;
  }

  .np-rating {
    margin: 7px 0 13px;
    color: #05275c;
    font-size: 0.85rem;
  }

  .np-rating span {
    font-size: 0.52rem;
  }

  .hero-right {
    min-height: 0;
    margin-top: 8px;
    display: block;
  }

  .hero-right:before {
    display: none;
  }

  .hero-right img {
    width: 100%;
    max-width: 306px;
    max-height: none;
    height: 176px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 16px 28px rgba(7, 20, 47, 0.23);
  }

  .perfect-for {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    width: min(286px, 94%);
    margin: -4px auto 0;
    padding: 9px 10px;
    border-radius: 7px;
    gap: 5px;
    text-align: center;
  }

  .perfect-for strong {
    font-size: 0.47rem;
  }

  .perfect-for span {
    min-height: 22px;
    padding: 0 7px;
    font-size: 0.42rem;
  }

  .products {
    padding: 48px 14px 24px;
  }

  .products h2 {
    margin-bottom: 17px;
    font-size: 0.88rem;
    font-weight: 900;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 286px;
    margin: 0 auto;
  }

  .product-card {
    min-height: 110px;
    padding: 17px 10px 13px;
    border-radius: 8px;
    box-shadow: 0 9px 22px rgba(7, 20, 47, 0.1);
  }

  .product-card h3 {
    margin-bottom: 6px;
    color: #05275c;
    font-size: 0.7rem;
    line-height: 1.15;
  }

  .product-card p {
    min-height: 25px;
    margin-bottom: 9px;
    color: #526279;
    font-size: 0.47rem;
    line-height: 1.3;
  }

  .product-card button {
    min-height: 26px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 0.43rem;
  }

  .why-us,
  .sizes {
    display: none;
  }

  .cta {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 42px 22px 38px;
    background: linear-gradient(135deg, #04183c 0%, #061b42 100%);
  }

  .cta h2 {
    max-width: 310px;
    margin: 0 auto 13px;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.08;
  }

  .cta p {
    max-width: 292px;
    margin: 0 auto 20px;
    color: #dce8f8;
    font-size: 0.93rem;
    line-height: 1.35;
  }

  .cta-button {
    width: min(100%, 240px);
    min-height: 46px;
    border-radius: 7px;
    font-size: 0.82rem;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  }

  .footer {
    margin-top: 0;
    padding: 18px 8px 0;
    border-top: 1px solid rgba(217, 242, 255, 0.25);
  }

  .footer-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .footer-brand,
  .footer-col:nth-child(2) {
    display: none;
  }

  .footer-col,
  .footer-col:first-child,
  .footer-col:nth-child(2) {
    align-items: center;
    min-height: 0;
    padding: 0 7px;
    border-top: 0;
    border-left: 1px solid rgba(217, 242, 255, 0.2);
    text-align: center;
  }

  .footer-col:nth-child(3) {
    border-left: 0;
  }

  .footer-col h4 {
    margin-bottom: 8px;
    font-size: 0.78rem;
    line-height: 1.05;
  }

  .footer-col p,
  .footer-col a {
    margin-bottom: 6px;
    font-size: 0.62rem;
    line-height: 1.25;
    white-space: normal;
  }

  .footer-bottom {
    margin-top: 14px;
    padding: 11px 0 13px;
    font-size: 0.57rem;
  }

  .container {
    background: #eef4fa;
  }

  .container > h1 {
    margin: 0;
    padding: 14px 8px 12px;
    color: #111827;
    background: #f8fbff;
    font-size: 1.45rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1;
  }

  .designer-page {
    display: flex;
    flex-direction: column;
    padding: 0 6px;
    background: #eef4fa;
  }

  .designer-hero {
    max-width: none;
    margin: 0 4px 12px;
    padding: 22px 16px;
    border-radius: 10px;
  }

  .designer-hero span {
    font-size: 0.48rem;
  }

  .designer-hero h1 {
    margin: 4px 0;
    font-size: clamp(1.55rem, 7.6vw, 2.35rem);
    letter-spacing: 0;
  }

  .designer-hero p {
    margin-top: 5px;
    font-size: 0.58rem;
  }

  .designer-layout {
    display: flex;
    flex-direction: column;
    max-width: none;
    margin: 0;
    gap: 0;
  }

  .designer-main {
    display: contents;
  }

  .canvas-card {
    order: 1;
    padding: 8px 8px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .canvas-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
    margin-bottom: 10px;
  }

  .canvas-top span {
    font-size: 0.62rem;
  }

  .canvas-top h2 {
    font-size: 1.02rem;
    line-height: 1.15;
  }

  .save-btn {
    width: auto;
    min-width: 120px;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 9px;
    font-size: 0.64rem;
    white-space: nowrap;
  }

  .canvas-wrapper {
    min-height: clamp(335px, 72vw, 520px);
    padding: 18px;
    border-radius: 12px;
    overflow: hidden;
  }

  .banner-canvas {
    max-width: none;
    border-radius: 8px;
    touch-action: none;
  }

  .safe-area span {
    top: -12px;
    left: 10px;
    padding: 3px 7px;
    font-size: 0.48rem;
  }

  .details-card {
    position: relative;
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    padding: 14px 8px 18px;
    border: 0;
    border-radius: 0;
    background: #eef4fa;
    box-shadow: none;
    overflow: hidden;
  }

  .details-card::before,
  .details-card::after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    z-index: 0;
    border: 1px solid #d9e8f5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(5, 39, 92, 0.08);
  }

  .details-card::before {
    left: 8px;
    width: calc(50% - 14px);
  }

  .details-card::after {
    right: 8px;
    width: calc(50% - 14px);
  }

  .details-card > * {
    position: relative;
    z-index: 1;
  }

  .details-card > h2,
  .details-card > label:not(.upload-btn),
  .details-card > select,
  .details-card > input:not([type="file"]) {
    grid-column: 1;
  }

  .details-card > .primary-btn,
  .details-card > .upload-btn,
  .details-card > .edit-panel {
    grid-column: 2;
  }

  .details-card > .primary-btn {
    grid-row: 2;
    align-self: end;
    margin-top: 0;
  }

  .details-card > .upload-btn {
    grid-row: 3;
    align-self: start;
    margin-top: 0;
  }

  .details-card > .edit-panel {
    grid-row: 4 / span 8;
    align-self: start;
  }

  .designer-card h2 {
    margin-bottom: 10px;
    font-size: 1.08rem;
  }

  .designer-card h3 {
    margin: 8px 0 10px;
    font-size: 0.72rem;
  }

  .designer-card label {
    margin: 7px 0 5px;
    font-size: 0.66rem;
  }

  .designer-card input,
  .designer-card select {
    height: 40px;
    border-radius: 8px;
    font-size: 0.7rem;
  }

  .primary-btn,
  .secondary-btn,
  .danger-btn,
  .upload-btn {
    min-height: 40px;
    border-radius: 9px;
    font-size: 0.68rem;
  }

  .edit-panel {
    margin-top: 8px;
    padding-top: 10px;
  }

  .designer-bottom-panels {
    order: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 8px 16px;
    background: #eef4fa;
  }

  .summary-card,
  .submit-card {
    padding: 14px 12px;
    border-radius: 10px;
  }

  .summary-row {
    gap: 8px;
    padding: 8px 0;
  }

  .summary-row span,
  .summary-row strong {
    font-size: 0.56rem;
    line-height: 1.25;
  }

  .summary-total {
    margin-top: 12px;
    padding: 12px;
    border-radius: 9px;
  }

  .summary-total span {
    font-size: 0.58rem;
  }

  .summary-total strong {
    font-size: 1.15rem;
  }

  .how-box {
    margin: 0 0 12px;
    padding: 12px 9px;
    border-radius: 9px;
  }

  .how-box h3 {
    margin-bottom: 8px;
    font-size: 0.7rem;
  }

  .how-box p {
    margin: 7px 0;
    font-size: 0.55rem;
    line-height: 1.35;
  }

  .submit-btn {
    min-height: 40px;
    border-radius: 9px;
    font-size: 0.62rem;
  }

  .canvas-item,
  .canvas-item * {
    touch-action: none;
  }

  body.np-touch-resizing,
  body.np-touch-resizing * {
    -webkit-user-select: none !important;
    user-select: none !important;
  }

  .canvas-item.selected [style*="resize"] {
    z-index: 999 !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    border: 3px solid #ffffff !important;
    border-radius: 999px !important;
    background: #04bfe7 !important;
    box-shadow: 0 3px 10px rgba(5, 39, 92, 0.3) !important;
  }

  .canvas-item.selected [style*="top: -10px"],
  .canvas-item.selected [style*="bottom: -10px"] {
    margin-top: -2px;
    margin-bottom: -2px;
  }
}
