/*
Theme Name: Nệm Vạn Lợi
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

:root {
  --color-white: white;
  --color-button-youtube: #C62127
}

html,
body {
  font-size: 16px;
}

.ss-four .box {
  width: 100%;
  background: white;
  aspect-ratio: 16 /9;
  border-radius: 12px;
  position: relative;
}

.ss-four .box .box-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.ss-four .box .box-text {
  padding: 5px 20px;
  position: absolute;
  bottom: 10px;
  color: white;
  background: #2a4698;
  background: linear-gradient(90deg,
      rgba(42, 70, 152, 0) 0%,
      rgba(42, 70, 152, 0.81) 50%,
      rgba(42, 70, 152, 0) 100%);
}

footer .ux-menu-title {
  font-size: 18px;
  text-transform: initial;
}

footer .ux-menu-link__text {
  font-size: 16px;
  color: black;
}

footer .row .gallery {
  margin-left: 0;
  margin-right: 0;
  gap: 5px;
}

footer .gallery-item {
  padding: 0;
}

footer .gallery-item {
  flex-basis: calc((100% - 20px) / 5) !important;
  max-width: calc((100% - 20px) / 5) !important;
}

.btn-ft {
  border-width: 1px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: fit-content;
  font-weight: 500;
  color: black;
}

.btn-ft span {
  color: black;
}

.btn-ft:hover span {
  color: white;
}

.btn-ft:nth-child(2) {
  margin-bottom: 0;
}

.absolute-footer {
  background: var(--primary-color);
  color: white !important;
  padding: 10px 0 !important;
}

.custom-video {
  max-width: 60%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  padding-top: unset !important;
}


.box-video-custom {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
  border-radius: 15px;
  cursor: pointer;
  max-width: 60%;
  margin: 0 auto;
}

.box-video-custom .box-image__background {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden
}

.box-video-custom .box-image__background img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s
}

.box-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.btn-action__icon {
  background: var(--color-button-youtube);
  color: #fff;
  border: 2px solid var(--color-button-youtube);
  min-width: 3em;
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}

.btn-action__icon i {
  color: #fff
}

.btn-action__icon:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid var(--color-button-youtube);
  -webkit-animation: btnIconRipple 2s cubic-bezier(.23, 1, .32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(.23, 1, .32, 1) both infinite;
  border-color: var(--color-button-youtube)
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    transform: scale(1)
  }

  80% {
    border-width: 1px;
    transform: scale(1.85)
  }

  100% {
    opacity: 0
  }
}

.btn-action__icon:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid var(--color-button-youtube);
  -webkit-animation: btnIconRipples 2s infinite ease-in-out;
  animation: btnIconRipples 2s infinite ease-in-out;
  border-color: var(--color-button-youtube)
}

@keyframes btnIconRipples {
  0% {
    border-width: 4px;
    transform: scale(1)
  }

  80% {
    border-width: 1px;
    transform: scale(1.45)
  }

  100% {
    opacity: 0
  }
}

.box-video-custom:hover .box-image__background img {
  transform: scale(1.1)
}

.box-video-custom:hover .btn-action__icon i {
  color: #fff
}

.ss-category .icon-box.featured-box {
  padding: 30px;
  background: var(--primary-color);
  border-radius: 30px;
  color: white;
  align-items: center;
}

.ss-category .icon-box-right .icon-box-img {
  position: absolute;
  width: 150px !important;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.ss-category .icon-box-right .icon-box-text .text * {
  color: white;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}

.row-space-betwen {
  justify-content: space-between !important;
}

.row-space-betwen>.col {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0;
}

.ss-product__category .row-item>.col {
  padding: 0 !important;
}

.section-title,
.section-title span {
  border: none;
  text-transform: uppercase !important;
  font-weight: 600;
}

.section-title b {
  display: none;
}

.section-title.section-title-center {
  justify-content: center;
}

.ss-why-choose .icon-box h3 {
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 5px;
}

.ss-why-choose .icon-box p {
  color: black;
  margin: 0;
  font-size: 16px;
}

.ss-why-choose .icon-box {
  align-items: center;
}

.nav>li>a {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 12px;
}

.nav>li.active>a,
.nav>li:hover>a {
  background: var(--primary-color);
  color: white;
  border-radius: 12px;
}

.header-nav>li>a {
  color: var(--primary-color);
}

.wide-nav .flex-center {
  max-width: 100%;
  width: 100%;
}

.wide-nav .header-nav {
  justify-content: space-between
}

#wide-nav .header-nav>li>ul.sub-menu,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu {
  width: fit-content !important;
  position: absolute;
  top: 40px;
  left: 0;
  height: auto;
  max-height: calc(100vh - 72px);
  background: #fff;
  display: block;
  padding: unset;
  margin: 0 !important
}

#wide-nav .header-nav>li>ul.sub-menu>li,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu>li {
  cursor: pointer;
  border-bottom: 1px solid lightgray;
  position: relative;
  background: #fff;
  display: block;
  width: 100%
}

#wide-nav .header-nav>li>ul.sub-menu>li>a,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu>li>a {
  padding: 12px 15px !important;
  font-size: 15px;
  font-weight: 100;
  padding: 0;
  color: black;
  border-bottom: unset;
  text-transform: capitalize
}

#wide-nav .header-nav>li>ul.sub-menu>li:hover,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu>li:hover {
  background-color: var(--primary-color)
}

#wide-nav .header-nav>li>ul.sub-menu>li:hover a,
#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu>li:hover a {
  color: #fff
}

#wide-nav .nav-dropdown-has-arrow li.has-dropdown:before,
#wide-nav .nav-dropdown-has-arrow li.has-dropdown:after {
  content: none
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
  content: none
}

#wide-nav .header-nav>li>ul.sub-menu>li>ul.sub-menu {
  left: 260px;
  top: 0;
  display: none !important
}

#wide-nav .header-nav>li>ul.sub-menu>li:hover>ul.sub-menu {
  display: block !important
}

.nav>li.html {
  font-size: 16px;
}

.flex-left .header-nav-main {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
}

.header-search-form {
  background: var(--primary-color);
  border-radius: 99px;
  color: white;
}

.header-search-form [type="search"]::placeholder {
  color: white;
}

.is-uppercase,
.uppercase {
  letter-spacing: unset
}

.is-uppercase .section-title span,
.uppercase .section-title span {
  text-transform: uppercase !important;
}

.product-small.col>.col-inner {
  background: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.product-small.col>.col-inner .box-image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f0f0f0;
}

.product-small.col>.col-inner .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out;
}

.product-small.col>.col-inner:hover .box-image img {
  transform: scale(1.04);
}

.product-small.col>.col-inner .box-text {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  text-align: left;
}

/* Nút "Chọn mua" trên product loop */
.nkd-btn-chon-mua {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1.5px solid var(--nkd-fs-bg);
  color: var(--nkd-fs-bg);
  border-radius: 6px;
  padding: 9px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  min-height: unset !important;
  line-height: unset !important;
}

.nkd-btn-chon-mua:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Badge giảm giá — hiển thị trên ảnh sản phẩm */
.discount-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 5;
}

.nkd-fs-badge {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  font-size: 14px;
  color: rgb(34, 34, 34) !important;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  overflow: hidden;
  text-decoration: none
}

span.woocommerce-Price-amount.amount {
  font-size: 17px;
  font-weight: 700;
  color: var(--nkd-fs-red-color);
}

.price-wrapper .price {
  display: flex;
  flex-direction: column-reverse;
}

.price-wrapper del bdi {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  text-decoration: line-through;
}

.badge-container .discount-badge {
  position: unset;
}

.badge-container {
  margin-top: 8px;
  left: -.25rem;
  top: .5rem;
  display: none;
  padding-bottom: .25rem;
}

.badge-container:has(.discount-badge) {
  display: block;
}

.badge-container::before {

  content: " ";
  position: absolute;
  left: 0;
  top: 1px;
  margin-top: 1px;
  height: 100%;
  width: .25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  background-color: hsl(0 80.37% 31.96%);
}

span.nkd-fs-badge .amount {
  font-size: .75rem;
  color: rgb(255 255 255 / 1);
}

.woocommerce-ordering,
.woocommerce-result-count {
  display: none !important;
}

.nkd-af-sort-pill {
  min-height: unset;
  padding: 4px 18px;
  margin: 0;
  line-height: unset;
  overflow: hidden;
}

.nkd-af-sort-pill--active {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.tw-select-checkmark {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 6px;
  right: 9px;
  margin-top: -6px;
  margin-right: -14px;
  border-top: 26px solid var(--primary-color);
  /* blue-5 (có thể chỉnh lại đúng màu bạn dùng) */
  border-left: 26px solid transparent;
}

.nkd-af-sort-pill__check {
  width: 10px;
  height: 10px;
  position: relative;
  top: -26px;
  right: 12px;
  z-index: 99 !important;
  color: white;
}

.nkd-af-sort-pills {
  justify-content: flex-end;
  position: absolute;
  top: -80px;
  left: auto;
  right: 0;
}

.single-product .badge-container {
  display: none;
}

/* ── Product Tabs (pill style) ── */
.woocommerce-tabs .wc-tabs.product-tabs {
  display: flex;
  gap: 0;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 4px;
  border-radius: 12px;
}

.product-footer .woocommerce-tabs {
  border: none;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
  content: none;
}

.woocommerce-tabs .wc-tabs.product-tabs li {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  max-width: calc(100% / 4);
  width: 100%;
  text-align: center;
}

.woocommerce-tabs .wc-tabs.product-tabs li a {
  display: block;
  padding: 8px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  transition: all .25s ease;
  white-space: nowrap;
}

.woocommerce-tabs .wc-tabs.product-tabs li a:hover {
  color: var(--primary-color);
  background: rgba(0, 0, 0, .04);
}

.woocommerce-tabs .wc-tabs.product-tabs li.active a {
  background: var(--primary-color);
  color: #fff;
}

.woocommerce-tabs .wc-tabs.product-tabs li.active a:hover {
  background: var(--primary-color);
  opacity: .9;
  color: #fff;
}

.product-section {
  border: none;
}

.nkd-wr-btn-write:hover,
.nkd-wr-reply-submit:hover {
  background: white;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.custom-variation-price {
  position: relative;
  max-width: fit-content;
}

.custom-variation-price .price {
  display: flex;
  flex-direction: row-reverse;
}

.custom-variation-price .price {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-end;
  gap: 20px;
  padding: 20px;
  background: #f5f5f5;
  width: fit-content;
  border-radius: 12px;
  color: black;
}

.custom-variation-price:has(.nkd-discount-badge) .price {
  padding-right: 70px;
}

.single-product .custom-variation-price ins .amount {
  font-size: 25px;
  color: black;
}

.single-product .custom-variation-price del .amount {
  font-size: 18px;
  color: #a6a6a6;
}

.single-product del,
.nkd-gift-item__original {
  position: relative;
  text-decoration: none;
}

.single-product del::after,
.nkd-gift-item__original::after {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  width: 90%;
  height: 1px;
  background: #a6a6a6;
  transform: translateY(-50%);
}

.nkd-gift-item__original::after {
  top: 50% !important;
}

.product-title {
  color: black;
}

.related-products-wrapper .product-section-title {
  color: black;
}

/* ── Product Action Buttons ──────────────────────────────────────────────── */

.nkd-qty-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.ux-quantity__button {
  display: none !important;
}

.nkd-qty-label {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

/* ── Pill-shaped quantity selector ──────────────────────────────────────── */
.nkd-qty-pill {
  display: flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  overflow: hidden;
  height: 38px;
}

.nkd-qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  transition: background 0.15s ease;
  padding: 0;
  margin: 0;
  line-height: 1;
  min-height: unset;
}

.nkd-qty-btn:hover {
  background: #f5f5f5;
}

.nkd-qty-btn:active {
  background: #e8e8e8;
}

/* Hide WooCommerce default .quantity wrapper styling */
.nkd-qty-pill .quantity {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: auto;
}

.nkd-qty-pill .quantity .qty {
  width: 36px;
  height: 100%;
  border: none;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  background: transparent;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
  box-shadow: none;
  min-height: unset;
  line-height: 38px;
}

.nkd-qty-pill .quantity .qty::-webkit-outer-spin-button,
.nkd-qty-pill .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.nkd-action-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.nkd-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none !important;
  border: none;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  margin: 0;
  min-height: unset;
}

.nkd-action-btn svg {
  flex-shrink: 0;
}

/* Chat Ngay — Zalo green */
.nkd-btn-zalo {
  background: #0068ff;
  color: #fff !important;
}

.nkd-btn-zalo:hover {
  background: #0054cc;
  color: #fff !important;
}

/* Thêm giỏ hàng — Primary color */
.nkd-btn-cart.nkd-action-btn {
  background: var(--primary-color) !important;
  color: #fff !important;
  min-height: unset !important;
  line-height: 1.2 !important;
}

.nkd-btn-cart.nkd-action-btn:hover {
  opacity: 0.9;
}

/* Mua với Voucher — Red gradient */
.nkd-btn-voucher {
  background: linear-gradient(135deg, #e53e3e, #c62828);
  color: #fff;
}

.nkd-btn-voucher:hover {
  background: linear-gradient(135deg, #c62828, #b71c1c);
}

/* Override WC default styles on the cart button inside our layout */
.nkd-action-buttons .single_add_to_cart_button {
  margin: 0 !important;
  border-radius: 8px !important;
  padding: 12px 22px !important;
}

.product-main {
  padding-top: 20px;
}

.product-info {
  padding-top: 0;
}

div#wide-nav {
  border-bottom: 1px solid #f5f5f5;
}

.shop-container {
  padding-top: 15px;
}

.column-info>.col-inner {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  padding: 40px;
}

.ss-form__lienhe .section-title {
  margin: 0;
}

.ss-form__lienhe .section-title .section-title-main {
  color: black;
  text-transform: initial !important
}

.ss-form__lienhe form input {
  border-radius: 40px;
}

.ss-form__lienhe form textarea {
  border-radius: 12px;
}

span.wpcf7-spinner {
  display: none;
}

.ss-form__lienhe iframe {
  border-radius: 15px;
}

.sub-text p {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .5em;
}

.slider-nav-light .flickity-page-dots .dot {
  border-color: var(--primary-color);
}

.woocommerce-account-fields {
  display: none;
}

/* ================================================================
   MOBILE RESPONSIVE — max-width: 768px
   ================================================================ */
@media screen and (max-width: 768px) {

  /* ── Sort pills ── */
  .nkd-af-sort-pills {
    display: none;
  }

  .row-fls {
    max-width: 100% !important;
  }

  .next-prev-thumbs {
    display: none;
  }

  /* ── Category circles — prevent overflow ── */
  .ss-category .icon-box.featured-box {
    padding: 14px 12px;
    border-radius: 16px;
    flex-direction: column;
    text-align: center;
  }

  .ss-category .icon-box-right .icon-box-img {
    position: static !important;
    width: 50px !important;
    transform: none !important;
    margin: 0 auto 6px;
    display: none !important;
  }

  .ss-category .icon-box-right .icon-box-text .text * {
    font-size: 11px;
    text-align: center;
  }

  .ss-category .icon-box-right .icon-box-text {
    margin: 0;
    text-align: center;
    padding: 0;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    display: flex;
  }

  /* Override Flatsome inline flex-basis on category columns */
  .row-space-betwen>.col {
    flex-basis: 30% !important;
    max-width: 30% !important;
    padding: 0 4px !important;
  }

  .section-title-container {
    margin-bottom: 0;
  }

  .nkd-post__cat-pill {
    display: none;
  }

  .nav>li.active>a,
  .nav>li:hover>a {
    background: transparent;
  }

  .header-main {
    border-bottom: 1px solid #f5f5f5;
  }

  .off-canvas .sidebar-menu {
    padding: 30px 10px 0;
  }

  .off-canvas:not(.off-canvas-center) li.html {
    padding: 0;
  }

  .row-space-betwen {
    padding: 0;
    overflow: hidden;
    justify-content: center !important;
  }

  .ss-product__category .row {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* ── Section titles — add horizontal padding ── */
  .section-title,
  .section-title-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* ── Video section — full width on mobile ── */
  .custom-video,
  .box-video-custom {
    max-width: 100%;
  }

  /* ── Product tabs — horizontal scroll instead of overlap ── */
  .woocommerce-tabs .wc-tabs.product-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: none;
    gap: 0;
  }

  .woocommerce-tabs .wc-tabs.product-tabs::-webkit-scrollbar {
    display: none;
  }

  .woocommerce-tabs .wc-tabs.product-tabs li {
    flex-shrink: 0;
    max-width: none;
    width: auto;
  }

  .woocommerce-tabs .wc-tabs.product-tabs li a {
    padding: 8px 16px;
    font-size: 13px;
  }

  /* ── Action buttons — compact layout ── */
  .nkd-action-buttons {
    flex-wrap: nowrap;
    gap: 6px;
  }

  .nkd-action-btn {
    padding: 10px 8px;
    font-size: 12px;
    gap: 3px;
    border-radius: 6px;
  }

  .nkd-action-btn svg {
    width: 14px;
    height: 14px;
  }

  /* ── Quantity row — tighter on mobile ── */
  .nkd-qty-row {
    gap: 8px;
    margin-bottom: 12px;
  }

  /* ── Variation price — reduce padding ── */
  .custom-variation-price .price {
    padding: 12px;
    gap: 10px;
  }

  .custom-variation-price:has(.nkd-discount-badge) .price {
    padding-right: 50px;
  }

  .single-product .custom-variation-price ins .amount {
    font-size: 20px;
  }

  .single-product .custom-variation-price del .amount {
    font-size: 15px;
  }

  /* ── Footer — stack columns, reduce gallery cols ── */
  footer .gallery-item {
    flex-basis: calc((100% - 8px) / 3) !important;
    max-width: calc((100% - 8px) / 3) !important;
  }

  .btn-ft {
    max-width: 100%;
  }

  /* ── Contact page — reduce padding ── */
  .column-info>.col-inner {
    padding: 16px;
  }

  .ss-form__lienhe .section-title .section-title-main {
    font-size: 18px;
  }

  /* ── Product main — reduce top padding ── */
  .product-main {
    padding-top: 10px;
  }

  /* ── "Tại sao chọn" section ── */
  .ss-why-choose .icon-box h3 {
    font-size: 15px;
  }

  .ss-why-choose .icon-box p {
    font-size: 14px;
  }

  /* ── Sub text ── */
  .sub-text p {
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  /* ── ss-four boxes ── */
  .ss-four .box .box-text {
    font-size: 13px;
    padding: 4px 12px;
    bottom: 6px;
  }
}

/* ================================================================
   EXTRA SMALL — max-width: 480px
   ================================================================ */
@media screen and (max-width: 480px) {

  .row-space-betwen>.col {
    flex-basis: 50%;
    max-width: 50%;
  }

  .nkd-action-buttons {
    flex-wrap: wrap;
  }

  .nkd-action-btn {
    flex: 1 1 calc(50% - 4px);
    min-width: calc(50% - 4px);
  }

  .nkd-btn-voucher {
    flex: 1 1 100%;
  }

  .single-product .custom-variation-price ins .amount {
    font-size: 18px;
  }
}