:root {
  --yc-color-ink: #20251e;
  --yc-color-muted: #6d7169;
  --yc-color-surface: #f8f6ef;
  --yc-color-subtle: #eef0e7;
  --yc-color-brand: #35112f;
  --yc-color-accent: #b7d900;
  --yc-color-border: #d9d9cf;
  --yc-nursery-green: #263a25;
  --yc-nursery-purple: #35112f;
  --yc-nursery-lime: #b7d900;
  --yc-nursery-cream: #f8f6ef;
  --yc-nursery-white: #fff;
  --yc-content-width: 86rem;
  background: var(--yc-nursery-cream);
  color: var(--yc-color-ink);
  font-family: Arial, Helvetica, sans-serif;
}

body {
  overflow-x: hidden;
  background: var(--yc-nursery-cream);
  color: var(--yc-color-ink);
}

h1,
h2,
h3,
.yc-brand,
.yc-product-card__body h3,
.yc-collection-card span {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.yc-shell {
  width: min(calc(100% - 64px), var(--yc-content-width));
}

.yc-announcement {
  display: none;
}

.yc-header {
  position: relative;
  z-index: 20;
  border: 0;
  background: var(--yc-nursery-cream);
}
.yc-header-context {
  display: none;
}

.yc-header__inner {
  min-height: 78px;
  gap: 20px;
}

.yc-brand {
  position: relative;
  min-width: 220px;
  padding-bottom: 14px;
  color: var(--yc-nursery-purple);
  font-size: 29px;
  font-weight: 700;
  line-height: 0.9;
  text-decoration: none;
  text-transform: uppercase;
}
.yc-brand::after {
  position: absolute;
  bottom: -1px;
  left: 2px;
  color: #6c7164;
  content: "РАЗСАД · МЛАДИ РАСТЕНИЯ · ОПТОМ";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.yc-primary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-inline: auto;
}

.yc-primary-nav > a {
  border-bottom: 2px solid transparent;
  padding: 31px 0 26px;
  color: #33362f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.yc-primary-nav > a:hover,
.yc-primary-nav > a:focus-visible,
.yc-primary-nav > a[aria-current="page"] {
  border-bottom-color: var(--yc-nursery-purple);
}

.yc-utilities {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.yc-utilities a {
  text-decoration: none;
  white-space: nowrap;
}
.yc-header-search {
  width: min(300px, 22vw);
}
.yc-header-search input {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid #bfc0b8;
  border-radius: 0;
  padding: 6px 30px 6px 2px;
  background: transparent;
  font-size: 12px;
}
.yc-header-search button {
  right: 0;
  border: 0;
  color: var(--yc-nursery-purple);
  background: transparent;
}
.yc-utility-account {
  border: 1px solid var(--yc-nursery-purple);
  padding: 10px 13px;
}
.yc-utility-registration {
  border: 1px solid var(--yc-nursery-lime);
  padding: 10px 13px;
  color: var(--yc-nursery-purple);
  background: var(--yc-nursery-lime);
}
.yc-cart-count {
  border-radius: 50%;
  color: #fff;
  background: var(--yc-nursery-purple);
}

.yc-price-access-notice {
  border-top: 1px solid var(--yc-color-border);
  padding: 10px 24px;
  color: #343730;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-align: center;
}

.yc-mobile-menu {
  display: none;
}
.yc-mobile-utilities {
  display: none !important;
}

.yc-hero {
  position: relative;
  height: 385px;
  padding: 0;
  background: #e8e7de;
}

.yc-hero__layout {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: 385px;
  min-height: 0;
  padding: 0;
}

.yc-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 45%;
  height: 100%;
  padding: 42px 0 42px max(64px, calc((100vw - var(--yc-content-width)) / 2 + 32px));
  color: #1e241d;
  background: linear-gradient(
    90deg,
    rgb(248 246 239 / 98%) 0%,
    rgb(248 246 239 / 92%) 72%,
    rgb(248 246 239 / 0%) 100%
  );
}

.yc-eyebrow {
  margin: 0 0 18px;
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.yc-hero h1 {
  max-width: 650px;
  margin: 0 0 15px;
  font-size: clamp(46px, 4.25vw, 66px);
  line-height: 0.96;
}

.yc-hero__content > p:not(.yc-eyebrow) {
  max-width: 440px;
  margin: 0 0 24px;
  color: #52584f;
  font-size: 15px;
  line-height: 1.45;
}

.yc-hero__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 385px;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.yc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.yc-button {
  min-height: 47px;
  border: 1px solid var(--yc-nursery-purple);
  border-radius: 0;
  padding: 13px 22px;
  color: #fff;
  background: var(--yc-nursery-purple);
  box-shadow: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.yc-button:hover {
  filter: brightness(0.96);
}
.yc-button--secondary {
  border-color: var(--yc-nursery-purple);
  color: var(--yc-nursery-purple);
  background: transparent;
}

.yc-section {
  padding-block: 66px;
}
.yc-section-heading {
  align-items: end;
  margin-bottom: 28px;
}
.yc-section-heading h2 {
  margin: 0;
  color: var(--yc-nursery-purple);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
}
.yc-text-link {
  color: var(--yc-nursery-purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.yc-featured-collections {
  padding-bottom: 72px;
}
.yc-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.yc-collection-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 272px;
  border-radius: 0;
  background: var(--yc-nursery-green);
  text-decoration: none;
}
.yc-collection-card::after {
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(transparent, rgb(19 31 19 / 88%));
  content: "";
}
.yc-collection-card img {
  width: 100%;
  height: 272px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.yc-collection-card:hover img {
  transform: scale(1.025);
}
.yc-collection-card span {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  color: #fff;
  font-size: 25px;
  line-height: 1.05;
}

@media (min-width: 821px) {
  main:has(> .yc-hero) .yc-featured-collections {
    width: 100%;
    max-width: none;
    padding: 4px 0 0;
  }
  main:has(> .yc-hero) .yc-featured-collections .yc-section-heading {
    display: none;
  }
  main:has(> .yc-hero) .yc-featured-collections .yc-collection-grid {
    gap: 4px;
  }
  main:has(> .yc-hero) .yc-featured-collections .yc-collection-card,
  main:has(> .yc-hero) .yc-featured-collections .yc-collection-card img {
    min-height: 285px;
    height: 285px;
  }
  main:has(> .yc-hero) .yc-featured-collections .yc-collection-card span {
    right: 32px;
    bottom: 34px;
    left: 32px;
    font-size: 27px;
  }
}

.yc-trust-bar {
  border-block: 1px solid var(--yc-color-border);
  background: #eeefe6;
}
.yc-trust-bar__grid {
  grid-template-columns: repeat(3, 1fr);
  padding-block: 26px;
}
.yc-trust-benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  border-right: 1px solid #cfd1c6;
  padding: 5px 34px;
}
.yc-trust-benefit:last-child {
  border-right: 0;
}
.yc-trust-benefit__icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.yc-trust-benefit h2 {
  margin: 0 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
.yc-trust-benefit p {
  margin: 0;
  color: var(--yc-color-muted);
  font-size: 12px;
  line-height: 1.45;
}

.yc-featured-products {
  background: var(--yc-nursery-cream);
}
.yc-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.yc-product-card {
  position: relative;
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.yc-product-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid #e2e0d7;
  background: #eef0e7;
}
.yc-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yc-product-card__body {
  padding: 16px 2px 0;
}
.yc-product-card__body h3 {
  margin: 6px 0 10px;
  font-size: 23px;
  line-height: 1.05;
}
.yc-product-card__body h3 a {
  text-decoration: none;
}
.yc-product-card__sku {
  margin: 0 0 9px;
  color: var(--yc-color-muted);
  font-size: 11px;
}
.yc-product-card .yc-badge {
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #6c774c;
  background: transparent;
  font-size: 10px;
  letter-spacing: 0.12em;
}
.yc-product-card .yc-wishlist-button {
  display: none;
}
.yc-product-card__operations {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: var(--yc-color-muted);
  font-size: 11px;
}
.yc-product-card__operations strong {
  color: #607424;
}
.yc-product-price-access,
.yc-card-price-access {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px 12px;
  align-items: center;
  margin-top: 12px;
}
.yc-product-price-access > p,
.yc-card-price-access > p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--yc-nursery-purple);
  font-size: 11px;
  line-height: 1.45;
}
.yc-product-price-access .yc-button,
.yc-card-price-access .yc-button {
  min-height: 34px;
  padding: 8px 12px;
  font-size: 9px;
}
.yc-product-price-access .yc-text-link,
.yc-card-price-access .yc-text-link {
  font-size: 9px;
}

.yc-breadcrumbs {
  margin-bottom: 28px;
  color: var(--yc-color-muted);
  font-size: 12px;
}
.yc-page-heading h1 {
  color: var(--yc-nursery-purple);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
}
.yc-page-heading > p {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.6;
}
.yc-listing-banner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 56%;
  height: 280px;
  overflow: hidden;
  background: var(--yc-nursery-green);
}
.yc-listing-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}
.yc-listing-banner + .yc-shell {
  position: relative;
  z-index: 1;
  padding-top: 34px;
}
main:has(> .yc-listing-banner) {
  position: relative;
  min-height: 280px;
  background: linear-gradient(
    90deg,
    var(--yc-nursery-cream) 0%,
    var(--yc-nursery-cream) 43%,
    rgb(248 246 239 / 90%) 50%,
    rgb(248 246 239 / 0%) 64%
  );
}
.yc-listing-banner + .yc-shell > .yc-breadcrumbs,
.yc-listing-banner + .yc-shell > .yc-page-heading {
  width: 48%;
}
.yc-listing-banner + .yc-shell > .yc-page-heading {
  min-height: 178px;
  margin-bottom: 34px;
}
.yc-listing {
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 44px;
}
.yc-filters {
  align-self: start;
  border: 1px solid var(--yc-color-border);
  border-radius: 0;
  background: #fff;
}
.yc-filters__heading {
  margin: 0;
  border-bottom: 1px solid var(--yc-color-border);
  padding: 18px 20px;
  color: #fff;
  background: var(--yc-nursery-green);
}
.yc-filters__heading h2 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.yc-filters details {
  border-bottom: 1px solid var(--yc-color-border);
  padding: 0 18px;
}
.yc-filters details:last-child {
  border-bottom: 0;
}
.yc-filters summary {
  padding: 17px 0;
  color: var(--yc-nursery-purple);
  font-size: 13px;
  font-weight: 800;
}
.yc-filters ul {
  margin: 0;
  padding: 0 0 16px;
  list-style: none;
}
.yc-filters li + li {
  margin-top: 8px;
}
.yc-filters a {
  color: var(--yc-color-muted);
  font-size: 12px;
  text-decoration: none;
}
.yc-filters a:hover {
  color: var(--yc-nursery-purple);
  text-decoration: underline;
}
.yc-sort {
  min-height: 48px;
  align-items: center;
  border-block: 1px solid var(--yc-color-border);
  margin-bottom: 24px;
  font-size: 12px;
}
.yc-sort a {
  color: var(--yc-color-muted);
}
.yc-listing__results .yc-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yc-product {
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(0, 1.18fr);
  gap: clamp(38px, 4vw, 62px);
  align-items: start;
}
.yc-product__media {
  min-width: 0;
}
.yc-product-gallery {
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
}
.yc-product-gallery--single {
  grid-template-columns: minmax(0, 1fr);
}
.yc-product-gallery__thumbnails {
  gap: 10px;
}
.yc-product-gallery__thumbnails button {
  width: 88px;
  height: 96px;
  border: 1px solid var(--yc-color-border);
  border-radius: 0;
  background: #eef0e7;
}
.yc-product-gallery__thumbnails button[aria-selected="true"] {
  border: 2px solid var(--yc-nursery-purple);
}
.yc-product-gallery__thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yc-product-gallery__viewport {
  min-width: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--yc-color-border);
  background: #eef0e7;
}
.yc-product-gallery__slide {
  width: 100%;
  height: 100%;
}
.yc-product-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yc-product__details {
  position: sticky;
  top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  column-gap: 28px;
  align-items: start;
}
.yc-product__details > :not(.yc-product-price-access) {
  grid-column: 1;
}
.yc-product__details > .yc-product-price-access {
  grid-column: 2;
  grid-row: 1 / span 8;
}
.yc-product__details h1 {
  margin: 0 0 10px;
  color: var(--yc-nursery-purple);
  font-size: clamp(42px, 4vw, 62px);
  line-height: 0.94;
}
.yc-product__botanical {
  margin: 0 0 18px;
  color: #77796f;
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
}
.yc-product__title-row .yc-wishlist-button {
  display: none;
}
.yc-product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block: 1px solid var(--yc-color-border);
  margin: 24px 0;
  padding: 17px 0;
}
.yc-product-facts div {
  padding: 8px 14px 8px 0;
}
.yc-product-facts dt {
  color: var(--yc-color-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.yc-product-facts dd {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 700;
}
.yc-product__details > .yc-product-price-access {
  grid-template-columns: 1fr;
  border: 1px solid #d4d4c7;
  margin-top: 0;
  padding: 30px 24px;
  background: #fff;
  text-align: center;
}
.yc-product__details > .yc-product-price-access .yc-button {
  width: 100%;
}
.yc-locked-product-configurator {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border-top: 1px solid var(--yc-color-border);
  margin-top: 4px;
  padding-top: 20px;
}
.yc-locked-product-configurator .yc-configurator-section {
  margin: 0;
}
.yc-locked-product-configurator .yc-delivery-window {
  grid-column: 1 / -1;
}
.yc-product__description {
  border-top: 1px solid var(--yc-color-border);
  margin-top: 28px;
  padding-top: 25px;
  color: #565b53;
}
.yc-product-tabs {
  margin-top: 48px;
}
.yc-product-tabs details {
  border-bottom: 1px solid var(--yc-color-border);
}
.yc-product-tabs summary {
  padding: 18px 0;
  color: var(--yc-nursery-purple);
  font-size: 14px;
  font-weight: 800;
}
.yc-product-tabs .yc-richtext {
  padding: 0 0 20px;
}
.yc-product-support {
  align-self: start;
  border: 0;
  padding: 34px;
  color: #fff;
  background: var(--yc-nursery-green);
}
.yc-product-support h2 {
  margin: 0 0 10px;
  font-size: 26px;
}
.yc-product-support .yc-text-link {
  color: var(--yc-nursery-lime);
}
.yc-related {
  margin-top: 72px;
}
.yc-related > h2 {
  color: var(--yc-nursery-purple);
  font-size: 40px;
}

.yc-cart-layout {
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 42px;
}
.yc-summary {
  border-radius: 0;
  box-shadow: none;
}

.yc-checkout-shell {
  min-height: calc(100vh - 120px);
  background: #f2f1ea;
}
.yc-business-checkout .yc-section {
  padding-top: 40px;
}
.yc-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 720px;
  margin: 0 auto 34px;
  padding: 0;
}
.yc-checkout-steps li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 2px solid #c9c9bf;
  padding: 0 10px 12px;
  color: #7b7b74;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.yc-checkout-steps li.is-current,
.yc-checkout-steps li.is-complete {
  border-color: var(--yc-nursery-green);
  color: var(--yc-nursery-green);
}
.yc-checkout-steps li span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.yc-business-checkout .yc-page-heading {
  text-align: center;
}
.yc-business-checkout .yc-page-heading h1 {
  margin: 0 0 35px;
  font-size: 50px;
}
.yc-business-checkout .yc-checkout-layout {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 38px;
}
.yc-business-checkout .yc-checkout-form {
  display: grid;
  gap: 18px;
}
.yc-business-checkout .yc-checkout-form > section,
.yc-business-checkout .yc-summary {
  border: 1px solid var(--yc-color-border);
  padding: 26px;
  background: #fff;
}
.yc-business-checkout h2 {
  margin: 0 0 18px;
  color: var(--yc-nursery-purple);
  font-size: 26px;
}
.yc-business-checkout dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 8px 18px;
}
.yc-business-checkout dt {
  color: var(--yc-color-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.yc-business-checkout dd {
  margin: 0;
  font-size: 13px;
}
.yc-business-checkout select,
.yc-business-checkout input[type="text"] {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--yc-color-border);
  border-radius: 0;
  background: #fff;
}
.yc-business-delivery-option {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.yc-business-delivery-option span {
  display: grid;
  gap: 4px;
}
.yc-business-delivery-option small {
  display: block;
  font-weight: 400;
  line-height: 1.45;
}
.yc-business-checkout .yc-summary {
  position: sticky;
  top: 20px;
}

.yc-account-auth {
  max-width: 650px;
}
.yc-account-auth form {
  border: 1px solid var(--yc-color-border);
  border-radius: 0;
  background: #fff;
}

.yc-footer {
  border: 0;
  padding-top: 58px;
  color: #e9eadd;
  background: var(--yc-nursery-green);
}
.yc-footer__grid {
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 44px;
}
.yc-footer .yc-brand {
  color: #fff;
}
.yc-footer__brand p {
  max-width: 280px;
  color: #bdc6b9;
  font-size: 13px;
}
.yc-footer h2 {
  color: var(--yc-nursery-lime);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.yc-footer a {
  color: #e9eadd;
  font-size: 13px;
  text-decoration: none;
}
.yc-footer__legal {
  border-top: 1px solid rgb(255 255 255 / 18%);
  margin-top: 45px;
  padding-block: 20px;
  color: #aeb8aa;
  font-size: 11px;
}

@media (max-width: 1120px) {
  .yc-shell {
    width: min(calc(100% - 40px), var(--yc-content-width));
  }
  .yc-header__inner {
    gap: 20px;
  }
  .yc-primary-nav {
    gap: 18px;
  }
  .yc-primary-nav > a {
    font-size: 10px;
  }
  .yc-header-search {
    display: none;
  }
  .yc-utilities {
    gap: 10px;
  }
  .yc-hero__layout {
    grid-template-columns: 47% 53%;
  }
  .yc-hero__content {
    padding-inline: 42px;
  }
  .yc-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .yc-product-grid .yc-product-card:nth-child(n + 4) {
    display: none;
  }
  .yc-listing__results .yc-product-grid .yc-product-card:nth-child(n + 4) {
    display: block;
  }
  .yc-listing__results .yc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .yc-product {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .yc-product__details {
    display: block;
  }
}

@media (max-width: 1360px) {
  .yc-header-search {
    display: none;
  }
}

@media (max-width: 820px) {
  .yc-shell {
    width: min(calc(100% - 32px), var(--yc-content-width));
  }
  .yc-header__inner {
    display: grid;
    min-height: 70px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }
  .yc-brand {
    min-width: 0;
    font-size: 23px;
  }
  .yc-primary-nav,
  .yc-header .yc-utility-registration {
    display: none;
  }
  .yc-mobile-menu {
    display: block;
    width: auto;
    grid-column: 3;
    grid-row: 1;
    order: 3;
  }
  .yc-mobile-menu summary {
    min-width: 58px;
    min-height: 40px;
    border: 1px solid var(--yc-nursery-purple);
    padding: 11px 12px;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
  }
  .yc-mobile-menu nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    border-block: 1px solid var(--yc-color-border);
    padding: 12px 20px;
    background: var(--yc-nursery-cream);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  }
  .yc-mobile-menu nav a {
    padding: 12px 0;
    border-bottom: 1px solid var(--yc-color-border);
    text-decoration: none;
  }
  .yc-utilities {
    margin: 0;
    grid-column: 2;
    grid-row: 1;
  }
  .yc-utilities a[data-yc-cart-open] {
    display: flex;
    min-height: 40px;
    align-items: center;
  }
  .yc-utility-account {
    display: none;
  }
  .yc-price-access-notice {
    font-size: 10px;
  }
  .yc-hero__layout {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .yc-hero,
  .yc-hero__layout {
    height: 660px;
  }
  .yc-hero__content {
    width: 100%;
    height: 360px;
    min-height: 360px;
    padding: 46px 34px;
    background: var(--yc-nursery-green);
    color: #fff;
  }
  .yc-hero__content > p:not(.yc-eyebrow) {
    color: #e1e6dd;
  }
  .yc-hero__content .yc-button--secondary {
    border-color: #fff;
    color: #fff;
  }
  .yc-hero__image {
    top: 360px;
    height: 300px;
  }
  .yc-collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .yc-trust-bar__grid {
    grid-template-columns: 1fr;
  }
  .yc-trust-benefit {
    border-right: 0;
    border-bottom: 1px solid #cfd1c6;
    padding: 20px 0;
  }
  .yc-trust-benefit:last-child {
    border-bottom: 0;
  }
  .yc-listing {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .yc-listing-banner {
    position: relative;
    width: 100%;
    height: 220px;
  }
  .yc-listing-banner + .yc-shell {
    padding-top: 34px;
  }
  .yc-listing-banner + .yc-shell > .yc-breadcrumbs,
  .yc-listing-banner + .yc-shell > .yc-page-heading {
    width: 100%;
  }
  .yc-listing-banner + .yc-shell > .yc-page-heading {
    min-height: 0;
    margin-bottom: 34px;
  }
  main:has(> .yc-listing-banner) {
    background: transparent;
  }
  .yc-filters__heading {
    cursor: pointer;
  }
  .yc-product {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .yc-product__details {
    position: static;
  }
  .yc-product-lower {
    grid-template-columns: 1fr;
  }
  .yc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .yc-product-grid .yc-product-card:nth-child(n + 3) {
    display: none;
  }
  .yc-listing__results .yc-product-grid .yc-product-card:nth-child(n + 3) {
    display: block;
  }
  .yc-business-checkout .yc-checkout-layout,
  .yc-cart-layout {
    grid-template-columns: 1fr;
  }
  .yc-business-checkout .yc-summary {
    position: static;
  }
  .yc-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .yc-shell {
    width: min(calc(100% - 24px), var(--yc-content-width));
  }
  .yc-header__inner {
    min-height: 62px;
    gap: 8px;
  }
  .yc-brand {
    min-width: 0;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .yc-brand::after {
    max-width: 150px;
    overflow: hidden;
    font-size: 6px;
    white-space: nowrap;
  }
  .yc-mobile-menu summary {
    min-width: 50px;
    padding-inline: 8px;
  }
  .yc-utilities > a:not([data-yc-cart-open]) {
    display: none;
  }
  .yc-mobile-menu nav {
    top: 62px;
  }
  .yc-price-access-notice {
    padding-inline: 12px;
    line-height: 1.35;
  }
  .yc-hero,
  .yc-hero__layout {
    height: 660px;
  }
  .yc-hero__content {
    height: 390px;
    min-height: 390px;
    padding: 42px 22px;
  }
  .yc-hero__image {
    top: 390px;
    height: 270px;
  }
  .yc-hero h1 {
    font-size: 43px;
  }
  .yc-hero__content > p:not(.yc-eyebrow) {
    font-size: 15px;
  }
  .yc-actions {
    width: 100%;
  }
  .yc-actions .yc-button {
    width: 100%;
  }
  .yc-section {
    padding-block: 46px;
  }
  .yc-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .yc-section-heading h2 {
    font-size: 38px;
  }
  .yc-collection-grid {
    grid-template-columns: 1fr;
  }
  .yc-collection-card,
  .yc-collection-card img {
    height: 230px;
    min-height: 230px;
  }
  .yc-product-grid,
  .yc-listing__results .yc-product-grid {
    grid-template-columns: 1fr;
  }
  .yc-product-grid .yc-product-card:nth-child(n) {
    display: block;
  }
  .yc-featured-products .yc-product-grid .yc-product-card:nth-child(n + 3) {
    display: none;
  }
  .yc-product-card__body h3 {
    font-size: 25px;
  }
  .yc-listing-banner {
    height: 180px;
  }
  .yc-page-heading h1 {
    font-size: 42px;
  }
  .yc-sort {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-block: 12px;
  }
  .yc-product-gallery {
    display: block;
  }
  .yc-product-gallery__thumbnails {
    display: flex;
    order: 2;
    overflow-x: auto;
    margin-top: 10px;
  }
  .yc-product-gallery__thumbnails button {
    flex: 0 0 76px;
    width: 76px;
    height: 82px;
  }
  .yc-product__details h1 {
    font-size: 42px;
  }
  .yc-product-facts {
    grid-template-columns: 1fr;
  }
  .yc-product-price-access {
    grid-template-columns: 1fr;
  }
  .yc-product-price-access > p {
    grid-column: 1;
  }
  .yc-product-price-access .yc-button {
    width: 100% !important;
  }
  .yc-checkout-steps {
    gap: 4px;
  }
  .yc-checkout-steps li {
    display: grid;
    gap: 5px;
    padding-inline: 2px;
    font-size: 9px;
    text-align: center;
  }
  .yc-checkout-steps li span {
    margin-inline: auto;
  }
  .yc-business-checkout .yc-page-heading h1 {
    font-size: 37px;
  }
  .yc-business-checkout .yc-checkout-form > section,
  .yc-business-checkout .yc-summary {
    padding: 20px 16px;
  }
  .yc-business-checkout dl {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .yc-business-checkout dd {
    margin-bottom: 10px;
  }
  .yc-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1600px) {
  :root {
    --yc-content-width: 96rem;
  }
  .yc-hero,
  .yc-hero__layout {
    height: 470px;
  }
  .yc-hero__image {
    height: 470px;
  }
  .yc-collection-card,
  .yc-collection-card img {
    min-height: 310px;
    height: 310px;
  }
}

@media (min-width: 2200px) {
  :root {
    --yc-content-width: 108rem;
  }
  .yc-hero,
  .yc-hero__layout {
    height: 560px;
  }
  .yc-hero__image {
    height: 560px;
  }
  .yc-hero h1 {
    font-size: 86px;
  }
}
