/* Main-page desktop treatment based on DESIGN-onnurigood.md */
@media (min-width: 901px) {
  body.v2 {
    color: #666;
    font-size: 15px;
  }

  body.v2 .v2-announcement {
    height: 36px;
    color: #666;
    background: #f5e8d8;
    font-size: 13px;
  }

  body.v2 .v2-announcement__inner {
    min-height: 36px;
    justify-content: space-between;
  }

  body.v2 .v2-announcement strong {
    color: var(--v2-orange-700);
  }

  body.v2 .v2-site-header {
    height: 237px;
    background: #fff;
  }

  body.v2 .v2-header-main {
    min-height: 147px;
    grid-template-columns: minmax(180px, 1fr) minmax(360px, 427px) minmax(220px, 1fr);
    gap: 46px;
    padding-top: 10px;
  }

  body.v2 .v2-brand {
    gap: 0;
    color: #171719;
    font-family: var(--v2-font-display);
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.07em;
  }

  body.v2 .v2-brand__mark {
    width: auto;
    height: auto;
    margin-right: 4px;
    border-radius: 0;
    color: #ff7e15;
    background: transparent;
    font-size: 36px;
  }

  body.v2 .v2-search {
    height: 55px;
    overflow: visible;
    border: 0;
    border-radius: 999px;
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(90deg, #ff7a1a, #ff5d8f) border-box;
    border: 2px solid transparent;
    box-shadow: none;
  }

  body.v2 .v2-search input {
    padding: 0 58px 0 18px;
    color: #171719;
    font-size: 15px;
    letter-spacing: -.3px;
  }

  body.v2 .v2-search input::placeholder {
    color: #c7c7d5;
  }

  body.v2 .v2-search button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #000;
    background: #fff4ea;
  }

  body.v2 .v2-search:focus-within {
    box-shadow: 0 0 0 3px rgba(255, 126, 21, .14);
  }

  body.v2 .v2-keywords {
    gap: 7px;
    margin-top: 8px;
    color: #5a6473;
    font-size: 12.5px;
  }

  body.v2 .v2-keywords strong {
    color: var(--v2-orange-700);
    font-size: 12px;
    font-weight: 800;
  }

  body.v2 .v2-keywords a {
    min-height: 25px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #f3f5f9;
    font-weight: 600;
  }

  body.v2 .v2-user-menu {
    justify-content: flex-end;
    gap: 12px;
  }

  body.v2 .v2-user-menu a {
    min-width: 52px;
    color: #666;
    font-size: 12px;
  }

  body.v2 .v2-gnb {
    height: 90px;
    border: 0;
    background: #fff;
  }

  body.v2 .v2-gnb__inner {
    min-height: 90px;
    align-items: flex-start;
    gap: 2px;
    padding-top: 30px;
  }

  body.v2 .v2-category-button {
    min-width: 160px;
    min-height: 50px;
    padding: 0 18px 0 0;
    border-right: 1px solid #ececf2;
    color: #000;
    font-family: var(--v2-font-display);
    font-size: 14px;
  }

  body.v2 .v2-gnb__links {
    flex: 1;
    justify-content: center;
    gap: 0;
  }

  body.v2 .v2-gnb__links a {
    min-height: 50px;
    padding: 0 16px;
    border-radius: 0;
    color: #000;
    font-family: var(--v2-font-display);
    font-size: 14px;
    font-weight: 800;
  }

  body.v2 .v2-gnb__links a.is-benefit {
    color: #0044ff;
  }

  body.v2 .v2-gnb__links a:hover {
    color: #ff7e15;
    background: transparent;
  }

  body.v2 .v2-gnb__onnuri {
    min-height: 50px;
    padding: 0 4px 0 14px;
    border-radius: 0;
    color: #0044ff;
    background: transparent;
  }

  body.v2 .v2-hero {
    padding: 15px 0 0;
    overflow: hidden;
    background: #fff;
  }

  body.v2 .v2-hero__viewport {
    width: calc(100% - 120px);
    max-width: 1380px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin: 0 auto;
  }

  body.v2 .v2-hero-slide,
  body.v2 .js .v2-hero-slide:not(.is-active),
  body.v2 .v2-hero-slide[hidden] {
    min-width: 0;
    min-height: 345px;
    height: 345px;
    display: grid !important;
    overflow: hidden;
    border-radius: 12px;
  }

  body.v2 .v2-hero-slide::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .18) 76%);
  }

  body.v2 .v2-hero-slide .v2-container {
    width: 100%;
    padding: 0 24px;
  }

  body.v2 .v2-hero-slide__image img {
    object-position: 62% center;
  }

  body.v2 .v2-hero-slide__content {
    max-width: 66%;
    padding: 36px 0;
  }

  body.v2 .v2-hero-slide__eyebrow {
    margin-bottom: 8px;
    color: var(--v2-orange-700);
    font-size: 13px;
  }

  body.v2 .v2-hero-slide h2 {
    color: #171719;
    font-family: var(--v2-font-display);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.3px;
  }

  body.v2 .v2-hero-slide__description {
    margin: 12px 0 18px;
    color: #666;
    font-size: 13px;
  }

  body.v2 .v2-hero-slide .v2-btn {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 20px;
    background: linear-gradient(90deg, #c94a00, #b52f58);
    font-size: 12px;
  }

  body.v2 .v2-hero__controls {
    display: none;
  }

  body.v2 .v2-quick-menu {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 24px;
    margin-inline: auto;
    padding: 50px 0;
  }

  body.v2 .v2-quick-item {
    min-height: 156px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  body.v2 .v2-quick-item:hover {
    transform: translateY(-2px);
    box-shadow: none;
  }

  body.v2 .v2-quick-item__icon,
  body.v2 .v2-quick-item:nth-child(n) .v2-quick-item__icon {
    width: 120px;
    height: 120px;
    border-radius: 40%;
    color: #171719;
    background: #ffe6d4;
  }

  body.v2 .v2-quick-item:nth-child(4n + 2) .v2-quick-item__icon {
    background: #dff3ee;
  }

  body.v2 .v2-quick-item:nth-child(4n + 3) .v2-quick-item__icon {
    background: #fff3b8;
  }

  body.v2 .v2-quick-item:nth-child(4n) .v2-quick-item__icon {
    background: #ece8ff;
  }

  body.v2 .v2-quick-item strong {
    color: #171719;
    font-family: var(--v2-font-display);
    font-size: 14px;
    font-weight: 800;
  }

  body.v2 .v2-quick-item > span:last-child > span {
    display: none;
  }

  body.v2 .v2-section {
    padding-block: 80px;
  }

  body.v2 .v2-section--orange {
    background: #fff;
  }

  body.v2 #best {
    background: #f4f4ff;
  }

  body.v2 #md-pick,
  body.v2 #new {
    background: #f5f5f9;
  }

  body.v2 .v2-section-heading {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }

  body.v2 .v2-section-heading h2 {
    color: #000;
    font-family: var(--v2-font-display);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.3px;
  }

  body.v2 .v2-section-heading__description {
    color: #666;
    font-size: 15px;
  }

  body.v2 .v2-section-heading .v2-more-link {
    min-height: 60px;
    display: inline-flex;
    margin-top: 24px;
    padding: 0 35px;
    border: 1px solid #dcdceb;
    border-radius: 25px;
    color: #666;
    background: #fff;
    font-size: 13px;
  }

  body.v2 .v2-tablist {
    justify-content: center;
    gap: 24px;
  }

  body.v2 .v2-tab {
    min-height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    color: #000;
    background: transparent;
    font-family: var(--v2-font-display);
    font-size: 16px;
    font-weight: 800;
  }

  body.v2 .v2-tab[aria-selected="true"],
  body.v2 .v2-tab.is-selected {
    border-bottom: 2px solid #0044ff;
    color: #0044ff;
    background: transparent;
  }

  body.v2 .v2-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 50px 20px;
  }

  body.v2 .v2-product-card--featured {
    grid-column: auto;
    display: block;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  body.v2 .v2-product-card__media,
  body.v2 .v2-product-card--featured .v2-product-card__media {
    border-radius: 10px;
  }

  body.v2 .v2-product-card__body,
  body.v2 .v2-product-card--featured .v2-product-card__body {
    display: block;
    padding: 14px 0 0;
  }

  body.v2 .v2-product-card__origin {
    min-height: auto;
    margin: 0 0 5px;
    color: #439ace;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    -webkit-line-clamp: 1;
  }

  body.v2 .v2-product-card__name,
  body.v2 .v2-product-card--featured .v2-product-card__name {
    min-height: 39px;
    margin: 0 0 4px;
    color: #000;
    font-family: var(--v2-font-display);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.3px;
  }

  body.v2 .v2-product-card__description {
    min-height: 33px;
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 8px;
    color: #a7a7b4;
    font-size: 12.75px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.v2 .v2-price {
    min-height: 43px;
    gap: 6px;
    margin: 0;
  }

  body.v2 .v2-price__original {
    order: 1;
    width: 100%;
    color: #a7a7b4;
    font-size: 12px;
  }

  body.v2 .v2-price__sale,
  body.v2 .v2-product-card--featured .v2-price__sale {
    order: 2;
    color: #000;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.3px;
  }

  body.v2 .v2-price__discount,
  body.v2 .v2-product-card--featured .v2-price__discount {
    order: 3;
    padding: 3px 5px;
    border: 1px solid #0044ff;
    border-radius: 8px;
    color: #0044ff;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1;
  }

  body.v2 .v2-badge-row {
    min-height: 22px;
    gap: 5px;
    margin: 8px 0 0;
  }

  body.v2 .v2-badge {
    min-height: 22px;
    color: #666;
    background: #f3f5f9;
  }

  body.v2 .v2-review {
    margin-top: 7px;
    color: #a7a7b4;
  }

  body.v2 .v2-card-save {
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    border: 0;
    background: rgba(255, 255, 255, .92);
    box-shadow: none;
  }

  body.v2 .v2-deal-shell {
    padding: 40px;
    border-radius: 12px;
    color: #171719;
    background: #f4f4ff;
  }

  body.v2 .v2-deal-intro .v2-eyebrow {
    color: #ff7e15;
  }

  body.v2 .v2-deal-intro h2 {
    color: #000;
    font-family: var(--v2-font-display);
    font-size: 32px;
  }

  body.v2 .v2-deal-intro p {
    color: #666;
  }

  body.v2 .v2-countdown__label {
    color: #ff7e15;
  }

  body.v2 .v2-countdown__unit {
    color: #171719;
  }

  body.v2 .v2-deal-products .v2-product-card {
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  body.v2 .v2-deal-products .v2-product-card__body {
    padding: 14px 0 0;
  }

  body.v2 .v2-exhibition-card {
    min-height: 345px;
    border-radius: 12px;
  }

  body.v2 .v2-trust-card {
    border: 0;
    border-radius: 10px;
    background: #f5f5f9;
  }

  body.v2 .v2-support {
    background: #f5f5f9;
  }

  body.v2 .v2-site-footer {
    padding-bottom: 80px;
  }
}

@media (min-width: 901px) and (max-width: 1199px) {
  body.v2 .v2-header-main {
    grid-template-columns: auto minmax(320px, 1fr) auto;
    gap: 24px;
  }

  body.v2 .v2-brand {
    font-size: 24px;
  }

  body.v2 .v2-user-menu a span {
    display: none;
  }

  body.v2 .v2-gnb__links a {
    padding-inline: 10px;
    font-size: 13px;
  }

  body.v2 .v2-gnb__onnuri {
    display: none;
  }

  body.v2 .v2-quick-menu {
    gap: 12px;
  }

  body.v2 .v2-quick-item__icon,
  body.v2 .v2-quick-item:nth-child(n) .v2-quick-item__icon {
    width: 96px;
    height: 96px;
  }

  body.v2 .v2-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
