:root {
  --yocles-black: #1e1e1e;
  --yocles-ink: #282828;
  --yocles-muted: #7b7b7b;
  --yocles-line: #e8e8e1;
  --yocles-soft: #f8f8f8;
  --yocles-white: #ffffff;
  --yocles-gold: #fbcd0a;
  --yocles-red: #ff1212;
  --yocles-green: #108474;
  --yocles-radius: 8px;
  --yocles-page: min(1200px, calc(100vw - 40px));
  --yocles-font-heading: "Poppins", "DM Sans", Arial, sans-serif;
  --yocles-font-body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--yocles-ink);
  background: var(--yocles-white);
  font-family: var(--yocles-font-body);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--yocles-font-heading); line-height: 1.1; margin: 0 0 16px; letter-spacing: 0; color: var(--yocles-black); }
p { margin: 0 0 16px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 10px; left: 10px; width: auto; height: auto; clip: auto; z-index: 1000; background: var(--yocles-gold); color: #000; padding: 10px 14px; }

.yocles-promo-bar {
  position: sticky;
  top: 0;
  z-index: 60;
  min-height: 44px;
  display: grid;
  place-items: center;
  background: #1f1f1f;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.yocles-promo-bar a { display: inline-flex; align-items: center; justify-content: center; gap: 22px; width: 100%; min-height: 44px; }
.yocles-promo-bar strong::after { content: "›"; padding-left: 8px; font-size: 18px; line-height: 1; }

.yocles-header {
  position: sticky;
  top: 44px;
  z-index: 50;
  background: #f6f6f6;
  border-bottom: 0;
}
.yocles-header__inner {
  width: min(100vw - 80px, 1200px);
  min-height: 122px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px;
}
.yocles-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--yocles-font-heading); font-weight: 700; }
.yocles-logo img { width: 48px; height: 48px; object-fit: contain; }
.yocles-logo--footer img { width: 44px; height: 44px; }
.yocles-nav__list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 26px; margin: 0; padding: 0; list-style: none; font-weight: 700; font-size: 17px; }
.yocles-nav__list a { padding: 12px 0; display: inline-flex; }
.yocles-nav__list a:hover { color: var(--yocles-red); }
.yocles-header__actions { display: flex; align-items: center; gap: 26px; font-family: var(--yocles-font-heading); font-weight: 700; }
.yocles-action-text { white-space: nowrap; }
.yocles-action-text:hover { color: var(--yocles-red); }
.yocles-icon-link { width: 42px; height: 42px; border: 1px solid var(--yocles-line); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; position: relative; }
.yocles-icon-link svg { width: 20px; height: 20px; fill: currentColor; }
.yocles-cart-link span { position: absolute; top: -5px; right: -5px; width: 20px; height: 20px; border-radius: 50%; background: var(--yocles-gold); color: #000; font-size: 12px; display: grid; place-items: center; }
.yocles-search-icon, .yocles-cart-link { display: none; }
.yocles-menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.yocles-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--yocles-black); }

.yocles-hero { position: relative; min-height: calc(100vh - 166px); overflow: hidden; background: #111; }
.yocles-hero__track, .yocles-hero__slide { min-height: calc(100vh - 166px); }
.yocles-hero__slide {
  display: none;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(0,0,0,.42), rgba(0,0,0,.05) 58%, rgba(0,0,0,.08)), var(--hero-image);
  background-position: center;
  background-size: cover;
}
.yocles-hero__slide.is-active { display: flex; }
.yocles-hero__content { width: var(--yocles-page); margin: 0 auto; color: var(--yocles-white); padding: 80px 0 120px; }
.yocles-hero h1 { color: var(--yocles-white); font-size: clamp(40px, 4.6vw, 58px); max-width: 620px; text-shadow: 0 2px 18px rgba(0,0,0,.2); }
.yocles-hero p:not(.yocles-kicker) { max-width: 520px; font-size: 18px; color: rgba(255,255,255,.86); }
.yocles-kicker { margin-bottom: 12px; color: var(--yocles-green); font-family: var(--yocles-font-heading); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0; }
.yocles-hero .yocles-kicker { color: var(--yocles-gold); }
.yocles-hero__dots { position: absolute; left: 50%; bottom: 44px; transform: translateX(-50%); display: flex; gap: 10px; }
.yocles-hero__dots button { width: 38px; height: 4px; border: 0; border-radius: 99px; background: rgba(255,255,255,.45); }
.yocles-hero__dots button.is-active { background: var(--yocles-white); }

.yocles-button, .button, button.button, input[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 24px;
  background: var(--yocles-red);
  color: #fff;
  font-family: var(--yocles-font-heading);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.yocles-button:hover, .button:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,.1); }
.yocles-button--dark { background: var(--yocles-black); color: var(--yocles-white); }
.yocles-button--ghost { background: transparent; color: var(--yocles-black); border: 1px solid var(--yocles-black); }
.yocles-button--small { min-height: 40px; padding: 9px 16px; font-size: 13px; }

.yocles-section { width: var(--yocles-page); margin: 0 auto; padding: 82px 0; }
.yocles-section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.yocles-section__head h2, .yocles-image-band h2 { font-size: clamp(30px, 4vw, 54px); }
.yocles-product-grid, .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.yocles-product-card {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--yocles-white);
}
.yocles-product-card__media { aspect-ratio: 1 / 1; display: block; background: var(--yocles-soft); overflow: hidden; }
.yocles-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.yocles-product-card:hover img { transform: scale(1.04); }
.yocles-product-card__body { padding: 18px 0 0; }
.yocles-product-card h3 { font-size: 18px; min-height: 42px; }
.yocles-product-card__vendor { color: var(--yocles-muted); font-size: 13px; margin-bottom: 8px; }
.yocles-product-card__price { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-weight: 700; margin: 12px 0 10px; color: var(--yocles-black); }
.yocles-product-card__price span { width: 100%; color: var(--yocles-muted); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.yocles-product-card__price del { color: var(--yocles-muted); }
.yocles-offer-badge { display: inline-flex; align-items: center; min-height: 24px; border-radius: 4px; background: #050505; color: #a8ff4e; padding: 3px 9px; font-size: 13px; font-weight: 800; }
.price del { color: var(--yocles-muted); margin-right: 8px; font-weight: 400; }
.price ins { color: var(--yocles-green); text-decoration: none; }

.yocles-image-band {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 54px;
  background: var(--yocles-soft);
  padding: 72px max(20px, calc((100vw - 1200px) / 2));
}
.yocles-image-band img { width: 100%; border-radius: var(--yocles-radius); aspect-ratio: 16 / 10; object-fit: cover; }
.yocles-image-band p:not(.yocles-kicker) { color: var(--yocles-muted); max-width: 560px; }
.yocles-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.yocles-feature-grid article { border: 1px solid var(--yocles-line); border-radius: var(--yocles-radius); padding: 18px; background: #fff; }
.yocles-feature-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; margin-bottom: 20px; }
.yocles-feature-grid span { color: var(--yocles-gold); font-weight: 700; font-family: var(--yocles-font-heading); }
.yocles-feature-grid h3 { margin-top: 14px; font-size: 22px; }

.yocles-page-hero {
  min-height: 300px;
  display: grid;
  align-items: center;
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.18)), url("https://yocles.com/cdn/shop/files/4_ba50a9e5-4b2b-4921-a0c6-af62359aebad.jpg?v=1778134353&width=1920") center / cover;
  color: #fff;
}
.yocles-page-hero > div { width: var(--yocles-page); margin: 0 auto; padding: 56px 0; }
.yocles-page-hero h1 { color: #fff; font-size: clamp(36px, 5vw, 66px); }
.yocles-page-hero p { max-width: 680px; color: rgba(255,255,255,.86); }
.yocles-content { max-width: 900px; }
.yocles-page-content { font-size: 17px; }
.yocles-page-content img { border-radius: var(--yocles-radius); margin: 24px 0; }

.yocles-product__hero {
  width: var(--yocles-page);
  margin: 0 auto;
  padding: 58px 0 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 56px;
}
.yocles-product__gallery { display: grid; grid-template-columns: 84px 1fr; gap: 18px; align-items: start; }
.yocles-product__thumbs { display: grid; gap: 12px; }
.yocles-product__thumbs button { border: 1px solid var(--yocles-line); background: var(--yocles-soft); border-radius: 6px; padding: 0; overflow: hidden; aspect-ratio: 1; cursor: pointer; }
.yocles-product__thumbs button.is-active { border-color: var(--yocles-green); }
.yocles-product__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.yocles-product__image img { width: 100%; height: 100%; object-fit: contain; }
.yocles-product__image { aspect-ratio: 1 / 1; background: var(--yocles-soft); border-radius: var(--yocles-radius); overflow: hidden; }
.yocles-product__summary { position: sticky; top: 96px; align-self: start; }
.yocles-product__summary h1 { font-size: clamp(30px, 3.2vw, 36px); margin-bottom: 14px; }
.yocles-rating { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; font-size: 15px; }
.yocles-rating__stars { position: relative; display: inline-block; color: #d7d7d7; letter-spacing: 1px; line-height: 1; }
.yocles-rating__stars span { position: absolute; inset: 0 auto 0 0; overflow: hidden; color: #ffd700; white-space: nowrap; }
.yocles-product__commerce { border-top: 1px solid var(--yocles-line); border-bottom: 1px solid var(--yocles-line); margin-bottom: 22px; }
.yocles-product__row { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--yocles-line); }
.yocles-product__row:last-child { border-bottom: 0; }
.yocles-product__row > span { font-family: var(--yocles-font-heading); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.yocles-product__price { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 8px 12px; font-size: 15px; margin: 0; font-weight: 700; }
.yocles-product__price del { color: var(--yocles-muted); }
.yocles-stock-badge { justify-self: end; display: inline-flex; min-height: 28px; align-items: center; border-radius: 999px; background: #b7eda7; color: #177d27; padding: 4px 14px; font-size: 13px; }
.yocles-product__short { color: var(--yocles-muted); margin-bottom: 22px; }
.product-type-simple .yocles-product__purchase form.cart,
.yocles-cart-form { display: grid; grid-template-columns: 132px 1fr 1fr; gap: 12px; }
.quantity input.qty { width: 100%; min-height: 48px; border: 1px solid var(--yocles-line); border-radius: 4px; text-align: center; font-weight: 700; }
.yocles-product-specs { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.yocles-product-specs div { border: 1px solid var(--yocles-line); border-radius: 8px; padding: 14px; background: #fff; }
.yocles-product-specs span { display: block; color: var(--yocles-muted); font-weight: 700; font-size: 13px; margin-bottom: 4px; }
.yocles-product-specs strong { font-family: var(--yocles-font-heading); color: var(--yocles-black); }
.yocles-bundle { border: 1px solid var(--yocles-line); border-radius: 8px; padding: 18px; margin-bottom: 22px; }
.yocles-bundle h2 { font-size: 18px; margin-bottom: 4px; }
.yocles-bundle p { color: var(--yocles-muted); font-size: 14px; }
.yocles-bundle__items { display: grid; gap: 12px; }
.yocles-bundle__items a { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 12px; padding-top: 12px; border-top: 1px solid var(--yocles-line); font-size: 14px; }
.yocles-bundle__items img { width: 54px; height: 54px; object-fit: cover; border-radius: 6px; background: var(--yocles-soft); }
.yocles-bundle__items strong { white-space: nowrap; }
.yocles-purchase-notes { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; color: var(--yocles-muted); font-weight: 700; }
.yocles-purchase-notes span::before { content: "✓"; color: var(--yocles-green); margin-right: 6px; }
.yocles-product-details { padding-top: 34px; }
.yocles-product-details h2, .yocles-reviews h2, .yocles-contact-cta h2 { font-size: clamp(28px, 3vw, 42px); }
.yocles-product-details__body, .yocles-spec-table { max-width: 980px; color: var(--yocles-ink); }
.yocles-spec-table { display: grid; border-top: 1px solid var(--yocles-line); margin-bottom: 28px; }
.yocles-spec-table div { display: grid; grid-template-columns: 240px 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--yocles-line); }
.yocles-spec-table strong { font-family: var(--yocles-font-heading); }
.yocles-product-details__body p { border-bottom: 1px solid var(--yocles-line); padding: 10px 0; margin: 0; }
.yocles-reviews, .yocles-contact-cta { border-top: 1px solid var(--yocles-line); }
.comment-form input, .comment-form textarea, .wpcf7-form input, .wpcf7-form textarea, .yocles-search-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--yocles-line);
  border-radius: 4px;
  padding: 12px 14px;
  font: inherit;
}
.comment-form textarea, .wpcf7-form textarea { min-height: 160px; }
.wpcf7-form p { margin-bottom: 16px; }

.yocles-shop__tools { margin-bottom: 28px; display: flex; justify-content: space-between; gap: 20px; color: var(--yocles-muted); }
.woocommerce-result-count, .woocommerce-ordering { margin: 0; }
.woocommerce-ordering select { min-height: 42px; border: 1px solid var(--yocles-line); border-radius: 4px; padding: 0 12px; background: #fff; }

.yocles-post-list { display: grid; gap: 24px; }
.yocles-post-card { border-bottom: 1px solid var(--yocles-line); padding-bottom: 24px; }
.yocles-post-card h2 { font-size: 28px; }
.yocles-article header { margin-bottom: 28px; }
.yocles-article h1 { font-size: clamp(36px, 5vw, 64px); }
.yocles-article__image { border-radius: var(--yocles-radius); margin-bottom: 28px; }

.yocles-service-strip { background: #fff; border-top: 1px solid var(--yocles-line); }
.yocles-service-strip > div { width: var(--yocles-page); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 42px 0; }
.yocles-service-strip article { border-right: 1px solid var(--yocles-line); padding-right: 20px; }
.yocles-service-strip article:last-child { border-right: 0; }
.yocles-service-strip h2 { font-size: 19px; margin-bottom: 10px; }
.yocles-service-strip p { color: var(--yocles-muted); font-size: 14px; }

.yocles-footer { background: var(--yocles-black); color: rgba(255,255,255,.78); padding: 62px 0 24px; }
.yocles-footer h2, .yocles-footer .yocles-logo { color: #fff; }
.yocles-footer__grid { width: var(--yocles-page); margin: 0 auto; display: grid; grid-template-columns: minmax(220px, 1.4fr) repeat(5, minmax(120px, 1fr)); gap: 28px; }
.yocles-footer ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 8px; }
.yocles-footer a:hover { color: var(--yocles-gold); }
.yocles-socials { display: grid; gap: 8px; }
.yocles-footer__bottom { width: var(--yocles-page); margin: 42px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 20px; font-size: 14px; }
.yocles-footer__bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }

@media (max-width: 980px) {
  :root { --yocles-page: min(100vw - 28px, 760px); }
  .yocles-promo-bar { font-size: 12px; }
  .yocles-promo-bar a { gap: 12px; padding: 0 12px; }
  .yocles-header { top: 44px; }
  .yocles-header__inner { width: var(--yocles-page); grid-template-columns: auto 1fr auto; min-height: 58px; gap: 12px; }
  .yocles-menu-toggle { display: block; }
  .yocles-logo { justify-self: center; }
  .yocles-logo img { width: 46px; height: 46px; }
  .yocles-action-text--search, .yocles-action-text--account { display: none; }
  .yocles-search-icon, .yocles-cart-link { display: none; }
  .yocles-header__actions { gap: 8px; justify-self: end; font-size: 16px; }
  .yocles-nav { display: none; position: absolute; left: 0; right: 0; top: 58px; background: #fff; border-bottom: 1px solid var(--yocles-line); padding: 10px 18px 18px; }
  .yocles-nav__list { display: grid; gap: 0; justify-content: stretch; }
  .yocles-nav__list a { padding: 12px 0; }
  .yocles-hero, .yocles-hero__track, .yocles-hero__slide { min-height: 250px; }
  .yocles-hero h1 { font-size: 30px; max-width: 350px; }
  .yocles-hero p:not(.yocles-kicker) { font-size: 15px; max-width: 320px; }
  .yocles-hero__content { padding: 28px 0 48px; }
  .yocles-hero__dots { bottom: 18px; }
  .yocles-product-grid, .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yocles-image-band, .yocles-product__hero { grid-template-columns: 1fr; }
  .yocles-feature-grid, .yocles-footer__grid, .yocles-service-strip > div { grid-template-columns: 1fr; }
  .yocles-service-strip article { border-right: 0; border-bottom: 1px solid var(--yocles-line); padding: 0 0 18px; }
  .yocles-service-strip article:last-child { border-bottom: 0; }
  .yocles-product__summary { position: static; }
  .yocles-product-specs { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  :root { --yocles-page: calc(100vw - 24px); }
  .yocles-header__actions { gap: 6px; }
  .yocles-icon-link { width: 38px; height: 38px; }
  .yocles-hero, .yocles-hero__track, .yocles-hero__slide { min-height: 240px; }
  .yocles-hero h1 { font-size: 29px; }
  .yocles-hero__content { padding: 24px 0 46px; }
  .yocles-button, .button, button.button, input[type="submit"] { min-height: 42px; padding: 11px 20px; }
  .yocles-section { padding: 44px 0; }
  .yocles-section__head { display: block; }
  .yocles-product-grid, .products { grid-template-columns: 1fr; }
  .yocles-product__gallery { grid-template-columns: 1fr; }
  .yocles-product__hero { padding-top: 28px; gap: 28px; }
  .yocles-product__image { border-radius: 8px; }
  .yocles-product__thumbs { grid-template-columns: repeat(4, 1fr); order: 2; }
  .yocles-product-specs { grid-template-columns: repeat(2, 1fr); }
  .yocles-product__row { grid-template-columns: 100px 1fr; }
  .yocles-product__price { justify-content: flex-start; }
  .yocles-stock-badge { justify-self: start; }
  .yocles-bundle__items a { grid-template-columns: 48px 1fr; }
  .yocles-bundle__items strong { grid-column: 2; }
  .product-type-simple .yocles-product__purchase form.cart,
  .yocles-cart-form { grid-template-columns: 1fr; }
  .yocles-spec-table div { grid-template-columns: 1fr; gap: 4px; }
  .yocles-footer__bottom { display: block; }
}

/* YOCLES collection alignment */
.yocles-header {
  top: 44px;
  background: #f5f5f5;
}
.yocles-header__inner {
  width: min(100vw - 80px, 1360px);
  min-height: 98px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 34px;
}
.yocles-logo img { width: 58px; height: 58px; }
.yocles-nav__list { justify-content: flex-start; gap: 0; font-size: 18px; flex-wrap: nowrap; }
.yocles-nav__item { position: relative; }
.yocles-nav__item > a {
  min-height: 98px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  white-space: nowrap;
}
.yocles-nav__arrow { font-size: 16px; line-height: 1; }
.yocles-nav__submenu {
  position: absolute;
  left: 12px;
  top: calc(100% - 10px);
  z-index: 70;
  min-width: 240px;
  display: grid;
  gap: 0;
  padding: 12px 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--yocles-line);
  box-shadow: 0 18px 34px rgba(0,0,0,.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}
.yocles-nav__item:hover .yocles-nav__submenu,
.yocles-nav__item:focus-within .yocles-nav__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.yocles-nav__submenu a {
  display: block;
  padding: 10px 18px;
  color: var(--yocles-ink);
  font-size: 15px;
  font-weight: 600;
}
.yocles-nav__submenu a:hover { color: var(--yocles-red); }
.yocles-header__actions { gap: 18px; font-size: 16px; white-space: nowrap; }
.yocles-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}
.yocles-mobile-panel.is-open { pointer-events: auto; }
.yocles-mobile-panel__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.42);
  opacity: 0;
  transition: opacity .2s ease;
}
.yocles-mobile-panel.is-open .yocles-mobile-panel__overlay { opacity: 1; }
.yocles-mobile-panel__drawer {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(88vw, 380px);
  overflow-y: auto;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .22s ease;
  box-shadow: 24px 0 60px rgba(0,0,0,.2);
}
.yocles-mobile-panel.is-open .yocles-mobile-panel__drawer { transform: translateX(0); }
.yocles-mobile-panel__head {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid var(--yocles-line);
}
.yocles-mobile-panel__close,
.yocles-drawer-close {
  border: 0;
  background: transparent;
  color: var(--yocles-black);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.yocles-mobile-nav {
  margin: 0;
  padding: 12px 20px;
  list-style: none;
  display: grid;
}
.yocles-mobile-nav__link,
.yocles-mobile-nav__toggle {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid var(--yocles-line);
  background: transparent;
  color: var(--yocles-black);
  padding: 0;
  font: inherit;
  font-weight: 800;
  text-align: left;
}
.yocles-mobile-nav__submenu {
  display: none;
  margin: 0;
  padding: 8px 0 12px 16px;
  list-style: none;
  border-bottom: 1px solid var(--yocles-line);
}
.yocles-mobile-nav li.is-open > .yocles-mobile-nav__submenu { display: grid; gap: 8px; }
.yocles-mobile-nav__submenu a {
  display: block;
  padding: 7px 0;
  color: var(--yocles-muted);
  font-weight: 700;
}
.yocles-mobile-panel__utility {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 18px 20px 26px;
}

.yocles-collection-hero {
  background: #191919;
  color: #fff;
  overflow: hidden;
}
.yocles-collection-hero__inner {
  width: min(100vw - 80px, 1360px);
  min-height: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.yocles-collection-hero h1 {
  color: #fff;
  font-size: clamp(44px, 5vw, 58px);
  margin: 0;
}
.yocles-collection { width: min(100vw - 80px, 1360px); padding: 40px 0 110px; }
.yocles-collection-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.yocles-filter-button {
  min-height: 46px;
  border: 1px solid var(--yocles-line);
  border-radius: 999px;
  background: #fff;
  color: var(--yocles-black);
  padding: 0 22px;
  font-family: var(--yocles-font-heading);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.yocles-filter-button--mobile { display: none; }
.yocles-collection-count { color: var(--yocles-muted); font-weight: 700; }
.yocles-sort-form { display: flex; align-items: center; gap: 10px; }
.yocles-sort-form label {
  color: var(--yocles-black);
  font-family: var(--yocles-font-heading);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.yocles-select-wrap select,
.yocles-filter-group select {
  min-height: 46px;
  min-width: 210px;
  border: 1px solid var(--yocles-line);
  border-radius: 999px;
  background: #fff;
  padding: 0 42px 0 18px;
  color: var(--yocles-black);
  font-weight: 800;
}
.yocles-collection .products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 44px;
}
.yocles-collection .yocles-product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #fff;
}
.yocles-product-card__media img,
.yocles-product-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yocles-collection .yocles-product-card__image { transform: scale(1.06); }
.yocles-product-card__image--hover {
  opacity: 0;
  transition: opacity .22s ease;
}
.yocles-product-card:hover .yocles-product-card__image--hover { opacity: 1; }
.yocles-product-card__media.has-hover:hover .yocles-product-card__image--primary { opacity: 0; }
.yocles-product-card__body { padding-top: 20px; }
.yocles-product-card__title {
  min-height: 0;
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.2;
}
.yocles-product-card__price-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 10px;
  font-weight: 800;
}
.yocles-product-card__price-current { color: var(--yocles-black); }
.yocles-product-card__price-regular { color: #9a9a9a; font-weight: 700; }
.yocles-offer-badge {
  background: #000;
  color: #94f250;
  border-radius: 5px;
  padding: 4px 9px;
  min-height: 28px;
  font-size: 14px;
}

.yocles-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(0,0,0,.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.yocles-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.yocles-filter-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  width: min(430px, 92vw);
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  transform: translateX(100%);
  transition: transform .22s ease;
  box-shadow: -24px 0 60px rgba(0,0,0,.2);
}
.yocles-filter-drawer.is-open { transform: translateX(0); }
.yocles-filter-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--yocles-line);
}
.yocles-filter-drawer__head strong {
  display: block;
  font-family: var(--yocles-font-heading);
  font-size: 22px;
}
.yocles-filter-drawer__head span {
  color: var(--yocles-muted);
  font-size: 14px;
}
.yocles-filter-form { display: grid; gap: 0; }
.yocles-filter-group {
  padding: 24px;
  border-bottom: 1px solid var(--yocles-line);
}
.yocles-filter-group h2 {
  margin-bottom: 14px;
  font-size: 16px;
  text-transform: uppercase;
}
.yocles-filter-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  color: var(--yocles-black);
  font-weight: 700;
}
.yocles-price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.yocles-price-fields label { display: grid; align-items: start; gap: 6px; }
.yocles-price-fields input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--yocles-line);
  border-radius: 6px;
  padding: 0 12px;
  font: inherit;
}
.yocles-price-range { display: grid; gap: 10px; margin-top: 16px; }
.yocles-filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 24px;
}
.yocles-filter-actions .yocles-button { width: 100%; }

.yocles-footer {
  background: #191919;
  color: rgba(255,255,255,.76);
  padding: 70px 0 26px;
}
.yocles-footer__top {
  width: min(100vw - 80px, 1360px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 1.15fr) repeat(5, minmax(135px, 1fr));
  gap: 32px;
}
.yocles-footer__brand .yocles-logo {
  justify-content: flex-start;
  color: #fff;
  margin-bottom: 18px;
}
.yocles-logo--footer img { width: 62px; height: 62px; }
.yocles-footer__app-title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 12px;
}
.yocles-footer__apps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.yocles-footer__apps img {
  width: auto;
  height: 36px;
}
.yocles-footer__group h2,
.yocles-footer-accordion__toggle {
  color: #fff;
  font-family: var(--yocles-font-heading);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.yocles-footer-accordion__toggle { display: none; }
.yocles-footer__group ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.yocles-footer__group a { color: rgba(255,255,255,.76); }
.yocles-footer__group a:hover { color: var(--yocles-gold); }
.yocles-footer__group li > span {
  display: block;
  color: rgba(255,255,255,.76);
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.yocles-footer__contact-line--company {
  color: #fff;
  font-weight: 800;
}
.yocles-footer__contact-line--address {
  max-width: 260px;
}
.yocles-socials { display: flex; flex-wrap: wrap; gap: 9px 14px; }
.yocles-footer__bottom {
  width: min(100vw - 80px, 1360px);
  margin-top: 54px;
}

@media (max-width: 1180px) {
  .yocles-header__inner { width: min(100vw - 36px, 1000px); gap: 18px; }
  .yocles-nav__item > a { padding: 0 12px; font-size: 15px; }
  .yocles-action-text--search { display: none; }
}

@media (max-width: 980px) {
  .yocles-header { top: 44px; }
  .yocles-header__inner {
    width: calc(100vw - 28px);
    min-height: 58px;
    grid-template-columns: 48px 1fr auto;
  }
  .yocles-logo { justify-self: center; }
  .yocles-logo img { width: 50px; height: 50px; }
  .yocles-nav { display: none; }
  .yocles-action-text--search,
  .yocles-action-text--account,
  .yocles-icon-link,
  .yocles-search-icon,
  .yocles-cart-link { display: none; }
  .yocles-cart-text { display: inline-flex; white-space: nowrap; font-size: 18px; }
  .yocles-collection-hero__inner,
  .yocles-collection,
  .yocles-footer__top,
  .yocles-footer__bottom { width: calc(100vw - 40px); }
  .yocles-collection-hero__inner { min-height: 74px; }
  .yocles-collection-hero h1 { font-size: 32px; }
  .yocles-collection { padding: 32px 0 70px; }
  .yocles-collection-toolbar {
    display: block;
    margin-bottom: 42px;
  }
  .yocles-filter-button--desktop,
  .yocles-collection-count,
  .yocles-sort-form { display: none; }
  .yocles-filter-button--mobile {
    width: 100%;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #111;
    color: #fff;
    border-color: #111;
    border-radius: 18px;
  }
  .yocles-mobile-drawer { width: 100vw; }
  .yocles-collection .products {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .yocles-product-card__title { font-size: 21px; }
  .yocles-footer { padding-top: 42px; }
  .yocles-footer__top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .yocles-footer__brand { padding-bottom: 26px; }
  .yocles-footer__group h2 { display: none; }
  .yocles-footer-accordion {
    border-top: 1px solid rgba(255,255,255,.16);
  }
  .yocles-footer-accordion__toggle {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
  }
  .yocles-footer-accordion ul { display: none; padding: 0 0 18px; }
  .yocles-footer-accordion.is-open ul { display: grid; }
  .yocles-footer__social { padding-top: 26px; }
  .yocles-footer__social h2 { display: block; }
  .yocles-footer__bottom {
    display: grid;
    gap: 16px;
    margin-top: 34px;
  }
}

@media (max-width: 620px) {
  .yocles-promo-bar a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    text-align: left;
  }
  .yocles-promo-bar strong { white-space: nowrap; }
  .yocles-header__inner { width: 100%; padding: 0 12px; }
  .yocles-collection-hero__inner,
  .yocles-collection,
  .yocles-footer__top,
  .yocles-footer__bottom { width: calc(100vw - 40px); }
  .yocles-product-card__media { min-height: 0; }
  .yocles-product-card__price-line { align-items: center; }
  .yocles-filter-actions,
  .yocles-price-fields { grid-template-columns: 1fr; }
}

/* YOCLES 2026 visual alignment */
.yocles-promo-bar {
  min-height: 38px;
  font-size: 12px;
}
.yocles-promo-bar a {
  min-height: 38px;
  gap: 18px;
}
.yocles-header {
  top: 38px;
  background: #f7f7f7;
}
.yocles-hero,
.yocles-hero__track,
.yocles-hero__slide {
  min-height: min(720px, calc(100vh - 124px));
}
.yocles-hero__slide {
  align-items: flex-end;
  background-image: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.16) 52%, rgba(0,0,0,.08)), var(--hero-image);
}
.yocles-hero__content {
  padding: 0 0 118px;
}
.yocles-hero .yocles-button {
  min-width: 112px;
  text-transform: uppercase;
}
.yocles-section__head {
  display: grid;
  justify-content: start;
  gap: 8px;
  margin-bottom: 30px;
}
.yocles-section__head .yocles-kicker {
  margin: 0;
}
.yocles-section__head h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 44px);
}
.yocles-product-grid,
.products {
  align-items: start;
  gap: 34px 22px;
}
.products::before,
.products::after {
  content: none !important;
  display: none !important;
}
.yocles-product-loop-item {
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0;
  list-style: none;
}
.yocles-product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
}
.yocles-product-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #fff;
}
.yocles-product-card__media img,
.yocles-product-card__image {
  object-fit: contain;
  padding: 4px;
}
.yocles-product-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 142px;
  padding-top: 14px;
}
.yocles-product-card__vendor {
  margin: 0;
  color: var(--yocles-muted);
  font-family: var(--yocles-font-heading);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.yocles-product-card__title {
  min-height: 42px;
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}
.yocles-product-card__price-line {
  min-height: 28px;
}
.yocles-product-card__cta {
  width: max-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--yocles-black);
  color: #fff;
  padding: 9px 16px;
  font-family: var(--yocles-font-heading);
  font-size: 12px;
  font-weight: 800;
  margin-top: 2px;
}
.yocles-product-card__cta:hover {
  background: var(--yocles-red);
  color: #fff;
}
.yocles-lifestyle-band {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.24)), var(--band-image);
  background-position: center;
  background-size: cover;
}
.yocles-lifestyle-band__inner {
  width: min(100vw - 80px, 1360px);
  margin: 0 auto;
  padding: 0 0 46px;
}
.yocles-lifestyle-band .yocles-kicker {
  color: #fff;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}
.yocles-brand-story {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 56px;
}
.yocles-brand-story__copy p:not(.yocles-kicker) {
  max-width: 560px;
  color: var(--yocles-muted);
  font-size: 16px;
}
.yocles-brand-story__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 18px;
}
.yocles-brand-story__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}
.yocles-brand-story__media img:first-child {
  margin-top: 54px;
}
.yocles-feature-grid article {
  display: grid;
  gap: 10px;
  border-color: #ededed;
  box-shadow: 0 14px 34px rgba(0,0,0,.04);
}
.yocles-feature-grid article p {
  color: var(--yocles-muted);
}
.yocles-service-strip {
  background: #fff;
  border-top: 1px solid var(--yocles-line);
}
.yocles-service-strip > div {
  width: min(100vw - 80px, 1360px);
  gap: 0;
  padding: 46px 0;
}
.yocles-service-strip article {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 0 26px;
}
.yocles-service-strip article:first-child {
  padding-left: 0;
}
.yocles-service-strip h2 {
  margin: 0;
  font-size: 17px;
}
.yocles-service-strip p {
  max-width: 250px;
  margin: 0;
}
.yocles-service-strip__icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  color: var(--yocles-black);
  margin-bottom: 4px;
}
.yocles-service-strip__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.yocles-collection .products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 24px;
}
.yocles-collection-toolbar {
  margin-bottom: 38px;
}
.yocles-collection .yocles-product-card__media {
  aspect-ratio: 1 / 1;
}
.yocles-product__hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 48px;
  padding-top: 48px;
}
.yocles-product__summary {
  top: 132px;
}
.product-type-simple .yocles-product__purchase form.cart,
.yocles-cart-form {
  grid-template-columns: 108px minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 16px;
}
.yocles-product .yocles-product__purchase form.cart {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 12px;
  float: none;
  width: 100%;
  margin: 0 0 16px;
}
.yocles-product .yocles-product__purchase form.cart::before,
.yocles-product .yocles-product__purchase form.cart::after {
  content: none;
  display: none;
}
.yocles-product .yocles-product__purchase form.cart .quantity {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
}
.yocles-product .yocles-product__purchase form.cart .quantity .qty {
  width: 100%;
  height: 100%;
  min-height: 48px;
}
.product-type-simple .yocles-product__purchase form.cart .single_add_to_cart_button,
.product-type-simple .yocles-product__purchase form.cart .yocles-button,
.yocles-cart-form .yocles-button {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
}
.yocles-product .yocles-product__purchase form.cart button.single_add_to_cart_button.button.alt {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 3px;
  padding: .618em 1em;
  background-color: #7f54b3;
  color: #fff;
  font-family: inherit;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
}
.yocles-product .yocles-product__purchase form.cart button.single_add_to_cart_button.button.alt:hover {
  background-color: #7249a4;
  color: #fff;
}
.yocles-product .yocles-product__purchase form.cart .yocles-buy-now {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 3px;
  padding: .618em 1em;
  background-color: #7f54b3;
  color: #fff;
  font-family: inherit;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
}
.yocles-product .yocles-product__purchase form.cart .yocles-buy-now:hover {
  background-color: #7249a4;
  color: #fff;
}
.yocles-product-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 22px;
}
.yocles-product-trust span {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--yocles-line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--yocles-black);
  font-size: 13px;
  font-weight: 800;
}
.yocles-product-trust span::before {
  content: "✓";
  color: var(--yocles-green);
  font-weight: 900;
}
.yocles-bundle {
  margin-top: 0;
}
.yocles-contact-cta p {
  max-width: 620px;
  color: var(--yocles-muted);
}
.yocles-footer__top {
  grid-template-columns: minmax(190px, 1.1fr) repeat(4, minmax(140px, 1fr)) minmax(130px, .85fr);
}
.yocles-footer__bottom nav {
  justify-content: flex-end;
}

@media (min-width: 981px) {
  .yocles-header__inner {
    width: min(100vw - 56px, 1360px);
    min-height: 86px;
    gap: 18px;
  }
  .yocles-logo img {
    width: 50px;
    height: 50px;
  }
  .yocles-nav__list {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    font-size: 15px;
  }
  .yocles-nav__item > a {
    min-height: 86px;
    padding: 0 10px;
  }
  .yocles-header__actions {
    flex-shrink: 0;
    gap: 15px;
    font-size: 15px;
  }
  .yocles-action-text--search {
    display: inline-flex;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .yocles-header__inner {
    width: calc(100vw - 32px);
    gap: 12px;
  }
  .yocles-nav__list,
  .yocles-header__actions {
    font-size: 13px;
  }
  .yocles-nav__item > a {
    padding: 0 7px;
  }
  .yocles-header__actions {
    gap: 10px;
  }
}

@media (max-width: 980px) {
  .yocles-promo-bar {
    min-height: 36px;
  }
  .yocles-promo-bar a {
    min-height: 36px;
  }
  .yocles-header {
    top: 36px;
  }
  .yocles-header__inner {
    min-height: 60px;
  }
  .yocles-hero,
  .yocles-hero__track,
  .yocles-hero__slide {
    min-height: 360px;
  }
  .yocles-hero__content {
    padding: 0 0 58px;
  }
  .yocles-hero h1 {
    max-width: 420px;
    font-size: 34px;
  }
  .yocles-product-grid,
  .products,
  .yocles-collection .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }
  .yocles-collection-toolbar {
    margin-bottom: 28px;
  }
  .yocles-lifestyle-band {
    min-height: 300px;
  }
  .yocles-lifestyle-band__inner {
    width: calc(100vw - 40px);
    padding-bottom: 28px;
  }
  .yocles-brand-story {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .yocles-brand-story__media {
    order: -1;
  }
  .yocles-feature-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .yocles-service-strip > div {
    width: calc(100vw - 40px);
    grid-template-columns: 1fr;
    padding: 22px 0;
  }
  .yocles-service-strip article,
  .yocles-service-strip article:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--yocles-line);
    padding: 16px 0;
  }
  .yocles-service-strip article:last-child {
    border-bottom: 0;
  }
  .yocles-service-strip p {
    max-width: none;
  }
  .yocles-service-strip__icon {
    width: 24px;
    height: 24px;
  }
  .yocles-product__hero {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }
  .yocles-product__summary {
    position: static;
  }
  .yocles-product-trust {
    grid-template-columns: 1fr;
  }
  .yocles-footer__top {
    grid-template-columns: 1fr;
  }
  .yocles-footer__bottom {
    font-size: 12px;
    text-align: center;
  }
  .yocles-footer__bottom nav {
    justify-content: center;
    gap: 8px 14px;
  }
}

@media (max-width: 620px) {
  .yocles-promo-bar a {
    grid-template-columns: 1fr auto;
    padding: 0 10px;
    font-size: 11px;
  }
  .yocles-header__actions {
    font-size: 15px;
  }
  .yocles-cart-text {
    font-size: 15px;
  }
  .yocles-hero,
  .yocles-hero__track,
  .yocles-hero__slide {
    min-height: 330px;
  }
  .yocles-hero h1 {
    font-size: 28px;
  }
  .yocles-product-grid,
  .products,
  .yocles-collection .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 14px;
  }
  .yocles-product-card__media {
    aspect-ratio: 1 / 1;
  }
  .yocles-product-card__body {
    gap: 6px;
    min-height: 128px;
    padding-top: 10px;
  }
  .yocles-product-card__vendor {
    font-size: 9px;
  }
  .yocles-product-card__title {
    min-height: 34px;
    font-size: 13px;
  }
  .yocles-product-card__price-line {
    align-items: flex-start;
    gap: 4px 6px;
    font-size: 12px;
  }
  .yocles-offer-badge {
    min-height: 22px;
    padding: 3px 6px;
    font-size: 10px;
  }
  .yocles-product-card__cta {
    width: 100%;
    min-height: 34px;
    padding: 8px 10px;
    font-size: 11px;
  }
  .yocles-lifestyle-band {
    min-height: 240px;
  }
  .yocles-lifestyle-band__inner {
    padding-bottom: 18px;
  }
  .yocles-brand-story__media {
    gap: 10px;
  }
  .yocles-brand-story__media img:first-child {
    margin-top: 28px;
  }
  .yocles-feature-grid article {
    padding: 14px;
  }
  .yocles-feature-grid article p {
    font-size: 14px;
  }
  .yocles-product__gallery {
    grid-template-columns: 1fr;
  }
  .yocles-product__thumbs {
    display: flex;
    order: 2;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .yocles-product__thumbs button {
    width: 64px;
    min-width: 64px;
  }
  .yocles-product__summary h1 {
    font-size: 24px;
  }
  .yocles-product__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .product-type-simple .yocles-product__purchase form.cart,
  .yocles-cart-form {
    grid-template-columns: 1fr;
  }
  .yocles-product .yocles-product__purchase form.cart {
    grid-template-columns: 1fr;
  }
  .yocles-product-trust span {
    min-height: 40px;
  }
  .yocles-bundle__items a {
    grid-template-columns: 48px 1fr;
  }
  .yocles-bundle__items strong {
    grid-column: 2;
  }
}

@media (max-width: 340px) {
  .yocles-product-grid,
  .products,
  .yocles-collection .products {
    grid-template-columns: 1fr;
  }
}
