body:not(.wp-admin),
.wp-admin .section {
  color: var(--neutral-variant-40, #303334);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
}

.flex {
  display: flex;
}
.flex.middle {
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.around {
  justify-content: space-around;
}
.flex.evenly {
  justify-content: space-evenly;
}
.flex.center {
  justify-content: center;
}
.flex.right {
  justify-content: flex-end;
}
.white {
  color: #fff;
}
.section-bannertext {
  position: relative;
}
.section-bannertext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: linear-gradient(90deg, #212121 0%, rgba(33, 33, 33, 0) 100%);
}
.bannertext-content {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
.bannertext-content .container {
  height: 100%;
}
.bannertext-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 25px;
  color: var(--White, #fff);
  max-width: 466px;
}
.bannertext-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.bannertext-title {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.bannertext-title:after {
  content: "";
  height: 1px;
  width: 118px;
  background: #fff;
}
.description-section {
  margin-bottom: 40px;
}

/*section faq*/
.section-faq {
  padding: 24px 0 48px 0;
}
.faq-sub-title {
  text-align: center;
}
.faq-title {
 text-align: center;
 margin-bottom: 4px;
}
.faq-outer {
  max-width: 686px;
  margin: 0 auto;
}
.faq-img {
  margin: 0 auto;
}
.section-faqcontact {
    padding: 72px 0;
}
.faqcontact-title {
    text-align: center;
    margin-bottom: 20px;
}
.faqcontacts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.section-faqform {
    padding: 24px 0;
}
.faq-item {
  padding: 16px;
  border-bottom: 1px solid var(--Stroke-Grey, #212121);
}
.faq-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
  gap: 10px;
}
.faq-item-title svg {
  transition: 0.3s;
  min-width: 27px;
}
.faq-item-title.active svg {
  transform: rotate(180deg);
}
.faq-contents {
  display: none;
  padding-top: 16px;
}

.swiper-slide.column-text-item {
  width: 413px;
  height: auto;
}
.column-text-item > img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.column-text-caption {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.column-text-sub-title {
  color: var(--Pink-100, #ed98aa);
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.column-text-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}
.column-text-text {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.18px;
}
.section-columntext {
  background: var(--Light-grey, #f8f7f5);
  padding: 20px 0 40px 0;
}

/*section hero*/
.section-hero {
  position: relative;
}
.section-hero:not(.contain-img) img,
.section-hero:not(.contain-img) video,
.section-hero:not(.contain-img) iframe,
.section-hero:not(.contain-img) wistia-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero.contain-img img,
.section-hero.contain-img video,
.section-hero.contain-img iframe,
.section-hero.contain-img wistia-player {
  object-fit: contain;
}
.hero-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}
.hero-caption-outer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  width: 100%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.home-slider-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}
.home-slider-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.home-slider-btns {
  display: flex;
  gap: 16px;
}
.js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  gap: 5px;
}
.js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  transition: 0.3s;
  opacity: 1;
  border-radius: 10px;
  cursor: pointer;
}
.js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 75px;
  background: #fff !important;
}
.section-hero2 {
  margin: 23px 0;
}
.section-hero2 .container {
  max-width: 90%;
}
.hero2-caption {
  min-width: 25%;
}

.slider-home-content2 img {
  width: 100%;
}

.slider-home-content2
  .js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  margin-top: 15px;
}
.slider-home-content2
  .js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #eeeae7 !important;
}
.hero-slide2 {
  display: flex;
}
.hero2-caption {
  display: flex;
  width: 315px;
  flex: 0 0 315px;
  padding: 25px;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}
.home-slider-title2 {
  color: var(--Black, #212121);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.hero2-caption .btn-border {
  backdrop-filter: blur(2px);
  background: #00000012;
}
.hero-slide2 img {
  height: 425px;
  object-fit: cover;
}
.slider-home-content2 .swiper {
  border-radius: 8px;
  overflow: hidden;
}
/*section-iconscard*/
.section-iconscard {
  margin: 16px 0;
}
.icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: var(--Grey, #eeeae7);
  padding: 24px;
  gap: 16px;
  height: auto;
}
.icon-card-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.32px;
}
.icon-card-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.icon-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

/*section product-slider*/
.js-products-slider .product-item {
  display: flex;
  flex-direction: column;
  border-color: transparent !important;
}
.js-products-slider2 .product-item {
  border-color: transparent !important;
  background: transparent;
}
.js-products-slider2 .product-item > a {
  overflow: hidden;
}
.js-products-slider .product-item .caption {
  order: -1;
  transition: 0.3s;
  margin-bottom: 10px;
  margin-top: 0;
}
.js-products-slider
  .swiper-slide:not(.swiper-slide-active)
  .product-item
  .caption {
  opacity: 0;
}

.js-products-slider {
  max-width: 1056px;
  margin: 0 auto;
}
.section-productsslider {
  margin: 24px 0 16px 0;
}
.js-products-slider .product-category {
  font-size: 16px;
}
.js-products-slider .product-name {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.js-products-slider .product-item .product-price,
.js-products-slider .product-item .new-price,
.js-products-slider .product-item .old-price {
  font-size: 16px;
  line-height: 20px;
}

.js-products-slider-navi > div {
  border-radius: 70px;
  border: 0.7px solid var(--Black, #212121);
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 15px);
  cursor: pointer;
  z-index: 4;
  transition: 0.3s;
}
.js-products-slider-navi > div.js-products-prev {
  left: 0;
}
.js-products-slider-navi > div.js-products-next {
  right: 0;
  left: auto;
}
.products-slider-content {
  position: relative;
}
.js-products-slider2 {
  /*max-width: 846px;
  margin: 0 auto;*/
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.section-lookbook {
  padding: 24px 0 38px 0;
  overflow: hidden;
}
.product-item.cat-item .caption {
  text-align: left;
}
.product-item.cat-item .product-name {
  font-size: 23px;
  line-height: 26px;
}
.cat-item > a:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.cat-item:hover > a:after {
  opacity: 0.2;
}

.section-lookbook .swiper {
  overflow: visible;
}
.section-lookbook .js-products-slider-navi > div.js-products-prev {
  left: 18px;
}
.section-lookbook .js-products-slider-navi > div.js-products-next {
  right: 18px;
  left: auto;
}
.products-slider-content + .btn {
  margin-top: 16px;
}
.slider-content {
  position: relative;
}
.slider-content .js-products-slider-navi > div.js-products-prev {
  left: calc((100vw - 1320px + 40px) / 2);
}
.slider-content .js-products-slider-navi > div.js-products-next {
  right: calc((100vw - 1320px + 40px) / 2);
}
.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}
.slider-content .hero-caption {
  max-width: 550px;
}
.section-main-text {
  max-width: 556px;
}
.border-title:after {
  content: "";
  position: absolute;
  background: var(--Text-_-grey, #6f6f6f);
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
}
.border-title > p {
  background: #fff;
  position: relative;
  z-index: 2;
  width: max-content;
  margin: 0 auto;
  padding: 0 10px;
}
.section-main-title.border-title {
  font-size: 28px;
  position: relative;
  width: 100%;
}
.twoimage-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.twoimage-item {
  position: relative;
}
.twoimage-item img {
  height: 720px;
  object-fit: cover;
  width: 100%;
}
.twoimage-caption {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
  padding: 16px 48px;
}
.twoimage-item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  position: relative;
  z-index: 2;
}
.twoimage-item-text {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.18px;
  position: relative;
  z-index: 2;
}
.twoimage-caption .btn {
  position: relative;
  z-index: 2;
}
.twoimage-caption:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(33, 33, 33, 0) 0%,
    rgba(33, 33, 33, 0.6) 100%
  );
}
.section-brandcarousel {
  padding: 24px 0 50px 0;
}
.brands-carusel {
  overflow: hidden;
}
.js-brands-carusel {
  overflow: visible;
}
.js-brands-carusel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.js-brands-item.swiper-slide {
  width: 197px;
  height: 197px;
  border-radius: 10.19px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 27px;
}
.js-brands-item.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image-products-block {
  display: flex;
  gap: 23px;
  align-items: flex-start;
}
.image-product {
  flex-grow: 1;
  position: relative;
}
.image-products {
  padding-top: 24px;
  min-width: 65%;
  flex: 0 0 65%;
  padding-right: calc((calc(100vw, 1440px) - 1320px + 40px) / 2);
}
.image-product-caption {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
}
.image-product-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.image-product-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.section-main-big {
  font-size: 28px;
}
.image-products .section-title {
  text-align: left;
  align-items: flex-start;
}
.image-products .section-main-text {
  max-width: 100%;
}
.section-link,
.is-style-section-link .wp-element-button {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.98px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #212121);
  padding-bottom: 4px;
}
.section-link:after,
.is-style-section-link .wp-element-button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M9.83333 1L16.5 8M16.5 8L9.83333 15M16.5 8L0.5 8' stroke='%23212121' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  min-width: 17px;
  flex: 0 0 17px;
  height: 16px;
  transition: 0.3s;
}
.section-imageproducts {
  padding: 40px 0;
}
.section-imageproducts.reverse .image-products-block {
  flex-direction: row-reverse;
}
.section-imageproducts.reverse .image-products {
  padding-right: 0;
  padding-left: calc((min(100vw, 1440px) - 1320px + 40px) / 2);
}
.imageproducts-slider-content {
  position: relative;
}
.imageproducts-slider-content .js-products-slider-navi > div.js-products-next {
  right: 10px;
}
.js-imageproducts-slider:before,
.js-imageproducts-slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  z-index: 2;
}
.js-imageproducts-slider:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.section-producthighlight .js-imageproducts-slider:before,
.section-producthighlight .js-products-slider-navi > div.js-products-prev {
  visibility: hidden;
  opacity: 0;
}
.product-block-tags {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.product-block-tags > div {
  padding: 5px 5px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.28px;
}
.js-imageproducts-slider:after {
  left: auto;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.section-imagetext {
  padding: 48px 0;
}
.yarni-picture {
  display: block;
  width: 100%;
}
.yarni-picture > img,
.yarni-content-image {
  width: 100%;
}
.yarni-hero-picture,
.image-text-image,
.twoimage-item {
  background: #f8f7f5;
}
.yarni-hero-picture > img {
  max-width: none;
}
.is_grey {
    background: var(--Beige-50, #F5F3F1);
}
.image-text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-text-image {
  min-width: 39%;
  flex: 0 0 39%;
  
}
.image-text {
  min-width: 50%;
  flex: 0 0 50%;
  color: #000;
}

.section-imagetext.reverse .image-text-block {
  flex-direction: row-reverse;
}
.image-text.section-title {
  text-align: left;
  align-items: flex-start;
}
.js-products-slider-navi > .progressbar {
  position: static;
  align-items: center;
  width: 100%;
  border: none;
  gap: 4px;
  margin-top: 40px;
  background: transparent;
  height: auto;
}
.section-lookbook .js-products-slider-navi > .progressbar,
.stikerset-block .js-products-slider-navi > .progressbar {
  margin-top: 18px;
}
.section-lookbook:not(.no_grey)
  .js-products-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: var(--Grey, #fff);
}
.js-products-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  margin: 0;
  width: 12px;
  height: 12px;
  transition: 0.3s;
  opacity: 1;
  border-radius: 12px;
  border: 1px solid var(--Greyscale-Border-Darker, #212121);
  background: var(--Greyscale-Text-Negative, #fff);
  cursor: pointer;
}
.js-products-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Pink-10, #212121);
}
.section-productmainslider {
  margin: 24px 0 37px 0;
}
.js-products-slider-main:before,
.js-products-slider-main:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  z-index: 2;
}
.js-products-slider-main:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 64.17%);
}
.js-products-slider-main:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 64.17%);
}
.section-title-block {
  margin-top: 3px;
}
.section-title .wp-block-heading {
    line-height: 1.1;
}
.page-id-4468 .section-breadcrumb {
  display: none;
}
.section-heroabout {
  position: relative;
}
.hero-abount-caption {
  display: grid;
  gap: 14px;
}
.section-heroabout .container {
      display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    color: #fff;
    text-align: center;
}
.section-contact {
  padding: 24px 0 48px 0;
}
.contact-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.contact-right img {
  max-height: 255px;
  margin: 0 auto;
}
.contact-title {
  text-align: center;
  margin-bottom: 50px;
}

.contact-text {
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
}
.contact-text h6 + *,
.contact-info-item h6 + * {
  margin-top: 8px;
}
.contact-info-grid {
  margin: 10px 0 24px 0;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.contact-info-item p a {
  color: inherit;
}
.contact-block-bottom .contact-text {
  max-width: 408px;
}
.contact-info-item {
  text-align: center;
  background: var(--Beige-50, #f5f3f1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info-grid > *:first-child {
  grid-area: span 1 / span 3;
  background: var(--Surface-Subtle, #fef4f6);
}
.contact-info {
  border-radius: 12px;
  background: var(--Black, #212121);
  padding: 16px;
  display: flex;
  gap: 21px;
  align-items: flex-start;
  max-width: 522px;
}
.contact-info > img {
  min-width: 78px;
  flex: 0 0 78px;
}
.contact-info-inner {
  color: var(--Light-grey, #f8f7f5);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  display: grid;
  gap: 20px;
}
.contact-info-inner a {
  text-decoration: none;
}
.contact-form-block {
  border-radius: 8px;
  background: var(--White, #fff);
  padding: 20px;
}
.contact-form {
  display: grid;
  gap: 25px;
}
.contact-2line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-item {
  display: grid;
  gap: 8px;
  position: relative;
}
.contact-item > label {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.contact-item > label span {
  color: #ff4d00;
  font-size: 12px;
  line-height: 16px; /* 133.333% */
}
.contact-item input,
.contact-item textarea {
  border-radius: 0;
}
.contact-item textarea {
  height: 115px;
  resize: none;
}
.contact-form-block .wpcf7 form .wpcf7-response-output {
  text-align: left;
}
.contact-form-block .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -16px;
}
.section-dasyarni {
  margin: 23px 0;
  overflow: hidden;
}
.section-dasyarni .swiper {
  overflow: visible;
}
.das-icons {
  display: flex;
  justify-content: space-evenly;
}
.das-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16px;
  text-decoration: none;
  min-width: 205px;
  flex: 0 0 205px;
}
.das-slider-content {
  margin-top: 40px;
  position: relative;
}

.das-slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-decoration: none;
}

.highlight-content {
  display: flex;
  gap: 20px;
}
.highlight-reverse {
  flex-direction: row-reverse;
}
.highlight-single {
  min-width: calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
}
.highlight-products {
  min-width: calc(75% - 5px);
  flex: 0 0 calc(75% - 5px);
}
.section-highlight .js-products-slider-navi > .progressbar {
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-highlight .js-products-slider-navi > div {
  top: auto;
  bottom: 0;
}
.section-highlight .thb-swatches-load {
  min-height: 0;
}
.section-highlight .js-products-slider-navi > div.js-products-prev {
  left: 0;
}
.section-highlight .js-products-slider-navi > div.js-products-next {
  right: 0;
}

/* yarni: Hero Brand Statement */
.hbs, .hbs * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Jost', sans-serif; }
.hbs { --hbs-fg:#fff; background:var(--hbs-bg,#e8336a); color:var(--hbs-fg); padding:0 2rem 4rem; text-align:center; overflow:hidden; position:relative; }
.hbs--dark { --hbs-fg:#1a1218; }
.hbs__intro { display:flex; align-items:center; justify-content:center; height:340px; transition:height 1s cubic-bezier(.77,0,.18,1); }
.hbs__logo { width:320px; max-width:70%; display:block; transition:width 1s cubic-bezier(.77,0,.18,1); }
.hbs.is-intro .hbs__intro { height:90px; } .hbs.is-intro .hbs__logo { width:140px; }
.hbs__content { opacity:1; transform:none; padding-top:1rem; }
.hbs--js:not(.is-intro) .hbs__content { opacity:0; transform:translateY(30px); transition:opacity .8s ease .6s,transform .8s ease .6s; }
.hbs__kicker,.hbs__h,.hbs__sub,.hbs__pills,.hbs__reason { opacity:1; transform:none; }
.hbs--js:not(.is-intro) .hbs__kicker,.hbs--js:not(.is-intro) .hbs__sub,.hbs--js:not(.is-intro) .hbs__pills { opacity:0; transform:translateY(20px); }
.hbs--js:not(.is-intro) .hbs__h { opacity:0; transform:translateY(40px); }
.hbs--js:not(.is-intro) .hbs__reason { opacity:0; transform:translateY(24px); }
.hbs.is-intro .hbs__kicker,.hbs.is-intro .hbs__h,.hbs.is-intro .hbs__sub,.hbs.is-intro .hbs__pills,.hbs.is-intro .hbs__reason { opacity:1; transform:translateY(0); }
.hbs__kicker { font-size:11px; font-weight:700; letter-spacing:.28em; text-transform:uppercase; color:color-mix(in srgb,var(--hbs-fg) 60%,transparent); margin-bottom:1.2rem; transition:opacity .7s ease .9s,transform .7s ease .9s; }
.hbs__h { font-size:clamp(3rem,8vw,7rem); font-weight:900; line-height:.88; letter-spacing:-.04em; text-transform:uppercase; color:var(--hbs-fg); max-width:900px; margin:0 auto 1.4rem; text-wrap:balance; transition:opacity .8s ease 0.5s,transform .8s ease 0.5s; }
.hbs__h span { color:var(--hbs-accent,#1a1218); } .hbs__sub { font-size:1rem; font-weight:300; color:color-mix(in srgb,var(--hbs-fg) 80%,transparent); max-width:440px; margin:0 auto 3.5rem; line-height:1.7; transition:opacity .7s ease 0.8s,transform .7s ease 0.8s; }
.hbs__pills { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-bottom:3.5rem; transition:opacity .7s ease 1.2s,transform .7s ease 0.9s; }
.hbs__pill { font-size:11px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; padding:10px 22px; background:transparent; border:2px solid color-mix(in srgb,var(--hbs-fg) 50%,transparent); color:var(--hbs-fg); cursor:default; transition:background .25s,border-color .25s; }
.hbs__pill:hover { background:color-mix(in srgb,var(--hbs-fg) 12%,transparent); border-color:var(--hbs-fg); }
.hbs__grid { display:grid; grid-template-columns:repeat(3,1fr); max-width:860px; margin:0 auto; border-top:1px solid color-mix(in srgb,var(--hbs-fg) 20%,transparent); padding-top:2.5rem; gap:1px; }
.hbs__reason { padding:0 1.8rem; text-align:left; border-right:1px solid color-mix(in srgb,var(--hbs-fg) 20%,transparent); transition:opacity .6s ease,transform .6s ease; }
.hbs__reason:last-child { border-right:none; } .hbs__reason:nth-child(1){transition-delay:1s}.hbs__reason:nth-child(2){transition-delay:1.1s}.hbs__reason:nth-child(3){transition-delay:1.2s}
.hbs__reason-t { font-size:13px; font-weight:700; color:var(--hbs-fg); margin-bottom:.4rem; text-transform:uppercase; letter-spacing:.06em; }.hbs__reason-b { font-size:13px; color:color-mix(in srgb,var(--hbs-fg) 70%,transparent); line-height:1.55; }
@media (prefers-reduced-motion:reduce){.hbs,.hbs *{transition:none!important}.hbs__content,.hbs__kicker,.hbs__h,.hbs__sub,.hbs__pills,.hbs__reason{opacity:1!important;transform:none!important}.hbs__intro{height:90px}.hbs__logo{width:140px}}

/* YARNI: Pin Grid */
.lyh-catslider-section {
  font-family: "Jost", sans-serif;
  width: 100%;
  color: #1a1a1a;
  padding: 56px 0;
}
.section-title-block + .lyh-catslider-section {
  padding-top: 0;
}
.lyh-pin-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.lyh-pin-grid {
  column-count: 4;
  column-gap: 16px;
  text-align: left;
}
.lyh-pin-item {
  display: block;
  break-inside: avoid;
  margin-bottom: 16px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #eae7e0;
  text-decoration: none;
}
.lyh-pin-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.lyh-pin-item:hover img {
  transform: scale(1.04);
}
.lyh-pin-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 14px 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.lyh-pin-btn {
  display: inline-block;
  margin-top: 36px;
  padding: 14px 32px;
  border: 1px solid #e8006a;
  border-radius: 4px;
  color: #e8006a;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.lyh-pin-btn:hover {
  background: #e8006a;
  color: #fff;
}
.lyh-pin-empty {
  padding: 20px;
  background: #f8f3e9;
  color: #1a1a1a;
}

/* Homepage brand marquee.
 *
 * Keep these rules in the theme instead of a Custom HTML block: WordPress
 * strips the block-level <style> element on the public page and otherwise
 * exposes its CSS as visible text.
 */
.lyh-logo-marquee {
  width: 100%;
  overflow: hidden;
  padding: 24px 0;
  background: #f8f7f5;
}

.lyh-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: lyh-scroll 22s linear infinite;
}

.lyh-marquee-track img {
  width: auto;
  height: 28px;
  margin: 0 48px;
  flex-shrink: 0;
}

@keyframes lyh-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lyh-marquee-track {
    animation: none;
  }
}
