body {
  margin: 0;
}

/* BORDER TITLE */
.grid-box .title-box .elementor-heading-title,
.elementor-location-footer .elementor-icon-list-item a .elementor-icon-list-text {
  position: relative;
  display: inline-block !important;
  transition: transform .4s ease;
}

.grid-box .title-box .elementor-heading-title::after,
.elementor-location-footer .elementor-icon-list-item a .elementor-icon-list-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: width .4s ease;
}

.elementor-location-footer .elementor-icon-list-item a .elementor-icon-list-text::after {
  background-color: #000;
}

.grid-box:hover .title-box .elementor-heading-title::after,
.elementor-location-footer .elementor-icon-list-item a:hover .elementor-icon-list-text::after {
  width: 100%;
}


.e-n-accordion .e-n-accordion-item:last-child .e-n-accordion-item-title {
  border-bottom: 1px solid #EAEAEA !important;
}

.elementor-widget-video svg {
  color: #fff !important;
  stroke-width: 0.5px;
}

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

.video-item {
  height: 220px;
}

/* woocommerce */

body.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0;
  list-style: none;
  border: 1px solid #000000 !important;
  padding: 15px;
  margin-bottom: 5px !important;
  border-radius: 0px;
}

body.woocommerce-checkout #payment ul.payment_methods {
  padding-bottom: 10px !important;
}

.woocommerce button,
.woocommerce a {
  outline: none !important;
}

.cart-c .elementor-button-icon-qty {
  font-size: 9px !important;
  font-weight: 400;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 3a9 9 0 1 0 9 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: hoolabs-spin .8s linear infinite;
}

@keyframes hoolabs-spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
}

.hoolabs-infinite-loader.is-finished,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
.woocommerce-error::before {
  display: none;
}

.woocommerce-message::before,
.woocommerce-info::before {
  display: none;
}

.woocommerce-remove-coupon,
.woocommerce-remove-coupon:hover {
  color: #b10000;
}

/* ===== Hoolabs Custom Mini Cart (Shortcode) ===== */

.hoolabs-mini-cart-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  height: 68vh;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart-item {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
  padding-left: 0px !important;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart-item:last-child {
  border-bottom: 0 !important;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart-item .remove {
  position: relative !important;
  text-align: left;
  color: #9d9d9d !important;
  z-index: 4;
}

.hoolabs-custom-mini-cart .woocommerce ul.cart_list li img,
.hoolabs-custom-mini-cart .woocommerce ul.product_list_widget li img {
  width: 100%;
  height: 100%;
  box-shadow: none;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-product {
  display: flex;
  gap: 20px;
  align-items: start;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-product__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0px;
  display: block;
  margin: 0px !important;
}


.hoolabs-custom-mini-cart .hoolabs-mini-cart-details {
  display: flex;
  column-gap: 20px;
  align-items: start;
  width: calc(100% - 100px);
  height: stretch;
  justify-content: space-between;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-content h5 {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-content .price {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-attributes {
  letter-spacing: 0;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hoolabs-custom-mini-cart .cart_list li a.remove,
body.woocommerce-cart a.remove {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.7px;
  border-bottom: 1px solid;
  border-radius: 0px;
  padding-bottom: 0px !important;
  line-height: 0;
  height: 8px;
  width: 48px;
  background: #fff;
  border-color: #000;
  color: #000 !important;
}

.hoolabs-mini-cart-meta__subtotal .woocommerce-Price-amount.amount {
  display: flex;
  gap: 5px;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-qty {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 0px 5px;
  border-radius: 0px;
  overflow: hidden;
  min-height: 30px;
  background: transparent;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-qty__btn {
  border: 0;
  background: transparent;
  color: #000;
  line-height: 1;
  cursor: pointer;
  padding: 0px !important;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-qty__btn svg {
  width: 18px;
  height: 18px;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-qty__input {
  width: 45px;
  border: 0;
  background: transparent;
  text-align: center;
  color: #222;
  font-size: 13px;
  line-height: 1;
  appearance: textfield;
  -moz-appearance: textfield;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-qty__input::-webkit-outer-spin-button,
.hoolabs-custom-mini-cart .hoolabs-mini-cart-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-meta__subtotal {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
}

.hoolabs-custom-mini-cart .hoolabs-mini-cart-meta__subtotal .woocommerce-Price-currencySymbol {
  display: block;
}

.hoolabs-custom-mini-cart dl.variation {
  grid-column: 1 / 2;
  margin: 2px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  font-size: 42px;
  color: #555;
}

.hoolabs-custom-mini-cart dl.variation dt,
.hoolabs-custom-mini-cart dl.variation dd,
.hoolabs-custom-mini-cart dl.variation dd p {
  margin: 0;
  font-weight: 400;
}

.hoolabs-custom-mini-cart dl.variation dt::after {
  content: '•';
  margin-left: 12px;
}

.hoolabs-custom-mini-cart dl.variation dt:last-of-type::after {
  content: '';
  margin: 0;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart__total {
  margin: 20px 0 0;
  padding-top: 16px !important;
  border-top: none !important;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart__total strong {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.hoolabs-custom-mini-cart .woocommerce.widget_shopping_cart .total strong {
  font-weight: 400;
  font-size: 1.3rem;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart__buttons a:first-child {
  display: none !important;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart__buttons {
  margin: 14px 0 0;
  display: flex;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart__buttons .button {
  flex: 1;
  border-radius: 0px;
  font-size: 13px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart__buttons a {
  font-weight: 300;
  background: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.7px;
  transition: all .35s ease;
}

.hoolabs-custom-mini-cart .woocommerce-mini-cart__buttons a.checkout {
  background: #000;
  color: #fff;
  margin: 0px;
}

/* .hoolabs-custom-mini-cart .woocommerce-mini-cart__buttons a.checkout:hover {
  background: #fff !important;
  color: #000;
} */

.hoolabs-custom-mini-cart .woocommerce-mini-cart__buttons a:hover {
  background: #000;
  color: #fff;
}

.hoolabs-mini-cart-product__thumbnail {
  width: 100px;
  aspect-ratio: 3 / 4;
}

.hoolabs-wishlist-card__info a {
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px !important;
}


@media only screen and (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce-checkout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
  }
}

@media only screen and (max-width: 991px) {
  #menubar-254 {
    margin-top: 2vh;
    border-top: 1px solid #f2f2f2;
    background: #fff;
    padding: 20px 0px;
    height: 100vh;
  }

  #menubar-254 .e-n-menu-title {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
  }

  #menubar-254 .e-n-menu-title::after {
    display: none;
  }

  body.woocommerce-checkout .hoolabs-checkout-sidebar {
    background-color: transparent !important;
  }

  body.woocommerce-cart .woocommerce .woocommerce-cart-wrapper {
    grid-template-columns: minmax(0, 1fr) 250px !important;
  }

  body.woocommerce-cart .hoolabs-cart-qty-btn {
    width: 65px;
  }

  .hoolabs-mini-cart-product__thumbnail {
    width: 85px;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-details {
    width: calc(100% - 85px);
    height: stretch;
  }

  body.woocommerce-checkout .woocommerce {
    max-width: 1160px;
    margin: 0 auto;
  }

  body.woocommerce-checkout .woocommerce-checkout {
    display: block !important;
    padding: 50px 20px;
  }

  body.woocommerce-checkout .woocommerce-checkout #customer_details {
    float: none;
    width: 100%;
    margin: 0;
  }

  body.woocommerce-checkout .woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout .woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
  }

  body.woocommerce-checkout .woocommerce-checkout #customer_details .col-2 {
    margin-top: 20px;
  }

  body.woocommerce-checkout .woocommerce-checkout #order_review_heading,
  body.woocommerce-checkout .woocommerce-checkout #order_review {
    float: none;
    width: 100%;
    margin: 0;
  }

  body.woocommerce-checkout .woocommerce-checkout #order_review_heading {
    display: block !important;
    margin: 0 0 8px;
    color: #111;
    font-size: 17px;
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
  }

  body.woocommerce-checkout .woocommerce-billing-fields h3,
  body.woocommerce-checkout .woocommerce-shipping-fields h3,
  body.woocommerce-checkout #ship-to-different-address,
  body.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.01em;
    color: #111;
    margin: 0 0 18px;
  }

  body.woocommerce-checkout .woocommerce-input-wrapper,
  body.woocommerce-checkout .form-row {
    width: 100%;
  }

  body.woocommerce-checkout .form-row {
    margin: 0 0 15px;
    padding: 0;
  }



  body.woocommerce-checkout .form-row .input-text,
  body.woocommerce-checkout .form-row select,
  body.woocommerce-checkout .form-row textarea,
  body.woocommerce-checkout .select2-container--default .select2-selection--single,
  body.woocommerce-checkout .select2-container--default .select2-selection--multiple {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-size: 14px;
    box-shadow: none;
  }

  body.woocommerce-checkout .form-row .input-text,
  body.woocommerce-checkout .form-row select,
  body.woocommerce-checkout .form-row textarea {
    padding: 10px 12px;
  }

  body.woocommerce-checkout .form-row textarea {
    min-height: 96px;
    resize: vertical;
  }

  body.woocommerce-checkout .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 0 12px;
  }

  body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 1.2;
    color: #111;
  }

  body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
  }

  body.woocommerce-checkout .form-row .input-text:focus,
  body.woocommerce-checkout .form-row select:focus,
  body.woocommerce-checkout .form-row textarea:focus,
  body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
  body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #a7a7a7;
    outline: none;
  }

  body.woocommerce-checkout .woocommerce-shipping-fields,
  body.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 20px;
  }

  body.woocommerce-checkout #order_review {
    background: #f4f4f4;
  }

  body.woocommerce-checkout #order_review table.shop_table {
    border: none;
    margin: 0 0 14px;
    background: #fff;
    margin-top: 20px;
  }

  body.woocommerce-checkout #order_review table.shop_table th,
  body.woocommerce-checkout #order_review table.shop_table td {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    color: #111;
    font-size: 13px;
    font-weight: 500;
  }

  body.woocommerce-checkout #order_review table.shop_table th {
    text-align: left;
    color: #555;
    font-weight: 500;
  }

  body.woocommerce-checkout #order_review table.shop_table td {
    text-align: right;
  }

  body.woocommerce-checkout #order_review table.shop_table tr.order-total th,
  body.woocommerce-checkout #order_review table.shop_table tr.order-total td {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    color: #111;
    border-bottom: none;
    padding-top: 12px;
  }

  body.woocommerce-checkout #payment {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
  }


  body.woocommerce-checkout #payment ul.payment_methods li:last-child {
    border-bottom: none;
  }

  body.woocommerce-checkout #payment div.payment_box {
    background: #f8f8f8;
    border-radius: 8px;
    color: #555;
    margin-top: 10px;
    border: 1px solid #ececec;
  }

  body.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f8f8f8;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -1.7em;
  }

  body.woocommerce-checkout #payment .place-order {
    padding: 0;
    margin: 0;
  }

  body.woocommerce-checkout #payment #place_order,
  body.woocommerce-checkout #payment button#place_order,
  body.woocommerce-checkout #payment input#place_order {
    width: 100%;
    border-radius: 8px;
    min-height: 46px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: none;
    padding: 12px 16px;
  }

  body.woocommerce-checkout #payment #place_order:hover,
  body.woocommerce-checkout #payment button#place_order:hover,
  body.woocommerce-checkout #payment input#place_order:hover {
    background: #2a2a2a;
  }

  body.woocommerce-checkout .woocommerce-privacy-policy-text,
  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  body.woocommerce-checkout .woocommerce-privacy-policy-text a,
  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
    color: #111;
    text-decoration: underline;
  }

  body.woocommerce-checkout .woocommerce-form-coupon-toggle,
  body.woocommerce-checkout .woocommerce-form-login-toggle {
    margin-bottom: 10px;
  }

  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 10px;
  }

  body.woocommerce-checkout .checkout_coupon,
  body.woocommerce-checkout .woocommerce-form-login {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 14px;
  }

  body.woocommerce-checkout .checkout_coupon .form-row-first,
  body.woocommerce-checkout .checkout_coupon .form-row-last {
    width: 100%;
    float: none;
  }

  body.woocommerce-checkout .checkout_coupon .button,
  body.woocommerce-checkout .woocommerce-form-login .button {
    min-height: 42px;
    border-radius: 8px;
    background: #111;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .hoolabs-custom-mini-cart .woocommerce-mini-cart-item {
    padding: 18px 0;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-product {
    grid-template-columns: 96px 1fr;
    gap: 12px;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-product__thumbnail img {
    width: 96px;
    height: 124px;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-details {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 8px;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-actions {
    gap: 10px;
    align-items: center;
    width: 50%;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-qty {
    min-height: 35px;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-qty__btn {
    width: 35px;
    height: 35px;
    font-size: 26px;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-qty__input {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-meta__subtotal .woocommerce-Price-currencySymbol {
    display: inline;
    margin-right: 3px;
  }

  .hoolabs-custom-mini-cart .woocommerce-mini-cart__buttons {
    flex-direction: column;
  }

  .hoolabs-custom-mini-cart .woocommerce-mini-cart__buttons a.button {
    margin-left: 0px;
    margin-right: 0px;
  }
}


@media only screen and (max-width: 767px) {
  #menubar-254 {
    border-top: none;
  }

  .video-item {
    height: auto;
  }

  .video-item .elementor-custom-embed-play svg {
    width: 60px !important;
    height: 60px !important;
  }

  body.woocommerce-cart .hoolabs-cart-qty-btn {
    width: 80px !important;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-content .wrap-content {
    min-height: 70px !important;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.cart_item {
    padding-bottom: 20px;
  }

  .hoolabs-custom-mini-cart .woocommerce-mini-cart {
    height: 64vh;
  }

  body.woocommerce-checkout .hoolabs-checkout-item__meta,
  body.woocommerce-checkout .hoolabs-checkout-item__meta dl.variation {
    text-align: left;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-details {
    display: block;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-actions {
    width: auto;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-actions {
    justify-content: space-between;
  }

  .hoolabs-mini-cart-content {
    justify-content: space-evenly;
    gap: 20px;
    margin-bottom: 15px;
    height: auto;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-qty__btn {
    width: 25px;
    height: 25px;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-qty__input {
    width: 30px;
    height: 30px;
  }

  body.woocommerce-checkout .woocommerce-checkout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.woocommerce-checkout #order_review {
    position: static;
  }

  body.woocommerce-checkout .woocommerce-billing-fields h3,
  body.woocommerce-checkout .woocommerce-shipping-fields h3,
  body.woocommerce-checkout #ship-to-different-address,
  body.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-size: 24px;
  }

  body.woocommerce-checkout #order_review table.shop_table tr.order-total th,
  body.woocommerce-checkout #order_review table.shop_table tr.order-total td {
    font-size: 24px;
  }
}

@media only screen and (max-width: 500px) {
  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-details {
    flex-direction: column;
  }

  body.woocommerce-cart .hoolabs-cart-qty-btn {
    width: 15px !important;
  }
}

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

#filters {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 50px;
  padding: 20px 0px;
}

#filters .nav-link {
  font-family: 'Lexend';
  font-weight: 400;
  color: #000;
  font-size: 14px;
  border-radius: 0px;
}

#filters .nav-link.show {
  font-weight: 500;
  background: #f3e064;
  border-radius: 30px;
  min-width: 80px;
  text-align: center;
}

.row-projects {
  margin-right: -10px;
  margin-left: -10px;
}

.col-projects {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 20px;
}

.col-projects img {
  height: 250px !important;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px !important;

}

.col-projects .title {
  font-family: 'Lexend';
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  color: #000;
}

.col-projects .category {
  background: #f3e064;
  border-radius: 30px;
  display: inline-block;
  padding: 3px 15px;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 300;
}




.bg-main {
  background: linear-gradient(90deg, rgb(111, 177, 252) 0%, rgb(67, 100, 247) 50%, rgb(0, 82, 212) 100%);
}


.bg-main:after {
  content: '';
  -webkit-filter: blur(60px);
  background-color: #ffffff;
  bottom: -160px;
  filter: blur(60px);
  flex: none;
  height: 376px;
  left: -200px;
  right: 0;
  position: absolute;
  width: 160%;
  z-index: 9;
}

@media only screen and (max-width: 700px) {
  .bg-main:after {

    bottom: -140px;
    filter: blur(40px);
    flex: none;
    height: 276px;
    left: -20;
    right: 0;
    width: 190%;
  }
}



.left,
.right {
  --column-width: 100vw;
  /* lebar tampilan */
  --image-width: 300px;
  /* lebar gambar */
  --col-gap: 20px;
  /* jarak antar gambar */
  --num-images: 5;
  /* jumlah gambar */

  width: var(--column-width);
  overflow: hidden;
  position: relative;

  -webkit-mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      black 20%,
      black 80%,
      rgba(0, 0, 0, 0) 100%);
}

.left .gallery br,
.right .gallery br {
  display: none !important;
}

.gallery img {
  border: none !important;
}

.left .gallery-icon,
.right .gallery-icon {
  padding: 0;
  background: #fff;
  padding: 10px 30px !important;
  border-radius: 15px;
}

.left .gallery-item,
.right .gallery-item {
  margin: 0px !important;
}

/* GALERI */
.left .gallery,
.right .gallery {
  display: flex;
  flex-direction: row;
  gap: var(--col-gap);
}

/* IMAGE STYLING */
.left .gallery img,
.right .gallery img {
  width: var(--image-width);
  height: 30px;
  object-fit: contain;
  display: block;
}

/* ANIMASI */
.left .gallery {
  animation: imagescrolling-left 15s linear infinite alternate;
}

.right .gallery {
  animation: imagescrolling-right 15s linear infinite alternate;
}

/* KEYFRAMES */
@keyframes imagescrolling-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-1 * (((var(--image-width) + var(--col-gap)) * var(--num-images)) - var(--column-width))));
  }
}

@keyframes imagescrolling-right {
  0% {
    transform: translateX(calc(-1 * (((var(--image-width) + var(--col-gap)) * var(--num-images)) - var(--column-width))));
  }

  100% {
    transform: translateX(0);
  }
}


@media only screen and (max-width: 760px) {

  .up,
  .down {
    --image-height: 80px !important;
  }

  .left,
  .right {
    --num-images: 1 !important;
    /* ubah jumlah gambar untuk hitungan animasi */
  }

  .left .gallery-icon,
  .right .gallery-icon {
    width: 86px;
    padding: 10px !important;
  }

  .left .gallery img,
  .right .gallery img {
    height: 30px;
  }
}


/* ===== Shop Toolbar ===== */
.hoolabs-shop-toolbar {
  display: flex;
  justify-content: end;
  gap: 14px;
  align-items: center;
  margin: 0 0 22px;
}

.hoolabs-shop-toolbar__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hoolabs-shop-toolbar__result .woocommerce-result-count {
  margin: 0;
  letter-spacing: 0.5px;
  font-size: 12px;
  text-transform: uppercase;
}

.hoolabs-shop-toolbar__sort {
  display: flex;
  gap: 8px;
  align-items: center;
}

.hoolabs-shop-toolbar__field {
  height: 40px;
  border: 1px solid #000000;
  background: #fff;
  padding: 0 12px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none !important;
}

/* Filter toggle button */
.hoolabs-filter-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: transparent;
  border: none;
  font-family: 'Philosopher';
  font-size: 17px !important;
  cursor: pointer;
}

.hoolabs-filter-toggle-btn__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  margin-left: 2px;
}

/* .hoolabs-filter-toggle-btn:hover .hoolabs-filter-toggle-btn__badge {
  background: #fff;
  color: #111;
} */

.hoolabs-shop-toolbar.is-loading {
  opacity: .7;
  pointer-events: none;
}

/* ===== Filter Sidebar Overlay ===== */
.hoolabs-filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 99998;
  cursor: pointer;
}

.hoolabs-filter-overlay.is-open {
  display: block;
}

/* ===== Filter Sidebar ===== */
.hoolabs-filter-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 20px rgba(0, 0, 0, .12);
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
}

.hoolabs-filter-sidebar.is-open {
  transform: translateX(0);
}

.hoolabs-filter-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  flex-shrink: 0;
}

.hoolabs-filter-sidebar__title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hoolabs-filter-sidebar__close {
  font-family: 'Philosopher';
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #555;
  border-radius: 50%;
  transition: background .15s, color .15s;
}

.hoolabs-filter-sidebar__close:hover {
  background: #f0f0f0;
  color: #111;
}

.hoolabs-filter-sidebar__body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Filter group */
.hoolabs-filter-group__label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin: 0 0 12px;
}

.hoolabs-filter-group__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex-direction: column;
}

/* Checkboxes */
.woocommerce-mini-cart__empty-message {
  font-weight: 300;
  font-size: 14px;
}

.woocommerce-message {
  outline: none !important;
}

.hoolabs-single-buttons .added_to_cart.wc-forward {
  display: none !important;
}

.hoolabs-filter-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #222;
  line-height: 1.4;
  user-select: none;
}

.hoolabs-filter-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.hoolabs-filter-checkbox__box {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s, background .15s;
  position: relative;
}

.elementor-nothing-found.elementor-products-nothing-found {
  text-align: center;
  font-weight: 300;
  font-size: 13px;
  background: #000;
  color: #fff !important;
  padding: 13px;
}

.hoolabs-filter-checkbox__input:checked+.hoolabs-filter-checkbox__box {
  border-color: #111;
  background: #111;
}

.hoolabs-filter-checkbox__input:checked+.hoolabs-filter-checkbox__box::after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translateY(0px);
  margin-top: -3px;
}

.hoolabs-filter-checkbox:hover .hoolabs-filter-checkbox__box {
  border-color: #111;
}

.hoolabs-filter-checkbox__text {
  flex: 1;
}

.hoolabs-filter-checkbox__count {
  color: #aaa;
  font-size: 12px;
}

/* Price range */
.hoolabs-filter-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hoolabs-filter-price__input {
  flex: 1;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 10px;
  font-size: 13px;
  min-width: 0;
  width: 100%;
}

.hoolabs-filter-price__sep {
  color: #aaa;
  font-size: 14px;
  flex-shrink: 0;
}

/* Rating select inside sidebar */
.hoolabs-filter-select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 12px;
  font-size: 13px;
}

/* Sidebar footer */
.hoolabs-filter-sidebar__footer {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.hoolabs-filter-sidebar__apply {
  font-family: 'Philosopher';
  width: 100%;
  height: 44px;
  background: #111;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .18s;
}

.hoolabs-filter-sidebar__clear {
  text-transform: uppercase;
}

.hoolabs-filter-sidebar__apply:hover {
  background: #333;
}

.hoolabs-filter-sidebar__clear {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #888;
  text-decoration: underline;
  cursor: pointer;
}

.hoolabs-filter-sidebar__clear:hover {
  color: #111;
}

/* =========================
   HOOLABS PRODUCT ZIGZAG GRID
========================= */

.products.hoolabs-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 56px 28px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: start;
}

/* reset woocommerce */
.products.hoolabs-product-grid::before,
.products.hoolabs-product-grid::after {
  display: none !important;
}

.woocommerce:not(.swiper) .products.hoolabs-product-grid>li {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  grid-column: span 1;
}

/* =========================
   BIG PRODUCT LEFT (ZIGZAG)
========================= */

.zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}


/* =========================
   BIG PRODUCT RIGHT (ZIGZAG)
========================= */

.zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 12) {
  grid-column: span 2;
  grid-row: span 2;

}

/* =========================
   IMAGE WRAP
========================= */

.products.hoolabs-product-grid .hoolabs-product-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f5f5f5;
}

/* big card image ratio (ZIGZAG) */

.zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 1) .hoolabs-product-card__image-wrap,
.zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 12) .hoolabs-product-card__image-wrap {
  aspect-ratio: 3/5;
}

/* =========================
   SLIDE VIEW (SWIPER COMPATIBLE)
========================= */
/* =========================
   SLIDE VIEW (SWIPER JS)
   ========================= */
.slide-view .swiper {
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
}

.slide-view .products.hoolabs-product-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  width: 100% !important;
  box-sizing: content-box !important;
  gap: 0 !important;
}

.slide-view .products.hoolabs-product-grid>li {
  flex-shrink: 0 !important;
  height: auto !important;
  float: none !important;
  display: block !important;
  grid-column: auto !important;
  grid-row: auto !important;
  max-width: none !important;
}

.slide-view .hoolabs-product-card {
  border-left: 1px solid #606060 !important;
}

/* =========================
   GRID VIEW
========================= */
.grid-view .products.hoolabs-product-grid>li {
  grid-column: span 1 !important;
  grid-row: auto !important;
}

/* =========================
   IMAGES
========================= */

.products.hoolabs-product-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0 !important;
  display: block;
  transition: 0.4s ease;
}

.products.hoolabs-product-grid li:hover img {
  transform: scale(1.03);
}

/* =========================
   CARD BODY
========================= */

.products.hoolabs-product-grid .hoolabs-product-card__body {
  padding-top: 14px;
  z-index: 2;
}

.products.hoolabs-product-grid .hoolabs-product-card__title {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.products.hoolabs-product-grid .hoolabs-product-card__price {
  font-size: 14px;
}

/* =========================
   REMOVE FOOTER BUTTON
========================= */

/* .products.hoolabs-product-grid .hoolabs-product-card__footer {
  display: none;
} */

/* =========================
   BADGE
========================= */

.products.hoolabs-product-grid .hoolabs-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
}

/* =========================
   WISHLIST
========================= */

.products.hoolabs-product-grid .hoolabs-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px) {

  .products.hoolabs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .products.hoolabs-product-grid>li,
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 1),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 12) {
    grid-column: span 1;
    grid-row: auto;
  }

}



/* ===== Woo Infinite Scroll ===== */
body.hoolabs-wc-infinite-scroll .woocommerce-pagination,
body.hoolabs-wc-infinite-scroll nav.woocommerce-pagination,
body.hoolabs-wc-infinite-scroll .elementor-pagination,
body.hoolabs-wc-infinite-scroll .elementor-products-pagination {
  display: none !important;
}

.hoolabs-infinite-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  margin: 24px 0 36px;
  color: #666;
  opacity: 0;
  transition: opacity .2s ease;
}

.hoolabs-infinite-loader__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #d9d9d9;
  border-top-color: #111;
  border-radius: 50%;
  animation: hoolabs-infinite-spin .8s linear infinite;
  opacity: 0;
}

.hoolabs-infinite-loader__text {
  font-size: 13px;
  letter-spacing: .03em;
}

.hoolabs-infinite-loader.is-loading,
.hoolabs-infinite-loader.is-finished,
.hoolabs-infinite-loader.is-error {
  opacity: 1;
}

.hoolabs-infinite-loader.is-loading .hoolabs-infinite-loader__spinner {
  opacity: 1;
}

.hoolabs-infinite-loader.is-finished .hoolabs-infinite-loader__spinner,
.hoolabs-infinite-loader.is-error .hoolabs-infinite-loader__spinner {
  display: none;
}

.hoolabs-infinite-loader.is-error .hoolabs-infinite-loader__text {
  color: #b42318;
}

@keyframes hoolabs-infinite-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Body scroll lock when sidebar open */
body.hoolabs-filter-open {
  overflow: hidden;
}

ul.hoolabs-product-grid {
  display: grid;
  grid-template-columns: repeat(var(--hoolabs-cols, 3), 1fr);
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none;
}

ul.hoolabs-product-grid.columns-2 {
  --hoolabs-cols: 2;
}

ul.hoolabs-product-grid.columns-3 {
  --hoolabs-cols: 3;
}

ul.hoolabs-product-grid.columns-4 {
  --hoolabs-cols: 4;
}

ul.hoolabs-product-grid.columns-5 {
  --hoolabs-cols: 5;
}

/* Card wrapper */
.hoolabs-product-card {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hoolabs-product-card__inner {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

/* Sale badge */
.hoolabs-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.hoolabs-product-card__badge svg {
  width: 40px;
  height: 40px;
}

/* Wishlist heart on product card */
.hoolabs-product-card__inner>.hoolabs-wishlist-btn {
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 32px;
  height: 32px;
  background: transparent;
  box-shadow: none;
}

/* Image */
.hoolabs-product-card__image-link {
  display: block;
  text-decoration: none;
  grid-row: 1;
  grid-column: 1;
}

.hoolabs-product-card__image-wrap {
  overflow: hidden;
  aspect-ratio: 2/3;
  background: #f5f5f5;
  position: relative;
}

.hoolabs-product-card__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
  display: block;
  position: absolute;
  inset: 0;
  transition: opacity .38s ease, transform .42s ease;
}

.hoolabs-product-card__image--main {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hoolabs-product-card__image--hover {
  opacity: 0;
  transform: scale(1.04);
  z-index: 2;
}

.hoolabs-product-card__inner:hover .hoolabs-product-card__image--main {
  opacity: 0;
  transform: scale(1.04);
}

.hoolabs-product-card__inner:hover .hoolabs-product-card__image--hover {
  opacity: 1;
  transform: scale(1);
}

.cart_totals tr td:first-child strong {
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
}

.cart_totals tr td:first-child .woocommerce-Price-amount {
  text-transform: none;
}

/* Body */
.hoolabs-product-card__body {
  padding: 15px 20px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hoolabs-product-card__title-link {
  text-decoration: none;
  color: inherit;
}

.hoolabs-product-card__title {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  text-transform: uppercase;
  padding: 0px !important;
}

.hoolabs-product-card__attrs {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.hoolabs-product-card__attr {
  font-size: 12px;
  color: #777;
  background: #f2f2f2;
  border-radius: 999px;
  padding: 2px 10px;
  line-height: 1.6;
}

.hoolabs-product-card__price {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

.hoolabs-product-card__price del {
  display: none !important;
  color: #c6c5c5;
  font-weight: 300;
  font-size: 12px;
  margin-right: 4px;
}

.hoolabs-product-card__price ins {
  text-decoration: none;
}

/* Footer / Add to cart */
.hoolabs-product-card__footer {
  display: none !important;
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  padding: 12px 14px;
  z-index: 4;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .32s ease, transform .32s ease;
}

.hoolabs-product-card__inner:hover .hoolabs-product-card__footer {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hoolabs-product-grid .hoolabs-product-card__atc.button {
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 1px;
  padding: 10px 12px;
  min-height: 40px !important;
  background: #000;
  color: #fff;
  font-size: 11px;
  border-radius: 0;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background .22s ease;
  width: 200px;
  margin: auto;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.hoolabs-product-grid .hoolabs-product-card__atc.button.loading svg {
  display: none;
}

.hoolabs-product-card__atc .hoolabs-add-to-cart-icon {
  margin-left: 6px;
  font-weight: 600;
  font-size: 0.95em;
  line-height: 1;
}

.hoolabs-product-grid .added_to_cart {
  display: none !important;
}

.hoolabs-product-grid .hoolabs-product-card__atc.button:hover {
  background: #000;
  color: #fff;
}

.hoolabs-product-grid .hoolabs-product-card__atc.button.added::after {
  display: none;
}

/* Disabled (out of stock) */
.hoolabs-product-grid .hoolabs-product-card__atc.button.disabled {
  background: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}

.hoolabs-product-grid .hoolabs-product-card__atc.button.disabled.external {
  background: #000;
  color: #fff;
  cursor: inherit;
  opacity: 1;

}

@media only screen and (max-width: 1199px) {
  ul.hoolabs-product-grid.columns-4 {
    --hoolabs-cols: 3;
  }

  ul.hoolabs-product-grid.columns-5 {
    --hoolabs-cols: 3;
  }
}

@media only screen and (max-width: 767px) {

  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button {
    width: 100%;
  }

  .hoolabs-product-card__image-wrap {
    aspect-ratio: 2 / 3;
  }

  .hoolabs-shop-toolbar__left,
  .hoolabs-shop-toolbar__left .hoolabs-filter-toggle-btn,
  .hoolabs-shop-toolbar__sort,
  .hoolabs-shop-toolbar__sort select {
    width: 100%;
  }

  .hoolabs-filter-sidebar {
    width: auto !important;
  }

  .hoolabs-shop-toolbar {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hoolabs-shop-toolbar__sort,
  .hoolabs-shop-toolbar__result {
    justify-content: flex-start;
  }

  ul.hoolabs-product-grid {
    gap: 8px !important;
  }

  ul.hoolabs-product-grid.columns-2,
  ul.hoolabs-product-grid.columns-3,
  ul.hoolabs-product-grid.columns-4,
  ul.hoolabs-product-grid.columns-5 {
    --hoolabs-cols: 2;
  }

  .hoolabs-product-card__title {
    font-size: 12px !important;
  }

  .hoolabs-product-card__body {
    padding: 15px 8px;
  }

  .hoolabs-product-card__price {
    font-size: 11px !important;
  }

  .hoolabs-product-card__atc.button {
    font-size: 12px;
    padding: 10px;
  }

  .hoolabs-product-card__footer {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    padding: 10px;
  }
}

/* ============================================================
   CART PAGE — hoolabs custom cart layout
   Matches design: column headers + rows + sticky summary card
   ============================================================ */

/* ── Page header ───────────────────────────────────────────── */
.hoolabs-cart-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 36px;
}

.hoolabs-cart-header__title {
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0;
  color: #111;
  line-height: 1.1;
}

.hoolabs-cart-header__count {
  font-size: .45em;
  font-weight: 500;
  vertical-align: super;
  color: #888;
  margin-left: 3px;
}

.hoolabs-cart-header__continue {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: opacity .15s;
}

.hoolabs-cart-header__continue:hover {
  opacity: .55;
}

/* ── 2-column grid: items | sidebar ───────────────────────── */
.hoolabs-cart-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}

/* ── Column headers ────────────────────────────────────────── */
.hoolabs-cart-col-headers {
  display: grid;
  grid-template-columns: 1fr 110px 190px 110px;
  gap: 0;
  padding: 0 0 12px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}

.hoolabs-cart-col-headers span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #aaa;
}

.hoolabs-cart-col-headers__price,
.hoolabs-cart-col-headers__qty,
.hoolabs-cart-col-headers__total {
  text-align: center;
}

/* ── Item list ─────────────────────────────────────────────── */
.hoolabs-cart-list {
  display: flex;
  flex-direction: column;
}

.hoolabs-cart-row {
  display: grid;
  grid-template-columns: 1fr 110px 190px 110px;
  gap: 0;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #ebebeb;
}

.hoolabs-cart-row:last-child {
  border-bottom: none;
}

/* Col 1: thumb + info */
.hoolabs-cart-row__product {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-right: 20px;
}

.hoolabs-cart-row__thumb {
  flex-shrink: 0;
  width: 80px;
}

.hoolabs-cart-row__thumb a {
  display: block;
}

.hoolabs-cart-row__thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.hoolabs-cart-row__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.hoolabs-cart-row__name {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.3;
}

.hoolabs-cart-row__name a {
  color: inherit;
  text-decoration: none;
}

.hoolabs-cart-row__name a:hover {
  text-decoration: underline;
}

/* variant meta (dl) */
.hoolabs-cart-row__info dl.variation {
  margin: 2px 0 0;
  font-size: 12px;
  color: #777;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}

.hoolabs-cart-row__info dl.variation dt {
  font-weight: 400;
}

.hoolabs-cart-row__info dl.variation dt::after {
  content: '';
  display: none;
}

.hoolabs-cart-row__info dl.variation dd {
  margin: 0;
}

.hoolabs-cart-row__info dl.variation dd::after {
  content: ' •';
  margin-right: 3px;
}

.hoolabs-cart-row__info dl.variation dd:last-child::after {
  content: '';
}

/* flat text variant rendering */
.hoolabs-cart-row__info .wc-item-meta {
  font-size: 12px;
  color: #888;
}

/* Col 2: unit price */
.hoolabs-cart-row__price {
  font-size: 13px;
  color: #555;
  text-align: center;
}

/* Col 3: qty + remove */
.hoolabs-cart-row__qty-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hoolabs-cart-qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 40px;
  overflow: hidden;
  height: 36px;
}

.hoolabs-cart-qty-control__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #444;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .12s, color .12s;
  padding: 0;
}

.hoolabs-cart-qty-control__btn:hover {
  background: #f0f0f0;
}

.hoolabs-cart-qty-control__input {
  width: 32px;
  height: 36px;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #111;
  padding: 0;
  appearance: textfield;
  -moz-appearance: textfield;
  outline: none;
}

.hoolabs-cart-qty-control__input::-webkit-inner-spin-button,
.hoolabs-cart-qty-control__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.hoolabs-cart-row__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #bbb;
  text-decoration: none;
  flex-shrink: 0;
  transition: color .15s;
  border-radius: 50%;
}

.hoolabs-cart-row__remove:hover {
  color: #c0392b;
}

/* Col 4: line subtotal */
.hoolabs-cart-row__subtotal {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  text-align: center;
}

/* ── Sidebar ────────────────────────────────────────────────── */
.hoolabs-cart-sidebar {
  position: sticky;
  top: 24px;
}

.hoolabs-cart-totals {
  background: #f4f4f4;
  border-radius: 16px;
  padding: 28px 24px;
}

/* Subtotal row — main row at top */
.hoolabs-cart-totals__subtotal-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 16px;
}

.hoolabs-cart-totals__subtotal-label {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

.hoolabs-cart-totals__subtotal-price {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  text-align: right;
}

/* Extra rows (coupons, shipping, fees, taxes) */
.hoolabs-cart-totals__extra-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.hoolabs-cart-totals__discount {
  color: #27ae60;
}

.hoolabs-cart-totals__shipping-calc {
  font-size: 12px;
  color: #777;
  margin-bottom: 12px;
}

.hoolabs-cart-totals__shipping-calc .shipping-calculator-button {
  font-size: 12px;
  color: #555;
  text-decoration: underline;
  cursor: pointer;
}

/* Order note row */
.hoolabs-cart-totals__note-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  color: #111;
  cursor: pointer;
  padding: 16px 0;
  border-top: 1px solid #e0e0e0;
}

.hoolabs-cart-totals__note-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #111;
  padding: 0;
  flex-shrink: 0;
}

.hoolabs-cart-totals__note-box {
  padding-bottom: 16px;
}

.hoolabs-cart-totals__note-textarea {
  width: 100%;
  min-height: 80px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  color: #333;
  background: #fff;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
  transition: border-color .15s;
}

.hoolabs-cart-totals__note-textarea:focus {
  border-color: #111;
}

/* Total row */
.hoolabs-cart-totals__total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  padding: 16px 0 20px;
  border-top: 1px solid #e0e0e0;
  margin-top: 4px;
}

.hoolabs-cart-totals__total-price {
  font-size: 16px;
  font-weight: 700;
}

/* Checkout button */
.hoolabs-cart-totals .wc-proceed-to-checkout {
  margin: 0;
  padding: 0;
}

.hoolabs-cart-totals .wc-proceed-to-checkout a.checkout-button,
.hoolabs-cart-totals a.checkout-button {
  display: block;
  width: 100%;
  padding: 16px;
  background: #111;
  color: #fff !important;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none !important;
  transition: background .15s;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.hoolabs-cart-totals .wc-proceed-to-checkout a.checkout-button:hover,
.hoolabs-cart-totals a.checkout-button:hover {
  background: #333;
}

/* WC notices — simple elegant monochrome */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce ul.woocommerce-error,
.wc-empty-cart-message .woocommerce-info,
.woocommerce-checkout .woocommerce-info {
  position: relative;
  margin: 0 0 25px;
  padding: 18px 16px;
  border: none;
  border-left: 3px solid #111;
  border-radius: 10px;
  background: #f6f6f6;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.55;
  list-style: none;
  box-shadow: none;
}

.woocommerce ul.woocommerce-error li,
.woocommerce ul.woocommerce-message li,
.woocommerce ul.woocommerce-info li {
  margin: 0;
}

.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce ul.woocommerce-error a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-info .button,
.woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce ul.woocommerce-error .button {
  float: right;
  margin-left: 10px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 32px;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce-notices-wrapper .woocommerce-info .button:hover,
.woocommerce-notices-wrapper .woocommerce-error .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce ul.woocommerce-error .button:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce ul.woocommerce-error {
  background: #f3f3f3;
  border-color: #d5d5d5;
  border-left-color: #444;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce .woocommerce-message {
  background: #f7f7f7;
  border-color: #dbdbdb;
  border-left-color: #111;
}

.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-info {
  background: #fafafa;
  border-color: #dfdfdf;
  border-left-color: #777;
}

@media only screen and (max-width: 767px) {

  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-info,
  .woocommerce ul.woocommerce-error {
    padding: 12px 12px;
    font-size: 12px;
  }

  .woocommerce-notices-wrapper .woocommerce-message .button,
  .woocommerce-notices-wrapper .woocommerce-info .button,
  .woocommerce-notices-wrapper .woocommerce-error .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce ul.woocommerce-error .button {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
  }
}

/* ── Responsive ─────────────────────────────────────────────── */
@media only screen and (max-width: 1024px) {
  .hoolabs-cart-layout {
    grid-template-columns: 1fr 300px;
    gap: 28px;
  }

  .hoolabs-cart-col-headers {
    grid-template-columns: 1fr 100px 160px 90px;
  }

  .hoolabs-cart-row {
    grid-template-columns: 1fr 100px 160px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .hoolabs-cart-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hoolabs-cart-sidebar {
    position: static;
  }

  .hoolabs-cart-col-headers {
    display: none;
  }

  .hoolabs-cart-row {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 12px 0;
    padding: 16px 0;
  }

  .hoolabs-cart-row__product {
    grid-column: 1 / 2;
    grid-row: 1;
  }

  .hoolabs-cart-row__price {
    display: none;
  }

  .hoolabs-cart-row__qty-cell {
    grid-column: 1 / 2;
    grid-row: 2;
    justify-content: flex-start;
  }

  .hoolabs-cart-row__subtotal {
    grid-column: 2 / 3;
    grid-row: 1;
    text-align: right;
    align-self: start;
    padding-top: 4px;
  }

  .hoolabs-cart-row__thumb {
    width: 64px;
  }

  .hoolabs-cart-row__thumb img {
    width: 64px;
    height: 64px;
  }
}

/* ============================================================
     CART PAGE (DEFAULT WOOCOMMERCE STRUCTURE)
     Keep native markup, style to match reference
     ============================================================ */

/* body.woocommerce-cart .woocommerce .woocommerce-cart-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
  align-items: start;
} */

/* body.woocommerce-cart .woocommerce-cart-form {
  border-right: 1px solid #f4f4f4;
  padding-right: 60px;
  margin: 0;
} */

body.woocommerce-cart .hoolabs-cart-list.woocommerce-cart-form__contents {
  display: flex;
  flex-direction: column;
}

body.woocommerce-cart .hoolabs-cart-list>.woocommerce-cart-form__cart-item {
  border-bottom: 1px solid #ececec;
  padding: 22px 0;
}

body.woocommerce-cart .hoolabs-cart-list .product-name.hoolabs-cart-item-cell {
  display: block;
  padding-right: 0;
}

body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-product {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}

body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-product__thumbnail {
  width: 100px;
  flex: 0 0 100px;
}

body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-product__thumbnail a,
body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-product__thumbnail img {
  width: 100%;
  height: 120px;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 100px);
  column-gap: 20px;
  min-height: 120px;
}

body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-content {
  width: 100%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents {
  border: none;
  border-radius: 0;
  margin: 0;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents thead th {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  color: #aaa;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 0 14px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents thead th.product-remove,
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents thead th.product-thumbnail {
  width: 1%;
  padding: 0;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td {
  border: none;
  border-bottom: 1px solid #000;
  padding: 22px 0;
  vertical-align: middle;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-remove {
  width: 30px;
  text-align: center;
  display: none;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-thumbnail {
  width: 92px;
  padding-right: 14px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-thumbnail img {
  width: 80px;
  border-radius: 8px;
  display: block;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-name {
  padding-right: 18px;
  display: flex;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-name a:first-child {
  width: 100px;
  height: 120px;
  object-fit: cover;
  border-radius: 15px;
  margin-right: 20px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-name a:first-child img {
  width: 100%;
  border-radius: 0px;
  /* height: 111px; */
  object-fit: cover;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-name a:last-child {
  width: calc(100% - 100px);
}


body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-name a {
  color: #111;
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 600;
  text-decoration: none;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-name a:hover {
  text-decoration: underline;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-name .variation,
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-name .wc-item-meta {
  margin-top: 6px;
  color: #777;
  font-size: 12px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-price,
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-subtotal {
  color: #4f4f4f;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell {
  padding-right: 0;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-product {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-product__thumbnail {
  width: 100px;
  flex: 0 0 100px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-product__thumbnail a,
body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-product__thumbnail img {
  width: 100%;
  height: 120px;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 100px);
  column-gap: 20px;
  min-height: 120px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-content {
  width: 100%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-content .wrap-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-content h5 {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-content h5 a {
  color: #111;
  text-decoration: none;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-content .price {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-attributes {
  letter-spacing: 0;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  min-width: 175px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-meta__subtotal {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  white-space: nowrap;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-meta__subtotal .woocommerce-Price-amount.amount {
  display: flex;
  gap: 5px;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .wrap-content .remove {
  width: auto;
  height: auto;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .7px;
  border-bottom: 1px solid #000;
  border-radius: 0;
  line-height: 1.2;
  background: transparent;
  color: #000 !important;
  text-decoration: none;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .wrap-content .remove.is-loading {
  opacity: .55;
  pointer-events: none;
  position: relative;
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .wrap-content .remove.is-loading::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: -1px;
  animation: hoolabs-remove-spin .6s linear infinite;
}

@keyframes hoolabs-remove-spin {
  to {
    transform: rotate(360deg);
  }
}

body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-quantity {
  text-align: start;
}

body.woocommerce-cart .hoolabs-cart-qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  min-height: 30px;
  height: auto;
  padding: 0px;
}

body.woocommerce-cart .hoolabs-cart-qty-btn {
  outline: none !important;
  width: 32px;
  height: 30px;
  border: none;
  background: transparent;
  color: #000;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, color .2s;
  padding: 0;
}

body.woocommerce-cart .hoolabs-cart-qty-btn:hover {
  background: transparent;
  color: #5f5f5f;
}

body.woocommerce-cart .quantity .qty {
  width: 35px;
  height: 30px;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 13px;
  color: #111;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0;
}

body.woocommerce-cart .quantity .qty::-webkit-inner-spin-button,
body.woocommerce-cart .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

body.woocommerce-cart td.product-remove a.remove {
  color: #b9b9b9 !important;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

body.woocommerce-cart tr td.actions,
body.woocommerce-cart .hoolabs-cart-form-actions {
  border: none;
  padding: 18px 0 0;
}

body.woocommerce-cart tr td.actions .coupon,
body.woocommerce-cart .hoolabs-cart-form-actions .coupon {
  display: flex;
  gap: 8px;
}

body.woocommerce-cart tr td.actions .coupon .input-text,
body.woocommerce-cart .hoolabs-cart-form-actions .coupon .input-text {
  min-width: 210px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 0 12px;
}

body.woocommerce-cart .hoolabs-cart-form-actions .hoolabs-update-cart-btn {
  display: none;
}

body.woocommerce-cart tr td.actions button,
body.woocommerce-cart tr td.actions .button,
body.woocommerce-cart .button.wc-backward {
  height: 40px;
  border-radius: 0px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

body.woocommerce-cart tr td.actions .hoolabs-update-cart-btn {
  display: none !important;
}

body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  /* background: #f4f4f4; */
  border-radius: 0px;
  /* padding: 24px; */
}

body.woocommerce-cart .cart-collaterals .cart_totals h2 {
  display: none;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  border: none;
  margin: 0 0 18px;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  border: none;
  border-bottom: 1px solid #000;
  padding: 14px 0;
  font-size: 14px;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td:last-child {
  text-align: right;
}

.cart-note {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
  font-size: 16px;
  color: #111;
  font-weight: 700;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  margin: 0;
  border-radius: 0px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 16px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #2a2a2a;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}

@media only screen and (max-width: 1024px) {
  body.woocommerce-cart .woocommerce {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
  }
}

@media only screen and (max-width: 767px) {
  body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr {
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    justify-content: space-between;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table .shipping th {
    display: block;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
    border: none;
  }

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

  body.woocommerce-cart .woocommerce-cart-form {
    padding: 0px;
  }

  body.woocommerce-cart .woocommerce .woocommerce-cart-wrapper {
    grid-template-columns: none !important;
  }

  body.woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents thead {
    display: none;
  }

  /* body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents tbody tr.cart_item {
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: 8px 12px;
      padding: 14px 0;
      border-bottom: 1px solid #ececec;
    } */

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents tbody tr.cart_item td {
    border: none;
    padding: 0;
    background-color: transparent;
  }

  body.woocommerce-cart .woocommerce-cart-form {
    border: none;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents .hoolabs-mini-cart-content {
    margin-bottom: 0px;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-remove {
    order: 6;
    grid-column: 2;
    justify-self: end;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-thumbnail {
    grid-row: 1 / 4;
    grid-column: 1;
    width: 72px;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-thumbnail img {
    width: 72px;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-name {
    grid-column: 2;
    padding-right: 0;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-product {
    /* flex-direction: column; */
    gap: 10px;
  }

  /* body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-product__thumbnail,
    body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-details {
      width: 100%;
      flex-basis: auto;
    } */

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-content {
    min-height: 0;
    text-align: left;
  }


  /* 
    body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-product__thumbnail a,
    body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-product__thumbnail img {
      height: auto;
      max-width: 90px;
      border-radius: 10px;
    } */

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.hoolabs-cart-item-cell .hoolabs-mini-cart-actions {
    justify-content: flex-start;
    min-width: 0;
    margin-top: 4px;
  }

  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-price,
  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-quantity,
  body.woocommerce-cart table.shop_table.woocommerce-cart-form__contents td.product-subtotal {
    grid-column: 2;
    text-align: left;
  }

  body.woocommerce-cart tr td.actions .coupon,
  body.woocommerce-cart .hoolabs-cart-form-actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-product {
    flex-direction: column;
    gap: 10px;
  }

  body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-product__thumbnail,
  body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-details {
    width: 100%;
    flex-basis: auto;
  }

  body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-content {
    min-height: 0;
  }

  body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-product__thumbnail a,
  body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-product__thumbnail img {
    height: auto;
    max-width: 90px;
    border-radius: 10px;
  }

  body.woocommerce-cart .hoolabs-cart-list .hoolabs-mini-cart-actions {
    justify-content: flex-start;
    min-width: 0;
    margin-top: 4px;
  }
}

/* ============================================================
     CHECKOUT (SHOPIFY-LIKE LOOK, WOOCOMMERCE SAFE)
     ============================================================ */
body.woocommerce-checkout {
  background: #ffffff;
}

/* body.woocommerce-checkout .site-content,
  body.woocommerce-checkout .content-area,
  body.woocommerce-checkout .woocommerce {
    max-width: 1260px;
  } */

body.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  margin: 0;
}

/* body.woocommerce-checkout .hoolabs-checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 355px;
    gap: 34px;
    align-items: start;
  } */

body.woocommerce-checkout .hoolabs-checkout-main {
  background: #fff;
  padding-right: 6px;
}

body.woocommerce-checkout .hoolabs-checkout-main__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

body.woocommerce-checkout .hoolabs-checkout-main__brand {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #222;
  line-height: 1;
}

body.woocommerce-checkout .hoolabs-checkout-main__cart-link {
  font-size: 17px;
  line-height: 1;
  color: #222;
  text-decoration: none;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
  margin: 0;
}

body.woocommerce-checkout #customer_details .col-2 {
  margin-top: 18px;
}

body.woocommerce-checkout .hoolabs-checkout-contact,
body.woocommerce-checkout .hoolabs-checkout-delivery,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields,
body.woocommerce-checkout #payment {
  margin-bottom: 20px;
}

body.woocommerce-checkout .hoolabs-checkout-delivery-shipment {
  margin-top: 14px;
}

body.woocommerce-checkout .hoolabs-checkout-delivery-shipment h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

body.woocommerce-checkout .hoolabs-checkout-delivery-shipment__methods ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-checkout .hoolabs-checkout-delivery-shipment__methods ul#shipping_method li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  border: 1px solid #000 !important;
  padding: 17px 20px;
  margin-bottom: 10px;
  border-bottom: 0px;
  border-radius: 0px;
  font-size: 14px;
}

body.woocommerce-checkout .hoolabs-checkout-delivery-shipment__methods ul#shipping_method li:has(input:checked) {
  border: 1px solid #1181bf !important;
  background: #d5f6ff;
}

.woocommerce ul#shipping_method li input {
  height: 18px;
  width: 18px;
}

body.woocommerce-checkout .hoolabs-checkout-delivery-shipment__methods ul#shipping_method li:last-child {
  margin-bottom: 0;
}

body.woocommerce-checkout .hoolabs-checkout-delivery-shipment__methods.is-loading {
  min-height: 22px;
}

body.woocommerce-checkout .hoolabs-checkout-delivery-shipment__methods .hoolabs-shipping-loading {
  display: none;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

body.woocommerce-checkout .hoolabs-shipping-selected.is-loading {
  color: #666;
}

body.woocommerce-checkout .hoolabs-shipping-selected {
  display: inline-block;
}

body.woocommerce-checkout tr.woocommerce-shipping-totals.shipping td .hoolabs-shipping-row-loading {
  display: none;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

body.woocommerce-checkout tr.woocommerce-shipping-totals.shipping.is-loading td>* {
  display: none;
}

body.woocommerce-checkout tr.woocommerce-shipping-totals.shipping.is-loading td .hoolabs-shipping-row-loading {
  display: inline-block !important;
}

.woocommerce-shipping-totals:not(.hoolabs-shipping-selected) * {
  display: none;
}

body.woocommerce-checkout #ship-to-different-address {
  display: none !important;
}

body.woocommerce-checkout .hoolabs-checkout-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

body.woocommerce-checkout .hoolabs-checkout-section-title h3,
body.woocommerce-checkout .hoolabs-checkout-contact h3,
body.woocommerce-checkout .hoolabs-checkout-delivery h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #ship-to-different-address,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #payment h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 17px;
  line-height: 1.08;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.woocommerce ul#shipping_method li label {
  display: inline;
  font-size: 13px;
}

body.woocommerce-checkout .hoolabs-checkout-delivery h3 {
  padding-top: 20px;
  padding-bottom: 10px;
}

body.woocommerce-checkout .hoolabs-checkout-signin {
  font-size: 14px;
  color: #0a57d5;
  text-decoration: underline;
  white-space: nowrap;
}

body.woocommerce-checkout .form-row {
  margin: 0 0 20px;
  padding: 0;
}

body.woocommerce-checkout .form-row label {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #000;
  font-weight: 400;
}

body.woocommerce-checkout .form-row .input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select,
body.woocommerce-checkout .select2-container--default .select2-selection--single,
body.woocommerce-checkout .select2-container--default .select2-selection--multiple {
  width: 100%;
  min-height: 50px;
  border: 1px solid #000;
  border-radius: 0px;
  background: #fff;
  color: #111;
  font-size: 14px;
  box-shadow: none;
}

body.woocommerce-checkout .form-row .input-text,
body.woocommerce-checkout .form-row textarea,
body.woocommerce-checkout .form-row select {
  padding: 11px 12px;
}

body.woocommerce-checkout .form-row .input-text:focus,
body.woocommerce-checkout .form-row textarea:focus,
body.woocommerce-checkout .form-row select:focus,
body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #a9a9a9;
  outline: none;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  padding: 0 12px;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #111;
  line-height: 1.2;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

body.woocommerce-checkout .hoolabs-checkout-layout {
  width: 60%;
  padding: 30px 70px 0px 0px;
}

body.woocommerce-checkout .hoolabs-checkout-sidebar {
  width: 40%;
  position: sticky;
  top: 16px;
  border-left: 1px solid #e7e7e7;
  padding: 30px 70px;
  min-height: 100%;
}

body.woocommerce-checkout #order_review_heading {
  display: none;
}

body.woocommerce-checkout .hoolabs-checkout-discount {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-bottom: 14px;
  margin-top: 30px;
}

body.woocommerce-checkout .hoolabs-checkout-summary-mobile {
  display: none;
}

body.woocommerce-checkout .hoolabs-checkout-discount .input-text {
  outline: none !important;
  min-height: 45px;
  border: 1px solid #000;
  border-radius: 0px;
  background: transparent;
  padding: 0 12px;
  font-size: 13px;
}

body.woocommerce-checkout .hoolabs-checkout-discount .button {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 0px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.woocommerce-checkout .hoolabs-checkout-discount__notice {
  grid-column: 1 / -1;
  margin-top: 2px;
}

body.woocommerce-checkout .hoolabs-checkout-discount__notice ul {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  list-style: none;
  font-size: 12px;
  line-height: 1.45;
}

body.woocommerce-checkout .hoolabs-checkout-discount__notice ul.woocommerce-error {
  background: #fff1f1;
  color: #9d1d1d;
  border: 1px solid #f4caca;
}

body.woocommerce-checkout .hoolabs-checkout-discount__notice ul.woocommerce-message,
body.woocommerce-checkout .hoolabs-checkout-discount__notice ul.woocommerce-info {
  background: #f3f8ff;
  color: #195bc4;
  border: 1px solid #cfe0ff;
}

body.woocommerce-checkout .woocommerce-checkout-review-order {
  position: sticky;
  top: 30px;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  border: none;
  margin: 0;
  background: transparent;
  width: 100%;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot {
  display: block;
  width: 100%;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0px;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
  width: 70%;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
  width: 30%;
  font-weight: 400;
  font-size: 14px;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table thead {
  display: none;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr.cart_item td,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td {
  border: none;
  padding: 3px 0;
  background: transparent;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td {
  text-align: right;
  white-space: normal;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table td .woocommerce-Price-amount,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table td .amount {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

body.woocommerce-checkout .hoolabs-checkout-item {
  display: flex;
  /* grid-template-columns: 48px minmax(0, 1fr); */
  gap: 10px;
  align-items: start;
}

body.woocommerce-checkout .hoolabs-checkout-item__thumb {
  position: relative;
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

body.woocommerce-checkout .hoolabs-checkout-item__thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  display: block;
}

body.woocommerce-checkout .hoolabs-checkout-item__content {
  flex: 1;
  min-width: 0;
  width: auto;
}

body.woocommerce-checkout .hoolabs-checkout-item__qty {
  position: absolute;
  right: -4px;
  top: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  padding: 0 4px;
  box-sizing: border-box;
}

body.woocommerce-checkout .hoolabs-checkout-item__title {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #111;
  text-align: left;
  font-weight: 400;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  word-break: break-word;
}

body.woocommerce-checkout .hoolabs-checkout-item__meta,
body.woocommerce-checkout .hoolabs-checkout-item__meta dl.variation {
  margin: 3px 0 0;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr th {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  width: 30%;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  width: 70%;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr th {
  display: table-cell;
  width: 30% !important;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr td {
  display: table-cell;
  width: 70% !important;
  vertical-align: top;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  padding-top: 10px;
}


body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  margin-top: 10px;
}

.body.woocommerce-checkout .hoolabs-checkout-delivery {
  margin-bottom: 0px;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total small.includes_tax {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #666;
  font-weight: 500;
}

body.woocommerce-checkout #payment {
  background: transparent;
  border: none;
  padding: 0;
  margin-top: 12px;
}

body.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}

body.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ececec;
}

body.woocommerce-checkout #payment ul.payment_methods li:last-child {
  border-bottom: none;
}

body.woocommerce-checkout #payment ul.payment_methods li>label {
  font-size: 15px;
  color: #111;
  font-weight: 500;
}

body.woocommerce-checkout #payment div.payment_box {
  margin-top: 10px;
  padding: 10px 12px;
  background: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  color: #4f4f4f;
  font-size: 13px;
}

body.woocommerce-checkout #payment .place-order {
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout #payment #place_order,
body.woocommerce-checkout #payment button#place_order,
body.woocommerce-checkout #payment input#place_order {
  width: 100%;
  min-height: 48px;
  border: none;
  border-radius: 0px;
  background: #000000;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 16px;
  font-family: 'Overpass';
}

body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout #payment button#place_order:hover,
body.woocommerce-checkout #payment input#place_order:hover {
  background: #000000;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout .woocommerce-privacy-policy-text {
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a,
body.woocommerce-checkout .woocommerce-privacy-policy-text a {
  color: #195bc4;
  text-decoration: underline;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 10px;
}

body.woocommerce-checkout .checkout_coupon,
body.woocommerce-checkout .woocommerce-form-login {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 12px;
}

body.woocommerce-checkout .checkout_coupon .button,
body.woocommerce-checkout .woocommerce-form-login .button {
  min-height: 40px;
  border: none;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
  body.woocommerce-checkout form.woocommerce-checkout {
    display: flex !important;
    flex-direction: column;
  }

  body.woocommerce-checkout .hoolabs-checkout-sidebar {
    order: 1;
    position: static;
    border-left: none;
    border-top: none;
    padding: 24px 0 20px;
  }

  body.woocommerce-checkout .hoolabs-checkout-layout {
    order: 2;
    padding: 0;
  }

  body.woocommerce-checkout .hoolabs-checkout-layout {
    width: 100%;
  }

  body.woocommerce-checkout .hoolabs-checkout-sidebar {
    width: 100%;
  }

  body.woocommerce-checkout .hoolabs-checkout-summary-mobile {
    display: block;
    margin: 18px 0 14px;
  }

}

@media only screen and (max-width: 767px) {
  body.woocommerce-checkout form.woocommerce-checkout {
    display: flex !important;
    flex-direction: column;
  }

  body.woocommerce-checkout .hoolabs-checkout-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.woocommerce-checkout .hoolabs-checkout-main__brand {
    font-size: 22px;
    letter-spacing: .2em;
  }

  body.woocommerce-checkout .hoolabs-checkout-sidebar {
    position: static;
    border-left: none;
    border-top: none;
    padding-left: 0;
    padding-top: 0;
  }


}

body.woocommerce-order-received .woocommerce-order {
  margin: 0 auto;
}

body.woocommerce-order-received ul.order_details::before {
  display: none;
}

body.woocommerce-order-received .hoolabs-thankyou-layout {
  display: flex;
  gap: 34px;
  align-items: start;
}

body.woocommerce-order-received .hoolabs-thankyou-main {
  min-width: 0;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  border-radius: 0px;
  text-transform: uppercase;
}

body.woocommerce-order-received ul.woocommerce-order-overview.order_details {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot {
  margin-top: 15px;
}

body.woocommerce-order-received ul.woocommerce-order-overview.order_details li {
  margin: 0;
  padding: 12px;
  border: 1px solid #ececec;
  font-size: 13px;
  color: #555;
  line-height: 1.45;
}

body.woocommerce-order-received ul.woocommerce-order-overview.order_details li strong {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
}

body.woocommerce-order-received .hoolabs-thankyou-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.woocommerce-order-received .hoolabs-thankyou-address {
  border: 1px solid #ececec;
  padding: 14px;
  background: #fff;
}

body.woocommerce-order-received .hoolabs-thankyou-address h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #111;
  font-weight: 700;
}

body.woocommerce-order-received .hoolabs-thankyou-address address {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #444;
}

body.woocommerce-order-received .hoolabs-thankyou-main {
  width: 60%;
  padding: 50px 20px;
}

body.woocommerce-order-received .hoolabs-thankyou-sidebar {
  height: 100vh;
  position: sticky;
  top: 20px;
  width: 40%;
  position: sticky;
  top: 16px;
  background: #f5f5f5;
  border-left: 1px solid #e7e7e7;
  padding: 50px 70px;
  min-height: 100%;
}

body.woocommerce-order-received .hoolabs-thankyou-sidebar__title {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.1;
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
}

body.woocommerce-order-received table.hoolabs-thankyou-order-table {
  border: none;
  width: 100%;
  margin: 0;
  background: transparent;
  table-layout: fixed;
}

body.woocommerce-order-received table.hoolabs-thankyou-order-table thead {
  display: none;
}

body.woocommerce-order-received table.hoolabs-thankyou-order-table td,
body.woocommerce-order-received table.hoolabs-thankyou-order-table th {
  border: none;
  padding: 6px 0;
  vertical-align: top;
  font-size: 14px;
}

body.woocommerce-order-received table.hoolabs-thankyou-order-table td.product-name,
body.woocommerce-order-received table.hoolabs-thankyou-order-table th {
  width: 70%;
  color: #333;
  text-align: left;
  font-weight: 500;
}

body.woocommerce-order-received table.hoolabs-thankyou-order-table td.product-total,
body.woocommerce-order-received table.hoolabs-thankyou-order-table tfoot td {
  width: 30%;
  text-align: right;
  color: #111;
  font-weight: 500;
}

body.woocommerce-order-received table.hoolabs-thankyou-order-table tr.order_item td {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  text-transform: uppercase;
}

body.woocommerce-order-received table.hoolabs-thankyou-order-table tfoot tr.order-total th,
body.woocommerce-order-received table.hoolabs-thankyou-order-table tfoot tr.order-total td {
  font-size: 24px;
  font-weight: 800;
  color: #111;
  padding-top: 12px;
}



body.woocommerce-order-received .hoolabs-thankyou-main .woocommerce-bacs-bank-details {
  margin-top: 16px;
  margin-bottom: 30px;
  border: 1px solid #ececec;
  background: #fff;
  padding: 14px;
}

body.woocommerce-order-received .hoolabs-thankyou-main .wc-bacs-bank-details-heading {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
  color: #111;
  font-weight: 700;
}

body.woocommerce-order-received .hoolabs-thankyou-main ul.wc-bacs-bank-details.order_details.bacs_details {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: flex;
  gap: 20px;
}

body.woocommerce-order-received .hoolabs-thankyou-main ul.wc-bacs-bank-details.order_details.bacs_details li {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  padding-right: 20px !important;
}

body.woocommerce-order-received .hoolabs-thankyou-main ul.wc-bacs-bank-details.order_details.bacs_details li strong {
  color: #111;
  font-size: 15px;
  text-transform: none;
  line-height: 1.5;
  font-weight: 700;
}

body.woocommerce-order-received .hoolabs-thankyou-main ul.wc-bacs-bank-details.order_details.bacs_details li.account_name {
  padding-right: 0 !important;
  font-weight: 600;
  color: #333;
}

/* Payment retry section for order-received page (Midtrans snap closed) */
body.woocommerce-order-received .hoolabs-payment-retry {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  text-align: center;
}

body.woocommerce-order-received .hoolabs-payment-retry .woocommerce-info {
  margin: 0 0 15px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #555;
}

body.woocommerce-order-received .hoolabs-payment-retry .pay-now-button {
  display: inline-block;
  background: #7c3aed;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
}

body.woocommerce-order-received .hoolabs-payment-retry .pay-now-button:hover {
  background: #6d28d9;
  color: #fff;
}


@media only screen and (max-width: 1024px) {
  body.woocommerce-order-received .hoolabs-thankyou-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.woocommerce-order-received .hoolabs-thankyou-sidebar {
    position: static;
  }
}

@media only screen and (max-width: 767px) {

  body.woocommerce-order-received ul.woocommerce-order-overview.order_details,
  body.woocommerce-order-received .hoolabs-thankyou-addresses {
    grid-template-columns: 1fr;
  }

  body.woocommerce-order-received .hoolabs-thankyou-layout {
    display: block;
  }

  body.woocommerce-order-received .hoolabs-thankyou-main {
    width: 100%;
    padding: 50px 20px;
  }

  body.woocommerce-order-received .hoolabs-thankyou-sidebar {
    width: 100%;
    padding: 0px 20px;
    background: #fff;
  }
}


/* ═══════════════════════════════════════════════════════
     ORDER PAY / RECEIPT PAGE (Midtrans, etc.)
     Mirror the thankyou page layout
     ═══════════════════════════════════════════════════════ */

body.woocommerce-order-pay .woocommerce-order-pay,
body.woocommerce-order-pay .woocommerce {
  margin: 0 auto;
}

body.woocommerce-order-pay ul.order_details::before {
  display: none;
}

body.woocommerce-order-pay .hoolabs-receipt-layout {
  display: flex;
  gap: 34px;
  align-items: start;
}

body.woocommerce-order-pay .hoolabs-receipt-main {
  width: 60%;
  min-width: 0;
  padding: 50px 20px;
}

body.woocommerce-order-pay .woocommerce-thankyou-order-received {
  margin: 0 0 18px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  border-radius: 0px;
  text-transform: uppercase;
}

body.woocommerce-order-pay ul.woocommerce-order-overview.order_details {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.woocommerce-order-pay ul.woocommerce-order-overview.order_details li {
  margin: 0;
  padding: 12px;
  border: 1px solid #ececec;
  font-size: 13px;
  color: #555;
  line-height: 1.45;
}

body.woocommerce-order-pay ul.woocommerce-order-overview.order_details li strong {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
}

/* Midtrans / Gateway "Proceed To Payment" button styling */
body.woocommerce-order-pay .hoolabs-receipt-main .button,
body.woocommerce-order-pay .hoolabs-receipt-main button[type="submit"],
body.woocommerce-order-pay .hoolabs-receipt-main a.button {
  display: inline-block;
  background: #111;
  color: #fff;
  border: none;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
  border-radius: 0px;
}

body.woocommerce-order-pay .hoolabs-receipt-main .button:hover,
body.woocommerce-order-pay .hoolabs-receipt-main button[type="submit"]:hover,
body.woocommerce-order-pay .hoolabs-receipt-main a.button:hover {
  background: #333;
}

/* Payment retry section (Midtrans snap closed) */
body.woocommerce-order-pay .hoolabs-payment-retry {
  margin: 20px 0;
  padding: 20px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  text-align: center;
}

body.woocommerce-order-pay .hoolabs-payment-retry .woocommerce-info {
  margin: 0 0 15px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #555;
}

body.woocommerce-order-pay .hoolabs-payment-retry .pay-now-button {
  display: inline-block;
  background: #7c3aed;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease;
}

body.woocommerce-order-pay .hoolabs-payment-retry .pay-now-button:hover {
  background: #6d28d9;
  color: #fff;
}

/* Addresses on receipt page */
body.woocommerce-order-pay .hoolabs-thankyou-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

body.woocommerce-order-pay .hoolabs-thankyou-address {
  border: 1px solid #ececec;
  padding: 14px;
  background: #fff;
}

body.woocommerce-order-pay .hoolabs-thankyou-address h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  color: #111;
  font-weight: 700;
}

body.woocommerce-order-pay .hoolabs-thankyou-address address {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #444;
}

/* Sidebar on receipt page */
body.woocommerce-order-pay .hoolabs-receipt-sidebar {
  height: 100vh;
  width: 40%;
  position: sticky;
  top: 16px;
  background: #f5f5f5;
  border-left: 1px solid #e7e7e7;
  padding: 50px 70px;
  min-height: 100%;
}

body.woocommerce-order-pay .hoolabs-thankyou-sidebar__title {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.1;
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
}

body.woocommerce-order-pay table.hoolabs-thankyou-order-table {
  border: none;
  width: 100%;
  margin: 0;
  background: transparent;
  table-layout: fixed;
}

body.woocommerce-order-pay table.hoolabs-thankyou-order-table thead {
  display: none;
}

body.woocommerce-order-pay table.hoolabs-thankyou-order-table td,
body.woocommerce-order-pay table.hoolabs-thankyou-order-table th {
  border: none;
  padding: 6px 0;
  vertical-align: top;
  font-size: 14px;
}

body.woocommerce-order-pay table.hoolabs-thankyou-order-table td.product-name,
body.woocommerce-order-pay table.hoolabs-thankyou-order-table th {
  width: 70%;
  color: #333;
  text-align: left;
  font-weight: 500;
}

body.woocommerce-order-pay table.hoolabs-thankyou-order-table td.product-total,
body.woocommerce-order-pay table.hoolabs-thankyou-order-table tfoot td {
  width: 30%;
  text-align: right;
  color: #111;
  font-weight: 500;
}

body.woocommerce-order-pay table.hoolabs-thankyou-order-table tr.order_item td {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  text-transform: uppercase;
}

body.woocommerce-order-pay table.hoolabs-thankyou-order-table tfoot tr.order-total th,
body.woocommerce-order-pay table.hoolabs-thankyou-order-table tfoot tr.order-total td {
  font-size: 24px;
  font-weight: 800;
  color: #111;
  padding-top: 12px;
}

/* Responsive - order-pay page */
@media only screen and (max-width: 1024px) {
  body.woocommerce-order-pay .hoolabs-receipt-layout {
    flex-direction: column;
    gap: 20px;
  }

  body.woocommerce-order-pay .hoolabs-receipt-sidebar {
    position: static;
    width: 100%;
  }

  body.woocommerce-order-pay .hoolabs-receipt-main {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  body.woocommerce-order-pay ul.woocommerce-order-overview.order_details,
  body.woocommerce-order-pay .hoolabs-thankyou-addresses {
    grid-template-columns: 1fr;
  }

  body.woocommerce-order-pay .hoolabs-receipt-layout {
    display: block;
  }

  body.woocommerce-order-pay .hoolabs-receipt-main {
    width: 100%;
    padding: 50px 20px;
  }

  body.woocommerce-order-pay .hoolabs-receipt-sidebar {
    width: 100%;
    padding: 0px 20px;
    background: #fff;
  }
}

.hoolabs-track-order-card .woocommerce-thankyou-order-received {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  text-transform: uppercase;
}

.hoolabs-track-order-intro {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}

form.hoolabs-track-order-form {
  margin: 0;
}

.hoolabs-track-order-fields {
  display: flex;
  gap: 12px;
}

.hoolabs-track-order-form .form-row {
  margin: 0;
  float: none;
  padding: 0px !important;
  width: 100%;
}

.hoolabs-track-order-form label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hoolabs-track-order-form input.input-text {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 0px !important;
  height: 45px !important;
  padding: 15px !important;
  font-size: 13px;
  color: #111;
  background: #fff;
}

.hoolabs-track-order-form input.input-text:focus {
  border-color: #111;
  outline: none;
}

.hoolabs-track-order-submit {
  margin-top: 15px !important;
}

.hoolabs-track-order-submit .button {
  min-width: 160px;
  height: 44px;
  text-transform: uppercase;
  background: #000 !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  width: 100% !important;
}

@media only screen and (max-width: 767px) {

  .hoolabs-track-order-result .hoolabs-track-result-main,
  .hoolabs-track-order-result .hoolabs-track-result-sidebar {
    padding: 0px !important;
    border: none !important;
  }

  .hoolabs-track-order-fields {
    flex-direction: column;
  }

  .hoolabs-track-order-submit .button {
    width: 100%;
    min-width: 0;
  }
}

.hoolabs-track-order-result {
  margin: 45px auto 0;
}

.hoolabs-track-order-result .hoolabs-track-result-layout {
  display: flex;
  gap: 34px;
  align-items: start;
  background: #f7f7f7ee;
  padding: 40px;
}

.hoolabs-track-order-result .hoolabs-track-result-main {
  width: 60%;
  min-width: 0;
  border-right: 1px solid #e6e6e6;
  padding-right: 40px;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar {
  width: 40%;
  border-left: 0;
  position: sticky;
  top: 16px;
  align-self: flex-start;
}

.hoolabs-track-order-result .order-info {
  font-size: 13px;
  line-height: 1.65;
  color: #000;
}

.hoolabs-track-order-result .order-info mark {
  background: transparent;
  color: #111;
  font-weight: 500;
  padding: 0;
}

.hoolabs-track-order-result .hoolabs-track-order-updates {
  margin: 0 0 18px;
  border: 1px solid #ececec;
  background: #fff;
  padding: 16px;
}

.hoolabs-track-order-result ul.woocommerce-order-overview.order_details {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hoolabs-track-order-result ul.woocommerce-order-overview.order_details::before {
  display: none;
}

.hoolabs-track-order-result ul.woocommerce-order-overview.order_details li {
  margin: 0;
  color: #555;
  line-height: 1.45;
  border: none;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar .hoolabs-thankyou-sidebar__title,
.hoolabs-track-result-layout h3 {
  font-size: 17px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 500;
}

.hoolabs-track-order-result .hoolabs-thankyou-address {
  border-top: 1px solid #e7e7e7;
}

.hoolabs-track-order-result address {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

.hoolabs-track-order-result ul.woocommerce-order-overview.order_details li strong {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 14px;
}

.hoolabs-track-order-result .hoolabs-track-order-updates h2 {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hoolabs-track-order-result ol.commentlist.notes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hoolabs-track-order-result ol.commentlist.notes li.note {
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid #efefef;
}

.hoolabs-track-order-result ol.commentlist.notes li.note:first-child {
  border-top: 0;
  padding-top: 0;
}

.hoolabs-track-order-result ol.commentlist.notes .meta {
  margin: 0 0 6px;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hoolabs-track-order-result ol.commentlist.notes .description p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
  color: #444;
}

.hoolabs-track-order-result .hoolabs-track-order-details-wrap {
  border: 1px solid #ececec;
  background: #fff;
  padding: 16px;
}

.hoolabs-track-order-result .woocommerce-order-details,
.hoolabs-track-order-result .woocommerce-customer-details {
  margin: 0;
}

.hoolabs-track-order-result .woocommerce-order-details__title,
.hoolabs-track-order-result .woocommerce-column__title {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hoolabs-track-order-result table.shop_table.order_details {
  border: none;
  width: 100%;
  margin: 0;
}

.hoolabs-track-order-result table.shop_table.order_details th,
.hoolabs-track-order-result table.shop_table.order_details td {
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
  vertical-align: top;
  font-size: 13px;
}

.hoolabs-track-order-result table.shop_table.order_details thead th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #888;
  font-weight: 500;
}

.hoolabs-track-order-result table.shop_table.order_details td.product-name,
.hoolabs-track-order-result table.shop_table.order_details th.product-name {
  width: 70%;
  text-align: left;
  color: #222;
}

.hoolabs-track-order-result table.shop_table.order_details td.product-total,
.hoolabs-track-order-result table.shop_table.order_details th.product-total,
.hoolabs-track-order-result table.shop_table.order_details tfoot td {
  width: 30%;
  text-align: right;
  color: #111;
}

.hoolabs-track-order-result table.shop_table.order_details tfoot tr:last-child th,
.hoolabs-track-order-result table.shop_table.order_details tfoot tr:last-child td {
  border-bottom: 0;
  font-weight: 600;
  color: #111;
}

.hoolabs-track-order-result .wc-item-meta,
.hoolabs-track-order-result .wc-item-meta li {
  margin: 4px 0 0;
  font-size: 11px;
  color: #777;
}

.hoolabs-track-order-result .hoolabs-thankyou-order-table tr.order_item td {
  text-transform: uppercase;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table {
  border: 0;
  width: 100%;
  margin: 0;
  background: transparent;
  table-layout: auto;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table thead {
  display: none;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table th,
.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table td {
  border: 0;
  padding: 10px 0;
  vertical-align: top;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tbody tr.order_item td {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 24px;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table td.product-name {
  width: 55%;
  text-align: left;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table td.product-total {
  width: 45%;
  text-align: right;
  color: #111;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  text-transform: none;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table .product-quantity {
  font-weight: 500;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot {
  padding-top: 20px;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot tr {
  display: table-row;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot th,
.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot td {
  border-bottom: 0;
  padding: 8px 0;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot th {
  width: 45%;
  text-align: left;
  color: #393939;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot td {
  width: 55%;
  text-align: right;
  color: #111;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot tr:last-child th,
.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot tr:last-child td {
  font-size: 18px;
  font-weight: 600;
}

.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot small,
.hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot .amount {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.hoolabs-track-order-result .woocommerce-customer-details {
  margin-top: 18px;
}

.hoolabs-track-order-result .woocommerce-columns.woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.hoolabs-track-order-result .woocommerce-column--billing-address,
.hoolabs-track-order-result .woocommerce-column--shipping-address,
.hoolabs-track-order-result .woocommerce-customer-details>address {
  border: 1px solid #efefef;
  padding: 14px;
  background: #fff;
}

.hoolabs-track-order-result .woocommerce-customer-details address {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
}

@media only screen and (max-width: 1024px) {
  .hoolabs-track-order-result .hoolabs-track-result-layout {
    display: block;
    padding: 20px;
  }

  .hoolabs-track-order-result .hoolabs-track-result-main,
  .hoolabs-track-order-result .hoolabs-track-result-sidebar {
    width: 100%;
  }

  .hoolabs-track-order-result .hoolabs-track-result-sidebar {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    margin-top: 20px;
    position: static;
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  .hoolabs-track-order-result {
    margin-top: 10px;
  }

  .hoolabs-track-order-result ul.woocommerce-order-overview.order_details {
    grid-template-columns: 1fr;
  }

  .hoolabs-track-order-result .woocommerce-columns.woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }

  .hoolabs-track-order-result table.shop_table.order_details td,
  .hoolabs-track-order-result table.shop_table.order_details th {
    font-size: 12px;
  }

  .hoolabs-track-order-result .hoolabs-track-result-sidebar {
    padding: 18px 16px;
  }

  .hoolabs-track-order-result .hoolabs-track-result-sidebar .hoolabs-thankyou-sidebar__title {
    margin-top: 25px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
  }

  .hoolabs-track-order-result .hoolabs-track-result-sidebar table.hoolabs-thankyou-order-table tfoot {
    padding-top: 12px;
  }

  .hoolabs-track-order-result .hoolabs-track-result-sidebar .hoolabs-thankyou-sidebar__title,
  .hoolabs-track-result-layout h3 {
    font-size: 16px;
  }
}

/* =====================================================
   SINGLE PRODUCT – 2 Column Layout (Gallery 60% / Detail 40%)
   ===================================================== */

.single-product .woocommerce-breadcrumb {
  display: none;
}

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

.related.products {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* ---- Row wrapper ---- */
.hoolabs-single-product-row {
  display: flex;
  gap: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0;
}

/* ---- LEFT: Gallery Column (60%) ---- */
.hoolabs-single-product-gallery {
  width: 50%;
}

/* Gallery 2-column grid */
.hoolabs-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 1px; */
}

.hoolabs-gallery-grid__item {
  overflow: hidden;
  border-radius: 0;
  background: #f5f5f5;
}

.hoolabs-gallery-grid__item img.hoolabs-gallery-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ---- RIGHT: Detail Column (40%) ---- */
.hoolabs-single-product-detail {
  width: 50%;
  position: sticky;
  top: 40px;
  align-self: flex-start;
}

/* Summary box */
.hoolabs-single-product-detail .summary.entry-summary {
  padding: 0 0 0 0px;
  float: initial !important;
  width: auto !important;
  clear: none !important;
  padding: 150px 80px;
}

.single-product .related h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .hoolabs-shop-toolbar__result {
    display: none;
  }

  ul.hoolabs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ul.hoolabs-product-grid>li {
    min-width: 0;
  }

  body:not(.single-product) .hoolabs-product-grid .hoolabs-product-card__atc.button {
    min-width: 100% !important;
  }

  .hoolabs-product-card__atc.button {
    width: calc(100% - 20px) !important;
    font-size: 9px !important;
    padding: 5px 9px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .hoolabs-product-card__atc.button svg {
    width: 15px;
    height: 15px;
  }
}

/* Product title */
.hoolabs-single-product-detail .summary .product_title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 5px;
}

/* Price */
.hoolabs-single-product-detail .summary .price {
  margin-bottom: 20px;
  font-size: 14px !important;
  margin-top: 0px;
  font-weight: 300;
  color: #000 !important;
}

.hoolabs-single-product-detail .summary .price del {
  color: #999;
  margin-right: 5px;
  font-weight: 300;
  font-size: 12px;
}

.hoolabs-single-product-detail .summary .price ins {
  text-decoration: none;
  font-weight: 500 !important;
  color: #333;
}

/* Short description */
.hoolabs-single-product-detail .summary .woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
  margin-top: 50px;
}

.hoolabs-single-product-detail .action-sp {
  text-align: right;
}

.hoolabs-single-product-detail .action-sp a {
  text-decoration: none;
}

/* =========================
   PRODUCT DETAILS POPUP
========================= */

.hoolabs-product-details-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
  display: flex;
  justify-content: flex-end;
  /* Slide in from right */
  text-align: left;
}

.hoolabs-product-details-popup.is-active {
  visibility: visible;
  opacity: 1;
}

.hoolabs-product-details-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.hoolabs-product-details-popup__content {
  position: relative;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 2;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: hidden;
}

@media(max-width: 768px) {

  .hoolabs-product-details-popup__content {
    width: 100%;
  }

  .hoolabs-product-details-popup__inner {
    padding: 50px 20px 20px 20px !important;
  }

  .hoolabs-product-details-popup__close {
    top: 15px !important;
    right: 15px !important;
  }
}

.hoolabs-product-details-popup.is-active .hoolabs-product-details-popup__content {
  transform: translateX(0);
}

.hoolabs-product-details-popup__close {
  position: absolute;
  top: 40px;
  right: 80px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  color: #000;
  z-index: 3;
  transition: transform 0.3s ease;
  font-family: 'Philosopher';
  font-size: 20px;

}

.hoolabs-product-details-popup__close:hover {
  transform: scale(1.1);
}

.hoolabs-product-details-popup__inner {
  padding: 100px 80px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}

.hoolabs-product-details-popup__inner h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.hoolabs-product-details-popup__text {
  font-size: 15px;
  line-height: 1.8;
}

/* Variations form – Swatch Grid */
.hoolabs-variations {
  margin-bottom: 20px;
}

.hoolabs-variation-row__label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  color: #555;
}

.hoolabs-variation-row__label strong {
  font-weight: 700;
  color: #111;
  margin-left: 4px;
}

.hoolabs-swatch-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hoolabs-swatch {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Philosopher';
  padding: 0;
  border: none;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
  text-transform: uppercase;
  line-height: 1;
  box-sizing: border-box;
}

.hoolabs-swatch:hover {
  border-color: #999 !important;
}

.hoolabs-swatch {
  position: relative;
}

.hoolabs-swatch.is-active {
  /* border-color: #111; */
  /* background: #111; */
  /* color: #fff; */
  /* box-shadow: inset 0 0 0 1px #111; */
}

.hoolabs-swatch.is-active::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: -1px;

}

/* Color Swatches */
.hoolabs-swatch-grid--color {
  gap: 5px;
}

.hoolabs-swatch--color {
  width: 25px;
  height: 25px;
  min-width: 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #eee;
  /* fallback */
}

.hoolabs-swatch--color:hover {
  border-color: #000 !important;
}

.hoolabs-swatch--color.is-active {
  border: 1px solid #000 !important;
  box-shadow: 0 0 0 1px #fff inset !important;
}

.hoolabs-swatch.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.hoolabs-variation-row .reset_variations {
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 11px !important;
  margin-top: 15px;
  color: #d50000;
}

.hoolabs-variation-row .reset_variations:hover {
  color: #333;
}

/* Variation price (shown after selecting a variation) */
.hoolabs-variation-price {
  display: none;
  margin-top: 4px;
  margin-bottom: 16px;
  padding: 0;
}

.hoolabs-variation-price .price {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
}

.hoolabs-variation-price .price del {
  color: #999;
  font-weight: 400;
  margin-right: 6px;
  font-size: 0.95rem;
}

.hoolabs-variation-price .price ins {
  text-decoration: none;
  color: #111;
}

/* Hide default WooCommerce variation price inside single_variation_wrap */
.single_variation_wrap .woocommerce-variation-price,
.reset_variations {
  display: none !important;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  justify-content: end;
}

.hoolabs-variation-row {
  display: flex;
  align-items: center;
  height: 25px;
}

/* Buttons wrapper */
.hoolabs-single-buttons {}

.hoolabs-single-buttons button {
  font-weight: 500 !important;
  font-size: 13px !important;
}

/* Add to cart – transparent / outline */
.hoolabs-single-product-detail .summary .single_add_to_cart_button {
  font-family: 'Philosopher';
  padding: 8px 16px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  background: #111 !important;
  color: #fff !important;
  border: 1.5px solid #111;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  margin: 0;
}

.single-product div.product form.cart .variations {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.hoolabs-single-product-detail .summary .single_add_to_cart_button:hover {
  background: #111;
  color: #fff;
}

/* Buy it now – solid black */
.hoolabs-buy-now-btn {
  display: none;
  width: 100%;
  padding: 14px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: transparent;
  color: #111;
  border: 1px solid #111;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.hoolabs-buy-now-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.hoolabs-buy-now-btn.disabled,
.hoolabs-buy-now-btn:disabled {
  background: #ccc;
  border-color: #ccc;
  color: #888;
  cursor: not-allowed;
  pointer-events: none;
}

.form-row input:disabled,
.form-row select:disabled {
  background-color: #e4e4e4 !important;
}

/* Quantity input */
.hoolabs-single-product-detail .summary .quantity .qty {
  width: 33px;
  padding: 10px;
  border: none;
  border-radius: 0;
  text-align: center;
  font-size: 0.9rem;
}

/* Single Product Qty +/- Wrapper */
.hoolabs-single-qty-wrap {
  display: none !important;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  height: 40px;
  overflow: hidden;
}

.hoolabs-single-qty-wrap .quantity {
  margin: 0;
}

.hoolabs-single-qty-wrap .quantity .qty {
  width: 48px;
  height: 46px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
  appearance: textfield;
  -moz-appearance: textfield;
  outline: none;
  background: #fff;
}

.hoolabs-single-qty-wrap .quantity .qty::-webkit-inner-spin-button,
.hoolabs-single-qty-wrap .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.hoolabs-single-qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 46px;
  border: none;
  background: transparent;
  color: #333;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  padding: 0;
  flex-shrink: 0;
}



.hoolabs-single-qty-btn svg {
  width: 16px;
  height: 16px;
}

/* Product Accordion Tabs */
.hoolabs-product-accordion {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

.hoolabs-accordion-item {
  border-bottom: 1px solid #ddd;
}

.hoolabs-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  outline: none;
}

.hoolabs-accordion-header:hover {
  opacity: 0.7;
}

.hoolabs-accordion-title {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
}

.hoolabs-accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #111;
  transition: transform 0.3s ease;
}

.hoolabs-accordion-icon svg {
  width: 14px;
  height: 14px;
}

.hoolabs-accordion-item.is-open .hoolabs-accordion-icon {
  transform: rotate(45deg);
}

.hoolabs-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.hoolabs-accordion-content {
  padding: 0 0 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
}

.hoolabs-accordion-content h2 {
  display: none;
}

.hoolabs-accordion-content p {
  margin: 0 0 12px;
}

.hoolabs-accordion-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.hoolabs-accordion-content table th,
.hoolabs-accordion-content table td {
  text-align: left;
  font-weight: 300;
  font-size: 13px;
  padding: 0px;
  color: #000;
}

.hoolabs-size-guide-wrap {
  margin-top: 4px;
}

.hoolabs-accordion-content table.hoolabs-size-guide-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

.hoolabs-accordion-content table.hoolabs-size-guide-table th,
.hoolabs-accordion-content table.hoolabs-size-guide-table td {
  text-align: center;
  padding: 8px;
  font-size: 10px;
  color: #1f1f1f;
  border: 1px solid #dddddd;
}

.hoolabs-accordion-content table.hoolabs-size-guide-table thead th {
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #dddddd;
  background: transparent;
}

.hoolabs-accordion-content table.hoolabs-size-guide-table tbody td:first-child,
.hoolabs-accordion-content table.hoolabs-size-guide-table thead th:first-child {
  border-right: 1px solid #dddddd;
  font-weight: 600;
}

/* Hide default WooCommerce tabs below product */
.woocommerce-tabs {
  display: none !important;
}

/* Discount badge above title */
.hoolabs-discount-badge {
  display: none !important;
  background: #f83434;
  color: #fff;
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 4px !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

/* Hide default sale flash in gallery */
.hoolabs-single-product-gallery .onsale {
  display: none;
}

/* Rating */
.hoolabs-single-product-detail .summary .woocommerce-product-rating {
  margin-bottom: 12px;
}

/* ---- Slideshow navigation arrows (hidden on desktop) ---- */
.hoolabs-gallery-nav {
  display: none;
}

/* ---- Slide counter (hidden on desktop) ---- */
.hoolabs-gallery-counter {
  display: none;
}

/* ---- Responsive: Tablet ---- */
@media only screen and (max-width: 1024px) {
  .hoolabs-single-product-row {
    flex-direction: column;
    gap: 20px;
  }

  .hoolabs-single-product-gallery,
  .hoolabs-single-product-detail {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .hoolabs-single-product-detail {
    position: static;
  }

  .hoolabs-single-product-detail .summary.entry-summary {
    padding: 20px;
  }

  /* Gallery becomes horizontal slideshow */
  .hoolabs-gallery-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    scrollbar-width: none;
  }

  .hoolabs-gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .hoolabs-gallery-grid__item {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }

  /* Show navigation arrows */
  .hoolabs-gallery-nav {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    transition: background 0.2s;
    padding: 0;
    color: #333;
  }

  .hoolabs-gallery-nav:hover {
    background: #fff;
  }

  .hoolabs-gallery-nav--prev {
    left: 12px;
  }

  .hoolabs-gallery-nav--next {
    right: 12px;
  }

  .hoolabs-gallery-nav svg {
    width: 20px;
    height: 20px;
  }

  /* Show counter */
  .hoolabs-gallery-counter {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 12px;
    z-index: 5;
    pointer-events: none;
    letter-spacing: 0.05em;
  }

  /* Gallery wrapper needs position relative for arrows */
  .hoolabs-single-product-gallery {
    position: relative;
  }

  /* Hide zoom overlay on touch */
  .hoolabs-gallery-zoom {
    display: none;
  }
}

/* ---- Responsive: Mobile ---- */
@media only screen and (max-width: 767px) {
  .hoolabs-gallery-nav {
    width: 34px;
    height: 34px;
  }

  .hoolabs-gallery-nav--prev {
    left: 8px;
  }

  .hoolabs-gallery-nav--next {
    right: 8px;
  }

  .hoolabs-gallery-nav svg {
    width: 16px;
    height: 16px;
  }
}

/* =====================================================
   GALLERY HOVER ZOOM CURSOR + LIGHTBOX
   ===================================================== */

/* ---- Variant highlight flash on desktop ---- */
.hoolabs-gallery-grid__item--highlight {
  animation: hoolabs-highlight-pulse 1.2s ease;
}

@keyframes hoolabs-highlight-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
  }

  30% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.12);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* ---- Hover: black circle with + icon ---- */
.hoolabs-gallery-grid__item {
  position: relative;
  cursor: pointer;
}

.hoolabs-gallery-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: 2;
}

.hoolabs-gallery-grid__item:hover .hoolabs-gallery-zoom {
  opacity: 1;
}

.hoolabs-gallery-zoom__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- Lightbox overlay ---- */
.hoolabs-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hoolabs-lightbox.is-open {
  opacity: 1;
}

/* Close button */
.hoolabs-lightbox__close {
  font-family: 'Philosopher';
  font-size: 20px !important;
  position: absolute;
  top: 20px;
  right: 28px;
  z-index: 10;
  background: none;
  border: none;
  font-size: 36px;
  font-weight: 300;
  color: #333;
  cursor: pointer;
  line-height: 1;
  padding: 4px 8px;
  transition: color 0.2s;
}

.hoolabs-lightbox__close:hover {
  color: #000;
}

/* Inner layout: thumbs left + main right */
.hoolabs-lightbox__inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 90vw;
  max-height: 90vh;
  padding: 20px;
}

/* Thumbnails column */
.hoolabs-lightbox__thumbs {
  flex: 0 0 72px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 85vh;
  overflow-y: auto;
  padding-right: 4px;
}

/* Hide scrollbar but keep scroll */
.hoolabs-lightbox__thumbs::-webkit-scrollbar {
  width: 3px;
}

.hoolabs-lightbox__thumbs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.hoolabs-lightbox__thumb {
  width: 64px;
  height: 64px;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  opacity: 0.5;
  transition: opacity 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.hoolabs-lightbox__thumb:hover {
  opacity: 0.8;
}

.hoolabs-lightbox__thumb.is-active {
  opacity: 1;
  border-color: #333;
}

.hoolabs-lightbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Main image */
.hoolabs-lightbox__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 85vh;
}

.hoolabs-lightbox__img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  display: block;
}

/* ---- Lightbox responsive ---- */
@media only screen and (max-width: 767px) {
  .hoolabs-lightbox__inner {
    flex-direction: column-reverse;
    padding: 60px 10px 10px;
    max-height: 100vh;
    max-width: 100vw;
  }

  .hoolabs-lightbox__thumbs {
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 6px;
    padding-right: 0;
  }

  .hoolabs-lightbox__thumb {
    width: 48px;
    height: 48px;
  }

  .hoolabs-lightbox__main {
    max-height: 70vh;
  }

  .hoolabs-lightbox__close {
    top: 10px;
    right: 14px;
  }
}

/* ══════════════════════════════════════════
   Wishlist
   ══════════════════════════════════════════ */

/* Heart button – shared (loop + single) */
.hoolabs-wishlist-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #333;
  transition: color 0.2s, transform 0.2s, box-shadow 0.2s;
  padding: 0;
}

.hoolabs-wishlist-btn:hover {
  color: #000;
  transform: scale(1.1);
}

.hoolabs-wishlist-btn.is-active {
  color: #000;
}

.hoolabs-wishlist-btn.loading {
  opacity: 0.5;
  pointer-events: none;
}

/* Heart in shop loop – position over image */
.woocommerce ul.products li.product .hoolabs-wishlist-btn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.hoolabs-product-grid .hoolabs-product-card__atc.button {
  min-height: 20px !important;
}

.woocommerce:not(.swiper) ul.products li.product {
  position: relative;
  width: auto !important;
  margin: 0px !important;
}

/* Heart on single product – inline with label */
.hoolabs-wishlist-single {
  display: none;
  /* display: flex; */
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.hoolabs-wishlist-single .hoolabs-wishlist-btn {
  box-shadow: none;
  background: transparent;
  width: 24px;
  height: 24px;
}

.hoolabs-wishlist-single .hoolabs-wishlist-btn svg {
  width: 15px;
  height: 15px;
}

.hoolabs-wishlist-label {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: default;
}

/* Wishlist counter (for header) */
.hoolabs-wishlist-counter {
  display: none;
  background: #e74c3c;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -6px;
}

.hoolabs-wishlist-counter.has-items {
  display: block;
}

/* ── Wishlist Page ── */
.hoolabs-wishlist-page {
  /* max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px; */
}

.related.products {
  display: none;
}

.hoolabs-wishlist-page__title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

.hoolabs-wishlist-page__empty {
  font-size: 0.95rem;
  color: #777;
}

.hoolabs-wishlist-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.hoolabs-wishlist-card {
  position: relative;
}

.hoolabs-wishlist-card__image {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.hoolabs-wishlist-card__image img {
  width: 100%;
  height: auto;
  display: block;
}

.hoolabs-wishlist-card__image .hoolabs-wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.hoolabs-wishlist-btn.is-active svg {
  fill: #000 !important;
}

.hoolabs-wishlist-card__info {
  padding: 12px 8px;
}

.hoolabs-wishlist-card__title {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  color: #111;
  text-decoration: none;
  margin-bottom: 6px;
}

.hoolabs-wishlist-card__title:hover {
  text-decoration: underline;
}

.hoolabs-wishlist-card__price {
  font-size: 12px;
  font-weight: 300;
  color: #959595;
}

.hoolabs-wishlist-card__price ins {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .hoolabs-wishlist-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .related.products {
    padding: 60px 20px;
  }

  .hoolabs-wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .hoolabs-mini-cart-product__thumbnail {
    width: 100px;
  }

  .hoolabs-custom-mini-cart .hoolabs-mini-cart-details {
    width: calc(100% - 100px);
  }
}



/* =========================
   HOOLABS PRODUCT ZIGZAG GRID
========================= */

.products.hoolabs-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 56px 28px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: start;
}

/* reset woocommerce */
.products.hoolabs-product-grid::before,
.products.hoolabs-product-grid::after {
  display: none !important;
}

.woocommerce:not(.swiper) .products.hoolabs-product-grid>li {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  grid-column: span 1;
}

/* =========================
   BIG PRODUCT LEFT (ZIGZAG)
========================= */

.zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 6),
.zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 7),
.zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 8),
.zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 9) {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 4),
.zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 5) {
  padding-top: 70px !important;
}

/* =========================
   BIG PRODUCT RIGHT (ZIGZAG)
========================= */

.zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 12) {
  grid-column: span 2;
  grid-row: span 2;
}

/* =========================
   IMAGE WRAP
========================= */

.products.hoolabs-product-grid .hoolabs-product-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #f5f5f5;
}

/* big card image ratio */

.zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 1) .hoolabs-product-card__image-wrap,
.zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 12) .hoolabs-product-card__image-wrap {
  aspect-ratio: 3/4.76;
}

/* =========================
   IMAGES
========================= */

.products.hoolabs-product-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

.products.hoolabs-product-grid li:hover img {
  transform: scale(1.03);
}


/* =========================
   MOBILE
========================= */

@media(max-width:767px) {

  .products.hoolabs-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .products.hoolabs-product-grid>li,
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 1),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 12) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 6),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 7),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 8),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 9) {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 4),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 5) {
    padding-top: 0px !important;
  }

  .hoolabs-product-card__badge svg {
    width: 25px;
    height: 25px;
  }
}



@media (min-width:768px) and (max-width:1024px) {

  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 6),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 7),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 8),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 9) {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 4),
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(9n + 5) {
    padding-top: 0px !important;
  }

  .zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 1) .hoolabs-product-card__image-wrap,
  .zigzag-view .products.hoolabs-product-grid>li:nth-child(18n + 12) .hoolabs-product-card__image-wrap {
    aspect-ratio: 3 / 4.42;
  }

  .hoolabs-product-card__body {
    padding: 15px 15px;
  }

  .hoolabs-product-card__title {
    font-size: 14px !important;
  }

}

/* WOOCOMMERCE MY ACCOUNT CUSTOM STYLING */
.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 250px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  min-width: 0;
  border-left: 1px solid #eee;
  padding-left: 50px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 25px;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 0;
  color: #888;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  color: #000;
  font-weight: 600;
}

/* The active black line */
.woocommerce-MyAccount-navigation li.is-active a::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #000;
}

/* Dashboard Minimal Design */
.hoolabs-minimal-dashboard {
  max-width: 900px;
  width: 100%;
}

.hoolabs-dashboard-section {
  margin-bottom: 60px;
}

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

.hoolabs-section-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  color: #333;
}

.hoolabs-outline-btn {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 0px;
  background: #000;
  padding: 8px 16px;
  transition: all 0.2s ease;
}

.hoolabs-data-row {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #f9f9f9;
}

.hoolabs-data-label {
  flex: 0 0 30%;
  font-size: 11px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hoolabs-data-val {
  flex: 1;
  font-size: 13px;
  color: #222;
}

/* Addresses Section */
.hoolabs-address-blocks-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.hoolabs-address-content address {
  font-size: 13px;
  color: #222;
  font-style: normal;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
  }

  .woocommerce-MyAccount-navigation li.is-active a::before {
    display: none;
  }

  .hoolabs-address-blocks-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* WOOCOMMERCE COMBINED ADDRESS FORM STYLING */
.hoolabs-addresses-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.hoolabs-address-forms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 20px;
}

/* Minimal Edit Address Styling */
.hoolabs-minimal-edit-address .hoolabs-dashboard-header-top {
  margin-bottom: 20px;
}

.hoolabs-minimal-edit-address .hoolabs-back-link {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  letter-spacing: 1px;
}

.hoolabs-minimal-edit-address .hoolabs-back-link:hover {
  text-decoration: underline;
}

.hoolabs-minimal-edit-address .hoolabs-page-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #222;
}

.hoolabs-minimal-edit-address .hoolabs-col-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #333;
}

.hoolabs-same-as-billing-wrapper.minimal-checkbox {
  background: transparent;
  padding: 0;
  border: none;
  margin-bottom: 40px;
}

.hoolabs-same-as-billing-wrapper.minimal-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  color: #555;
  font-weight: 400;
}

.hoolabs-minimal-edit-address .woocommerce-address-fields__field-wrapper label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 5px;
  display: block;
}

.woocommerce table.shop_table {
  border: none;
}

.hoolabs-minimal-edit-address .woocommerce-address-fields__field-wrapper .input-text,
.hoolabs-minimal-edit-address .woocommerce-address-fields__field-wrapper select,
.hoolabs-minimal-edit-address .select2-container .select2-selection--single {
  border: 1px solid #eee !important;
  border-radius: 0 !important;
  padding: 12px 15px !important;
  font-size: 13px;
  width: 100%;
  color: #222 !important;
  box-shadow: none;
  background-color: #fff !important;
  height: 40px !important;
}

.hoolabs-minimal-edit-address .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding-left: 0;
}

.hoolabs-minimal-edit-address .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.hoolabs-minimal-edit-address .form-row {
  margin-bottom: 20px;
}

.hoolabs-minimal-edit-address .hoolabs-save-address-btn-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.button.hoolabs-save-btn {
  width: auto;
  min-width: 150px;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-family: 'Philosopher';
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button.hoolabs-save-btn:hover {
  background: #333;
}

.hoolabs-minimal-edit-address .hoolabs-cancel-link {
  font-size: 11px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
}

.hoolabs-minimal-edit-address .hoolabs-cancel-link:hover {
  color: #000;
}

.hoolabs-disabled-section {
  opacity: 0.6;
  pointer-events: none;
}

/* Orders Minimal Table Styling */
.woocommerce-MyAccount-orders.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  border: none;
}

.woocommerce-MyAccount-orders.shop_table th,
.woocommerce-MyAccount-orders.shop_table td {
  border: none;
  background: transparent;
}

.woocommerce-MyAccount-orders.shop_table thead th {
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 0;
  text-align: left;
}

.woocommerce-MyAccount-orders.shop_table tbody td {
  padding: 25px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: 13px;
  color: #222;
  vertical-align: middle;
}

.woocommerce-MyAccount-orders.shop_table tbody td a {
  color: #222;
  text-decoration: none;
}

/* Specific columns alignment */
.woocommerce-orders-table th.woocommerce-orders-table__header-order-actions,
.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
  text-align: right;
}

/* Action Button styling to look like text link */
.woocommerce-orders-table .button.view {
  background: transparent !important;
  color: #222 !important;
  border: none !important;
  padding: 0 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.woocommerce-orders-table .button.view::after {
  content: " \2192";
  margin-left: 5px;
}

.woocommerce-orders-table .button.view:hover {
  color: #000 !important;
  background: transparent !important;
}

/* Responsive adjustments for Orders table */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    border-left: none;
    padding-left: 0;
  }
}

/* Edit Account Page Specific Styling */
.hoolabs-edit-account-page .form-row label {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 5px;
  display: block;
}

.hoolabs-edit-account-page .form-row label .required {
  color: #d0021b;
  font-weight: bold;
}

.hoolabs-edit-account-page .form-row .input-text {
  border: 1px solid #eee !important;
  border-radius: 0 !important;
  padding: 12px 15px !important;
  font-size: 13px;
  width: 100%;
  color: #222;
  box-shadow: none;
  background-color: #fff;
  height: 40px !important;
}

.hoolabs-edit-account-page .form-row {
  margin-bottom: 25px;
  float: none;
  width: 100%;
}

.hoolabs-edit-account-page .form-row-first {
  float: left;
  width: 48%;
}

.hoolabs-edit-account-page .form-row-last {
  float: right;
  width: 48%;
}

.hoolabs-edit-account-page fieldset {
  border: 1px solid #eee;
  padding: 25px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  /* Native look from image has tiny/no radius */
}

.hoolabs-edit-account-page fieldset legend {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 0 10px;
  margin-left: -10px;
}

.hoolabs-edit-account-page em {
  font-size: 11px;
  color: #888;
  font-style: italic;
  display: block;
  margin-top: 5px;
}

@media (max-width: 768px) {

  .hoolabs-edit-account-page .form-row-first,
  .hoolabs-edit-account-page .form-row-last {
    float: none;
    width: 100%;
  }
}

/* Minimal View Order Styling */
.hoolabs-view-order-minimal .hoolabs-order-status-notice {
  font-size: 13px;
  color: #222;
  margin-bottom: 40px;
}

.hoolabs-view-order-minimal .hoolabs-order-status-notice mark {
  background: transparent;
  font-weight: 600;
  color: #000;
}

/* Common Headings */
.hoolabs-view-order-minimal h2 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 40px;
  color: #333;
}

/* Order Details Table */
.hoolabs-view-order-minimal .woocommerce-table--order-details {
  border: 1px solid #eee;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 4px;
}

.hoolabs-view-order-minimal .woocommerce-table--order-details th,
.hoolabs-view-order-minimal .woocommerce-table--order-details td {
  padding: 20px 25px;
  border-bottom: none;
  font-size: 13px;
  color: #222;
  background: transparent;
  border-left: none;
  border-right: none;
}

.hoolabs-view-order-minimal .woocommerce-table--order-details thead th {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

/* .hoolabs-view-order-minimal .woocommerce-table--order-details tbody td {
  border-bottom: 1px solid #eee;
} */

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 20px 0px;
}

.hoolabs-view-order-minimal .woocommerce-table--order-details tfoot th {
  font-weight: 600;
  text-align: left;
}

.hoolabs-view-order-minimal .woocommerce-table--order-details tfoot tr:last-child th,
.hoolabs-view-order-minimal .woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: none;
}



.hoolabs-view-order-minimal .woocommerce-customer-details .woocommerce-column__title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333;
  margin-top: 0;
}

.hoolabs-view-order-minimal .woocommerce-customer-details address {
  border: 1px solid #eee;
  padding: 25px;
  font-size: 13px;
  font-style: normal;
  color: #222;
  line-height: 1.8;
}

/* Fallbacks / Single address / Extra Info */
.hoolabs-view-order-minimal>section {
  margin-bottom: 50px;
}

.hoolabs-view-order-minimal>section.woocommerce-bacs-bank-details {
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 4px;
}

.woocommerce-account .woocommerce {
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce form.login {
  min-width: 500px;
  border-radius: 0px;
  margin: 0px;
}

.woocommerce-form-login.login input,
.woocommerce form .form-row .input-text {
  height: 40px !important;
  border-radius: 0px !important;
  border-color: #c5c5c5 !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-Button.button,
.woocommerce .woocommerce-Button.button:hover {
  background: #000 !important;
  font-family: 'Philosopher';
  color: #fff;
  min-width: 100px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  min-height: 35px;
  letter-spacing: 1px;
  border-radius: 0px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 768px) {
  .hoolabs-view-order-minimal .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
  }


  .woocommerce-MyAccount-navigation li.is-active {
    border-bottom: 1px solid;
  }
}

/* Responsive Table Concept */
.hoolabs-table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

.hoolabs-table-responsive table.woocommerce-orders-table {
  min-width: 650px;
  /* Set a minimum width so columns don't squish */
  width: 100%;
}