.sectionHeading {
  margin-bottom: 32px; }
  .sectionHeading h3 {
    font-size: 32px;
    font-weight: 500;
    margin: 0; }

.swiper-button-prev,
.swiper-button-next {
  color: var(--shop-color-main);
  background: #fff7e9;
  border: 1px solid var(--shop-color-main);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 14px; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: var(--shop-color-main);
    color: #fff7e9; }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    display: none; }
  @media (max-width: 991px) {
    .swiper-button-prev .swiper-button-prev,
    .swiper-button-prev .swiper-button-next,
    .swiper-button-next .swiper-button-prev,
    .swiper-button-next .swiper-button-next {
      width: 28px;
      height: 28px; }
      .swiper-button-prev .swiper-button-prev:after,
      .swiper-button-prev .swiper-button-next:after,
      .swiper-button-next .swiper-button-prev:after,
      .swiper-button-next .swiper-button-next:after {
        font-size: 12px; } }

.swiper-button-prev {
  left: 0; }
  @media (min-width: 992px) {
    .swiper-button-prev {
      left: -45px; } }

.swiper-button-next {
  right: 0; }

.section-home-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.section-home-slider .swiper-button {
  color: var(--shop-color-main);
  opacity: 0;
  transition: all 0.5s ease;
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%; }
  .section-home-slider .swiper-button:after {
    font-size: 22px; }
  .section-home-slider .swiper-button:hover {
    background: var(--shop-color-main);
    color: #fff; }

.section-home-slider .swiper-button-prev {
  transform: translateX(-20px);
  left: 20px; }

.section-home-slider .swiper-button-next {
  transform: translateX(20px);
  right: 10px; }

.section-home-slider .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  background: #fff;
  opacity: 0.3;
  border-radius: 20px; }
  .section-home-slider .swiper-pagination-bullet-active {
    opacity: 1; }

.section-home-slider .home-slider:hover .swiper-button {
  opacity: 1; }

.section-home-slider .home-slider:hover .swiper-button-prev {
  transform: translateX(20px); }

.section-home-slider .home-slider:hover .swiper-button-next {
  transform: translateX(-20px); }

.section-home-announcement {
  background: #ffc5c9;
  overflow: hidden; }
  .section-home-announcement .announcement-slider .swiper-wrapper {
    transition-timing-function: linear; }
  .section-home-announcement .announcement-slider .swiper-slide {
    width: auto;
    margin-left: 24px; }
  .section-home-announcement .announcement-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 12px 0; }
    .section-home-announcement .announcement-item__icon {
      flex-shrink: 0;
      width: 24px;
      height: 24px; }
      .section-home-announcement .announcement-item__icon img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section-home-announcement .announcement-item__text {
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      color: #333;
      font-weight: 500;
      letter-spacing: -0.2px;
      white-space: nowrap; }
  @media (max-width: 767px) {
    .section-home-announcement .swiper-slide {
      margin-left: 16px; }
    .section-home-announcement .announcement-item {
      gap: 16px;
      padding: 8px 0; }
      .section-home-announcement .announcement-item__icon {
        width: 20px;
        height: 20px; }
      .section-home-announcement .announcement-item__text {
        font-size: 14px;
        line-height: 20px; } }

.section-home-categories .categories-tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  justify-content: center; }
  .section-home-categories .categories-tabs__btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid #333;
    background: #f7f7f7;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease; }
    .section-home-categories .categories-tabs__btn .tab-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px; }
      .section-home-categories .categories-tabs__btn .tab-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: brightness(0);
        -webkit-filter: brightness(0); }
    .section-home-categories .categories-tabs__btn.is-active {
      background: var(--shop-color-main);
      color: #fffefc;
      border-color: var(--shop-color-main); }
      .section-home-categories .categories-tabs__btn.is-active .tab-icon img {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1); }
    .section-home-categories .categories-tabs__btn:hover:not(.is-active) {
      background: #fff;
      border-color: var(--shop-color-main); }

.section-home-categories .categories-content {
  position: relative; }
  .section-home-categories .categories-content__tab {
    display: none; }
    .section-home-categories .categories-content__tab.is-active {
      display: block; }

.section-home-categories .categories-slider {
  position: relative; }

.section-home-categories .category-item {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .section-home-categories .category-item__image {
    display: block;
    width: 100%;
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease; }
    .section-home-categories .category-item__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
    .section-home-categories .category-item__image:hover img {
      transform: scale(1.05); }
  .section-home-categories .category-item__title {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.2px;
    text-align: center; }
    .section-home-categories .category-item__title a {
      color: #333;
      text-decoration: none;
      transition: color 0.3s ease; }
      .section-home-categories .category-item__title a:hover {
        color: var(--shop-color-main); }

@media (max-width: 991px) {
  .section-home-categories .categories-tabs {
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap; }
    .section-home-categories .categories-tabs__btn {
      font-size: 14px;
      padding: 6px 12px; }
  .section-home-categories .category-item__image {
    height: auto; }
  .section-home-categories .category-item__title {
    font-size: 14px;
    line-height: 20px; } }

@media (max-width: 767px) {
  .section-home-categories .categories-tabs {
    gap: 8px;
    margin-bottom: 20px; }
    .section-home-categories .categories-tabs__btn {
      font-size: 13px;
      padding: 5px 10px; }
      .section-home-categories .categories-tabs__btn .tab-icon {
        width: 16px;
        height: 16px; }
  .section-home-categories .category-item {
    gap: 8px; }
    .section-home-categories .category-item__image {
      height: auto; }
    .section-home-categories .category-item__title {
      font-size: 13px;
      line-height: 18px; } }

.section-home-collection-banners .collection-banners-wrapper {
  display: flex;
  gap: 20px;
  align-items: stretch; }

.section-home-collection-banners .collection-banner-item {
  flex: 1;
  position: relative;
  height: 500px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  transition: transform 0.3s ease; }
  .section-home-collection-banners .collection-banner-item:hover {
    transform: translateY(-4px); }
    .section-home-collection-banners .collection-banner-item:hover .collection-banner-item__bg img {
      transform: scale(1.05); }
  .section-home-collection-banners .collection-banner-item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-radius: 16px; }
    .section-home-collection-banners .collection-banner-item__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px;
      transition: transform 0.5s ease; }
  .section-home-collection-banners .collection-banner-item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
    border-radius: 16px; }
  .section-home-collection-banners .collection-banner-item__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .section-home-collection-banners .collection-banner-item__title {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px; }
  .section-home-collection-banners .collection-banner-item__desc {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fffefc;
    letter-spacing: -0.2px; }

@media (max-width: 991px) {
  .section-home-collection-banners .collection-banners-wrapper {
    flex-direction: column;
    gap: 16px; }
  .section-home-collection-banners .collection-banner-item {
    height: 400px;
    padding: 80% 20px 20px; }
    .section-home-collection-banners .collection-banner-item__title {
      font-size: 28px;
      line-height: 36px;
      margin: 0 0 8px; }
    .section-home-collection-banners .collection-banner-item__desc {
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 12px; } }

@media (max-width: 767px) {
  .section-home-collection-banners .collection-banners-wrapper {
    gap: 12px; }
  .section-home-collection-banners .collection-banner-item {
    height: 320px;
    padding: 50% 20px 20px; }
    .section-home-collection-banners .collection-banner-item__title {
      font-size: 24px;
      line-height: 32px;
      margin: 0 0 6px; }
    .section-home-collection-banners .collection-banner-item__desc {
      font-size: 14px;
      line-height: 20px;
      margin: 0 0 10px; } }

.section-home-collection {
  background-color: var(--bg-home-col);
  overflow: hidden; }
  .section-home-collection .sectionHeading h3 a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--bg-heading-home-col);
    color: var(--txt-heading-home-col);
    border-radius: 12px;
    padding: 8px; }
    .section-home-collection .sectionHeading h3 a img {
      border-radius: 8px; }
  .section-home-collection .collection-swiper {
    overflow: initial; }
  .section-home-collection .swiper-slide {
    width: 313px;
    height: auto; }
    @media (max-width: 1199px) {
      .section-home-collection .swiper-slide {
        width: 313px; } }
    @media (max-width: 991px) {
      .section-home-collection .swiper-slide {
        width: 263.333px; } }

.section-home-promo-cta {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: center; }
  .section-home-promo-cta .promo-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .section-home-promo-cta .promo-cta-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .section-home-promo-cta .promo-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15); }
  .section-home-promo-cta .container {
    position: relative;
    z-index: 1; }
  .section-home-promo-cta .promo-cta-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 600px; }
  .section-home-promo-cta .promo-cta-info {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .section-home-promo-cta .promo-cta-info__title {
      margin: 0;
      font-size: 24px;
      line-height: 32px;
      font-weight: 500;
      color: #fff7e9;
      letter-spacing: 0px; }
    .section-home-promo-cta .promo-cta-info__desc {
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      color: #fffefc;
      letter-spacing: -0.2px; }
  .section-home-promo-cta .promo-cta-price {
    display: flex;
    align-items: center;
    gap: 8px; }
    .section-home-promo-cta .promo-cta-price__label {
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      color: #fffefc;
      letter-spacing: -0.2px; }
    .section-home-promo-cta .promo-cta-price__value {
      font-size: 32px;
      line-height: 40px;
      font-weight: 500;
      color: var(--shop-color-main);
      letter-spacing: 0px; }
  @media (max-width: 991px) {
    .section-home-promo-cta {
      padding: 60px 0;
      min-height: 350px; }
      .section-home-promo-cta .promo-cta-info__title {
        font-size: 22px;
        line-height: 30px; }
      .section-home-promo-cta .promo-cta-info__desc {
        font-size: 15px;
        line-height: 22px; }
      .section-home-promo-cta .promo-cta-price__label {
        font-size: 15px;
        line-height: 22px; }
      .section-home-promo-cta .promo-cta-price__value {
        font-size: 28px;
        line-height: 36px; } }
  @media (max-width: 767px) {
    .section-home-promo-cta {
      padding: 48px 0;
      min-height: 300px; }
      .section-home-promo-cta .promo-cta-content {
        gap: 12px; }
      .section-home-promo-cta .promo-cta-info {
        gap: 6px; }
        .section-home-promo-cta .promo-cta-info__title {
          font-size: 20px;
          line-height: 28px; }
        .section-home-promo-cta .promo-cta-info__desc {
          font-size: 14px;
          line-height: 20px; }
      .section-home-promo-cta .promo-cta-price {
        gap: 6px; }
        .section-home-promo-cta .promo-cta-price__label {
          font-size: 14px;
          line-height: 20px; }
        .section-home-promo-cta .promo-cta-price__value {
          font-size: 24px;
          line-height: 32px; }
      .section-home-promo-cta .promo-cta-btn {
        font-size: 13px;
        padding: 6px 20px; } }

.section-home-products-tabs {
  overflow: hidden; }
  .section-home-products-tabs .products-tabs__heading {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .section-home-products-tabs .products-tabs__flex-nav {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .section-home-products-tabs .products-tabs__flex-nav {
        margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .section-home-products-tabs .products-tabs__nav-btn {
      color: var(--shop-color-main); }
      .section-home-products-tabs .products-tabs__nav-btn:hover {
        text-decoration: underline; } }
  .section-home-products-tabs .products-tabs__nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .section-home-products-tabs .products-tabs__nav::-webkit-scrollbar {
      display: none; }
  .section-home-products-tabs .products-tabs__nav-item {
    flex-shrink: 0; }
  .section-home-products-tabs .products-tabs__nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    border: 1px solid #333;
    border-radius: 6px;
    background: #F7F7F7;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    outline: none; }
    .section-home-products-tabs .products-tabs__nav-link.active, .section-home-products-tabs .products-tabs__nav-link:hover {
      background: var(--shop-color-main);
      border-color: var(--shop-color-main);
      color: #fff; }
    @media (max-width: 767px) {
      .section-home-products-tabs .products-tabs__nav-link {
        font-size: 14px; } }
  .section-home-products-tabs .products-tabs__content {
    position: relative; }
  .section-home-products-tabs .products-tabs__pane {
    display: none; }
    .section-home-products-tabs .products-tabs__pane.active {
      display: block; }
  .section-home-products-tabs .products-tabs__loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    gap: 15px; }
    .section-home-products-tabs .products-tabs__loading p {
      font-size: 14px;
      color: #666;
      margin: 0; }
    .section-home-products-tabs .products-tabs__loading .spinner {
      width: 40px;
      height: 40px;
      border: 3px solid #f3f3f3;
      border-top: 3px solid var(--shop-color-main);
      border-radius: 50%;
      animation: spin 1s linear infinite; }
  .section-home-products-tabs .products-tabs__empty, .section-home-products-tabs .products-tabs__error {
    text-align: center;
    padding: 60px 20px;
    font-size: 16px;
    color: #666; }
    @media (max-width: 767px) {
      .section-home-products-tabs .products-tabs__empty, .section-home-products-tabs .products-tabs__error {
        padding: 40px 20px;
        font-size: 14px; } }
  .section-home-products-tabs .products-tabs__error {
    color: #d9534f; }
  .section-home-products-tabs .products-slider {
    overflow: initial; }
    @media (max-width: 991px) {
      .section-home-products-tabs .products-slider {
        overflow: hidden; } }
    .section-home-products-tabs .products-slider .swiper-slide {
      width: 313px;
      height: auto; }
      @media (max-width: 1199px) {
        .section-home-products-tabs .products-slider .swiper-slide {
          width: 313px; } }
      @media (max-width: 991px) {
        .section-home-products-tabs .products-slider .swiper-slide {
          width: 240px; } }
      @media (max-width: 767px) {
        .section-home-products-tabs .products-slider .swiper-slide {
          width: 200px; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.section-home-community {
  overflow: hidden; }
  .section-home-community .community-slider-wrapper {
    position: relative; }
  .section-home-community .community-slider {
    overflow: initial; }
    .section-home-community .community-slider .swiper-slide {
      height: auto;
      width: 313px; }
      @media (max-width: 1199px) {
        .section-home-community .community-slider .swiper-slide {
          width: 313px; } }
      @media (max-width: 991px) {
        .section-home-community .community-slider .swiper-slide {
          width: 280px; } }
  .section-home-community .community-item {
    cursor: pointer;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .section-home-community .community-item__img {
      position: relative;
      width: 313px;
      height: 469px;
      border-radius: 16px;
      overflow: hidden;
      transform: translateY(0px);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .section-home-community .community-item__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: transform 0.6s ease; }
    .section-home-community .community-item__overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: var(--bg-community-item);
      border-radius: 16px 16px 0 0;
      padding: 16px 20px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      transform: translateY(100%);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 2; }
    .section-home-community .community-item:hover {
      transform: translateY(-4px); }
      @media (min-width: 992px) {
        .section-home-community .community-item:hover .community-item__img {
          transform: translateY(-165px); } }
      .section-home-community .community-item:hover .community-item__img img {
        transform: scale(1.08); }
      .section-home-community .community-item:hover .community-item__overlay {
        transform: translateY(0); }
    .section-home-community .community-item__badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 4px 12px;
      border-radius: 9999px;
      background: var(--color-community-item);
      color: #fffefc;
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      letter-spacing: 0px;
      width: fit-content; }
    .section-home-community .community-item__info {
      display: flex;
      flex-direction: column;
      gap: 4px; }
    .section-home-community .community-item__name {
      margin: 0;
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      color: var(--color-community-item);
      letter-spacing: 0px; }
    .section-home-community .community-item__desc {
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      color: var(--color-community-item);
      letter-spacing: -0.2px; }
    .section-home-community .community-item__socials {
      display: flex;
      gap: 8px;
      align-items: center; }
  .section-home-community .community-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: var(--color-community-item);
    transition: all 0.3s ease; }
    .section-home-community .community-social-link:hover {
      background: var(--shop-color-main);
      transform: translateY(-2px) scale(1.1); }
    .section-home-community .community-social-link svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0; }
  @media (max-width: 991px) {
    .section-home-community .community-item__img {
      width: 100%;
      height: auto; }
    .section-home-community .community-item__overlay {
      position: unset;
      margin-top: 10px;
      padding: 12px 16px;
      gap: 6px;
      transform: translateY(0); }
    .section-home-community .community-item__name {
      font-size: 16px;
      line-height: 22px; }
    .section-home-community .community-item__desc {
      font-size: 13px;
      line-height: 18px; } }
  @media (max-width: 767px) {
    .section-home-community .community-item__overlay {
      padding: 10px 14px;
      gap: 6px; }
    .section-home-community .community-item__badge {
      padding: 3px 10px;
      font-size: 11px;
      line-height: 14px; }
    .section-home-community .community-item__name {
      font-size: 15px;
      line-height: 20px; }
    .section-home-community .community-item__desc {
      font-size: 12px;
      line-height: 16px; }
    .section-home-community .community-item__socials {
      gap: 6px; }
    .section-home-community .community-social-link {
      width: 28px;
      height: 28px; }
      .section-home-community .community-social-link svg {
        width: 14px;
        height: 14px; } }

.section-home-member-benefits {
  background: #f7f7f7; }
  .section-home-member-benefits .member-benefits-wrapper {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 32px;
    background: #ffc5c9;
    border-radius: 16px; }
  .section-home-member-benefits .member-benefits-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: 1; }
  .section-home-member-benefits .member-benefits__title {
    margin: 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0px; }
  .section-home-member-benefits .member-benefits-policies {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap; }
  .section-home-member-benefits .policy-card {
    flex: 0 0 calc(33.33333% - 14px);
    max-width: calc(33.33333% - 14px);
    background: var(--shop-color-main);
    border-radius: 16px;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 120px;
    transition: transform 0.3s ease; }
    .section-home-member-benefits .policy-card:hover {
      transform: translateY(-4px); }
    .section-home-member-benefits .policy-card__content {
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      color: #fffefc;
      letter-spacing: 0px;
      text-align: left;
      width: 100%; }
    .section-home-member-benefits .policy-card__icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
      .section-home-member-benefits .policy-card__icon img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .section-home-member-benefits .member-benefits-divider {
    width: 3px;
    height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
    flex-shrink: 0; }
  .section-home-member-benefits .member-benefits-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center; }
  .section-home-member-benefits .member-benefits-info {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .section-home-member-benefits .member-benefits-info__title {
      margin: 0;
      font-size: 32px;
      line-height: 40px;
      font-weight: 600;
      color: #333;
      letter-spacing: -0.5px; }
    .section-home-member-benefits .member-benefits-info__desc {
      margin: 0;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      color: #333;
      letter-spacing: -0.2px; }
  .section-home-member-benefits .member-benefits-btn {
    background: #fff7e9;
    color: var(--shop-color-main); }
    .section-home-member-benefits .member-benefits-btn:hover {
      color: #fff; }
      .section-home-member-benefits .member-benefits-btn:hover::before {
        background-color: var(--shop-color-main); }
  @media (max-width: 991px) {
    .section-home-member-benefits .member-benefits-left, .section-home-member-benefits .member-benefits-right {
      width: 100%; }
    .section-home-member-benefits .member-benefits-wrapper {
      flex-direction: column;
      gap: 24px;
      padding: 24px; }
    .section-home-member-benefits .member-benefits__title {
      font-size: 28px;
      line-height: 36px; }
    .section-home-member-benefits .member-benefits-policies {
      gap: 16px; }
    .section-home-member-benefits .policy-card {
      min-width: 160px;
      min-height: 100px;
      flex: 0 0 100%;
      max-width: 100%; }
      .section-home-member-benefits .policy-card__content {
        font-size: 16px;
        line-height: 22px; }
    .section-home-member-benefits .member-benefits-divider {
      width: 200px;
      height: 3px;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%); }
    .section-home-member-benefits .member-benefits-info__title {
      font-size: 28px;
      line-height: 36px; }
    .section-home-member-benefits .member-benefits-info__desc {
      font-size: 15px;
      line-height: 22px; } }
  @media (max-width: 767px) {
    .section-home-member-benefits .member-benefits-wrapper {
      gap: 20px;
      padding: 20px; }
    .section-home-member-benefits .member-benefits__title {
      font-size: 24px;
      line-height: 32px; }
    .section-home-member-benefits .member-benefits-policies {
      flex-direction: column;
      gap: 12px;
      width: 100%; }
    .section-home-member-benefits .policy-card {
      width: 100%;
      min-width: auto;
      min-height: 90px;
      padding: 12px 16px;
      gap: 12px; }
      .section-home-member-benefits .policy-card__content {
        font-size: 15px;
        line-height: 20px; }
      .section-home-member-benefits .policy-card__icon {
        width: 20px;
        height: 20px; }
    .section-home-member-benefits .member-benefits-divider {
      width: 100%;
      height: 2px; }
    .section-home-member-benefits .member-benefits-info {
      gap: 6px; }
      .section-home-member-benefits .member-benefits-info__title {
        font-size: 24px;
        line-height: 32px; }
      .section-home-member-benefits .member-benefits-info__desc {
        font-size: 14px;
        line-height: 20px; }
    .section-home-member-benefits .member-benefits-btn {
      font-size: 13px;
      padding: 6px 20px; } }

@media (max-width: 991px) {
  .section-home-slider .slide--image {
    height: auto; }
    .section-home-slider .slide--image img {
      position: unset; }
  .sectionHeading {
    margin-bottom: 20px; }
    .sectionHeading h3 {
      font-size: 24px; }
  .section-home-collection .sectionHeading h3 a img {
    width: 35px;
    height: 35px; } }
