.woocommerce-variation-price {
  display: none !important;
}

/* Filter Controls */
.shop-filters-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 0 !important;
}

.section-shop-list .shop-filters {
  flex: 1;
}

.woocommerce .woocommerce-ordering select {
  appearance: none;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 7L10 13L4 7" stroke="%23504B4C" stroke-width="1.5" stroke-linecap="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
  padding-right: 2rem;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  height: 50px;
  line-height: 50px;
  padding-left: 1.25rem;
}

.filter-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.filter-sort-toggle {
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.filter-sort-toggle:hover,
.filter-sort-toggle.active {
  background: #f5f5f5;
  border-color: #999;
}

/* Sortable Mode */
.shop-filters.sortable-mode .filter-dropdown {
  position: relative;
  cursor: move;
}

.filter-sort-handle {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: grab;
  color: #999;
  padding: 5px;
  z-index: 10;
}

.filter-sort-handle:active {
  cursor: grabbing;
}

.filter-dropdown-placeholder {
  border: 2px dashed #ddd;
  background: #f9f9f9;
  height: 50px;
  margin: 5px 0;
}

/* Loading State */
.shop-grid.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}

.shop-grid.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.woocommerce-billing-fields__field-wrapper .full-width {
  flex: 1;
  max-width: 100%;
}

.woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  order: 1;
}

.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  order: 2;
}

.woocommerce-billing-fields__field-wrapper #billing_email_field {
  order: 3;
}

.woocommerce-billing-fields__field-wrapper #billing_phone_field {
  order: 4;
}

.woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 5;
}

.woocommerce-billing-fields__field-wrapper #billing_state_field {
  order: 6;
}

.woocommerce-billing-fields__field-wrapper #billing_district_field {
  order: 7;
}

.woocommerce-billing-fields__field-wrapper #billing_ward_field {
  order: 8;
}

.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  order: 9;
}

.woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  order: 10;
}

.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  order: 11;
}

.cart-header .mini-cart-wrapper .woocommerce-mini-cart-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  /* grid-template-columns: repeat(1, minmax(0, 1fr)); */
  column-gap: 1.25rem;
}

.section-checkout .woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 1.25rem;
}

.section-checkout .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  margin-bottom: 1.25rem;
}

.section-checkout
  .woocommerce-bacs-bank-details
  .wc-bacs-bank-details-account-name {
  margin-bottom: 0.5rem;
}

.section-checkout .woocommerce-order-details__title {
  margin-bottom: 1.25rem;
}

.section-cart .return-to-shop {
  flex: 0 0 100%;
  text-align: center;
}

.section-cart .wc-empty-cart-message {
  flex: 0 0 100%;
}

.woocommerce-message {
  border-top-color: #0e1010;
}

.woocommerce-message::before {
  color: #0e1010;
}

.woocommerce-info {
  border-top-color: #0e1010;
}

.woocommerce-info::before {
  color: #0e1010;
}

.woocommerce-error {
  border-top-color: #e64d5c;
}

.woocommerce-customer-details .woocommerce-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.woocommerce-customer-details .woocommerce-columns > div {
  background-color: hsla(240, 5%, 82%, 0.2);
  padding: 1rem;
  height: 100%;
  flex: 0 0 48%;
  max-width: 48%;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  --tw-text-opacity: 1;
  color: rgb(14 16 16 / var(--tw-text-opacity));
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 1.25rem;
}

.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
}

.woocommerce .woocommerce-customer-details address p {
  margin-bottom: 0;
}

.woocommerce-customer-details.address-details-vn {
  margin-top: 40px;
  background-color: hsla(240, 5%, 82%, 0.2);
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.cart-header .mini-cart-wrapper .woocommerce-mini-cart-item {
  max-height: 215px;
  height: 100%;
}

.cart-header
  .mini-cart-wrapper
  .woocommerce-mini-cart-item
  .product-thumbnail
  img {
  height: 215px;
  object-fit: cover;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: #ffffff;
}

.section-checkout .wc_payment_method input {
  width: 16px !important;
  height: 16px !important;
  padding: 8px !important;
}

.section-checkout
  .woocommerce-shipping-fields__field-wrapper
  #shipping_district_field {
  order: 8;
}

.section-checkout
  .woocommerce-shipping-fields__field-wrapper
  #shipping_ward_field {
  order: 9;
}

.section-checkout
  .woocommerce-shipping-fields__field-wrapper
  #shipping_address_1_field {
  order: 10 !important;
}

#shipping_phone_field {
  order: 11 !important;
}

.woocommerce-terms-and-conditions-wrapper label {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}

.woocommerce-terms-and-conditions-wrapper label > input {
  outline: none !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  accent-color: #0e1010 !important;
}
.woocommerce-terms-and-conditions-wrapper label span {
  line-height: 1.3;
}
.product-meta-tabs .tab-content p {
  margin-bottom: 1rem;
}
.form-input input::placeholder {
  color: #999;
}
.product-info .desc-wrapper p {
  margin-bottom: 1rem;
}
.product-info .desc-wrapper ul {
  margin-bottom: 1rem;
  list-style: disc;
  padding-left: 1.5rem;
}
.product-info .desc-wrapper ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

/* Recruitment */
.filter-search {
  position: relative;
}
.filter-search input {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  height: 3.125rem;
  width: 280px;
  border: 1px solid var(--Black-tone-01, #d3d3d3);
}
.filter-search input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #7c7879;
}

.filter-search .search-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.section-recruitment .recruitment-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

.section-recruitment .recruitment-list .recruitment-item {
  display: flex;
  gap: 1rem;
  border: 1px solid var(--Black-tone-01, #d3d3d3);
  background: #fff;
  padding: 1.5rem 2.25rem;
}

.section-recruitment .recruitment-list .recruitment-item .col-left {
  flex: 0 0 120px;
  max-width: 120px;
}

.section-recruitment .recruitment-list .recruitment-item .col-left .thumbnail {
  width: 100%;
}

.section-recruitment
  .recruitment-list
  .recruitment-item
  .col-left
  .thumbnail
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-recruitment .recruitment-list .recruitment-item .col-mid {
  flex: 1;
}
.section-recruitment .recruitment-list .recruitment-item .col-right {
  flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: max-content;
  display: flex;
  align-items: flex-end;
}

.section-recruitment
  .recruitment-list
  .recruitment-item
  .col-mid
  .item-title
  .title {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;

  letter-spacing: 1.5px;
  vertical-align: middle;
  text-transform: uppercase;

  margin-bottom: 0.25rem;
}

.section-recruitment .recruitment-list .recruitment-item .col-mid .item-info {
  font-size: 1rem;
  line-height: 1.8;

  letter-spacing: 0.5px;
  vertical-align: middle;
}
.section-recruitment
  .recruitment-list
  .recruitment-item
  .col-mid
  .item-info
  .value {
  font-weight: 700;
}
.section-recruitment-detail .content-wrapper {
}
.section-recruitment-detail .content-wrapper > .title {
  font-size: 2rem;
  --tw-text-opacity: 1;
  padding-top: 1.25rem;
  padding-bottom: 1.875rem;
  color: rgb(14 16 16 / var(--tw-text-opacity));
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: center;
  padding: 2.5rem 0;
}
.section-recruitment-detail .recruitment-content {
  display: flex;
  margin: 0 -30px;
}

.section-recruitment-detail .recruitment-content .col-left {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 30px;
}
.section-recruitment-detail .recruitment-content .col-left img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 1.25rem;
}
.section-recruitment-detail .recruitment-content .col-left .info .info-item {
  font-style: Book;
  font-size: 1rem;
  leading-trim: NONE;
  line-height: 1.8;

  letter-spacing: 0.5px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.section-recruitment-detail
  .recruitment-content
  .col-left
  .info
  .info-item
  .label {
  font-weight: 700;
}
.section-recruitment-detail .recruitment-content .col-mid {
  flex: 1;
  padding: 0 30px;
}
.section-recruitment-detail .recruitment-content .col-mid .title {
  line-height: 1.8;
  font-size: 1rem;
  letter-spacing: 1.5px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.section-recruitment-detail .recruitment-content .col-mid .box-items .item {
  padding: 30px 0;
  border-top: 1px solid var(--Black-tone-01, #d3d3d3);
}
.section-recruitment-detail
  .recruitment-content
  .col-mid
  .box-items
  .item:first-child {
  border: none;
  padding-top: 0;
}
.section-recruitment-detail
  .recruitment-content
  .col-mid
  .box-items
  .item:last-child {
  padding-bottom: 0;
}
.section-recruitment-detail .recruitment-content .col-right {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 30px;
}
.section-recruitment-detail .recruitment-content .col-right .box-contact {
  background: var(--White, #ffffff);
  border: 1px solid var(--Black-tone-01, #d3d3d3);
  padding: 1.25rem;
}
.section-recruitment-detail
  .recruitment-content
  .col-right
  .box-contact
  .title {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--Black-tone-04, #504b4c);
  margin-bottom: 0.75rem;
}
.section-recruitment-detail
  .recruitment-content
  .col-right
  .box-contact
  .contact-item {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
.section-recruitment-detail
  .recruitment-content
  .col-right
  .box-contact
  .contact-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.section-recruitment-detail
  .recruitment-content
  .col-right
  .box-contact
  .contact-item
  a {
  transition: all 0.3s ease;
}
.section-recruitment-detail
  .recruitment-content
  .col-right
  .box-contact
  .contact-item
  a:hover {
  text-decoration: underline;
}

.content-format {
  font-style: Book;
  font-size: 1rem;
  leading-trim: NONE;
  line-height: 1.8;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
.content-format ul,
.content-format ol {
  list-style: disc;
  padding-left: 1.5rem;
}
.content-format p:not(:last-child) {
  margin-bottom: 1rem;
}
section.form-apply {
  padding: 3.875rem 0;
}
.form-apply .box-form {
  border: 1px solid var(--Cool-Gray-03, #ceced3);
  background: var(--White, #ffffff);
  max-width: 756px;
  margin: auto;
  padding: 2.5rem;
}
.form-apply .box-form .title {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.form-apply .wrap-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-apply .form-group input,
.form-apply .form-group textarea {
  width: 100%;
  padding: 1.25rem;
  border: 1px solid #ddd;
}

.form-apply .upload-box {
  position: relative;
  display: block;
  border: 1px dashed #ddd;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.form-apply .upload-box:hover {
  border-color: #000;
}

.form-apply .upload-text {
  display: block;
  color: #666;
  margin-bottom: 15px;
}

/* Nút giả */
.form-apply .btn-upload {
  display: inline-block;
  padding: 10px 20px;
  background: #eee;
  color: #333;
  font-size: 14px;
  display: table !important;
  margin: auto;
}

/* Ẩn input thật */
.form-apply .file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.form-apply .upload-box span,
.form-apply .upload-box small {
  display: block;
  width: 100;
}
.form-apply .upload-box span:not(:last-child) {
  margin-bottom: 0.5rem;
}
.form-apply .upload-box small {
  margin-bottom: 1.875rem;
}

.form-apply input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 0;
}
.footer .footer-newsletter {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-end;
}
.footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer .footer-brand .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  gap: 1rem;
}
.footer .footer-brand .socials .item {
  text-align: center;
}
.footer .logo {
  max-width: 55px;
}
.footer .logo img {
  width: 100%;
  object-fit: contain;
}
.footer .copyright {
  color: var(--Black-tone-02, #a6a5a5);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: right;
}
.link-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.section-shop-list .shop-banner video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .header-right .link-icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-shop-list .shop-filters {
    flex: 0 0 100%;
  }

  .shop-description {
    display: none;
  }

  .woocommerce-customer-details .woocommerce-columns > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .woocommerce-customer-details .woocommerce-columns > div {
    height: auto;
  }

  .mini-cart-wrapper.active {
    min-width: unset;
  }

  .page-search-results .search-grid {
    column-gap: 0.5rem;
  }

  .product-item .product-price-wrapper {
    gap: 0.5rem;
    /* font-size: 0.75rem; */
    flex: wrap;
  }

  .product-item .product-name {
    line-height: 1.25;
  }
  .section-recruitment .recruitment-list .recruitment-item {
    flex-wrap: wrap;
  }
  .section-recruitment .recruitment-list .recruitment-item > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .section-recruitment-detail .recruitment-content {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .section-recruitment-detail .recruitment-content > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .section-recruitment-detail .recruitment-content .col-mid .box-items .item {
    padding: 1rem 0;
  }
  .footer .footer-brand {
    justify-content: center;
    flex-direction: column;
  }
  .footer .footer-newsletter {
    justify-content: center;
  }
}

/* Recruitment Filter Loading State */
.recruitment-list.loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
  min-height: 200px;
}

.recruitment-list.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.no-results-recruitment {
  text-align: center;
  padding: 3rem 1rem;
  color: #7c7879;
  font-size: 1rem;
}

.recruitment-filters-wrapper .recruitment-count {
  font-size: 0.875rem;
  color: #7c7879;
  white-space: nowrap;
}

/* Load More Button */
.section-recruitment .load-more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.section-recruitment .btn-load-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: opacity 0.3s;
}

.section-recruitment .btn-load-more.loading-btn {
  opacity: 0.6;
  pointer-events: none;
}
