<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* include file scss */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&amp;display=swap");
/*Bootstrap*/
/*End Bootstrap*/
/*Font Awesome*/
/*End Font Awesome*/
/* Override _variable.scss from bootstrap, ... */
/*Use only for change size*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --red-color: #e70000;
  --black-color: #1d1d1d;
  --white-color: #ffff;
  --gray-color: #dad6d6;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-optical-sizing: auto;
  overflow-x: hidden;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Common code **/
.hide-pc {
  display: none !important;
}
@media only screen and (max-width: 768.98px) {
  .hide-pc {
    display: block !important;
  }
}

.hide-sp {
  display: block !important;
}
@media only screen and (max-width: 768.98px) {
  .hide-sp {
    display: none !important;
  }
}

.hide-flex {
  display: flex !important;
}
@media only screen and (max-width: 768.98px) {
  .hide-flex {
    display: none !important;
  }
}

.over_lay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}

.containerX {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (min-width: 768.98px) and (max-width: 1365.98px) {
  .containerX {
    padding: 0 px2vw-pc(40px);
  }
}
@media only screen and (max-width: 768.98px) {
  .containerX {
    padding: 0 px2vw-sp(40px);
  }
}

.button {
  padding: 10px 32px;
  cursor: pointer;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 100px;
  height: 44px;
  border: 1px solid #000;
  text-decoration: none;
  transition: all 0.25s ease;
  text-transform: uppercase;
}
.button--primary {
  color: #fff;
  background: #000;
}
.button--primary:hover {
  background: transparent;
  color: #000;
}
.button--secondary {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.button--secondary:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #000;
}
.button--tertiary {
  color: #fff;
  background: #000;
}
.button--tertiary:hover {
  background: transparent;
  border: 1px solid #000;
  color: #fff;
}
.button--primary-cart {
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
}
.button--primary-cart:hover {
  border: 1px solid #000;
}
.button--cart {
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
}
.button--cart:hover {
  background: transparent;
  border: 1px solid #000;
}
.button--sm {
  padding: 32px;
}
.button--lg {
  padding: 40px;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.is-active {
  display: block;
}

.under-active {
  display: none;
}

.shopify__product {
  position: relative;
  width: 100%;
  background-color: white;
  overflow: hidden;
}
.shopify__product .shopify__product-image-wrapper {
  position: relative;
  background-color: #eee;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
  aspect-ratio: 1;
}
.shopify__product .shopify__product-image-wrapper .shopify__product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  border-radius: 20px;
  padding: 1px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  max-height: 100%;
  padding: 0 16px;
}
.shopify__product .shopify__product-image-wrapper .shopify__product-badge.shopify__product-badge--new {
  text-transform: uppercase;
  background: #bf1e2e;
}
.shopify__product .shopify__product-image-wrapper .shopify__product-badge.shopify__product-badge--sale {
  background: #bf1e2e;
}
.shopify__product .shopify__product-image-wrapper .shopify__product-badge.shopify__product-badge--out {
  text-transform: uppercase;
  background: #666;
}
.shopify__product .shopify__product-image-wrapper .shopify__product-image {
  display: inline-block;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.shopify__product .shopify__product-image-wrapper .shopify__product-details .shopify__product-title .shopify__product-link {
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
  color: #bf1e2e;
}
.shopify__product .shopify__product-image-wrapper .shopify__product-cate {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}
.shopify__product .shopify__product-image-wrapper .shopify__product-price {
  font-size: 16px;
  font-weight: 400;
}
.shopify__product .shopify__product-image-wrapper .shopify__cta {
  text-align: center;
  margin-top: 32px;
}

/* Điều chỉnh vị trí của các nút Next và Prev */
.slick-prev,
.slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px; /* Kích thước nút */
  color: #000; /* Màu nút */
  background-color: #fff; /* Màu nền của nút */
  z-index: 1; /* Đảm bảo nút hiển thị trên slider */
  border: none;
  box-shadow: 0px 2px 4px rgba(26, 26, 26, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.slick-prev {
  left: -20px; /* Đặt nút Prev ở bên trái */
}

.slick-next {
  right: -20px; /* Đặt nút Next ở bên phải */
}

/* Banner slick previous */
.banner__slick-prev {
  left: 20px;
}

/* Banner slick next */
.banner__slick-next {
  right: 20px;
}

/* Đảm bảo các nút không bị chồng lên nhau */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.shopify__product-slider {
  margin-top: 40px;
}
.shopify__product-slider .shopify__product-item {
  margin: 0 12px;
}

@media (max-width: 768px) {
  .shopify__product-list {
    display: none !important;
  }
  .shopify__product-slider {
    display: block !important;
    /* Đảm bảo slick-track sử dụng Flexbox và có khoảng cách */
    /* Mỗi item trong slider */
  }
  .shopify__product-slider .shopify__product-slider .slick-track {
    display: flex; /* Sử dụng flexbox để các items nằm ngang */
    gap: 20px; /* Khoảng cách giữa các sản phẩm */
  }
  .shopify__product-slider .shopify__product-item {
    flex: 0 0 auto; /* Đảm bảo sản phẩm không thay đổi kích thước */
    width: calc(50% - 10px); /* Mỗi sản phẩm chiếm 50% chiều rộng của slider (bao gồm khoảng cách) */
  }
}
.blogs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .blogs__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768.98px) {
  .blogs__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.blogs__item {
  width: 100%;
}

.blogs__image-wrapper {
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 0.6666666667;
}

.blogs__image {
  aspect-ratio: 0.6666666667;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s, transform 0.3s ease;
}

.blogs__image:hover {
  transform: scale(1.1);
}

.blogs__details .blogs__title {
  font-size: 19px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs__details .blogs__description {
  margin-top: 12px;
}

.blogs__details .blogs__description .blogs__text,
.blogs__details .blogs__description .blogs__link {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs__details .blogs__description .blogs__link {
  opacity: 0.7;
  transition: opacity 0.3s;
  color: #000;
}

.blogs__details .blogs__description .blogs__link:hover {
  opacity: 0.25;
}

.pagination-action {
  display: flex;
  align-items: center;
}
.pagination-action .pagination-action-icon {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pagination-action .pagination-action-icon .pagination-action-icon-child {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, transform 0.3s ease-in-out;
}
.pagination-action .pagination-action-icon .pagination-action-icon-child:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.pagination-action .pagination-action-icon .ion-icon {
  font-size: 24px;
}

.pagination-number-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.pagination-number-list .pagination-number {
  margin-left: 16px;
}
.pagination-number-list .pagination-number:first-child {
  margin-left: 0;
}
.pagination-number-list .current {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #000;
  font-size: 13px;
  color: #fff;
}
.pagination-number-list .pagination-number--active {
  text-decoration: none;
}

.language {
  bottom: 86px;
  right: 20px;
  z-index: 1000;
}
.language .language-selected {
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
}
.language .language-selected .language-selected--img {
  width: 36px;
  height: 24px;
  display: block;
  border-radius: 4px;
}
.language .language-list {
  background-color: #eee;
  padding: 6px;
  border-radius: 8px;
  z-index: 1000;
  visibility: hidden;
  position: absolute;
  margin-top: 10px;
  list-style-type: none;
  transform: translateX(-6px);
  transition: all 0.3s;
}
.language .language-list .language-item {
  cursor: pointer;
}
.language .language-list .language-item:last-child {
  margin-bottom: 0;
}
.language .language-list .language-item .language-selected--img {
  display: block;
  width: 56px;
  border-radius: 4px;
}
.language .language-list .language-item + .language-item {
  margin-top: 6px;
}
.language .language-list.show {
  opacity: 1;
  visibility: visible;
}

.back_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(250, 28, 28);
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.back_top:hover {
  background-color: rgb(248, 76, 76);
}

.address__header .address__header-img {
  position: absolute;
  top: -50%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header-overlay {
  position: relative;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 32px;
}
.header-overlay::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.header-overlay .header-overlay__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.header-overlay .header-overlay__heading {
  max-width: 80%;
  text-align: center;
  color: #fff;
  font-size: 75px;
  font-weight: 900;
  z-index: 2;
}
.header-overlay .header-overlay__desc {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  z-index: 2;
}

.header-overlay--height-more {
  min-height: 50vh;
}

.wrapper__form-control {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wrapper__form-control .wrapper__form-error {
  font-size: 13px;
  color: #ff0019;
  font-weight: 400;
}

.card-product {
  width: 100%;
  text-align: center;
  border-radius: 0.8rem;
  background-color: white;
  aspect-ratio: 1;
}

.card-product__skeleton {
  background-image: linear-gradient(90deg, #ececec 0px, rgba(241, 241, 241, 0.6) 40px, #ebebeb 80px);
  background-size: 300%;
  background-position: 100% 0;
  animation: shimmer 1.5s infinite;
}

.card-product__img {
  margin-bottom: 15px;
  aspect-ratio: 1;
}

.card-product__title {
  height: 20px;
  margin-bottom: 10px;
}

.card-product__description {
  height: 10px;
}

@keyframes shimmer {
  to {
    background-position: -100% 0;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb__link {
  text-decoration: none;
  color: #000;
}

.breadcrumb__link--active {
  color: #1abc9c; /* Active link color */
}

.breadcrumb__separator {
  margin: 0 5px;
  color: #999;
}

/** Pixel to View width (px -&gt; vw) **/
/**/
.header .header_headline {
  text-align: center;
}
.header .header_headline .headline-common {
  font-size: 13px;
  font-weight: 400;
  color: var(--white-color);
}
.header .header_headline-one {
  background-color: #bf1e2e;
  padding: 16px 0px;
}
@media only screen and (max-width: 1024px) {
  .header .header_headline-one {
    padding: 1.1713030747vw;
  }
}
.header .header_main.sub-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: top 0.3s;
}
.header .header_main {
  transition: 0.3s;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.header .header_main .header_main-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
}
@media only screen and (max-width: 768.98px) {
  .header .header_main .header_main-in {
    padding: 24px 12px;
  }
}
.header .header_main-logo .logo {
  height: 50px;
}
.header .header_main-nav .header_main-nav-inside {
  position: relative;
}
.header .header_main-nav .overlay {
  display: none;
  height: 100vh;
}
.header .header_main-nav-list {
  list-style-type: none;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav-list {
    background: rgb(255, 255, 255);
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 300px;
    height: 100vh;
    z-index: 1000;
    display: none;
    transition: all 0.3s ease-in-out;
    border-radius: 12px 0px 0px 12px;
  }
}
.header .header_main-nav-list li:hover &gt; .header_main-submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header .header_main-nav-list .header_main-nav--item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_main-nav-list .header_main-nav--item:hover .header_main-submenu-list {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav-list .header_main-nav--item:hover .header_main-submenu-list {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
  }
}
.header .header_main-nav-list .header_main-nav--item .icon-down {
  transform: translateY(0px);
  font-size: 13px;
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav-list .header_main-nav--item {
    padding: 12px;
    justify-content: start;
    border-bottom:1px solid #F0F0F0;
  }
}
.header .header_main-nav-list .header_main-nav--item-x {
  font-size: 28px;
  display: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav-list .header_main-nav--item-x {
    display: block;
  }
}
.header .header_main-nav-list .header_main-nav--item-user {
  display: none;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav-list .header_main-nav--item-user .header_main-nav--item-user-link {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav-list .header_main-nav--item-user {
    display: flex;
  }
}
.header .header_main-nav-list .header_main-submenu {
  visibility: hidden;
  transform: translateY(20px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  top: calc(100% + 25px + 8px);
  left: 0;
  background: #fff;
  z-index: 100;
  position: absolute;
}
.header .header_main-nav-list .header_main-submenu::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  height: 44px;
  background-color: transparent;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav-list .header_main-submenu {
    display: none;
  }
}
.header .header_main-nav-list .header_main-submenu-list .header_main-submenu--item {
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.header .header_main-nav-list .header_main-submenu-list .header_main-submenu--item .header_main-submenu--item-link {
  display: flex;
  padding: 8px 20px;
  width: 200px;
  border-right: 1px solid #f2f2f2;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.header .header_main-nav-list .header_main-submenu-list .header_main-submenu--item .header_main-submenu--item-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1.5px;
  background-color: #000;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.header .header_main-nav-list .header_main-submenu-list .header_main-submenu--item .header_main-submenu--item-link:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.header .header_main-nav-list .header_main-submenu-list .header_main-submenu--item .header_main-submenu {
  top: 0;
  left: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav-list .header_main-submenu-list .header_main-submenu--item .header_main-submenu {
    display: none;
    left: 0;
    box-shadow: 1px 1px 10px rgba(180, 180, 180, 0.3);
  }
}
.header .header_main-nav-list .header_main-submenu-list .header_main-submenu__badge {
  display: inline-block;
  background: #bf1e2e;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin-left: 6px;
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav.active {
    position: absolute;
    top: 0;
    bottom: -10000px;
    right: 0;
    left: 0;
    z-index: 100;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav.active .header_main-nav-list {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header_main-nav.active .overlay {
    display: block;
  }
}
.header .header_main .header_main-icon--hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .header .header_main .header_main-icon--hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header .header_main-icon {
  display: flex;
  list-style-type: none;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header .header_main-icon .user-icon {
    display: none;
  }
}
.header .header_main-icon--item .header_main-btn-login {
  padding: 8px 20px;
  margin-left: 15px;
  background-color: var(--black-color);
  color: var(--white-color);
  border-radius: 6px;
}
.header .header_main-icon--item--link {
  cursor: pointer;
  color: var(--black-color);
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.header .header_main-icon--item--link:hover {
  transition: all 0.3s ease-in-out;
  background-color: var(--gray-color);
}
.header .header_main-icon .header_main-icon--item--search .header_main-icon--item--button {
  color: var(--black-color);
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: none;
  background: transparent;
}
.header .header_main-icon .header_main-icon--item--search .header_main-icon--item--button:hover {
  transition: all 0.3s ease-in-out;
  background-color: var(--gray-color);
}
.header .header_main-icon .header_main-icon--item--search .header__search-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.header .header_main-icon .header_main-icon--item--search .header__search {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.header .header_main-icon .header_main-icon--item--search .header__search .header__search-content {
  min-width: 380px;
  background: #fff;
  padding: 20px;
  z-index: 30;
}
.header .header_main-icon .header_main-icon--item--search .header__search .header__search-content .header__search-form {
  display: flex;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4px;
  justify-content: center;
  align-items: center;
}
.header .header_main-icon .header_main-icon--item--search .header__search .header__search-content .header__search-form .header__search-input {
  display: inline-block;
  width: 100%;
  outline: none;
  border: none;
  padding: 8px;
}
.header .header_main-icon .header_main-icon--item--search .header__search .header__search-content .header__search-form .header__search-btn {
  background-color: transparent;
  color: #000;
  border: none;
  padding: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_main-icon .header_main-icon--item--cart {
  position: relative;
}
.header .header_main-icon .header_main-icon--item--cart .header_main-icon--item--button {
  cursor: pointer;
  color: var(--black-color);
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: none;
  background: transparent;
}
.header .header_main-icon .header_main-icon--item--cart .header_main-icon--item--button:hover {
  transition: all 0.3s ease-in-out;
  background-color: var(--gray-color);
}
.header .header_main-icon .header_main-icon--item--cart .header_main-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  background-color: red;
  color: white;
}
.header .header_main-icon .header_main-icon--item--cart .is-active {
  opacity: 1;
  display: block !important;
  transition: opacity 0.3s ease;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart {
  display: none;
  position: absolute;
  transition: opacity 0.3s ease;
  top: calc(100% + 26px);
  right: 0;
  z-index: 20;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content {
  min-width: 380px;
  background: #fff;
  padding: 20px;
  z-index: 30;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--empty {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__title {
  margin: 12px 0;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list {
  max-height: 300px;
  overflow-y: scroll;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item {
  display: flex;
  justify-content: start;
  gap: 16px;
  padding: 16px 0;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-container-img .cart-content__item-wrap-img {
  width: 120px;
  height: 120px;
  background: #eee;
  padding: 8px;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-container-img .cart-content__item-wrap-img .cart-content__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-container-img .cart-content__item-quantity {
  margin-top: 8px;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-quantity-label {
  line-height: 1.7;
  font-weight: 600;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-quantity-controls {
  display: flex;
  align-items: center;
  width: 100%;
  height: 28px;
  font-weight: 600;
  border: 1px solid #000;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-quantity-decrease, .header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-quantity-increase {
  width: 100%;
  padding: 0 10px 4px;
  font-size: 26px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #999;
  transition: color 0.2s;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-quantity-decrease:hover, .header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-quantity-increase:hover {
  color: #000;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-quantity-input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 16px;
  appearance: textfield;
  -webkit-appearance: none;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-quantity-input:focus {
  outline: none;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-quantity .cart__item-action-delete {
  text-align: center;
  color: #818181;
  margin-top: 4px;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-desc .cart-content__item-info .cart-content__item-price {
  color: #888;
  margin: 8px 0;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item .cart-content__item-desc .cart-content__item-action-delete {
  background: transparent;
  border: none;
  display: inline;
  text-align: left;
  text-decoration: underline;
  color: #888;
  cursor: pointer;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__list .cart-content__item + .cart-content__item {
  border-top: 1px solid #eee;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  border-top: 1px solid #eee;
  padding-top: 16px;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__footer .cart-content__footer-link {
  display: block;
  width: 100%;
}
.header .header_main-icon .header_main-icon--item--cart .header__cart .header__cart-content .header__cart-content--having .cart-content__footer .button {
  width: 100%;
}

.footer {
  background: #2f343a;
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 20px;
  }
}

.footer * {
  color: #fff;
  fill: #fff;
}

.footer-container {
  margin: 0 auto;
  max-width: 1366px;
}

.footer__nav {
  display: flex;
  margin-bottom: 16px;
}
@media only screen and (max-width: 992px) {
  .footer__nav {
    flex-direction: column;
  }
}

.footer__nav-social {
  display: flex;
  align-items: center;
}

.footer__nav-social-list {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.footer__nav-social-item {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 5px;
  gap: 5px;
}

.footer__nav-social-item__text {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .footer__nav-social-item__text {
    font-size: 14px;
  }
}

.footer__nav-social-item__icon {
  height: 20px;
}

.footer__nav-menu {
  margin-left: 40px;
}
@media only screen and (max-width: 992px) {
  .footer__nav-menu {
    margin-left: 0;
    margin-top: 16px;
  }
}

.footer__nav-menu-list {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 640px) {
  .footer__nav-menu-list {
    flex-wrap: wrap;
    row-gap: 7px;
  }
}

.footer__nav-menu-item {
  list-style: none;
  padding-right: 10px;
}

.footer__nav-menu-item:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}

.footer__nav-menu-item__link {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .footer__nav-menu-item__link {
    font-size: 12px;
  }
}

.footer__credits {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}

.footer__credits-text {
  line-height: 1.75;
}

.home-wrapper .banner {
  height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .banner {
    height: 250px;
  }
}

.home-wrapper .banner .banner_item {
  display: none;
  transition: opacity 0.2s ease-in-out;
}
.home-wrapper .banner .banner_item.is-active {
  display: block;
  opacity: 1;
}
.home-wrapper .banner .banner_item:not(.is-active) {
  opacity: 0;
}
.home-wrapper .banner .over_lay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.home-wrapper .banner .banner_image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.5);
  opacity: 0;
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
}
.home-wrapper .banner .banner_image.is-visible {
  transform: scale(1);
  opacity: 1;
  transition: all 1.5s ease-in-out;
}
.home-wrapper .banner .banner-content {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.home-wrapper .banner .banner-content__inside {
  padding: 12px 0;
}
.home-wrapper .banner .banner-content__heading {
  color: #fff;
  line-height: 1;
  font-size: 75px;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .home-wrapper .banner .banner-content__heading {
    font-size: 40px;
  }
}
.home-wrapper .banner .banner-content__subheading {
  margin-top: 20px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.75;
  color: #b8b8b8;
  font-weight: 400;
}
.home-wrapper .banner .banner_dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.home-wrapper .banner .banner_dots-item {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
  margin: 0 7px;
  cursor: pointer;
}
.home-wrapper .banner .banner_dots-item.is-active {
  background-color: #888;
}
.home-wrapper .home-wrapper__content {
  margin: auto;
  width: 100%;
  max-width: 1366px;
  padding: 0px 40px;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .home-wrapper__content {
    padding: 20px 20px 50px !important;
  }
 .containerX.header_main-in{
    padding: 20px !important;
 }
 .containerX{
    padding: 0px !important;
 }
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768.98px) {
  .home-wrapper .home-wrapper__content .mosaic-section .mosaic__grid-container {
    grid-template-columns: 1fr;
  }
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__grid-item {
  position: relative;
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__grid-item--large {
  grid-row: span 2;
  grid-column: span 1;
}
@media only screen and (max-width: 768.98px) {
  .home-wrapper .home-wrapper__content .mosaic-section .mosaic__grid-item--large {
    grid-row: span 1;
  }
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__grid-item--small {
  grid-row: span 1;
  grid-column: span 1;
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__image--large {
  aspect-ratio: 2;
}
@media only screen and (max-width: 768.98px) {
  .home-wrapper .home-wrapper__content .mosaic-section .mosaic__image--large {
    aspect-ratio: 1/2;
  }
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__image--small {
  aspect-ratio: 1;
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .home-wrapper__content .mosaic-section .mosaic__overlay {
    padding: 20px;
  }
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__title {
  margin: 0;
  font-size: 75px;
  font-weight: 900;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .home-wrapper__content .mosaic-section .mosaic__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
  }
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__subtitle {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .home-wrapper__content .mosaic-section .mosaic__subtitle {
    font-size: 16px;
    margin-top: 8px;
    line-height: 1.714;
  }
}
.home-wrapper .home-wrapper__content .mosaic-section .mosaic__link {
  display: inline-block;
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .home-wrapper__content .mosaic-section .mosaic__link {
    margin-top: 20px;
  }
  
  .home-wrapper .home-wrapper__content .shopify-section {
    margin-top: 50px !important;
  }
}
.home-wrapper .home-wrapper__content .shopify-section {
  margin-top: 128px;
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__image-container {
  position: relative;
  width: 100%;
  /*height: calc(65vh - 80px);*/
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 40px;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .home-wrapper__content .shopify-section .shopify__image-overlay {
    padding: 20px;
  }
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__title {
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .home-wrapper__content .shopify-section .shopify__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
  }
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__product-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .home-wrapper__content .shopify-section .shopify__product-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__product-image-wrapper {
  position: relative;
  background-color: #eee;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
  aspect-ratio: 1;
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  border-radius: 20px;
  padding: 1px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  max-height: 100%;
  padding: 0 16px;
  z-index: 1;
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__product-badge.shopify__product-badge--new {
  background: #bf1e2e;
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__product-badge.shopify__product-badge--out {
  background: #bf1e2e;
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__product-image {
  display: inline-block;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__product-details .shopify__product-title .shopify__product-link {
  font-weight: 700;
  line-height: 1.2rem;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 768.98px) {
  .home-wrapper .home-wrapper__content .shopify-section .shopify__product-details .shopify__product-title .shopify__product-link {
    font-size: 16px;
  }
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__product-cate {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__product-price {
  font-size: 16px;
  font-weight: 400;
}
.home-wrapper .home-wrapper__content .shopify-section .shopify__cta {
  text-align: center;
  margin-top: 32px;
}
.home-wrapper .home-wrapper__content .blogs-section {
  margin-top: 40px;
}
.home-wrapper .ig-library-section {
  /* ig library social */
}
.home-wrapper .ig-library-section .ig-library__header {
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .ig-library-section .ig-library__header {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.home-wrapper .ig-library-section .ig-library__title {
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .ig-library-section .ig-library__title {
    display: none;
  }
}
.home-wrapper .ig-library-section .ig-library__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-wrapper .ig-library-section .ig-library__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  padding-left: 0;
}
.home-wrapper .ig-library-section .ig-library__social-item {
  list-style: none;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .home-wrapper .ig-library-section .ig-library__social-item {
    font-size: 16px;
  }
}
.home-wrapper .ig-library-section .ig-library__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 640px) {
  .home-wrapper .ig-library-section .ig-library__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-wrapper .ig-library-section .ig-library__photo-item {
  position: relative;
  transition-duration: 1s;
}
.home-wrapper .ig-library-section .ig-library__photo-item:hover .ig-library__overlay {
  opacity: 1;
}
.home-wrapper .ig-library-section .ig-library__photo {
  aspect-ratio: 1;
  overflow: hidden;
}
.home-wrapper .ig-library-section .ig-library__photo-image {
  aspect-ratio: 1;
  object-fit: cover;
}
.home-wrapper .ig-library-section .ig-library__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-duration: 0.3s;
}
.home-wrapper .ig-library-section .ig-library__overlay * {
  fill: #fff;
}

.auth-wrapper__container {
  width: 100%;
  max-width: 440px;
  margin: 12vh auto;
  padding: 0 40px;
}
.auth-wrapper__container .auth-wrapper__title {
  font-size: 75px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.auth-wrapper__container .auth-wrapper__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.auth-wrapper__container .auth-wrapper__form .auth-wrapper__password {
  position: relative;
}
.auth-wrapper__container .auth-wrapper__form .auth-wrapper__password .auth-wrapper__input--password {
  width: 100%;
  padding: 16px 56px 16px 16px;
}
.auth-wrapper__container .auth-wrapper__form .auth-wrapper__password .auth-wrapper__password--eye {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.auth-wrapper__container .auth-wrapper__form .auth-wrapper__password .auth-wrapper__password--show {
  display: none;
}
.auth-wrapper__container .auth-wrapper__input {
  border: 1px solid #eaeaea;
  padding: 16px;
  border-radius: 32px;
}
.auth-wrapper__container .auth-wrapper__input:focus-visible {
  outline: 1px solid #000;
}
.auth-wrapper__container .auth-wrapper__input::placeholder {
  color: #7f7f7f;
}
.auth-wrapper__container .auth-wrapper__input[readonly] {
  cursor: default;
}
.auth-wrapper__container .auth-wrapper__input[readonly]:focus-visible {
  outline: none;
}
.auth-wrapper__container .auth-wrapper__input.auth-wrapper__input--error {
  border: 1px solid #ff0019;
}
.auth-wrapper__container .auth-wrapper__input.auth-wrapper__input--error:focus {
  outline: none;
}
.auth-wrapper__container .auth-wrapper__link-button .button {
  width: 100%;
}
.auth-wrapper__container .auth-wrapper__links {
  margin: 20px 0;
}
.auth-wrapper__container .auth-wrapper__links-group {
  text-align: center;
  display: flex;
  justify-content: center;
}
.auth-wrapper__container .auth-wrapper__links-group .auth-wrapper__link-item .auth-wrapper__link {
  font-weight: 400;
  text-decoration: underline;
  transition-duration: 0.3s;
}
.auth-wrapper__container .auth-wrapper__links-group .auth-wrapper__link-item .auth-wrapper__link:hover {
  opacity: 0.25;
}
.auth-wrapper__container .auth-wrapper__links-group .auth-wrapper__link-item:last-child::before {
  content: "/";
  padding: 12px;
  text-decoration: none;
}
.auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__divider-text {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 20px 0;
  font-size: 13px;
}
.auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__divider-text::before, .auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__divider-text:after {
  display: inline-block;
  flex: 1;
  height: 1px;
  margin: 0 1px;
  content: "";
  background-color: #000;
}
.auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__social-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__social-buttons .auth-wrapper__social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none;
  padding: 12px;
  border-radius: 5px;
}
.auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__social-buttons .auth-wrapper__social-button svg {
  width: 24px;
  height: 24px;
}
.auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__social-buttons .auth-wrapper__social-button--google {
  color: #fff;
  background: #4285f4;
}
.auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__social-buttons .auth-wrapper__social-button--facebook {
  color: #fff;
  background: #4267b2;
}
.auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__social-buttons .auth-wrapper__social-button--kakao {
  background: #ffe812;
}
.auth-wrapper__container .auth-wrapper__links .auth-wrapper__divider .auth-wrapper__social-buttons .auth-wrapper__social-button--naver {
  color: #fff;
  background: #2db400;
}
.auth-wrapper__container .auth-wrapper__links--register {
  margin-top: 20px !important;
}

.collection__container {
  max-width: 1366px;
  margin: 40px auto;
  display: flex;
  padding: 0 25px;
}
@media only screen and (max-width: 640px) {
  .collection__container {
    display: grid;
  }
}
.collection__container .collection__sidebar {
  width: 253px;
  margin-right: 40px;
  flex-shrink: 0;
  /* Mặc định ẩn các tùy chọn */
  /* Hiển thị tùy chọn khi có class `custom-select__options--visible` */
  /* Điều chỉnh cho responsive */
}
@media only screen and (max-width: 640px) {
  .collection__container .collection__sidebar {
    width: 100%;
  }
}
.collection__container .collection__sidebar .custom-select {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #eaeaea;
  /* Định nghĩa overlay */
  /* Khi overlay được kích hoạt */
  /* Style for the entire label when not focused */
  /* Style the checkbox input */
  /* Checkmark inside the checkbox */
}
.collection__container .collection__sidebar .custom-select:first-child {
  margin-top: 0;
}
.collection__container .collection__sidebar .custom-select:last-child {
  border-bottom: 0;
}
.collection__container .collection__sidebar .custom-select .custom-select__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none; /* Mặc định ẩn */
}
.collection__container .collection__sidebar .custom-select .custom-select__options--visible + .custom-select__overlay {
  display: block;
}
.collection__container .collection__sidebar .custom-select .custom-select__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 0 4px 0px 12px;
  cursor: pointer;
  width: 100%;
  height: 32px;
  outline: none;
  transition: all 0.3s ease;
}
.collection__container .collection__sidebar .custom-select .custom-select__button:hover {
  background-color: #f5f5f5;
}
.collection__container .collection__sidebar .custom-select .custom-select__button .custom-select__title {
  background-color: transparent;
  text-align: left;
  border: 0;
  outline: none;
  cursor: pointer;
}
.collection__container .collection__sidebar .custom-select .custom-select__button .custom-select__icon {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.collection__container .collection__sidebar .custom-select .custom-select__button .custom-select__icon.active {
  transform: rotate(-90deg);
}
.collection__container .collection__sidebar .custom-select .custom-select__options {
  width: 100%;
}
.collection__container .collection__sidebar .custom-select .custom-select__option {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid transparent; /* No border by default */
  cursor: pointer;
}
.collection__container .collection__sidebar .custom-select .custom-select__option:hover {
  background-color: #f5f5f5;
}
.collection__container .collection__sidebar .custom-select .custom-select__option input[type=checkbox] {
  appearance: none; /* Remove default checkbox appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #000; /* Black border around checkbox */
  cursor: pointer;
  position: relative;
  margin-right: 12px;
}
.collection__container .collection__sidebar .custom-select .custom-select__option input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}
.collection__container .collection__sidebar .custom-select .custom-select__option input[type=checkbox]:checked {
  background-color: #000;
}
.collection__container .collection__sidebar .custom-select .custom-select__option input[type=checkbox]:checked::before {
  display: block;
}
.collection__container .collection__sidebar .custom-select .custom-select__option input[type=checkbox]:focus + .custom-select__option-label,
.collection__container .collection__sidebar .custom-select .custom-select__option input[type=checkbox]:focus {
  outline: none;
}
.collection__container .collection__sidebar .custom-select .custom-select__option input[type=checkbox]:focus {
  outline: none;
}
.collection__container .collection__sidebar .custom-select .custom-select__option input[type=checkbox]:focus-visible {
  outline: none;
}
.collection__container .collection__sidebar .custom-select .custom-select__option:has(input[type=checkbox]:focus) {
  border: 1px solid #000;
}
.collection__container .collection__sidebar .custom-select .custom-select__option:has(input[type=checkbox]:not(:focus)) {
  border: 1px solid transparent;
}
.collection__container .collection__sidebar .custom-select .custom-select__option-label {
  cursor: pointer;
}
.collection__container .collection__sidebar .custom-range .price-range-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection__container .collection__sidebar .custom-range .price-range-input {
  max-width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.collection__container .collection__sidebar .custom-range .price-range-currency {
  position: absolute;
  left: 10px;
  font-size: 16px;
  color: black;
  font-family: Barlow, Noto Sans KR, sans-serif !important;
}
.collection__container .collection__sidebar .custom-range .input {
  height: 48px;
  padding-left: 25px; /* Để nhường chỗ cho ký hiệu ₩ */
  text-align: left;
  font-size: 16px;
  border: 0.5px solid #e7e7e7;
}
.collection__container .collection__sidebar .custom-range .input:focus {
  border: 0.5px solid #000000;
  outline: none;
}
.collection__container .collection__sidebar .custom-range .price-range-label {
  display: none;
}
.collection__container .collection__sidebar .custom-range .price-range-separator {
  font-size: 20px;
  margin: 0 10px;
  color: black;
}
.collection__container .collection__sidebar .custom-range .price-range-input input::-webkit-input-placeholder {
  text-align: center;
}
.collection__container .collection__sidebar .custom-range .price-range-input input:-moz-placeholder {
  text-align: center;
}
.collection__container .collection__sidebar .custom-range .price-range-input input::-moz-placeholder {
  text-align: center;
}
.collection__container .collection__sidebar .custom-range .price-range-input input:-ms-input-placeholder {
  text-align: center;
}
.collection__container .collection__sidebar .custom-select__options {
  display: none;
}
.collection__container .collection__sidebar .custom-select__options--visible {
  display: block;
}
.collection__container .collection__content {
  flex: 1;
  width: 100%;
}
.collection__container .collection__content .collection__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.collection__container .collection__content .collection__tags .collection__tags__item {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: 40px;
  background-color: rgba(234, 234, 234, 0.7);
  padding: 0 12px 0 16px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.collection__container .collection__content .collection__tags .collection__tags__item .collection__tags__item__close {
  margin-left: 8px;
}
.collection__container .collection__content .collection__tags .collection__tags__item .collection__tags__item__item__content {
  font-weight: 400;
}
.collection__container .collection__content .collection__tags .collection__tags__item:last-child {
  margin-right: 0;
}
.collection__container .collection__content .collection__tags .collection__tags__item:hover {
  background-color: #eaeaea;
}
.collection__container .collection__content .collection__content-empty-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.collection__container .collection__content .collection__content-empty-product .empty-product-text {
  font-size: 14px;
}
.collection__container .collection__content .collection__content-empty-product .empty-product-link {
  font-weight: 400;
  text-decoration: underline;
  transition-duration: 0.3s;
}
.collection__container .collection__content .collection__content-empty-product .empty-product-link:hover {
  opacity: 0.25;
}
.collection__container .collection__content .collection__content-product,
.collection__container .collection__content .card__product-loading {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.collection__container .collection__content .collection__content-pagination {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #eee;
  padding-right: 20px;
}
.collection__container .collection__content .collection__content-pagination .collection__content-pagination-action {
  display: flex;
  align-items: center;
}
.collection__container .collection__content .collection__content-pagination .collection__content-pagination-action .collection__content-pagination-action-icon {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.collection__container .collection__content .collection__content-pagination .collection__content-pagination-action .collection__content-pagination-action-icon .collection__content-pagination-action-icon-child {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, transform 0.3s ease-in-out;
}
.collection__container .collection__content .collection__content-pagination .collection__content-pagination-action .collection__content-pagination-action-icon .collection__content-pagination-action-icon-child:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.collection__container .collection__content .collection__content-pagination .collection__content-pagination-action .collection__content-pagination-action-icon .ion-icon {
  font-size: 24px;
}
.collection__container .collection__content .collection__content-pagination .collection__content-pagination-number-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.collection__container .collection__content .collection__content-pagination .collection__content-pagination-number-list .collection__content-pagination-number {
  margin-left: 16px;
  text-decoration: underline;
}
.collection__container .collection__content .collection__content-pagination .collection__content-pagination-number-list .collection__content-pagination-number:first-child {
  margin-left: 0;
}
.collection__container .collection__content .collection__content-pagination .collection__content-pagination-number-list .collection__content-pagination-number--active {
  text-decoration: none;
}

.product-single-wrapper {
  max-width: 1366px;
  margin: 40px auto;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .product-single-wrapper {
    margin: 20px auto 40px;
    padding: 0 20px;
  }
}
.product-single-wrapper .product-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 640px) {
  .product-single-wrapper .product-content {
    grid-template-columns: 1fr;
  }
}
.product-single-wrapper .product-content .product-content__left .main-image {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
  object-fit: contain;
}
.product-single-wrapper .product-content .product-content__left .thumbnail-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.product-single-wrapper .product-content .product-content__left .thumbnail-item__wrapper {
  position: relative;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
  aspect-ratio: 1;
  opacity: 0.5;
  transition: all 0.25s ease;
  cursor: pointer;
}
.product-single-wrapper .product-content .product-content__left .thumbnail-item__wrapper .thumbnail-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
  padding: 12px;
}
.product-single-wrapper .product-content .product-content__left .thumbnail-item__wrapper:hover {
  opacity: 1;
}
.product-single-wrapper .product-content .product-content__left .thumbnail-item__wrapper.active-thumbnail {
  opacity: 1;
  border: 2px solid red;
  border-radius: 5px;
}
.product-single-wrapper .product-content .product-content__right {
  margin-top: 12px;
  margin-left: 112px;
  max-width: 450px;
}
@media only screen and (max-width: 1024px) {
  .product-single-wrapper .product-content .product-content__right {
    margin-left: 30px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .product-single-wrapper .product-content .product-content__right {
    width: 100%;
    max-width: 100%;
    min-width: 280px;
    margin-top: 20px;
    margin-left: 0;
  }
}
.product-single-wrapper .product-content .product-content__right .product-detail__top-line {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-single-wrapper .product-content .product-content__right .product-detail__top-line .product-detail__brand-logo .brand-logo__img {
  height: 30px;
  object-fit: cover;
}
.product-single-wrapper .product-content .product-content__right .product-detail__top-line .product-detail__badge {
  display: inline-block;
  border-radius: 20px;
  padding: 1px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  max-height: 100%;
  padding: 0 16px;
}
.product-single-wrapper .product-content .product-content__right .product-detail__top-line .product-detail__badge.product-detail__badge--new {
  text-transform: uppercase;
  background: #bf1e2e;
}
.product-single-wrapper .product-content .product-content__right .product-detail__top-line .product-detail__badge.product-detail__badge--sale {
  background: #bf1e2e;
}
.product-single-wrapper .product-content .product-content__right .product-detail__top-line .product-detail__badge.product-detail__badge--out {
  text-transform: uppercase;
  background: #666;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__title {
  margin: 16px 0;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .product-single-wrapper .product-content .product-content__right .product-detail .product-detail__title {
    font-size: 42px;
    margin: 10px 0;
  }
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__series {
  font-size: 20px;
  line-height: 1.7;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__price {
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.7;
}
@media only screen and (max-width: 640px) {
  .product-single-wrapper .product-content .product-content__right .product-detail .product-detail__price {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .product-single-wrapper .product-content .product-content__right .product-detail .product-detail__size {
    margin: 20px 0;
  }
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__size-label {
  line-height: 1.7;
  font-weight: 600;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__size-options {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__size-options .product-detail__size-option {
  display: none;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__size-options .product-detail__size-label-option {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 4px 16px;
  border: 1px solid #eaeaea;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__size-options .product-detail__size-label-option:hover {
  background-color: #f0f0f0;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__size-options .product-detail__size-option:checked + .product-detail__size-label-option {
  background-color: black;
  color: white;
  border-color: black;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__quantity {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__quantity-label {
  line-height: 1.7;
  font-weight: 600;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__quantity-controls {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 12px;
  font-weight: 600;
  border: 1px solid #eaeaea;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__quantity-decrease, .product-single-wrapper .product-content .product-content__right .product-detail .product-detail__quantity-increase {
  padding: 0 10px 4px;
  font-size: 26px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #999;
  transition: color 0.2s;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__quantity-decrease:hover, .product-single-wrapper .product-content .product-content__right .product-detail .product-detail__quantity-increase:hover {
  color: #000;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__quantity-input {
  width: 28px;
  height: 42px;
  text-align: center;
  border: none;
  font-size: 16px;
  appearance: textfield;
  -webkit-appearance: none;
  appearance: textfield;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__quantity-input:focus {
  outline: 1px solid #000;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
  border-top: 1px solid #ccc;
  padding-top: 28px;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info {
  margin: 20px 0;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info strong {
  display: block;
  margin: 20px 0;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info span {
  display: block;
  margin: 20px 0;
  line-height: 1.5;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info p {
  margin: 20px 0;
  line-height: 1.5;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info ul {
  list-style-type: none;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info ul li {
  margin: 10px 0;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info-item {
  /* Khi checkbox được chọn, mũi tên quay 180 độ */
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info-item .product-detail__info-label {
  padding: 12px 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  user-select: none;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info-item .product-detail__info-label .product-detail__info-icon {
  transition: transform 0.3s ease;
  font-size: 12px;
  color: #999;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info-item .product-detail__info-toggle {
  display: none;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info-item .product-detail__info-content {
  display: none;
  padding: 8px 0 4px;
  line-height: 1.5;
  color: #555;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info-item .product-detail__info-toggle:checked + .product-detail__info-label + .product-detail__info-content {
  display: block;
}
.product-single-wrapper .product-content .product-content__right .product-detail .product-detail__info-item .product-detail__info-toggle:checked + .product-detail__info-label .product-detail__info-icon {
  transform: rotate(180deg);
}
.product-single-wrapper .product-description {
  margin-top: 50px;
  max-width: 900px;
}
@media only screen and (max-width: 640px) {
  .product-single-wrapper .product-description {
    margin: 40px auto 40px;
  }
  .product-single-wrapper .product-description img {
    display: block;
  }
}
.product-single-wrapper .product-description strong {
  display: block;
  margin: 20px 0;
  line-height: 1.5;
}
.product-single-wrapper .product-description span {
  display: block;
  margin: 20px 0;
  line-height: 1.5;
}
.product-single-wrapper .product-description p {
  margin: 20px 0;
}
.product-single-wrapper .product-description ul {
  list-style-type: none;
}
.product-single-wrapper .product-description ul li {
  margin: 10px 0;
}
.product-single-wrapper .product-related .product-related__title {
  padding: 50px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .product-single-wrapper .product-related .product-related__title {
    margin-bottom: 20px;
  }
}
.product-single-wrapper .product-related .product-related__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .product-single-wrapper .product-related .product-related__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.content__page {
  background: #f5f5fa;
  padding: 40px 0px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .content__page {
    padding: 0;
  }
}
.content__page .menu__tablet {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .content__page .menu__tablet {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: white;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    align-items: center;
    justify-content: space-between;
  }
  .content__page .menu__tablet .menu__tablet-more {
    font-size: 32px;
    margin: 0 8px;
    cursor: pointer;
  }
  .content__page .menu__tablet .menu__tablet-tab {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .content__page .menu__tablet .menu__tablet-tab .menu__tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 14px;
    padding: 0 20px;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    border-bottom: 2px solid transparent;
    cursor: pointer;
  }
  .content__page .menu__tablet .menu__tablet-tab .menu__tab-item .menu__tab-iitem--icon {
    font-size: 22px;
  }
  .content__page .menu__tablet .menu__tablet-tab .menu__tab-item.active {
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: 600;
    margin-bottom: -1px;
  }
}
.content__page .account {
  max-width: 1366px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
}
.content__page .account .account__sidebar {
  width: calc(25% - 30px);
  border-radius: 5px;
  background: #fff;
  padding: 1%;
}
@media only screen and (max-width: 1200px) {
  .content__page .account .account__sidebar {
    width: calc(30% - 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    max-width: 100%;
    height: 100%;
    overflow-y: scroll;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    z-index: 10;
    transition: all 0.3s ease-in-out;
  }
}
.content__page .account .account__sidebar .account__sidebar-close {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__sidebar .account__sidebar-close {
    display: flex;
    justify-content: end;
    width: 100%;
    height: 50px;
  }
}
.content__page .account .account__sidebar .account__sidebar-close .sidebar__close-icon {
  display: inline-block;
  font-size: 33px;
  cursor: pointer;
}
.content__page .account .account__sidebar .sidebar__menu {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__sidebar .sidebar__menu {
    margin-top: 0;
  }
}
.content__page .account .account__sidebar .sidebar__menu .menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.05), -4px -4px 6px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.content__page .account .account__sidebar .sidebar__menu .menu__item:last-child {
  margin-bottom: 0;
}
.content__page .account .account__sidebar .sidebar__menu .menu__item:hover {
  opacity: 0.8;
}
.content__page .account .account__sidebar .sidebar__menu .menu__item:focus,
.content__page .account .account__sidebar .sidebar__menu .menu__item .account.active {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__sidebar .sidebar__menu .menu__item {
    height: 35px;
  }
  .content__page .account .account__sidebar .sidebar__menu .menu__item .menu__item-content {
    font-size: 12px;
  }
}
.content__page .account .account__sidebar .sidebar__menu .menu__item .menu__item-icon {
  margin-left: 8px;
}
.content__page .account .account__sidebar .sidebar__profile {
  margin-top: 48px;
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__sidebar .sidebar__profile {
    margin-top: 20px;
  }
}
.content__page .account .account__sidebar .sidebar__profile .profile__head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  cursor: default;
}
.content__page .account .account__sidebar .profile__body {
  background-color: #fff;
  padding: 20px 15px 20px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}
.content__page .account .account__sidebar .profile__body .profile__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
}
.content__page .account .account__sidebar .profile__body .profile__item .profile__item-icon {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.content__page .account .account__sidebar .profile__body .profile__location {
  display: flex;
  font-size: 13px;
  font-weight: 500;
}
.content__page .account .account__sidebar .profile__body .profile__location .profile__item-icon {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.content__page .account .account__sidebar .profile__actions {
  width: 100%;
  margin-top: 10px;
}
.content__page .account .account__sidebar .profile__actions .profile__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
  height: 36px;
  border-radius: 36px;
  font-size: 14px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.05), -2px -2px 4px 0 rgba(255, 255, 255, 0.9);
  margin-bottom: 7px;
  padding: 0 10px;
  transition: all 0.3s ease;
}
.content__page .account .account__sidebar .profile__actions .profile__action:last-child {
  margin-bottom: 0;
}
.content__page .account .account__sidebar .profile__actions .profile__action:hover {
  background-color: #000;
  color: #fff;
}
.content__page .account .account__sidebar.active {
  right: 0;
}
.content__page .account .account__content {
  width: 75%;
  border-radius: 5px;
  background: #fff;
  padding: 1%;
}
@media only screen and (max-width: 1200px) {
  .content__page .account .account__content {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__content {
    width: 100%;
    padding: 0 20px;
  }
}
.content__page .account .account__content .content__title {
  height: 40px;
  text-align: right;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__content .content__title {
    font-size: 18px;
    line-height: 40px;
    height: auto;
  }
}
.content__page .account .account__content .general__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content__page .account .account__content .general__title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
}
.content__page .account .account__content .general__search {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content__page .account .account__content .general__search .search__form {
  align-items: center;
  background: white;
  border: 2px solid #000;
  border-radius: 8px 35px 35px 8px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  color: var(--ch-colors-primary);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 70px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__content .general__search .search__form {
    height: 60px;
  }
}
.content__page .account .account__content .general__search .search__form .search__input {
  background: var(--ch-colors-foreground);
  border: none !important;
  box-shadow: none !important;
  color: var(--ch-colors-primary);
  font-size: 18px;
  height: 60px;
  margin: 0 0 0 20px;
  outline: none !important;
  width: calc(100% - 100px);
}
.content__page .account .account__content .general__search .search__form .search__button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
}
.content__page .account .account__content .general__search .search__form .search__button .icon-search-box {
  width: 24px;
  height: 24px;
  stroke: gray;
}
.content__page .account .account__content .general__search .search__result {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__content .general__search .search__result {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 768.98px) {
  .content__page .account .account__content .general__search .search__result {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  .content__page .account .account__content .recent__order .order__none {
    text-align: center;
  }
}

.blogs__header {
  position: relative;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .blogs__header .blogs__header-img {
    top: 0;
  }
}
.blogs__header .blogs__heading {
  position: absolute;
  max-width: 80%;
  text-align: center;
  color: #fff;
  font-size: 75px;
  font-weight: 900;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
}
.blogs__header .blogs__desc {
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  z-index: 2;
}

.blogs__header.has-image {
  background-color: transparent;
}

.blogs__container {
  max-width: 1366px;
  margin: 40px auto;
  padding: 40px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .blogs__container {
    display: flex;
    flex-direction: column-reverse;
    margin: 12px auto;
  }
}
.blogs__container .blogs__content .blogs__content-pagination {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #eee;
  padding-right: 20px;
}

.blogs__sidebar-form {
  display: flex;
  width: 100%;
  background-color: white;
  border: 1px solid #ccc;
  padding: 4px;
  justify-content: center;
  align-items: center;
}
.blogs__sidebar-form .blogs__sidebar-input {
  display: inline-block;
  width: 100%;
  outline: none;
  border: none;
  padding: 8px;
}
.blogs__sidebar-form .blogs__sidebar-btn {
  background-color: transparent;
  color: #000;
  border: none;
  padding: 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogs__popular,
.blogs__popular-products {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #ccc;
}
.blogs__popular .blogs__sidebar-title,
.blogs__popular-products .blogs__sidebar-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.blogs__popular .blogs__popular-list,
.blogs__popular .blogs__popular-products-list,
.blogs__popular-products .blogs__popular-list,
.blogs__popular-products .blogs__popular-products-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .blogs__popular .blogs__popular-list,
  .blogs__popular .blogs__popular-products-list,
  .blogs__popular-products .blogs__popular-list,
  .blogs__popular-products .blogs__popular-products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768.98px) {
  .blogs__popular .blogs__popular-list,
  .blogs__popular .blogs__popular-products-list,
  .blogs__popular-products .blogs__popular-list,
  .blogs__popular-products .blogs__popular-products-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.blogs__popular .blogs__popular-list .blogs__popular-item,
.blogs__popular .blogs__popular-list .blogs__popular-products-item,
.blogs__popular .blogs__popular-products-list .blogs__popular-item,
.blogs__popular .blogs__popular-products-list .blogs__popular-products-item,
.blogs__popular-products .blogs__popular-list .blogs__popular-item,
.blogs__popular-products .blogs__popular-list .blogs__popular-products-item,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-item,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}
.blogs__popular .blogs__popular-list .blogs__popular-item .blogs__popular-item-img-wrap .blogs__popular-item__img,
.blogs__popular .blogs__popular-list .blogs__popular-products-item .blogs__popular-item-img-wrap .blogs__popular-item__img,
.blogs__popular .blogs__popular-products-list .blogs__popular-item .blogs__popular-item-img-wrap .blogs__popular-item__img,
.blogs__popular .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item-img-wrap .blogs__popular-item__img,
.blogs__popular-products .blogs__popular-list .blogs__popular-item .blogs__popular-item-img-wrap .blogs__popular-item__img,
.blogs__popular-products .blogs__popular-list .blogs__popular-products-item .blogs__popular-item-img-wrap .blogs__popular-item__img,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-item .blogs__popular-item-img-wrap .blogs__popular-item__img,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item-img-wrap .blogs__popular-item__img {
  width: 50px;
  height: 70px;
  object-fit: cover;
}
.blogs__popular .blogs__popular-list .blogs__popular-item .blogs__popular-item-img-wrap .blogs__popular-products-item-link .blogs__popular-products-item__img,
.blogs__popular .blogs__popular-list .blogs__popular-products-item .blogs__popular-item-img-wrap .blogs__popular-products-item-link .blogs__popular-products-item__img,
.blogs__popular .blogs__popular-products-list .blogs__popular-item .blogs__popular-item-img-wrap .blogs__popular-products-item-link .blogs__popular-products-item__img,
.blogs__popular .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item-img-wrap .blogs__popular-products-item-link .blogs__popular-products-item__img,
.blogs__popular-products .blogs__popular-list .blogs__popular-item .blogs__popular-item-img-wrap .blogs__popular-products-item-link .blogs__popular-products-item__img,
.blogs__popular-products .blogs__popular-list .blogs__popular-products-item .blogs__popular-item-img-wrap .blogs__popular-products-item-link .blogs__popular-products-item__img,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-item .blogs__popular-item-img-wrap .blogs__popular-products-item-link .blogs__popular-products-item__img,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item-img-wrap .blogs__popular-products-item-link .blogs__popular-products-item__img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.blogs__popular .blogs__popular-list .blogs__popular-item .blogs__popular-item__title,
.blogs__popular .blogs__popular-list .blogs__popular-item .blogs__popular-products-item__title,
.blogs__popular .blogs__popular-list .blogs__popular-products-item .blogs__popular-item__title,
.blogs__popular .blogs__popular-list .blogs__popular-products-item .blogs__popular-products-item__title,
.blogs__popular .blogs__popular-products-list .blogs__popular-item .blogs__popular-item__title,
.blogs__popular .blogs__popular-products-list .blogs__popular-item .blogs__popular-products-item__title,
.blogs__popular .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item__title,
.blogs__popular .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item__title,
.blogs__popular-products .blogs__popular-list .blogs__popular-item .blogs__popular-item__title,
.blogs__popular-products .blogs__popular-list .blogs__popular-item .blogs__popular-products-item__title,
.blogs__popular-products .blogs__popular-list .blogs__popular-products-item .blogs__popular-item__title,
.blogs__popular-products .blogs__popular-list .blogs__popular-products-item .blogs__popular-products-item__title,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-item .blogs__popular-item__title,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-item .blogs__popular-products-item__title,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item__title,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item__title {
  font-size: 16px;
  margin-bottom: 4px;
}
.blogs__popular .blogs__popular-list .blogs__popular-item .blogs__popular-item__desc,
.blogs__popular .blogs__popular-list .blogs__popular-item .blogs__popular-products-item__desc,
.blogs__popular .blogs__popular-list .blogs__popular-products-item .blogs__popular-item__desc,
.blogs__popular .blogs__popular-list .blogs__popular-products-item .blogs__popular-products-item__desc,
.blogs__popular .blogs__popular-products-list .blogs__popular-item .blogs__popular-item__desc,
.blogs__popular .blogs__popular-products-list .blogs__popular-item .blogs__popular-products-item__desc,
.blogs__popular .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item__desc,
.blogs__popular .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item__desc,
.blogs__popular-products .blogs__popular-list .blogs__popular-item .blogs__popular-item__desc,
.blogs__popular-products .blogs__popular-list .blogs__popular-item .blogs__popular-products-item__desc,
.blogs__popular-products .blogs__popular-list .blogs__popular-products-item .blogs__popular-item__desc,
.blogs__popular-products .blogs__popular-list .blogs__popular-products-item .blogs__popular-products-item__desc,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-item .blogs__popular-item__desc,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-item .blogs__popular-products-item__desc,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item__desc,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item__desc {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs__popular .blogs__popular-list .blogs__popular-item .blogs__popular-item__desc-price,
.blogs__popular .blogs__popular-list .blogs__popular-item .blogs__popular-products-item__desc-price,
.blogs__popular .blogs__popular-list .blogs__popular-products-item .blogs__popular-item__desc-price,
.blogs__popular .blogs__popular-list .blogs__popular-products-item .blogs__popular-products-item__desc-price,
.blogs__popular .blogs__popular-products-list .blogs__popular-item .blogs__popular-item__desc-price,
.blogs__popular .blogs__popular-products-list .blogs__popular-item .blogs__popular-products-item__desc-price,
.blogs__popular .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item__desc-price,
.blogs__popular .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item__desc-price,
.blogs__popular-products .blogs__popular-list .blogs__popular-item .blogs__popular-item__desc-price,
.blogs__popular-products .blogs__popular-list .blogs__popular-item .blogs__popular-products-item__desc-price,
.blogs__popular-products .blogs__popular-list .blogs__popular-products-item .blogs__popular-item__desc-price,
.blogs__popular-products .blogs__popular-list .blogs__popular-products-item .blogs__popular-products-item__desc-price,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-item .blogs__popular-item__desc-price,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-item .blogs__popular-products-item__desc-price,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-item__desc-price,
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item__desc-price {
  font-size: 12px;
  margin-bottom: 4px;
  color: #ff4838;
}

@media only screen and (max-width: 768.98px) {
  .blogs__popular-products {
    display: none;
  }
}
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item-img-wrap {
  position: relative;
  background-color: #eee;
  aspect-ratio: 1;
  padding: 4px;
  width: 85px;
  height: 85px;
}
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item-img-wrap .blogs__popular-products--badge {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  border-radius: 4px;
  padding: 4px;
  color: white;
  font-size: 10px;
  line-height: normal;
}
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item-img-wrap .blogs__popular-products--badge-new {
  text-transform: uppercase;
  background: #bf1e2e;
}
.blogs__popular-products .blogs__popular-products-list .blogs__popular-products-item .blogs__popular-products-item-img-wrap .blogs__popular-products-item-link .blogs__popular-products-item__img {
  object-fit: cover;
}

.blogs__popular-products--bottom {
  display: none;
}
.blogs__popular-products--bottom .blogs__popular-products-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .blogs__popular-products--bottom .blogs__popular-products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768.98px) {
  .blogs__popular-products--bottom .blogs__popular-products-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768.98px) {
  .blogs__popular-products--bottom {
    display: block;
  }
}

.elementor-widget-container p {
  margin: 0 !important;
}

.elementor-widget-container img {
  object-fit: cover;
}

.about__header{
  font-size: 16px;
}

.about__header {
  position: relative;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.blog__details .blog__details__contents h2 h3, h4, h5, h6{
  margin: 50px 0px;
}
.blog__details .blog__details__contents ul{
    list-style-type: none;
}
.blog__details .blog__details__contents ul li{
   margin-bottom: 10px;
}
.blog__details .blog__details__contents figcaption{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-style: italic;
}
.blog__details .blog__details__contents table {
 border-collapse: collapse;
  width: 100%; 
  margin-bottom: 20px;
}

.blog__details .blog__details__contents table, 
.blog__details .blog__details__contents th, 
.blog__details .blog__details__contents td {
  border: 1px solid #000;
}

.blog__details .blog__details__contents th, 
.blog__details .blog__details__contents td {
  padding: 12px; 
  text-align: left;
}
.blog__details .blog__details__contents p{
  font-size: 16px;
  line-height: 1.6;
}
figure {
 width: 100% !important;
 margin: 30px 0px;
}
.blogs-detail__title{
    text-align: center;
    color: #fff;
    font-size: 75px;
    font-weight: 900;
    z-index: 2;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1365.98px) {
   .blog__details {
    display: block !important;
    margin: 0px 0px 100px 0px!important;
    padding: 0px 20px !important;
  }
}
@media only screen and (max-width: 640px) {
    .blogs-detail__title{
        margin-top: -100px;
    }
  .blog__details {
    display: block !important;
    margin: 0px 0px 100px 0px!important;
    padding: 0px 20px !important;
  }
  .blog__details  figure {
     width: 100% !important;
  }
  .blog__details  img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     margin-bottom: 20px;
  }
}
.about__header .about__header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .about__header .about__header-img {
    top: 0;
  }
}
.about__header .about__heading {
  position: absolute;
  max-width: 80%;
  text-align: center;
  color: #fff;
  font-size: 75px;
  font-weight: 900;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
}

.about {
  max-width: 1366px;
  margin: 40px auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .about {
    padding: 24px;
  }
}
.about .about__group {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: center;
}
.about .about__group p {
  margin-left: 15px;
  font-size: 15px;
  line-height: 25px;
  color: #666;
}
@media only screen and (max-width: 1024px) {
  .about .about__group {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .about .about__group {
    gap: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .about .about__group .about__group-item {
    width: 100%;
  }
}
.about .about__group .about__group-item .about__title {
  font-size: 45px;
  font-weight: 800;
  color: #2d373c;
}
@media only screen and (max-width: 640px) {
  .about .about__group .about__group-item .about__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.about .about__group .about__group-item .about__title .about__title-highlight {
  color: #ff4838;
}
.about .about__group .about__group-item .about__nav {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px) {
  .about .about__group .about__group-item .about__nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about .about__group .about__group-item .about__nav .about__nav-item .about__nav-item-group {
  padding: 20px 12px;
  text-align: center;
  min-width: 170px;
  color: #162b32;
  cursor: pointer;
}
.about .about__group .about__group-item .about__nav .about__nav-item .about__nav-item-group .about__nav-item-quantity {
  font-size: 40px;
  font-weight: 800;
  color: inherit;
}
.about .about__group .about__group-item .about__nav .about__nav-item .about__nav-item-group .about__nav-item-desc {
  font-size: 18px;
  color: inherit;
  padding-top: 10px;
}
.about .about__group .about__group-item .about__nav .about__nav-item .about__nav-item-group.active {
  background-color: #fff;
  color: #ff4838;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
}
.about .about__group .about__group-item .about__nav-item-content {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.about .about__group .about__group-item .about__achievement-cards .about__achievement-card {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border: 1px solid rgba(255, 72, 56, 0.3019607843);
  border-radius: 10px;
  margin-top: 30px;
  transition: all 0.35s ease-in-out;
}
.about .about__group .about__group-item .about__achievement-cards .about__achievement-card:hover {
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  border-color: transparent;
}
@media only screen and (max-width: 640px) {
  .about .about__group .about__group-item .about__achievement-cards .about__achievement-card {
    flex-direction: column;
  }
}
.about .about__group .about__group-item .about__achievement-cards .about__achievement-card .about__counter-group {
  min-width: 133px;
}
@media only screen and (max-width: 640px) {
  .about .about__group .about__group-item .about__achievement-cards .about__achievement-card .about__counter-group {
    text-align: center;
    margin-bottom: 16px;
  }
}
.about .about__group .about__group-item .about__achievement-cards .about__achievement-card .about__counter-group .about__counter-quantity {
  font-size: 35px;
  font-weight: 800;
  color: #ff4838;
  transition: all 0.3s;
}
.about .about__group .about__group-item .about__achievement-cards .about__achievement-card .about__counter-group .about__counter-desc {
  padding-top: 7px;
  font-size: 18px;
  font-weight: 500;
  color: #ff4838;
  transition: all 0.3s;
}
.about .about__group .about__group-item .about__achievement-cards .about__achievement-card:hover .about__counter-group .about__counter-quantity,
.about .about__group .about__group-item .about__achievement-cards .about__achievement-card:hover .about__counter-group .about__counter-desc {
  color: #2d373c;
}
.about .about__group .about__group-item .about__achievement-cards .about__achievement-card .about__desc {
  margin-left: 15px;
  font-size: 15px;
  line-height: 25px;
  color: #666;
}
.about .about__group .about__group-item .about__image {
  text-align: center;
}
.about .about__group .about__group-item .about__image .about__video {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}
.about .about__group .about__group-item .about__image .about__video img {
  width: 100%;
  display: block;
}
.about .about__group .about__group-item .about__image .about__video .about__video-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 72, 56, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .about__group .about__group-item .about__image .about__video .about__video-overlay .about__video-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: rgba(45, 55, 60, 0.6);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.25s;
  text-decoration: none;
}
.about .about__group .about__group-item .about__image .about__video .about__video-overlay .about__video-play::before {
  position: absolute;
  content: "";
  inset: -6px;
  background-color: rgba(45, 55, 60, 0.5);
  border-radius: 50%;
  z-index: 1;
  transition: all 0.25s;
}
.about .about__group .about__group-item .about__image .about__video .about__video-overlay .about__video-play::after {
  position: absolute;
  content: "";
  inset: -12px;
  background-color: rgba(45, 55, 60, 0.4);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.25s;
}
.about .about__group .about__group-item .about__image .about__video .about__video-overlay .about__video-play .about__video-play-icon {
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.about .about__group .about__group-item .about__image .about__video .about__video-overlay:hover .about__video-play::before {
  background-color: rgba(45, 55, 60, 0.6);
  inset: -12px;
}
.about .about__group .about__group-item .about__image .about__video .about__video-overlay:hover .about__video-play:after {
  background-color: rgba(45, 55, 60, 0.5);
  inset: -30px;
}
.about .about__group .about__group-item .about__image .about__video .about__video-overlay .about__video-play:hover ::before {
  background-color: rgba(45, 55, 60, 0.6);
  inset: -12px;
}
.about .about__group .about__group-item .about__image .about__image-group {
  margin-top: -30px;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .about .about__group .about__group-item .about__image .about__image-group {
    flex-direction: column;
    margin-top: 30px;
    gap: 24px;
  }
}
.about .about__group .about__group-item .about__image .about__image-group img {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 12px;
}
@media only screen and (max-width: 640px) {
  .about .about__group .about__group-item .about__image .about__image-group img {
    width: 100%;
  }
}
.about .about__group .about__group-item-img {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}
.about .about__group .about__group-item-img img {
  height: 500px;
}

.blogs-detail__header {
  position: relative;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.blogs-detail__header .blogs-detail__content {
  position: absolute;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blogs-detail__header .blogs-detail__header-img {
  position: absolute;
  top: -50%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.blogs-detail__header .blogs-detail__heading {
  text-align: center;
  color: #fff;
  font-size: 75px;
  font-weight: 900;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
}
.blogs-detail__header .blogs-detail__desc {
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  z-index: 2;
}

.blog__details {
  max-width: 1366px;
  margin: 40px auto;
  padding: 40px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 32px;
}
.blog__details .blog__details__contents .blog__details__content-title {
  margin-bottom: 12px;
  font-size: 30px;
}
.blog__details .blog__details__contents .blog__details__author {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}
.blog__details .blog__details__contents .blog__details__author .blog__details__author-name {
  display: flex;
  align-items: center;
}
.blog__details .blog__details__contents .blog__details__author .blog__details__author-name .blog__details__author-icon {
  font-size: 16px;
  color: #ff4838;
}
.blog__details .blog__details__contents .blog__details__author .blog__details__author-name .blog__details__author-content {
  font-size: 16px;
  font-weight: 500;
  margin-left: 4px;
}
.blog__details .blog__details__contents .blog__details__author .blog__details__author-group {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.blog__details .blog__details__contents .blog__details__author .blog__details__author-group .blog__details__author-date {
  display: flex;
  align-items: center;
}
.blog__details .blog__details__contents .blog__details__author .blog__details__author-group .blog__details__author-date .blog__details__author-date,
.blog__details .blog__details__contents .blog__details__author .blog__details__author-group .blog__details__author-date .blog__details__author-time {
  font-size: 16px;
  margin-left: 4px;
}
.blog__details .blog__details__contents .blog__details__author .blog__details__author-group .blog__details__author-date .blog__details__author-icon {
  font-size: 16px;
  color: #ff4838;
}
.blog__details .blog__details__contents .blog__details__content img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  object-fit: contain;
}
.blog__details .blog__details__contents .blog__details__content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.blog__details .blog__details__contents .blog__details__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.blog__details .blog__details__contents .blog__details__content p, .blog__details .blog__details__contents .blog__details__content span {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
}

.cart {
  max-width: 1366px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 0 40px;
}
.cart .cart__container {
  width: 100%;
}
.cart .cart__container .cart__title {
  margin: 32px 0;
  font-size: 75px;
  font-weight: 900;
  text-align: center;
}
.cart .cart__container .car-content .cart__table {
  width: 100%;
  border-collapse: collapse;
}
.cart .cart__container .car-content .cart__header-row {
  border-bottom: 1px solid #eee;
  padding: 16px;
}
.cart .cart__container .car-content .cart__header-row th {
  text-align: center;
  color: #818181;
}
.cart .cart__container .car-content .cart__table th,
.cart .cart__container .car-content .cart__table td {
  padding: 18px 0;
  text-align: left;
}
.cart .cart__container .car-content .cart__table th {
  font-weight: bold;
}
.cart .cart__container .car-content .cart__header-cell--product {
  width: 50%;
}
.cart .cart__container .car-content .cart__table .cart__header-cell--quantity {
  width: 25%;
  text-align: center;
}
.cart .cart__container .car-content .cart__table .cart__header-cell--total {
  width: 25%;
  text-align: right;
}
.cart .cart__container .car-content .cart__item-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart .cart__container .car-content .cart__item-wrap-image {
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 4px;
}
.cart .cart__container .car-content .cart__item-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart .cart__container .car-content .cart__item-details {
  display: flex;
  flex-direction: column;
}
.cart .cart__container .car-content .cart__item-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.cart .cart__container .car-content .cart__item-size,
.cart .cart__container .car-content .cart__item-details-price {
  font-size: 14px;
}
.cart .cart__container .car-content .cart__item-quantity-label {
  line-height: 1.7;
  font-weight: 600;
}
.cart .cart__container .car-content .cart__item-quantity-controls {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
  font-weight: 600;
  border: 1px solid #eaeaea;
}
.cart .cart__container .car-content .cart__item-quantity-decrease, .cart .cart__container .car-content .cart__item-quantity-increase {
  padding: 0 10px 4px;
  font-size: 26px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #999;
  transition: color 0.2s;
}
.cart .cart__container .car-content .cart__item-quantity-decrease:hover, .cart .cart__container .car-content .cart__item-quantity-increase:hover {
  color: #000;
}
.cart .cart__container .car-content .cart__item-quantity-input {
  width: 28px;
  height: 42px;
  text-align: center;
  border: none;
  font-size: 16px;
  appearance: textfield;
  -webkit-appearance: none;
  appearance: textfield;
}
.cart .cart__container .car-content .cart__item-quantity-input:focus {
  outline: 1px solid #000;
}
.cart .cart__container .car-content .cart__item-quantity .cart__item-action-delete {
  text-align: center;
  color: #818181;
  margin-top: 4px;
}
.cart .cart__container .car-content .cart__item-quantity-btn {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.cart .cart__container .car-content .cart__item-quantity-btn:hover {
  background-color: #e0e0e0;
}
.cart .cart__container .car-content .cart__item-quantity-count {
  font-size: 16px;
}
.cart .cart__container .car-content .cart__table .cart__item-price {
  text-align: right;
  font-size: 16px;
}
.cart .cart__container .car-content .cart__footer-row {
  font-weight: bold;
  background-color: #f9f9f9;
}
.cart .cart__container .car-content .cart__total-label {
  font-weight: bold;
}
.cart .cart__container .car-content .cart__total-price {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
.cart .cart__container .car-content .cart__actions {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
}
.cart .cart__container .car-content .cart__actions-note-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 8px;
}
.cart .cart__container .car-content .cart__actions-message {
  width: 100%;
  min-width: 300px;
  height: 120px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #eee;
}
.cart .cart__container .car-content .cart__actions-total {
  display: block;
  text-align: right;
}
.cart .cart__container .car-content .cart__actions-total {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}
.cart .cart__container .car-content .cart__actions-buttons {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.cart .cart__container .car-content .cart__actions-update {
  background-color: #f5f5f5;
  color: #333;
}
.cart .cart__container .car-content .cart__actions-update:hover {
  background-color: #e0e0e0;
}
.cart .cart__container .car-content .cart__actions-checkout {
  background-color: #000;
  color: #fff;
}
.cart .cart__container .car-content .cart__actions-checkout:hover {
  background-color: #333;
}

.address-wrapper .address-wrapper__content {
  margin: auto;
  width: 100%;
  max-width: 1366px;
  padding: 80px 40px;
}
.address-wrapper .address-wrapper__content .address-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 64px;
  margin: 0 100px;
}
@media only screen and (max-width: 1024px) {
  .address-wrapper .address-wrapper__content .address-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .address-wrapper .address-wrapper__content .address-list {
    grid-template-columns: repeat(2, 1fr);
     margin: 0 50px;
  }
}
@media only screen and (max-width: 768.98px) {
  .address-wrapper .address-wrapper__content .address-list {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
  }
}
.address-wrapper .address-wrapper__content .address-list .address-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.address-wrapper .address-wrapper__content .address-list .address-item .address-item__img-wrap {
  display: block;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .address-wrapper .address-wrapper__content .address-list .address-item .address-item__img-wrap {
    max-width: 200px;
  }
}
.address-wrapper .address-wrapper__content .address-list .address-item .address-item__img-wrap .address-item__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
}
.address-wrapper .address-wrapper__content .address-list .address-item .address-item__img-wrap .address-item__img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.address-wrapper .address-wrapper__content .address-list .address-item .address-item__img-wrap .address-item__img-overlay-icon {
  font-size: 48px;
  color: #bf1e2e;
}
.address-wrapper .address-wrapper__content .address-list .address-item .address-item__img-wrap:hover .address-item__img-overlay {
  opacity: 1;
}
.address-wrapper .address-wrapper__content .address-list .address-item .address-item__description {
  text-align: center;
}
.address-wrapper .address-wrapper__content .address-list .address-item .address-item__description .address-item__description-title p {
  margin: 8px 0;
}
.address-wrapper .address-wrapper__content .address-list .address-item .address-item__description .address-item__description-title-link {
  color: #bf1e2e;
  font-size: 19px;
}
.address-wrapper .address-wrapper__content .address-list .address-item .address-item__description .address-item__description-subtitle {
  font-weight: 400;
}

.wp-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(211, 211, 211, 0.5); /* Nền mờ */
  z-index: 1000; /* Đảm bảo nền nằm dưới phần tử loading */
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-loading {
  --uib-size: 100px;
  --uib-speed: 1s;
  --uib-color: #3950cf;
  position: relative; /* Đặt vị trí tương đối so với nền mờ */
  height: var(--uib-size);
  width: var(--uib-size);
  z-index: 1001;
}
.wp-loading::before, .wp-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: var(--uib-color);
  animation: pulse7132 var(--uib-speed) linear infinite;
  transform: scale(0);
  opacity: 0;
}
.wp-loading::after {
  animation-delay: calc(var(--uib-speed) / -2);
}

@keyframes pulse7132 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.payment_container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background-color: #f5f5f5;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .payment_container {
    grid-template-columns: 1fr;
  }
  .payment_container .payment_info-container {
    order: 2;
  }
  .payment_container .payment_cart {
    order: 1;
  }
}
.payment_container .payment_info-container,
.payment_container .payment_cart {
  padding: 38px;
}
.payment_container .payment_info-container {
  width: 100%;
  background-color: #ffffff;
}
.payment_container .payment_info-container .payment_info {
  max-width: 660px;
  margin-left: auto;
}
.payment_container .payment_info-container .payment_form .payment_contact {
  margin-bottom: 32px;
}
.payment_container .payment_info-container .payment_form .payment_contact .payment_contact--title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.payment_container .payment_info-container .payment_form .payment_contact .payment_contact--title .payment_contact--title-content {
  font-size: 21px;
  font-weight: 600;
}
.payment_container .payment_info-container .payment_form .payment_contact .payment_contact--title .payment_contact--title-login {
  font-size: 14px;
  font-weight: 400;
  color: #13a89e;
  text-decoration: underline;
}
.payment_container .payment_info-container .payment_form .payment_contact .payment_email {
  font-size: 14px;
  line-height: 1.5;
  height: 49px;
  padding: 0 11px;
  width: 100%;
  border-radius: 5px;
  text-overflow: ellipsis;
  border: 1px solid #dedede;
  outline: none;
  margin-bottom: 14px;
}
.payment_container .payment_info-container .payment_form .payment_contact .payment_email--checkbox {
  display: flex;
  align-items: center;
}
.payment_container .payment_info-container .payment_form .payment_contact .payment_email--checkbox .payment_email--checkbox-input {
  cursor: pointer;
}
.payment_container .payment_info-container .payment_form .payment_contact .payment_email--checkbox .payment_email--checkbox-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 11px;
  cursor: pointer;
}
.payment_container .payment_info-container .payment_form .payment_address {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.payment_container .payment_info-container .payment_form .payment_address .payment_address--title {
  font-size: 21px;
  font-weight: 600;
}
.payment_container .payment_info-container .payment_form .payment_address .payment_address--search {
  width: fit-content;
  padding: 14px;
  background-color: #13a89e;
  border-radius: 5px;
  border: 0;
  outline: none;
  color: white;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.payment_container .payment_info-container .payment_form .payment_address .payment_form--group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.payment_container .payment_info-container .payment_form .payment_address .payment_form--input-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.payment_container .payment_info-container .payment_form .payment_address .payment_form--input-info-wrap .payment_form--input-info-icon {
  width: 18px;
  height: 18px;
  padding-right: 11px;
  color: #707070;
  cursor: pointer;
}
.payment_container .payment_info-container .payment_form .payment_address .payment_address--checkbox {
  display: flex;
  align-items: center;
}
.payment_container .payment_info-container .payment_form .payment_address .payment_address--checkbox .payment_address--checkbox-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 11px;
  cursor: pointer;
}
.payment_container .payment_info-container .payment_footer {
  margin-top: 46px;
  border-top: 1px solid #dedede;
}
.payment_container .payment_info-container .payment_footer .payment_footer--terms {
  padding-top: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.payment_container .payment_info-container .payment_footer .payment_footer--terms .payment_footer--terms-item {
  font-size: 14px;
  font-weight: 400;
  color: #13a89e;
  text-decoration: underline;
  cursor: pointer;
}
.payment_container .payment_cart {
  width: 100%;
  max-width: 520px;
  margin-right: auto;
  height: 100%;
}
.payment_container .payment_cart .payment_cart-header {
  display: none;
  margin: 20px 0;
}
.payment_container .payment_cart .payment_cart-header .payment_cart-header__title {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .payment_container .payment_cart .payment_cart-header {
    display: block;
  }
}
.payment_container .payment_cart .payment_products {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 21px;
}
.payment_container .payment_cart .payment_products .payment_products--item {
  display: flex;
  align-items: center;
}
.payment_container .payment_cart .payment_products .payment_products--item .payment_products--item-image-group {
  position: relative;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  width: 64px;
  height: 64px;
}
.payment_container .payment_cart .payment_products .payment_products--item .payment_products--item-image-group .payment__products--item-img {
  width: 100%;
  height: 100%;
  display: block;
}
.payment_container .payment_cart .payment_products .payment_products--item .payment_products--item-image-group .payment__products--item-quantity {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
  color: #f5f5f5;
  font-size: 12px;
  font-weight: 600;
  padding-left: 7px;
  padding-right: 7px;
}
.payment_container .payment_cart .payment_products .payment_products--item .payment_products--item-content-group {
  flex: 1;
  width: 100%;
  padding-left: 14px;
  display: flex;
  align-items: center;
}
.payment_container .payment_cart .payment_products .payment_products--item .payment_products--item-content-group .payment_products--item-content .payment_products--item-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.payment_container .payment_cart .payment_products .payment_products--item .payment_products--item-content-group .payment_products--item-content .payment_products--item-size {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}
.payment_container .payment_cart .payment_products .payment_products--item .payment_products--item-price-group {
  padding-left: 14px;
  font-size: 14px;
}
.payment_container .payment_cart .payment_cart--coupon {
  display: flex;
  align-items: center;
  gap: 14px;
}
.payment_container .payment_cart .payment_cart--coupon .payment_cart--coupon-input {
  flex: 1;
  width: 100%;
}
.payment_container .payment_cart .payment_cart--coupon .payment_cart--coupon-submit {
  background-color: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 0;
  outline: none;
  padding: 0 14px;
  height: 49px;
  cursor: pointer;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}
.payment_container .payment_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}
.payment_container .payment_actions .payment_actions--back {
  color: #13a89e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 9px;
}
.payment_container .payment_actions .payment_actions--continue {
  padding: 21px;
  border-radius: 5px;
  background-color: #13a89e;
  color: white;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  outline: none;
}
.payment_container .payment_cart--summary {
  margin-top: 12px;
}
.payment_container .payment_cart--summary-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
.payment_container .payment_cart--summary-total-details {
  display: flex;
  flex-direction: column;
}
.payment_container .payment_cart--summary-total-details .payment_cart--summary-total-tax {
  font-size: 10px;
  padding-top: 4px;
}

.payment_form--input {
  width: 100%;
  padding: 13.5px 11px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #dedede;
  outline: none;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-overflow: ellipsis;
}

.payment_form--input-info-wrap {
  border: 1px solid #dedede;
}

.payment_form--input:focus,
.payment_form--input-info-wrap:focus-within {
  border: 1px solid #13a89e;
  box-shadow: 0 0 0 1px #13a89e;
}

.payment_form--input-info {
  flex: 1;
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  text-overflow: ellipsis;
  padding: 13.5px 11px;
}

.invoice .invoice_container {
  padding-top: 1rem;
  max-width: 1366px;
}
.invoice .invoice_container .invoice__container-quick-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.invoice .invoice_container .invoice__container-quick-info--success {
  color: #00b609;
}
.invoice .invoice_container .invoice__container-quick-info--cancel {
  color: #fa0000;
}
.invoice .invoice_container .invoice__container-quick-info--canceled {
  color: #dacb00;
}
.invoice .invoice__header {
  padding: 1rem 3.5rem;
}
.invoice .invoice__logo {
  height: 3rem;
}
.invoice .invoice__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.invoice .invoice__info {
  font-size: 0.875rem;
}
.invoice .invoice__info-cell--border-right {
  border-right: 1px solid #e2e8f0;
  padding-right: 1rem;
}
.invoice .invoice__info-cell--padding-left {
  padding-left: 1rem;
}
.invoice .invoice__info-label {
  white-space: nowrap;
  color: #94a3b8;
  text-align: right;
}
.invoice .invoice__info-value {
  font-weight: bold;
  color: #4a5568;
  text-align: right;
}
.invoice .invoice__section {
  background-color: #f1f5f9;
  padding: 1.5rem 3.5rem;
  font-size: 0.875rem;
}
.invoice .invoice__details {
  font-size: 0.875rem;
  color: #4a5568;
}
.invoice .invoice__details-item {
  font-weight: bold;
}
.invoice .invoice__details-info {
  margin-top: 4px;
}
.invoice .invoice__details-label {
  font-weight: bold;
}
.invoice .invoice__items {
  padding: 0 0 2.5rem;
  font-size: 0.875rem;
  color: #4a5568;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf #f1f1f1;
}
.invoice .invoice__items::-webkit-scrollbar {
  width: 8px;
}
.invoice .invoice__items::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}
.invoice .invoice__items::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
.invoice .invoice__items::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}
.invoice .invoice__items-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.invoice .invoice__items-header {
  border-bottom: 2px solid #4a5568;
  padding-bottom: 0.75rem;
  font-weight: bold;
  color: #4a5568;
}
.invoice .invoice__items-header--center {
  text-align: center;
}
.invoice .invoice__items-header--right {
  text-align: right;
}
.invoice .invoice__items .invoice__items-row-wrapper {
  cursor: pointer;
}
.invoice .invoice__items .invoice__items-row-wrapper:hover {
  background-color: #f1f1f1;
  transition: all 0.25s ease;
}
.invoice .invoice__items .invoice-row {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem;
}
.invoice .invoice__items .invoice-row--center {
  text-align: center;
}
.invoice .invoice__items .invoice-row--right {
  text-align: right;
}
.invoice .invoice__items .invoice-row--padding-right {
  padding-right: 0.75rem;
}
.invoice .invoice__items .invoice-row--img {
  display: flex;
  align-items: center;
  gap: 16px;
}
.invoice .invoice__items .invoice-row .invoice__item-row-image-wrapper {
  position: relative;
  background-color: #eee;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: fit-content;
  aspect-ratio: 1;
}
.invoice .invoice__items .invoice-row .invoice__item-row-image-wrapper .invoice__item-row-image {
  display: inline-block;
  aspect-ratio: 1;
  object-fit: cover;
  width: 75%;
  height: auto;
}
.invoice__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #f1f5f9;
  width: 100%;
  color: #4a5568;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.75rem;
}
.invoice__footer-separator {
  color: #94a3b8;
  padding: 0 0.5rem;
}

@media (max-width: 768px) {
  .invoice__container {
    padding: 1rem;
  }
  .invoice__header,
  .invoice__section,
  .invoice__items,
  .invoice__payment,
  .invoice__notes {
    padding: 0.5rem;
  }
  .invoice__info-cell,
  .invoice__details-cell {
    display: block;
    width: 100%;
  }
  .invoice__items-header,
  .invoice__items-row {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  .invoice__totals-label,
  .invoice__totals-value {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .invoice-wrapper {
    padding: 0.5rem;
  }
  .invoice__header,
  .invoice__section,
  .invoice__items,
  .invoice__payment,
  .invoice__notes {
    padding: 0.25rem;
  }
  .invoice__info-label,
  .invoice__details-item,
  .invoice__items-header,
  .invoice__totals-label {
    font-size: 0.8rem;
  }
  .invoice__info-cell--border-right {
    border-right: none;
  }
  .invoice__footer {
    font-size: 0.75rem;
  }
}
.invoice__details-cell .invoice__details-title {
  margin-bottom: 2%;
}

.invoice__details-cell--right {
  height: 12em;
}
.invoice__details-cell--right .invoice__details-title {
  margin-bottom: 2%;
}
.invoice__details-cell--right .invoice__details-address {
  height: 12em;
}

.invoice__details-cell--left {
  margin-right: 5%;
}
.invoice__details-cell--left .invoice__details-title {
  margin-bottom: 2%;
}
.invoice__details-cell--left .invoice__details-paymethod {
  height: 12em;
  border-radius: 5px;
}

.invoice__detail-table-wrapper {
  width: 100%;
  overflow: auto;
}
.invoice__detail-table-wrapper .invoice__detail-table {
  width: 100%;
  min-width: max-content;
  border-collapse: collapse;
  display: table;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-row {
  display: table-row;
  border-bottom: 1px solid #ccc;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-row--header {
  background-color: #f5f5f5;
  font-weight: bold;
  text-transform: capitalize;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-row .invoice__detail-cell {
  padding: 10px;
  text-align: left;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  /* Thành công (hoặc đã thanh toán) */
  /* Thất bại (hoặc chưa thanh toán) */
  /* Lỗi */
  /* Đang xử lý hoặc đang giao */
  /* Cảnh báo */
  /* Mặc định */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--paid {
  background-color: #d4edda; /* Màu xanh lá nhạt */
  color: #155724; /* Màu xanh lá đậm */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--unpaid {
  background-color: #f8d7da; /* Màu đỏ nhạt */
  color: #721c24; /* Màu đỏ đậm */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--error {
  background-color: #dc3545; /* Màu đỏ đậm */
  color: #fff; /* Màu trắng */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--processing {
  background-color: #fff3cd; /* Màu vàng nhạt */
  color: #856404; /* Màu vàng đậm */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--warning {
  background-color: #ffc107; /* Màu vàng */
  color: #856404; /* Màu vàng đậm */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--default {
  background-color: #e2e3e5;
  color: #383d41;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-button {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-button:hover {
  background-color: #0056b3;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-button .invoice__detail-button-icon {
  margin-right: 5px;
  font-size: 16px;
}

.invoice-single .invoice__container {
  padding-top: 1rem;
  max-width: 1366px;
}
.invoice-single .invoice__container .invoice__container-quick-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.invoice-single .invoice__container .invoice__container-quick-info--success {
  color: #00b609;
}
.invoice-single .invoice__container .invoice__container-quick-info--cancel {
  color: #fa0000;
}
.invoice-single .invoice__container .invoice__container-quick-info--canceled {
  color: #dacb00;
}
.invoice-single .invoice__header {
  padding: 1rem 3.5rem;
}
.invoice-single .invoice__logo {
  height: 3rem;
}
.invoice-single .invoice__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.invoice-single .invoice__info {
  font-size: 0.875rem;
}
.invoice-single .invoice__info-cell--border-right {
  border-right: 1px solid #e2e8f0;
  padding-right: 1rem;
}
.invoice-single .invoice__info-cell--padding-left {
  padding-left: 1rem;
}
.invoice-single .invoice__info-label {
  white-space: nowrap;
  color: #94a3b8;
  text-align: right;
}
.invoice-single .invoice__info-value {
  font-weight: bold;
  color: #4a5568;
  text-align: right;
}
.invoice-single .invoice__section {
  background-color: #f1f5f9;
  padding: 1.5rem 3.5rem;
  font-size: 0.875rem;
}
.invoice-single .invoice__details {
  font-size: 0.875rem;
  color: #4a5568;
}
.invoice-single .invoice__details-item {
  font-weight: bold;
}
.invoice-single .invoice__details-info {
  margin-top: 4px;
}
.invoice-single .invoice__details-label {
  font-weight: bold;
}
.invoice-single .invoice__items {
  padding: 0 0 2.5rem;
  font-size: 0.875rem;
  color: #4a5568;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #cfcfcf #f1f1f1;
}
.invoice-single .invoice__items::-webkit-scrollbar {
  width: 8px;
}
.invoice-single .invoice__items::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}
.invoice-single .invoice__items::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
.invoice-single .invoice__items::-webkit-scrollbar-thumb:hover {
  background-color: #b3b3b3;
}
.invoice-single .invoice__items-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.invoice-single .invoice__items-header {
  border-bottom: 2px solid #4a5568;
  padding-bottom: 0.75rem;
  font-weight: bold;
  color: #4a5568;
}
.invoice-single .invoice__items-header--center {
  text-align: center;
}
.invoice-single .invoice__items-header--right {
  text-align: right;
}
.invoice-single .invoice__items .invoice__items-row-wrapper {
  cursor: pointer;
}
.invoice-single .invoice__items .invoice__items-row-wrapper:hover {
  background-color: #f1f1f1;
  transition: all 0.25s ease;
}
.invoice-single .invoice__items-row {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.75rem;
}
.invoice-single .invoice__items-row--center {
  text-align: center;
}
.invoice-single .invoice__items-row--right {
  text-align: right;
}
.invoice-single .invoice__items-row--padding-right {
  padding-right: 0.75rem;
}
.invoice-single .invoice__items-row--img {
  display: flex;
  align-items: center;
  gap: 16px;
}
.invoice-single .invoice__items-row .invoice__item-row-image-wrapper {
  position: relative;
  background-color: #eee;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: fit-content;
  aspect-ratio: 1;
}
.invoice-single .invoice__items-row .invoice__item-row-image-wrapper .invoice__item-row-image {
  display: inline-block;
  aspect-ratio: 1;
  object-fit: cover;
  width: 75%;
  height: auto;
}
.invoice-single .invoice__totals {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.invoice-single .invoice__totals-cell {
  padding: 0.75rem;
}
.invoice-single .invoice__totals-label {
  white-space: nowrap;
  color: #ffffff;
}
.invoice-single .invoice__totals .invoice__totals-cell .invoice__totals-label {
  white-space: nowrap;
  color: #000000;
}
.invoice-single .invoice__totals-value {
  font-weight: bold;
  color: #000000;
  text-align: right;
}
.invoice-single .invoice__totals-total {
  background-color: #bf1e2e;
  font-weight: bold;
  color: #ffffff;
  text-align: right;
  padding: 0.75rem;
}
.invoice-single .invoice__payment {
  padding: 1.5rem 3.5rem;
  font-size: 0.875rem;
  color: #4a5568;
}
.invoice-single .invoice__payment-label {
  font-weight: bold;
  color: #4a5568;
}
.invoice-single .invoice__payment-info {
  margin-top: 4px;
}
.invoice-single .invoice__notes {
  padding: 16px 3.5rem;
  font-size: 0.875rem;
  color: #4a5568;
}
.invoice-single .invoice__notes-label {
  font-weight: bold;
  color: #4a5568;
}
.invoice-single .invoice__notes-text {
  font-style: italic;
}
.invoice-single__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #f1f5f9;
  width: 100%;
  color: #4a5568;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.75rem;
}
.invoice-single__footer-separator {
  color: #94a3b8;
  padding: 0 0.5rem;
}

@media only screen and (max-width: 1024px) {
  .invoice-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .invoice-wrapper .invoice__container {
    padding: 0;
  }
}
.invoice-wrapper .invoice__container .tablet__invoice-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
@media only screen and (min-width: 1025px) {
  .invoice-wrapper .invoice__container .tablet__invoice-items {
    display: none;
  }
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item {
  padding: 16px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--key,
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--value {
  font-size: 14px;
  color: #4a5568;
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--key .invoice__status,
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--value .invoice__status {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  /* Thành công (hoặc đã thanh toán) */
  /* Thất bại (hoặc chưa thanh toán) */
  /* Lỗi */
  /* Đang xử lý hoặc đang giao */
  /* Cảnh báo */
  /* Mặc định */
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--key .invoice__status--paid,
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--value .invoice__status--paid {
  background-color: #d4edda; /* Màu xanh lá nhạt */
  color: #155724; /* Màu xanh lá đậm */
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--key .invoice__status--unpaid,
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--value .invoice__status--unpaid {
  background-color: #f8d7da; /* Màu đỏ nhạt */
  color: #721c24; /* Màu đỏ đậm */
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--key .invoice__status--error,
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--value .invoice__status--error {
  background-color: #dc3545; /* Màu đỏ đậm */
  color: #fff; /* Màu trắng */
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--key .invoice__status--processing,
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--value .invoice__status--processing {
  background-color: #fff3cd; /* Màu vàng nhạt */
  color: #856404; /* Màu vàng đậm */
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--key .invoice__status--warning,
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--value .invoice__status--warning {
  background-color: #ffc107; /* Màu vàng */
  color: #856404; /* Màu vàng đậm */
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--key .invoice__status--default,
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--value .invoice__status--default {
  background-color: #e2e3e5;
  color: #383d41;
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--key {
  font-weight: 600;
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__items-item--row .items__item-row--value {
  font-weight: 500;
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__detail-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__detail-button:hover {
  background-color: #0056b3;
}
.invoice-wrapper .invoice__container .tablet__invoice-items .invoice__items-item .invoice__detail-button .invoice__detail-button-icon {
  margin-right: 5px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .invoice__container {
    padding: 1rem;
  }
  .invoice__header,
  .invoice__section,
  .invoice__items,
  .invoice__payment,
  .invoice__notes {
    padding: 0.5rem;
  }
  .invoice__info-cell,
  .invoice__details-cell {
    display: block;
    width: 100%;
  }
  .invoice__items-header,
  .invoice__items-row {
    font-size: 0.9rem;
    padding: 0.5rem;
  }
  .invoice__totals-label,
  .invoice__totals-value {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .invoice-wrapper {
    padding: 0.5rem;
  }
  .invoice__header,
  .invoice__section,
  .invoice__items,
  .invoice__payment,
  .invoice__notes {
    padding: 0.25rem;
  }
  .invoice__info-label,
  .invoice__details-item,
  .invoice__items-header,
  .invoice__totals-label {
    font-size: 0.8rem;
  }
  .invoice__info-cell--border-right {
    border-right: none;
  }
  .invoice__footer {
    font-size: 0.75rem;
  }
}
.invoice__details-cell .invoice__details-title {
  margin-bottom: 2%;
}

.invoice__details-cell--right {
  height: 12em;
}
.invoice__details-cell--right .invoice__details-title {
  margin-bottom: 2%;
}
.invoice__details-cell--right .invoice__details-address {
  height: 12em;
}

.invoice__details-cell--left {
  margin-right: 5%;
}
.invoice__details-cell--left .invoice__details-title {
  margin-bottom: 2%;
}
.invoice__details-cell--left .invoice__details-paymethod {
  height: 12em;
  border-radius: 5px;
}

.invoice__detail-table-wrapper {
  width: 100%;
  overflow: auto;
}
.invoice__detail-table-wrapper .invoice__detail-table {
  width: 100%;
  min-width: max-content;
  border-collapse: collapse;
  display: table;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-row {
  display: table-row;
  border-bottom: 1px solid #ccc;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-row--header {
  background-color: #f5f5f5;
  font-weight: bold;
  text-transform: capitalize;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-row .invoice__detail-cell {
  padding: 10px;
  text-align: left;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 5px;
  color: #333;
  display: inline-block;
  /* Thành công (hoặc đã thanh toán) */
  /* Thất bại (hoặc chưa thanh toán) */
  /* Lỗi */
  /* Đang xử lý hoặc đang giao */
  /* Cảnh báo */
  /* Mặc định */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--paid {
  background-color: #d4edda; /* Màu xanh lá nhạt */
  color: #155724; /* Màu xanh lá đậm */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--unpaid {
  background-color: #f8d7da; /* Màu đỏ nhạt */
  color: #721c24; /* Màu đỏ đậm */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--error {
  background-color: #dc3545; /* Màu đỏ đậm */
  color: #fff; /* Màu trắng */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--processing {
  background-color: #fff3cd; /* Màu vàng nhạt */
  color: #856404; /* Màu vàng đậm */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--warning {
  background-color: #ffc107; /* Màu vàng */
  color: #856404; /* Màu vàng đậm */
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__status--default {
  background-color: #e2e3e5;
  color: #383d41;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-button {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-button:hover {
  background-color: #0056b3;
}
.invoice__detail-table-wrapper .invoice__detail-table .invoice__detail-button .invoice__detail-button-icon {
  margin-right: 5px;
  font-size: 16px;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>