@charset "UTF-8";
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes headShake {
  0%, 50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); } }

.productDetail-related .swiper-slide {
  height: auto; }

.select {
  display: none;
  visibility: hidden; }

.select-swatch .swatch {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 0;
  width: 100%; }
  .select-swatch .swatch.is-color .pro-title {
    min-height: 0;
    margin-bottom: 10px; }

.select-swatch .swatch input {
  display: none; }

.select-swatch .swatch .pro-title {
  margin-bottom: 5px;
  color: #46474A;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: normal; }

.select-swatch .swatch .pro-title strong {
  font-size: 85%;
  display: block;
  color: #4ea8cd;
  line-height: 1.1;
  padding-bottom: 0; }

.select-swatch .swatch.is-color .select-swap {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%; }

.select-swatch .swatch .swatch-element {
  display: inline-block;
  margin: 0 8px 8px 0;
  border-radius: 3px;
  position: relative;
  vertical-align: bottom; }
  .select-swatch .swatch .swatch-element:not(.color) {
    overflow: hidden; }

.select-swatch .swatch .swatch-element.color {
  margin: 0; }

.select-swatch .swatch .swatch-element.color label {
  overflow: hidden; }

.select-swatch .swatch .swatch-element label {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 20px;
  min-width: 66px;
  font-size: 14px;
  font-weight: 700;
  color: var(--shop-color-title);
  background-color: #fff;
  border: 1px solid #bdbfbe;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
  .select-swatch .swatch .swatch-element label.sd {
    border-color: var(--shop-color-main); }

.select-swatch .swatch.is-color .swatch-element label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 136px;
  padding: 12px;
  text-align: left;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none; }

.select-swatch .swatch.is-color .swatch-element label:hover {
  transform: translateY(-1px);
  border-color: rgba(235, 97, 0, 0.45); }

.select-swatch .swatch.is-color .swatch-element label.sd {
  border-color: var(--shop-color-main);
  box-shadow: 0 10px 20px rgba(235, 97, 0, 0.08); }

.select-swatch .swatch .swatch-element label span {
  display: block;
  padding: 0; }

.select-swatch .swatch-color-card__media {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  overflow: hidden; }

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

.select-swatch .swatch-color-card__content {
  min-width: 0;
  display: flex !important;
  flex-direction: column;
  gap: 7px; }

.select-swatch .swatch-color-card__title {
  font-size: 15px;
  line-height: 14px;
  font-weight: 700;
  color: #222;
  white-space: nowrap; }

.select-swatch .swatch-color-card__price {
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  color: #222;
  white-space: nowrap; }

.select-swatch .swatch .swatch-element.soldout {
  cursor: no-drop; }

.select-swatch .swatch .swatch-element.soldout label {
  opacity: .5;
  cursor: no-drop;
  pointer-events: none; }

.select-swatch .swatch .swatch-element.soldout label span:before, .select-swatch .swatch .swatch-element.soldout label span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  margin-top: 0;
  width: 100%;
  height: 1px;
  background: #bdbfbe; }

.select-swatch .swatch .swatch-element.soldout label span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.select-swatch .swatch .swatch-element.soldout label span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.select-swatch .swatch.is-color .swatch-element.soldout label:before,
.select-swatch .swatch.is-color .swatch-element.soldout label:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  height: 1px;
  background: #bdbfbe; }

.select-swatch .swatch.is-color .swatch-element.soldout label:before {
  transform: rotate(-11deg); }

.select-swatch .swatch.is-color .swatch-element.soldout label:after {
  transform: rotate(11deg); }

.select-swatch .swatch .swatch-element label.sd:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -1px;
  top: -1px;
  border-style: solid;
  border-width: 0px 19px 19px 0px;
  border-color: transparent var(--shop-color-main) transparent transparent; }

.select-swatch .swatch .swatch-element label.sd:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  right: -1px;
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fffff' d='M0 0h16c2.21 0 4 1.79 4 4v16L0 0z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124)'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M4.654 7.571L8.88 3.176c.22-.228.582-.235.81-.016.229.22.236.582.017.81L5.04 8.825c-.108.113-.258.176-.413.176-.176 0-.33-.076-.438-.203L2.136 6.37c-.205-.241-.175-.603.067-.808.242-.204.603-.174.808.068L4.654 7.57z' transform='translate(-804 -366) translate(180 144) translate(484 114) translate(16 80) translate(0 28) translate(124) translate(7.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.section-heading__title {
  margin: 0 0 30px;
  color: var(--shop-color-title);
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .section-heading__title {
      font-size: 18px;
      line-height: 32px;
      margin: 0 0 15px; } }

.productDetail-main {
  display: flex;
  gap: 20px;
  margin-top: 25px; }
  @media (min-width: 1600px) {
    .productDetail-main .productDetail-left {
      flex: 0 0 calc(100% - 450px - 20px);
      max-width: calc(100% - 450px - 20px); } }
  @media (min-width: 992px) and (max-width: 1599px) {
    .productDetail-main .productDetail-left {
      flex: 0 0 calc(100% - 300px - 20px);
      max-width: calc(100% - 300px - 20px); } }
  @media (min-width: 1600px) {
    .productDetail-main .productDetail-right {
      flex: 0 0 450px;
      max-width: 450px; } }
  @media (min-width: 992px) and (max-width: 1599px) {
    .productDetail-main .productDetail-right {
      flex: 0 0 300px;
      max-width: 300px; } }

@media (min-width: 992px) {
  .drift-zoom-pane {
    max-width: 720px;
    max-height: 360px;
    z-index: 990;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    opacity: 0 !important;
    animation: 4s slidein; }
  .drift-zoom-pane.drift-open {
    opacity: 1 !important;
    animation: 3s ease 0s normal forwards 1 fadein;
    -webkit-animation: 3s ease 0s normal forwards 1 fadein; } }

.product-gallery {
  width: 100%; }
  .product-gallery__inner {
    width: 100%; }
  .product-gallery__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    width: 100%; }
  .product-gallery__thumb-wrapper {
    width: 100%;
    overflow: hidden; }
  .product-gallery__thumb {
    height: 100%; }
  .product-gallery .product-thumb {
    flex-shrink: 0;
    margin-bottom: 12px;
    cursor: pointer;
    transition: opacity 0.2s ease; }
    .product-gallery .product-thumb:last-child {
      margin-bottom: 0; }
    .product-gallery .product-thumb:hover {
      opacity: 0.8; }
    .product-gallery .product-thumb.swiper-slide-thumb-active .product-thumb__item {
      border-color: var(--shop-color-main); }
    .product-gallery .product-thumb__item {
      width: 100%;
      height: 100%;
      background: #f3f3f3;
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid transparent;
      transition: border-color 0.2s ease; }
    .product-gallery .product-thumb__photo {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block; }
    .product-gallery .product-thumb--view-all {
      position: absolute;
      bottom: 12px;
      right: 0;
      z-index: 9;
      margin-bottom: 0 !important;
      opacity: 0.8;
      height: calc(100% - 12px);
      margin-right: 0 !important; }
      @media (min-width: 992px) and (max-width: 1440px) {
        .product-gallery .product-thumb--view-all .view-all__number {
          font-size: 16px; }
        .product-gallery .product-thumb--view-all .view-all__text {
          font-size: 8px;
          margin-top: -20px; } }
      .product-gallery .product-thumb--view-all .product-thumb__item {
        position: relative; }
    .product-gallery .product-thumb__view-all {
      position: relative;
      background: #fff; }
      .product-gallery .product-thumb__view-all img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .product-gallery .view-all__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    border-radius: 8px; }
  .product-gallery .view-all__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff; }
  .product-gallery .view-all__plus {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0; }
  .product-gallery .view-all__number {
    font-size: 26.9px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 0; }
  .product-gallery .view-all__text {
    flex: 0 0 100%;
    font-size: 10.7px;
    font-weight: 700;
    line-height: 15px;
    margin-top: -30px;
    display: block;
    text-align: center; }
  .product-gallery__main-wrapper {
    flex: 1;
    min-width: 0;
    position: relative; }
  .product-gallery__slide {
    width: 100%;
    background: #f8f8f8;
    border-radius: 10px;
    overflow: hidden; }
  .product-gallery__photo {
    width: 100%;
    aspect-ratio: 1 / 1; }
    .product-gallery__photo.prod-video .product-gallery__aspect {
      position: relative;
      width: 100%;
      height: 100%; }
      .product-gallery__photo.prod-video .product-gallery__aspect iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%; }
  .product-gallery__item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
  .product-gallery__aspect {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    .product-gallery__aspect img {
      width: 100%;
      height: auto;
      object-fit: contain;
      display: block; }
  .product-gallery__actions {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10; }

.btn-gallery-action {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  color: #000; }
  .btn-gallery-action.btn-gallery-next {
    right: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }
    .btn-gallery-action.btn-gallery-next svg {
      width: 12px;
      height: 12px; }
  .btn-gallery-action.btn-gallery-prev {
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }
    .btn-gallery-action.btn-gallery-prev svg {
      width: 12px;
      height: 12px; }
  .btn-gallery-action:not(.btn-gallery-next, .btn-gallery-prev):hover {
    background: var(--shop-color-main);
    color: #fff;
    transform: scale(1.05); }
    .btn-gallery-action:not(.btn-gallery-next, .btn-gallery-prev):hover svg path {
      fill: #fff; }
  .btn-gallery-action:not(.btn-gallery-next, .btn-gallery-prev):active {
    transform: scale(0.95); }
  .btn-gallery-action:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }
  .btn-gallery-action svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0; }
  .btn-gallery-action.is-active {
    background: var(--shop-color-main);
    color: #fff; }
    .btn-gallery-action.is-active svg path {
      fill: currentColor; }
  .btn-gallery-action.is-animating {
    animation: btnPulse 0.3s ease; }

@keyframes btnPulse {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); } }

.product-gallery__single {
  width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .product-gallery__single .product-gallery__photo {
    max-width: 513px;
    margin: 0 auto; }
    .product-gallery__single .product-gallery__photo img {
      width: 100%;
      height: auto;
      object-fit: contain;
      display: block; }

@media (prefers-reduced-motion: reduce) {
  .product-thumb,
  .btn-gallery-action {
    transition: none; } }

.btn-gallery-action:focus-visible {
  outline: 2px solid var(--shop-color-main);
  outline-offset: 2px; }

.product-info-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px; }

.product-label-wrapper {
  display: flex;
  align-items: center; }

.product-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  border-radius: 100px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: var(--shop-text-color); }
  .product-label--bestseller {
    background: #e6f1fc; }
  .product-label--new {
    background: #e8f5e9; }
  .product-label--sale {
    background: #ffebee; }
  .product-label--trending {
    background: #fff3e0; }
  .product-label--soldout {
    background: #f5f5f5;
    color: #757575; }

.product-header {
  display: flex;
  flex-direction: column;
  gap: 6px; }

.product-vendor a {
  font-size: 12.3px;
  line-height: 14px;
  color: #46474a;
  text-decoration: underline;
  text-underline-position: from-font; }
  .product-vendor a:hover {
    color: var(--shop-color-main); }

.product-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #2e2f32;
  margin: 0; }

.product-subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--shop-color-main); }

.product-sold-meta__text {
  border-radius: 3px;
  background: linear-gradient(90deg, #F8F2E9 0%, #DEC59C 100%);
  padding: 5px;
  font-size: 16px;
  color: #222;
  display: inline-block;
  line-height: 14px; }

.product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1px; }

.rating-stars {
  display: flex;
  align-items: center;
  gap: 2px; }
  .rating-stars .star {
    font-size: 12px;
    color: #d0d0d0; }
    .rating-stars .star.filled {
      color: #ffc107; }
    .rating-stars .star.half {
      background: linear-gradient(90deg, #ffc107 50%, #d0d0d0 50%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; }
  .rating-stars .rating-value {
    font-size: 11px;
    color: #74767c;
    margin-left: 2px; }

.rating-separator {
  font-size: 14px;
  color: #74767c;
  line-height: 18px; }

.rating-count {
  font-size: 11px;
  line-height: 12px;
  color: #2e2f32;
  text-decoration: underline;
  text-underline-position: from-font; }
  .rating-count:hover {
    color: var(--shop-color-main); }

.product-divider {
  height: 1px;
  background: #e3e4e5;
  width: 100%; }

.product-variants {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative; }
  .product-variants.check-action-variant {
    padding: 0 15px;
    z-index: 1; }
    .product-variants.check-action-variant::before {
      content: "";
      border-radius: 10px;
      position: absolute;
      top: -10px;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff5f5;
      z-index: -1; }
    .product-variants.check-action-variant .check-action-tt {
      color: red;
      font-weight: 500;
      margin: 0; }
      .product-variants.check-action-variant .check-action-tt.text-effect {
        animation: 1s cubic-bezier(0.25, 0.75, 0.25, 1) 0.1s 1 forwards headShake; }

.product-short-desc {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .product-short-desc__title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin: 0; }
  .product-short-desc__content {
    font-size: 13.2px;
    line-height: normal;
    color: #46474a; }
    .product-short-desc__content ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .product-short-desc__content ul li {
        padding-left: 20px;
        position: relative; }
        .product-short-desc__content ul li::before {
          content: '•';
          position: absolute;
          left: 0;
          color: #46474a; }

.product-promo-banner {
  width: 100%; }

.promo-banner__btn {
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: transform 0.2s ease; }
  .promo-banner__btn:hover {
    transform: scale(1.02); }
  .promo-banner__btn:active {
    transform: scale(0.98); }

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

.product-specs {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .product-specs__title {
    font-size: 13.6px;
    line-height: normal;
    font-weight: 700;
    color: #000;
    margin: 0; }
  .product-specs__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
    .product-specs__grid .spec-item {
      background: linear-gradient(90deg, #F8F2E9 0%, #DEC59C 100%);
      border-radius: 8px;
      padding: 12px 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      min-height: 90px; }
      .product-specs__grid .spec-item__label {
        font-size: 12px;
        line-height: normal;
        font-weight: 700;
        color: #2e2f32;
        margin-bottom: 4px; }
      .product-specs__grid .spec-item__value {
        font-size: 12px;
        line-height: normal;
        color: #2e2f32; }
        .product-specs__grid .spec-item__value p {
          margin: 2px 0; }
      .product-specs__grid .spec-item--full {
        grid-column: 1 / -1; }

@media (prefers-reduced-motion: reduce) {
  .btn-guarantee,
  .promo-banner__btn,
  .product-variants .swatch-element label {
    transition: none; } }

.btn-guarantee:focus-visible,
.promo-banner__btn:focus-visible {
  outline: 2px solid var(--shop-color-main);
  outline-offset: 2px; }

.product-purchase {
  width: 100%;
  position: sticky;
  top: var(--header-height); }

.purchase-wrapper {
  background: #f8f8f8;
  border-radius: 0;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.purchase-flashsale {
  position: relative;
  display: flex;
  gap: 12px 18px;
  align-items: center;
  min-height: 91px;
  margin: -20px -15px 0;
  padding: 12px 15px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: var(--purchase-flashsale-bg);
  color: var(--purchase-flashsale-text); }
  .purchase-flashsale::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(73deg, rgba(126, 0, 0, 0.32) 0%, rgba(255, 255, 255, 0.06) 48%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; }
  .purchase-flashsale__headline, .purchase-flashsale__meta {
    position: relative;
    z-index: 1; }
  .purchase-flashsale__headline {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 1; }
  .purchase-flashsale__icon {
    flex-shrink: 0;
    width: 17px;
    height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .purchase-flashsale__title {
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: var(--purchase-flashsale-text); }
  .purchase-flashsale__meta {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px; }
  .purchase-flashsale__timer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%; }
  .purchase-flashsale__timer-label {
    font-size: 15px;
    line-height: 1.2;
    color: var(--purchase-flashsale-text);
    white-space: nowrap; }
  .purchase-flashsale__timer {
    display: inline-flex;
    align-items: center;
    gap: 3px; }
  .purchase-flashsale__time-box {
    min-width: 34px;
    height: 34px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: var(--purchase-flashsale-time-bg);
    color: var(--purchase-flashsale-time-text);
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    font-variant-numeric: tabular-nums; }
  .purchase-flashsale__time-separator {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: var(--purchase-flashsale-text); }
  .purchase-flashsale__progress {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px; }
  .purchase-flashsale__progress-track {
    width: 100%;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95); }
  .purchase-flashsale__progress-fill {
    display: block;
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #F8F2E9 0%, #F9AE0E 100%);
    transition: width 0.8s ease; }
  .purchase-flashsale__quota {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--purchase-flashsale-text);
    text-align: right; }
  .purchase-flashsale--label-only .purchase-flashsale__progress-track {
    display: none; }

.purchase-banner-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  margin-bottom: 10px; }
  .purchase-banner-slider__swiper {
    width: 100%;
    overflow: hidden;
    border-radius: 10px; }
  .purchase-banner-slider__slide {
    height: auto; }
  .purchase-banner-slider__card {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, #f8c6a3 0%, #fff1cf 100%);
    box-shadow: 0 14px 30px rgba(235, 97, 0, 0.14);
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease; }
    .purchase-banner-slider__card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.18) 100%);
      pointer-events: none; }
    .purchase-banner-slider__card:hover {
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(235, 97, 0, 0.18); }
    .purchase-banner-slider__card:focus-visible {
      outline: 2px solid rgba(235, 97, 0, 0.45);
      outline-offset: 3px; }
  .purchase-banner-slider__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 18 / 7;
    object-fit: cover;
    transition: transform 0.6s ease; }
  .purchase-banner-slider__card:hover .purchase-banner-slider__image {
    transform: scale(1.03); }
  .purchase-banner-slider__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
    .purchase-banner-slider__pagination .swiper-pagination-bullet {
      margin: 0 !important;
      width: 10px;
      height: 10px;
      border-radius: 999px;
      background: #F8C6A3;
      opacity: 1;
      transition: width 0.25s ease, background-color 0.25s ease; }
    .purchase-banner-slider__pagination .swiper-pagination-bullet-active {
      background: var(--shop-color-main); }
  .purchase-banner-slider--static .purchase-banner-slider__pagination {
    display: none; }

.purchase-price-section {
  display: flex;
  flex-direction: column;
  gap: 5px; }

.price-original {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #46474a;
  text-transform: uppercase; }
  .price-original__label {
    font-weight: 700; }
  .price-original__value {
    font-weight: 700;
    text-decoration: line-through;
    text-decoration-skip-ink: none;
    text-underline-position: from-font; }

.price-main-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px; }

.price-main {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap; }
  .price-main__label {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #46474a; }
  .price-main__value {
    font-size: 24.6px;
    line-height: 42px;
    font-weight: 600;
    color: var(--shop-color-main); }

.price-discount-badge {
  display: inline-flex;
  align-items: baseline;
  padding: 2px 5px;
  background: #A04200;
  border-radius: 4px;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  color: #fff; }

.price-installment-badge {
  display: inline-flex;
  align-items: baseline;
  padding: 2px 5px;
  background: #2a8703;
  border-radius: 4px;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  width: fit-content; }

.price-saving {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px; }
  .price-saving__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    background: #eaf3e6;
    border-radius: 2px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
    color: #267a03; }
  .price-saving__value {
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    color: #267a03; }

.purchase-policies {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap; }

.policy-item {
  display: flex;
  align-items: center;
  gap: 4px; }
  .policy-item__icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .policy-item__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .policy-item__text {
    font-size: 10.5px;
    line-height: normal;
    color: #000; }

.purchase-actions {
  display: flex;
  gap: 5px;
  width: 100%; }

.btn-purchase {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 20px;
  border: none;
  border-radius: 1000px;
  font-size: 13.9px;
  line-height: 18.4px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease; }
  .btn-purchase--add {
    background: var(--shop-color-main); }
    .btn-purchase--add:hover:not(.is-loading):not(:disabled) {
      opacity: 0.9;
      transform: translateY(-1px); }
    .btn-purchase--add:active:not(.is-loading):not(:disabled) {
      transform: translateY(0); }
  .btn-purchase--buy {
    background: #000; }
    .btn-purchase--buy:hover:not(.is-loading):not(:disabled) {
      opacity: 0.9;
      transform: translateY(-1px); }
    .btn-purchase--buy:active:not(.is-loading):not(:disabled) {
      transform: translateY(0); }
  .btn-purchase--preorder {
    background: var(--shop-color-main); }
    .btn-purchase--preorder:hover:not(.is-loading):not(:disabled) {
      opacity: 0.9; }
  .btn-purchase--disabled {
    background: #babbbe;
    cursor: not-allowed;
    opacity: 0.7; }
    .btn-purchase--disabled:hover {
      transform: none; }
  .btn-purchase:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.3);
    outline-offset: 2px; }
  .btn-purchase.disabled, .btn-purchase:disabled {
    cursor: not-allowed; }
  .btn-purchase.is-loading {
    pointer-events: none;
    color: transparent;
    box-shadow: none; }
  .btn-purchase.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite; }

.purchase-divider {
  height: 1px;
  background: #e3e4e5;
  width: 100%; }

.purchase-dynamic-info {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.dynamic-info-item {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
  line-height: normal;
  color: #46474a; }
  .dynamic-info-item__label {
    font-weight: 700; }
  .dynamic-info-item__value {
    font-weight: 400; }

.purchase-notice {
  background: var(--purchase-notice-bg, #fff5d9);
  border-radius: 8px;
  padding: 12px 16px;
  color: var(--purchase-notice-color, #eb6100); }

.purchase-notice__list {
  margin: 0;
  padding-left: 24px;
  list-style: revert; }

.purchase-notice__item {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500; }
  .purchase-notice__item + .purchase-notice__item {
    margin-top: 5px; }
  .purchase-notice__item::marker {
    color: inherit;
    font-size: 14px; }

.purchase-shipping-options {
  display: flex;
  gap: 8px;
  width: 100%; }

.shipping-option {
  flex: 1;
  min-width: 0;
  background: #fff;
  border: 1px solid #babbbe;
  border-radius: 8px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center; }
  .shipping-option__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .shipping-option__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .shipping-option__title {
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    color: #2e2f32; }
  .shipping-option__desc {
    font-size: 10px;
    line-height: normal;
    font-weight: 400;
    color: #2a8703;
    word-break: break-word; }

.purchase-link-item {
  display: flex;
  align-items: center;
  gap: 16px; }
  .purchase-link-item__icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .purchase-link-item__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .purchase-link-item__content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap; }
  .purchase-link-item__title {
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
    color: #000; }
  .purchase-link-item__btn {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-position: from-font;
    transition: none;
    outline: none !important; }
    .purchase-link-item__btn:hover {
      text-decoration: none;
      color: var(--shop-color-main); }

@media (prefers-reduced-motion: reduce) {
  .purchase-flashsale__progress-fill,
  .purchase-banner-slider__card,
  .purchase-banner-slider__image,
  .purchase-banner-slider__pagination .swiper-pagination-bullet {
    transition: none; }
  .purchase-banner-slider__card:hover {
    transform: none; }
  .btn-purchase {
    transition: none; }
    .btn-purchase:hover {
      transform: none; } }

@media (max-width: 1199px) {
  .purchase-flashsale {
    grid-template-columns: 1fr; }
    .purchase-flashsale__meta {
      min-width: 0;
      align-items: flex-start; }
    .purchase-flashsale__timer-row {
      justify-content: flex-start;
      flex-wrap: wrap; }
    .purchase-flashsale__progress {
      align-items: flex-start; }
    .purchase-flashsale__quota {
      text-align: left; } }

.product-recommend-section {
  margin-top: 10px;
  width: calc(100% - 88px);
  margin-left: auto; }
  .product-recommend-section .product-loop .product-inner {
    flex-direction: row;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    padding: 10px; }
    .product-recommend-section .product-loop .product-inner .proloop-image {
      flex: 0 0 86px;
      width: 86px; }
    .product-recommend-section .product-loop .product-inner .proloop-promo-banner {
      width: 100%;
      height: auto;
      left: 0;
      right: 0; }
    .product-recommend-section .product-loop .product-inner .proloop-detail {
      flex: 1;
      gap: 5px;
      padding: 0 0 0 20px; }
    .product-recommend-section .product-loop .product-inner .proloop-price-label {
      font-size: 11px; }
    .product-recommend-section .product-loop .product-inner .proloop-price {
      font-size: 13px; }
    .product-recommend-section .product-loop .product-inner .proloop-discount-badge {
      font-size: 11px; }

.product-section-tabs-sticky {
  position: sticky;
  top: calc(var(--header-height) - 2px);
  z-index: 99; }

.product-section-tabs {
  margin: 0;
  border-bottom: 1px solid #e3e4e5;
  overflow: hidden; }
  .product-section-tabs__list {
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
    overflow: auto hidden;
    list-style: none;
    scrollbar-width: thin;
    background: var(--shop-color-bg); }
  .product-section-tabs__item {
    flex: 0 0 auto;
    margin: 0; }
  .product-section-tabs__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 8px 0;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    text-decoration: none;
    transition: color 0.2s ease; }
    .product-section-tabs__link::after {
      position: absolute;
      right: 0;
      bottom: -1px;
      left: 0;
      height: 2px;
      background: #eb6100;
      content: '';
      opacity: 0;
      transform: scaleX(0.4);
      transition: opacity 0.2s ease, transform 0.2s ease; }
    .product-section-tabs__link:hover, .product-section-tabs__link:focus-visible, .product-section-tabs__link.is-active {
      color: #eb6100; }
    .product-section-tabs__link:focus-visible {
      outline: 2px solid #eb6100;
      outline-offset: -2px; }
    .product-section-tabs__link.is-active::after {
      opacity: 1;
      transform: scaleX(1); }

#product-description-section,
#product-group-slider-container,
#product-home-video-section,
#hrv-product-reviews,
#product-tag-recommend-section,
#product-related-app-section,
#product-related-section {
  scroll-margin-top: 112px; }

.product-description-section {
  padding-top: 40px; }

.product-description__accordion {
  display: flex;
  flex-direction: column;
  gap: 0; }

.accordion-item {
  border-bottom: 1px solid #e3e4e5; }
  .accordion-item:first-child {
    border-top: 1px solid #e3e4e5; }

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  outline: none !important; }
  .accordion-header:hover {
    background: #f9f9f9; }
  .accordion-header__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    text-align: left; }
  .accordion-header__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #000;
    transition: transform 0.2s ease;
    transform: rotate(0deg); }

.accordion-header[aria-expanded="true"] svg {
  transform: rotate(180deg); }

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease; }
  .accordion-content__inner {
    padding: 20px 20px 20px; }

.accordion-item[data-accordion-open] .accordion-content {
  max-height: 100%; }

@media (prefers-reduced-motion: reduce) {
  .accordion-header__icon,
  .accordion-content {
    transition: none; } }

.accordion-header:focus-visible {
  outline: 2px solid var(--shop-color-main);
  outline-offset: -2px; }

.product-documents {
  display: flex;
  flex-direction: column;
  gap: 2px; }
  .product-documents__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
    color: #eb6100;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease; }
    .product-documents__link:hover {
      color: #c94f00; }
  .product-documents__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .product-documents__text, .product-documents__meta {
    font-size: 25px;
    line-height: 24px; }
  .product-documents__text {
    font-weight: 500; }
  .product-documents__meta {
    color: #222222;
    font-weight: 400; }
  .product-documents__link:focus-visible {
    outline: 2px solid #eb6100;
    outline-offset: 3px;
    border-radius: 4px; }

.product-tag-recommend__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px; }

.product-tag-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.tag-recommend-card {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  transition: all 0.2s ease; }
  .tag-recommend-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px); }
  .tag-recommend-card__image-wrapper {
    flex-shrink: 0;
    text-decoration: none; }
  .tag-recommend-card__image {
    position: relative;
    width: 86px;
    background: #eee;
    display: flex;
    flex-direction: column; }
  .tag-recommend-card__img-inner {
    width: 86px;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden; }
    .tag-recommend-card__img-inner img {
      max-width: 100%;
      max-height: 100%;
      object-fit: cover; }
  .tag-recommend-card__sale-frame {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2; }
    .tag-recommend-card__sale-frame img {
      width: 100%;
      height: auto;
      display: block; }
  .tag-recommend-card__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding: 0 10px; }
  .tag-recommend-card__title {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    transition: color 0.2s ease; }
    .tag-recommend-card__title:hover {
      color: var(--shop-color-main); }
  .tag-recommend-card__pricing {
    display: flex;
    gap: 6px; }
  .tag-recommend-card__saving-label {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--shop-color-main); }
  .tag-recommend-card__saving-value {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--shop-color-main); }
  .tag-recommend-card__price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
  .tag-recommend-card__price-old {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    color: #707070;
    text-decoration: line-through; }
  .tag-recommend-card__price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    background: var(--shop-color-main);
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 4px; }
  .tag-recommend-card__btn-add {
    align-self: flex-start;
    padding: 5px 15px;
    background: var(--shop-color-main);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    border: none;
    border-radius: 1000px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    position: relative;
    min-height: 28px; }
    .tag-recommend-card__btn-add:hover:not(:disabled) {
      background: #ff8a37;
      transform: translateY(-1px); }
    .tag-recommend-card__btn-add:active:not(:disabled) {
      transform: translateY(0); }
    .tag-recommend-card__btn-add:disabled {
      cursor: not-allowed;
      opacity: 0.7; }
    .tag-recommend-card__btn-add.is-loading {
      color: transparent; }
      .tag-recommend-card__btn-add.is-loading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 14px;
        margin: -7px 0 0 -7px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-top-color: #fff;
        border-radius: 50%;
        animation: spinner 0.6s linear infinite; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {
  .tag-recommend-card,
  .tag-recommend-card__title,
  .tag-recommend-card__btn-add {
    transition: none; }
  .tag-recommend-card:hover {
    transform: none; }
  .tag-recommend-card__btn-add:hover:not(:disabled) {
    transform: none; } }

.tag-recommend-card__title:focus-visible,
.tag-recommend-card__btn-add:focus-visible {
  outline: 2px solid var(--shop-color-main);
  outline-offset: 2px; }

.product-group-slider-ajax {
  min-height: 200px;
  position: relative; }

.group-slider-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0; }
  .group-slider-loading .spinner-border {
    width: 3rem;
    height: 3rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.product-group-slider-section .proloop-recipes {
  margin-bottom: 0; }

.product-group-slider-wrapper {
  position: relative; }
  .product-group-slider-wrapper .swiper {
    overflow: hidden;
    margin: 0; }
  .product-group-slider-wrapper .swiper-wrapper {
    display: flex; }
  .product-group-slider-wrapper .swiper-slide {
    width: calc(25% - 15px);
    flex-shrink: 0;
    height: auto; }

.product-group-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0; }

.slider-nav-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  color: #2d2a2c;
  transition: all 0.2s ease;
  padding: 0;
  border-radius: 200px;
  background: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  outline: none !important; }
  .slider-nav-btn svg {
    width: 20px;
    height: 20px;
    display: block; }
    .slider-nav-btn svg path {
      stroke: var(--shop-color-main); }
  .slider-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed; }

.swiper-related-prev {
  left: 0px; }

.swiper-related-next {
  right: 0px; }

@media (prefers-reduced-motion: reduce) {
  .slider-nav-btn {
    transition: none; }
    .slider-nav-btn:hover:not(:disabled) {
      transform: none; }
    .slider-nav-btn:active:not(:disabled) {
      transform: none; } }

.slider-nav-btn:focus-visible {
  outline: 2px solid var(--shop-color-main);
  outline-offset: 2px;
  border-radius: 4px; }

.product-description-section,
.product-tag-recommend-section,
.product-group-slider-section,
.product-related-pages-section,
.section-home-products-tabs {
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px; }

.productDetail-related .slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9; }
  .productDetail-related .slider-nav-btn svg {
    width: 12px;
    height: 12px; }
  .productDetail-related .slider-nav-btn.swiper-related-prev {
    left: 0px; }
  .productDetail-related .slider-nav-btn.swiper-related-next {
    right: 0px; }

.coupon-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease; }
  .coupon-modal.is-visible {
    opacity: 1;
    visibility: visible; }

.coupon-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.coupon-modal__container {
  position: relative;
  width: 90%;
  max-width: 680px;
  max-height: 85vh;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  transform: scale(0.95);
  transition: transform 0.2s ease; }
  .coupon-modal.is-visible .coupon-modal__container {
    transform: scale(1); }

.coupon-modal__header {
  padding: 20px 24px;
  border-bottom: 1px solid #e3e4e5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0; }

.coupon-modal__header-content {
  flex: 1; }

.coupon-modal__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #2e2f32;
  margin: 0; }

.coupon-modal__subtitle {
  font-size: 13px;
  line-height: 18px;
  color: #74767c;
  margin: 4px 0 0; }

.coupon-modal__close {
  width: 32px;
  height: 32px;
  border: none;
  background: #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
  flex-shrink: 0;
  color: #2e2f32; }
  .coupon-modal__close:hover {
    background: #e3e4e5; }
  .coupon-modal__close:focus-visible {
    outline: 2px solid var(--shop-color-main);
    outline-offset: 2px; }

.coupon-modal__body {
  padding: 20px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px; }

@media (prefers-reduced-motion: reduce) {
  .coupon-modal,
  .coupon-modal__container,
  .coupon-item,
  .coupon-item__copy-btn {
    transition: none; } }

body.coupon-modal-open {
  overflow: hidden; }

.section-home-video .section-heading {
  margin-bottom: 24px; }

.section-home-video__slider {
  position: relative;
  overflow: hidden; }

.section-home-video__slide {
  width: 315px;
  height: auto; }

.section-home-video__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%; }

.section-home-video__media-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 15px 15px; }

.section-home-video__media-shell::before {
  content: "";
  position: absolute;
  inset: 15px 0 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #f8f2e9 0%, #dec59c 100%); }

.section-home-video__video-link, .section-home-video__video-link:hover, .section-home-video__video-link:focus {
  position: relative;
  z-index: 1;
  color: inherit;
  text-decoration: none; }

.section-home-video__media {
  position: relative;
  aspect-ratio: 210 / 294;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5; }

.section-home-video__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease; }

.section-home-video__video-link:hover .section-home-video__media-image,
.section-home-video__video-link:focus .section-home-video__media-image {
  transform: scale(1.04); }

.section-home-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease; }

.section-home-video__video-link:hover .section-home-video__play,
.section-home-video__video-link:focus .section-home-video__play {
  transform: translate(-50%, -50%) scale(1.06); }

.section-home-video__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px; }

.section-home-video__eyebrow {
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fffcf9 0%, #feebd9 100%);
  color: #222;
  font-family: var(--title-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: center; }

.section-home-video__desc {
  display: -webkit-box;
  margin: 0;
  min-height: 68px;
  color: #222;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden; }

.section-home-video__cta {
  background: radial-gradient(circle at center, #967156 0%, #745742 55%, #533d2d 100%);
  color: #fff;
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease; }

.section-home-video__cta:hover, .section-home-video__cta:focus {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(83, 61, 45, 0.24); }

.section-home-video__product-card {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff; }

.section-home-video__product-thumb {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  background: #f5f5f5; }

.section-home-video__product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.section-home-video__product-info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 11px; }

.section-home-video__product-title, .section-home-video__product-price {
  margin: 0;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em; }

.section-home-video__product-title a, .section-home-video__product-title {
  color: #222;
  text-decoration: none; }

.section-home-video__product-price {
  color: var(--shop-color-main); }

.section-home-video .swipper__nav-button {
  width: 30px;
  height: 30px; }

.section-home-video__nav--prev {
  left: 0; }

.section-home-video__nav--next {
  right: 0; }

@keyframes pulseUnmute {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); } }

.shoppable-player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: transparent !important;
  pointer-events: none; }
  .shoppable-player.is-active {
    opacity: 1;
    visibility: visible; }
  .shoppable-player__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: background 0.2s ease, transform 0.2s ease;
    z-index: 10;
    pointer-events: auto; }
    .shoppable-player__close:hover {
      background: black;
      transform: scale(1.1); }
    .shoppable-player__close svg {
      width: 20px;
      height: 20px; }
  .shoppable-player__video {
    position: relative;
    width: 380px;
    max-width: 90vw;
    aspect-ratio: 9 / 16;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
    margin-right: 40px; }
    .shoppable-player__video iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
  .shoppable-player__unmute {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: all 0.2s ease;
    z-index: 10;
    animation: pulseUnmute 2s infinite; }
    .shoppable-player__unmute:hover {
      background: rgba(255, 255, 255, 0.2);
      border-color: rgba(255, 255, 255, 0.6);
      transform: scale(1.1);
      animation: none; }
    .shoppable-player__unmute svg {
      width: 24px;
      height: 24px; }
  .shoppable-player.is-sticky {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px; }
    .shoppable-player.is-sticky .shoppable-player__video {
      width: 200px;
      max-width: 40vw;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
      margin-right: 0; }
    .shoppable-player.is-sticky .shoppable-player__close {
      top: auto;
      right: 30px;
      bottom: calc(200px * 16 / 9 + 30px);
      width: 36px;
      height: 36px;
      background: rgba(0, 0, 0, 0.9); }
      .shoppable-player.is-sticky .shoppable-player__close:hover {
        background: black; }
  @media (max-width: 767px) {
    .shoppable-player__video {
      width: 240px;
      max-width: 240px;
      position: fixed;
      bottom: 20px;
      right: 16px;
      border-radius: 8px;
      margin-right: 0; }
    .shoppable-player__close {
      position: fixed;
      top: auto !important;
      bottom: calc(200px + 140px * 16 / 9 + 8px) !important;
      right: 16px !important;
      width: 32px !important;
      height: 32px !important;
      background: rgba(0, 0, 0, 0.8) !important; }
    .shoppable-player__unmute {
      width: 40px;
      height: 40px;
      bottom: 15px;
      right: 15px; }
      .shoppable-player__unmute svg {
        width: 20px;
        height: 20px; }
    .shoppable-player.is-sticky {
      padding: 0; }
      .shoppable-player.is-sticky .shoppable-player__close {
        bottom: calc(20px + 140px * 16 / 9 + 8px) !important; }
      .shoppable-player.is-sticky .shoppable-player__video {
        width: 140px;
        max-width: 140px;
        position: fixed;
        bottom: 20px;
        right: 16px;
        border-radius: 8px; } }

.section-home-member-benefits__inner {
  padding: 80px 0;
  background: linear-gradient(90deg, #F8F2E9 0%, #DEC59C 100%);
  border-radius: 0; }

.section-home-member-benefits__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px; }

.section-home-member-benefits__button {
  background: #84644d;
  color: #fff; }
  .section-home-member-benefits__button:hover, .section-home-member-benefits__button:focus {
    outline: 0;
    background: #6e533f;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(132, 100, 77, 0.22); }

.section-home-member-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px; }

.section-home-member-benefits__grid--1 {
  grid-template-columns: minmax(0, 1fr); }

.section-home-member-benefits__grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

.section-home-member-benefits__card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 104px;
  padding: 18px 18px 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(132, 100, 77, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease; }
  .section-home-member-benefits__card:hover, .section-home-member-benefits__card:focus-within {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(132, 100, 77, 0.14); }

.section-home-member-benefits__copy {
  min-width: 0;
  flex: 1 1 auto; }

.section-home-member-benefits__card-title {
  margin: 0;
  color: #222;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em; }

.section-home-member-benefits__card-text {
  margin: 10px 0 0;
  max-width: 390px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em; }

.section-home-member-benefits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px; }
  .section-home-member-benefits__icon img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain; }

/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
  text-align: center;
  padding: 0 !important;
  font-size: 0;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear;
  z-index: 9999; }

.modal-productApp:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-productApp .modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-size: 14px; }

.modal-productApp.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: inline-flex; }

.modal-productApp .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-productApp.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-productApp.fade.show .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal-productApp .modal-footer {
  padding: 15px;
  text-align: center;
  flex-wrap: wrap; }

.modal-productApp .modal-footer .button {
  margin: 0 5px;
  font-weight: 600;
  outline: none; }

.modal-productApp .modal-footer .button:first-child:not(:hover) {
  color: var(--shop-color-button); }

.modal-productApp .modal-footer .button:first-child:not(:hover):before {
  background: #ffffff; }

.modal-productApp .modal-header {
  padding: 15px 20px; }

.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  padding: 0px 30px 0px 0px; }

.modal-productApp .modal-header .combo-title {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold; }

.modal-productApp .modal-header .close-modal-app {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  right: 13px;
  top: 9px;
  z-index: 9;
  opacity: 1;
  margin: 0; }

.modal-productApp .modal-header .close-modal-app svg {
  display: inline-block;
  fill: currentColor;
  position: relative;
  width: 12px;
  height: 28px; }

#combo-program {
  max-height: 400px;
  overflow: auto; }

#combo-program .combo-title b {
  color: #ff0707; }

#combo-program .combo-w {
  border: 0;
  margin-bottom: 0px;
  padding: 0px 10px 0px 40px;
  position: relative; }

#combo-program .combo-w:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  color: #e67e22;
  opacity: 0; }

#combo-program .combo-w:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 10px);
  left: 7px; }

#combo-program .combo-w.checked:after {
  opacity: 1; }

#combo-program .combo-w.checked:before {
  border: 1px solid #e67e22; }

#combo-program table tr {
  margin-bottom: 3px; }

#combo-program table tr:first-child td {
  border-top: 0; }

#combo-program table label {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 2px 5px;
  cursor: pointer; }

#combo-program table label:after {
  content: "";
  display: table;
  clear: both; }

#combo-program table label img {
  display: inline-block;
  width: 85px;
  float: left; }

#combo-program table label p {
  display: inline-block;
  width: calc(100% - 85px);
  float: left;
  margin-bottom: 0px;
  padding-left: 15px; }

#combo-program table label .discount-promotion-price b {
  color: #fa0303; }

#combo-program table label .discount-promotion-price del {
  margin-left: 5px; }

#combo-program table input {
  display: none; }

#combo-program table input:checked + label {
  color: #000;
  background: #fff8f8; }

.product-buyxgety {
  margin-top: 16px; }

#buyxgety-program {
  border: 1px solid var(--shop-color-main);
  padding: 12px 14px;
  position: relative;
  min-height: 50px;
  z-index: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: 0 12px 30px rgba(230, 126, 34, 0.08); }

#buyxgety-program .buyxgety-heading {
  padding: 5px 60px 8px 0;
  position: relative; }

#buyxgety-program .buyxgety-heading h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px; }

#buyxgety-program .buyxgety-heading p {
  font-size: 12px; }

#buyxgety-program .buyxgety-heading:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  right: 10px;
  top: 6px;
  background-image: url("https://cdn.hstatic.net/files/200000935481/file/20260305-153952.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

#buyxgety-program .modal-body {
  padding: 15px 30px; }

.buyxgety_item {
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 10px 10px; }

.buyxgety_item + .buyxgety_item {
  border-top: 1px dashed #f0d2b0; }

.buyxgety_item .buyxgety_checkbox {
  width: 30px; }

.buyxgety_item .buyxgety_image {
  width: 70px;
  text-align: center; }

.buyxgety_item .buyxgety_image img {
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 12px; }

.buyxgety_item .buyxgety_item_title {
  width: calc(100% - 70px);
  padding-left: 10px; }
  .buyxgety_item .buyxgety_item_title p {
    margin: 0; }

.buyxgety_item .buyxgety_list_variant select {
  font-size: 94%;
  font-style: italic;
  min-width: 110px;
  outline: none;
  padding: 1px 15px 2px;
  margin: 2px 0 5px; }

.buyxgety_item .buyxgety_checkbox input[type=radio] {
  cursor: pointer;
  width: 15px;
  height: 15px;
  accent-color: #e67e22; }

.buyxgety_item .buyxgety_item_title .bxy__tt1 span {
  margin-bottom: 2px;
  margin-right: 8px;
  font-weight: 500;
  font-size: 10px;
  padding: 1px 6px 2px;
  border: 1px solid #ffe1db;
  background: #fef4f4;
  color: #ff0000;
  border-radius: 3px;
  display: inline-block; }

.buyxgety_item .buyxgety_item_title .bxy__tt1 a {
  color: #315399; }

.buyxgety_item .buyxgety_item_title .bxy__tt2 strong {
  color: #ff0000; }

.buyxgety_item .buyxgety_item_title .bxy__tt2 span {
  color: #315399; }

.product-loop .proloop-image .gift.product_gift_label .lazyload,
.product-loop-ldpage .gift.product_gift_label .lazyload {
  min-height: 25px; }

.product-loop .proloop-image .gift.product_gift_label img,
.product-loop-ldpage .gift.product_gift_label img {
  display: inline-block; }

table.table-cart tr td.item .ico-gift {
  display: inline-block;
  width: 16px;
  vertical-align: text-bottom;
  margin-left: 10px; }

@media (max-width: 767px) {
  .buyxgety_item {
    padding: 5px 0px 10px; }
  .modal-productApp .modal-dialog-centered {
    margin: 30px 10px 50px; }
  .modal-productApp .modal-header {
    padding-left: 15px; }
  .modal-productApp .modal-header .name-combo,
  .modal-productApp .modal-header .modal-title {
    font-size: 18px; }
  .modal-productApp .modal-footer .button {
    width: 100%;
    margin: 0; }
  .modal-productApp .modal-footer .button + .button {
    margin-top: 10px; } }

/* Recipes Suggest */
.product-suggest-wrap {
  padding-top: 72px; }
  .product-suggest-wrap h2 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #EB6100;
    text-align: center; }
  @media (max-width: 767.98px) {
    .product-suggest-wrap {
      padding-top: 30px; }
      .product-suggest-wrap h2 {
        font-size: 24px; } }

#product-suggest-list.owl-carousel:not(.owl-loaded) {
  display: flex;
  display: -ms-flex;
  overflow: hidden; }
  #product-suggest-list.owl-carousel:not(.owl-loaded) .item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-right: 24px; }

#product-suggest-list.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EB6100;
  line-height: 38px;
  text-align: center;
  border: 0;
  z-index: 99; }
  #product-suggest-list.owl-carousel .owl-nav button svg {
    width: 12px;
    height: 24px;
    fill: #fff; }
  #product-suggest-list.owl-carousel .owl-nav button.owl-prev {
    left: 18px; }
  #product-suggest-list.owl-carousel .owl-nav button.owl-next {
    right: 18px; }

/* Product Detail */
.product-recipes-banner {
  padding: 52px 0 84px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.recipes-banner-wrap {
  max-width: 480px;
  background: rgba(255, 255, 255, 0.8);
  padding: 24px;
  border-radius: 16px; }
  .recipes-banner-wrap .recipes-banner-tag {
    margin-bottom: 8px;
    color: #EB6100;
    font-weight: 500; }
    .recipes-banner-wrap .recipes-banner-tag span {
      margin-right: 24px;
      display: inline-block;
      padding: 8px; }
      .recipes-banner-wrap .recipes-banner-tag span svg {
        margin-right: 8px;
        display: inline-block;
        vertical-align: sub; }
      .recipes-banner-wrap .recipes-banner-tag span:first-child {
        padding-left: 0; }
  .recipes-banner-wrap h1 {
    font-size: 28px;
    margin-bottom: 8px; }
  .recipes-banner-wrap .recipes-banner-shortdesc {
    color: #707070; }

.product-recipes-desc-wrap {
  padding: 72px 0; }
  .product-recipes-desc-wrap .recipes-description hr {
    position: relative; }
    .product-recipes-desc-wrap .recipes-description hr:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 20px;
      width: 12px;
      height: 12px;
      background: #C7CED4;
      border-radius: 16px; }
  @media (max-width: 767.98px) {
    .product-recipes-desc-wrap {
      padding: 32px 0; } }

.recipes-gallery-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  .recipes-gallery-lists .product-gallery img {
    border-radius: 16px; }

.recipes-pro-suggest {
  background: #F0F0F0;
  margin-top: 24px;
  border-radius: 16px;
  padding: 24px; }
  .recipes-pro-suggest h2 {
    font-size: 20px;
    margin-bottom: 24px; }

.recipes-pro-suggest-lists .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  .recipes-pro-suggest-lists .item .img {
    flex: 0 0 100px;
    max-width: 100px; }
    .recipes-pro-suggest-lists .item .img img {
      border-radius: 16px; }
  .recipes-pro-suggest-lists .item .content {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 16px; }
    .recipes-pro-suggest-lists .item .content h3 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 8px; }
    .recipes-pro-suggest-lists .item .content .content-btn a {
      display: inline-block;
      background: #EB6100;
      color: #fff;
      border-radius: 8px;
      padding: 8px;
      font-weight: 500; }

.product-recipes-related {
  padding: 72px 0; }
  .product-recipes-related h2 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 32px;
    color: #EB6100; }
  @media (max-width: 767.98px) {
    .product-recipes-related {
      padding: 32px 0; } }

@media (max-width: 991px) {
  .section-home-member-benefits {
    padding-bottom: 24px; }
    .section-home-member-benefits__inner {
      padding: 20px 12px; }
    .section-home-member-benefits__header {
      gap: 14px;
      margin-bottom: 18px; }
    .section-home-member-benefits__button {
      width: 100%;
      font-size: 15px;
      justify-content: center;
      margin-top: 20px; }
    .section-home-member-benefits__grid, .section-home-member-benefits__grid--1, .section-home-member-benefits__grid--2, .section-home-member-benefits__grid--3 {
      grid-template-columns: minmax(0, 1fr);
      gap: 12px; }
    .section-home-member-benefits__card {
      gap: 12px;
      min-height: 0;
      padding: 16px 14px; }
    .section-home-member-benefits__card-title {
      font-size: 18px;
      line-height: 1.3; }
    .section-home-member-benefits__card-text {
      margin-top: 8px;
      font-size: 14px; }
    .section-home-member-benefits__icon {
      flex-basis: 40px;
      width: 40px;
      height: 40px; }
      .section-home-member-benefits__icon img {
        width: 40px;
        height: 40px; }
  .section-home-video .section-heading {
    margin-bottom: 18px; }
  .section-home-video__slide {
    width: 236px; }
  .section-home-video__media-shell {
    padding: 0 10px 10px; }
  .section-home-video__media-shell::before {
    inset: 10px 0 0; }
  .section-home-video__desc {
    min-height: 58px;
    font-size: 13px; }
  .section-home-video__cta {
    font-size: 13px; }
  .section-home-video__product-card {
    padding: 10px 12px; }
  .section-home-video__nav {
    display: none; }
  .productDetail-main {
    flex-direction: column;
    margin-top: 15px; }
  .product-gallery__container {
    flex-direction: column-reverse;
    gap: 16px; }
  .product-gallery__aspect {
    max-width: 100%;
    max-height: 100%; }
  .product-gallery__thumb-wrapper {
    flex: 0 0 100%;
    width: 100%;
    max-height: none;
    overflow: visible; }
  .product-gallery__thumb {
    height: auto; }
    .product-gallery__thumb .swiper-wrapper {
      flex-direction: row; }
  .product-gallery .product-thumb {
    width: 75px;
    height: 75px;
    margin-bottom: 0;
    margin-right: 12px; }
    .product-gallery .product-thumb:last-child {
      margin-right: 0; }
  .product-gallery__main-wrapper {
    width: 100%;
    flex: 0 0 100%;
    min-width: 100%; }
  .product-gallery__actions {
    top: 12px;
    right: 12px;
    gap: 6px; }
  .btn-gallery-action {
    width: 30px;
    height: 30px; }
    .btn-gallery-action svg {
      width: 20px;
      height: 20px; }
  .btn-gallery-action.btn-gallery-next, .btn-gallery-action.btn-gallery-prev {
    width: 30px;
    height: 30px; }
  .btn-gallery-action.btn-gallery-next {
    right: 12px; }
  .btn-gallery-action.btn-gallery-prev {
    left: 12px; }
  .product-info-section {
    gap: 16px;
    margin-top: 20px; }
  .product-title {
    font-size: 18px;
    line-height: 28px; }
  .specs__grid {
    grid-template-columns: 1fr;
    gap: 8px; }
  .spec-item {
    min-height: 70px;
    padding: 10px; }
    .spec-item--full {
      grid-column: 1; }
  .product-purchase {
    position: static; }
  .purchase-wrapper {
    gap: 15px;
    padding: 15px; }
  .purchase-price-section {
    gap: 3px; }
  .price-main__value {
    font-size: 22px;
    line-height: 36px; }
  .btn-purchase {
    width: 100%;
    min-height: 44px; }
  .shipping-option {
    padding: 8px 6px;
    gap: 8px; }
    .shipping-option__icon {
      width: 28px;
      height: 28px; }
    .shipping-option__title {
      font-size: 11px; }
    .shipping-option__desc {
      font-size: 9px; }
  .product-recommend-section {
    width: 100%; }
  .tag-recommend-card__pricing {
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 10px; }
  .product-group-slider-wrapper .swiper-slide {
    width: calc(50% - 10px); }
  .slider-nav-btn {
    width: 24px;
    height: 24px; }
    .slider-nav-btn svg {
      width: 18px;
      height: 18px; }
  .slider-nav-prev {
    left: -5px; }
  .slider-nav-next {
    right: -5px; }
  .announcement-bar {
    padding: 8px 0; }
    .announcement-bar .announcement-bar__container {
      padding: 0 12px;
      gap: 6px;
      flex-wrap: nowrap; }
    .announcement-bar .announcement-bar__icon {
      width: 54px;
      height: 30px; }
    .announcement-bar .announcement-bar__text {
      font-size: 10px;
      line-height: 1.4;
      text-align: left; }
      .announcement-bar .announcement-bar__text br {
        display: none; }
    .announcement-bar .announcement-bar__link {
      display: block;
      margin-left: 0;
      margin-top: 2px; }
    .announcement-bar .announcement-bar__close {
      width: 20px;
      height: 20px; }
      .announcement-bar .announcement-bar__close svg {
        width: 14px;
        height: 14px; }
  .section-home-products-tabs .products-tabs__nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto hidden;
    gap: 10px; }
  .related-pages__title {
    font-size: 18px;
    line-height: 26px; }
  .related-pages__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px; }
  .related-pages__column {
    width: 100%;
    gap: 16px; } }

@media (max-width: 767px) {
  .product-gallery__slide {
    border-radius: 8px; }
  .product-gallery__item {
    padding: 8px 12px; }
  .product-gallery__actions {
    top: 8px;
    right: 8px; }
  .product-thumb {
    width: 60px;
    height: 60px;
    margin-right: 8px; }
    .product-thumb__item {
      border-radius: 6px; }
  .product-variants .swatch .select-swap {
    gap: 12px; }
  .product-variants .swatch .swatch-element label {
    padding: 10px 16px;
    font-size: 12px; }
  .product-variants .swatch.is-color .select-swap {
    gap: 10px; }
  .product-variants .swatch.is-color .swatch-element {
    width: calc(50% - 5px); }
    .product-variants .swatch.is-color .swatch-element label {
      min-width: 0;
      width: 100%;
      padding: 10px;
      gap: 8px; }
  .product-variants .swatch.is-color .swatch-color-card__content {
    gap: 5px; }
  .product-variants .swatch.is-color .swatch-color-card__title,
  .product-variants .swatch.is-color .swatch-color-card__price {
    font-size: 13px; }
  .btn-guarantee {
    padding: 10px 12px;
    font-size: 13px; }
    .btn-guarantee__icon {
      width: 16px;
      height: 16px; }
    .btn-guarantee__text {
      margin: 0 10px; }
  .product-short-desc__content {
    font-size: 13px; }
  .purchase-wrapper {
    padding: 12px;
    gap: 12px; }
  .purchase-policies {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; }
  .purchase-shipping-options {
    flex-wrap: wrap; }
  .shipping-option {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 6px; }
    .shipping-option__icon {
      width: 32px;
      height: auto; }
    .shipping-option__desc {
      font-size: 10px; }
  .purchase-link-item {
    gap: 12px; }
    .purchase-link-item__content {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px; }
  .product-description-section {
    padding-top: 20px; }
  .product-documents__link {
    gap: 8px;
    padding: 12px 0;
    flex-wrap: wrap; }
  .product-documents__icon {
    width: 20px;
    height: 20px; }
  .product-documents__text,
  .product-documents__meta {
    font-size: 16px;
    line-height: 20px; }
  .accordion-header {
    padding: 14px 12px 14px 0; }
    .accordion-header svg {
      width: 15px;
      height: 15px; }
    .accordion-header__title {
      font-size: 18px;
      line-height: 20px; }
    .accordion-header__icon {
      width: 20px;
      height: 20px; }
  .product-tag-recommend__title {
    font-size: 16px;
    margin-bottom: 15px; }
  .tag-recommend-card {
    gap: 15px;
    padding: 15px 8px; }
    .tag-recommend-card__image {
      width: 70px; }
    .tag-recommend-card__img-inner {
      width: 70px;
      height: 72px;
      padding-bottom: 20px; }
    .tag-recommend-card__sale-frame {
      height: 58px; }
    .tag-recommend-card__info {
      padding: 0 8px;
      gap: 8px; }
    .tag-recommend-card__title {
      font-size: 12px; }
    .tag-recommend-card__saving-label, .tag-recommend-card__old-price, .tag-recommend-card__badge {
      font-size: 10px; }
    .tag-recommend-card__saving-value {
      font-size: 12px; }
    .tag-recommend-card__btn-add {
      font-size: 11px;
      padding: 4px 12px;
      min-height: 26px; }
  .slider-nav-prev {
    left: 0; }
  .slider-nav-next {
    right: 0; }
  .related-pages__header {
    margin-bottom: 15px; }
  .related-pages__title {
    font-size: 16px;
    line-height: 24px; }
  .related-pages__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; }
  .related-pages__column {
    gap: 14px; }
  .related-pages__link {
    font-size: 13px; }
  .coupon-modal__container {
    width: 95%;
    max-height: 90vh; }
  .coupon-modal__header {
    padding: 16px; }
  .coupon-modal__title {
    font-size: 16px;
    line-height: 22px; }
  .coupon-modal__subtitle {
    font-size: 12px; }
  .coupon-modal__body {
    padding: 16px;
    gap: 12px; }
  .coupon-item {
    padding: 12px;
    gap: 12px; }
  .coupon-item__icon {
    width: 36px;
    height: 36px; }
    .coupon-item__icon svg {
      width: 20px;
      height: 20px; }
  .coupon-item__discount {
    font-size: 14px;
    line-height: 20px; }
  .coupon-item__code-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 8px; }
  .coupon-item__copy-btn {
    width: 100%;
    justify-content: center; } }

.product-group-slider__slide .proloop-recipes h3 {
  margin-bottom: 0; }

.abc .pre {
  text-align: center;
  background: #ea6100;
  width: 100%;
  color: #fff;
  border-radius: 30px;
  padding: 10px;
  font-weight: bold; }

.abc.btn-mb {
  width: 100%; }
  .abc.btn-mb a {
    display: block; }
