@charset "UTF-8";
.section-heading__title {
  color: #333;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 8px;
  font-weight: 600; }
  @media (max-width: 991px) {
    .section-heading__title {
      font-size: 20px;
      line-height: 28px; } }

.section-heading__desc {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 500; }

.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-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; } }

.box-info-contact,
.box-send-contact {
  background: #fff;
  padding: 15px;
  border-radius: 3px; }

.box-info-contact {
  margin-bottom: 15px; }

.box-info-contact li {
  margin-bottom: 10px; }

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  display: grid;
  place-items: center; }
  .box-info-contact li > span svg {
    width: 15px;
    height: 15px; }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p a {
  color: #696969; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact h2,
.box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #f8d3c3;
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

@media (min-width: 992px) {
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }

.promotion-hidden {
  overflow: hidden; }

.section-promotion-coupon {
  min-height: 212px; }
  .section-promotion-coupon .coupon-slider-outer {
    position: relative; }
  .section-promotion-coupon .coupon-slider.swiper {
    overflow: visible !important; }
  .section-promotion-coupon .swiper-slide {
    width: 312px; }
  .section-promotion-coupon .coupon-slider__prev {
    left: -40px; }
  .section-promotion-coupon .coupon-slider__next {
    right: 0; }
  .section-promotion-coupon .coupon-card {
    display: flex;
    align-items: stretch;
    border-radius: 16px;
    height: 116px; }
    .section-promotion-coupon .coupon-card__icon-wrap {
      width: 80px;
      min-width: 80px;
      background: #ef946d;
      border-radius: 16px 0 0 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
    .section-promotion-coupon .coupon-card__icon {
      width: 40px;
      height: 40px;
      object-fit: cover;
      display: block; }
    .section-promotion-coupon .coupon-card__body {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 12px 16px;
      background: #fff1eb;
      border: 1px solid #ef946d;
      border-left: none;
      border-radius: 0 16px 16px 0;
      min-width: 0; }
    .section-promotion-coupon .coupon-card__top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 8px; }
    .section-promotion-coupon .coupon-card__info {
      flex: 1;
      min-width: 0; }
    .section-promotion-coupon .coupon-card__discount {
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
      color: #333;
      margin: 0 0 2px; }
    .section-promotion-coupon .coupon-card__condition {
      font-size: 12px;
      line-height: 16px;
      color: #333;
      margin: 0; }
    .section-promotion-coupon .coupon-card__alert {
      position: relative;
      width: 25px;
      height: 25px;
      flex-shrink: 0;
      cursor: pointer;
      z-index: 1; }
      .section-promotion-coupon .coupon-card__alert svg {
        display: block;
        width: 25px;
        height: 25px; }
    .section-promotion-coupon .coupon-card .coupon-tooltip {
      position: absolute;
      bottom: calc(100% + 8px);
      right: -8px;
      background: rgba(51, 51, 51, 0.95);
      color: #fff;
      border-radius: 8px;
      padding: 8px 12px;
      width: 200px;
      font-size: 12px;
      line-height: 18px;
      z-index: 100;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s ease, visibility 0.2s ease;
      white-space: normal;
      word-break: break-word; }
      .section-promotion-coupon .coupon-card .coupon-tooltip::after {
        content: '';
        position: absolute;
        top: 100%;
        right: 12px;
        border: 6px solid transparent;
        border-top-color: rgba(51, 51, 51, 0.95); }
    .section-promotion-coupon .coupon-card__alert:hover .coupon-tooltip,
    .section-promotion-coupon .coupon-card__alert:focus .coupon-tooltip,
    .section-promotion-coupon .coupon-card__alert.active .coupon-tooltip {
      opacity: 1;
      visibility: visible; }
    .section-promotion-coupon .coupon-card__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px; }
    .section-promotion-coupon .coupon-card__meta {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0; }
    .section-promotion-coupon .coupon-card__code-row {
      display: flex;
      align-items: center;
      gap: 4px; }
    .section-promotion-coupon .coupon-card__code-label, .section-promotion-coupon .coupon-card__expiry {
      font-size: 12px;
      line-height: 16px;
      color: #333;
      margin: 0; }
    .section-promotion-coupon .coupon-card__code-value {
      font-size: 12px;
      line-height: 16px;
      font-weight: 600;
      color: #333; }
    .section-promotion-coupon .coupon-card__save-btn {
      background: #e76228;
      color: #fff7e9;
      border: none;
      border-radius: 9999px;
      padding: 4px 16px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      cursor: pointer;
      white-space: nowrap;
      flex-shrink: 0;
      min-height: 28px;
      transition: background 0.2s ease, opacity 0.2s ease; }
      .section-promotion-coupon .coupon-card__save-btn:hover {
        opacity: 0.88; }
      .section-promotion-coupon .coupon-card__save-btn:disabled {
        opacity: 0.6;
        cursor: default; }
      .section-promotion-coupon .coupon-card__save-btn.copied {
        background: #4caf50; }
  @media (max-width: 991px) {
    .section-promotion-coupon .coupon-slider__prev {
      left: 0; }
    .section-promotion-coupon .coupon-slider__next {
      right: 0; } }
  @media (max-width: 767px) {
    .section-promotion-coupon {
      min-height: auto; }
      .section-promotion-coupon .coupon-slider__prev,
      .section-promotion-coupon .coupon-slider__next {
        display: none; }
      .section-promotion-coupon .swiper-slide {
        width: 280px; }
      .section-promotion-coupon .coupon-card {
        height: 104px; }
        .section-promotion-coupon .coupon-card__icon-wrap {
          width: 64px;
          min-width: 64px; }
        .section-promotion-coupon .coupon-card__icon {
          width: 32px;
          height: 32px; }
        .section-promotion-coupon .coupon-card__discount {
          font-size: 14px;
          line-height: 20px; }
        .section-promotion-coupon .coupon-card__save-btn {
          min-height: auto;
          padding: 4px 14px; } }

.section-promotion-flash .flash-sale__header {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  background: #b91c1c; }
  .section-promotion-flash .flash-sale__header-bg {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }
  .section-promotion-flash .flash-sale__header .container {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 200px;
    display: flex;
    align-items: center; }

.section-promotion-flash .flash-sale__header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 20px 0; }

.section-promotion-flash .flash-sale__title-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0; }

.section-promotion-flash .flash-sale__title-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: block;
  object-fit: contain; }
  .section-promotion-flash .flash-sale__title-icon--svg {
    display: flex;
    align-items: center;
    justify-content: center; }

.section-promotion-flash .flash-sale__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  white-space: nowrap; }

.section-promotion-flash .flash-sale__countdown {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0; }

.section-promotion-flash .flash-sale__countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px; }

.section-promotion-flash .flash-sale__countdown-box {
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  min-width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-promotion-flash .flash-sale__countdown-box span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #1d1d1d;
    display: block;
    min-width: 28px;
    text-align: center; }

.section-promotion-flash .flash-sale__countdown-label {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  white-space: nowrap; }

.section-promotion-flash .flash-sale__countdown-sep {
  display: flex;
  align-items: flex-start;
  padding-bottom: 24px; }
  .section-promotion-flash .flash-sale__countdown-sep span {
    font-size: 24px;
    line-height: 43px;
    font-weight: 600;
    color: #fff; }

.section-promotion-flash .flash-sale__products {
  padding: 32px 0 48px; }

.section-promotion-flash .flash-sale__slider-outer {
  position: relative; }

.section-promotion-flash .flash-sale__slider.swiper {
  overflow: visible !important; }

.section-promotion-flash .swiper-slide {
  width: 313px; }

.section-promotion-flash .flash-sale__prev {
  left: -40px; }

.section-promotion-flash .flash-sale__next {
  right: 8px; }

.section-promotion-flash .product-loop .proloop-image .product--image img {
  border-radius: 16px; }

@media (max-width: 991px) {
  .section-promotion-flash .flash-sale__header-inner {
    gap: 20px;
    flex-direction: column; }
  .section-promotion-flash .flash-sale__title {
    font-size: 24px;
    line-height: 34px; }
  .section-promotion-flash .flash-sale__countdown-label {
    font-size: 14px; }
  .section-promotion-flash .flash-sale__countdown-box {
    min-width: 36px;
    height: 38px; }
    .section-promotion-flash .flash-sale__countdown-box span {
      font-size: 20px;
      line-height: 28px; }
  .section-promotion-flash .flash-sale__countdown-sep span {
    font-size: 20px;
    line-height: 38px; }
  .section-promotion-flash .flash-sale__prev {
    left: 0; }
  .section-promotion-flash .flash-sale__next {
    right: 0; }
  .section-promotion-flash .flash-sale__products {
    overflow: hidden; } }

@media (max-width: 767px) {
  .section-promotion-flash .flash-sale__header {
    min-height: 80px; }
    .section-promotion-flash .flash-sale__header .container {
      min-height: 80px; }
  .section-promotion-flash .flash-sale__header-inner {
    gap: 12px;
    padding: 12px 0; }
  .section-promotion-flash .flash-sale__title-icon {
    width: 28px;
    height: 28px; }
  .section-promotion-flash .flash-sale__countdown-box {
    min-width: 32px;
    height: 32px;
    padding: 4px; }
    .section-promotion-flash .flash-sale__countdown-box span {
      font-size: 16px;
      line-height: 24px; }
  .section-promotion-flash .flash-sale__countdown-label {
    font-size: 12px;
    line-height: 18px; }
  .section-promotion-flash .flash-sale__countdown-sep {
    padding-bottom: 18px; }
    .section-promotion-flash .flash-sale__countdown-sep span {
      font-size: 16px;
      line-height: 32px; }
  .section-promotion-flash .flash-sale__products {
    padding: 20px 0 32px; }
  .section-promotion-flash .flash-sale__prev,
  .section-promotion-flash .flash-sale__next {
    display: none; }
  .section-promotion-flash .swiper-slide {
    width: 200px; } }

.promo-slider-btn {
  width: 32px;
  height: 32px;
  background: #fff7e9;
  border: 1px solid #e76228;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0; }
  .promo-slider-btn::after {
    font-size: 10px;
    font-weight: 700;
    color: #e76228; }
  .promo-slider-btn.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none; }

.section-promotion-combo .combo__header {
  position: relative;
  overflow: hidden;
  min-height: 199px;
  background: #b91c1c; }
  .section-promotion-combo .combo__header-bg {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block; }
  .section-promotion-combo .combo__header .container {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 199px;
    display: flex;
    align-items: center; }

.section-promotion-combo .combo__header-inner {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 64px 0; }

.section-promotion-combo .combo__title-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: block;
  object-fit: contain; }
  .section-promotion-combo .combo__title-icon--svg {
    display: flex;
    align-items: center;
    justify-content: center; }

.section-promotion-combo .combo__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #fffefc;
  margin: 0;
  white-space: nowrap; }

.section-promotion-combo .combo__products {
  padding: 32px 0 48px; }

.section-promotion-combo .combo__slider-outer {
  position: relative; }

.section-promotion-combo .combo__slider.swiper {
  overflow: visible !important; }

.section-promotion-combo .swiper-slide {
  width: 313px; }

.section-promotion-combo .combo__prev {
  left: -40px; }

.section-promotion-combo .combo__next {
  right: 8px; }

.section-promotion-combo .product-loop .proloop-image .product--image img {
  border-radius: 16px; }

@media (max-width: 991px) {
  .section-promotion-combo .combo__header-inner {
    padding: 40px 0;
    justify-content: center; }
  .section-promotion-combo .combo__title {
    font-size: 24px;
    line-height: 32px; }
  .section-promotion-combo .combo__prev {
    left: 0; }
  .section-promotion-combo .combo__next {
    right: 0; }
  .section-promotion-combo .combo__products {
    overflow: hidden; } }

@media (max-width: 767px) {
  .section-promotion-combo .combo__header {
    min-height: 100px; }
    .section-promotion-combo .combo__header .container {
      min-height: 100px; }
  .section-promotion-combo .combo__header-inner {
    padding: 24px 0; }
  .section-promotion-combo .combo__title-icon {
    width: 28px;
    height: 28px; }
  .section-promotion-combo .combo__products {
    padding: 20px 0 32px; }
  .section-promotion-combo .combo__prev,
  .section-promotion-combo .combo__next {
    display: none; }
  .section-promotion-combo .swiper-slide {
    width: 200px; } }

.section-promotion-banner .promo-banner__slider-outer {
  position: relative; }

.section-promotion-banner .swiper-slide {
  width: 313px; }

.section-promotion-banner .promo-banner__card {
  display: block;
  position: relative;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none; }
  .section-promotion-banner .promo-banner__card:hover .promo-banner__card-img {
    transform: scale(1.06); }

.section-promotion-banner .promo-banner__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  will-change: transform; }

.section-promotion-banner .promo-banner__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.5) 100%);
  border-radius: 16px;
  pointer-events: none; }

.section-promotion-banner .promo-banner__card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #fffefc;
  padding: 24px;
  margin: 0; }

.section-promotion-banner .promo-banner__prev {
  left: 8px; }

.section-promotion-banner .promo-banner__next {
  right: 8px; }

@media (max-width: 1199px) {
  .section-promotion-banner .promo-banner__prev {
    left: 0; }
  .section-promotion-banner .promo-banner__next {
    right: 0; } }

@media (max-width: 767px) {
  .section-promotion-banner .swiper-slide {
    width: 200px; }
  .section-promotion-banner .promo-banner__card {
    height: 240px; }
  .section-promotion-banner .promo-banner__card-title {
    font-size: 16px;
    line-height: 22px;
    padding: 16px; }
  .section-promotion-banner .promo-banner__prev,
  .section-promotion-banner .promo-banner__next {
    display: none; } }

.product-cta-banner__inner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background-color: #c97a50; }

.product-cta-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px; }

.product-cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(231, 98, 40, 0.35);
  border-radius: 16px;
  pointer-events: none; }

.product-cta-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  text-align: center;
  width: 100%; }

.product-cta-banner__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.3px;
  color: #fffefc;
  margin: 0; }

.product-cta-banner__btn {
  border-color: #FFF7E9; }
  .product-cta-banner__btn:hover {
    border-color: var(--shop-color-main); }

@media (max-width: 991px) {
  .product-cta-banner__inner {
    height: 160px;
    min-height: 160px; }
  .product-cta-banner__title {
    font-size: 18px;
    line-height: 26px; } }

.section-promotion-all .wrap-heading h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 32px;
  white-space: nowrap; }

@media (max-width: 991px) {
  .section-promotion-all .wrap-heading h2 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 34px; } }

/*
=============== LAYOUT PAGE ABOUT ===============
*/
.section-about-story .about-story {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start; }
  .section-about-story .about-story__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px; }
    .section-about-story .about-story__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block; }
  .section-about-story .about-story__desc {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #6d625a;
    letter-spacing: 0.02em; }
  .section-about-story .about-story__title {
    max-width: 540px;
    margin: 0;
    font-family: var(--title-font);
    font-size: 32px;
    line-height: 40px;
    font-weight: 700; }
  .section-about-story .about-story__media {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #ede5dd;
    aspect-ratio: 1312 / 562;
    box-shadow: 0 24px 64px rgba(73, 48, 34, 0.08); }
    .section-about-story .about-story__media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

@media (max-width: 991px) {
  .section-about-story .about-story {
    gap: 32px; }
    .section-about-story .about-story__title {
      max-width: 100%;
      font-size: 26px;
      line-height: 34px; } }

@media (max-width: 767px) {
  .section-about-story .about-story {
    gap: 24px; }
    .section-about-story .about-story__icon {
      width: 40px;
      height: 40px;
      flex-basis: 40px; }
    .section-about-story .about-story__desc {
      font-size: 14px;
      line-height: 22px; }
    .section-about-story .about-story__title {
      font-size: 22px;
      line-height: 30px; }
    .section-about-story .about-story__media {
      border-radius: 12px; } }

.section-about-introduce-text .about-introduce-text {
  max-width: 868px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  gap: 24px; }

.section-about-introduce-text .about-introduce-text__icon-link {
  display: block;
  margin-bottom: 18px; }

.section-about-introduce-text .about-introduce-text__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block; }

.section-about-introduce-text .about-introduce-text__content {
  text-align: justify;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 0; }

@media (max-width: 991px) {
  .section-about-introduce-text .about-introduce-text__content {
    font-size: 18px;
    line-height: 28px;
    padding: 0 10px; } }

@media (max-width: 767px) {
  .section-about-introduce-text .about-introduce-text__icon {
    width: 40px;
    height: 40px; }
  .section-about-introduce-text .about-introduce-text__content {
    font-size: 16px;
    line-height: 24px;
    padding: 0 16px; } }

.section-about-slice .about-slice__inner {
  margin: 0 -8px; }

.section-about-slice .about-slice__col {
  padding: 8px 8px; }

.section-about-slice .about-slice__item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #f5f5f5;
  height: 100%;
  min-height: 320px;
  display: block; }

.section-about-slice .about-slice__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease; }

.section-about-slice .about-slice__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  border-radius: inherit;
  pointer-events: none; }

.section-about-slice .about-slice__title-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1; }

.section-about-slice .about-slice__title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap; }

@media (max-width: 991px) {
  .section-about-slice .about-slice__title {
    font-size: 28px; } }

@media (max-width: 767px) {
  .section-about-slice .about-slice__title {
    font-size: 20px;
    white-space: normal; } }

.section-about-video .about-video {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center; }
  .section-about-video .about-video__media {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    /* Reserve aspect ratio to avoid CLS (1312 / 700 ≈ 0.533) */
    padding-top: 53.37%;
    background: #000;
    box-shadow: 0 24px 64px rgba(73, 48, 34, 0.08); }
    .section-about-video .about-video__media .about-video__poster,
    .section-about-video .about-video__media .about-video__player,
    .section-about-video .about-video__media .about-video__embed {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
    .section-about-video .about-video__media .about-video__player {
      background: #000; }
    .section-about-video .about-video__media .about-video__embed iframe {
      width: 100%;
      height: 100%;
      border: 0; }
    .section-about-video .about-video__media .about-video__placeholder {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2; }
    .section-about-video .about-video__media .about-video__play {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.92);
      border: none;
      z-index: 4;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    .section-about-video .about-video__media .about-video__play::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 14px solid #e76228;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      margin-left: 4px; }
  @media (max-width: 991px) {
    .section-about-video .about-video__media {
      padding-top: 56.25%;
      border-radius: 12px; }
    .section-about-video .about-video .about-video__play {
      width: 56px;
      height: 56px; } }
  @media (max-width: 767px) {
    .section-about-video .about-video__media {
      padding-top: 66.66%; }
    .section-about-video .about-video .about-video__play {
      width: 48px;
      height: 48px; } }

.section-about-intro {
  position: relative;
  /* Overlayed content positioned above the media */ }
  .section-about-intro .about-intro__media {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 50%;
    background: #111; }
    .section-about-intro .about-intro__media::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(13, 17, 20, 0.7) 0%, rgba(13, 17, 20, 0.4) 30%, rgba(13, 17, 20, 0.12) 60%, rgba(13, 17, 20, 0) 100%);
      pointer-events: none;
      z-index: 2; }
    .section-about-intro .about-intro__media .about-intro__bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: 0;
      transform: scale(1.02);
      transition: opacity 360ms ease, transform 700ms ease;
      z-index: 1; }
    .section-about-intro .about-intro__media .about-intro__bg.bigloaded {
      opacity: 1;
      transform: scale(1); }
  .section-about-intro .container-about-intro {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center; }
  .section-about-intro .about-intro__content {
    max-width: 555px;
    color: #fff; }
  .section-about-intro .about-intro__title {
    margin: 0 0 12px 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #fff; }
  .section-about-intro .about-intro__desc {
    color: rgba(255, 255, 255, 0.92);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    text-align: justify; }
  @media (max-width: 991px) {
    .section-about-intro .about-intro__content {
      max-width: 520px; }
    .section-about-intro .about-intro__title {
      font-size: 32px;
      line-height: 40px; }
    .section-about-intro .about-intro__desc {
      font-size: 16px;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .section-about-intro .about-intro__media {
      padding-top: 100%;
      border-radius: 12px; }
    .section-about-intro .about-intro__content {
      max-width: 100%; }
    .section-about-intro .about-intro__title {
      font-size: 22px;
      line-height: 30px; }
    .section-about-intro .about-intro__desc {
      font-size: 14px;
      line-height: 22px; } }

.section-about-orange {
  background: var(--shop-color-brand, #e76228);
  color: #fff;
  padding: 64px 0; }
  .section-about-orange .about-orange__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto; }
  .section-about-orange .about-orange__logo img {
    display: block;
    border-radius: 50%; }
  .section-about-orange .about-orange__title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
  .section-about-orange .about-orange__desc {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 24px;
    line-height: 32px;
    margin: 0; }
  @media (max-width: 991px) {
    .section-about-orange {
      padding: 36px 0; }
      .section-about-orange .about-orange__inner {
        gap: 12px; }
      .section-about-orange .about-orange__title {
        font-size: 22px;
        line-height: 30px; }
      .section-about-orange .about-orange__desc {
        font-size: 15px;
        line-height: 22px;
        padding: 0 16px; } }

/* Section: About Quote (Figma) */
.section-about-quote .about-quote__inner {
  display: flex;
  align-items: center;
  gap: 30px; }

.section-about-quote .about-quote__media {
  flex: 0 0 50%;
  max-width: 50%;
  display: block; }

.section-about-quote .about-quote__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

.section-about-quote .about-quote__content {
  flex: 1 1 50%;
  max-width: 50%;
  position: relative; }

.section-about-quote .about-quote__text {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  text-align: justify;
  display: flex; }
  .section-about-quote .about-quote__text .text {
    padding: 0 15px; }
  .section-about-quote .about-quote__text .icon-quote-left {
    position: relative;
    top: -20px; }
  .section-about-quote .about-quote__text .icon-quote-right {
    position: relative;
    top: 10px;
    padding-left: 10px; }

@media (max-width: 991px) {
  .section-about-quote .about-quote__inner {
    flex-direction: column; }
  .section-about-quote .about-quote__media, .section-about-quote .about-quote__content {
    max-width: 100%;
    flex: 1 1 100%; }
  .section-about-quote .about-quote__text {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 40px; }
    .section-about-quote .about-quote__text .icon-quote-left {
      top: -10px;
      left: 10px; }
    .section-about-quote .about-quote__text .icon-quote-left {
      top: -10px;
      left: 10px; }
    .section-about-quote .about-quote__text svg {
      width: 25px;
      height: 25px; } }

.section-about-figma .about-figma__inner {
  display: flex;
  align-items: center;
  justify-content: center; }

.section-about-figma .about-figma__link {
  display: block;
  width: 100%; }

.section-about-figma .about-figma__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px; }

/* ----------------------
	 Section: Factory (Nhà máy)
	 ---------------------- */
.section-factory {
  position: relative;
  overflow: hidden;
  height: var(--factory-height); }
  .section-factory__media {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000; }
    .section-factory__media .section-factory__poster, .section-factory__media video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .section-factory__media video {
      display: block; }
    .section-factory__media .section-factory__overlay {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 2; }
  .section-factory__content {
    position: absolute;
    left: 50%;
    bottom: 64px;
    transform: translateX(-50%);
    z-index: 5;
    color: #fff;
    text-align: center;
    max-width: 900px;
    padding: 0 20px; }
    .section-factory__content .section-factory__title {
      margin: 0 0 16px;
      color: #fff; }
    .section-factory__content .section-factory__subtitle {
      font-size: 18px;
      line-height: 28px;
      margin: 0;
      color: rgba(255, 255, 255, 0.95); }
  @media (max-width: 991px) {
    .section-factory {
      height: 400px; }
      .section-factory__content {
        max-width: 100%;
        bottom: 20px; }
      .section-factory__content .section-factory__subtitle {
        font-size: 16px;
        line-height: 24px; } }

/* Factory Info block (left image + right features) */
.section-factory-info {
  background: #F7F7F7; }
  .section-factory-info .section-heading__desc {
    margin-bottom: 16px; }
  .section-factory-info .section-factory-info__left {
    overflow: hidden;
    border-radius: 12px; }
    .section-factory-info .section-factory-info__left img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section-factory-info .section-factory-info__right {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-factory-info .section-factory-info__right .section-factory-info__bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: saturate(0.9) brightness(0.5); }
    .section-factory-info .section-factory-info__right .section-factory-info__overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)); }
    .section-factory-info .section-factory-info__right .section-factory-info__content {
      position: relative;
      z-index: 2;
      color: #fff;
      padding: 0 0 0 90px;
      gap: 18px;
      width: 100%; }
      .section-factory-info .section-factory-info__right .section-factory-info__content .section-factory-info__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 64px 20px;
        margin-top: 8px; }
        .section-factory-info .section-factory-info__right .section-factory-info__content .section-factory-info__grid .section-factory-info__item {
          display: flex;
          align-items: center;
          gap: 12px;
          color: #fff; }
          .section-factory-info .section-factory-info__right .section-factory-info__content .section-factory-info__grid .section-factory-info__item-icon {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #F6C6B2;
            display: flex;
            align-items: center;
            justify-content: center; }
            .section-factory-info .section-factory-info__right .section-factory-info__content .section-factory-info__grid .section-factory-info__item-icon img {
              width: 35px;
              height: 35px;
              object-fit: contain; }
          .section-factory-info .section-factory-info__right .section-factory-info__content .section-factory-info__grid .section-factory-info__item-title {
            font-weight: 600;
            color: #fff;
            font-size: 16px; }
          .section-factory-info .section-factory-info__right .section-factory-info__content .section-factory-info__grid .section-factory-info__item-text {
            color: var(--shop-color-main);
            font-size: 24px;
            font-weight: 600; }
  @media (max-width: 991px) {
    .section-factory-info .section-factory-info__content {
      padding: 18px; }
    .section-factory-info .section-factory-info__right .section-factory-info__content {
      padding: 0 0 0 15px; }
      .section-factory-info .section-factory-info__right .section-factory-info__content .section-factory-info__grid {
        gap: 12px;
        margin-bottom: 8px;
        grid-template-columns: repeat(1, 1fr); }
        .section-factory-info .section-factory-info__right .section-factory-info__content .section-factory-info__grid .section-factory-info__item-title {
          font-size: 14px; }
        .section-factory-info .section-factory-info__right .section-factory-info__content .section-factory-info__grid .section-factory-info__item-text {
          font-size: 18px; } }

/* Factory X-Factor block (Figma) */
.section-factory-xfactor {
  background: #F7F7F7; }
  .section-factory-xfactor .section-factory-xfactor__inner {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .section-factory-xfactor .section-factory-xfactor__header {
    max-width: 646px;
    margin: 0 auto;
    text-align: center; }
  .section-factory-xfactor .section-factory-xfactor__title {
    margin-bottom: 8px; }
  .section-factory-xfactor .section-factory-xfactor__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    max-width: 804px;
    margin: 0 auto; }
  .section-factory-xfactor .section-factory-xfactor__item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    min-height: 80px;
    border-radius: 8px;
    background: var(--shop-color-main);
    box-shadow: 0 10px 24px rgba(231, 98, 40, 0.12); }
    .section-factory-xfactor .section-factory-xfactor__item:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 28px rgba(231, 98, 40, 0.18); }
  .section-factory-xfactor .section-factory-xfactor__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    background: #fff7e9;
    overflow: hidden; }
  .section-factory-xfactor .section-factory-xfactor__icon {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain; }
  .section-factory-xfactor .section-factory-xfactor__text {
    flex: 1 1 auto;
    margin: 0;
    color: #fffefc;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
  @media (max-width: 991px) {
    .section-factory-xfactor .section-factory-xfactor__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .section-factory-xfactor .section-factory-xfactor__header {
      max-width: 100%; }
    .section-factory-xfactor .section-factory-xfactor__grid {
      grid-template-columns: 1fr;
      gap: 12px; }
    .section-factory-xfactor .section-factory-xfactor__item {
      min-height: 72px; } }

@media (prefers-reduced-motion: reduce) {
  .section-factory-xfactor .section-factory-xfactor__item {
    transition: none; } }

/* Factory Process section (Figma) */
.section-factory-process .section-factory-process__inner {
  display: flex;
  flex-direction: column;
  gap: 64px; }

.section-factory-process .section-factory-process__header {
  max-width: 646px;
  margin: 0 auto;
  text-align: center; }

.section-factory-process .section-factory-process__title {
  margin-bottom: 8px; }

.section-factory-process .section-factory-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px; }

.section-factory-process .section-factory-process__card {
  min-height: 313px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.45s ease;
  will-change: transform, opacity; }
  .section-factory-process .section-factory-process__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(51, 51, 51, 0.08); }

.section-factory-process .section-factory-process__card--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  background: #f6c6b2;
  text-align: center; }

.section-factory-process .section-factory-process__card--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #fff7e9; }

.section-factory-process .section-factory-process__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 8px;
  border-radius: 999px;
  background: #fff7e9; }

.section-factory-process .section-factory-process__number-text {
  display: block;
  color: #f8d3c3;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600; }

.section-factory-process .section-factory-process__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%; }

.section-factory-process .section-factory-process__item-title {
  margin: 0;
  color: #333;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600; }

.section-factory-process .section-factory-process__item-desc {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500; }

.section-factory-process .section-factory-process__icon {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain; }

@media (max-width: 1199px) {
  .section-factory-process .section-factory-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-factory-process .section-factory-process__card {
    min-height: 280px; } }

@media (max-width: 767px) {
  .section-factory-process .section-factory-process__inner {
    gap: 32px; }
  .section-factory-process .section-factory-process__header,
  .section-factory-process .section-factory-process__desc {
    max-width: 100%; }
  .section-factory-process .section-factory-process__grid {
    grid-template-columns: 1fr;
    gap: 16px; }
  .section-factory-process .section-factory-process__card {
    min-height: 220px; }
  .section-factory-process .section-factory-process__card--content,
  .section-factory-process .section-factory-process__card--icon {
    padding: 20px; }
  .section-factory-process .section-factory-process__item-title {
    font-size: 22px;
    line-height: 30px; } }

@media (prefers-reduced-motion: reduce) {
  .section-factory-process .section-factory-process__card {
    transition: none; } }

/* Factory Consult Form (Figma) */
.section-factory-consult {
  background-color: #fff7e9;
  background-image: var(--factory-consult-bg, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 0;
  min-height: 424px; }
  .section-factory-consult .section-factory-consult__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%; }
  .section-factory-consult .section-factory-consult__header,
  .section-factory-consult .section-factory-consult__form {
    width: 646px; }
  .section-factory-consult .section-factory-consult__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center; }
  .section-factory-consult .section-factory-consult__form {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .section-factory-consult .section-factory-consult__field {
    width: 100%; }
  .section-factory-consult .section-factory-consult__control {
    display: block;
    width: 100%;
    height: 56px;
    padding: 12px 8px 12px 16px;
    border: 1px solid #f8d3c3;
    border-radius: 8px;
    background: #fffefc;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    appearance: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease; }
    .section-factory-consult .section-factory-consult__control::placeholder {
      color: #333;
      opacity: 1; }
    .section-factory-consult .section-factory-consult__control:focus {
      border-color: #e76228;
      box-shadow: 0 0 0 3px rgba(231, 98, 40, 0.12);
      outline: none; }
  .section-factory-consult .section-factory-consult__control--textarea {
    height: 88px;
    min-height: 88px;
    resize: vertical; }
  .section-factory-consult .section-factory-consult__submit {
    min-width: 180px;
    min-height: 44px; }
    .section-factory-consult .section-factory-consult__submit:disabled {
      opacity: 0.65;
      cursor: default; }
  .section-factory-consult .section-factory-consult__submit-loading {
    display: none; }
  .section-factory-consult .section-factory-consult__submit.is-loading .section-factory-consult__submit-text {
    display: none; }
  .section-factory-consult .section-factory-consult__submit.is-loading .section-factory-consult__submit-loading {
    display: inline; }
  .section-factory-consult .section-factory-consult__status {
    margin: -4px 0 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center; }
  .section-factory-consult .section-factory-consult__status.is-success {
    color: #237a3b; }
  .section-factory-consult .section-factory-consult__status.is-error {
    color: #b91c1c; }
  .section-factory-consult .section-factory-consult__iframe {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden; }
  @media (max-width: 991px) {
    .section-factory-consult {
      padding: 40px 0;
      min-height: auto; }
      .section-factory-consult .section-factory-consult__inner {
        gap: 12px; }
      .section-factory-consult .section-factory-consult__form {
        width: 100%; } }
  @media (max-width: 767px) {
    .section-factory-consult {
      padding: 32px 0; }
      .section-factory-consult .section-factory-consult__form {
        gap: 12px; }
      .section-factory-consult .section-factory-consult__control {
        height: 52px; }
      .section-factory-consult .section-factory-consult__control--textarea {
        height: 96px;
        min-height: 96px; } }

@media (prefers-reduced-motion: reduce) {
  .section-factory-consult .section-factory-consult__control,
  .section-factory-consult .section-factory-consult__submit {
    transition: none; } }

/* Factory Hero (Figma) */
.section-factory-hero {
  position: relative;
  overflow: hidden;
  --factory-hero-height: 420px;
  min-height: var(--factory-hero-height); }
  .section-factory-hero__media {
    position: absolute;
    inset: 0;
    z-index: 1; }
  .section-factory-hero__bg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .section-factory-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none; }
  .section-factory-hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: var(--factory-hero-height);
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto; }
  .section-factory-hero__kicker {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #fff; }
  .section-factory-hero__title {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #fff; }
  .section-factory-hero__desc {
    color: #fff;
    font-size: 16px;
    line-height: 24px; }
  .section-factory-hero .section-factory-hero__bg {
    opacity: 1;
    transition: opacity .45s ease; }
  .section-factory-hero .section-factory-hero__bg.is-loaded {
    opacity: 1; }
  @media (max-width: 991px) {
    .section-factory-hero {
      min-height: calc(var(--factory-hero-height) * 0.75); }
      .section-factory-hero__title {
        font-size: 32px;
        line-height: 40px; }
      .section-factory-hero__content {
        padding: 36px 16px; } }
  @media (max-width: 767px) {
    .section-factory-hero {
      min-height: calc(var(--factory-hero-height) * 0.55); }
      .section-factory-hero__title {
        font-size: 22px;
        line-height: 30px; }
      .section-factory-hero__desc {
        font-size: 14px; } }

/* Factory Partners (Đối tác sản xuất) */
.section-factory-testimonials {
  background: #fff7e9;
  padding: 48px 64px;
  overflow: hidden; }
  .section-factory-testimonials__header {
    max-width: 592px;
    margin: 0 auto 24px;
    text-align: center; }
  .section-factory-testimonials__title {
    margin: 0;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px; }
  .section-factory-testimonials__stage {
    position: relative;
    max-width: 1089px;
    margin: 0 auto; }
  .section-factory-testimonials__slider {
    overflow: hidden; }
  .section-factory-testimonials__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 100%;
    box-sizing: border-box; }
  .section-factory-testimonials__media {
    position: relative;
    flex: 0 0 417px;
    display: flex;
    justify-content: center; }
  .section-factory-testimonials__image-wrap {
    width: 313px;
    aspect-ratio: 313 / 374;
    border-radius: 16px;
    overflow: hidden;
    background: #f6ead7; }
  .section-factory-testimonials__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .section-factory-testimonials__body {
    flex: 0 1 592px;
    max-width: 592px;
    color: #333; }
  .section-factory-testimonials__content, .section-factory-testimonials__author {
    margin: 0;
    color: #333;
    font-size: 18px;
    letter-spacing: 0; }
  .section-factory-testimonials__content {
    font-weight: 500;
    line-height: 28px; }
  .section-factory-testimonials__author {
    margin-top: 16px;
    font-weight: 600;
    line-height: 24px; }
  .section-factory-testimonials__nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 417px;
    transform: translateY(-50%);
    pointer-events: none; }
  .section-factory-testimonials__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid #e76228;
    border-radius: 50%;
    background: #fff7e9;
    color: #fb6514;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, opacity .2s ease;
    pointer-events: auto; }
  .section-factory-testimonials__button:hover, .section-factory-testimonials__button:focus {
    background: #e76228;
    color: #fff;
    outline: none; }
  .section-factory-testimonials__button.swiper-button-disabled {
    opacity: .35;
    cursor: default; }
  @media (max-width: 1199px) {
    .section-factory-testimonials {
      padding: 44px 32px; }
      .section-factory-testimonials__slide {
        gap: 48px; } }
  @media (max-width: 991px) {
    .section-factory-testimonials {
      padding: 40px 24px; }
      .section-factory-testimonials__slide {
        flex-direction: column;
        gap: 28px;
        text-align: center; }
      .section-factory-testimonials__media {
        flex-basis: auto;
        width: 417px;
        max-width: 100%; }
      .section-factory-testimonials__body {
        flex-basis: auto; }
      .section-factory-testimonials__nav {
        left: 50%;
        top: 171px;
        max-width: 417px;
        width: 100%;
        transform: translate(-50%, -50%); } }
  @media (max-width: 767px) {
    .section-factory-testimonials {
      padding: 32px 16px; }
      .section-factory-testimonials__header {
        margin-bottom: 20px; }
      .section-factory-testimonials__title {
        font-size: 24px;
        line-height: 32px; }
      .section-factory-testimonials__image-wrap {
        width: calc(100vw - 96px);
        border-radius: 14px; }
      .section-factory-testimonials__nav {
        width: 353px;
        top: 168px; }
      .section-factory-testimonials__content, .section-factory-testimonials__author {
        font-size: 16px; }
      .section-factory-testimonials__content {
        line-height: 24px; }
      .section-factory-testimonials__author {
        line-height: 22px; } }

.section-factory-partners .section-factory-partners__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 18px; }

.section-factory-partners .section-factory-partners__title {
  margin-bottom: 8px; }

.section-factory-partners .section-factory-partners__desc {
  color: #6b6b6b;
  text-align: justify; }

.section-factory-partners .section-factory-partners__wrap {
  position: relative;
  z-index: 1; }

.section-factory-partners .js-factory-partners-slider {
  padding: 12px 0; }

.section-factory-partners .js-factory-partners-slider .swiper-wrapper {
  align-items: center; }

.section-factory-partners .section-factory-partners__item {
  display: flex;
  align-items: center;
  justify-content: center; }

.section-factory-partners .section-factory-partners__logo {
  width: 174px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-factory-partners .section-factory-partners__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

@media (min-width: 1200px) {
  .section-factory-partners .js-factory-partners-slider .swiper-slide {
    width: auto; } }

@media (max-width: 991px) {
  .section-factory-partners .section-factory-partners__logo {
    width: 140px;
    height: 64px; }
  .section-factory-partners .section-factory-partners__desc {
    font-size: 15px; } }

@media (max-width: 767px) {
  .section-factory-partners .section-factory-partners__logo {
    width: 120px;
    height: 56px; } }

/*======  STORES =========*/
.layout-pageStores .wrapbox-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 4px; }

.layout-pageStores .heading-pageDetail h1 {
  font-size: 30px; }

.layout-pageStores .wrapbox-info {
  background: #fff;
  padding: 25px 20px 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }
  .layout-pageStores .wrapbox-info h2 {
    font-size: 22px;
    margin-bottom: 10px; }

.layout-pageStores .box-filter label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px; }

.layout-pageStores .box-filter select {
  padding: 0 25px 0 15px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  border-radius: 4px;
  height: 40px;
  line-height: 38px;
  background: #ffffff;
  border: 1px solid var(--shop-color-border);
  font-size: 15px;
  width: 100%;
  color: #000;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.layout-pageStores .box-filter .field-select {
  position: relative; }

.layout-pageStores .box-filter .field-select:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.layout-pageStores .box-filter .select-item {
  margin-bottom: 16px; }

.layout-pageStores .box-content h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item {
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative; }

.layout-pageStores .box-content .store-item > [class^="store--"] {
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 368.666 368.666' style='enable-background:new 0 0 368.666 368.666;' xml:space='preserve'%3E%3Cg id='XMLID_2_'%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.333, 0C102.01, 0, 35.036, 66.974, 35.036, 149.297c0, 33.969, 11.132, 65.96, 32.193, 92.515 c27.27, 34.383, 106.572, 116.021, 109.934, 119.479l7.169, 7.375l7.17-7.374c3.364-3.46, 82.69-85.116, 109.964-119.51 c21.042-26.534, 32.164-58.514, 32.164-92.485C333.63, 66.974, 266.656, 0, 184.333, 0z M285.795, 229.355 c-21.956, 27.687-80.92, 89.278-101.462, 110.581c-20.54-21.302-79.483-82.875-101.434-110.552 c-18.228-22.984-27.863-50.677-27.863-80.087C55.036, 78.002, 113.038, 20, 184.333, 20c71.294, 0, 129.297, 58.002, 129.296, 129.297 C313.629, 178.709, 304.004, 206.393, 285.795, 229.355z'%3E%3C/path%3E%3Cpath d='M184.333, 59.265c-48.73, 0-88.374, 39.644-88.374, 88.374c0, 48.73, 39.645, 88.374, 88.374, 88.374s88.374-39.645, 88.374-88.374 S233.063, 59.265, 184.333, 59.265z M184.333, 216.013c-37.702, 0-68.374-30.673-68.374-68.374c0-37.702, 30.673-68.374, 68.374-68.374 s68.373, 30.673, 68.374, 68.374C252.707, 185.341, 222.035, 216.013, 184.333, 216.013z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.layout-pageStores .box-content .store-item .store--address {
  font-weight: 500; }

.layout-pageStores .box-content .store-item .store--time span,
.layout-pageStores .box-content .store-item .store--hotline span {
  font-weight: 600; }

.layout-pageStores .box-content .store-item .store--link {
  text-decoration: underline;
  color: #1a73e8; }

.layout-pageStores .boxscroll {
  overflow-y: scroll;
  max-height: 330px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  margin-right: -20px;
  padding-right: 20px;
  padding-top: 12px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

@media (min-width: 992px) {
  .layout-pageStores .boxscroll {
    min-height: 330px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px; } }

@media (max-width: 991px) {
  .layout-pageStores .wrapbox-content {
    padding: 15px; }
  .layout-pageStores .heading-pageDetail h1 {
    font-size: 26px; }
  .layout-pageStores .wrapbox-info {
    margin-bottom: 15px;
    padding: 25px 20px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    border-radius: 4px; } }
