/* 
Theme Name: Kathy Amrez Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Kathy Amrez Theme is a child theme of Hello Elementor for Kathy Amrez.
Author: Yes Web Design Studio
Author URI: https://yeswebdesignstudio.com/
Template: hello-elementor
Version: 2.0.0
Text Domain:  kathy
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 8px;
  /* padding: 20px; */
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f7f7;
  color: #515151;
  border-top: none;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: rgb(0, 0, 0);
}

a:active,
a:hover {
  color: rgb(0, 0, 0);
}

.cart-layout {
  display: flex;
  gap: 150px !important;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}

.woocommerce div.product form.cart div.quantity .qty {
  text-align: center;
  width: 50px;
  padding: 0;
}

/* Hide arrows for Chrome, Safari, Edge, Opera */
.woocommerce div.product form.cart div.quantity .qty::-webkit-outer-spin-button,
.woocommerce
  div.product
  form.cart
  div.quantity
  .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a.button.wc-backward {
  border-radius: 1000px;
  background: var(--PRIMARY-700, #000);
  display: flex;
  width: fit-content;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.3s;
}

/* Hide arrows for Firefox */
.woocommerce div.product form.cart div.quantity .qty {
  -moz-appearance: textfield;
}

.kathy-qty-btn:hover {
  background-color: black !important;
}

/* DESIGN: Header Row (Select Shade | Name) */
.kathy-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  width: 100%;
}

.kathy-label,
.kathy-value {
  color: var(--PRIMARY-600, #656565);
  font-family: "DB Heavent", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/* SWATCH GRID: Layout and Spacing */
.cfvsw-swatches-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  padding: 14px 0 !important;
}

/* OVERRIDE: Force clickability on all options */
.cfvsw-swatches-option {
  pointer-events: auto !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

/* HIDE DEFAULT ELEMENTS */
.variations label,
.variations .label,
.reset_variations {
  display: none !important;
}

.variations td {
  padding: 0 !important;
  border: none !important;
}

.variations tr {
  display: block !important;
  margin-bottom: 10px;
}

/* DESIGN: Quantity Pill and Circular Buttons */
.quantity {
  display: flex !important;
  align-items: center;
  padding: 0;
  /* height: 48px; */
  background: #fff;
  margin: 0 !important;
}

.kathy-qty-btn {
  background: #fff !important;
  border: 1px solid #000 !important;
  font-size: 22px !important;
  line-height: 22px !important;
  cursor: pointer;
  padding: 0;
  color: #000 !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.kathy-qty-btn:hover {
  color: #fff !important;
  background: #000 !important;
}

input.qty {
  width: 30px !important;
  border: none !important;
  text-align: center !important;
  font-weight: 500;
  background: transparent;
  color: #000;
  padding: 0 6px;
}

/* DESIGN: Black Add to Cart Button */
.single_add_to_cart_button {
  height: 48px !important;
  border-radius: 30px !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: bold !important;
  flex-grow: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}

.woocommerce-variation-add-to-cart {
  display: flex !important;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.kathy-shopping-bag {
  background: #000;
  color: #fff;
  max-width: 462px;
  width: 100%;
  margin: 0 auto;
  font-family: "DB Heavent";
}

.bag-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #222;
  padding-bottom: 15px;
}

#cart-popup-form .cart-items-list {
  height: 56vh;
  overflow-y: scroll;
}

#cart-popup-form .cart-items-list::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}

#cart-popup-form .cart-items-list::-webkit-scrollbar-track {
  background-color: #ffffff00;
}

#cart-popup-form .cart-items-list::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #bfbfbf;
}

#cart-popup-form .cart-items-list::-webkit-scrollbar-thumb:hover,
#cart-popup-form .cart-items-list::-webkit-scrollbar-thumb:active {
  background-color: #f0f0f0;
}

.bag-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
}

#cart-popup-form .bag-item {
  padding-bottom: 24px;
  padding-right: 12px;
}

#cart-page .bag-item {
  padding-bottom: 32px;
}

#checkout-page .bag-item {
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}

.bag-item-image {
  width: 151px;
  height: 172px;
  background: #fcfcfc;
}

#checkout-page .bag-item-image {
  width: 127px;
  height: 139px;
  background: #fcfcfc;
}

.bag-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.bag-item-info {
  /* padding-left: 32px; */
  /* padding-right: 12px; */
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bag-item-title {
  /* color: #FFF !important; */
  font-family: "DB Heavent" !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px !important;
  /* 100% */
}

.bag-item-option {
  color: #bfbfbf !important;
  font-family: "DB Heavent" !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px !important;
  /* 100% */
}

.bag-item-meta {
  font-size: 12px;
  color: #888;
}

.bag-item-price {
  margin-top: 6px;
  /* color: #FFF; */
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* Fix WooCommerce price styling */
.bag-item-price del {
  opacity: 0.5;
  margin-right: 5px;
  font-weight: normal;
}

.bag-item-price ins {
  text-decoration: none;
}

.bag-item-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.bag-item-variable {
  font-size: 13px;
  color: #888;
  /* Grey text */
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

/* Clear WooCommerce default formatting if it appears */
.bag-item-variable dt {
  display: none;
}

.bag-item-variable dd {
  margin: 0;
  padding: 0;
  display: inline;
}

.bag-item-variable p {
  margin: 0;
}

.bag-qty-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--PRIMARY-400, #bfbfbf);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.bag-qty-wrapper .quantity {
  background: transparent;
}

.quantity-controls {
  display: flex;
  align-items: center;
  background: transparent;
}

.quantity-controls button {
  background: none;
  border: none;
  /* color: #fff; */
  cursor: pointer;
  font-size: 18px;
  padding: 0;
}

.quantity-controls .qty-input {
  background: transparent !important;
  border: none !important;
  /* color: #fff !important; */
  width: 30px !important;
  text-align: center;
  pointer-events: none;
}

.bag-remove {
  text-decoration: underline !important;
  /* color: #fff !important; */
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px;
}

.bag-footer {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--PRIMARY-400, #bfbfbf);
}

.bag-subtotal {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 12px;
}

.bag-subtotal bdi {
  font-weight: 500;
}

bdi {
  display: flex;
  flex-direction: row;
  gap: 2px;
}

.bag-subtotal small {
  color: var(--PRIMARY-400, #bfbfbf);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: 12px;
}

.bag-checkout-btn {
  display: block;
  background: #fff;
  color: #000 !important;
  text-align: center;
  padding: 10px 16px;
  border-radius: 40px;
  text-transform: capitalize;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

/* Ensure the quantity input is visible between buttons */
.quantity-controls {
  display: flex;
  align-items: center;
  border: 0;
}

#cart-popup-form .quantity-controls input.qty {
  width: 28px !important;
  background: transparent !important;
  border: none !important;
  /* color: #fff !important; */
  text-align: center;
  appearance: textfield;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

/* Remove default arrows from number input */
.quantity-controls input.qty::-webkit-outer-spin-button,
.quantity-controls input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cart-popup-form .bag-item-title a,
#cart-popup-form .bag-item-price,
#cart-popup-form .bag-qty-wrapper,
#cart-popup-form .quantity-controls button,
#cart-popup-form .quantity-controls .qty-input,
#cart-popup-form .bag-remove,
#cart-popup-form .quantity-controls input.qty {
  color: #fff !important;
}

#cart-page .bag-item-title,
#cart-page .bag-item-price,
#cart-page .quantity-controls button,
#cart-page .quantity-controls .qty-input,
#cart-page .bag-remove,
#cart-page .quantity-controls input.qty,
#checkout-page .bag-remove,
#checkout-page .quantity-controls input.qty,
#checkout-page .quantity-controls button {
  color: #000 !important;
}

#cart-page .bag-item-option,
#cart-page.bag-qty-wrapper {
  color: #a9a9a9 !important;
}

#cart-page h1,
.checkout-page-title {
  color: #000;
  font-family: Fahkwang;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 40px !important;
  margin-bottom: 10px;
}

#cart-page p {
  color: #000;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 32px;
}

/* ซ่อน Label ในหน้า Checkout */
.woocommerce-checkout .form-row label {
  display: none !important;
}

span.select2-selection__arrow {
  right: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  background-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
  right: 0 !important;
  left: unset !important;
}

/* Add your custom styles here */

.woocommerce-notices-wrapper {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.ui-datepicker {
  background: #fff;
  border: none !important;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 300px;
}

.ui-datepicker-header {
  background: transparent;
  border: none;
  border-radius: 6px 6px 0 0;
  padding: 5px 0;
}

.ui-datepicker-calendar thead th {
  border-color: #f2f1ff !important;
}

.ui-datepicker-title {
  font-weight: 600;
  color: #333;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  top: 5px;
  cursor: pointer;
  background: transparent;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: transparent;
  border: none;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  width: 5px;
  height: 11px;
  background-position: center;
  background-size: contain;
  margin-left: 0 !important;
}

.ui-datepicker-prev span {
  background-image: url("assets/images/ico-prev-arrow.png") !important;
}

.ui-datepicker-next span {
  background-image: url("assets/images/ico-next-arrow.png") !important;
}

.ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker-next {
  right: 10px;
}

.ui-datepicker-calendar {
  font-size: 16px !important;
  color: #000000 !important;
}

.ui-datepicker-calendar th {
  padding: 5px;
  font-weight: 400;
  color: #d3d3d3;
}

.ui-datepicker-calendar td {
  padding: 2px;
}

.ui-datepicker-calendar .ui-state-default {
  border: none;
  background: transparent;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 26px;
  margin: 0 auto;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-hover {
  background: #7a1120;
  color: #fff;
}

.ui-datepicker-calendar .ui-state-disabled {
  color: #dee2e6;
}

/* Hide the native date picker icon */
input[type="text"].hasDatepicker {
  background-image: none !important;
  cursor: pointer;
}

/* Style the date input field */
#delivery_date {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
}

/* Custom Date Picker Styles */
.custom-date-picker {
  margin-bottom: 20px;
  position: relative;
}

.custom-date-picker label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.custom-date-input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

/* Flatpickr Overrides */
.flatpickr-calendar {
  width: 100%;
  max-width: 300px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: none;
  font-family: "DB Heavent";
}

.flatpickr-months {
  padding: 10px 0;
  background: #f8f9fa;
  border-radius: 8px 8px 0 0;
}

.flatpickr-current-month {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  padding: 5px 10px;
  border-radius: 4px;
  transition: background 0.2s;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  background: #e9ecef;
}

.flatpickr-weekdays {
  background: #f8f9fa;
  padding: 5px 0;
}

.flatpickr-weekday {
  color: #6c757d;
  font-weight: 500;
}

.flatpickr-day {
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  margin: 2px;
  max-width: 36px;
}

.flatpickr-day.today {
  border-color: #7a1120;
  color: #7a1120;
  font-weight: 600;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #7a1120;
  border-color: #7a1120;
  color: #fff !important;
}

.flatpickr-day.inRange {
  background: #e9ecef;
  box-shadow:
    -5px 0 0 #e9ecef,
    5px 0 0 #e9ecef;
  border-radius: 0;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #dee2e6;
}

/* Add your custom styles here */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

[type="button"],
[type="submit"],
button {
  /* body/md */
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  color: #7a1120;
  cursor: pointer;
  transition: 0.2s ease;
}

[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
[type="button"]:focus,
button:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

input[type="date"]:focus-visible,
input[type="email"]:focus-visible,
input[type="number"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="text"]:focus-visible,
input[type="url"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  /* border: 0; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

:root {
  --swiper-navigation-size: 20px;
  /* or 40px, 50px, etc. */
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: 0;
}

.custom-product {
  gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: grid;
  /* grid-template-columns: 60% 40%;
   */
  grid-template-columns: repeat(12, 1fr);
}

.swiper-slide img {
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
}

.swiper.main-slider {
  width: 500px;
  height: 500px;
}

.thumb-slider .swiper-slide {
  opacity: 0.5;
  transition: 0.3s ease;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  /* border: 1px solid white; */
  border-radius: 8px;
}

.thumb-img {
  transition: 0.3s ease;
}

.thumb-img:hover {
  opacity: 0.85;
}

.product-info .title {
  display: flex;
  align-items: center;
  gap: 11.872px;
  align-self: stretch;
  margin-bottom: 16px;
}

.product-info .title h1 {
  color: var(--white, #fff);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: "DB Heavent";
  font-size: var(--fontsize-heading-h4, 32px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Scale-600, 40px);
}

.product-info .title img {
  width: 121.709px;
  height: 41.784px;
  object-fit: contain;
}

.product-info .sku {
  color: var(--white, #fff);
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Scale-400, 24px);
  margin-bottom: 24px;
}

.product-info .descrip {
  color: var(--text, #3e3e3e);
  margin-top: 40px;
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
}

.product-info .price {
  color: #7a1120;
  font-family: "DB Heavent";
  font-size: var(--fontsize-heading-h4, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Scale-600, 40px);
}

.variation-buttons {
  margin-top: 24px;
}

.attr-group {
  margin-top: 24px;
}

.attr-group .attr-btn {
  margin: 0 5px 5px 0;
  padding: 8px 16px;
  border: 1px solid #7a1120;
  background: #fff;
  color: #7a1120;
  border-radius: 6px;
  cursor: pointer;
}

.attr-group .attr-btn.active {
  background: #7a1120;
  color: #fff;
  border-color: #7a1120;
}

.attr-radio-label {
  cursor: pointer;
}

.attr-radio-text {
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid #7a1120;
  border-radius: 6px;
  background: #fff;
  color: #7a1120;
  cursor: pointer;
  transition: 0.2s ease;
}

.attr-radio:checked + .attr-radio-text {
  background: #7a1120;
  color: #fff;
}

.attr-radio-label:hover .attr-radio-text {
  background: #7a1120;
  color: #fff;
}

.attr-btn {
  padding: 8px 16px;
  border: 1px solid #7a1120;
  background: #fff;
  color: #7a1120;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}

.attr-btn.active {
  background: #7a1120;
  color: #fff;
}

/* .quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 110px;
  background-color: #f6f6f6;
  height: 40px;
  border-radius: 8px;
} */

form#add-to-cart-form {
  margin: 24px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.quantity-controls .quantity-input,
.quantity-controls .quantity input,
button.quantity-increase,
button.quantity-decrease {
  border: 0;
  background: 0;
  text-align: center;
  padding: 0;
  width: auto;
  color: var(--Black-700, #1a1a1a);
  font-family: "DB Heavent";
  font-size: 16px;
  font-weight: 700;
  line-height: var(--Scale-400, 24px);
  height: 40px;
}

.shop_table .quantity-increase,
.shop_table .quantity-decrease {
  color: #7a1120;
}

.quantity-increase:hover,
.quantity-decrease:hover,
.quantity-increase:focus,
.quantity-decrease:focus {
  background-color: #7a1120 !important;
  color: white !important;
}

input.quantity-input {
  padding: 0;
}

.button-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
  height: 40px;
}

.add-to-bag-button {
  display: flex;
  padding: 5.163px 40px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--Scale-200, 8px);
  background: #7a1120;
  color: var(--white, #fff);
  text-align: right;
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-sm, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Scale-400, 24px);
  text-transform: capitalize;
}

.favorite-btn.add-favorite,
.favorite-btn.remove-favorite,
.favorite-btn.login-required {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 3.872px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12.907px;
  flex-shrink: 0;
  border-radius: 129.075px;
  background: #eff6fe;
}

.favorite-btn.add-favorite:hover,
.add-to-bag-button:hover,
.favorite-btn.remove-favorite:hover,
.favorite-btn.login-required:hover,
/* .favorite-btn.add-favorite:focus, */
.add-to-bag-button:focus,
.favorite-btn.remove-favorite:focus,
.favorite-btn.login-required:focus {
  background-color: #7a1120;
  color: #fff;
}

.favorite-btn.remove-favorite {
  background: #7a1120;
  color: #fff;
}

.favorite-btn.remove-favorite img,
.favorite-btn:hover img {
  filter: brightness(0) invert(1);
}

/* Default State (Gray Circle, White Stroke Heart) */
.favorite.elementor-view-stacked .elementor-icon {
  transition: all 0.3s ease;
  cursor: pointer;
}

.favorite.elementor-view-stacked .elementor-icon svg path {
  stroke: #ffffff !important;
  fill: none !important;
  transition: all 0.3s ease;
}

.favorite.elementor-view-stacked:hover .elementor-icon {
  background-color: #000000cc !important;
}

/* Active State (When Liked) */
.favorite.active.elementor-view-stacked .elementor-icon {
  background-color: #ffffff00 !important;
}

.favorite.active.elementor-view-stacked .elementor-icon svg path {
  stroke: #000000cc !important;
  fill: #000000cc !important;
}

.share a,
.share button {
  transition: opacity 0.2s ease;
}

.share a:hover,
.share button:hover {
  opacity: 0.7;
}

.why-buy-title {
  color: var(--white, #fff);
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Scale-500, 32px);
  /* 133.333% */
  display: flex;
  padding: 24px 0;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-bottom: 1px solid var(--Neutral-700, #676767);
}

.why-item {
  margin-top: 24px;
}

.why-item strong {
  color: var(--white, #fff);
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-lg, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Scale-400, 24px);
  /* 133.333% */
}

.why-item p {
  color: var(--white, #fff);
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Scale-300, 16px);
  /* 114.286% */
}

.product-accordion {
  color: #000000;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.product-accordion details {
  border-bottom: solid 1px #d3d3d3;
  cursor: pointer;
}

.product-accordion summary {
  padding: 14.5px 0;
}

.product-accordion strong {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.product-accordion summary::marker {
  content: " ";
}

details summary .arrow {
  transition: transform 0.3s ease;
}

details[open] summary .arrow {
  transform: rotate(180deg);
}

.product-accordion details .accordion-content {
  padding-bottom: 20px;
  color: var(--text-body, #000000);
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
}

.blur-bg {
  backdrop-filter: blur(calc(56px / 2));
}

.favorite-icon .elementor-icon-wrapper,
.cart-icon .elementor-icon-wrapper {
  position: relative;
}

.favorite-icon .badge-count,
.cart-icon .badge-count {
  position: absolute;
  top: -10px;
  right: -11px;
  background: #7a1120;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 0px;
  min-width: 18px;
  text-align: center;
  line-height: 1;
}

.favorite-message {
  color: #f4364d;
  position: relative;
  font-size: 12px;
  margin: auto !important;
  line-height: 16px;
  width: 85px;
  font-family: "DB Heavent";
}

/* Remove borders and shadows from cart table */
.woocommerce-cart table,
.woocommerce-cart table th,
.woocommerce-cart table td,
.woocommerce table,
.woocommerce table th,
.woocommerce table td {
  border: none !important;
  box-shadow: none !important;
}

/* Optional: remove top/bottom borders added by WooCommerce */
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none !important;
  box-shadow: none !important;
}

.woocommerce table.shop_table {
  text-align: center;
}

/* Optional: remove hover outline or separators */
.woocommerce-cart table.shop_table tr {
  border-bottom: none !important;
}

/*.woocommerce-cart-form__contents thead {
  background-color: rgba(234, 239, 255, 1);
}*/
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

.product-remove img {
  width: 13px !important;
}

.woocommerce a.remove:hover {
  background: transparent;
}

.woocommerce-cart-form__cart-item a {
  text-decoration: none;
}

.woocommerce-cart-form__cart-item .product-thumbnail a img,
.woocommerce-checkout-review-order-table .product-thumbnail img,
.favorite-item .product-thumbnail img,
.product-item .product-thumbnail img {
  width: 100px;
}

.woocommerce-cart-form__cart-item .product-name-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-price .woocommerce-Price-amount bdi {
  color: #3c3c43;
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
}

.woocommerce-cart-form__cart-item .product-category a,
.product-category a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  cursor: text;
}

.woocommerce-cart-form__cart-item .product-category a:hover,
.product-category a:hover {
  color: #000000;
}

.woocommerce-cart-form__cart-item .product-title a,
.my-favorites-table a.product-name,
.custom-thankyou .product-info h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.woocommerce-cart-form__cart-item .product-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  text-align: left;
}

.woocommerce-cart-form__cart-item .product-size {
  font-size: 14px;
  color: #aaa;
}

/* smooth hover on remove icon */
.custom-cart-table .product-remove a {
  font-size: 20px;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.custom-cart-table .product-remove a:hover {
  opacity: 1;
}

.woocommerce .cart.woocommerce-cart-form__contents .button.update-cart-form {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #7a1120;
  border: 1px solid #7a1120;
  background-color: #fff;
}

.table-footer .input-text,
.table-footer .button {
  margin-top: 40px !important;
}

.woocommerce
  table.cart.woocommerce-cart-form__contents
  tr
  td.actions
  input.coupon-code-text.input-text {
  border: 1px solid #7a1120;
  padding: 10px 16px 10px;
  width: 350px !important;
  color: #7a1120;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  padding: 0;
  width: 100%;
  font-family: "DB Heavent";
}

/* Order Summary Box Layout */
.cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
  background: #fff;
}

.cart_totals h2 {
  font-size: 22px !important;
  text-transform: none !important;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Row Styling to match image_739d0e.png */
.cart-collaterals .shop_table tr td,
.cart-collaterals .shop_table tr th {
  border: none !important;
  padding: 10px 0 !important;
  background: none !important;
}

.cart-collaterals .shop_table {
  border: none !important;
}

/* Amount Total Styling */
.cart-collaterals .order-total {
  border-top: 1px solid #eee !important;
  font-size: 20px;
  font-weight: bold;
}

.cart-collaterals .order-total td,
.cart-collaterals .order-total th {
  padding-top: 20px !important;
}

/* "Start Checkout" Button Styling */
.wc-proceed-to-checkout a.checkout-button {
  background: #000 !important;
  color: #fff !important;
  border-radius: 40px !important;
  padding: 18px !important;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  transition: background 0.3s ease;
}

.wc-proceed-to-checkout a.checkout-button:hover {
  background: #333 !important;
}

.cart-collaterals {
  max-width: 450px;
  /* margin-left: auto; */
}

.summary-coupon-section {
  border-top: 1px solid #eee;
  padding: 20px 0;
}

.coupon-toggle {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15px;
}

.coupon-content {
  display: flex;
  gap: 10px;
}

.coupon-content input {
  flex: 1;
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 10px 20px;
}

.apply-coupon {
  background: #000 !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 10px 30px !important;
}

.order-summary-box {
  padding: 20px 0;
}

.summary-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 16px;
  color: #666;
}

.summary-row span {
  color: var(--PRIMARY-600, #656565);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

#cart-page span.woocommerce-Price-amount.amount,
#cart-page span.woocommerce-Price-currencySymbol {
  color: var(--neutral-black, #000);
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.cart-collaterals .summary-row.total-row {
  margin-top: 16px;
  padding: 16px 0;
}

.summary-header,
.summary-row.total-row span,
.summary-row.total-row p {
  color: #000;
  font-family: "DB Heavent";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.wc-proceed-to-checkout .checkout-button {
  background: #000 !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 15px !important;
  font-size: 18px !important;
  display: block;
  text-align: center;
}

/* If a cart popup form ends up inside the main cart layout by accident, hide it */
.cart-layout #cart-popup-form {
  display: none !important;
}

/* Ensure the main cart page form is the only one active in the layout container */
.cart-layout > .woocommerce-cart-form {
  display: block;
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
  content: none !important;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt {
  background-color: #000000;
  padding: 10px 16px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.woocommerce button.button {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 8px;
}

.coupon.coupon-in-totals {
  display: flex;
  gap: 16px;
}

.input-text.coupon-code-text {
  flex: 1;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  padding: 10px;
  color: #000000;
  text-align: left;
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.cart-coupon-box,
.order-summary-box,
.cart-collaterals .summary-row.total-row {
  border-top: 1px solid #eaeaea;
  padding: 16px 0;
}

#checkout-page .cart-coupon-box {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.cart-subtotal,
.fee,
.order-total {
  text-align: left;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  padding-bottom: 100px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
  padding: 10px 16px !important;
  color: var(--White, #fff);
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.order-review-content #place_order:hover {
  background-color: #333;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}

.custom-quantity-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #eef2ff;
  padding: 6px 14px;
  border-radius: 4px;
}

.qty-btn {
  border: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
  color: #7a1120;
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 1;
}

.qty-input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: 600;
}

.delivery-date-field {
  margin-bottom: 40px;
}

.order-review-content {
  padding: 0;
  max-width: 406px;
}

.order-review-content #place_order {
  width: 100% !important;
  margin-top: 40px;
  padding: 8px;
  max-width: 406px;
}

/* #custom-checkout.woocommerce-billing-fields .select2-selection__rendered {
  line-height: calc((14px * 2) + 5px);
} */

/* .woocommerce-message::before {
  content: url("/wp-content/uploads/2025/06/18_18-1.svg");
} */

.subscribe-banner {
  display: flex;
  padding: 20px 40px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 10px;
  background: #eff9ff;
  margin-bottom: 20px;
}

.subscribe-banner span {
  color: #3d3d3d;
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.subscribe-banner a {
  padding: 8px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #7a1120;
  color: #7a1120 !important;
  text-align: center;
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/* === MyAccount ====================================== */
.account-navigation-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* margin-top: 32px; */
  /* padding: 0 20px; */
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: flex;
  width: 100%;
  padding: 24px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  list-style: none;
  gap: 24px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  /* color: #000000; */
  padding: 0;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
  border-bottom: 1px solid #000000;
  transition: all 0.3s;
  color: var(--PRIMARY-600, #000000);
}

.woocommerce-MyAccount-navigation-link a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
  color: var(--PRIMARY-600, #656565);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: flex;
  width: 100%;
  float: none;
  flex-direction: column;
  min-height: 500px;
  gap: 32px;
  /* padding: 0 20px 120px 20px; */
}

.woocommerce-MyAccount-content .title {
  color: var(--PRIMARY-700, #000);

  /* Heading/h3 */
  font-family: Fahkwang;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
}

.woocommerce-MyAccount-content h3 {
  color: var(--PRIMARY-700, #000);

  /* Body/md */
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.woocommerce-MyAccount-content h5 {
  color: var(--PRIMARY-700, #000);

  /* Heading/h5 */
  font-family: Fahkwang;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
}

.woocommerce-MyAccount-content span {
  color: var(--PRIMARY-Default, #a9a9a9);

  /* Body/rg */
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 110% */
}

.woocommerce-MyAccount-content p {
  color: var(--PRIMARY-600, #656565);

  /* Body/rg */
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 110% */
}

.woocommerce-MyAccount-content .account-button-group {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 24px;
}

.woocommerce-MyAccount-content .account-button,
.edit-btn,
.remove-favorite-btn {
  display: inline-block;
  padding: 0;
  border: none;
  border-color: transparent;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease;
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  transition: 0.2s ease;
}

/* .woocommerce-MyAccount-content .account-button:hover {
  color: #fff;
  text-decoration: none;
} */

.header-title-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 232px;
  justify-content: space-between;
}

.header-title-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.info-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-col-group {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-direction: column;
}

.info-row {
  display: flex;
  gap: 40px;
  flex-direction: row;
}

span.info-label {
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: inline-flex;
  width: 92px !important;
}

span.info-value {
  color: var(--PRIMARY-Default, #a9a9a9);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* display: flex; */
}

form.woocommerce-EditAccountForm.edit-account {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.section-save button.button,
button.woocommerce-Button.button.save-changes-btn,
.save-changes-btn,
.track-order-container button {
  display: flex;
  width: 100% !important;
  max-width: 360px !important;
  padding: 10px;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
  border-radius: 1000px !important;
  background: var(--PRIMARY-200, #000000) !important;
  color: var(--PRIMARY-Default, #ffffff) !important;
  text-align: center;
  font-family: "DB Heavent" !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px !important;
  margin: 8px auto 0 !important;
  border: none !important;
}

.account-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.edit-account-wrapper label {
  color: var(--PRIMARY-400, #bfbfbf);
  font-family: "DB Heavent";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 22px !important;
  margin-bottom: 4px !important;
}

.edit-account-wrapper .edit-account input {
  color: var(--PRIMARY-700, #000) !important;
  font-family: "DB Heavent" !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  padding: 2px 0 !important;
  line-height: 22px;
  border-width: 0 0 1px 0 !important;
  border-color: #656565;
  border-radius: 0 !important;
}

.edit-account-wrapper .password input {
  padding: 16px 0 !important;
  /* width: 48% !important; */
}

.password-wrapper {
  position: relative;
  width: 100%;
  /* margin-bottom: 15px; */
}

.password-wrapper .input-text {
  width: 100%;
  padding-right: 45px !important;
  /* Space for the SVG icon */
}

.password-toggle-icon {
  position: absolute;
  right: 0px;
  top: 28px;
  transform: translateY(-50%);
  width: 20px;
  /* Adjust size as needed */
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.woocommerce-password-strength {
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

small.woocommerce-password-hint {
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.password-group {
  display: flex;
  gap: 15px;
}

.form-account-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.form-account-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.my-favorites-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.favorite-item {
  position: relative;
}

.favorite-item .top-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}

.favorite-item .top-list a,
.favorite-item .top-list span {
  font-size: 16px;
  font-weight: 400;
  color: #7a1120;
  line-height: 24px;
}

.fav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--PRIMARY-600, #656565);
  text-align: center;

  /* Body/rg */
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 110% */
}

.fav-actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  height: fit-content;
  align-content: flex-start;
  justify-content: center;
}

.fav-actions a.add_to_cart_button {
  text-wrap: nowrap;
}

.fav-img {
  background: #fcfcfc;
  width: 93px;
  height: 93px;
}

.fav-img img {
  width: 93px;
  height: 93px;
  object-fit: contain;
  object-position: center center;
}

.fav-brand,
.order-content-wrapper .product-brand {
  color: var(--PRIMARY-Default, #a9a9a9);

  /* Body/sm */
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 112.5% */
}

.fav-title,
.order-content-wrapper .product-title {
  color: var(--PRIMARY-700, #000);

  /* Body/md */
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.order-content-wrapper .product-variant,
.order-content-wrapper .product-qty {
  color: var(--PRIMARY-600, #656565);

  /* Body/rg */
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 110% */
}

.order-id-count {
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

span.fav-brand-name {
  color: var(--PRIMARY-Default, #a9a9a9);
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.fav-price span,
.order-content-wrapper .order-price span,
.order-footer-totals,
.order-footer-totals span {
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.fav-price {
  margin-top: 8px;
}

span.order-date {
  color: var(--PRIMARY-Default, #a9a9a9);
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  border-radius: 1000px;
  background: var(--PRIMARY-700, #000);
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--White, #fff);
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.product-cat a {
  font-size: 16px;
  font-weight: 400;
  color: #7a1120;
}

.my-favorites-table tr th {
  padding: 10px 16px;
  text-align: center;
  color: #3d3d3d;
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 24px !important;
  background: #f6f6f6;
}

.my-favorites-table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}

.my-favorites-table td {
  padding: 16px !important;
}

.my-favorites-table .product-details {
  display: flex;
  flex-direction: row;
  gap: 17px;
  align-items: center;
}

.my-favorites-table .product-info {
  text-align: left;
}

/* My Account */
/* Common styles for account pages */
.woocommerce-account:has(#customer_login) .page-content .e-con-inner,
.woocommerce-account:has(#lost-password) .page-content .e-con-inner {
  max-width: 100% !important;
}
#customer_login #login-panel,
#customer_login #register-panel {
  float: none;
  width: 100%;
  max-width: 462px;
  margin: 0 auto;
}

.woocommerce-form-login-wrapper .tabs-nav {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  max-width: 462px;
  margin: 0 auto 64px;
}

.woocommerce-form-login-wrapper .tabs-nav li {
  width: 100%;
}

.woocommerce-form-login-wrapper .tabs-nav li a {
  margin: 0;
  width: 100%;
  flex: 1;
  background: none;
  cursor: pointer;
  border-radius: 0;
  border-bottom: 1px solid var(--PRIMARY-400, #bfbfbf);
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--PRIMARY-400, #bfbfbf);
  text-align: center;
  font-family: "DB Heavent";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.woocommerce-form-login-wrapper .tabs-nav li.active a {
  color: #000;
  border-bottom: 1px solid #000; /* Change color to match your theme */
}

/* Toggle visibility */
.woocommerce-form-login-wrapper .tab-content {
  display: none;
}

.woocommerce-form-login-wrapper .tab-content.active {
  display: block;
}

/* Fix for mobile/default WooCommerce layout */
.woocommerce-form-login-wrapper #customer_login {
  display: block !important;
}

#customer_login small {
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.woocommerce-form-login-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.account-navigation {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.my-account-custom-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.my-account-custom-content {
  display: flex;
  flex-direction: row;
  gap: 103px;
}

.customer-profile {
  display: flex;
  align-items: center;
  gap: 18px;
}

.customer-profile h2 {
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 83.333% */
}

.my-account-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  pointer-events: none;
}

.my-account-bg img {
  max-width: 1061px;
  max-height: 395px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.my-account-bg img.desktop {
  display: block;
}

.my-account-bg img.mobile {
  display: none;
}

.logout-button {
  display: inline-block;
  color: var(--PRIMARY-400, #bfbfbf);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s;
}

.logout-button:hover {
  color: #000;
}

/* Mobile/Desktop visibility classes */
.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

/* Track Order Styles */
.track-order-wrapper {
  padding: 20px 0;
}

.track-order-title {
  font-size: 32px;
  font-weight: 700;
  color: #7a1120;
  margin-bottom: 40px;
  font-family: "DB Heavent" !important;
}

.order-header {
  font-family: "DB Heavent" !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #323232;
}

.order-header span {
  font-weight: 700;
  color: #3e3e3e;
}

.order-header .show-all {
  color: #7a1120;
  text-decoration: none;
  font-size: 14px;
}

.track-order-table {
  overflow-x: auto;
}

.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  border-radius: 16px;
  overflow: hidden;
}

.woocommerce-orders-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce-orders-table thead {
  font-size: 16px;
  color: #3e3e3e;
  background-color: #f2f1f1;
}

.woocommerce-orders-table th {
  text-align: center;
}

.woocommerce-orders-table td {
  vertical-align: middle;
  color: #323232;
  font-size: 16px;
  text-align: center;
}

.woocommerce-orders-table td .amount {
  font-weight: 700;
}

.woocommerce-orders-table tr:last-child td {
  border-bottom: none;
}

.woocommerce-orders-table .product-info {
  display: flex;
  align-items: center;
}

.woocommerce-orders-table .product-name {
  font-size: 16px;
  color: #7a1120;
  text-align: left;
}

.woocommerce-checkout-review-order td.product-name {
  text-align: left;
}

.woocommerce-orders-table .product-cat {
  font-size: 16px;
  color: #7a1120;
  text-align: left;
}

.woocommerce-orders-table .product-size {
  font-size: 14px;
  color: #aaa;
  text-align: left;
}

.woocommerce-orders-table .product-image {
  width: 100px;
  height: 100px;
  margin-right: 12px;
}

.woocommerce-orders-table .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.woocommerce-orders-table .product-details {
  display: flex;
  flex-direction: column;
}

.woocommerce-orders-table .delivery-status {
  display: inline-block;
  font-size: 16px;
}

.woocommerce-orders-table .status-completed {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
}

.woocommerce-orders-table .status-processing {
  color: #ffc107;
}

.woocommerce-orders-table .status-on-hold {
  color: #6c757d;
}

.woocommerce-orders-table .tracking-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #7a1120;
}

.woocommerce-orders-table .tracking-info span {
  display: block;
}

.woocommerce-orders-table .no-orders-message {
  text-align: center;
  padding: 40px 0;
  color: #6c757d;
}

/* Login/Register form layout */
#customer_login {
  max-width: 940px;
  padding: 0 !important;
  margin: 0 auto;
}

/* Typography */
.woocommerce-form-login-wrapper h2 {
  color: #000;
  text-align: center;
  font-family: "DB Heavent";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 12px;
}

/* Form elements */
.woocommerce-form-login-wrapper form .form-row input.input-text {
  width: 100%;
  padding: 16px 0px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid#000;
  color: #000000;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.woocommerce-form-login-wrapper form .form-row input.input-text:focus {
  border: none;
  border-color: transparent;
  border-bottom: 1px solid #000000;
}

.woocommerce-form-login-wrapper form .form-row input.input-text::placeholder {
  color: #bfbfbf;
}

.woocommerce-form-login-wrapper form .username-input {
  margin-bottom: 20px;
}

.woocommerce-form-login-wrapper form .link-terms {
  color: #fff;
}

.woocommerce-form-login-wrapper form .show-password-input::before {
  background-image: url("assets/visibility_off.svg") !important;
}

/* Form layout elements */
.woocommerce-form-login-wrapper .login-form-footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 15px;
}

.woocommerce-form-login-wrapper .login-form-footer.register {
  flex-direction: row;
}

.woocommerce-form-login-wrapper .terms-checkbox {
  padding-top: 15px;
}

/* Links */
.woocommerce-form-login-wrapper .woocommerce-LostPassword a {
  color: #000000;
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

/* Custom checkbox styling */
.woocommerce-form-login-wrapper .woocommerce-form__label-for-checkbox {
  color: #000000 !important;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.woocommerce-form-login-wrapper .woocommerce-form__label-for-checkbox span {
  color: var(--color-white, #000000);
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
}

.woocommerce-form-login-wrapper .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.woocommerce-form-login-wrapper .woocommerce-form__input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.woocommerce-form-login-wrapper .woocommerce-form__input-checkbox:checked {
  background-color: transparent;
}

.woocommerce-form-login-wrapper
  .woocommerce-form__input-checkbox:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
}

.separate p {
  margin: 44px 0;
  border-bottom: solid 1px #fff;
  width: 100%;
  text-align: center;
  line-height: 0.1em;
}

.separate span {
  background-color: #19191a;
  padding: 0 14px;
  margin: 0 14px;
  font-size: 16px;
  color: #fff;
}

/* Buttons */
.woocommerce-form-login-wrapper .woocommerce-form-login__submit,
.woocommerce-form-login-wrapper .woocommerce-form-register__submit,
.woocommerce-ResetPassword .woocommerce-form-login__submit,
.reset-password-confirmation a.woocommerce-Button {
  display: flex !important;
  padding: 10px 41.5px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  text-align: center;
  width: fit-content;
  margin: 64px auto 0 !important;
  color: #fff !important;
  text-align: center !important;
  font-family: "DB Heavent" !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  border-radius: 1000px !important;
  background: #000 !important;
}

/* My Orders */
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 12px 8px;
}

.woocommerce table.my_account_orders a {
  color: #7a1120;
  font-size: 16px;
}

.woocommerce table.my_account_orders .button {
  background-color: #7a1120;
  color: #fff;
}

/* Order Detail  */
.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 40px;
}

.woocommerce-MyAccount-content .woocommerce-order-details .product-name a {
  color: #7a1120;
}

.woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-column__title {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
  border: none !important;
  margin-bottom: 20px;
  padding: 0 !important;
}

/* WooCommerce overrides */
.woocommerce-form-login-wrapper .woocommerce-privacy-policy-text {
  display: none !important;
}

.woocommerce-form-login-wrapper form.checkout_coupon,
.woocommerce-form-login-wrapper form.login,
.woocommerce-form-login-wrapper form.register {
  border: none;
  padding: 0;
  margin: 0;
}

.woocommerce-checkout #payment {
  background-color: transparent !important;
}

.woocommerce-checkout #payment div.payment_box {
  font-size: 14px;
  font-weight: 400;
  color: #515151;
  background-color: transparent !important;
  margin: 0;
  padding: 0 0 0 33px;
}

.woocommerce-checkout #payment div.payment_box::before {
  content: none !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  font-size: 14px;
  color: #515151;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a {
  font-size: 14px;
  color: #7a1120;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  border-bottom: 1px solid #dcdde3;
  font-family: "DB Heavent";
  padding: 16px 0;
  font-size: 22px;
  font-weight: 500;
  color: #3e3e3e;
}

.woocommerce-checkout #payment ul.payment_methods li p{
  font-size: 16px;
  line-height: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 24px 0 !important;
  font-size: 16px;
}

.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  td.product-total {
  font-weight: 700;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
  border-bottom: 1px solid #dcdde3;
}

.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  tfoot
  tr:last-child {
  border-bottom: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th:nth-child(3n),
.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  td:nth-child(3n) {
  text-align: right;
}

.woocommerce-checkout-review-order-table tr.cart-subtotal th {
  font-size: 20px;
  color: #000;
}

.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout-review-order-table tr.order-total td {
  color: var(--Black-600, #3d3d3d);
  font-size: 26px !important;
  font-weight: 600;
  line-height: var(--Scale-600, 40px);
}

.woocommerce-checkout #payment ul.payment_methods li input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.woocommerce-checkout #payment ul.payment_methods li label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #00000099 !important;
  border-radius: 50%;
  background: transparent;
  vertical-align: middle;
  margin-right: 10px;
  transition: 0.2s ease-in-out;
}

.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  input:checked
  + label::before {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  box-shadow: 0 0 0 2px white inset !important;
}

.woocommerce-checkout h3 {
  font-family: "DB Heavent";
  font-size: 24px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  color: #000000 !important;
}

.woocommerce form .form-row .required {
  color: #f4364d !important;
}

.woocommerce-checkout .woocommerce-shipping-fields,
div#custom-checkout {
  border-bottom: 1px solid #eaeaea;
}

#customer_details
  .woocommerce-shipping-fields
  #ship-to-different-address
  label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #f2f8fd;
  margin-top: 24px;
  border: 1px solid #7a1120;
  border-radius: 8px;
  padding: 14px 14px 14px 50px;
  font-size: 14px;
  color: #000000;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #7a1120;
}

.woocommerce-checkout
  .woocommerce-form-coupon-toggle
  .woocommerce-info::before {
  content: "";
  background: url("assets/images/ico-info.svg") no-repeat center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-checkout .form-row label {
  font-size: 16px;
  color: #3e3e3e;
  margin-bottom: 8px;
}

/* Forgot Password Styles */
.forgot-password-wrapper {
  margin: 0 auto;
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.forgot-password-container {
  width: 100%;
  max-width: 462px;
  margin: 100px auto;
  padding: 0 20px;
}

.forgot-password-wrapper h2 {
  color: #000;
  text-align: center;
  font-family: "DB Heavent";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 12px;
}

.reset-password-description {
  color: var(--PRIMARY-Default, #a9a9a9);
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 64px;
}

.forgot-password-wrapper .woocommerce-Input {
  width: 100%;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.forgot-password-wrapper .woocommerce-Input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Reset Password Confirmation Styles */
.reset-password-confirmation {
  text-align: center;
}

.reset-password-confirmation .woocommerce-form-row {
  margin-top: 30px;
}

button.woocommerce-button,
button.woocommerce-Button {
  color: #fff;
  text-align: center;
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
}

/* Edit Account Page Styles */
.edit-account-wrapper,
.edit-address-wrapper {
  max-width: 796px;
}

.edit-account-title,
.edit-password-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "DB Heavent" !important;
  color: #000;
}

/* Edit Address Page Styles */
.edit-address-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "DB Heavent";
  color: #7a1120;
}

.edit-address-wrapper .address-description {
  color: #666;
  margin-bottom: 30px;
  font-size: 14px;
}

.woocommerce-EditAddressForm .form-row {
  margin-bottom: 20px;
}

.woocommerce-EditAddressForm label {
  font-family: "DB Heavent" !important;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  color: #333;
}

.woocommerce-EditAddressForm .required {
  color: #ff0000 !important;
}

.address-fields-section {
  margin-bottom: 30px;
}

.woocommerce-address-fields .form-row input,
.woocommerce-address-fields .form-row select,
.woocommerce-address-fields .form-row textarea,
.woocommerce-EditAddressForm input,
.woocommerce-EditAddressForm select,
.woocommerce-EditAddressForm textarea {
  background-color: transparent !important;
  border: 1px solid #7a1120 !important;
  border-radius: 6px !important;
  padding: 12px !important;
  color: #333 !important;
  font-size: 14px !important;
}

.woocommerce-address-fields .form-row input::placeholder,
.woocommerce-address-fields .form-row textarea::placeholder,
.woocommerce-EditAddressForm input::placeholder,
.woocommerce-EditAddressForm textarea::placeholder,
.track-order-container input[type="text"]::placeholder,
.track-order-container input[type="email"]::placeholder {
  color: #bfbfbf !important;
}

/* Edit Address Page Styles */
.woocommerce-EditAccountForm .form-row-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm .form-row {
  flex: 1;
  margin-bottom: 20px;
}

.woocommerce-EditAccountForm label {
  font-family: "DB Heavent" !important;
  font-size: 16px;
  margin-bottom: 12px;
}

.woocommerce-EditAccountForm .required {
  color: #ff0000 !important;
}

.woocommerce-EditAccountForm.edit-address input[type="text"],
.woocommerce-EditAccountForm.edit-address input[type="email"],
.woocommerce-EditAccountForm.edit-address input[type="password"],
.woocommerce-EditAccountForm.edit-address input[type="tel"],
.select2-container .select2-selection,
#customer_details .col-1 input,
#customer_details .col-1 textarea,
select#billing_country,
select#billing_state,
.track-order-container input[type="text"],
.track-order-container input[type="email"] {
  padding: 16px 0 !important;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0px !important;
  font-size: 20px !important;
  line-height: 22px !important;
  font-family: "DB Heavent" !important;
  border-color: #000000 !important;
}

.select2-container .select2-dropdown {
  border: 1px solid #a9a9a9 !important;
}

.select2-results__option {
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: #000000 !important;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d8d8d8;
  background: #f4f4f4;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
}

.woocommerce-EditAccountForm input[type="text"]::placeholder,
.woocommerce-EditAccountForm input[type="email"]::placeholder,
.woocommerce-EditAccountForm input[type="password"]::placeholder,
#customer_details input::placeholder,
#customer_details textarea::placeholder {
  color: #bfbfbf !important;
}

/* Target the specific IDs to override WooCommerce internal scripts */
#billing_state_field,
#shipping_state_field {
  width: 48% !important;
  float: left !important;
  clear: left !important;
}

#billing_postcode_field,
#shipping_postcode_field {
  width: 48% !important;
  float: right !important;
  clear: none !important;
}

/* Fix for Select2 width inside the forced layout */
#billing_state_field .select2-container,
#shipping_state_field .select2-container {
  width: 100% !important;
}

.woocommerce-EditAccountForm .display-name-description {
  font-size: 16px;
  color: #aaa;
  margin-top: 5px;
}

.password-change-section {
  margin-top: 40px;
}

.password-change-section h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.form-submit {
  margin-top: 48px;
  clear: both;
}

.account-info-box {
  border-top: 1px solid var(--PRIMARY-200, #eaeaea);
  border-bottom: 1px solid var(--PRIMARY-200, #eaeaea);
  padding: 20px 0;
}

/* 1. Fix the container height (The Clearfix) */
.woocommerce-address-fields__field-wrapper::after,
.account-info-section::after,
.checkout-accordion-content.shipping-content::after,
.checkout-accordion-content.billing-content::after {
  content: "";
  display: table;
  clear: both;
}

/* 2. Style the bottom row (State & Postcode) */
#shipping_state_field,
#billing_state_field {
  width: 48% !important;
  float: left !important;
  clear: both !important;
  /* Forces it to start a new line but stay inside */
  margin-right: 4% !important;
}

#shipping_postcode_field,
#billing_postcode_field {
  width: 48% !important;
  float: left !important;
  clear: none !important;
}

.order-history-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.order-history-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.custom-order-card {
  display: flex;
  align-items: flex-start;
  padding-bottom: 16px;
  margin-bottom: 32px;
  flex-direction: column;
  border-radius: 0;
  background: #fff;
  gap: 24px;
  border-bottom: 1px #eaeaea solid;
}

.order-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  width: 100%;
}

.product-title-price {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.top-section {
  width: 100%;
}

.actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.top-section .order-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.custom-order-card .product-image {
  width: 82px;
  height: 86px;
  background: #fcfcfc;
}

.custom-order-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-order-card .product-details {
  flex-grow: 1;
  max-width: 100%;
}

/* Base Pill Styling */
.custom-order-card .status-info {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 16px;
  /* Increased horizontal padding for better pill look */
  border-radius: 1000px;

  /* Typography */
  font-family: "DB Heavent", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: capitalize;
}

/* Remove the old dot */
.custom-order-card .status-dot {
  display: none !important;
}

/* Group 1: Pending / Processing / Paid / Shipped */
.custom-order-card .status-line.status-pending .status-info,
.custom-order-card .status-line.status-processing .status-info,
.custom-order-card .status-line.status-on-hold .status-info,
.custom-order-card .status-line.status-shipped .status-info {
  background: #fff0c6;
  color: #ebaf09;
}

/* Group 2: Delivered / Completed */
.custom-order-card .status-line.status-delivered .status-info,
.custom-order-card .status-line.status-completed .status-info {
  background: var(--SUCCESS-150, #def8e3);
  color: var(--SUCCESS-dafault, #37bd55);
}

/* Group 3: Cancelled / Refunded / Failed */
.custom-order-card .status-line.status-cancelled .status-info,
.custom-order-card .status-line.status-refunded .status-info,
.custom-order-card .status-line.status-failed .status-info {
  color: var(--ERROR-defualt, #f4364d);
  background: var(--WARNING-100, #ffe3d4);
}

/* Apply the same pill styling to view-order.php */
.order-detail-page .status-info {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 6px 16px;
  border-radius: 1000px;
  font-family: "DB Heavent", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

/* Color Groupings */
.status-line.status-pending .status-info {
  background: #fff0c6;
  color: #ebaf09;
}

.status-line.status-delivered .status-info {
  background: var(--SUCCESS-150, #def8e3);
  color: var(--SUCCESS-dafault, #37bd55);
}

.status-line.status-cancelled .status-info {
  color: var(--ERROR-defualt, #f4364d);
  background: var(--WARNING-100, #ffe3d4);
}

.custom-order-card .actions a {
  display: flex;
  padding: 10px 23px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1000px;
  border: 1px solid #eaeaea;
  color: #000;
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.3s;
}

.custom-order-card .actions a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.custom-order-card .order-price {
  margin-left: auto;
  text-align: right;
  color: var(--color-black, #000);
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.custom-view-order-wrapper {
  max-width: 62vw;
}

.order-footer-totals {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}

.order-id-header {
  color: var(--neutral-black, #000);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 60px;
}

.product-total,
.order-discount {
  display: inline-flex;
  gap: 6px;
}

.kathy-auth-popup {
  background: #fff;
  padding: 60px 40px;
  max-width: 500px;
  margin: auto;
  position: relative;
  /* text-align: center; */
}

/* Tabs */
.kathy-auth-popup .auth-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}

.kathy-auth-popup h2 {
  color: #000;
  text-align: center;
  font-family: "DB Heavent";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 12px;
}

.kathy-auth-popup p {
  color: var(--PRIMARY-Default, #a9a9a9);
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 64px;
}

.kathy-auth-popup p.form-hint {
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 0;
}

.kathy-auth-popup .tab-btn-popup {
  flex: 1;
  background: none;
  cursor: pointer;
  border-radius: 0;
  border-bottom: 1px solid var(--PRIMARY-400, #bfbfbf);
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--PRIMARY-400, #bfbfbf);
  text-align: center;
  font-family: "DB Heavent";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.kathy-auth-popup .tab-btn-popup.active {
  color: #000;
  border-bottom: 1px solid #000;
}

/* Forms */
.kathy-auth-popup .kathy-form input {
  width: 100%;
  padding: 16px 0px;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid#000;
  color: #000000;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}

.kathy-auth-popup a.switch-view {
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
}

.kathy-auth-popup button.btn-black {
  display: flex;
  padding: 10px 41.5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: fit-content;
  margin: 64px auto 0 !important;
  color: #fff;
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-radius: 1000px;
  background: #000;
}

/* Helper Classes */
.tab-content-popup {
  display: none;
}
.tab-content-popup.active {
  display: block;
}
.pass-wrapper {
  position: relative;
}
.toggle-pass {
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
}
.form-hint {
  color: var(--PRIMARY-700, #000);
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 0;
}

.pass-wrapper {
  position: relative;
  width: 100%;
}

.pass-wrapper input {
  width: 100%;
  padding-right: 40px !important; /* Space for the icon */
}

.toggle-pass {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

/* 3. Responsive fix for mobile */
@media (max-width: 768px) {
  #shipping_state_field,
  #billing_state_field,
  #shipping_postcode_field,
  #billing_postcode_field {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
}

/* Edit My Address */
.address-description {
  color: #666;
  margin-bottom: 40px !important;
}

.address-section {
  padding: 24px 0;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.address-content {
  color: var(--PRIMARY-600, #656565);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.address-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Custom Thankyou */

.custom-thankyou {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-thankyou .product-header {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 24px;
}

.custom-thankyou .thank-you-message h2 {
  margin-bottom: 12px;
  text-align: center;
  color: var(--PRIMARY-700, #000);
  font-family: Fahkwang;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-direction: row;
}

.custom-thankyou .thank-you-message p {
  text-align: center;
  color: var(--PRIMARY-Default, #a9a9a9);
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

a.order-details-btn {
  border-radius: 1000px;
  background: var(--PRIMARY-700, #000);
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: var(--White, #fff);
  text-align: center;
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  max-width: 362.5px;
  line-height: 22px;
  width: 100%;
  transition: all 0.3s;
}

.custom-thankyou .order-details-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 741px;
}

.custom-thankyou .order-details-column {
  flex: 1;
  min-width: 300px;
}

.custom-thankyou .order-summary-column {
  flex: 1;
  min-width: 300px;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  padding: 28px 40px;
}

.custom-thankyou .order-details-section {
  margin: 32px;
}

.custom-thankyou .order-meta-item.delivery-date {
  margin-top: 60px;
}

.custom-thankyou .address-section {
  margin-bottom: 20px;
}

.custom-thankyou .order-details-section h3,
.custom-thankyou .address-section h3,
.custom-thankyou .order-detail-header h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 32px;
  color: #000000;
}

.custom-thankyou .order-meta-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
  gap: 10px;
}

.custom-thankyou .order-meta-item .bold-label {
  width: 50%;
  color: var(--color-black, #000);

  /* Body/md */
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.custom-thankyou .order-meta-item .label {
  width: 50%;
  color: var(--PRIMARY-Default, #a9a9a9);
  font-family: "DB Heavent";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.custom-thankyou .order-meta-item .value {
  color: var(--PRIMARY-700, #000);

  /* Body/md */
  font-family: "DB Heavent";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
  width: 50%;
  text-align: right;
}

.custom-thankyou .address-details .name {
  font-size: 16px;
  color: #000000;
}

.custom-thankyou .address-details .address-line {
  margin: 0 !important;
}

.custom-thankyou .contact-info {
  margin-top: 15px;
  padding-top: 12px;
}

.custom-thankyou .contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #000000;
}

.custom-thankyou .contact-info svg {
  color: #7a1120;
  margin-right: 12px;
}

.custom-thankyou .product-item {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid #dcdde3;
  margin-bottom: 0;
  align-items: center;
}

/* .custom-thankyou .product-info h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
} */

.custom-thankyou .product-meta {
  color: #000000;
  font-size: 14px;
  margin: 0;
  font-family: "DB Heavent";
}

.custom-thankyou .product-price {
  font-weight: 700;
  font-size: 16px;
}

.custom-thankyou .order-totals {
  border-top: 1px solid #dcdde3;
}

.custom-thankyou .total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 16px;
  padding: 24px 0;
  color: #000000;
  font-weight: 700;
  border-bottom: 1px solid #dcdde3;
}

.custom-thankyou .total-row.order-total,
.shop_table .order-total th {
  border-bottom: none;
}

.woocommerce-order-received .checkout-ttl {
  display: none;
}

.custom-thankyou .order-total .value {
  font-weight: 700;
  font-size: 22px;
}

.chg-pwd-ttl {
  color: var(--color-white, #fff);
  text-align: center;
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-xl, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lineheight-body-lg, 27px);
  /* 135% */
  margin-bottom: 24px;
}

.chg-pwd-desc {
  color: var(--color-white, #fff);
  text-align: center;
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
  margin-bottom: 32px !important;
}

.change-pwd-form {
  text-align: center;
}

.change-pwd-form input {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
}

.change-pwd-form input:focus {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
}

.change-pwd-form input::placeholder {
  color: #ecb085;
}

.change-pwd-form button {
  color: white;
  display: flex;
  height: 44px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--Scale-200, 8px);
  background: var(--Blue-500, #7a1120);
  margin: 0 auto;
}

.ft-language-switch .wpml-ls-legacy-dropdown-click a,
.ft-language-switch .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.ft-language-switch .wpml-ls-legacy-dropdown-click a:hover {
  padding: 12px 16px;
  font-size: 16px;
  background: transparent !important;
  border-radius: 6px;
}

.ft-language-switch .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
}

.ft-language-switch .wpml-ls-legacy-dropdown-click a span {
  color: #7a1120;
}

.ft-language-switch .wpml-ls-legacy-dropdown-click a:after {
  background: url("/wp-content/uploads/2025/07/chevron_right.png") no-repeat
    center/contain;
  width: 12px;
  height: 12px;
  border: none;
  border-top: none;
}

.br-mb,
.br-tb,
.br-dt {
  display: none;
}

.dealer-filter-form-container {
  padding-bottom: 24px;
}

.dealer-list {
  overflow-y: auto;
  max-height: 652px;
  -ms-overflow-style: none;
  /* IE and Edge */
  /* scrollbar-width: none; */
}

.dealer-list::-webkit-scrollbar {
  width: 4px;
  margin-left: 10px;
}

.dealer-list::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 24px;
}

.dealer-list::-webkit-scrollbar-track {
  background: #454545;
  border-radius: 24px;
}

.dealer-locator-main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  color: #fff;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
}

.dealer-filter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dealer-filter-search-container {
  width: 60%;
  display: flex;
  gap: 30px;
}

.dealer-filter-search {
  padding: 0 0 10px 0 !important;
  border-top: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  background: transparent !important;
  margin-left: 20px !important;
  border-left: none !important;
  color: #fff;
  border-right: none !important;
  border-radius: 0 !important;
}

.dealer-filter-search::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.dealer-select-filter {
  display: flex;
  gap: 20px;
  width: 40%;
}

.dealer-filter-parent,
.dealer-filter-child {
  padding: 0 0 10px 0;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  background: transparent;
  border-left: none;
  color: #fff;
  border-right: none;
  max-width: 234px;
  border-radius: 0;
}

.dealer-filter-search:focus,
.dealer-filter-parent:focus,
.dealer-filter-child:focus {
  outline: none !important;
}

.dealer-filter-submit {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #7a1120;
  color: #000;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}

.dealer-filter-submit:hover,
.dealer-filter-submit:focus {
  background-color: #7a1120;
  color: #000;
}

.dealer-filter-submit .icon-btn {
  width: 16px;
  height: 16px;
  display: flex;
}

.dealer-locator-content {
  display: flex;
  flex-direction: row;
  gap: 18px;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
  margin: 0;
  overflow-x: auto;
}

.dealer-list-container {
  flex: 1;
  overflow-y: auto;
  max-width: 488px;
  /* min-width: 40vw; */
  width: 100%;
}

.dealer {
  display: flex;
  padding: 18px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  margin-bottom: 24px;
  margin-right: 18px;
  transition: all 0.3s ease;
  background:
    radial-gradient(
      75.49% 75.39% at 46.52% 100%,
      rgba(0, 169, 234, 0.3) 12.94%,
      rgba(0, 167, 234, 0) 75%,
      rgba(255, 255, 255, 0) 100%
    ),
    #000;
}

.dealer-distance-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dealer-distance {
  background: transparent;
  color: #7a1120;
  border: 1px solid #7a1120;
  border-radius: 50%;
  min-width: 60px;
  min-height: 60px;
  max-width: 60px;
  max-height: 60px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
}

.distance-unit {
  color: #fff;
  font-size: 12px;
}

.dealer-title {
  color: var(--white, #fff);
  font-family: "DB Heavent";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 24px !important;
  /* 133.333% */
  cursor: pointer;
}

.dealer-contact-box {
  display: flex;
  flex-direction: column;
  margin: 16px 0 24px 0;
}

.dealer-address,
.dealer-email,
.dealer-phone {
  color: #cacaca;
  font-family: "DB Heavent";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.dealer-actions {
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.custom-popup .leaflet-popup-content {
  width: 436px !important;
  display: inline-flex;
  padding: 16px 24px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background: #fff;
  margin: 0;
}

.leaflet-container .custom-popup a.leaflet-popup-close-button {
  color: #f3f3f3 !important;
  background: #adadad !important;
  border-radius: 20px !important;
  margin: 10px !important;
  width: 16px !important;
  height: 16px !important;
  font:
    12px Tahoma,
    Verdana,
    sans-serif !important;
}

.custom-popup .leaflet-popup-tip-container {
  display: none !important;
}

.custom-popup .popup-details {
  display: flex;
  gap: 16px;
}

.custom-popup .popup-image {
  width: 120px;
}

.custom-popup .popup-image img {
  border-radius: 12px;
  width: 120px;
  height: 120px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.custom-popup .popup-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.custom-popup .popup-content h3 {
  color: var(--black, #000);
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Spacing-xs, 24px);
}

.custom-popup .popup-content p {
  color: var(--black, #000);
  font-family: "DB Heavent";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0 !important;
}

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

.btn-contact,
.btn-map {
  display: flex;
  height: 40px;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.btn-contact {
  background: var(--Blue-500, #7a1120);
  color: #fff;
}

.btn-contact:hover {
  color: #fff;
}

.btn-map {
  color: #7a1120;
  background: white;
}

.btn-map:hover {
  color: #7a1120;
}

.dealer-b2b {
  /* position: absolute; */
  position: relative;
  margin-top: -129px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 82.5%);
  padding-top: 88px;
  pointer-events: none;
  margin-right: 22px;
}

.btn-b2b {
  display: flex;
  /* width: 488px; */
  padding: var(--Scale-400, 12px) var(--Scale-500, 14px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--Blue-600, #7a1120);
  border-radius: var(--Scale-300, 8px);
  background: #fff;
  color: #7a1120;
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Scale-300, 16px);
  /* 114.286% */
  /* max-width: calc(100% - 22px); */
  pointer-events: auto;
}

.btn-b2b:hover {
  color: #7a1120;
}

.btn-b2b.mb {
  display: none;
}

.icon-btn {
  display: flex;
  align-items: center;
  max-width: 16px;
}

.dealer-list__empty {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 24px 0;
}

.dealer-map {
  flex: 2;
  z-index: 1;
  overflow: hidden;
  height: 652px !important;
  min-height: 652px !important;
  max-height: 652px !important;
  border-radius: 8px;
  max-width: 672px;
}

.nsl-container-buttons {
  display: flex;
  width: 100%;
}

.nsl-button-google {
  width: 411px;
}

div.nsl-container .nsl-button-svg-container {
  padding: 0 !important;
}

div.nsl-container .nsl-button-google div.nsl-button-label-container {
  color: var(--color-grey-500, #515151);
  text-align: center;
  font-family: "DB Heavent";
  font-size: var(--fontsize-body-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lineheight-body-md, 24px);
  margin: 0 !important;
}

.nsl-button.nsl-button-default.nsl-button-google {
  display: flex;
  height: 44px;
  padding: 14px 100px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--Scale-200, 8px);
  background: #fff;
}

.shipping_address {
  display: block !important;
}

@media (max-width: 1024px) {
  .custom-product {
    grid-template-columns: 1fr;
  }

  /* .swiper-horizontal {
    width: calc(100vw - 60px) !important;
  } */

  /* .product-gallery {
    flex-direction: column-reverse;
  } */
  /* .swiper-vertical {
    width: calc(100vw - 60px) !important;
    height: auto !important;
    margin: 0;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: row;
  } */

  .thumb-slider .swiper-slide {
    height: 80px !important;
    width: 80px;
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .woocommerce-orders-table {
    overflow-x: scroll;
  }

  .woocommerce-orders-table th,
  .woocommerce-orders-table td {
    width: 100%;
    white-space: nowrap;
    /* min-width: 140px; */
  }

  .dealer-list-container {
    min-width: 40vw;
  }
}

@media (max-width: 768px) {
  .product-gallery,
  .product-info {
    grid-column: span 6 !important;
  }

  .thumb-slider .swiper-slide {
    height: 40px !important;
    width: 40px;
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .swiper-slide img,
  .swiper-slide,
  .swiper.main-slider {
    max-height: 300px;
  }

  .swiper-vertical {
    width: 40px;
    height: auto !important;
    overflow-x: scroll;
  }

  .custom-cart-table thead {
    display: none;
  }

  .custom-cart-table tbody tr {
    display: block;
    margin-bottom: 40px;
  }

  .custom-cart-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
  }

  #customer_login {
    max-width: 100%;
    /* padding: 80px 0 !important; */
  }

  /* .woocommerce-form-login-wrapper .u-column1,
  .woocommerce-form-login-wrapper .u-column2 {
    float: right !important;
  } */

  */

  /* Edit Account Responsive Styles */
  .woocommerce-EditAccountForm .form-row-group {
    flex-direction: column;
    gap: 0;
  }

  /* .edit-account-wrapper,
  .edit-address-wrapper {
    padding: 20px;
  } */

  .edit-account-title,
  .edit-address-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .password-change-section h3 {
    font-size: 16px;
  }

  .woocommerce-EditAccountForm input[type="text"],
  .woocommerce-EditAccountForm input[type="email"],
  .woocommerce-EditAccountForm input[type="password"] {
    padding: 8px;
    font-size: 13px;
  }

  .save-changes-btn {
    width: 100%;
    padding: 10px !important;
  }

  /* Mobile Navigation Styles */

  /* .account-navigation {
    max-width: 100%;
  } */

  .account-navigation-container {
    flex-direction: column;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 10;
    /* padding: 10px 0; */
    /* margin-top: 10px; */
  }

  .woocommerce-MyAccount-navigation-link.is-active a {
    border-bottom: none;
  }

  .woocommerce-MyAccount-navigation-link a:hover {
    border-bottom: none;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul.active {
    display: flex;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    width: 100%;
    padding: 8px;
  }

  #customer_details .col-2.order-review-content {
    margin-top: 40px;
  }

  .custom-thankyou .order-meta-item .label,
  .custom-thankyou .order-meta-item .value {
    width: 100%;
  }

  .custom-thankyou .thank-you-message h2 {
    font-size: 28px;
  }

  .mobile-nav-toggle {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-nav-toggle span {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
  }

  .mobile-nav-toggle .toggle-icon {
    width: 20px;
    height: 20px;
    position: relative;
  }

  .mobile-nav-toggle .toggle-icon::before {
    content: "";
    display: block;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    right: 6px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }

  .mobile-nav-toggle.active .toggle-icon::before {
    transform: rotate(-135deg);
    top: 8px;
  }

  /* Mobile/Desktop visibility toggle */
  .mobile-only {
    display: flex;
  }

  .desktop-only {
    display: none;
  }

  .my-account-bg img.desktop {
    display: none;
  }

  .my-account-bg img.mobile {
    display: block;
  }

  .my-account-bg {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    bottom: auto;
    aspect-ratio: 78 / 79;
    pointer-events: none;
  }

  .my-account-bg img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    gap: 0px;
  }

  #billing_state_field,
  #billing_postcode_field,
  #shipping_state_field,
  #shipping_postcode_field {
    width: 100% !important;
    float: none !important;
  }

  .cart-layout,
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    flex-direction: column !important;
    gap: 24px !important;
  }

  .cart-layout .cart-collaterals,
  .cart-layout .woocommerce-cart-form {
    max-width: 100% !important;
    width: 100%;
  }

  .fav-actions {
    display: flex;
    flex-direction: column-reverse;
  }

  .my-account-custom-content {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .br-mb {
    display: block;
  }

  .dealer-locator-content {
    flex-direction: column;
  }

  .dealer-map {
    max-height: 325px !important;
  }

  .btn-b2b {
    display: none;
  }

  .btn-b2b.mb {
    display: flex;
  }

  .my-favorites-table .product-details {
    gap: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .br-tb {
    display: block;
  }
}

@media (min-width: 1024px) {
  .br-dt {
    display: block;
  }
}

/* === Cart two-column layout ========================= */
.cart-layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.cart-layout .woocommerce-cart-form {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  max-width: 643px;
}

.cart-layout .cart-collaterals {
  /* flex: 0 0 488px; */
  /* right column width */
  width: 100%;
  max-width: 400px;
}

/* Quantity cell center alignment (ensure vertical middle) */
.woocommerce-cart td.product-quantity {
  vertical-align: middle;
}

.woocommerce-cart td.product-quantity .quantity-controls {
  margin: 0 auto;
}

/* Order Detail Page Styles */
.order-detail-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.order-detail-page .order-detail-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.order-detail-page .back-to-orders {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
  padding: 0;
  border-radius: 6px;
  background: transparent;
}

.order-detail-page .back-to-orders svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.order-detail-page .order-detail-title {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin: 0;
  text-align: left;
}

.order-detail-page .order-detail-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* Customer Information Section */
.order-detail-page .order-detail-card {
  font-family: "DB Heavent", Sans-serif;
}

.order-detail-page .order-detail-card .section-title {
  font-family: "Fahkwang", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 16px 0;
}

.order-detail-page .order-detail-card .customer-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eaeaea;
}

.order-detail-page .order-detail-card .customer-info .info-row {
  display: flex;
  gap: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.order-detail-page .order-detail-card .customer-info .info-row .label {
  font-size: 20px;
  color: #a9a9a9;
  font-weight: 400;
}

.order-detail-page .order-detail-card .customer-info .info-row .value {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  text-align: right;
  flex: 1;
}

.order-detail-page .order-detail-card .customer-info .info-row .address-block {
  display: flex;
  gap: 5px;
  flex: 1;
}

.order-detail-page .order-detail-card .customer-info .info-row .address-name {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 24px;
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

.order-detail-page
  .order-detail-card
  .customer-info
  .info-row
  span.icon-address {
  display: inline-block;
  height: 24px;
}

.order-detail-page .order-detail-card .customer-info .address-details {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

/* Order Information Section */
.order-detail-page .order-information-section {
  padding-top: 24px;
}

.order-detail-page .order-information-section .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.order-detail-page .order-information-section .order-id {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.order-detail-page .order-information-section .item-count {
  font-weight: 400;
  font-size: 20px;
  color: #a9a9a9;
}

.order-detail-page .order-status {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 16px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.order-detail-page .order-status.completed {
  background-color: #def8e3;
  color: #37bd55;
}

/* Product Items */
.order-detail-page .order-items {
  margin-bottom: 4px;
}

.order-detail-page .order-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
}

.order-detail-page .order-item:last-child {
  border-bottom: none;
}

.order-detail-page .item-image {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.order-detail-page .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-detail-page .item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.order-detail-page .item-brand {
  font-size: 16px;
  color: #a9a9a9;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.order-detail-page .item-name {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 1;
}

.order-detail-page .item-variant {
  font-size: 20px;
  color: #656565;
  font-weight: 400;
  line-height: 18px;
}

.order-detail-page .item-quantity {
  font-size: 20px;
  color: #656565;
  margin-top: 6px;
}

.order-detail-page .item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  min-width: 80px;
}

.order-detail-page .original-price {
  font-size: 12px;
  color: #bfbfbf;
  text-decoration: line-through;
}

.order-detail-page .current-price .woocommerce-Price-amount.amount,
.order-detail-page .current-price .woocommerce-Price-currencySymbol {
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

.order-detail-page .current-price .woocommerce-Price-currencySymbol {
  padding-left: 4px;
}

/* Order Totals */
.order-detail-page .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.order-detail-page .total-row.discount {
  color: #d32f2f;
}

.order-detail-page .total-row.final {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
  margin-top: 8px;
}

.order-detail-page .total-label {
  font-size: 20px;
  color: #a9a9a9;
  font-weight: 400;
}

/* Total Amount Section - Highlighted */
.order-detail-page .total-amount-section {
  padding: 20px 0 16px;
  border-bottom: 1px solid #eaeaea;
}

.order-detail-page .total-amount-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.order-detail-page .total-amount-label,
.order-detail-page .total-amount-label .woocommerce-Price-amount.amount,
.order-detail-page .total-amount-label .woocommerce-Price-currencySymbol {
  display: flex;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: right;
  gap: 4px;
}

.order-detail-page .total-value .woocommerce-Price-amount.amount,
.order-detail-page .total-value .woocommerce-Price-currencySymbol {
  font-size: 20px;
  color: #656565;
  font-weight: 500;
  text-align: right;
}

.order-detail-page .total-value {
  display: flex;
}

/* Payment Information */
.order-detail-page .payment-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0;
}

.order-detail-page .payment-method {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-shrink: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}

.order-detail-page .payment-label {
  font-size: 20px;
  color: #a9a9a9;
}

.order-detail-page .payment-value {
  font-size: 20px;
  color: #000;
}

.order-detail-page .date-information {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.order-detail-page .date-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.order-detail-page .date-label {
  font-size: 20px;
  color: #a9a9a9;
  font-weight: 400;
  min-width: 80px;
  text-align: left;
}

.order-detail-page .date-value {
  font-size: 20px;
  color: #000;
  text-align: right;
}

/* Responsive Design */
@media (max-width: 768px) {
  .order-detail-page {
    padding: 0;
  }

  .order-detail-header {
    margin-bottom: 24px;
  }

  .order-detail-title {
    font-size: 20px;
    margin: 0;
  }

  .back-to-orders {
    font-size: 13px;
    padding: 6px 10px;
  }

  .order-detail-wrapper {
    padding: 0 16px;
  }

  .info-row {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }

  .info-row .value,
  .address-block {
    text-align: left;
  }

  .order-item {
    gap: 12px;
  }

  .item-image {
    width: 50px;
    height: 50px;
  }

  .date-information {
    text-align: left;
  }
}
