.font-weight-regular {
  font-weight: var(--luminate_font_weight_regular);
}

.woocommerce-checkout td.product-name dl.variation dt:not(:first-child),
.woocommerce-cart td.product-name dl.variation dt:not(:first-child) {
  margin-left: 10px;
}

.product-custom-field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.product-custom-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3px;
}

.product-custom-field .product-custom-field-input {
  display: flex;
  align-items: center;
  max-width: 270px;
  width: 100%;
}

.product-custom-field .product-custom-field-input .product-custom-field-unit {
  white-space: nowrap;
  padding-left: 8px;
  min-width: 105px;
  font-size: var(--luminate_font_size_small);
}

.product-custom-field .product-custom-field-select {
  max-width: 270px;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: var(--luminate_color_white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIiBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgc3Ryb2tlPSIjMjQyQTJFIj48cGF0aCBkPSJNMS41MDAwMiA0TDYuMDAwMDIgOEwxMC41IDQiIHN0cm9rZS13aWR0aD0iMS41Ij48L3BhdGg+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  cursor: pointer;
  font-size: var(--luminate_font_size_small);
  color: rgb(0, 0, 0) !important;
}

.product-custom-field .product-custom-field-select option {
  color: rgb(0, 0, 0) !important;
}

/* Stepper */
.flex-box {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-align-center {
  align-items: center;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-space-between {
  justify-content: space-between;
}

.hide {
  display: none !important;
}

.hide-on-desktop {
  display: none !important;
}

.full-height {
  height: 100%;
}

.text-base {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-lg {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.full-width {
  max-width: 100%;
}

.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@keyframes nnapuo {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.animate-nnapuo img {
  animation: nnapuo 4s cubic-bezier(0.6, 0, 0.1, 1) forwards;
}

.wp-block-image-zoom,
.wp-block-image-zoom .wp-block-image {
  overflow: hidden;
}

.wp-block-image-zoom img {
  transition: .5s;
}

.wp-block-image-zoom img:hover {
  transform: scale(1.1);
}

.single-post .wp-block-post-featured-image {
  overflow: hidden;
}

.single-post .wp-block-post-featured-image img {
  animation: nnapuo 4s cubic-bezier(0.6, 0, 0.1, 1) forwards;
}

/* Add button */
.wardrobe-kit .wp-element-button,
.wk-button {
  background-color: var(--luminate_color_primary);
  color: #fff;
  border: none;
  padding: .4rem 1rem;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 24px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.wardrobe-kit .wp-element-button:hover,
.wk-button:hover {
  background: rgb(55, 55, 52, 0.92);
}

body.page-id-4899 {
  /* background-color: #e8e8e0; */
  background-color: #FFF;
}

.wardrobe-kit {
  padding: 32px 0;
}

.wardrobe-kit .wk-product-card input {
  height: 36px;
  font-size: 14px;
  background: #fff;
  color: #333;
  border: none;
  padding: 10px 16px;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.wardrobe-kit .wk-product-card input[name="quantity"] {
  padding: 0;
  text-align: center;
}

.wardrobe-kit .wk-product-card input[type="number"]::-webkit-outer-spin-button,
.wardrobe-kit .wk-product-card input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* tùy chọn: xoá khoảng hở */
}

/* ─── Firefox ─── */
.wardrobe-kit .wk-product-card input[type="number"] {
  -moz-appearance: textfield;
}

.wardrobe-kit .two-column-layout {
  display: flex;
  gap: 15px;
  margin-top: 32px;
}

.wardrobe-kit .section-step {
  /* width: 70%; */
  display: none;
  flex: 1;
  margin-bottom: 80px;
}

.wardrobe-kit .section-step.active {
  display: block;
}

.wardrobe-kit .section-cart {
  width: 30%;
  max-width: 350px;
  padding: 16px;
  padding-right: 0;
  overflow: hidden;
  border: 1px solid #dcdcd6;
  border-radius: 4px;
  background-color: #fff;
  max-height: calc(100vh - 170px);
  position: sticky;
  top: 120px;
}

.wardrobe-kit .section-cart .woocommerce {
  overflow: hidden;
  height: 100%;
}

.wardrobe-kit .section-step[step="6"] .woocommerce {
  background-color: #fff;
  padding: 16px;
}

.wardrobe-kit .section-cart .woocommerce-cart-form {
  overflow-y: auto;
  height: calc(100% - 170px);
  padding-right: 16px;
}

.wardrobe-kit .section-cart .woocommerce-cart-form::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

.wardrobe-kit .section-cart .woocommerce-cart-form::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ced4da;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.wardrobe-kit .section-cart .cart-collaterals {
  padding-right: 16px;
}

.wardrobe-kit .section-cart .shop_table {
  width: 100%;
  max-width: 100%;
}

.wardrobe-kit .section-cart .shop_table thead,
.wardrobe-kit .section-cart .actions,
.wardrobe-kit .section-cart .cart_totals h2,
.wardrobe-kit .section-cart .cart_totals .cart-subtotal,
.wardrobe-kit .section-cart .cart_totals .shipping {
  display: none !important;
}

.wardrobe-kit .section-cart .shop_table td.product-quantity {
  margin-top: 8px;
}

.wardrobe-kit .section-cart .cart_totals .order-total {
  display: grid !important;
}

.wardrobe-kit .section-cart .cart_item {
  grid-template-columns: 100%;
  position: relative;
}

.wardrobe-kit .section-cart .cart_item .product-remove {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.wardrobe-kit .woocommerce-cart-form dl.variation {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-row-gap: 0.5em;
  column-gap: 0.5em;
}

.wardrobe-kit .section-cart .product-name .variation {
  flex-direction: column;
}

.wardrobe-kit .section-cart .product-name .variation dt,
.wardrobe-kit .woocommerce-cart-form .variation dt {
  font-weight: bold;
}



.wk-steps {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  position: sticky;
  top: 0;
  /* background-color: #e8e8e0; */
  background-color: #FFF;
  z-index: 999;
  gap: 15px;
}

.wk-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .9rem;
  flex: 1;
  cursor: pointer;
  position: relative;
}

.wk-steps .wk-step:not(:last-of-type)::after {
  content: "";
  position: relative;
  order: -1;
  top: 1.25rem;
  top: calc(1.25rem + 1px);
  width: 100%;
  left: 50%;
  left: calc(50% + calc(1.75rem));
  inset-inline-start: calc(50% + calc(1.75rem));
  border-bottom: 2px solid #ecf0f1;
}

.wk-step__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.wk-step__circle {
  width: 60px;
  height: 60px;
  border-radius: 24px;
  background: #d6d6d1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .25rem;
  font-weight: bold;
}

.wk-step.active .wk-step__circle {
  background: #696965;
}

/* Intro */
.wk-intro {
  margin: 0 auto 3rem;
}

.wk-intro h2 {
  font-size: 64px;
  font-weight: 300;
  line-height: 96px;
  margin: 0;
}

.wk-intro .wk-button-start-project {
  margin-top: 32px;
  padding: 16px 32px;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

/* Grid */
.wk-grid {
  display: grid;
  gap: 1.25rem
}

.wk-cols-4 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;

  background-color: rgb(51 51 51 / 8%);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-items: center;
  padding: 16px;
}

.slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}

.slick-slider .slick-arrow img {
  width: 16px;
  height: 16px;
}

.slick-slider .slick-pre-cus {
  left: 8px;
}

.slick-slider .slick-next-cus {
  right: 8px;
}

.slick-dots {
  display: flex !important;
  align-items: flex-end;
  height: 100%;
  bottom: 8px !important;
}

.slick-dots li {
  position: relative;
  z-index: 2;
  flex: 1;
  font-size: 0;
  margin: 0 1px !important;
  height: 100% !important;
}

.slick-dots li button {
  width: 100% !important;
  height: auto !important;
}

.slick-dots li button:before {
  content: "" !important;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
  margin: 0 1px;
  border-bottom: 3px solid #ced4da;
  transition: border-bottom-color 0.25s ease-in-out;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots:has(li:only-child) {
  display: none !important;
}

.slick-track img {
  max-width: 100%;
}

/* Product cart */
/* Container */
.wk-product-card {
  background: #fff;
  border: 1px solid #dcdcd6;
  border-radius: 4px;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.wk-product-card .wk-product-card__title-wrap {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #dcdcd6;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}

.wk-product-card .wk-product-card__title {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 48px;
  text-overflow: ellipsis;
}

.wk-product-card .wk-product-card__thumb {
  padding: 16px;
}

.wk-product-card .wk-product-card__thumb .wk-product-card__img {
  /* border: 1px solid #dcdcd6; */
  /* border-radius: 4px; */
  width: 100%;
}

.wk-product-card .wk-product-card__thumb .product-images-slider {
  aspect-ratio: 1 / 1;
}

.wk-product-card .wk-product-card__thumb .product-images-slider:not(.slick-initialized) {
  display: flex;
  overflow-x: hidden;
}

.wk-product-card .wk-product-card__thumb .product-images-slider:not(.slick-initialized) .image-slider {
  min-width: 100%;
}

.wk-product-card .wk-product-card__thumb .product-images-slider .slick-track {
  display: flex;
  width: 100%;
}

.wk-product-card .wk-product-card__thumb .product-images-slider .slick-arrow {
  display: none !important;
}

.wk-product-card .wk-product-card__thumb .product-images-slider .wp-post-image,
.wk-product-card .wk-product-card__thumb .product-images-slider .wk-product-image {
  width: auto;
  max-width: 95%;
  height: auto;
  max-height: 95%;
  margin: 0 auto;
}

.wk-product-card .cart {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #dcdcd6;
  padding: 16px;
  padding-top: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Static grey blocks */
.wk-static-attrs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0
}

.wk-static-attr {
  background: #d7d7d3;
  padding: .75rem;
  font-size: 1.05rem
}

.wk-static-attr strong {
  display: block;
  font-weight: 600;
  margin-bottom: .25rem
}

/* Variation table (dropdowns) */
.wk-var-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0
}

.wk-var-table .variation {
  padding-bottom: 8px;
  gap: 0 !important;
}

.wk-var-select {
  width: 100%;
  /* padding: .6rem; */
  /* background-color: rgb(213, 212, 206) !important; */
  /* border: none !important; */
  /* border-radius: 2px !important; */
  /* font-size: 1.05rem */
}

/* Qty spinner */
.wk-qty {
  display: flex;
  align-items: center;
  justify-content: end;
  border: 1px solid;
  border-radius: 24px;
  background-color: #FFF;
}

.wk-qty button {
  width: 30px;
  height: 100%;
  padding: 0;
  border: 0;
  text-align: center;
  color: #333;
}

.wk-qty input {
  width: 40px;
  border: 0;
  padding: 0;
  text-align: center;
  color: #333;
}

.wk-button-add-cart {
  height: 36px;
  padding: 0 12px;
  text-align: center;
  border-radius: 24px;
}

.wk-qty-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 16px;
  flex: 1;
  gap: 20px;
}


/* Side cart */
.wk-cart {
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  max-width: 300px;
}

.wk-cart-item {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative
}

.wk-cart-item__thumb img {
  width: 70px;
  height: auto
}

.wk-cart-remove {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-size: 1.5rem;
  text-decoration: none
}

.wk-cart-total {
  text-align: right;
  font-size: 1.25rem;
  margin-top: 1rem
}

/* --- Sticky bar --- */
.wk-bar {
  position: sticky;
  /* stay glued */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: end;
  gap: .5rem;
  padding: .5rem 1rem;
  background: #ffffffee;
  backdrop-filter: blur(3px);
  overflow-x: auto;
  margin-top: 32px;
}

.wk-bar[stuck] {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -14px 10px -10px rgba(0, 0, 0, 0.1), 0 -6px 4px -4px rgba(0, 0, 0, 0.2);
}

/* --- Buttons --- */
.wc-blocks-filter-wrapper button,
.product-type-variable .wp-element-button {
  color: #FFF !important;
  background-color: #32373c;
  width: auto;
  max-width: 100%;
}

.products li.product {
  display: flex;
  flex-direction: column;
}

.products li.product .woocommerce-loop-product__link {
  flex: 1;
}

.wc-blocks-filter-wrapper button:hover,
.product-type-variable .wp-element-button:hover {
  text-decoration: underline;
}

.wc-blocks-filter-wrapper button:hover::after,
.product-type-variable .wp-element-button:hover::after {
  display: none !important;
}

.wardrobe-kit .return-to-shop {
  max-width: 300px;
}

.wk-primary {
  background: #3e802d;
  border-color: #3e802d
}

/* green-ish primary */
.wk-primary:hover {
  background: #2d5d20;
  border-color: #2d5d20
}

.woocommerce-cart-form table thead th {
  height: 100%;
}


.variations_form .product-custom-input {
  text-align: left;
  max-width: 270px;
  color: rgb(0, 0, 0);
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  border: none !important;
  border-radius: 20px;
  background-color: var(--luminate_color_white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: var(--luminate_font_size_small);
  line-height: 1.2;
}

.variations_form .product-custom-input:invalid {
  font-family: var(--wp--preset--font-family--primary-font, var(--luminate_font_family_primary));
}

table.variations .variation.product-custom-paint {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  width: 100%;
}

.product .entry-summary .single_variation {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}

.product .entry-summary .single_variation .woocommerce-variation-price {
  order: 1;
}

.product .entry-summary .single_variation .woocommerce-variation-description {
  order: 2;
}

.variations_form .variations tr {
  margin-bottom: 20px;
}

.woocommerce-variation .woocommerce-variation-price .price {
  margin-top: 0;
  margin-bottom: 0;
}

.variation .wk-var-label {
  font-weight: var(--luminate_font_weight_regular);
  font-size: var(--luminate_font_size_small);
  line-height: var(--wp--custom--typography--line-height--normal);
  letter-spacing: var(--luminate_letter_spacing_regular);
}

.product .entry-summary .price {
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.product .entry-summary .price .woocommerce-price-suffix {
  font-weight: var(--luminate_font_weight_regular);
  font-size: var(--luminate_font_size_small);
  letter-spacing: var(--luminate_letter_spacing_regular);
  width: 100%;
}

.wk-product-card .wk-price .woocommerce-price-suffix,
.products .price .woocommerce-price-suffix {
  display: none;
}

.woocommerce-product-gallery.custom .flex-viewport {
  height: 547.461px !important;
}

.woocommerce-product-gallery.custom .woocommerce-product-gallery__wrapper {
  display: flex;
  overflow: hidden;
  max-height: 100%;
}

.woocommerce-product-gallery.custom .flex-viewport .woocommerce-product-gallery__image {
  max-width: 540px;
  width: 100%;
  max-height: 100%;
}

.woocommerce-product-gallery.custom .flex-viewport .woocommerce-product-gallery__image:not(.flex-active-slide) {
  display: none;
}

.woocommerce-product-gallery.custom .woocommerce-product-gallery__wrapper img {
  max-height: 100%;
}

header .wp-block-navigation ul {
  gap: 15px;
  margin-right: 8px;
}

#GalleryImage img {
  max-width: 100%;
}

.single-product .woocommerce-breadcrumb {
  display: block;
  padding: 16px 0;
}

.single-product header~.wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained {
  background-color: #f6f5f2;
}

.single-product .flash-sale-notice {
  padding-top: 16px;
}

.single-post .wp-block-comments {
  display: none;
}

.woocommerce-checkout-review-order-table .wp-post-image {
  display: none;
}

.woocommerce-checkout-review-order-table {
  table-layout: fixed;
}

.woocommerce-checkout td.product-name dl.variation,
.woocommerce-cart td.product-name dl.variation {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.5em;
}

.woocommerce-checkout td.product-name dl.variation dt:not(:first-child),
.woocommerce-cart td.product-name dl.variation dt:not(:first-child) {
  margin-left: 0;
}

.woocommerce-checkout td.product-name dl.variation dt,
.woocommerce-cart td.product-name dl.variation dt {
  grid-column: 1;
  font-weight: 500;
  margin: 0;
}

.woocommerce-checkout td.product-name dl.variation dd,
.woocommerce-cart td.product-name dl.variation dd {
  grid-column: 2;
  margin: 0;
}

form.woocommerce-checkout {
  gap: 6%;
}

.agni-order-review:before {
  left: -7%;
}

.header-menu-columns {
  gap: 8px !important;
}

.header-menu-column-left {
  flex-basis: auto !important;
  flex: 1;
}

.header-menu-column-left>.wp-block-group {
  justify-content: space-between;
}

.header-menu-column-right {
  flex-basis: 170px !important;
}

form.woocommerce-checkout>p {
  display: none;
}

.product .entry-summary .product_meta {
  padding-top: 0;
  border-top: none;
}

.product .entry-summary .product_meta .wk-faq-notice {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  border-color: var(--luminate_color_lite_grey);
}

h1,
h2,
h3,
h4,
h5,
h6,
header,
footer {
  font-family: var(--wp--preset--font-family--primary-font, var(--luminate_font_family_primary));
}

.wp-block-post-template .wp-block-post .wp-block-post-excerpt__excerpt {
  display: none;
}

.wp-block-post-template .wp-block-post>.wp-block-group {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wp-block-post-template .wp-block-post .wp-block-post-title {
  flex: 1;
}

.wp-block-post-template .wp-block-post .wp-block-post-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  min-height: calc(2 * 26px);
}


.our-portfolio-slider.wp-block-post-template .wp-block-post img,
.wp-block-post-featured-image img {
  margin-bottom: 0;
}

.our-portfolio-slider.wp-block-post-template .wp-block-post {
  padding: 0 10px;
  height: 100%;
}

.our-portfolio-slider .slick-list {
  height: 100% !important;
}

.our-portfolio-slider .slick-track {
  display: flex;
  align-items: stretch;
  height: 100% !important;
}

.our-portfolio-slider {
  margin-left: -10px;
  margin-right: -10px;
}


.our-portfolio-slider.slick-slider .slick-arrow.slick-disabled {
  display: flex !important;
}

.our-portfolio-slider.slick-slider .slick-arrow.slick-pre-cus {
  left: 16px;
  background-color: rgb(179 167 167 / 68%);
  top: calc(50% - 80px);
}

.our-portfolio-slider.slick-slider .slick-arrow.slick-next-cus {
  right: 16px;
  background-color: rgb(179 167 167 / 68%);
  top: calc(50% - 80px);
}

.wpcf7 form .wpcf7-form-control.wpcf7-text,
.wpcf7 form .wpcf7-form-control.wpcf7-email,
.wpcf7 form .wpcf7-form-control.wpcf7-url,
.wpcf7 form .wpcf7-form-control.wpcf7-textarea,
.wpcf7 form .wpcf7-form-control.wpcf7-select,
.wpcf7 form .wpcf7-form-control.wpcf7-number {
  width: 100% !important;
}

.wpcf7[data-wpcf7-id="5927"] form>p:last-of-type {
  text-align: center;
}

.page-id-2221 #GalleryImage {
  max-width: 100%;
}

.header-banner-slider {
  max-width: 100%;
  position: relative;
}

.header-banner-slider:not(.no-opacity) #GalleryImage::before {
  content: "";
  background-color: #85605e;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.header-banner-slider .header-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: var(--wp--style--global--content-size);
  z-index: 2;
}

.header-banner-slider #GalleryImage .gallery-item {
  aspect-ratio: 1341/609;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.header-banner-slider .header-banner-content * {
  color: #FFF !important;
}

.header-banner-video {
  aspect-ratio: 1920/1080 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: auto !important;
}

.bg-bespoke-design-service .has-background-dim {
  opacity: 0.4;
}

.filter-for-background .has-background-dim {
  opacity: 0.4 !important;
  background-color: #85605e !important;
}

.wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-link {
  margin-top: 0;
}

.wp-block-post-template .wp-block-post .wp-block-post-featured-image {
  position: relative;
}

.wp-block-post-template .wp-block-post .wp-block-post-featured-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.video-our-commitment video {
  aspect-ratio: 1;
}

.inner-block-content * {
  max-width: 540px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vat-label {
  font-size: 16px;
}

.socket-by {
  margin-left: -20px;
  margin-right: -20px;
}

.the-shop-menu {
  z-index: 1000;
}

.the-shop-menu .wp-block-navigation-item__label {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.the-shop-menu .wp-block-navigation-item__label img {
  width: 310px;
  height: 310px;
  background-color: var(--luminate_color_white);
  margin-bottom: 8px;
}

.product_cat-understairs-storage .wk-faq-notice.purchase-to-confirm {
  display: block !important;
}

.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-form-row:has(#account_email) {
  display: none !important;
}

.wardrobe-kit .cart-collaterals:before {
  display: none !important;
}

/* Small screen tweak */
@media (max-width: 768px) {
  .hide-on-desktop {
    display: block !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .has-large-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
  }

  .has-medium-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
  }

  .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .menu-header-mobile-wrapper>.wp-block-columns {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .menu-header-mobile-wrapper>.wp-block-columns>.wp-block-column {
    flex-basis: unset !important;
  }

  .menu-header-mobile-wrapper .menu-header-mobile-left .wp-block-group {
    align-items: flex-start !important;
  }

  .menu-header-mobile-wrapper .menu-header-mobile-right .wp-block-group {
    justify-content: end;
  }

  .menu-header-mobile-wrapper .menu-header-mobile-right .wp-block-group .wp-block-navigation {
    order: 3;
  }

  footer .wp-block-columns.is-layout-flex {
    gap: 20px !important;
  }

  .footer-service-column>.wp-block-column .wp-block-image {
    display: flex;
    justify-content: end;
    width: 33%;
  }

  .socket-by {
    padding: 8px !important;
  }

  .call-us-today a {
    display: block;
  }

  .copyright-footer {
    text-align: center;
  }

  .copyright-footer span,
  .copyright-footer a {
    display: block;
  }

  .copyright-footer-wrapper {
    justify-content: center;
  }

  .wp-block-template-part .wp-block-search {
    display: none !important;
  }

  .wk-background-header {
    min-height: auto !important;
    flex-direction: column;
    padding: 0;
  }

  .wk-background-header .has-background-dim {
    display: none !important;
  }

  .wk-background-header img {
    position: relative !important;
    margin-bottom: 40px !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  .wk-background-header * {
    color: #000 !important;
  }

  .video-our-commitment video {
    aspect-ratio: 0.75;
  }

  .wp-block-post-featured-image {
    width: 100% !important;
  }

  .our-portfolio-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .our-portfolio-slider.wp-block-post-template .wp-block-post {
    padding: 0;
  }

  .wp-block-post-template .wp-block-post .wp-block-post-title a {
    min-height: unset;
  }

  .header-banner-slider #GalleryImage::before {
    display: none;
  }

  .header-banner-slider .header-banner-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .header-banner-slider .header-banner-content p {
    margin-top: 16px;
  }

  .header-banner-slider .header-banner-content * {
    color: #000 !important;
  }

  .header-banner-video {
    min-height: auto !important;
  }

  .header-banner-video .has-background-dim {
    display: none;
  }

  .two-column-layout {
    flex-direction: column;
  }

  .wardrobe-kit .section-cart {
    width: 100%;
  }

  .wk-steps {
    width: 100%;
    overflow-x: auto;
  }

  .wk-bar {
    flex-wrap: wrap;
    justify-content: center;
    padding: .5rem 0;
  }

  .wk-button {
    font-size: 14px;
    padding: .35rem .75rem
  }

  .woocommerce-product-gallery.custom .flex-viewport {
    height: auto !important;
  }

  .woocommerce-product-gallery.custom .flex-viewport .woocommerce-product-gallery__image {
    max-width: calc(100vw - 40px);
  }

  .woocommerce-product-gallery .flex-control-thumbs {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, 75px);
  }

  .woocommerce-product-gallery .flex-control-thumbs img {
    max-width: 75px;
  }

  .product .woocommerce-product-gallery,
  .product .entry-summary {
    padding: 0 0 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .single-product header~.wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product .woocommerce-tabs {
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-top: 0px;
    border-bottom: 0;
  }

  .product .panel-title.description_tab [role="tab"],
  .product .panel-title.additional_information_tab [role="tab"] {
    position: relative;
  }

  .product .panel-title.description_tab [role="tab"]::after,
  .product .panel-title.additional_information_tab [role="tab"]::after {
    content: "";
    background-image: url("../assets/img/arrow-down.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center center;
  }

  .product .panel-title.description_tab.active [role="tab"]::after,
  .product .panel-title.additional_information_tab.active [role="tab"]::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .wk-intro h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .wk-intro .wk-button-start-project {
    font-size: 16px;
    line-height: 24px;
  }

  .wk-grid {
    gap: 0.75rem;
  }

  .wk-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wk-product-card .wk-product-card__thumb .product-images-slider .slick-dots {

    display: none !important;
  }

  .wk-product-card .wk-product-card__thumb .product-images-slider .slick-arrow {
    display: flex !important;
    padding: 8px;
  }

  /* .wk-product-card .wk-product-card__title, */
  .wk-product-card .wk-product-card__thumb,
  .wk-product-card .cart {
    padding: 8px;
  }

  .wk-var-table {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .woocommerce-checkout td.product-name dl.variation,
  .woocommerce-cart td.product-name dl.variation {
    grid-template-columns: unset;
  }

  .woocommerce-checkout-review-order-table tbody tr,
  .woocommerce-checkout-review-order-table tfoot tr {
    grid-template-columns: unset;
  }

  .group-button-category {
    display: grid !important;
    grid-template-columns: 50% 50%;
    column-gap: 12px;
    row-gap: 12px;
  }

  .group-button-category .wp-block-button:nth-child(1) {
    grid-column: 1;
  }

  .group-button-category .wp-block-button:nth-child(2) {
    grid-column: 2;
  }

  .group-button-category .wp-block-button .wp-element-button {
    padding: 8px 24px;
  }

  .group-button-category .wp-block-button span {
    display: inline-block;
    max-width: 90px;
    text-align: center;
  }

  .subtitle-the-shop br {
    display: none;
  }

  .our-commitment-section * {
    text-align: center;
  }

  .our-commitment-section .wp-block-buttons {
    justify-content: center;
  }

  .woocommerce-ordering select {
    border-color: #000 !important;
  }

  .woocommerce-ordering select {
    color: #000 !important;
  }

  .variations_form .variations select {
    color: #000 !important;
    padding-right: 30px;
    font-size: 16px !important;
  }

  .filter-toggle {
    margin: 20px 0;
  }

  .product-custom-field .product-custom-field-input {
    flex-wrap: wrap;
    gap: 4px;
  }

  .wk-qty-row {
    gap: 10px;
  }

  .wk-qty button {
    width: 20px;
  }

  .wk-qty-row .wk-button-add-cart {
    overflow: hidden;
  }

  .wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
    display: block !important;
  }

  .variations_form .product-custom-input {
    font-size: 16px !important;
  }

  .product-custom-field .product-custom-field-select {
    font-size: 16px !important;
  }

  .wk-action-bar .wk-button {
    font-size: 16px;
  }

  .wardrobe-kit .woocommerce-cart-form dl.variation {
    display: block;
  }
}