@media (min-width: 701px) {
  body .mobile_nav {
    display: none !important;
  }

  .rensino-pc-home {
    --rensino-teal: #079b94;
    --rensino-teal-dark: #04756f;
    --rensino-navy: #002b68;
    --rensino-ink: #0b1726;
    --rensino-muted: #607080;
    --rensino-line: #dce5e7;
    --rensino-canvas: #f3f7f7;
    --rensino-gold: #d6a24a;
    --rensino-white: #ffffff;
    color: var(--rensino-ink);
    font-family: "Poppins", Arial, sans-serif;
    overflow: hidden;
  }

  .rensino-pc-home *,
  .rensino-pc-home *::before,
  .rensino-pc-home *::after {
    box-sizing: border-box;
  }

  .rensino-pc-home img {
    display: block;
    max-width: 100%;
  }

  .rensino-pc-home a {
    text-decoration: none;
  }

  .rensino-shell {
    width: min(1500px, calc(100% - 80px));
    margin-inline: auto;
  }

  .rensino-hero {
    position: relative;
    min-height: 720px;
    height: calc(100svh - 32px);
    max-height: 1040px;
    color: var(--rensino-white);
    isolation: isolate;
  }

  .rensino-hero__image,
  .rensino-application > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .rensino-hero__image {
    object-position: 58% center;
  }

  .rensino-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(90deg, rgba(3, 15, 28, 0.91) 0%, rgba(3, 20, 34, 0.72) 38%, rgba(3, 20, 34, 0.2) 70%, rgba(3, 20, 34, 0.12) 100%),
      linear-gradient(0deg, rgba(2, 12, 24, 0.5) 0%, transparent 38%);
  }

  .rensino-hero__content {
    position: relative;
    z-index: 1;
    top: 49%;
    transform: translateY(-50%);
  }

  .rensino-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 22px;
    color: var(--rensino-teal);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .rensino-eyebrow::before {
    width: 34px;
    height: 2px;
    content: "";
    background: currentColor;
  }

  .rensino-hero .rensino-eyebrow,
  .rensino-application .rensino-eyebrow,
  .rensino-section-heading--light .rensino-eyebrow {
    color: #55d8ce;
  }

  .rensino-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--rensino-white);
    font-size: 68px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .rensino-hero__summary {
    max-width: 680px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.75;
  }

  .rensino-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
  }

  .rensino-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
  }

  .rensino-button:hover {
    transform: translateY(-2px);
  }

  .rensino-button--primary {
    color: var(--rensino-white);
    background: var(--rensino-teal);
  }

  .rensino-button--primary:hover {
    color: var(--rensino-white);
    background: var(--rensino-teal-dark);
  }

  .rensino-button--ghost {
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--rensino-white);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
  }

  .rensino-button--ghost:hover {
    border-color: var(--rensino-white);
    color: var(--rensino-ink);
    background: var(--rensino-white);
  }

  .rensino-button--navy {
    color: var(--rensino-white);
    background: var(--rensino-navy);
  }

  .rensino-button--navy:hover {
    color: var(--rensino-white);
    background: #001d48;
  }

  .rensino-hero__facts {
    position: absolute;
    z-index: 1;
    right: 140px;
    bottom: 0;
    display: grid;
    width: min(820px, 58vw);
    min-height: 106px;
    grid-template-columns: repeat(3, 1fr) 132px;
    align-items: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(2, 18, 32, 0.72);
    backdrop-filter: blur(14px);
  }

  .rensino-hero__facts > div,
  .rensino-hero__facts > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 19px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .rensino-hero__facts strong {
    color: var(--rensino-white);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
  }

  .rensino-hero__facts span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .rensino-hero__facts > a {
    align-items: center;
    gap: 5px;
    border-right: 0;
    color: var(--rensino-white);
    background: var(--rensino-teal);
  }

  .rensino-hero__facts > a span {
    margin: 0;
    color: var(--rensino-white);
    font-weight: 600;
  }

  .rensino-hero__facts > a i {
    font-size: 20px;
  }

  .rensino-capabilities {
    border-bottom: 1px solid var(--rensino-line);
    background: var(--rensino-white);
  }

  .rensino-capability-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .rensino-capability {
    display: flex;
    min-height: 132px;
    align-items: center;
    gap: 17px;
    padding: 28px 24px;
    border-right: 1px solid var(--rensino-line);
  }

  .rensino-capability:first-child {
    border-left: 1px solid var(--rensino-line);
  }

  .rensino-capability > i {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border: 1px solid rgba(7, 155, 148, 0.27);
    border-radius: 4px;
    color: var(--rensino-teal);
    background: #edfaf8;
    font-size: 22px;
  }

  .rensino-capability strong,
  .rensino-capability span {
    display: block;
  }

  .rensino-capability strong {
    color: var(--rensino-ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
  }

  .rensino-capability span {
    margin-top: 5px;
    color: var(--rensino-muted);
    font-size: 11px;
    line-height: 1.5;
  }

  .rensino-section {
    padding: 112px 0;
  }

  .rensino-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
    align-items: end;
    gap: 60px;
    margin-bottom: 48px;
  }

  .rensino-section-heading .rensino-eyebrow {
    margin-bottom: 16px;
  }

  .rensino-section-heading h2,
  .rensino-application h2 {
    margin: 0;
    color: var(--rensino-ink);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .rensino-section-heading > p {
    margin: 0;
    padding-left: 23px;
    border-left: 2px solid var(--rensino-gold);
    color: var(--rensino-muted);
    font-size: 14px;
    line-height: 1.75;
  }

  .rensino-categories {
    background: var(--rensino-canvas);
  }

  .rensino-category-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 18px;
  }

  .rensino-category-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--rensino-line);
    border-radius: 6px;
    color: var(--rensino-ink);
    background: var(--rensino-white);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  }

  .rensino-category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(7, 155, 148, 0.48);
    box-shadow: 0 18px 40px rgba(11, 23, 38, 0.1);
  }

  .rensino-category-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e5eeee;
  }

  .rensino-category-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
  }

  .rensino-category-card:hover .rensino-category-card__media img {
    transform: scale(1.045);
  }

  .rensino-category-card__count {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin: 0;
    padding: 5px 8px;
    border-radius: 3px;
    color: var(--rensino-white);
    background: rgba(3, 18, 31, 0.76);
    font-size: 9px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
  }

  .rensino-category-card__body {
    display: grid;
    min-height: 76px;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    gap: 6px;
    padding: 13px 13px 14px;
  }

  .rensino-category-card__body strong {
    overflow: hidden;
    color: var(--rensino-ink);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
  }

  .rensino-category-card__body i {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: var(--rensino-teal);
    background: #e9f7f6;
    font-size: 14px;
  }

  .rensino-factory {
    position: relative;
    color: var(--rensino-white);
    background: #071725;
  }

  .rensino-factory::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--rensino-teal), var(--rensino-gold));
  }

  .rensino-section-heading--light h2 {
    color: var(--rensino-white);
  }

  .rensino-section-heading--light > p {
    color: rgba(255, 255, 255, 0.63);
  }

  .rensino-factory-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: 240px 240px 245px;
    gap: 14px;
  }

  .rensino-factory-card {
    position: relative;
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 5px;
    background: #142a39;
  }

  .rensino-factory-card--1 { grid-column: 1 / 8; grid-row: 1 / 3; }
  .rensino-factory-card--2 { grid-column: 8 / 13; grid-row: 1 / 2; }
  .rensino-factory-card--3 { grid-column: 8 / 10; grid-row: 2 / 3; }
  .rensino-factory-card--4 { grid-column: 10 / 13; grid-row: 2 / 3; }
  .rensino-factory-card--5 { grid-column: 1 / 7; grid-row: 3 / 4; }
  .rensino-factory-card--6 { grid-column: 7 / 13; grid-row: 3 / 4; }

  .rensino-factory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
  }

  .rensino-factory-card:hover img {
    transform: scale(1.035);
  }

  .rensino-factory-card::after {
    position: absolute;
    inset: 45% 0 0;
    content: "";
    background: linear-gradient(0deg, rgba(2, 11, 19, 0.8), transparent);
  }

  .rensino-factory-card figcaption {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 17px;
    left: 19px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--rensino-white);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
  }

  .rensino-factory-card figcaption span {
    color: #62d8d1;
    font-size: 10px;
  }

  .rensino-products {
    background: var(--rensino-white);
  }

  .rensino-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 22px;
  }

  .rensino-product-card {
    min-width: 0;
    border-bottom: 1px solid var(--rensino-line);
  }

  .rensino-product-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
    background: var(--rensino-canvas);
  }

  .rensino-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease;
  }

  .rensino-product-card__media > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border-radius: 3px;
    color: var(--rensino-white);
    background: var(--rensino-navy);
    font-size: 10px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .rensino-product-card:hover .rensino-product-card__media img {
    transform: scale(1.035);
  }

  .rensino-product-card:hover .rensino-product-card__media > span {
    opacity: 1;
    transform: translateY(0);
  }

  .rensino-product-card__body {
    position: relative;
    min-height: 132px;
    padding: 18px 4px 22px;
  }

  .rensino-product-card__body > p {
    margin: 0 0 7px;
    color: var(--rensino-teal);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .rensino-product-card h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
  }

  .rensino-product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--rensino-ink);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .rensino-product-card__moq {
    display: inline-block;
    margin-top: 9px;
    color: var(--rensino-muted);
    font-size: 10px;
    line-height: 1.4;
  }

  .rensino-application {
    position: relative;
    min-height: 720px;
    color: var(--rensino-white);
    isolation: isolate;
  }

  .rensino-application > img {
    object-position: center;
  }

  .rensino-application__shade {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(3, 16, 28, 0.93) 0%, rgba(3, 18, 31, 0.74) 40%, rgba(3, 18, 31, 0.13) 73%);
  }

  .rensino-application__content {
    position: relative;
    z-index: 1;
    padding-top: 132px;
  }

  .rensino-application h2 {
    color: var(--rensino-white);
    font-size: 52px;
  }

  .rensino-application__content > p:not(.rensino-eyebrow) {
    max-width: 610px;
    margin: 26px 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.75;
  }

  .rensino-application ul {
    display: grid;
    gap: 11px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
  }

  .rensino-application li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
  }

  .rensino-application li i {
    color: #5cddd4;
    font-size: 18px;
  }

  .rensino-process {
    background: var(--rensino-canvas);
  }

  .rensino-process-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid var(--rensino-line);
    border-left: 1px solid var(--rensino-line);
  }

  .rensino-process-step {
    position: relative;
    min-height: 285px;
    padding: 27px 22px;
    border-right: 1px solid var(--rensino-line);
    border-bottom: 1px solid var(--rensino-line);
    background: var(--rensino-white);
    transition: color 220ms ease, background 220ms ease;
  }

  .rensino-process-step:hover {
    color: var(--rensino-white);
    background: var(--rensino-navy);
  }

  .rensino-process-step__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .rensino-process-step__top span {
    color: var(--rensino-teal);
    font-size: 10px;
    font-weight: 700;
  }

  .rensino-process-step__top i {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 4px;
    color: var(--rensino-teal);
    background: #e9f7f6;
    font-size: 22px;
  }

  .rensino-process-step h3 {
    margin: 52px 0 13px;
    color: var(--rensino-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    transition: color 220ms ease;
  }

  .rensino-process-step p {
    margin: 0;
    color: var(--rensino-muted);
    font-size: 11px;
    line-height: 1.75;
    transition: color 220ms ease;
  }

  .rensino-process-step:hover h3,
  .rensino-process-step:hover p {
    color: var(--rensino-white);
  }

  .rensino-process-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 34px 38px;
    border-right: 1px solid var(--rensino-line);
    border-bottom: 1px solid var(--rensino-line);
    border-left: 4px solid var(--rensino-gold);
    background: var(--rensino-white);
  }

  .rensino-process-cta strong,
  .rensino-process-cta span {
    display: block;
  }

  .rensino-process-cta strong {
    color: var(--rensino-ink);
    font-size: 18px;
    font-weight: 600;
  }

  .rensino-process-cta span {
    margin-top: 5px;
    color: var(--rensino-muted);
    font-size: 12px;
  }

  .rensino-motion-ready .rensino-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 600ms ease, transform 600ms ease;
  }

  .rensino-motion-ready .rensino-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  body #kf.container2 {
    width: min(1500px, calc(100% - 80px));
    max-width: none;
    padding: 0;
  }

  body #kf .online_cont {
    margin: 0;
    padding: 108px 0 112px;
    font-family: "Poppins", Arial, sans-serif;
  }

  body #kf .online_cont .title {
    position: relative;
    margin: 0 0 48px;
    padding-bottom: 18px;
  }

  body #kf .online_cont .title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 48px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, #079b94, #d6a24a);
    transform: translateX(-50%);
  }

  body #kf .online_cont .title p {
    color: #607080;
    font-size: 14px;
    line-height: 1.65;
  }

  body #kf .online_cont .title p:nth-child(1) {
    margin-bottom: 12px;
    color: #0b1726;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
  }

  body #kf .online_cont ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
  }

  body #kf .online_cont ul li {
    min-width: 0;
    padding: 28px 18px 24px;
    border: 1px solid #dce5e7;
    border-radius: 6px;
    background: #f8fbfb;
  }

  body #kf .online_cont ul li p:nth-child(1) {
    width: 112px;
    height: 112px;
    border: 3px solid #ffffff;
    box-shadow: 0 10px 26px rgba(11, 23, 38, 0.13);
  }

  body #kf .online_cont ul li p:nth-child(2) {
    margin: 17px 0 14px;
    color: #0b1726;
    font-size: 14px;
    font-weight: 600;
  }

  body #kf .online_cont ul li p:nth-child(3) {
    align-items: center;
    gap: 7px;
  }

  body #kf .online_cont ul li p:nth-child(3) span {
    padding: 7px 9px;
    border-radius: 3px;
    background: #079b94;
    font-size: 9px;
  }

  body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    margin-left: 0;
    background: #002b68;
  }
}

@media (min-width: 1280px) and (max-width: 1499px) {
  .rensino-shell,
  body #kf.container2 {
    width: min(1360px, calc(100% - 64px));
  }

  .rensino-category-grid {
    gap: 14px;
  }

  .rensino-category-card__body {
    padding-inline: 11px;
  }

  .rensino-process-step {
    padding-inline: 18px;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .rensino-shell,
  body #kf.container2 {
    width: calc(100% - 56px);
  }

  .rensino-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .rensino-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rensino-process-step {
    min-height: 245px;
  }

  body #kf .online_cont ul {
    gap: 14px;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .rensino-shell,
  body #kf.container2 {
    width: calc(100% - 40px);
  }

  .rensino-hero {
    min-height: 720px;
  }

  .rensino-hero__image {
    object-position: 64% center;
  }

  .rensino-hero__shade {
    background: linear-gradient(90deg, rgba(3, 15, 28, 0.94), rgba(3, 18, 31, 0.65) 68%, rgba(3, 18, 31, 0.25));
  }

  .rensino-hero h1 {
    max-width: 650px;
    font-size: 48px;
  }

  .rensino-hero__summary {
    max-width: 590px;
    font-size: 15px;
  }

  .rensino-hero__facts {
    right: 140px;
    width: calc(100% - 140px);
    grid-template-columns: repeat(3, 1fr) 105px;
  }

  .rensino-hero__facts > div,
  .rensino-hero__facts > a {
    padding: 17px 14px;
  }

  .rensino-capability-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .rensino-capability:nth-child(3) {
    border-left: 1px solid var(--rensino-line);
  }

  .rensino-capability:nth-child(-n+2) {
    border-bottom: 1px solid var(--rensino-line);
  }

  .rensino-section {
    padding: 86px 0;
  }

  .rensino-section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 38px;
  }

  .rensino-section-heading h2 {
    font-size: 38px;
  }

  .rensino-section-heading > p {
    max-width: 660px;
  }

  .rensino-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .rensino-factory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .rensino-factory-card,
  .rensino-factory-card--1,
  .rensino-factory-card--2,
  .rensino-factory-card--3,
  .rensino-factory-card--4,
  .rensino-factory-card--5,
  .rensino-factory-card--6 {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }

  .rensino-factory-card--1 {
    grid-column: 1 / 3;
    aspect-ratio: 16 / 8;
  }

  .rensino-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rensino-application {
    min-height: 670px;
  }

  .rensino-application__content {
    padding-top: 102px;
  }

  .rensino-application h2 {
    font-size: 44px;
  }

  .rensino-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rensino-process-step {
    min-height: 235px;
  }

  .rensino-process-step h3 {
    margin-top: 32px;
  }

  body #kf .online_cont {
    padding: 84px 0 88px;
  }

  body #kf .online_cont ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  body #kf .online_cont .title p:nth-child(1) {
    font-size: 36px;
  }
}

@media (min-width: 701px) and (max-width: 899px) {
  .rensino-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rensino-process-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  body .garment-header-inner {
    width: calc(100% - 10px);
    grid-template-columns: 150px minmax(0, 1fr) 0;
    gap: 10px;
    padding: 0 14px;
  }

  body .garment-logo {
    width: 145px;
    height: 50px;
  }

  body .garment-nav {
    gap: 10px;
    overflow: visible;
  }

  body .garment-nav > a,
  body .dropdown-trigger {
    font-size: 10px;
  }
}

@media (min-width: 701px) and (max-width: 768px) {
  body #online_qq_layer {
    right: 60px;
    bottom: 30px;
    width: 0;
  }

  body #online_qq_tab {
    right: 0;
    bottom: 0;
    margin-right: 0;
  }

  body #online_qq_tab #floatShow {
    position: relative;
    left: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    text-indent: 0;
  }

  body #online_qq_layer .livechat-girl {
    display: block !important;
  }

  body #onlineService {
    width: 28rem;
    margin-bottom: 70px;
    padding: initial;
  }
}

@media (max-width: 700px) {
  .rensino-pc-home {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rensino-pc-home *,
  .rensino-pc-home *::before,
  .rensino-pc-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
