@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  font-family:
    "Metropolis",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  color: rgb(0 0 0 / 0.81);
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: 700;
  color: rgb(0 0 0 / 0.81);
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
  transform: scale(1.05);
}

.has-hover .bg,
.has-hover [class*="image-"] img {
  transition:
    filter 0.3s,
    opacity 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}

.title {
  margin-bottom: 20px;
}

.title h2 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  color: #000000;
}

.title-bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.title-bt .title {
  margin: 0;
}

.title-bt::after {
  display: none;
}

.title-bt .btn {
  border: 1px solid #dadada;
  padding: 12px 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 8px 20px;
  color: #000;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
  cursor: pointer;
}

.btn:hover {
  background-color: #000;
  color: #fff;
}

.bg-secon {
  background-color: #f8f8f8;
}

.bg-secon2 {
  background-color: #f0f1f2;
}

.rowSlider .flickity-prev-next-button:disabled,
.rowSlider button.flickity-prev-next-button[disabled],
.productSlider .flickity-prev-next-button:disabled,
.productSlider button.flickity-prev-next-button[disabled] {
  opacity: 0.5 !important;
  background-color: #fff !important;
}

.rowSlider .flickity-prev-next-button,
.productSlider .flickity-prev-next-button {
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 99px;
}

.rowSlider .flickity-prev-next-button svg,
.productSlider .flickity-prev-next-button svg {
  width: 30px;
  height: 30px;
}

/* home1 */
.home1 {
}

.home1 h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
}

.home1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 32px;
}

.home1 .btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding: 12px 32px;
}

.home1 .btn:hover {
  background-color: #fff;
  color: #000000;
}

.home1 .flickity-page-dots {
  bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.home1 .flickity-page-dots .dot {
  width: 102px;
  min-height: 0;
  height: 3px;
  margin: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  overflow: visible !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.home1 .flickity-page-dots .dot::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  bottom: -10px;
  z-index: 1;
}

.home1 .flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  z-index: 2;
  background-color: #fff;
}

.home1 .flickity-page-dots .dot.running::after {
  animation: dotProgress var(--progress-time, 6000ms) linear forwards;
}

.home1 .dot-hover-title {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  z-index: 3;

  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  white-space: pre-line;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;

  pointer-events: none;
}

.home1 .flickity-page-dots:hover .dot.is-selected:not(:hover) .dot-hover-title {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
}

.home1 .flickity-page-dots .dot:hover .dot-hover-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes dotProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.home1 .flickity-prev-next-button:disabled,
.home1 button.flickity-prev-next-button[disabled] {
  opacity: 0.5 !important;
}

.home1 .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 99px;
}

.home1 .flickity-prev-next-button svg {
  width: 30px;
  height: 30px;
  fill: #000 !important;
}

.home1 .flickity-prev-next-button svg path {
  fill: #000 !important;
}

@keyframes dotProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.home2 {
  padding-top: 72px;
  padding-bottom: 22px;
}

.home2 .large-columns-7 {
  justify-content: center;
}

.home2 .product-category > .col-inner {
  padding: 16px;
  background-color: #f0f1f2;
  border-radius: 12px;
  box-sizing: border-box;
}

.home2 .product-category .box-image {
  max-width: 84px;
  margin: 0 auto;
}

.home2 .product-category .box-text {
  padding: 0;
  padding-top: 24px;
}

.home2 .product-category h5 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  text-transform: none;
  color: rgb(0 0 0 / 0.81);
}

.home3 {
  padding-top: 72px;
  padding-bottom: 22px;
}

.ux-product-tabs__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.ux-product-tabs__tab {
  padding: 11px 32px;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  color: #000;
  border: 1px solid #dadada;
  text-transform: none;
  line-height: 1.15;
  margin: 0;
  min-width: 140px;
}

.ux-product-tabs__tab:hover,
.ux-product-tabs__tab.is-active {
  background-color: #fff;
  border-color: #fff !important;
}

.ux-product-tabs__tab[aria-disabled="true"] {
  cursor: wait;
}

.ux-product-tabs__tab.is-pending {
  border-color: #000;
  color: #000;
}

.ux-product-tabs__panel[hidden] {
  display: none !important;
}

.ux-product-tabs__panel .productSlider .col {
  transition: opacity 0.22s ease;
}

.ux-product-tabs__panel.is-loading .productSlider .col {
  opacity: 0.3;
}

/* .home3 .flickity-viewport {
  overflow: unset;
}

.home3 .productSlider .col {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.home3 .productSlider .col.is-active-opacity {
  opacity: 1;
} */

.home4 {
  padding-top: 36px;
  padding-bottom: 16px;
}

.home4 .box {
  border-radius: 12px;
  overflow: hidden;
}

.home4 .box-text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 40px;
}

.home4 .box-text h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
}

.home4 .box-text p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 16px;
}

.home4 .box-text.dark h3,
.home4 .box-text.dark p {
  color: #fff;
}

.home4 .box-text.dark a.btn {
  border-color: #fff;
}

.home4 .box-text.dark a.btn:hover {
  background-color: #fff;
  color: #000;
}

.rowSlider2.slider-nav-outside .flickity-prev-next-button.previous {
  top: calc(-16px - 44px);
  right: calc(44px + 20px);
}

.rowSlider2.slider-nav-outside .flickity-prev-next-button.next {
  top: calc(-16px - 44px);
  right: 10px;
  left: unset;
}

.home5 {
  padding-top: 36px;
  padding-bottom: 56px;
}

.home5 .box {
  border-radius: 12px;
  overflow: hidden;
}

.home5 .box .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
}

.home5 .box .btn-link {
  border: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  background-color: transparent !important;
}

.home5 .box .btn-link svg {
  width: 20px;
  height: 20px;
}

.home6 {
  padding-top: 36px;
  padding-bottom: 16px;
}

.home6 .icon-box {
  text-align: center;
  width: 100%;
  padding: 20px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.home6 .icon-box-img {
  margin: 0;
}

.home6 .icon-box-text {
  text-align: left;
}

.home6 .icon-box-text h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin: 4px 0 8px 0;
  order: 1;
  text-align: left;
}

.home6 .icon-box-text p {
  font-size: 16px;
  line-height: 1.4;
  min-height: 44px;
  margin: 0;
  margin-bottom: 16px;
  text-align: left;
  color: #404040;
  order: 2;
}

.home6 .icon-box-text .btn-link {
  padding: 0;
  border: 0;
  order: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
  cursor: pointer;
  gap: 4px;
  text-decoration: underline;
  background-color: transparent !important;
}

.home6 .icon-box-text .btn-link:hover {
  color: #007934;
}

.home7 {
  padding-top: 36px;
  padding-bottom: 16px;
}

.ux-latest-product-reviews__item {
  display: flex;
  padding: 24px 20px 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 12px;
  transition: opacity 0.3s ease;
}

.ux-latest-product-reviews__reviewer {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
  margin-bottom: 16px;
}

.ux-latest-product-reviews__author {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 4px;
  display: block;
}

.ux-latest-product-reviews__avatar {
  width: 44px;
  height: 44px;
  border-radius: 99px;
  overflow: hidden;
}

.ux-latest-product-reviews__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 144px;
}

.star-rating {
  width: 70px;
  margin: 0;
}

.star-rating span {
  padding-top: 16px;
}

.star-rating span:before {
  color: #f4ba00;
}

.star-rating:before,
.star-rating span:before {
  font-size: 14px;
}

.star-rating:before,
.woocommerce-page .star-rating:before {
  content: "";
  color: #c9cccf;
}

.woocommerce-product-rating .star-rating span:before {
  color: #108474;
}

.ux-latest-product-reviews__product {
  width: 100%;
  border-radius: 12px;
  background: #f0f1f2;
  padding: 4px 14px 4px 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.ux-latest-product-reviews__product-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.ux-latest-product-reviews__product-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ux-latest-product-reviews__product:hover
  .ux-latest-product-reviews__product-title {
  text-decoration: underline;
}

.home8 {
  padding-top: 36px;
  padding-bottom: 16px;
}

.home9 {
  padding-top: 72px;
  padding-bottom: 16px;
}

.home10 {
  padding-top: 36px;
  padding-bottom: 56px;
}

.home10 .box-i {
  border-radius: 12px;
  padding: 24px 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}

.home10 .box-i .img-bg {
  position: absolute;
  width: auto;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}

.home10 .box-i .img-bg .img-inner {
  height: 100%;
}

.home10 .box-i .img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home10 .box-t h3 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  z-index: 2;
  position: relative;
}

.home10 .box-t p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  z-index: 2;
  position: relative;
}

.home10 .medium-6 .box-i {
  text-align: center;
  align-items: center;
}

.home10 .medium-6 .box-i h3 {
  background: linear-gradient(90deg, #ffeabc 0%, #e9c384 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home10 .medium-6 .box-i p {
  color: #fff !important;
}

.home10 .box-i .img-ic {
  width: 72px;
  height: 72px;
  position: absolute;
  bottom: 24px;
  right: 32px;
  max-width: 72px;
}

.home10 .large-4 .box-i {
  min-height: 220px;
}

.home10 .box-i2 {
  background: linear-gradient(0deg, #f1fff7 0%, #fff 69.23%);
}

.home10 .box-i2 .img-bt {
  position: absolute;
  width: auto !important;
  height: 116px;
  bottom: 0;
  right: 32px;
  left: 32px;
}

.home11 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.home-meta {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.home11 .b-text1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-right: auto;
  padding: 0;
  border: none;
}

.home11 .b-text1 h2 {
  line-height: 1.3;
  color: #007934;
  font-size: 78px;
  font-weight: 700;
  margin: 0;
  width: fit-content;
}

.home11 .b-text1 h3 {
  font-size: 42px;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  width: fit-content;
  margin: 0;
}

.home11 .b-text2 {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding-right: 46px;
  margin-right: 24px;
}

.home11 .b-text2:last-of-type {
  border-right: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.home11 .b-text2 h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  margin: 0;
  width: fit-content;
}

.home11 .b-text2 p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #666;
  margin: 0;
}

/* single-product */
.product-thumbnails.row-small {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.product-thumbnails.row-small > .flickity-viewport > .flickity-slider > .col {
  padding: 0 4px;
}

.product-thumbnails img {
  margin: 0;
  opacity: 1;
}

.product-thumbnails {
  border-color: rgb(0, 0, 0, 0.3);
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  transform: translateY(0);
}

.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-color: #000000;
}

.product-thumbnails .flickity-prev-next-button {
  display: none !important;
}

h1.product-title {
  color: #0d0d0d;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 8px;
  margin: 0;
}

.product-price-container span.amount {
  color: #0d0d0d;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.product-price-container del span.amount {
  font-size: 20px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
  opacity: 1;
}

.quantity-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quantity-label {
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}

.quantity {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgb(223 223 223 / 1);
}

.quantity input {
  width: 42px !important;
  height: 42px;
  min-height: unset;
  max-width: unset !important;
  box-shadow: none !important;
  font-size: 20px;
  line-height: 1;
  color: #222 !important;
  background-color: #fff !important;
  border: 0 !important;
}

.woocommerce-variation-add-to-cart,
form.cart {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
}

button.single_add_to_cart_button,
button.ux-buy-now-button {
  background-color: rgb(0 121 52 / 1) !important;
  height: 48px;
  min-height: 48px;
  border-radius: 12px;
  font-size: 14px;
  text-transform: none;
}

button.ux-buy-now-button {
  background: linear-gradient(344deg, #f6d898 2%, #f6ddb2) !important;
  color: #000;
}

.product-section {
  border: 0;
  padding-top: 36px;
  padding-bottom: 16px;
}

.product-section .rowSlider .flickity-prev-next-button {
  top: -80px !important;
}

.product-section .title {
  margin-bottom: 30px;
}

.product-section .title h2 {
  padding: 14px 28px;
  background-color: #f3f3f3;
}

.product-short-description {
  position: relative;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
}

.product-short-description.fold-initialized {
  position: relative;
  transition: max-height 0.35s ease;
}

/* Trạng thái thu gọn */
.product-short-description.is-folded {
  max-height: 208px;
  overflow: hidden;
  padding-bottom: 55px;
  cursor: pointer;
}

.product-short-description.is-expanded {
  max-height: none;
  overflow: visible;
  padding-bottom: 34px;
}

.product-short-description.is-folded::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 85px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 58%);
}

.product-short-description .foldBtn-wrap {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 28px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #009236;
}

.product-short-description .foldBtn {
  margin: 0;
  padding: 0;
  min-height: unset;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #009236 !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
}

.product-short-description .foldBtn:hover,
.product-short-description .foldBtn:focus {
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #111;
}

.product-short-description .foldBtn-arrow {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  position: relative;
  top: -2px;
}

.product-short-description .foldBtn-wrap.unfold .foldBtn-arrow {
  transform: rotate(225deg);
}

.product-tabs li {
  width: 100%;
}

.product-tabs li a {
  padding: 14px 28px;
  background-color: #f3f3f3;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  color: #000000 !important;
  width: 100%;
  text-transform: none;
}

.product-tabs li a::before {
  display: none !important;
}

.daw-product-reviews .title h2 {
  padding: 14px 28px;
  background-color: #f3f3f3;
  margin-top: 46px;
}

.product__trust-divAll {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 8px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Product Trust Badges */
.product__trust-divAll {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}

.product__trust-divAll.product__trust-layout-column {
  flex-direction: column;
}

.product__trust-divAll.product__trust-align-left {
  text-align: left;
}

.product__trust-divAll.product__trust-align-center {
  justify-content: center;
  text-align: center;
}

.product__trust-divAll.product__trust-align-right {
  justify-content: flex-end;
  text-align: right;
}

.product__trust-divAll .trust-badge__message,
.product__trust-divAll .trust-delivery__message {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.product__trust-divAll .trust-badge__payment-icons,
.product__trust-divAll .trust-delivery__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.product__trust-divAll.product__trust-align-center .trust-badge__payment-icons,
.product__trust-divAll.product__trust-align-center .trust-delivery__icons {
  justify-content: center;
}

.product__trust-divAll.product__trust-align-right .trust-badge__payment-icons,
.product__trust-divAll.product__trust-align-right .trust-delivery__icons {
  justify-content: flex-end;
}

.product__trust-divAll .trust-badge__icon {
  display: block;
  flex: 0 0 auto;
  width: 38px;
  height: 24px;
}

.product__trust-divAll .trust-delivery__icons {
  min-height: 40px;
}

.product__trust-divAll .trust-delivery__icon {
  display: block;
  width: auto;
  max-width: 100%;
  height: 40px;
  object-fit: contain;
}

/* Title size options */
.product__trust-divAll.product__trust-title-size-12 .trust-badge__message,
.product__trust-divAll.product__trust-title-size-12 .trust-delivery__message {
  font-size: 12px;
}

.product__trust-divAll.product__trust-title-size-14 .trust-badge__message,
.product__trust-divAll.product__trust-title-size-14 .trust-delivery__message {
  font-size: 14px;
}

.product__trust-divAll.product__trust-title-size-16 .trust-badge__message,
.product__trust-divAll.product__trust-title-size-16 .trust-delivery__message {
  font-size: 16px;
}

.product__trust-divAll.product__trust-title-size-18 .trust-badge__message,
.product__trust-divAll.product__trust-title-size-18 .trust-delivery__message {
  font-size: 18px;
}

/* Section gap options */
.product__trust-divAll.product__trust-section-gap-12 {
  gap: 12px;
}

.product__trust-divAll.product__trust-section-gap-16 {
  gap: 16px;
}

.product__trust-divAll.product__trust-section-gap-24 {
  gap: 24px;
}

.product__trust-divAll.product__trust-section-gap-32 {
  gap: 32px;
}

.product__trust-divAll.product__trust-section-gap-40 {
  gap: 40px;
}

/* Delivery logo height options */
.product__trust-divAll.product__trust-delivery-height-24
  .trust-delivery__icons {
  min-height: 24px;
}

.product__trust-divAll.product__trust-delivery-height-24 .trust-delivery__icon {
  height: 24px;
}

.product__trust-divAll.product__trust-delivery-height-32
  .trust-delivery__icons {
  min-height: 32px;
}

.product__trust-divAll.product__trust-delivery-height-32 .trust-delivery__icon {
  height: 32px;
}

.product__trust-divAll.product__trust-delivery-height-40
  .trust-delivery__icons {
  min-height: 40px;
}

.product__trust-divAll.product__trust-delivery-height-40 .trust-delivery__icon {
  height: 40px;
}

.product__trust-divAll.product__trust-delivery-height-48
  .trust-delivery__icons {
  min-height: 48px;
}

.product__trust-divAll.product__trust-delivery-height-48 .trust-delivery__icon {
  height: 48px;
}

.product__trust-divAll.product__trust-delivery-height-56
  .trust-delivery__icons {
  min-height: 56px;
}

.product__trust-divAll.product__trust-delivery-height-56 .trust-delivery__icon {
  height: 56px;
}

@media (max-width: 549px) {
  .product__trust-divAll.product__trust-layout-row > div {
    width: 100%;
  }
}

/*
 * UG Product ETA styles.
 *
 * The first section is used on the storefront.
 * The final section styles the WooCommerce Product ETA settings page.
 */

.ug-estimated-ship {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: red;
}

.ug-product-eta {
  --ug-eta-border: #e4e7e5;
  --ug-eta-muted: #6a6f6c;
  --ug-eta-text: #202421;
  --ug-eta-soft: #f2f6f3;
  --ug-eta-accent: #1d7f45;

  background: #fff;
  color: var(--ug-eta-text);
  margin-top: 24px;
  margin-bottom: 24px;
}

.ug-product-eta__heading {
  color: #0d0d0d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.ug-product-eta__timeline {
  display: grid;
  grid-template-columns:
    minmax(80px, 1fr) minmax(28px, 0.55fr) minmax(80px, 1fr)
    minmax(28px, 0.55fr) minmax(100px, 1.25fr);
  align-items: start;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(13, 13, 13, 0.1);
}

.ug-product-eta__item {
  min-width: 0;
  text-align: center;
}

.ug-product-eta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 8px;
  border-radius: 999px;
  background: var(--ug-eta-soft);
  color: var(--ug-eta-accent);
}

.ug-product-eta__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ug-product-eta__label,
.ug-product-eta__date {
  display: block;
  overflow-wrap: anywhere;
}

.ug-product-eta__label {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #0d0d0d;
  margin: 0;
  text-align: center;
}

.ug-product-eta__date {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #0d0d0d;
  margin: 0;
  text-align: center;
}

.ug-product-eta__line {
  height: 1px;
  margin: 22px 5px 0;
  background: var(--ug-eta-border);
}

@media (max-width: 549px) {
  .ug-product-eta {
    padding: 16px 10px;
  }

  .ug-product-eta__timeline {
    grid-template-columns: minmax(72px, 1fr) 20px minmax(72px, 1fr) 20px minmax(
        86px,
        1.2fr
      );
  }

  .ug-product-eta__line {
    margin-left: 2px;
    margin-right: 2px;
  }

  .ug-product-eta__label,
  .ug-product-eta__date {
    font-size: 11px;
  }
}

/* WooCommerce Product ETA admin settings. */
#ug_eta_processing_days,
#ug_eta_cutoff_time,
#ug_eta_delivery_min_days,
#ug_eta_delivery_max_days {
  width: 100px;
}

#ug_eta_working_days {
  min-width: 320px;
}

#ug_eta_holidays {
  width: 420px;
  max-width: 100%;
  height: 120px;
}

#ug_eta_ship_template,
#ug_eta_heading_template {
  width: 520px;
  max-width: 100%;
}

.ug-advantage-list-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  gap: 8px;
}

.ug-advantage-info-button,
.ug-advantage-modal-content-close,
.ug-advantage-item-label,
.ug-advantage-modal-overlay {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  min-height: unset;
}

.ug-advantage-info-button {
  display: inline-flex;
  cursor: pointer;
}

.ug-advantage-info-button svg {
  width: 20px;
  height: 20px;
  color: #007934;
}

.ug-advantage-list-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ug-advantage-list-content-item,
.ug-advantage-modal-item-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ug-advantage-list-content-item-icon,
.ug-advantage-modal-item-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ug-advantage-modal[hidden],
.ug-advantage-list-content-item-description[hidden] {
  display: none !important;
}

.ug-advantage-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ug-advantage-modal-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.ug-advantage-modal-content {
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  background: #f2f2f2;
  color: #000;
  border-radius: 8px;
  padding: 16px 20px;
  position: relative;
  z-index: 1005;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-sizing: border-box;
}

.ug-advantage-modal-content-title {
  font-size: 20px;
  text-align: center;
  margin: 28px 0 20px 0;
  font-weight: 600;
}

.ug-advantage-modal-content-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  cursor: pointer;
}

.ug-advantage-modal-content-item {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}

.ug-advantage-item-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  padding: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
  min-height: unset;
  font-size: 14px;
  text-transform: none;
  line-height: 1;
}

.ug-advantage-arrow-icon {
  display: inline-flex;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}

.ug-advantage-item-label[aria-expanded="true"] .ug-advantage-arrow-icon {
  transform: rotate(0);
}

.ug-advantage-list-content-item-description {
  padding: 0;
  font-size: 12px;
  color: #666;
}

.ug-advantage-list-content-item-description > * {
  margin: 0;
}

body.ug-advantage-modal-open {
  overflow: hidden;
}

@media (max-width: 549px) {
  .ug-advantage-list-content {
    grid-template-columns: 1fr;
  }
}

.ug-advantage-list {
  padding: 24px 16px;
  border-radius: 4px 4px 0 0;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.ug-advantage-modal-content-list {
  background: #fff;
  padding: 0 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

.woocommerce-product-rating {
  margin-bottom: 12px;
}

.product-price-container .price-wrapper .price {
  margin-bottom: 12px;
}

.ug-anniversary-sale__message {
  font-size: 14px;
}

.ug-anniversary-sale__message > span {
  color: rgb(225, 60, 57);
}

.ug-anniversary-sale__note {
  font-size: 14px;
  margin-top: 12px;
}

.ux-product-hover-tabs {
  display: flex;
  flex: 1;
  gap: 48px;
}

.ux-product-hover-tabs__nav {
  display: flex;
  flex-direction: column;
  width: 230px;
  gap: 10px;
}

.ux-product-hover-tabs__nav button {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  text-transform: none;
}

.ux-product-hover-tabs__nav button:hover,
.ux-product-hover-tabs__nav button.is-active {
  background-color: #eef8f2;
  font-weight: 600;
}

.ux-product-hover-tabs__panels {
  flex: 1;
}

.prd_menu .ux-products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.prd_menu .ux-products-list li {
  background-color: #f8f8f8;
  padding: 0 16px;
  border-radius: 8px;
  border: 0.5px solid #f8f8f8;
  height: 108px;
  padding-left: calc(108px + 16px);
  padding-top: 20px;
}

.prd_menu .ux-products-list li:hover {
  border: 0.5px solid #ccc;
}

.prd_menu .ux-products-list .star-rating {
  display: none;
}

.prd_menu ul.product_list_widget li img {
  width: 106px;
  height: 106px;
  border-radius: 12px;
  margin: 0;
  top: 0;
}

.prd_menu ul.product_list_widget li span.amount {
  font-size: 14px;
  font-weight: 500;
}

ul.product_list_widget li a:not(.remove) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--Black, #000);
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: initial;
}

.prd_menu ul.product_list_widget li del span.amount {
  font-weight: 400;
}

ul.product_list_widget li del {
  text-decoration: none;
}

.prd_menu h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  margin-bottom: 16px;
}

.sub-menu.nav-dropdown {
  padding: 30px 0;
  border-top: 1px solid #dadada;
}

.icon-shopping-cart:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #000000cf;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.392 6.875h13.216v8.016c0 .567-.224 1.112-.624 1.513-.4.402-.941.627-1.506.627H5.522a2.13 2.13 0 0 1-1.506-.627 2.15 2.15 0 0 1-.624-1.513zM8.818 2.969h2.333c.618 0 1.211.247 1.649.686a2.35 2.35 0 0 1 .683 1.658v1.562H6.486V5.313c0-.622.246-1.218.683-1.658a2.33 2.33 0 0 1 1.65-.686' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.392 6.875h13.216v8.016c0 .567-.224 1.112-.624 1.513-.4.402-.941.627-1.506.627H5.522a2.13 2.13 0 0 1-1.506-.627 2.15 2.15 0 0 1-.624-1.513zM8.818 2.969h2.333c.618 0 1.211.247 1.649.686a2.35 2.35 0 0 1 .683 1.658v1.562H6.486V5.313c0-.622.246-1.218.683-1.658a2.33 2.33 0 0 1 1.65-.686' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.icon-user:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #000000cf;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.75 20.2021C2.75 16.5642 5.78929 13.6151 12 13.6151C18.2107 13.6151 21.25 16.5642 21.25 20.2021C21.25 20.7808 20.8277 21.25 20.3069 21.25H3.69314C3.17226 21.25 2.75 20.7808 2.75 20.2021Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M15.4688 6.21875C15.4688 8.13449 13.9157 9.6875 12 9.6875C10.0843 9.6875 8.53125 8.13449 8.53125 6.21875C8.53125 4.30301 10.0843 2.75 12 2.75C13.9157 2.75 15.4688 4.30301 15.4688 6.21875Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.75 20.2021C2.75 16.5642 5.78929 13.6151 12 13.6151C18.2107 13.6151 21.25 16.5642 21.25 20.2021C21.25 20.7808 20.8277 21.25 20.3069 21.25H3.69314C3.17226 21.25 2.75 20.7808 2.75 20.2021Z' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M15.4688 6.21875C15.4688 8.13449 13.9157 9.6875 12 9.6875C10.0843 9.6875 8.53125 6.21875 8.53125 6.21875C8.53125 4.30301 10.0843 2.75 12 2.75C13.9157 2.75 15.4688 4.30301 15.4688 6.21875Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.icon-search:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #000000cf;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.927 17.0401L20.4001 20.4001M19.2801 11.4401C19.2801 15.77 15.77 19.2801 11.4401 19.2801C7.11019 19.2801 3.6001 15.77 3.6001 11.4401C3.6001 7.11019 7.11019 3.6001 11.4401 3.6001C15.77 3.6001 19.2801 7.11019 19.2801 11.4401Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.927 17.0401L20.4001 20.4001M19.2801 11.4401C19.2801 15.77 15.77 19.2801 11.4401 19.2801C7.11019 19.2801 3.6001 15.77 3.6001 11.4401C3.6001 7.11019 7.11019 3.6001 11.4401 3.6001C15.77 3.6001 19.2801 7.11019 19.2801 11.4401Z' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

[data-icon-label]:after {
  background-color: rgb(0 121 52 / 1);
}

#masthead .nav > li > a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}

.has-dropdown .icon-angle-down {
  opacity: 1;
}

/* category-page-row */
.off-canvas .mfp-content.off-canvas-cart,
#cart-popup {
  --drawer-width: 448px !important;
}

.widget_price_filter .price_slider_amount .button {
  margin: 0;
  padding: 4px 12px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.9 !important;
  color: #fff !important;
  background: #007943;
}

.category-page-row > .large-3 {
  flex: 0 0 calc(100% / 6 + 20px);
  max-width: calc(100% / 6 + 20px);
}

.category-page-row > .large-9 {
  flex: 0 0 calc(100% - (100% / 6 + 20px));
  max-width: calc(100% - (100% / 6 + 20px));
}

.products2 .product-small .product-title a {
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 37px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.products2 .product-small.box {
  border-radius: 8px;
}

.products2 .products .product-small.col {
  padding: 0 5px 10px;
}

.products2 .products.row-small:not(.row-collapse) {
  margin-left: -5px;
  margin-right: -5px;
}

.products2 .product-small .box-text {
  padding-bottom: 60px;
}

.products2 .card-footer {
  margin: 0;
}

.products2 .btn-addtocart {
  padding: 4px 12px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.9 !important;
  color: #fff !important;
  background: #007943;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
  white-space: nowrap;
  height: 32px;
  min-height: unset;
  position: absolute;
  width: fit-content;
  bottom: 18px;
  right: 18px;
}

.products2 span.amount {
  font-size: 16px;
}

.products2 del span.amount {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}

.products2 .price-wrapper .price {
  height: 32px;
  position: absolute;
  bottom: 18px;
  left: 16px;
}

.nav-pagination > li > a,
.nav-pagination > li > span {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  line-height: 34px;
}

/* .product-small */
.products .badge-container,
.product-images .badge-container {
  top: 0;
  left: 16px;
  margin: 0;
}

.products2 .products .badge-container,
.product-images .badge-container {
  left: 0;
}

.products2 .products .badge-container {
  border-top-left-radius: 8px;
  overflow: hidden;
}

.products .badge-frame,
.product-images .badge-frame {
  margin: 0;
  width: unset;
  height: unset;
}

.products .badge-frame .badge-inner,
.product-images .badge-frame .badge-inner {
  width: 58px;
  height: 58px;

  background-image: url("/wp-content/uploads/2026/07/svgexport-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0;
  padding: 0;
  color: #fff;
}

.product-images .badge-frame .badge-inner {
  width: 68px;
  height: 68px;
}

.products .badge-frame .onsale,
.product-images .badge-frame .onsale {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.product-images .badge-frame .onsale {
  font-size: 20px;
}

.products .badge-frame .onsale > span,
.product-images .badge-frame .onsale > span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.product-images .badge-frame .onsale > span {
  font-size: 14px;
}

.product-small.box {
  background: #fafafa;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #fafafa;
}

.product-small .box-text {
  position: relative;
  padding: 18px 16px;
}

.product-small .product-title {
  margin: 0 0 8px;
}

.product-small .product-title a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  min-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

span.amount {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #000;
}

del span.amount {
  font-size: 16px;
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
  opacity: 1;
  margin: 0;
}

.price del {
  text-decoration: unset;
}

.price-wrapper .price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.price-wrapper .price > span {
  display: block;
}

.card-footer {
  margin-top: 8px;
}

.btn-addtocart {
  background: #000;
  color: white !important;
  border: none;
  padding: 10px 16px;
  border-radius: 100px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  text-align: center;
  min-height: 41px;
}

.btn-addtocart:hover {
  background: #404040;
}

.products .btn-addtocart .btn-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: currentColor;
  border-radius: 50%;
  box-sizing: border-box;
  animation: daw-button-spin 0.7s linear infinite;
}

.products .btn-addtocart.loading {
  pointer-events: none;
  cursor: wait;
}

.products .btn-addtocart.loading .btn-text {
  display: none;
}

.products .btn-addtocart.loading .btn-spinner {
  display: block;
  margin: 0 auto;
}

@keyframes daw-button-spin {
  to {
    transform: rotate(360deg);
  }
}

.products .added_to_cart {
  display: none !important;
}

/* post-item */
.post-item .box {
  background-color: #fff;
  overflow: hidden;
  border-radius: 12px;
}

.post-item .box-text {
  padding: 24px;
}

.post-item .box-text .post-title a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-item .box-text .post-title a:hover {
  text-decoration: underline;
}

.box-blog-post .is-divider {
  display: none;
}

.post-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.post-meta .post-category {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  padding: 2px 6px;
  background-color: #007934;
}

.post-meta .post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

#footer {
  background-color: rgb(0 0 0 / 1);
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  font-weight: 400;
}

.b-footer {
  display: flex;
  flex-direction: row;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: space-between;
}

.b-footer .b-left {
  position: relative;

  flex-basis: 32%;
  width: 32%;
  height: auto;

  padding: 0;
  margin: 0;

  border-width: 1px;
  border-style: none;
  border-color: rgb(var(--color-border-rgb) / 1);
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .b-footer .b-left {
    flex-basis: 100%;
    width: 100%;
    min-width: 5rem;
  }
}

.b-footer .b-left h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #fff;
}

.b-footer .b-left p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-top: 0;
}

.b-footer .b-right {
  position: relative;

  flex: 0 0 55%;
  width: 55%;
  height: auto;

  padding: 0;
  margin: 0;

  border: none;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .b-footer .b-right {
    flex-basis: 100%;
    width: 100%;
    min-width: 5rem;
  }
}

.b-footer .b-rightc {
  position: relative;

  display: flex;
  width: 100%;
  height: 100%;

  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.b-footer .b-rightt {
  flex: 1;
}

.b-footer .b-rightt h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-transform: none;
  margin-bottom: 12px;
}

.b-footer .b-rightt ul {
  list-style: none;
}

.b-footer .b-rightt ul li {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(255 255 255 / 1);
  margin-bottom: 12px;
}

.b-footer .b-rightt ul li:last-of-type {
  margin-bottom: 0;
}

.b-footer form {
  position: relative;
}

.b-footer form p {
  margin: 0 !important;
}

.b-footer form input.wpcf7-email {
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  box-shadow: none !important;
  margin: 0;
  padding: 10px 1.75rem;
  height: 42px;
}

.b-footer form input.wpcf7-submit {
  margin: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all 0.3s ease;
  border-radius: 100px;
  height: 34px;
  min-height: unset;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.b-footer .wpcf7 label {
  color: #fff;
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 4px;
  text-align: left;
}

.b-footer .wpcf7 label input {
  position: relative;
  top: 3px;
  margin: 0;
}

.absolute-footer.dark {
  display: none;
}

/* -------------------------------------------------------------
 * Flatsome mini cart
 * ------------------------------------------------------------- */
.off-canvas .mfp-content.off-canvas-cart,
#cart-popup {
  --drawer-width: 448px !important;
  --mini-cart-text: #111;
  --mini-cart-muted: #686868;
  --mini-cart-border: #e7e7e7;
  --mini-cart-surface: #f7f7f7;
  --mini-cart-accent: #007943;
}

.off-canvas.off-canvas-right:has(.mfp-content.off-canvas-cart) {
  --mini-cart-accent: #007943;
}

body:has(.mfp-content.off-canvas-cart) .dawp-contact-wrap {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.off-canvas .mfp-content.off-canvas-cart {
  background: #fff;
  box-shadow: -18px 0 44px rgb(0 0 0 / 14%);
  color: var(--mini-cart-text);
  overscroll-behavior: contain;
}

#cart-popup,
#cart-popup .cart-popup-inner {
  height: 100%;
  min-height: 0;
}

#cart-popup .cart-popup-inner {
  padding: 0;
  background: #fff;
}

#cart-popup .cart-popup-title {
  position: relative;
  display: flex;
  flex: 0 0 76px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 76px;
  margin: 0;
  padding: 0 72px 0 24px;
  border-bottom: 1px solid var(--mini-cart-border);
  text-align: left !important;
}

#cart-popup .cart-popup-title .heading-font {
  width: auto;
  color: var(--mini-cart-text);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

#cart-popup .cart-popup-title .is-divider {
  display: none;
}

.off-canvas.off-canvas-right:has(.mfp-content.off-canvas-cart) > .mfp-close {
  top: 0;
  right: 4px;
  width: 56px;
  height: 76px;
  min-height: 44px;
  padding: 0;
  color: #222;
  opacity: 1;
}

.off-canvas.off-canvas-right:has(.mfp-content.off-canvas-cart)
  > .mfp-close
  svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.7;
}

.off-canvas.off-canvas-right:has(.mfp-content.off-canvas-cart)
  > .mfp-close:hover {
  color: var(--mini-cart-accent);
  background: transparent;
}

#cart-popup .widget_shopping_cart,
#cart-popup .widget_shopping_cart_content {
  min-height: 0;
}

#cart-popup .widget_shopping_cart {
  width: 100%;
}

#cart-popup .widget_shopping_cart_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-height: 0;
}

#cart-popup .woocommerce-mini-cart {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 8px 24px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #c7c7c7 transparent;
  scrollbar-width: thin;
}

#cart-popup .woocommerce-mini-cart::-webkit-scrollbar {
  width: 5px;
}

#cart-popup .woocommerce-mini-cart::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c7c7c7;
}

#cart-popup .woocommerce-mini-cart-item {
  position: relative;
  display: block;
  min-height: 144px;
  margin: 0;
  padding: 20px 0 20px 112px !important;
  border-bottom: 1px solid var(--mini-cart-border);
  overflow: visible;
}

#cart-popup .woocommerce-mini-cart-item > a:not(.remove) {
  position: static;
  display: -webkit-box;
  min-height: 44px;
  padding: 2px 34px 0 0;
  color: var(--mini-cart-text);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#cart-popup .woocommerce-mini-cart-item > a:not(.remove):hover {
  color: var(--mini-cart-accent);
}

#cart-popup .woocommerce-mini-cart-item > a:not(.remove) img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 96px;
  height: 96px;
  margin: 0;
  border-radius: 10px;
  background: var(--mini-cart-surface);
  object-fit: contain;
}

#cart-popup .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 14px;
  right: -8px;
  display: grid;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  color: transparent !important;
  background: transparent !important;
  place-items: center;
  opacity: 1;
}

#cart-popup .woocommerce-mini-cart-item .remove::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #5e5e5e;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 14H6L5 6'/%3E%3Cpath d='M10 11v5M14 11v5'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 14H6L5 6'/%3E%3Cpath d='M10 11v5M14 11v5'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

#cart-popup .woocommerce-mini-cart-item .remove:hover::before {
  background-color: #c62828;
}

#cart-popup .ux-mini-cart-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  margin: 10px 0 0;
}

#cart-popup .ux-mini-cart-qty .ux-quantity {
  display: grid;
  flex: 0 0 120px;
  grid-template-columns: 40px 40px 40px;
  width: 120px;
  height: 40px;
  margin: 0;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

#cart-popup .ux-mini-cart-qty .ux-quantity__button,
#cart-popup .ux-mini-cart-qty .qty {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  background: transparent;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}

#cart-popup .ux-mini-cart-qty .ux-quantity__button {
  touch-action: manipulation;
}

#cart-popup .ux-mini-cart-qty .ux-quantity__button:hover {
  color: var(--mini-cart-accent);
  background: #f2f2f2;
}

#cart-popup .ux-mini-cart-qty .qty {
  appearance: textfield;
  color: var(--mini-cart-muted);
  font-variant-numeric: tabular-nums;
}

#cart-popup .ux-mini-cart-qty .qty::-webkit-inner-spin-button,
#cart-popup .ux-mini-cart-qty .qty::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

#cart-popup .ux-mini-cart-qty .product-subtotal {
  margin: 0;
  color: var(--mini-cart-text);
  font-size: 16px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 1;
}

#cart-popup .ux-mini-cart-qty .product-subtotal span.amount {
  font-size: 20px;
}

ul.product_list_widget li + li {
  border-top: unset;
}

#cart-popup .ux-mini-cart-footer {
  position: sticky;
  bottom: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 18px 24px calc(24px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--mini-cart-border);
  background: var(--mini-cart-surface);
  box-shadow: 0 -10px 28px rgb(0 0 0 / 5%);
}

#cart-popup .woocommerce-mini-cart__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  color: var(--mini-cart-text);
}

#cart-popup .woocommerce-mini-cart__total strong {
  font-size: 18px;
  font-weight: 600;
}

#cart-popup .woocommerce-mini-cart__total .amount {
  color: var(--mini-cart-text);
  font-size: 24px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

#cart-popup .woocommerce-mini-cart__buttons {
  width: 100%;
  margin: 0;
  padding: 0;
}

#cart-popup .woocommerce-mini-cart__buttons .button:not(.checkout) {
  display: none;
}

#cart-popup .woocommerce-mini-cart__buttons .checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 7px;
  color: #fff;
  background: #000;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  touch-action: manipulation;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

#cart-popup .woocommerce-mini-cart__buttons .checkout:hover {
  border-color: var(--mini-cart-accent);
  color: #fff;
  background: var(--mini-cart-accent);
}

#cart-popup .woocommerce-mini-cart__empty-message {
  margin: auto;
  padding: 48px 24px;
  color: var(--mini-cart-muted);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

#cart-popup a:focus-visible,
#cart-popup button:focus-visible,
#cart-popup input:focus-visible,
.off-canvas.off-canvas-right:has(.mfp-content.off-canvas-cart)
  > .mfp-close:focus-visible {
  outline: 2px solid var(--mini-cart-accent);
  outline-offset: 2px;
}

#cart-popup span.amount {
}

@media only screen and (max-width: 480px) {
  .off-canvas .mfp-content.off-canvas-cart,
  #cart-popup {
    --drawer-width: 100vw !important;
  }

  #cart-popup .cart-popup-title {
    min-height: 68px;
    padding-right: 64px;
    padding-left: 20px;
  }

  #cart-popup .cart-popup-title .heading-font {
    font-size: 21px;
  }

  .off-canvas.off-canvas-right:has(.mfp-content.off-canvas-cart) > .mfp-close {
    width: 52px;
    height: 68px;
  }

  #cart-popup .woocommerce-mini-cart {
    padding: 8px 20px 20px;
  }

  #cart-popup .woocommerce-mini-cart-item {
    min-height: 132px;
    padding-left: 100px !important;
  }

  #cart-popup .woocommerce-mini-cart-item > a:not(.remove) img {
    width: 84px;
    height: 84px;
  }

  #cart-popup .ux-mini-cart-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #cart-popup *,
  .off-canvas.off-canvas-right:has(.mfp-content.off-canvas-cart) > .mfp-close {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ==========================================================================
   Checkout
   Visual treatment inspired by UGREEN's clean, two-column checkout.
   ========================================================================== */
body.woocommerce-checkout:not(.woocommerce-order-received) {
  --dawp-checkout-text: #171717;
  --dawp-checkout-muted: #666;
  --dawp-checkout-border: #dedede;
  --dawp-checkout-surface: #f5f5f5;
  --dawp-checkout-accent: #007943;
  --dawp-checkout-danger: #b42318;
  color: var(--dawp-checkout-text);
  background: #fff;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #top-bar,
body.woocommerce-checkout:not(.woocommerce-order-received)
  #masthead
  .header-inner
  > .flex-col:not(#logo),
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-page-title,
body.woocommerce-checkout:not(.woocommerce-order-received) #footer,
body.woocommerce-checkout:not(.woocommerce-order-received) .footer-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .dawp-contact-wrap,
body.woocommerce-checkout:not(.woocommerce-order-received) .back-to-top {
  display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .header-wrapper {
  height: 64px !important;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #masthead {
  height: 64px !important;
  background: #fff;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #masthead
  .header-inner {
  width: 100%;
  max-width: 1080px;
  height: 64px !important;
  min-height: 64px;
  padding-right: 24px;
  padding-left: 24px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #logo {
  width: auto !important;
  margin-right: 0;
  margin-left: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #logo a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #logo img {
  width: auto;
  max-height: 38px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #wrapper {
  min-height: 100vh;
  background: #fff;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #main {
  min-height: calc(100vh - 64px);
  background: linear-gradient(
    to right,
    #fff 0,
    #fff 52%,
    var(--dawp-checkout-surface) 52%,
    var(--dawp-checkout-surface) 100%
  );
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .cart-container.page-checkout {
  width: 100%;
  max-width: 1080px !important;
  margin: 0 auto;
  padding: 48px 24px 64px !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-form-coupon-toggle {
  width: calc(52% - 36px);
  margin: 0 0 24px;
  color: var(--dawp-checkout-muted);
  font-size: 14px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-form-coupon-toggle
  .message-container {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-form-coupon-toggle
  a {
  color: var(--dawp-checkout-accent);
  font-weight: 600;
  text-decoration: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.checkout_coupon {
  width: calc(52% - 36px);
  margin: 0 0 28px !important;
  padding: 16px !important;
  background: #fff;
  border: 1px solid var(--dawp-checkout-border) !important;
  border-radius: 10px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.checkout_coupon
  .form-row {
  margin-bottom: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.checkout_coupon
  button {
  min-height: 39px;
  margin: 0;
  padding: 0 20px !important;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  background: #111;
  border-radius: 10px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout {
  margin: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  > .row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  gap: 72px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  > .row
  > .col {
  width: auto;
  max-width: none;
  padding: 0;
  flex: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  > .row
  > .large-5
  > .col-inner {
  padding: 0 !important;
  border: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-billing-fields
  > h3,
body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-additional-fields
  > h3,
body.woocommerce-checkout:not(.woocommerce-order-received)
  #order_review_heading {
  margin: 0 0 22px;
  color: var(--dawp-checkout-text);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: -0.02em;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px 12px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-billing-fields__field-wrapper
  .form-row {
  grid-column: span 6;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #billing_first_name_field,
body.woocommerce-checkout:not(.woocommerce-order-received)
  #billing_last_name_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_phone_field,
body.woocommerce-checkout:not(.woocommerce-order-received)
  #billing_email_field {
  grid-column: span 3;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #billing_city_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_state_field,
body.woocommerce-checkout:not(.woocommerce-order-received)
  #billing_postcode_field {
  grid-column: span 2;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  label {
  display: block;
  margin: 0 0 6px;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 550;
  line-height: 1.35;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  label
  .optional {
  color: #888;
  font-weight: 400;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  select,
body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 0 14px;
  color: var(--dawp-checkout-text);
  font-size: 15px;
  line-height: 1.4;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  box-shadow: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.fl-wrap.fl-is-active > label[for]:first-child {
  opacity: 0;
}

#billing_country_field .fl-wrap.fl-is-active > label[for]:first-child {
  opacity: 1;
}

#billing_country_field #billing_country {
  padding-top: 15px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  textarea {
  min-height: 120px;
  padding-top: 12px;
  padding-bottom: 12px;
  resize: vertical;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  input.input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  select:focus,
body.woocommerce-checkout:not(.woocommerce-order-received)
  form.woocommerce-checkout
  textarea:focus {
  border-color: var(--dawp-checkout-accent);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 121, 67, 0.14);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container {
  width: 100% !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container
  .select2-selection--single {
  height: 48px !important;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  box-shadow: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 38px;
  padding-left: 14px;
  color: var(--dawp-checkout-text);
  font-size: 15px;
  line-height: 46px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0;
  right: 8px;
  height: 46px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container--focus
  .select2-selection--single,
body.woocommerce-checkout:not(.woocommerce-order-received)
  .select2-container--open
  .select2-selection--single {
  border-color: var(--dawp-checkout-accent);
  box-shadow: 0 0 0 2px rgba(0, 121, 67, 0.14);
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-invalid
  input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-invalid
  .select2-selection {
  border-color: var(--dawp-checkout-danger) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-additional-fields {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--dawp-checkout-border);
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-additional-fields
  .form-row {
  margin-bottom: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-sidebar {
  position: sticky;
  top: 88px;
  padding: 0 !important;
  background: transparent;
  border: 0 !important;
  box-shadow: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #order_review_heading {
  padding: 0;
  border: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table {
  margin: 0;
  color: var(--dawp-checkout-text);
  font-size: 14px;
  background: transparent;
  border: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  thead {
  display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  tbody
  tr.cart_item {
  border-bottom: 1px solid var(--dawp-checkout-border);
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  th,
body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  td {
  padding: 13px 0;
  border-right: 0;
  border-left: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  tbody
  td {
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: top;
  border-top: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  .product-name {
  width: 72%;
  padding-right: 16px;
  color: #303030;
  line-height: 1.4;
  position: relative;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  .product-total {
  width: 28%;
  color: var(--dawp-checkout-text);
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  .product-total
  span.amount {
  font-size: 14px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  span.amount {
  font-size: 16px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .dawp-checkout-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .dawp-checkout-product__image {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0;
  padding: 5px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .dawp-checkout-product__name {
  min-width: 0;
  font-weight: 550;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  .product-quantity {
  display: inline-block;
  color: var(--dawp-checkout-muted);
  font-size: 14px;
  font-weight: 500;
  margin: 0 !important;
  position: absolute;
  bottom: 32px;
  right: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  tfoot
  th {
  color: #4d4d4d;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  tfoot
  td {
  color: var(--dawp-checkout-text);
  font-weight: 600;
  text-align: right;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  th,
body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  td {
  padding-top: 20px;
  border-top: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  .order-total
  th,
body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  .order-total
  td {
  padding-top: 18px;
  padding-bottom: 0;
  font-size: 17px;
  border-top: 1px solid var(--dawp-checkout-border);
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-checkout-review-order-table
  .order-total
  .amount {
  color: var(--dawp-checkout-text);
  font-size: 23px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #payment.woocommerce-checkout-payment {
  margin-top: 20px;
  padding-top: 22px;
  background: transparent;
  border-top: 1px solid var(--dawp-checkout-border);
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #payment
  ul.payment_methods {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #payment
  ul.payment_methods
  li {
  margin-bottom: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--dawp-checkout-border);
  border-radius: 10px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #payment
  .woocommerce-notice,
body.woocommerce-checkout:not(.woocommerce-order-received)
  #payment
  .woocommerce-info {
  margin: 0 0 18px;
  padding: 14px 16px;
  color: #555;
  font-size: 14px;
  line-height: 1.55;
  background: #fff;
  border: 1px solid var(--dawp-checkout-border);
  border-radius: 10px;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #payment
  .place-order {
  margin: 0;
  padding: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #payment
  .woocommerce-privacy-policy-text {
  margin: 0 0 16px;
  color: var(--dawp-checkout-muted);
  font-size: 12px;
  line-height: 1.6;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  background: #050505;
  border: 1px solid #050505;
  border-radius: 10px;
  box-shadow: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #place_order:hover,
body.woocommerce-checkout:not(.woocommerce-order-received)
  #place_order:focus-visible {
  background: var(--dawp-checkout-accent);
  border-color: var(--dawp-checkout-accent);
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  #place_order:focus-visible,
body.woocommerce-checkout:not(.woocommerce-order-received)
  form.checkout_coupon
  button:focus-visible,
body.woocommerce-checkout:not(.woocommerce-order-received)
  .woocommerce-form-coupon-toggle
  a:focus-visible {
  outline: 2px solid var(--dawp-checkout-accent);
  outline-offset: 2px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info {
  margin-bottom: 22px;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid var(--dawp-checkout-border);
  border-radius: 10px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error {
  color: var(--dawp-checkout-danger);
  background: #fff7f6;
  border-color: #f1b8b1;
  width: 50%;
}

body.woocommerce-checkout:not(.woocommerce-order-received)
  .blockUI.blockOverlay::before {
  color: var(--dawp-checkout-accent);
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th {
  border: unset;
}

.woocommerce-privacy-policy-text {
  margin-top: 15px;
}

.woocommerce-checkout-review-order-table td.product-name {
  font-size: 0;
}

.woocommerce-checkout-review-order-table td.product-name > * {
  font-size: 14px;
}

.woocommerce-billing-fields p {
  font-size: 14px;
  color: #b20000;
  margin: 0;
}

@media only screen and (max-width: 1100px) and (min-width: 850px) {
  body.woocommerce-checkout:not(.woocommerce-order-received)
    .cart-container.page-checkout {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.woocommerce-checkout
    > .row {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
    gap: 40px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    .woocommerce-form-coupon-toggle,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.checkout_coupon {
    width: calc(52% - 20px);
  }
}

@media only screen and (max-width: 849px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) #masthead,
  body.woocommerce-checkout:not(.woocommerce-order-received) .header-wrapper {
    height: 60px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    #masthead
    .header-inner {
    justify-content: center;
    height: 60px !important;
    min-height: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #logo {
    margin-right: auto;
    margin-left: auto;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #main {
    min-height: calc(100vh - 60px);
    background: #fff;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    .cart-container.page-checkout {
    padding: 28px 20px 48px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    .woocommerce-form-coupon-toggle,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.checkout_coupon {
    width: 100%;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.woocommerce-checkout
    > .row {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-sidebar {
    position: static;
    padding: 24px !important;
    background: var(--dawp-checkout-surface);
    border-radius: 14px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.woocommerce-checkout
    input.input-text,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.woocommerce-checkout
    select,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.woocommerce-checkout
    textarea,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    .select2-container--default
    .select2-selection--single {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  body.woocommerce-checkout:not(.woocommerce-order-received)
    .woocommerce-billing-fields__field-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    .woocommerce-billing-fields__field-wrapper
    .form-row,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    #billing_first_name_field,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    #billing_last_name_field,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    #billing_phone_field,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    #billing_email_field,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    #billing_city_field,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    #billing_state_field,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    #billing_postcode_field {
    grid-column: 1;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .checkout-sidebar {
    margin-right: -4px;
    margin-left: -4px;
    padding: 20px !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    .dawp-checkout-product {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    .dawp-checkout-product__image {
    width: 64px;
    height: 64px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    .woocommerce-checkout-review-order-table
    .product-quantity {
    margin-left: 76px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    .woocommerce-checkout-review-order-table
    .product-name {
    width: 68%;
    padding-right: 10px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received)
    .woocommerce-checkout-review-order-table
    .product-total {
    width: 32%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.woocommerce-checkout
    input.input-text,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.woocommerce-checkout
    select,
  body.woocommerce-checkout:not(.woocommerce-order-received)
    form.woocommerce-checkout
    textarea,
  body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
    transition-duration: 0.01ms !important;
  }
}

/* ==========================================================================
   Order received
   Keeps the confirmation page visually consistent with the checkout.
   ========================================================================== */
body.woocommerce-order-received {
  --dawp-order-text: #171717;
  --dawp-order-muted: #666;
  --dawp-order-border: #dedede;
  --dawp-order-surface: #f5f5f5;
  --dawp-order-success: #007943;
  color: var(--dawp-order-text);
  background: #fff;
}

body.woocommerce-order-received #top-bar,
body.woocommerce-order-received #masthead .header-inner > .flex-col:not(#logo),
body.woocommerce-order-received .checkout-page-title,
body.woocommerce-order-received #footer,
body.woocommerce-order-received .footer-wrapper,
body.woocommerce-order-received .dawp-contact-wrap,
body.woocommerce-order-received .back-to-top {
  display: none !important;
}

body.woocommerce-order-received .header-wrapper {
  height: 64px !important;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

body.woocommerce-order-received #masthead {
  height: 64px !important;
  background: #fff;
}

body.woocommerce-order-received #masthead .header-inner {
  width: 100%;
  max-width: 1080px;
  height: 64px !important;
  min-height: 64px;
  padding-right: 24px;
  padding-left: 24px;
}

body.woocommerce-order-received #logo {
  width: auto !important;
  margin-right: 0;
  margin-left: 0;
}

body.woocommerce-order-received #logo a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

body.woocommerce-order-received #logo img {
  width: auto;
  max-height: 38px;
}

body.woocommerce-order-received #wrapper {
  min-height: 100vh;
  background: #fff;
}

body.woocommerce-order-received #main {
  min-height: calc(100vh - 64px);
  background: linear-gradient(
    to right,
    #fff 0,
    #fff 61%,
    var(--dawp-order-surface) 61%,
    var(--dawp-order-surface) 100%
  );
}

body.woocommerce-order-received .cart-container.page-checkout {
  width: 100%;
  max-width: 1080px !important;
  margin: 0 auto;
  padding: 48px 24px 64px !important;
}

body.woocommerce-order-received .woocommerce-order.row {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 64px;
  align-items: start;
  margin-right: 0;
  margin-left: 0;
}

body.woocommerce-order-received .woocommerce-order.row > .col {
  width: auto;
  max-width: none;
  padding: 0;
  flex: none;
}

body.woocommerce-order-received .woocommerce-order.row > .large-5 > .col-inner {
  position: sticky;
  top: 88px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--dawp-order-border);
  border-radius: 14px;
  box-shadow: none;
}

body.woocommerce-order-received .woocommerce-order > .large-7 > p:first-child {
  margin: 0 0 24px;
  padding: 14px 16px;
  color: #165f3d;
  font-size: 14px;
  line-height: 1.5;
  background: #f0faf5;
  border-left: 3px solid var(--dawp-order-success);
  border-radius: 8px;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
  margin: 0;
}

body.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--dawp-order-border);
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
  margin: 0 0 20px;
  color: var(--dawp-order-text);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: -0.02em;
}

body.woocommerce-order-received .woocommerce-order-details table.order_details {
  width: 100%;
  margin: 0;
  color: var(--dawp-order-text);
  font-size: 14px;
  background: transparent;
  border: 0;
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  th,
body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  td {
  padding: 14px 0;
  border-right: 0;
  border-left: 0;
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  thead
  th {
  padding-top: 0;
  padding-bottom: 10px;
  color: #555;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 0;
  border-bottom: 1px solid var(--dawp-order-border);
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  tbody
  td {
  vertical-align: top;
  line-height: 1.45;
  border-top: 0;
  border-bottom: 1px solid #e7e7e7;
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  .woocommerce-table__product-name {
  width: 72%;
  padding-right: 18px;
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  .woocommerce-table__product-total {
  width: 28%;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  a {
  color: #303030;
  font-weight: 550;
  text-decoration: none;
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  a:hover,
body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  a:focus-visible {
  color: var(--dawp-order-success);
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  tfoot
  th {
  color: #4d4d4d;
  font-weight: 550;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  tfoot
  td {
  color: var(--dawp-order-text);
  font-weight: 600;
  text-align: right;
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  tfoot
  tr:first-child
  th,
body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  tfoot
  tr:first-child
  td {
  padding-top: 18px;
  border-top: 0;
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  tfoot
  tr:nth-last-child(2)
  th,
body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  tfoot
  tr:nth-last-child(2)
  td {
  padding-top: 17px;
  font-size: 17px;
  border-top: 1px solid var(--dawp-order-border);
}

body.woocommerce-order-received
  .woocommerce-order-details
  table.order_details
  tfoot
  tr:nth-last-child(2)
  .amount {
  font-size: 22px;
}

body.woocommerce-order-received .woocommerce-customer-details address {
  margin: 0;
  padding: 0;
  color: #505050;
  font-size: 15px;
  font-style: normal;
  line-height: 1.75;
  background: transparent;
  border: 0;
}

body.woocommerce-order-received .woocommerce-customer-details address p {
  margin: 8px 0 0;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  margin: 0 0 26px;
  padding-left: 68px;
  color: var(--dawp-order-text) !important;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.35;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 52px;
  content: "";
  background: #e7f6ee;
  border-radius: 50%;
  transform: translateY(-50%);
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::after {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 11px;
  height: 20px;
  content: "";
  border: solid var(--dawp-order-success);
  border-width: 0 3px 3px 0;
  transform: translateY(-58%) rotate(45deg);
}

body.woocommerce-order-received .woocommerce-order-overview.order_details {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-order-received .woocommerce-order-overview.order_details li {
  display: flex;
  float: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  color: var(--dawp-order-muted);
  font-size: 13px;
  line-height: 1.45;
  text-transform: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e7e7e7;
}

body.woocommerce-order-received
  .woocommerce-order-overview.order_details
  li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.woocommerce-order-received
  .woocommerce-order-overview.order_details
  li
  strong {
  display: block;
  max-width: 64%;
  margin: 0 0 0 16px;
  color: var(--dawp-order-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
  overflow-wrap: anywhere;
}

body.woocommerce-order-received
  .woocommerce-order-overview.order_details
  .woocommerce-order-overview__total
  strong {
  font-size: 20px;
}

body.woocommerce-order-received a:focus-visible {
  outline: 2px solid var(--dawp-order-success);
  outline-offset: 2px;
}

.order_details span.amount {
  font-size: 16px;
}

@media only screen and (max-width: 1100px) and (min-width: 850px) {
  body.woocommerce-order-received .cart-container.page-checkout {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  body.woocommerce-order-received .woocommerce-order.row {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
    gap: 40px;
  }
}

@media only screen and (max-width: 849px) {
  body.woocommerce-order-received #masthead,
  body.woocommerce-order-received .header-wrapper {
    height: 60px !important;
  }

  body.woocommerce-order-received #masthead .header-inner {
    justify-content: center;
    height: 60px !important;
    min-height: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  body.woocommerce-order-received #logo {
    margin-right: auto;
    margin-left: auto;
  }

  body.woocommerce-order-received #main {
    min-height: calc(100vh - 60px);
    background: #fff;
  }

  body.woocommerce-order-received .cart-container.page-checkout {
    padding: 28px 20px 48px !important;
  }

  body.woocommerce-order-received .woocommerce-order.row {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  body.woocommerce-order-received .woocommerce-order.row > .large-5 {
    order: -1;
  }

  body.woocommerce-order-received
    .woocommerce-order.row
    > .large-5
    > .col-inner {
    position: static;
    padding: 24px;
    background: var(--dawp-order-surface);
    border: 0;
  }
}

@media only screen and (max-width: 480px) {
  body.woocommerce-order-received
    .woocommerce-order.row
    > .large-5
    > .col-inner {
    padding: 22px 20px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received {
    min-height: 46px;
    padding-left: 60px;
    font-size: 18px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
    width: 46px;
    height: 46px;
  }

  body.woocommerce-order-received .woocommerce-thankyou-order-received::after {
    left: 17px;
    width: 10px;
    height: 18px;
  }

  body.woocommerce-order-received .woocommerce-order-overview.order_details li {
    flex-direction: column;
    gap: 4px;
  }

  body.woocommerce-order-received
    .woocommerce-order-overview.order_details
    li
    strong {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }

  body.woocommerce-order-received
    .woocommerce-order-details
    table.order_details
    .woocommerce-table__product-name {
    width: 68%;
    padding-right: 12px;
  }

  body.woocommerce-order-received
    .woocommerce-order-details
    table.order_details
    .woocommerce-table__product-total {
    width: 32%;
  }
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .off-canvas-left.mfp-ready .mfp-content,
  .off-canvas-right.mfp-ready .mfp-content {
    background-color: #fff;
    width: 90%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-icon.has-icon::before,
  .nav-icon.has-icon::after {
    display: none;
  }

  .nav > li.has-icon > a > i {
    color: var(--fs-color-primary);
  }

  .off-canvas .nav-vertical > li > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > .sub-menu
    > li:not(.nav-slide-header)
    > a,
  .mobile-sidebar-levels-2
    .nav-slide
    > li
    > ul.children
    > li:not(.nav-slide-header)
    > a {
    font-size: 16px;
    text-transform: none;
    color: #222;
    font-weight: 500;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li > a:hover,
  .off-canvas:not(.off-canvas-center)
    .nav-vertical
    li.current-menu-ancestor
    > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current-page-parent > a,
  .off-canvas:not(.off-canvas-center) .nav-vertical li.current_page_item > a {
    color: var(--fs-color-primary) !important;
  }

  .off-canvas .nav-vertical > li > .toggle {
    color: var(--fs-color-primary);
  }

  .nav-vertical > li > ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }

  .sidebar-menu-tabs {
    display: none !important;
  }

  .category-page-row > .large-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .category-filter-row {
    position: absolute;
  }

  .medium-flex-wrap .flex-col:not(.flex-grow) {
    text-align: right !important;
  }

  .home10 .row.row-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 8px;
    padding: 0 15px;
  }

  .home10 .row-small > .col {
    padding: 0;
  }

  .home10 .row-small > .col:nth-child(1) {
    grid-column: 1;
    grid-row: 2 / span 2;
    height: 240px;
  }

  .home10 .row-small > .col:nth-child(1) .box-i {
    height: 240px;
  }

  .home10 .row-small > .col:nth-child(2) {
    grid-column: 1 / span 2;
    grid-row: 1;
    height: 200px;
  }

  .home10 .row-small > .col:nth-child(2) .box-i {
    height: 200px;
  }

  .home10 .row-small > .col:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    height: 158px;
  }

  .home10 .row-small > .col:nth-child(3) .box-i {
    height: 158px;
  }

  .home10 .row-small > .col:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
    height: 158px;
    min-height: auto;
  }

  .home10 .row-small > .col:nth-child(4) .box-i {
    height: 158px;
    min-height: unset;
  }

  .home10 .row-small > .col:nth-child(5) {
    grid-column: 2;
    grid-row: 4;
    height: 158px;
    min-height: auto;
  }

  .home10 .row-small > .col:nth-child(5) .box-i {
    height: 158px;
    min-height: unset;
  }

  .home10 .row-small > .col:nth-child(6) {
    grid-column: 1;
    grid-row: 4 / span 2;
    height: 240px;
    min-height: auto;
    margin-top: -83px;
  }

  .home10 .row-small > .col:nth-child(6) .box-i {
    height: 240px;
  }

  .home10 .medium-6 .box-i h3 {
    font-size: 16px;
  }

  .home10 .box-i {
    padding: 16px;
    min-height: auto;
  }

  .home10 .box-t h3 {
    font-size: 16px;
  }

  .home10 .box-i .img-ic {
    max-width: 42px;
    height: 42px;
  }

  .home10 .box-i2 .img-bt {
    height: unset;
    width: 200% !important;
    right: 0;
    left: unset;
  }
}

/* =============================================================
 * RESPONSIVE: HOME11 + FOOTER
 * Added for tablet and mobile layouts.
 * ============================================================= */

/* Tablet ngang / màn hình trung bình */
@media only screen and (max-width: 1100px) and (min-width: 850px) {
  .home11 .home-meta {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
    align-items: center;
    width: 100%;
  }

  .home11 .b-text1 {
    min-width: 0;
    margin-right: 24px;
  }

  .home11 .b-text1 h2 {
    font-size: 58px;
  }

  .home11 .b-text1 h3 {
    font-size: 32px;
    line-height: 1.25;
  }

  .home11 .b-text2 {
    min-width: 0;
    margin-right: 0;
    padding-right: 24px;
    padding-left: 24px;
  }

  .home11 .b-text2 h3 {
    font-size: 27px;
  }

  #footer {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .b-footer {
    gap: 48px;
  }

  .b-footer .b-left {
    flex-basis: 36%;
    width: 36%;
  }

  .b-footer .b-right {
    flex-basis: 60%;
    width: 60%;
  }

  .b-footer .b-rightc {
    gap: 20px;
  }
}

/* Tablet dọc và mobile */
@media only screen and (max-width: 849px) {
  /* -----------------------------
   * HOME11
   * ----------------------------- */
  .home11 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .home11 .home-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    margin: 0;
  }

  .home11 .b-text1 {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    margin: 0 0 24px;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  }

  .home11 .b-text1 h2 {
    flex: 0 0 auto;
    font-size: 54px;
    line-height: 1.1;
  }

  .home11 .b-text1 h3 {
    min-width: 0;
    font-size: 30px;
    line-height: 1.2;
  }

  .home11 .b-text2 {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0 20px;
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }

  .home11 .b-text1 + .b-text2 {
    padding-left: 0;
    border-left: 0;
  }

  .home11 .b-text2:last-of-type {
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 20px !important;
    border-right: 0 !important;
  }

  .home11 .b-text2 h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .home11 .b-text2 p {
    font-size: 13px;
    line-height: 1.45;
  }

  /* -----------------------------
   * FOOTER
   * ----------------------------- */
  #footer {
    padding-top: 64px;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .b-footer {
    display: flex;
    flex-direction: column;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 44px;
    width: 100%;
  }

  .b-footer .b-left,
  .b-footer .b-right {
    flex: 0 0 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
  }

  .b-footer .b-left h3 {
    max-width: 520px;
    font-size: 28px;
  }

  .b-footer .b-left p {
    max-width: 620px;
    font-size: 15px;
  }

  .b-footer form,
  .b-footer form p,
  .b-footer form .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
  }

  .b-footer form input.wpcf7-email {
    width: 100%;
    padding-right: 118px;
    box-sizing: border-box;
  }

  .b-footer form input.wpcf7-submit {
    right: 4px;
    max-width: 108px;
    padding-right: 18px;
    padding-left: 18px;
    white-space: nowrap;
  }

  .b-footer .wpcf7 label {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.5;
  }

  .b-footer .wpcf7 label input {
    flex: 0 0 auto;
    top: 2px;
  }

  .b-footer .b-rightc {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    width: 100%;
    height: auto;
    gap: 34px 28px;
  }

  .b-footer .b-rightt {
    width: 100%;
    min-width: 0;
  }

  .b-footer .b-rightt h4 {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .b-footer .b-rightt ul {
    margin: 0;
    padding: 0;
  }

  .b-footer .b-rightt ul li {
    margin-bottom: 10px;
    overflow-wrap: anywhere;
  }

  .b-footer .b-rightt a {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

/* Mobile nhỏ */
@media only screen and (max-width: 549px) {
  /* -----------------------------
   * HOME11
   * ----------------------------- */
  .home11 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .home11 .home-meta {
    grid-template-columns: minmax(0, 1fr);
  }

  .home11 .b-text1 {
    gap: 9px;
    margin-bottom: 0;
    padding-bottom: 22px;
  }

  .home11 .b-text1 h2 {
    font-size: 46px;
  }

  .home11 .b-text1 h3 {
    font-size: 24px;
  }

  .home11 .b-text2,
  .home11 .b-text1 + .b-text2,
  .home11 .b-text2:last-of-type {
    width: 100%;
    margin: 0 !important;
    padding: 18px 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    border-left: 0 !important;
  }

  .home11 .b-text2:last-of-type {
    padding-bottom: 0 !important;
    border-bottom: 0;
  }

  .home11 .b-text2 h3 {
    flex: 0 0 auto;
    min-width: 70px;
    font-size: 26px;
  }

  .home11 .b-text2 p {
    min-width: 0;
    font-size: 13px;
  }

  /* -----------------------------
   * FOOTER
   * ----------------------------- */
  #footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .b-footer {
    gap: 36px;
  }

  .b-footer .b-left h3 {
    font-size: 26px;
    line-height: 1.2;
  }

  .b-footer .b-left p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .b-footer form input.wpcf7-email {
    height: 44px;
    padding-right: 112px;
    padding-left: 18px;
    font-size: 16px;
  }

  .b-footer form input.wpcf7-submit {
    top: 5px;
    height: 34px;
    max-width: 104px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }

  .b-footer .b-rightc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }

  .b-footer .b-rightt h4 {
    font-size: 14px;
  }

  .b-footer .b-rightt ul li {
    font-size: 13px;
    line-height: 1.55;
  }
}

/* Mobile rất hẹp */
@media only screen and (max-width: 380px) {
  .home11 .b-text1 {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .home11 .b-text1 h2 {
    font-size: 44px;
  }

  .home11 .b-text1 h3 {
    font-size: 23px;
  }

  .b-footer .b-rightc {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
}

/* =============================================================
 * RESPONSIVE: OTHER HOMEPAGE SECTIONS
 * Covers global homepage titles/buttons and home1-home9.
 * Deliberately does not add or override any .home10 rules.
 * ============================================================= */

/* Tablet ngang / màn hình trung bình */
@media only screen and (max-width: 1100px) and (min-width: 850px) {
  .title {
    margin-bottom: 18px;
  }

  .title h2 {
    font-size: 29px;
  }

  .title-bt {
    gap: 24px;
  }

  .title-bt .btn {
    flex: 0 0 auto;
    padding: 10px 26px;
  }

  .home1 h2 {
    font-size: 42px;
  }

  .home1 p {
    max-width: 620px;
    font-size: 17px;
  }

  .home1 .flickity-page-dots {
    gap: 14px;
  }

  .home1 .flickity-page-dots .dot {
    width: 82px;
  }

  .home2,
  .home3,
  .home9 {
    padding-top: 58px;
  }

  .home4,
  .home5,
  .home6,
  .home7,
  .home8 {
    padding-top: 30px;
  }

  .home5 {
    padding-bottom: 46px;
  }

  .home2 .product-category > .col-inner {
    padding: 14px;
  }

  .home2 .product-category .box-image {
    max-width: 76px;
  }

  .home2 .product-category .box-text {
    padding-top: 18px;
  }

  .ux-product-tabs__nav {
    margin-bottom: 24px;
  }

  .ux-product-tabs__tab {
    min-width: 126px;
    padding: 10px 24px;
    font-size: 15px;
  }

  .home4 .box-text {
    padding: 30px 24px;
  }

  .home4 .box-text h3 {
    font-size: 25px;
  }

  .home5 .box .box-text {
    padding: 20px;
  }

  .home5 .box .btn-link {
    font-size: 18px;
  }

  .home6 .icon-box {
    padding: 20px 26px;
  }

  .home6 .icon-box-text h3 {
    font-size: 21px;
  }

  .home6 .icon-box-text p {
    min-height: 40px;
    font-size: 15px;
  }

  .ux-latest-product-reviews__item {
    padding: 22px 18px 18px;
  }

  .ux-latest-product-reviews__author {
    font-size: 18px;
  }

  .ux-latest-product-reviews__content {
    font-size: 15px;
    min-height: 135px;
  }

  .ux-latest-product-reviews__product-image {
    width: 72px;
    height: 72px;
  }

  .ux-latest-product-reviews__product-title {
    font-size: 15px;
  }
}

/* Tablet dọc và mobile */
@media only screen and (max-width: 849px) {
  .title {
    margin-bottom: 16px;
  }

  .title h2 {
    font-size: 27px;
    line-height: 1.18;
  }

  .title-bt {
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
  }

  .title-bt .title {
    min-width: 0;
  }

  .title-bt .btn {
    flex: 0 0 auto;
    padding: 9px 20px;
    font-size: 14px;
  }

  .btn {
    min-height: 40px;
    padding: 8px 18px;
    font-size: 15px;
  }

  .rowSlider .flickity-prev-next-button,
  .productSlider .flickity-prev-next-button {
    width: 36px;
    height: 36px;
  }

  .rowSlider .flickity-prev-next-button svg,
  .productSlider .flickity-prev-next-button svg {
    width: 26px;
    height: 26px;
  }

  /* Home 1: hero slider */
  .home1 h2 {
    max-width: 620px;
    font-size: 36px;
  }

  .home1 p {
    max-width: 560px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .home1 .btn {
    padding: 10px 26px;
  }

  .home1 .flickity-page-dots {
    bottom: 22px;
    gap: 10px;
    padding: 0 20px;
  }

  .home1 .flickity-page-dots .dot {
    width: min(72px, 15vw);
  }

  .home1 .dot-hover-title {
    display: none;
  }

  .home1 .flickity-prev-next-button {
    width: 36px;
    height: 36px;
  }

  .home1 .flickity-prev-next-button svg {
    width: 26px;
    height: 26px;
  }

  /* Section spacing */
  .home2,
  .home3,
  .home9 {
    padding-top: 48px;
    padding-bottom: 16px;
  }

  .home4,
  .home6,
  .home7,
  .home8 {
    padding-top: 28px;
    padding-bottom: 14px;
  }

  .home5 {
    padding-top: 28px;
    padding-bottom: 42px;
  }

  /* Home 2: category cards */
  .home2 .product-category > .col-inner {
    padding: 13px;
    border-radius: 10px;
  }

  .home2 .product-category .box-image {
    max-width: 70px;
  }

  .home2 .product-category .box-text {
    padding-top: 16px;
  }

  .home2 .product-category h5 {
    font-size: 13px;
  }

  /* Home 3: product tabs */
  .ux-product-tabs__nav {
    gap: 7px;
    margin-right: -15px;
    margin-bottom: 22px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ux-product-tabs__nav::-webkit-scrollbar {
    display: none;
  }

  .ux-product-tabs__tab {
    min-width: auto;
    padding: 9px 21px;
    font-size: 14px;
  }

  /* Home 4: image text cards */
  .home4 .box {
    border-radius: 10px;
  }

  .home4 .box-text {
    padding: 26px 20px;
  }

  .home4 .box-text h3 {
    font-size: 23px;
  }

  .home4 .box-text p {
    margin-bottom: 14px;
    font-size: 13px;
  }

  /* Home 5 */
  .home5 .box {
    border-radius: 10px;
  }

  .home5 .box .box-text {
    padding: 20px;
  }

  .home5 .box .btn-link {
    font-size: 18px;
  }

  /* Home 6: benefits */
  .home6 .icon-box {
    min-height: 100%;
    padding: 20px 22px;
    border-radius: 10px;
  }

  .home6 .icon-box-text h3 {
    font-size: 20px;
  }

  .home6 .icon-box-text p {
    min-height: 0;
    margin-bottom: 14px;
    font-size: 14px;
  }

  .home6 .icon-box-text .btn-link {
    font-size: 14px;
  }

  /* Home 7: latest reviews */
  .ux-latest-product-reviews__item {
    padding: 20px 16px 16px;
    border-radius: 10px;
  }

  .ux-latest-product-reviews__reviewer {
    gap: 12px;
    margin-bottom: 14px;
  }

  .ux-latest-product-reviews__avatar {
    width: 40px;
    height: 40px;
  }

  .ux-latest-product-reviews__author {
    font-size: 17px;
  }

  .ux-latest-product-reviews__content {
    min-height: 126px;
    margin-bottom: 14px;
    font-size: 14px;
    -webkit-line-clamp: 6;
  }

  .ux-latest-product-reviews__product {
    padding-right: 10px;
    gap: 7px;
    border-radius: 10px;
  }

  .ux-latest-product-reviews__product-image {
    width: 68px;
    height: 68px;
    border-radius: 9px;
  }

  .ux-latest-product-reviews__product-title {
    font-size: 14px;
  }

  /* Slider arrows above section titles */
  .rowSlider2.slider-nav-outside .flickity-prev-next-button.previous {
    top: -56px;
    right: 52px;
  }

  .rowSlider2.slider-nav-outside .flickity-prev-next-button.next {
    top: -56px;
    right: 8px;
  }
}

/* Mobile nhỏ */
@media only screen and (max-width: 549px) {
  .title {
    margin-bottom: 14px;
  }

  .title h2 {
    font-size: 24px;
  }

  .title-bt {
    align-items: flex-start;
    gap: 12px;
  }

  .title-bt .btn {
    min-height: 36px;
    padding: 7px 15px;
    font-size: 13px;
    white-space: nowrap;
  }

  .btn {
    min-height: 38px;
    padding: 8px 16px;
    font-size: 14px;
  }

  /* Home 1 */
  .home1 h2 {
    max-width: 88%;
    margin-bottom: 8px;
    font-size: 30px;
  }

  .home1 p {
    max-width: 88%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .home1 .btn {
    padding: 9px 22px;
    font-size: 14px;
  }

  .home1 .flickity-page-dots {
    bottom: 16px;
    gap: 6px;
    padding: 0 14px;
  }

  .home1 .flickity-page-dots .dot {
    width: min(52px, 15vw);
    height: 2px;
  }

  .home1 .flickity-page-dots .dot::after {
    height: 2px;
  }

  .home1 .flickity-prev-next-button {
    display: none;
  }

  /* Section spacing */
  .home2,
  .home3,
  .home9 {
    padding-top: 38px;
    padding-bottom: 12px;
  }

  .home4,
  .home6,
  .home7,
  .home8 {
    padding-top: 22px;
    padding-bottom: 10px;
  }

  .home5 {
    padding-top: 22px;
    padding-bottom: 34px;
  }

  /* Home 2 */
  .home2 .product-category > .col-inner {
    padding: 11px;
    border-radius: 9px;
  }

  .home2 .product-category .box-image {
    max-width: 62px;
  }

  .home2 .product-category .box-text {
    padding-top: 12px;
  }

  .home2 .product-category h5 {
    font-size: 12px;
  }

  /* Home 3 */
  .ux-product-tabs__nav {
    margin-right: -15px;
    margin-bottom: 18px;
    margin-left: -15px;
  }

  .ux-product-tabs__tab {
    padding: 8px 17px;
    font-size: 13px;
  }

  /* Home 4 */
  .home4 .box-text {
    padding: 20px 16px;
  }

  .home4 .box-text h3 {
    font-size: 20px;
  }

  .home4 .box-text p {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .home4 .box-text .btn {
    min-height: 34px;
    padding: 6px 14px;
    font-size: 12px;
  }

  /* Home 5 */
  .home5 .box .box-text {
    padding: 16px;
  }

  .home5 .box .btn-link {
    gap: 6px;
    font-size: 16px;
  }

  .home5 .box .btn-link svg {
    width: 18px;
    height: 18px;
  }

  /* Home 6 */
  .home6 .icon-box {
    padding: 18px;
  }

  .home6 .icon-box-text h3 {
    margin-top: 3px;
    font-size: 18px;
  }

  .home6 .icon-box-text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .home6 .icon-box-text .btn-link {
    font-size: 13px;
  }

  /* Home 7 */
  .ux-latest-product-reviews__item {
    padding: 18px 14px 14px;
  }

  .ux-latest-product-reviews__content {
    min-height: 105px;
    font-size: 13px;
    -webkit-line-clamp: 5;
  }

  .ux-latest-product-reviews__product-image {
    width: 62px;
    height: 62px;
  }

  .ux-latest-product-reviews__product-title {
    font-size: 13px;
  }

  /* Use touch swiping instead of floating arrows on very small screens. */
  .rowSlider2.slider-nav-outside .flickity-prev-next-button {
    display: none;
  }
}

/* Mobile rất hẹp */
@media only screen and (max-width: 380px) {
  .title-bt {
    flex-wrap: wrap;
  }

  .title-bt .title {
    flex: 1 1 100%;
  }

  .home1 h2 {
    font-size: 27px;
  }

  .home2 .product-category > .col-inner {
    padding: 10px 8px;
  }

  .home2 .product-category .box-image {
    max-width: 56px;
  }

  .home4 .box-text h3 {
    font-size: 18px;
  }
}
