.top-bar {
  background-color: #B5AFA6;
  padding: 8px 0;
  position: relative;
  overflow: hidden;
}
.top-bar__swiper {
  overflow: hidden;
}
.top-bar__swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (min-width: 1024px) {
  .top-bar__swiper .swiper-wrapper {
    display: flex !important;
    justify-content: center !important;
    transform: none !important;
    transition: none !important;
  }
}
.top-bar__swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.top-bar__swiper .swiper-slide p, .top-bar__swiper .swiper-slide span, .top-bar__swiper .swiper-slide a {
  font-weight: 500 !important;
}
@media (min-width: 1024px) {
  .top-bar__swiper .swiper-slide:not(:first-child) {
    display: none;
  }
}
.top-bar__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  padding: 0 5px;
}
.top-bar__text {
  color: #191A1A;
  letter-spacing: 0.02em;
}
.top-bar__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #191A1A !important;
  text-decoration: none;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 2px;
}
.top-bar__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #191A1A;
  transition: opacity 0.2s ease;
}
.top-bar__link img {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}
.top-bar__link:hover img {
  transform: rotate(45deg);
}

.site-header {
  background-color: #fff;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 300;
}
.site-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(25, 26, 26, 0.5019607843);
  transform: scaleX(var(--line-scale, 1));
  transform-origin: left;
}
@media (min-width: 1024px) {
  .site-header {
    padding: 0 40px;
  }
}
@media (min-width: 1400px) {
  .site-header {
    padding: 0 60px;
  }
}
.site-header__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 20px;
}
@media (min-width: 1024px) {
  .site-header__inner {
    height: 70px;
  }
}
.site-header__logo {
  flex-shrink: 0;
}
.site-header__logo a {
  display: block;
}
.site-header__logo img {
  height: 28px;
  width: auto;
}
@media (min-width: 1024px) {
  .site-header__logo img {
    height: 30px;
  }
}
.site-header__logo-text {
  font-family: "Sora", sans-serif;
  letter-spacing: 0.05em;
  color: #191A1A !important;
  white-space: nowrap;
}
.site-header__nav {
  flex: 1;
  display: flex;
  align-items: center;
}
.site-header__nav #primary-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
@media (min-width: 1024px) {
  .site-header__nav #primary-menu {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1400px) {
  .site-header__nav #primary-menu {
    gap: 12px;
  }
}
.site-header__nav #primary-menu > li {
  position: relative;
}
.site-header__nav #primary-menu > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #191A1A;
  padding: 8px 6px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: color 0.2s ease;
  position: relative;
}
@media (min-width: 1400px) {
  .site-header__nav #primary-menu > li > a {
    padding: 8px 10px;
  }
}
.site-header__nav #primary-menu > li > a::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 4px;
  height: 1px;
  background-color: #191A1A;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
@media (min-width: 1400px) {
  .site-header__nav #primary-menu > li > a::before {
    left: 10px;
    right: 10px;
  }
}
.site-header__nav #primary-menu > li > a:hover {
  color: #5E6F3B;
}
.site-header__nav #primary-menu > li > a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  background-color: #5E6F3B;
}
.site-header__nav #primary-menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23191A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 2px;
}
@media (max-width: 1023px) {
  .site-header__nav #primary-menu > li.menu-item-has-children > a::after {
    position: relative;
    top: -2px;
  }
}
.site-header__nav #primary-menu > li.menu-item-has-children > a::after {
  transition: transform 0.2s ease;
}
.site-header__nav #primary-menu > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.site-header__nav #primary-menu > li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #B4AFA1;
  border-radius: 8px;
  padding: 15px 0;
  min-width: 200px;
  list-style: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 200;
}
.site-header__nav #primary-menu > li .sub-menu li {
  padding: 0 20px;
}
.site-header__nav #primary-menu > li .sub-menu li a {
  display: inline;
  padding: 8px 0;
  color: #191A1A;
  text-transform: none;
  position: relative;
  background-image: linear-gradient(#191A1A, #191A1A);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
}
.site-header__nav #primary-menu > li .sub-menu li a:hover {
  background-size: 100% 1px;
}
.site-header__nav #primary-menu > li:hover > .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
@media (min-width: 1400px) {
  .site-header__actions {
    gap: 20px;
  }
}
.site-header__search {
  display: none;
}
@media (min-width: 724px) {
  .site-header__search {
    display: flex;
    align-items: center;
  }
}
.site-header__search .dgwt-wcas-search-wrapp {
  min-width: 200px !important;
}
.site-header__search .dgwt-wcas-sf-wrapp {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: none !important;
  border-bottom: 1px solid #B4AFA1 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 6px 0 !important;
  box-shadow: none !important;
}
.site-header__search .dgwt-wcas-search-input {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  color: rgba(25, 26, 26, 0.5019607843) !important;
  padding-left: 1em !important;
}
.site-header__search .dgwt-wcas-search-input::-moz-placeholder {
  color: rgba(25, 26, 26, 0.5019607843) !important;
  opacity: 0.6 !important;
}
.site-header__search .dgwt-wcas-search-input::placeholder {
  color: rgba(25, 26, 26, 0.5019607843) !important;
  opacity: 0.6 !important;
}
.site-header__search .dgwt-wcas-search-submit {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  order: -1 !important;
  width: 22px !important;
  height: 22px !important;
  left: 0 !important;
  top: -3px !important;
}
.site-header__search .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier {
  display: none !important;
}
.site-header__search .dgwt-wcas-search-submit::before {
  content: "" !important;
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  background-image: url("../images/search-icon.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
}
.site-header__search .dgwt-wcas-preloader,
.site-header__search .dgwt-wcas-voice-search {
  display: none !important;
}
.site-header__icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1400px) {
  .site-header__icons {
    gap: 12px;
  }
}
.site-header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: opacity 0.2s ease;
}
.site-header__icon img {
  width: 26px;
  height: 26px;
}
.site-header__icon:hover {
  opacity: 0.6;
}
.site-header__icon--cart {
  position: relative;
}
.site-header__cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #5E6F3B;
  color: #fff !important;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #191A1A;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}
.menu-toggle__bar:nth-child(2) {
  width: 80%;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(1) {
  transform: translateY(5.5px) rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(2) {
  opacity: 0;
  width: 0;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(3) {
  transform: translateY(-5.5px) rotate(-45deg);
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
  transition: background-color 0.4s ease;
}
.site-header__nav.toggled ~ .mobile-menu-overlay, .mobile-menu-overlay.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1023px) {
  .site-header__nav #primary-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
    background-color: #fff;
    padding: 30px;
    gap: 0;
    z-index: -1;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.4s;
  }
}

.site-header__nav.toggled #primary-menu {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
}
.site-header__nav.toggled #primary-menu > li {
  padding: 12px 0;
}
.site-header__nav.toggled #primary-menu > li > a {
  display: inline;
  padding: 0;
  background-image: linear-gradient(#191A1A, #191A1A);
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
  text-transform: uppercase;
}
.site-header__nav.toggled #primary-menu > li > a::before {
  display: none !important;
}
.site-header__nav.toggled #primary-menu > li > a:hover {
  background-size: 100% 1px;
}
.site-header__nav.toggled #primary-menu > li.menu-item-has-children > a::after {
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}
.site-header__nav.toggled #primary-menu .sub-menu {
  position: static !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  padding-left: 16px !important;
  padding-top: 8px !important;
  display: none !important;
  min-width: unset !important;
}
.site-header__nav.toggled #primary-menu .sub-menu li {
  padding: 6px 0 !important;
}
.site-header__nav.toggled #primary-menu .sub-menu li a {
  padding: 0 !important;
  display: inline !important;
  background-image: linear-gradient(#191A1A, #191A1A) !important;
  background-size: 0% 1px !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
  transition: background-size 0.3s ease !important;
  text-transform: none !important;
}
.site-header__nav.toggled #primary-menu .sub-menu li a:hover {
  background-size: 100% 1px !important;
}
.site-header__nav.toggled #primary-menu .menu-item-has-children.submenu-open > .sub-menu {
  display: block !important;
}
.site-header__nav.toggled #primary-menu .menu-item-has-children.submenu-open > a::after {
  transform: rotate(180deg);
}

.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.footer {
  width: 100%;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .footer {
    padding: 60px 40px;
  }
}
@media (min-width: 1400px) {
  .footer {
    padding: 80px 60px;
  }
}
.footer__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1024px) {
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
    gap: 250px;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .footer__info {
    width: 30%;
    flex-shrink: 0;
  }
}
.footer__logo {
  display: inline-block;
  margin-bottom: 10px;
}
.footer__logo img {
  max-height: 70px;
  width: auto;
}
.footer__title {
  margin-bottom: 4px;
}
.footer__description {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
.footer__buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.footer__button {
  font-size: 0.75rem;
  padding: 10px 20px;
}
@media (min-width: 1400px) {
  .footer__button {
    font-size: 0.8rem;
    padding: 12px 28px;
  }
}
.footer__menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 724px) {
  .footer__menus {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.footer__menu-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__menu-title {
  font-weight: 500;
  color: #191A1A;
  margin-bottom: 10px;
  display: block;
}
.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__menu li:first-child a {
  font-weight: 500;
  color: #191A1A;
  pointer-events: none;
}
.footer__menu li a {
  text-decoration: none;
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
  position: relative;
  padding-bottom: 1px;
  font-weight: 300;
}
.footer__menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(25, 26, 26, 0.5019607843);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.footer__menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.footer__menu li a:not(:hover)::after {
  transform-origin: right;
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__contact-address {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 10px;
}
.footer__link {
  color: rgba(25, 26, 26, 0.5019607843) !important;
  text-decoration: none;
  line-height: 1.6;
  position: relative;
  padding-bottom: 1px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
}
.footer__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(25, 26, 26, 0.5019607843);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.footer__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.footer__link:not(:hover)::after {
  transform-origin: right;
}
.footer__address {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
.footer__separator {
  border: none;
  margin: 60px 0;
}
@media (min-width: 1400px) {
  .footer__separator {
    margin: 80px 0;
  }
}
.footer__separator--small {
  border-top: 1px solid #EBEBEB;
  margin: 40px 0;
}
@media (min-width: 1400px) {
  .footer__separator--small {
    margin: 50px 0;
  }
}
.footer__middle {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
@media (min-width: 724px) {
  .footer__middle {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__main-logo img {
  height: auto;
  max-height: 40px;
  width: auto;
}
@media (min-width: 1400px) {
  .footer__main-logo img {
    max-height: 50px;
  }
}
.footer__social {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  transition: opacity 0.3s ease;
}
.footer__social-link:hover {
  opacity: 0.7;
}
.footer__social-link img {
  width: 28px;
  height: 28px;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 724px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__copyright {
  color: rgba(25, 26, 26, 0.5019607843);
}
.footer__bottom-links {
  display: flex;
  gap: 20px;
}
.footer__bottom-link {
  color: rgba(25, 26, 26, 0.5019607843) !important;
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
  font-weight: 300;
}
.footer__bottom-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(25, 26, 26, 0.5019607843);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.footer__bottom-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.footer__bottom-link:not(:hover)::after {
  transform-origin: right;
}

.hero {
  padding: 0 0 0 max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .hero {
    padding: 0 0 0 max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .hero {
    padding: 0 0 0 max(60px, (100vw - 1500px) / 2);
  }
}
.hero__inner {
  max-width: 1500px;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .hero__inner {
    flex-direction: row;
    align-items: stretch;
    max-width: none;
  }
}
.hero__content {
  padding: 30px 20px 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 1024px) {
  .hero__content {
    width: 35%;
    padding: 60px 40px 60px 0;
  }
}
@media (min-width: 1400px) {
  .hero__content {
    padding: 80px 60px 80px 0;
  }
}
.hero__top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__tag {
  display: inline-block;
}
.hero__description {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
  max-width: 500px;
}
.hero__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  padding: 0;
}
.hero__nav-btn img {
  width: 40px;
  height: 40px;
}
.hero__nav-btn:hover {
  background-color: #B5AFA6;
  border-color: #191A1A;
}
.hero__image {
  width: calc(100% + 20px);
  margin-left: -20px;
  height: 300px;
}
@media (min-width: 724px) {
  .hero__image {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .hero__image {
    width: 65%;
    margin-left: 0;
    height: 90vh;
  }
}
.hero__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__swiper .swiper-slide {
  overflow: hidden;
}
.hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.slider-section {
  overflow: hidden;
}
.slider-section__top, .slider-section__bottom {
  overflow: hidden;
}
.slider-section__top .swiper-wrapper, .slider-section__bottom .swiper-wrapper {
  transition-timing-function: linear !important;
}
.slider-section__top .swiper-slide, .slider-section__bottom .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.slider-section__top {
  background-color: #B5AFA6;
  padding: 10px 0 !important;
}
@media (min-width: 1024px) {
  .slider-section__top {
    padding: 12px 0 !important;
  }
}
.slider-section__bottom {
  background-color: #F8F8F8;
  padding: 20px 0 !important;
}
@media (min-width: 1024px) {
  .slider-section__bottom {
    padding: 30px 0 !important;
  }
}
.slider-section__slide {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
}
.slider-section__logo {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .slider-section__logo {
    width: 100px;
    height: 100px;
  }
}
.slider-section__text {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #191A1A;
  font-weight: 500 !important;
}
.slider-section__label {
  padding: 0 24px;
  color: #191A1A;
  font-weight: 500;
}

.circles-section {
  padding: 60px 20px;
}
@media (min-width: 1024px) {
  .circles-section {
    padding: 80px 40px;
  }
}
@media (min-width: 1400px) {
  .circles-section {
    padding: 100px 60px;
  }
}
.circles-section__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (min-width: 724px) {
  .circles-section__inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
@media (min-width: 1400px) {
  .circles-section__inner {
    gap: 60px;
    justify-content: space-between;
  }
}
.circles-section__item {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  gap: 16px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .circles-section__item {
    width: 300px;
    height: 300px;
    padding: 50px;
  }
}
@media (min-width: 1400px) {
  .circles-section__item {
    width: 390px;
    height: 390px;
    padding: 55px;
  }
}
.circles-section__border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.circles-section__border circle {
  fill: none;
  stroke: #B4AFA1;
  stroke-width: 1;
}
.circles-section__heading {
  text-transform: uppercase;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  margin-bottom: 0.7em;
}
@media (min-width: 724px) {
  .circles-section__heading {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .circles-section__heading {
    font-size: 1.8rem;
  }
}
.circles-section__description {
  text-align: center;
  line-height: 1.5;
}
.circles-section__link {
  color: #5E6F3B !important;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
  margin-top: 0.7em;
}
.circles-section__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #5E6F3B;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.circles-section__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.auctions-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  padding-left: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .auctions-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .auctions-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: max(60px, (100vw - 1500px) / 2);
  }
}
.auctions-section__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  padding-right: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .auctions-section__header {
    margin-bottom: 50px;
    padding-right: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .auctions-section__header {
    padding-right: max(60px, (100vw - 1500px) / 2);
  }
}
.auctions-section__description {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .auctions-section__description {
    max-width: 50%;
  }
}
.auctions-section__swiper {
  overflow: hidden;
}
.auctions-section__swiper .swiper-slide {
  height: auto;
}
.auctions-section__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding-right: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .auctions-section__footer {
    margin-top: 40px;
    padding-right: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .auctions-section__footer {
    padding-right: max(60px, (100vw - 1500px) / 2);
  }
}
.auctions-section__scrollbar {
  flex: 1;
  height: 3px !important;
  background-color: rgba(181, 175, 166, 0.4) !important;
  border-radius: 0 !important;
  position: relative !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  margin-top: 9px !important;
}
.auctions-section__scrollbar .swiper-scrollbar-drag {
  background-color: #5E6F3B !important;
  border-radius: 0 !important;
}
.auctions-section__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.auctions-section__nav-btn img {
  width: 32px;
  height: 32px;
}
.auctions-section__nav-btn:hover {
  background-color: #B5AFA6;
}
.auctions-section__more {
  margin-left: 40px;
}

.popular-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  padding-left: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .popular-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .popular-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: max(60px, (100vw - 1500px) / 2);
  }
}
.popular-section__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  padding-right: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .popular-section__header {
    margin-bottom: 50px;
    padding-right: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .popular-section__header {
    padding-right: max(60px, (100vw - 1500px) / 2);
  }
}
.popular-section__description {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .popular-section__description {
    max-width: 50%;
  }
}
.popular-section__swiper {
  overflow: hidden;
}
.popular-section__swiper .swiper-slide {
  height: auto;
}
.popular-section__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding-right: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .popular-section__footer {
    margin-top: 40px;
    padding-right: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .popular-section__footer {
    padding-right: max(60px, (100vw - 1500px) / 2);
  }
}
.popular-section__scrollbar {
  flex: 1;
  height: 3px !important;
  background-color: rgba(181, 175, 166, 0.4) !important;
  border-radius: 0 !important;
  position: relative !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  margin-top: 9px !important;
}
.popular-section__scrollbar .swiper-scrollbar-drag {
  background-color: #5E6F3B !important;
  border-radius: 0 !important;
}
.popular-section__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.popular-section__nav-btn img {
  width: 32px;
  height: 32px;
}
.popular-section__nav-btn:hover {
  background-color: #B5AFA6;
}
.popular-section__more {
  margin-left: 40px;
}

.newest-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  padding-left: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .newest-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .newest-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: max(60px, (100vw - 1500px) / 2);
  }
}
.newest-section__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  padding-right: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .newest-section__header {
    margin-bottom: 50px;
    padding-right: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .newest-section__header {
    padding-right: max(60px, (100vw - 1500px) / 2);
  }
}
.newest-section__description {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .newest-section__description {
    max-width: 50%;
  }
}
.newest-section__swiper {
  overflow: hidden;
}
.newest-section__swiper .swiper-slide {
  height: auto;
}
.newest-section__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding-right: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .newest-section__footer {
    margin-top: 40px;
    padding-right: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .newest-section__footer {
    padding-right: max(60px, (100vw - 1500px) / 2);
  }
}
.newest-section__scrollbar {
  flex: 1;
  height: 3px !important;
  background-color: rgba(181, 175, 166, 0.4) !important;
  border-radius: 0 !important;
  position: relative !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  margin-top: 9px !important;
}
.newest-section__scrollbar .swiper-scrollbar-drag {
  background-color: #5E6F3B !important;
  border-radius: 0 !important;
}
.newest-section__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.newest-section__nav-btn img {
  width: 32px;
  height: 32px;
}
.newest-section__nav-btn:hover {
  background-color: #B5AFA6;
}
.newest-section__more {
  margin-left: 40px;
}

.curator-section {
  padding: 60px 20px;
}
@media (min-width: 1024px) {
  .curator-section {
    padding: 80px 40px;
    min-height: 1000px;
  }
}
@media (min-width: 1400px) {
  .curator-section {
    padding: 100px 60px;
    min-height: 1100px;
  }
}
.curator-section__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.curator-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .curator-section__header {
    margin-bottom: 60px;
  }
}
.curator-section p {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .curator-section p {
    max-width: 50%;
  }
}
.curator-section__grid-wrap {
  display: flex;
  gap: 0;
}
.curator-section__sidebar {
  display: none;
}
@media (min-width: 1024px) {
  .curator-section__sidebar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-shrink: 0;
    background-color: #B5AFA6;
    margin-right: 1em;
    padding: 1em;
  }
}
.curator-section__sidebar-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #191A1A;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .curator-section__sidebar-title {
    font-size: 1.3rem;
  }
}
.curator-section__sidebar-desc {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.7rem;
  font-weight: 300;
  color: #191A1A;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .curator-section__sidebar-desc {
    font-size: 0.75rem;
  }
}
.curator-section__grids {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 724px) {
  .curator-section__grids {
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .curator-section__grids {
    gap: 16px;
  }
}
.curator-section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}
@media (min-width: 724px) {
  .curator-section__grid {
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .curator-section__grid {
    gap: 16px;
  }
}
@media (min-width: 724px) {
  .curator-section__grid--top {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 200px 160px;
  }
}
@media (min-width: 1024px) {
  .curator-section__grid--top {
    grid-template-rows: 260px 200px;
  }
}
@media (min-width: 1400px) {
  .curator-section__grid--top {
    grid-template-rows: 300px 230px;
  }
}
@media (min-width: 724px) {
  .curator-section__grid--bottom {
    grid-template-columns: 1fr 1fr 0.67fr;
    grid-template-rows: 1fr 1fr;
  }
}
.curator-section__grid-item {
  overflow: hidden;
}
.curator-section__grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.curator-section__grid-item--1 {
  grid-row: span 2;
}
@media (min-width: 724px) {
  .curator-section__grid-item--1 {
    grid-column: 1;
    grid-row: 1/3;
  }
}
@media (min-width: 724px) {
  .curator-section__grid-item--2 {
    grid-column: 2/4;
    grid-row: 1;
  }
}
@media (min-width: 724px) {
  .curator-section__grid-item--3 {
    grid-column: 2;
    grid-row: 2;
  }
}
.curator-section__grid-item--4 {
  grid-column: 1/-1;
}
@media (min-width: 724px) {
  .curator-section__grid-item--4 {
    grid-column: 3;
    grid-row: 2;
  }
}
.curator-section__grid-item--5 {
  grid-row: span 2;
}
@media (min-width: 724px) {
  .curator-section__grid-item--5 {
    grid-column: 1;
    grid-row: 1/3;
  }
}
@media (min-width: 724px) {
  .curator-section__grid-item--6 {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 724px) {
  .curator-section__grid-item--7 {
    grid-column: 2;
    grid-row: 2;
  }
}
.curator-section__grid-item--8 {
  grid-column: 1/-1;
  grid-row: span 2;
}
@media (min-width: 724px) {
  .curator-section__grid-item--8 {
    grid-column: 3;
    grid-row: 1/3;
  }
}

.artists-section {
  padding: 60px 20px;
}
@media (min-width: 1024px) {
  .artists-section {
    padding: 80px 40px;
  }
}
@media (min-width: 1400px) {
  .artists-section {
    padding: 100px 60px;
  }
}
.artists-section__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.artists-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .artists-section__header {
    margin-bottom: 60px;
  }
}
.artists-section__header p {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .artists-section__header p {
    max-width: 50%;
  }
}
.artists-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 724px) {
  .artists-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .artists-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.cta-section {
  padding: 80px 20px;
  background-color: #B5AFA6;
}
@media (min-width: 1024px) {
  .cta-section {
    padding: 120px 40px;
  }
}
@media (min-width: 1400px) {
  .cta-section {
    padding: 160px 60px;
  }
}
.cta-section__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .cta-section__inner {
    gap: 32px;
  }
}
.cta-section h2 {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .cta-section h2 {
    max-width: 60%;
  }
}
.cta-section p {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .cta-section p {
    max-width: 55%;
  }
}
.cta-section__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}

.features-section {
  padding: 60px 20px;
}
@media (min-width: 1024px) {
  .features-section {
    padding: 80px 40px;
  }
}
@media (min-width: 1400px) {
  .features-section {
    padding: 100px 60px;
  }
}
.features-section__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.features-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .features-section__header {
    margin-bottom: 60px;
  }
}
.features-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 724px) {
  .features-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .features-section__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.features-section__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(25, 26, 26, 0.0823529412);
}
@media (min-width: 1400px) {
  .features-section__card {
    padding: 40px;
    gap: 20px;
  }
}
.features-section__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .features-section__icon {
    width: 56px;
    height: 56px;
  }
}
.features-section__icon img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.features-section__title {
  margin-top: 8px;
  font-size: 1.2rem;
}
@media (min-width: 1400px) {
  .features-section__title {
    font-size: 1.4rem;
  }
}
.features-section__desc {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}

.reviews-section {
  padding: 60px 20px;
}
@media (min-width: 1024px) {
  .reviews-section {
    padding: 80px 40px;
  }
}
@media (min-width: 1400px) {
  .reviews-section {
    padding: 100px 60px;
  }
}
.reviews-section__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.reviews-section__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .reviews-section__header {
    margin-bottom: 60px;
  }
}
.reviews-section__header p {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .reviews-section__header p {
    max-width: 70%;
  }
}
.reviews-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 724px) {
  .reviews-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .reviews-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.reviews-section__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border: 1px solid rgba(25, 26, 26, 0.0823529412);
}
@media (min-width: 1400px) {
  .reviews-section__card {
    padding: 40px;
  }
}
.reviews-section__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews-section__avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.reviews-section__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
}
.reviews-section__author-info {
  display: flex;
  flex-direction: column;
}
.reviews-section__name {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #191A1A;
}
@media (min-width: 1400px) {
  .reviews-section__name {
    font-size: 1.4rem;
  }
}
.reviews-section__role {
  font-size: 0.75rem;
  color: rgba(25, 26, 26, 0.5019607843);
}
.reviews-section__text {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}

.blog-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  padding-left: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: max(60px, (100vw - 1500px) / 2);
  }
}
.blog-section__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  padding-right: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .blog-section__header {
    margin-bottom: 50px;
    padding-right: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .blog-section__header {
    padding-right: max(60px, (100vw - 1500px) / 2);
  }
}
.blog-section__description {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .blog-section__description {
    max-width: 50%;
  }
}
.blog-section__swiper {
  overflow: hidden;
}
.blog-section__swiper .swiper-slide {
  height: auto;
}
.blog-section__footer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding-right: max(20px, (100vw - 1500px) / 2);
}
@media (min-width: 1024px) {
  .blog-section__footer {
    margin-top: 40px;
    padding-right: max(40px, (100vw - 1500px) / 2);
  }
}
@media (min-width: 1400px) {
  .blog-section__footer {
    padding-right: max(60px, (100vw - 1500px) / 2);
  }
}
.blog-section__scrollbar {
  flex: 1;
  height: 3px !important;
  background-color: rgba(181, 175, 166, 0.4) !important;
  border-radius: 0 !important;
  position: relative !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  margin-top: 9px !important;
}
.blog-section__scrollbar .swiper-scrollbar-drag {
  background-color: #5E6F3B !important;
  border-radius: 0 !important;
}
.blog-section__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
.blog-section__nav-btn img {
  width: 32px;
  height: 32px;
}
.blog-section__nav-btn:hover {
  background-color: #B5AFA6;
}
.blog-section__more {
  margin-left: 40px;
}

.partners-section {
  padding: 60px 20px;
}
@media (min-width: 1024px) {
  .partners-section {
    padding: 80px 40px;
  }
}
@media (min-width: 1400px) {
  .partners-section {
    padding: 100px 60px;
  }
}
.partners-section__inner {
  max-width: 1500px;
  margin: 0 auto;
}
.partners-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .partners-section__header {
    margin-bottom: 50px;
  }
}
.partners-section__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}
@media (min-width: 1024px) {
  .partners-section__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 40px;
    justify-items: center;
  }
}
.partners-section__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.partners-section__logo {
  width: 128px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1400px) {
  .partners-section__logo {
    width: 162px;
    height: auto;
  }
}
.partners-section__name {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: rgba(25, 26, 26, 0.5019607843);
}
@media (min-width: 1400px) {
  .partners-section__name {
    font-size: 1.2rem;
  }
}

.newsletter-section {
  background-color: #f5f5f5;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 60px 20px;
}
@media (max-width: 1023px) {
  .newsletter-section {
    background-image: none !important;
  }
}
@media (min-width: 1024px) {
  .newsletter-section {
    padding: 80px 40px;
  }
}
@media (min-width: 1400px) {
  .newsletter-section {
    padding: 100px 60px;
  }
}
.newsletter-section__container {
  max-width: 1500px;
  margin: 0 auto;
}
.newsletter-section__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .newsletter-section__content {
    width: 55%;
  }
}
.newsletter-section__description {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
  margin-bottom: 8px;
}
.newsletter-section__form {
  margin-bottom: 4px;
}
.newsletter-section__input-wrap {
  display: flex;
  gap: 0;
}
.newsletter-section__input {
  flex: 1;
  border: none;
  border-bottom: 1px solid rgba(25, 26, 26, 0.5019607843);
  border-right: none;
  background: transparent;
  padding: 12px 20px;
  font-family: "General Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: #191A1A;
  outline: none;
  margin-right: 1em;
}
@media (min-width: 1400px) {
  .newsletter-section__input {
    padding: 16px 24px;
    font-size: 0.9rem;
  }
}
.newsletter-section__input::-moz-placeholder {
  color: rgba(25, 26, 26, 0.5019607843);
}
.newsletter-section__input::placeholder {
  color: rgba(25, 26, 26, 0.5019607843);
}
.newsletter-section__submit {
  flex-shrink: 0;
}
.newsletter-section__disclaimer {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.4;
}
.newsletter-section__disclaimer a {
  text-decoration: underline;
  font-size: inherit;
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: transparent;
}
.blog-card__image-link {
  display: block;
}
.blog-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.03);
}
.blog-card__meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #B5AFA6;
  justify-content: center;
}
.blog-card__meta span {
  color: #191A1A !important;
  font-weight: 500;
  text-align: center;
}
.blog-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  border: 1px solid rgba(25, 26, 26, 0.0823529412);
  border-top: none;
}
@media (min-width: 1400px) {
  .blog-card__content {
    padding: 24px;
  }
}
.blog-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-card__share {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.blog-card__share:hover {
  opacity: 0.6;
}
.blog-card__title {
  font-size: 1.2rem;
}
@media (min-width: 1400px) {
  .blog-card__title {
    font-size: 1.4rem;
  }
}
.blog-card__title a {
  color: #191A1A;
  font-size: inherit;
}
.blog-card__excerpt {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__btn {
  margin-top: auto;
  align-self: stretch;
  text-align: center;
}

.share-popup-wrap {
  position: relative;
}

.share-popup {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100;
  background: white;
  border: 1px solid rgba(25, 26, 26, 0.0823529412);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding: 8px;
  min-width: 180px;
  animation: sharePopupFadeIn 0.15s ease;
}
.share-popup.is-active {
  display: flex;
  flex-direction: column;
}
.share-popup__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: none;
  background: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
  color: #191A1A;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .share-popup__item {
    font-size: 0.85rem;
  }
}
.share-popup__item svg {
  flex-shrink: 0;
  color: #191A1A;
}
.share-popup__item span {
  color: #191A1A;
  font-weight: 500;
}
.share-popup__item:hover {
  background-color: rgba(181, 175, 166, 0.4);
}
.share-popup__item--copied span {
  color: #5E6F3B;
}

@keyframes sharePopupFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-card-auction {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: transparent;
}
.product-card-auction__image-link {
  display: block;
}
.product-card-auction__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product-card-auction__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.product-card-auction:hover .product-card-auction__img {
  transform: scale(1.03);
}
.product-card-auction__countdown {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(25, 26, 26, 0.7);
  padding: 10px 16px;
  text-align: center;
}
.product-card-auction__countdown-text {
  color: #FFFFFF !important;
}
.product-card-auction__countdown-timer {
  color: #FFFFFF !important;
}
.product-card-auction__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  border-top: none;
  border: 1px solid rgba(25, 26, 26, 0.0823529412);
}
@media (min-width: 1400px) {
  .product-card-auction__content {
    padding: 30px;
  }
}
.product-card-auction__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card-auction__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card-auction__wishlist {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.product-card-auction__wishlist:hover {
  opacity: 0.6;
}
.product-card-auction__title {
  font-size: 1.2rem;
}
@media (min-width: 1400px) {
  .product-card-auction__title {
    font-size: 1.4rem;
  }
}
.product-card-auction__title a {
  color: #191A1A;
  font-size: inherit;
}
.product-card-auction__author {
  color: rgba(25, 26, 26, 0.5019607843);
}
.product-card-auction__description {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-auction__pricing {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
.product-card-auction__price-col {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-card-auction__price-label {
  color: #191A1A;
  font-weight: 500;
}
.product-card-auction__price * {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #5E6F3B !important;
  font-size: inherit;
}
.product-card-auction__price {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #5E6F3B !important;
}
@media (min-width: 724px) {
  .product-card-auction__price {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .product-card-auction__price {
    font-size: 1.4rem;
  }
}
.product-card-auction__bids {
  color: #191A1A;
  font-weight: 500;
  white-space: nowrap;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: transparent;
}
.product-card__image-link {
  display: block;
}
.product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.product-card:hover .product-card__img {
  transform: scale(1.03);
}
.product-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  border-top: none;
  border: 1px solid rgba(25, 26, 26, 0.0823529412);
}
@media (min-width: 1400px) {
  .product-card__content {
    padding: 30px;
  }
}
.product-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card__wishlist {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.product-card__wishlist:hover {
  opacity: 0.6;
}
.product-card__title {
  font-size: 1.2rem;
}
@media (min-width: 1400px) {
  .product-card__title {
    font-size: 1.4rem;
  }
}
.product-card__title a {
  color: #191A1A;
  font-size: inherit;
}
.product-card__author {
  color: rgba(25, 26, 26, 0.5019607843);
}
.product-card__description {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__price-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}
.product-card__price * {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #5E6F3B !important;
  font-size: inherit;
}
.product-card__price {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #5E6F3B !important;
}
@media (min-width: 724px) {
  .product-card__price {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .product-card__price {
    font-size: 1.4rem;
  }
}

.product-card-artist {
  display: flex;
  flex-direction: column;
}
.product-card-artist__image-link {
  display: block;
}
.product-card-artist__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product-card-artist__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-card-artist__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  border-top: none;
  border: 1px solid rgba(25, 26, 26, 0.0823529412);
}
.product-card-artist__author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-card-artist__avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.product-card-artist__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
}
.product-card-artist__author-info {
  display: flex;
  flex-direction: column;
}
.product-card-artist__name {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #191A1A;
}
@media (min-width: 1400px) {
  .product-card-artist__name {
    font-size: 1.4rem;
  }
}
.product-card-artist__role {
  font-size: 0.75rem;
  color: rgba(25, 26, 26, 0.5019607843);
}
.product-card-artist__desc {
  color: rgba(25, 26, 26, 0.5019607843);
  line-height: 1.6;
}
.product-card-artist__btn {
  align-self: stretch;
  text-align: center;
}

.word-wrap {
  display: inline-flex;
  overflow: hidden;
  padding-bottom: 0.15em;
  margin-bottom: -0.15em;
}

.word {
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

html.lenis,
html.lenis body {
  height: auto;
}

html,
body {
  overflow-x: clip;
}

.lenis.lenis-stopped {
  overflow: clip;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "General Sans", sans-serif;
}

html {
  scroll-padding-top: 100px;
}

body {
  font-weight: 500;
  color: #191A1A;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0 auto !important;
  background-color: white;
  overflow-x: hidden;
}

main {
  margin: 0 auto !important;
}

h1 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 3.8rem;
  }
}
h1 span:not(.word):not(.word-wrap) {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h1 span:not(.word):not(.word-wrap) {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  h1 span:not(.word):not(.word-wrap) {
    font-size: 3rem;
  }
}
@media (min-width: 1400px) {
  h1 span:not(.word):not(.word-wrap) {
    font-size: 3.2rem;
  }
}
@media (min-width: 1920px) {
  h1 span:not(.word):not(.word-wrap) {
    font-size: 3.8rem;
  }
}

h2 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 3rem;
  }
}
h2 span:not(.word):not(.word-wrap) {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h2 span:not(.word):not(.word-wrap) {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  h2 span:not(.word):not(.word-wrap) {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h2 span:not(.word):not(.word-wrap) {
    font-size: 2.6rem;
  }
}
@media (min-width: 1920px) {
  h2 span:not(.word):not(.word-wrap) {
    font-size: 3rem;
  }
}

h3 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.8rem;
  }
}
h3 span:not(.word):not(.word-wrap) {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h3 span:not(.word):not(.word-wrap) {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  h3 span:not(.word):not(.word-wrap) {
    font-size: 1.8rem;
  }
}

h4 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h4 {
    font-size: 1.6rem;
  }
}
h4 span:not(.word):not(.word-wrap) {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h4 span:not(.word):not(.word-wrap) {
    font-size: 1.6rem;
  }
}

h5 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  h5 {
    font-size: 1.2rem;
  }
}

h6 {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
h6 span:not(.word):not(.word-wrap) {
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #191A1A;
  font-weight: 500;
  font-size: 0.8rem;
}
@media (min-width: 1400px) {
  a {
    font-size: 0.9rem;
  }
}
a:focus {
  color: #191A1A;
}
a:hover {
  color: #191A1A;
}
a:active {
  color: #191A1A;
}
a:visited {
  color: #191A1A;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

p,
li,
span:not(.word):not(.word-wrap):not([class]),
select,
button {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: rgba(25, 26, 26, 0.5019607843);
}
@media (min-width: 1400px) {
  p,
  li,
  span:not(.word):not(.word-wrap):not([class]),
  select,
  button {
    font-size: 0.9rem;
  }
}

.tag {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #5E6F3B;
  line-height: 1.3;
}
@media (min-width: 1400px) {
  .tag {
    font-size: 0.9rem;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #191A1A !important;
  font-family: "General Sans", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease, padding 0.3s ease;
  border: 1px solid black;
  cursor: pointer !important;
}
@media (min-width: 1400px) {
  .button {
    font-size: 0.9rem;
    padding: 16px 40px;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #191A1A;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
  border-radius: inherit;
}
.button:hover {
  color: #FFFFFF !important;
}
.button:hover::before {
  transform: scaleX(1);
}
.button:not(:hover)::before {
  transform-origin: left;
}
.button:visited {
  color: rgba(25, 26, 26, 0.5019607843) !important;
}
.button:visited:hover {
  color: #FFFFFF !important;
}/*# sourceMappingURL=main.css.map */