@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: #ffffff;
  color: #676767;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.has-mobile-menu-open {
  overflow: hidden;
}

img,
picture,
svg,
video {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
a:hover {
  color: #cc0a0a;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 6px;
  background: #ffffff;
  color: #1a191f;
}

input,
select {
  min-height: 44px;
  padding: 0 14px;
}

textarea {
  min-height: 140px;
  padding: 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(204, 10, 10, 0.55);
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 14px;
  color: #1a191f;
  font-weight: 700;
  line-height: 1.25;
}

p {
  margin: 0 0 18px;
}

.container {
  width: min(100% - 24px * 2, 1180px);
  margin-inline: auto;
}

.section-spacing {
  padding: 78px 0;
}
@media (max-width: 768px) {
  .section-spacing {
    padding: 56px 0;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 10000;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  clip: auto;
  border-radius: 6px;
  background: #010101;
  color: #ffffff;
}

.site-main {
  overflow: hidden;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 576px) {
  .section-heading--row {
    align-items: flex-start;
    flex-direction: column;
  }
}

.section-heading__title {
  margin: 0;
  color: #1a191f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .section-heading__title {
    font-size: 24px;
  }
}

.section-heading__text {
  max-width: 520px;
  margin: 0;
  color: #676767;
  font-size: 14px;
}

.section-heading__link {
  color: #cc0a0a;
  font-size: 13px;
  font-weight: 700;
}
.section-heading__link::after {
  content: " +";
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
}

.button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #cc0a0a;
  color: #ffffff;
}
.button--primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: rgb(169.9682242991, 8.3317757009, 8.3317757009);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(204, 10, 10, 0.24);
}

.button--light,
.button--white {
  background: #ffffff;
  color: #1a191f;
}

.button--small {
  min-height: 36px;
  padding: 0 16px;
  font-size: 12px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(236, 236, 236, 0.8);
  backdrop-filter: blur(12px);
  transition: box-shadow 180ms ease;
}
.site-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(1, 1, 1, 0.08);
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 72px;
  gap: 24px;
}

.site-header__brand {
  display: flex;
  justify-content: center;
}

.custom-logo {
  width: auto;
  max-width: 150px;
  max-height: 58px;
  object-fit: contain;
}

.primary-menu,
.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}
.primary-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #1a191f;
  font-size: 13px;
  font-weight: 600;
}
.primary-menu a::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 2px;
  background: #cc0a0a;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.primary-menu a:hover, .primary-menu a:focus-visible {
  color: #cc0a0a;
}
.primary-menu a:hover::after, .primary-menu a:focus-visible::after {
  transform: scaleX(1);
}

.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% - 10px);
  min-width: 210px;
  margin: 0;
  padding: 12px;
  list-style: none;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(1, 1, 1, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.primary-menu .menu-item-has-children {
  position: relative;
}
.primary-menu .menu-item-has-children:hover > .sub-menu, .primary-menu .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-search {
  position: relative;
  width: min(100%, 260px);
}

.header-search__field {
  min-height: 38px;
  padding-right: 38px;
  border-radius: 999px;
  font-size: 12px;
}

.header-search__button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 12px;
  color: #676767;
  transform: translateY(-50%);
}

.header-icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #1a191f;
  font-size: 17px;
}

.header-icon-link__count {
  position: absolute;
  top: 0;
  right: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #cc0a0a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

.menu-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: none;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 50%;
  background: #f9f9f9;
}

.menu-toggle__bar {
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: #1a191f;
}

.mobile-navigation {
  position: fixed;
  z-index: 99;
  top: 72px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 24px;
  background: #ffffff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 180ms ease;
}
.mobile-navigation.is-open {
  transform: translateX(0);
}

.mobile-menu {
  display: grid;
  gap: 8px;
}
.mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 6px;
  color: #1a191f;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 68px;
  }
  .site-header__nav,
  .header-search {
    display: none;
  }
  .site-header__brand {
    justify-content: flex-start;
  }
  .custom-logo {
    max-width: 126px;
    max-height: 48px;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .mobile-navigation {
    display: block;
    top: 68px;
  }
}
.hero-section {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #010101;
}

.hero-section__media,
.hero-section__overlay {
  position: absolute;
  inset: 0;
}

.hero-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-section__overlay {
  background: linear-gradient(90deg, rgba(1, 1, 1, 0.72), rgba(1, 1, 1, 0.14));
}

.hero-section__content {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.hero-section__eyebrow {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 16px;
  border-radius: 999px;
  background: #cc0a0a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.hero-section__title {
  max-width: 520px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 58px;
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-section__text {
  max-width: 560px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.hero-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.brand-strip {
  border-bottom: 1px solid #ececec;
  background: #ffffff;
}

.brand-strip__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  min-height: 78px;
  gap: 18px;
}
.brand-strip__inner span {
  color: #676767;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.sport-grid,
.benefits-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.sport-grid {
  grid-template-columns: 1.08fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: 18px;
}

.sport-card {
  position: relative;
  min-height: 220px;
  border-radius: 8px;
  overflow: hidden;
  background: #010101;
  color: #ffffff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.sport-card:hover {
  box-shadow: 0 14px 34px rgba(1, 1, 1, 0.08);
  transform: translateY(-3px);
}

.sport-card--large {
  grid-row: span 2;
}

.sport-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 420ms ease;
}

.sport-card:hover .sport-card__image {
  transform: scale(1.05);
}

.sport-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0.05), rgba(1, 1, 1, 0.7));
}

.sport-card__content {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

.sport-card__title {
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
}

.sport-card__meta {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
}

.promo-banner__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
  border-radius: 8px;
  overflow: hidden;
  background: #202020;
  box-shadow: 0 14px 34px rgba(1, 1, 1, 0.08);
}

.promo-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
  color: #ffffff;
}

.promo-banner__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
}
.promo-banner__title span {
  display: block;
  color: #cc0a0a;
}

.promo-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.benefits-section {
  padding: 42px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #f9f9f9;
}

.benefit-card {
  text-align: center;
}

.benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(204, 10, 10, 0.08);
  color: #cc0a0a;
}

@media (max-width: 768px) {
  .hero-section__title {
    font-size: 42px;
  }
  .brand-strip__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .sport-grid,
  .benefits-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .promo-banner__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .hero-section__title {
    font-size: 34px;
  }
  .brand-strip__inner,
  .sport-grid,
  .benefits-section__grid {
    grid-template-columns: 1fr;
  }
  .sport-card--large {
    grid-row: span 1;
  }
}
.yn-about {
  background: #ffffff;
}

.yn-about__hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}

.yn-about__hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(1, 1, 1, 0.54);
}

.yn-about__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.yn-about__breadcrumb,
.yn-about__eyebrow {
  margin: 0 0 12px;
  color: #cc0a0a;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.yn-about__hero-title {
  max-width: 640px;
  margin: 0 auto 14px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
}

.yn-about__hero-text {
  max-width: 620px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.7;
}

.yn-about__section {
  padding: 82px 0;
}

.yn-about__section-heading {
  margin-bottom: 52px;
}

.yn-about__section-heading--split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
}

.yn-about__section-heading--center {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.yn-about__section-title {
  margin: 0;
  color: #1a191f;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.yn-about__section-text {
  margin: 0;
  color: #676767;
  font-size: 14px;
  line-height: 1.75;
}

.yn-about__journey-list {
  display: grid;
  gap: 92px;
}

.yn-about__journey-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
}

.yn-about__journey-row--reverse .yn-about__journey-content {
  order: 2;
}
.yn-about__journey-row--reverse .yn-about__journey-media {
  order: 1;
}

.yn-about__journey-title,
.yn-about__info-title {
  margin: 0 0 16px;
  color: #1a191f;
  font-size: 22px;
  font-weight: 800;
}

.yn-about__journey-text,
.yn-about__info-text,
.yn-about__feature-text,
.yn-about__timeline-text {
  margin: 0;
  color: #676767;
  font-size: 14px;
  line-height: 1.75;
}

.yn-about__journey-media {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(1, 1, 1, 0.08);
}
.yn-about__journey-media img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.yn-about__info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 44px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #f9f9f9;
}

.yn-about__info-card {
  min-height: 190px;
  padding: 14px 36px 14px 0;
}
.yn-about__info-card:not(:first-child) {
  padding-right: 0;
  padding-left: 36px;
  border-left: 1px solid #ececec;
}

.yn-about__feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.yn-about__feature-card {
  min-height: 220px;
  padding: 34px 28px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 22px rgba(1, 1, 1, 0.03);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.yn-about__feature-card:hover {
  border-color: rgba(204, 10, 10, 0.18);
  box-shadow: 0 14px 34px rgba(1, 1, 1, 0.08);
  transform: translateY(-5px);
}

.yn-about__feature-title {
  margin: 16px 0 10px;
  color: #1a191f;
  font-size: 16px;
  font-weight: 800;
}

.yn-about__badges {
  padding: 32px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.yn-about__badge-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.yn-about__badge {
  display: flex;
  align-items: center;
  gap: 13px;
}

.yn-about__badge-title {
  margin: 0 0 3px;
  color: #1a191f;
  font-size: 14px;
  font-weight: 800;
}

.yn-about__badge-text {
  margin: 0;
  color: #676767;
  font-size: 12px;
}

.yn-about__timeline-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 78px;
}

.yn-about__timeline {
  position: relative;
  display: grid;
  gap: 34px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}
.yn-about__timeline::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 18px;
  width: 1px;
  background: #ececec;
  content: "";
}
.yn-about__timeline.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.yn-about__timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 22px;
}

.yn-about__timeline-marker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #cc0a0a;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(204, 10, 10, 0.24);
}
.yn-about__timeline-marker span {
  font-size: 11px;
  font-weight: 800;
}

.yn-about__timeline-year {
  display: block;
  margin-bottom: 5px;
  color: #cc0a0a;
  font-size: 12px;
  font-weight: 800;
}

.yn-about__timeline-title {
  margin: 0 0 7px;
  color: #1a191f;
  font-size: 15px;
  font-weight: 800;
}

.yn-about__team {
  border-top: 1px solid #ececec;
}

.yn-about__team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.yn-about__team-card {
  text-align: center;
}

.yn-about__team-image {
  width: 108px;
  height: 108px;
  margin: 0 auto 16px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
}

.yn-about__team-name {
  margin: 0 0 4px;
  color: #1a191f;
  font-size: 15px;
  font-weight: 800;
}

.yn-about__team-designation {
  margin: 0;
  color: #676767;
  font-size: 12px;
}

.yn-about__cta {
  max-width: 1040px;
  margin: 0 auto;
  padding: 58px 36px;
  border-radius: 8px;
  background: #cc0a0a;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 18px 34px rgba(204, 10, 10, 0.22);
}

.yn-about__cta-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
}

.yn-about__cta-text {
  max-width: 640px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.yn-about__cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.button--outline-white {
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #ffffff;
}
.button--outline-white:hover {
  background: #ffffff;
  color: #cc0a0a;
}

.yn-about__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(204, 10, 10, 0.08);
  color: #cc0a0a;
}
.yn-about__icon::before {
  font-size: 16px;
  font-weight: 800;
}

.yn-about__info-icon {
  background: #cc0a0a;
  color: #ffffff;
}

.yn-about__feature-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto;
}

.yn-about__icon--target::before {
  content: "◎";
}

.yn-about__icon--shield::before {
  content: "♢";
}

.yn-about__icon--leaf::before {
  content: "◌";
}

.yn-about__icon--trophy::before {
  content: "♛";
}

.yn-about__icon--lightbulb::before {
  content: "◐";
}

.yn-about__icon--globe::before {
  content: "⊕";
}

.yn-about__icon--award::before {
  content: "◈";
}

.yn-about__icon--users::before {
  content: "♙";
}

@media (max-width: 768px) {
  .yn-about__hero-title {
    font-size: 38px;
  }
  .yn-about__section {
    padding: 58px 0;
  }
  .yn-about__section-heading--split,
  .yn-about__journey-row,
  .yn-about__info-grid,
  .yn-about__timeline-layout {
    grid-template-columns: 1fr;
  }
  .yn-about__journey-row--reverse .yn-about__journey-content,
  .yn-about__journey-row--reverse .yn-about__journey-media {
    order: initial;
  }
  .yn-about__feature-grid,
  .yn-about__badge-row,
  .yn-about__team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .yn-about__hero-title {
    font-size: 31px;
  }
  .yn-about__feature-grid,
  .yn-about__badge-row,
  .yn-about__team-grid {
    grid-template-columns: 1fr;
  }
  .yn-about__cta {
    padding: 42px 22px;
  }
  .yn-about__cta-title {
    font-size: 28px;
  }
}
.yn-contact {
  background: #ffffff;
}

.yn-contact__hero {
  padding: 76px 0 72px;
  border-bottom: 1px solid #ececec;
  background: #f9f9f9;
  text-align: center;
}
@media (max-width: 768px) {
  .yn-contact__hero {
    padding: 54px 0 50px;
  }
}

.yn-contact__hero-inner {
  max-width: 760px;
}

.yn-contact__breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #676767;
  font-size: 12px;
  font-weight: 600;
}
.yn-contact__breadcrumb a {
  color: #1a191f;
}
.yn-contact__breadcrumb a:hover {
  color: #cc0a0a;
}
.yn-contact__breadcrumb span:last-child {
  color: #1a191f;
}

.yn-contact__hero-title {
  margin: 0 0 16px;
  color: #1a191f;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
}
.yn-contact__hero-title::first-letter {
  color: #1a191f;
}
@media (max-width: 768px) {
  .yn-contact__hero-title {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .yn-contact__hero-title {
    font-size: 32px;
  }
}

.yn-contact__hero-title span,
.yn-contact__hero-title em,
.yn-contact__hero-title strong {
  color: #cc0a0a;
  font-style: normal;
}

.yn-contact__hero-text {
  max-width: 610px;
  margin: 0 auto;
  color: #676767;
  font-size: 15px;
  line-height: 1.75;
}

.yn-contact__main-section {
  padding: 88px 0 92px;
}
@media (max-width: 768px) {
  .yn-contact__main-section {
    padding: 58px 0;
  }
}

.yn-contact__main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.75fr);
  gap: 58px;
  align-items: start;
}
@media (max-width: 992px) {
  .yn-contact__main-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

.yn-contact__section-title {
  margin: 0 0 8px;
  color: #1a191f;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.yn-contact__section-text {
  margin: 0 0 34px;
  color: #676767;
  font-size: 14px;
  line-height: 1.7;
}

.yn-contact__form {
  display: grid;
  gap: 22px;
}

.yn-contact__form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 576px) {
  .yn-contact__form-row {
    grid-template-columns: 1fr;
  }
}

.yn-contact__field {
  margin: 0;
}
.yn-contact__field label {
  display: block;
  margin-bottom: 9px;
  color: #1a191f;
  font-size: 13px;
  font-weight: 700;
}
.yn-contact__field input,
.yn-contact__field select,
.yn-contact__field textarea {
  border-color: #ececec;
  background: #f9f9f9;
  color: #1a191f;
  font-size: 13px;
}
.yn-contact__field input::placeholder,
.yn-contact__field select::placeholder,
.yn-contact__field textarea::placeholder {
  color: #a8a8a8;
}
.yn-contact__field textarea {
  min-height: 168px;
  padding-top: 15px;
}

.yn-contact__submit {
  width: 100%;
  min-height: 52px;
  gap: 8px;
  font-size: 14px;
}

.yn-contact__privacy {
  margin: -4px 0 0;
  color: #a2a2a2;
  font-size: 11px;
  text-align: center;
}

.yn-contact__info-list {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.yn-contact__info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 94px;
  padding: 20px 24px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
}

.yn-contact__info-label {
  margin: 0 0 4px;
  color: #a2a2a2;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.yn-contact__info-title {
  margin: 0 0 4px;
  color: #1a191f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.yn-contact__info-text {
  margin: 0;
  color: #676767;
  font-size: 12px;
  line-height: 1.5;
}

.yn-contact__reach-card {
  padding: 28px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
}

.yn-contact__reach-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #1a191f;
  font-size: 18px;
  font-weight: 800;
}

.yn-contact__reach-text {
  margin: 0 0 26px;
  color: #676767;
  font-size: 13px;
  line-height: 1.75;
}

.yn-contact__hours {
  padding-top: 20px;
  border-top: 1px solid #ececec;
}

.yn-contact__hours-title,
.yn-contact__social-title {
  margin: 0 0 14px;
  color: #1a191f;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.yn-contact__hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: #676767;
  font-size: 12px;
}
.yn-contact__hours-row strong {
  color: #1a191f;
  font-weight: 700;
  text-align: right;
}

.yn-contact__social {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #ececec;
}

.yn-contact__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
}
.yn-contact__social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #ececec;
  border-radius: 50%;
  background: #ffffff;
  color: #1a191f;
  font-size: 13px;
  font-weight: 800;
}
.yn-contact__social-list a:hover {
  border-color: #cc0a0a;
  background: #cc0a0a;
  color: #ffffff;
}

.yn-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: rgba(204, 10, 10, 0.08);
  color: #cc0a0a;
}
.yn-contact__icon::before {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.yn-contact__icon--phone::before {
  content: "☎";
}

.yn-contact__icon--email::before {
  content: "✉";
}

.yn-contact__icon--pin::before {
  content: "⌖";
}

.yn-contact__icon--globe::before {
  content: "⊕";
}

.yn-contact__map-section {
  background: #ffffff;
}

.yn-contact__map {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 768px) {
  .yn-contact__map {
    min-height: 360px;
  }
}

.yn-contact__map-pin {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 300px;
  padding: 14px 18px;
  border: 2px solid #cc0a0a;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(1, 1, 1, 0.08);
}
.yn-contact__map-pin a {
  margin-left: auto;
  color: #cc0a0a;
  font-size: 12px;
  font-weight: 800;
}

.yn-contact__map-icon {
  background: #cc0a0a;
  color: #ffffff;
}

.yn-contact__map-title {
  margin: 0 0 2px;
  color: #1a191f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.yn-contact__map-text {
  margin: 0;
  color: #676767;
  font-size: 12px;
}

.yn-contact__map-status {
  position: absolute;
  bottom: 42px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 330px;
  padding: 15px 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
  transform: translateX(-50%);
}
.yn-contact__map-status strong,
.yn-contact__map-status span {
  font-size: 12px;
  line-height: 1;
}
.yn-contact__map-status strong {
  color: #1a191f;
}
.yn-contact__map-status span {
  color: #a2a2a2;
}

.yn-contact__faq-section {
  padding: 82px 0 88px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .yn-contact__faq-section {
    padding: 58px 0;
  }
}

.yn-contact__faq-heading {
  max-width: 650px;
  margin: 0 auto 46px;
  text-align: center;
}

.yn-contact__eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 5px 14px;
  border: 1px solid rgba(204, 10, 10, 0.22);
  border-radius: 999px;
  color: #cc0a0a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.yn-contact__faq-title {
  margin: 0 0 14px;
  color: #1a191f;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}
@media (max-width: 576px) {
  .yn-contact__faq-title {
    font-size: 26px;
  }
}

.yn-contact__faq-text {
  margin: 0 auto;
  color: #676767;
  font-size: 14px;
  line-height: 1.7;
}

.yn-contact__faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 34px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .yn-contact__faq-grid {
    grid-template-columns: 1fr;
  }
}

.yn-contact__faq-item {
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
  overflow: hidden;
}

.yn-contact__faq-question {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 64px;
  padding: 0 22px;
  color: #1a191f;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.yn-contact__faq-toggle {
  color: #676767;
  font-size: 16px;
  transition: transform 180ms ease;
}

.yn-contact__faq-question[aria-expanded=true] .yn-contact__faq-toggle {
  transform: rotate(180deg);
}

.yn-contact__faq-answer {
  padding: 0 22px 22px;
}
.yn-contact__faq-answer p {
  margin: 0;
  color: #676767;
  font-size: 13px;
  line-height: 1.75;
}

.yn-contact__support-section {
  padding: 0 0 0;
  background: #ffffff;
}

.yn-contact__support {
  padding: 86px 28px;
  background: #cc0a0a;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 576px) {
  .yn-contact__support {
    padding: 64px 22px;
  }
}

.yn-contact__support-icon {
  display: block;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 48px;
  line-height: 1;
}

.yn-contact__support-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.12;
}
@media (max-width: 576px) {
  .yn-contact__support-title {
    font-size: 30px;
  }
}

.yn-contact__support-text {
  max-width: 660px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.7;
}

.yn-contact__support-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 576px) {
  .yn-contact__info-card {
    align-items: flex-start;
    padding: 18px;
  }
  .yn-contact__map-pin {
    min-width: 0;
    width: calc(100% - 48px);
  }
  .yn-contact__map-status {
    width: calc(100% - 48px);
    min-width: 0;
    justify-content: space-between;
    gap: 12px;
  }
}
.woocommerce ul.products,
ul.products.yn-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
ul.products.yn-product-grid::before,
ul.products.yn-product-grid::after {
  display: none;
}

.woocommerce ul.products li.product,
.yn-product-card {
  float: none;
  width: auto;
  margin: 0;
}

.yn-product-card {
  position: relative;
}

.yn-product-card__image-wrap {
  position: relative;
  aspect-ratio: 4/5;
  margin-bottom: 14px;
  border-radius: 8px;
  overflow: hidden;
  background: #f9f9f9;
}

.yn-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 380ms ease;
}

.yn-product-card__badge,
.woocommerce span.onsale {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: #cc0a0a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.yn-product-card__category {
  color: #a2a2a2;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.yn-product-card__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 6px;
  padding: 0;
  color: #1a191f;
  font-size: 14px;
  font-weight: 700;
}

.yn-product-card__price,
.woocommerce ul.products li.product .price {
  display: block;
  margin: 0;
  color: #cc0a0a;
  font-size: 13px;
  font-weight: 800;
}

.yn-product-card__actions {
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.yn-product-card:hover .yn-product-card__actions {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .woocommerce ul.products,
  ul.products.yn-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products,
  ul.products.yn-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .woocommerce ul.products,
  ul.products.yn-product-grid {
    grid-template-columns: 1fr;
  }
}
.blog-main,
.page-main,
.single-main,
.error-main {
  padding: 72px 0;
  background: #ffffff;
}

.page-header,
.page-entry-header,
.single-post-header {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.page-title,
.page-entry-title,
.single-post-header__title {
  margin: 0;
  color: #1a191f;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.12;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.post-card {
  border: 1px solid #ececec;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.post-card:hover {
  box-shadow: 0 14px 34px rgba(1, 1, 1, 0.08);
  transform: translateY(-3px);
}

.post-card__image-link {
  display: block;
  aspect-ratio: 16/11;
  overflow: hidden;
  background: #f9f9f9;
}

.post-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-card__content {
  padding: 22px;
}

.post-card__meta,
.single-post-header__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 600;
}

.post-card__title {
  margin-bottom: 10px;
  font-size: 20px;
}

.page-content-wrap,
.single-post-content,
.no-results {
  max-width: 900px;
  margin: 0 auto;
}

.entry-content {
  color: #676767;
  font-size: 16px;
  line-height: 1.78;
}
.entry-content a {
  color: #cc0a0a;
  font-weight: 600;
}

.comments-area {
  max-width: 900px;
  margin: 48px auto 0;
  padding-top: 42px;
  border-top: 1px solid #ececec;
}

.error-404 {
  min-height: 560px;
  display: flex;
  align-items: center;
  text-align: center;
  background: #f9f9f9;
}

.error-404__inner {
  max-width: 720px;
}

.error-404__title {
  margin-bottom: 14px;
  color: #1a191f;
  font-size: 56px;
  font-weight: 800;
}

.search-form__group {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 560px;
  margin: 0 auto;
  gap: 10px;
}

@media (max-width: 992px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .post-grid,
  .search-form__group {
    grid-template-columns: 1fr;
  }
}
.yn-shop {
  background: #ffffff;
}

.yn-shop__hero {
  padding: 46px 0 44px;
  border-bottom: 1px solid #ececec;
  background: #f9f9f9;
}

.yn-shop__breadcrumb,
.yn-product-detail__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #676767;
  font-size: 12px;
  font-weight: 600;
}
.yn-shop__breadcrumb a:hover,
.yn-product-detail__breadcrumb a:hover {
  color: #cc0a0a;
}

.yn-shop__hero-row,
.yn-shop__section-head,
.yn-product-detail__related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.yn-shop__title {
  margin: 0 0 8px;
  color: #1a191f;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
}

.yn-shop__intro {
  max-width: 620px;
  margin: 0;
  color: #676767;
  font-size: 15px;
  line-height: 1.65;
}

.yn-shop__view-toggle {
  display: inline-flex;
  padding: 6px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(1, 1, 1, 0.06);
}

.yn-shop__view-button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 6px;
  color: #676767;
}
.yn-shop__view-button.is-active {
  background: rgba(204, 10, 10, 0.08);
  color: #cc0a0a;
}

.yn-shop__catalog {
  padding: 48px 0 72px;
}

.yn-shop__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.yn-shop__filters {
  position: sticky;
  top: 92px;
}

.yn-shop__filters-head,
.yn-shop__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.yn-shop__filters-head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.yn-shop__filters-head a,
.yn-shop__section-head a,
.yn-product-detail__related-head a {
  color: #cc0a0a;
  font-size: 12px;
  font-weight: 800;
}

.yn-shop__filter-form {
  display: grid;
  gap: 24px;
}

.yn-shop__filter-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
  color: #1a191f;
  font-size: 13px;
  font-weight: 800;
}

.yn-shop__filter-panel {
  display: grid;
  gap: 8px;
}

.yn-shop__check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #676767;
  font-size: 13px;
}
.yn-shop__check input {
  width: 14px;
  height: 14px;
  min-height: 0;
  padding: 0;
  accent-color: #cc0a0a;
}

.yn-shop__range {
  accent-color: #cc0a0a;
}

.yn-shop__range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #676767;
  font-size: 12px;
}

.yn-shop__elite {
  margin-top: 34px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(204, 10, 10, 0.06);
  text-align: center;
}
.yn-shop__elite h3 {
  margin-bottom: 8px;
  font-size: 15px;
}
.yn-shop__elite p {
  color: #676767;
  font-size: 12px;
  line-height: 1.6;
}

.yn-shop__toolbar {
  margin-bottom: 26px;
}

.yn-shop__count {
  margin: 0;
  color: #676767;
  font-size: 13px;
  font-weight: 600;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-ordering select {
  min-width: 190px;
  background: #ffffff;
  font-size: 12px;
}

.woocommerce ul.products,
ul.products.yn-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
ul.products.yn-product-grid::before,
ul.products.yn-product-grid::after {
  display: none;
}

.woocommerce ul.products li.product,
.yn-product-card {
  float: none;
  width: auto;
  margin: 0;
}

.yn-product-card {
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(1, 1, 1, 0.03);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.yn-product-card:hover {
  box-shadow: 0 14px 34px rgba(1, 1, 1, 0.08);
  transform: translateY(-4px);
}

.yn-product-card__link {
  display: block;
  color: #1a191f;
}
.yn-product-card__link:hover {
  color: #1a191f;
}

.yn-product-card__image-wrap {
  position: relative;
  aspect-ratio: 1/1.1;
  overflow: hidden;
  background: #f9f9f9;
}

.yn-product-card__image,
.woocommerce ul.products li.product .yn-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.yn-product-card:hover .yn-product-card__image {
  transform: scale(1.045);
}

.yn-product-card__badge,
.woocommerce span.onsale {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  min-height: 22px;
  padding: 6px 10px;
  border: 0;
  border-radius: 999px;
  background: #cc0a0a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.yn-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px 0;
  color: #a2a2a2;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.yn-product-card__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 6px 0 6px;
  padding: 0 18px;
  color: #1a191f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.yn-product-card__price,
.woocommerce ul.products li.product .price {
  display: block;
  padding: 0 18px;
  color: #1a191f;
  font-size: 16px;
  font-weight: 800;
}
.yn-product-card__price del,
.woocommerce ul.products li.product .price del {
  margin-left: 6px;
  color: #a2a2a2;
  font-size: 12px;
  font-weight: 500;
  opacity: 1;
}
.yn-product-card__price ins,
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.yn-product-card__rating {
  margin-top: 18px;
  padding: 14px 18px;
  border-top: 1px solid #ececec;
  color: #676767;
  font-size: 12px;
}
.yn-product-card__rating span {
  color: #cc0a0a;
}

.yn-shop__load {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 58px 0 72px;
  color: #676767;
  font-size: 13px;
}
.yn-shop__load span {
  width: 160px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cc0a0a 0 25%, #ececec 25% 100%);
}

.yn-shop__compare {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #f9f9f9;
}
.yn-shop__compare > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(204, 10, 10, 0.08);
  color: #cc0a0a;
}
.yn-shop__compare h2,
.yn-shop__compare p {
  margin: 0;
}
.yn-shop__compare h2 {
  font-size: 16px;
}
.yn-shop__compare p {
  color: #676767;
  font-size: 12px;
}
.yn-shop__compare a {
  margin-left: auto;
  color: #1a191f;
  font-size: 12px;
  font-weight: 800;
}

.yn-shop__sports {
  padding: 72px 0;
  border-top: 1px solid #ececec;
}

.yn-shop__section-head {
  margin-bottom: 34px;
}
.yn-shop__section-head h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
}

.yn-shop__sport-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.yn-shop__sport-card {
  display: grid;
  place-items: center;
  min-height: 132px;
  border-radius: 8px;
  background: #f9f9f9;
  color: #1a191f;
  text-align: center;
}
.yn-shop__sport-card span {
  margin-bottom: 10px;
  font-size: 26px;
}
.yn-shop__sport-card strong {
  font-size: 13px;
}

.yn-shop__newsletter {
  padding: 86px 0;
  background: #202020;
  color: #ffffff;
  text-align: center;
}

.yn-shop__newsletter-inner {
  max-width: 760px;
}
.yn-shop__newsletter-inner p {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
}
.yn-shop__newsletter-inner h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
}
.yn-shop__newsletter-inner span {
  display: block;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.74);
}

.yn-shop__newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 470px;
  margin: 0 auto;
  gap: 10px;
}
.yn-shop__newsletter-form input {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.yn-product-detail {
  padding: 36px 0 0;
  background: #ffffff;
}

.yn-product-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 56px;
  align-items: start;
}

.yn-product-detail__gallery {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 22px;
}

.yn-product-detail__thumbs {
  display: grid;
  align-content: start;
  gap: 16px;
}

.yn-product-detail__thumb {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  width: 76px;
  height: 76px;
  border: 2px solid transparent;
  border-radius: 8px;
  background: #f9f9f9;
  overflow: hidden;
}
.yn-product-detail__thumb.is-active {
  border-color: #cc0a0a;
}
.yn-product-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yn-product-detail__thumb--video {
  display: grid;
  place-items: center;
  color: #cc0a0a;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.yn-product-detail__image-frame {
  position: relative;
  border-radius: 8px;
  background: #f9f9f9;
  overflow: hidden;
}

.yn-product-detail__main-image {
  width: 100%;
  aspect-ratio: 4/5.7;
  object-fit: cover;
  display: block;
}

.yn-product-detail__pill {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #1a191f;
  font-size: 11px;
  font-weight: 800;
}

.yn-product-detail__pill--secondary {
  top: 52px;
}

.yn-product-detail__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #676767;
  font-size: 13px;
}
.yn-product-detail__rating .star-rating {
  color: #010101;
}

.yn-product-detail__title {
  margin: 0 0 12px;
  color: #1a191f;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.12;
}

.yn-product-detail__price-row {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 24px;
}
.yn-product-detail__price-row span {
  color: #1a191f;
  font-size: 12px;
  font-weight: 800;
}

.yn-product-detail__price {
  color: #1a191f;
  font-size: 30px;
  font-weight: 800;
}
.yn-product-detail__price del {
  margin-left: 10px;
  color: #a2a2a2;
  font-size: 18px;
  font-weight: 500;
}
.yn-product-detail__price ins {
  text-decoration: none;
}

.yn-product-detail__excerpt {
  margin-bottom: 28px;
  color: #676767;
  font-size: 15px;
  line-height: 1.75;
}

.yn-product-detail__swatches {
  margin-bottom: 28px;
}
.yn-product-detail__swatches p {
  margin-bottom: 12px;
  font-size: 13px;
}
.yn-product-detail__swatches div {
  display: flex;
  gap: 12px;
}
.yn-product-detail__swatches button {
  width: 28px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: 0 0 0 1px #ececec;
}
.yn-product-detail__swatches button.is-active {
  box-shadow: 0 0 0 2px #cc0a0a;
}

.yn-product-detail__sizes {
  margin-bottom: 30px;
}

.yn-product-detail__sizes-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.yn-product-detail__sizes-head p {
  margin: 0;
  color: #1a191f;
  font-size: 13px;
  font-weight: 800;
}
.yn-product-detail__sizes-head a {
  color: #cc0a0a;
  font-size: 12px;
  font-weight: 800;
}

.yn-product-detail__size-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.yn-product-detail__size-grid button {
  min-height: 44px;
  border: 1px solid #1a191f;
  border-radius: 6px;
  background: #ffffff;
  color: #1a191f;
  font-size: 13px;
  font-weight: 700;
}
.yn-product-detail__size-grid button.is-active {
  border-color: rgba(204, 10, 10, 0.4);
  background: rgba(204, 10, 10, 0.05);
  color: #cc0a0a;
}

.yn-product-detail__cart {
  display: grid;
  grid-template-columns: 1fr 52px;
  gap: 12px;
  margin-bottom: 28px;
}
.yn-product-detail__cart form.cart {
  display: contents;
}
.yn-product-detail__cart .quantity {
  display: none;
}
.yn-product-detail__cart .single_add_to_cart_button {
  grid-column: 1;
  width: 100%;
  min-height: 54px;
  background: #cc0a0a;
}

.yn-product-detail__wishlist {
  border: 1px solid #ececec;
  border-radius: 6px;
  background: #ffffff;
  color: #1a191f;
  font-size: 24px;
}

.yn-product-detail__buy-now {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  background: #f9f9f9;
  color: #1a191f;
  font-size: 13px;
  font-weight: 800;
}

.yn-product-detail__trust {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
  padding: 24px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  color: #676767;
  font-size: 13px;
}
.yn-product-detail__trust span::first-letter {
  color: #cc0a0a;
}

.yn-product-detail__accordions {
  margin-top: 24px;
}

.yn-product-detail__accordion {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
  border-bottom: 1px solid #ececec;
  color: #1a191f;
  font-size: 14px;
  font-weight: 800;
}

.yn-product-detail__accordion-panel {
  padding: 12px 0 18px;
  color: #676767;
  font-size: 13px;
}

.yn-product-detail__tabs {
  margin-top: 90px;
}

.yn-product-detail__tab-nav {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #ececec;
}
.yn-product-detail__tab-nav button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  min-height: 54px;
  border-bottom: 2px solid transparent;
  color: #676767;
  font-size: 13px;
  font-weight: 800;
}
.yn-product-detail__tab-nav button.is-active {
  border-color: #cc0a0a;
  color: #1a191f;
}

.yn-product-detail__story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 56px 0 78px;
}
.yn-product-detail__story h2 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
}
.yn-product-detail__story p {
  color: #676767;
  line-height: 1.85;
}
.yn-product-detail__story ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #676767;
  font-size: 14px;
}
.yn-product-detail__story ul li::before {
  content: "⊙";
  margin-right: 10px;
  color: #cc0a0a;
}
.yn-product-detail__story figure {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(1, 1, 1, 0.08);
}
.yn-product-detail__story img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.yn-product-detail__story figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  font-weight: 800;
}

.yn-product-detail__bundle {
  max-width: 880px;
  margin-bottom: 88px;
  padding: 34px;
  border-radius: 8px;
  background: #f9f9f9;
}
.yn-product-detail__bundle h2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 800;
}

.yn-product-detail__bundle-row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.yn-product-detail__bundle-row img {
  width: 78px;
  height: 78px;
  border-radius: 6px;
  object-fit: cover;
}
.yn-product-detail__bundle-row > span {
  color: #676767;
  font-size: 24px;
}
.yn-product-detail__bundle-row p {
  margin-bottom: 6px;
  color: #676767;
  font-size: 13px;
}
.yn-product-detail__bundle-row strong {
  display: block;
  margin-bottom: 12px;
  color: #1a191f;
  font-size: 24px;
  font-weight: 800;
}

.yn-product-detail__related {
  margin-bottom: 78px;
}

.yn-product-detail__related-head {
  margin-bottom: 28px;
}
.yn-product-detail__related-head h2 {
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 800;
}
.yn-product-detail__related-head p {
  margin: 0;
  color: #676767;
}

@media (max-width: 992px) {
  .yn-shop__layout,
  .yn-product-detail__hero {
    grid-template-columns: 1fr;
  }
  .yn-shop__filters {
    position: static;
  }
  .woocommerce ul.products,
  ul.products.yn-product-grid,
  .yn-shop__sport-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .yn-shop__hero-row,
  .yn-shop__section-head,
  .yn-product-detail__related-head,
  .yn-product-detail__story {
    display: grid;
    grid-template-columns: 1fr;
  }
  .yn-product-detail__gallery {
    grid-template-columns: 1fr;
  }
  .yn-product-detail__thumbs {
    display: flex;
    overflow-x: auto;
  }
}
@media (max-width: 576px) {
  .yn-shop__title,
  .yn-shop__newsletter-inner h2,
  .yn-product-detail__title {
    font-size: 30px;
  }
  .woocommerce ul.products,
  ul.products.yn-product-grid,
  .yn-shop__sport-grid,
  .yn-product-detail__trust,
  .yn-shop__newsletter-form {
    grid-template-columns: 1fr;
  }
  .yn-shop__compare,
  .yn-product-detail__bundle-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .yn-product-detail__size-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-footer {
  background: #ffffff;
}

.newsletter-section {
  padding: 78px 0;
  background: #cc0a0a;
  color: #ffffff;
  text-align: center;
}

.newsletter-section__inner {
  max-width: 720px;
}

.newsletter-section__title {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
}

.newsletter-section__text {
  max-width: 560px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 470px;
  margin: 0 auto 14px;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
}

.newsletter-form__input {
  min-height: 48px;
  border: 0;
  border-radius: 0;
  font-size: 13px;
}

.newsletter-form__button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  background: #1a191f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.footer-main {
  padding: 58px 0;
  background: #f9f9f9;
}

.footer-main__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.9fr 1fr;
  gap: 48px;
}

.footer-menu,
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu {
  display: grid;
  gap: 9px;
}
.footer-menu a {
  color: #676767;
  font-size: 13px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.footer-bottom {
  border-top: 1px solid #ececec;
  background: #f9f9f9;
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  gap: 20px;
}

@media (max-width: 992px) {
  .footer-main__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .newsletter-form,
  .footer-main__grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }
}