/*
Theme Name: Hello Child
Template: hello-elementor
*/
@charset "UTF-8";
/************************/
/***   BREAKPOINTS   ****/
/************************/
/*****************/
/**  quick view **/
/*****************/
.quick-view-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.quick-view-modal.merchant-show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick-view-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.quick-view-inner {
  position: relative;
  z-index: 2;
  background: #fff;
  width: 92%;
  max-width: 980px;
  max-height: 90vh;
  margin: 40px auto;
  padding: 24px;
  border-radius: 8px;
  display: none;
  overflow: auto;
}
.quick-view-inner .woocommerce-variation-price {
  font-weight: bold;
  margin-bottom: var(--space-s) !important;
}
.quick-view-inner .woocommerce-variation-price del {
  font-size: 14px;
  opacity: 0.6;
  font-weight: normal;
}

.quick-view-inner.merchant-show {
  display: block;
}

.quick-view-close-button {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.quick-view-loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
}

.quick-view-modal.merchant-loading .quick-view-loader {
  display: block;
}

.quick-view-modal.merchant-loading .quick-view-inner {
  opacity: 0.4;
  pointer-events: none;
}

.quick-view-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.quick-view-product-rating .quick-view-rating-stars {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  width: 88px;
  height: 1em;
}

.quick-view-product-rating .quick-view-rating-stars::before {
  content: "★★★★★";
  color: #d1d5db;
  position: absolute;
  top: 0;
  left: 0;
}

.quick-view-product-rating .quick-view-rating-stars span::before {
  content: "★★★★★";
  color: #f59e0b;
  position: absolute;
  top: 0;
  left: 0;
}

.quick-view-product-rating .quick-view-rating-stars span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1em;
  overflow: hidden;
}

.quick-view-product-rating .quick-view-rating-text {
  font-size: 12px;
  color: #6b7280;
}

.quick-view-modal .woocommerce-product-gallery,
.quick-view-modal .woocommerce-product-gallery__wrapper,
.quick-view-modal .woocommerce-product-gallery__image,
.quick-view-modal .flex-viewport {
  height: auto !important;
}

.quick-view-modal .woocommerce-product-gallery__image img,
.quick-view-modal .woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: auto !important;
  object-fit: contain;
}


.quick-view-inner {
  max-height: auto;
}
.quick-view-inner .quick-view-close-button {
  color: var(--color-primary);
  transition: 0.2s;
  background: var(--color-primary-10);
}
.quick-view-inner .quick-view-close-button:hover {
  background: var(--color-primary-30);
}
.quick-view-inner .quick-view-product-add-to-cart form {
  gap: var(--space-xxs);
  display: flex;
  justify-content: flex-start;
  margin-bottom: var(--space-s);
}
.quick-view-inner .quick-view-product-add-to-cart form > span {
  position: absolute;
}
.quick-view-inner .quick-view-product-add-to-cart .quantity input {
  width: 60px;
  border: 0;
  border: 1px solid var(--color-primary);
  padding: 8px;
  border-radius: 3px;
  text-align: center;
}
.quick-view-inner .quick-view-product-add-to-cart button[type=submit] {
  border: 0;
  background: var(--color-primary);
  color: #fff;
  padding: 8px;
  border-radius: 3px;
  width: 240px;
  cursor: pointer;
  transition: 0.2s;
}
.quick-view-inner .quick-view-product-add-to-cart button[type=submit]:hover {
  background: var(--color-primary-dark-90);
}
.quick-view-inner .quick-view-product-excerpt {
  padding: var(--space-s) 0;
}
.quick-view-inner .quick-view-product-meta {
  font-size: 14px;
  opacity: 0.6;
}
.quick-view-inner .woocommerce-variation-description {
  font-size: 14px !important;
}
.quick-view-inner .variations {
  margin-bottom: var(--space-s);
}
.quick-view-inner .variations .reset_variations {
  display: none !important;
}
.quick-view-inner .variations .woo-selected-variation-item-name {
  display: none;
}
.quick-view-inner .variations label {
  display: block;
  font-weight: normal;
}
.quick-view-inner .variations td {
  display: block;
  padding: 0 var(--space-xxs);
}
.quick-view-inner .variations .variable-item {
  border: 1px solid var(--color-primary) !important;
}
.product-type-variable .quick-view-product-add-to-cart form {
  flex-direction: column;
}
.product-type-variable .quick-view-product-add-to-cart form .quantity {
  display: flex;
  flex-direction: row;
}

.quick-view-product-gallery .flex-viewport {
  margin-bottom: 1rem;
}

.quick-view-product-rating {
  width: 240px;
}

.quick-view-product-rating .quick-view-rating-text {
  white-space: nowrap;
}

.quick-view-product-rating .quick-view-rating-stars {
  display: flex;
  font-size: 18px;
}

.quick-view-product-rating .quick-view-rating-stars span::before {
  color: var(--color-primary);
}

.quick-view-content > div > div {
  display: flex;
}

.emptyshopicon {
  background: #ededed;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  aspec-ratio: 1;
  width: 80px;
  height: 80px;
}

.hc-fcart__empty {
  background: #dedede;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 4/3;
  color: var(--color-primary);
  border-radius: 4px;
}
.hc-fcart__empty div {
  color: var(--color-text);
}

/*************************/
/**  .woocommerce reset **/
/*************************/
.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
  content: none;
}

/* free shipping styles */
.hc-free-shipping-bar {
  padding: var(--space-xs);
}

.hc-free-shipping-bar__text {
  font-size: 14px;
  color: #222;
  margin-bottom: 8px;
}

.hc-free-shipping-bar__track {
  height: 8px;
  background: var(--color-primary-20);
  border-radius: 999px;
  overflow: hidden;
}

.hc-free-shipping-bar__fill {
  display: block;
  height: 100%;
  background: var(--color-primary);
  width: 0;
  transition: width 0.25s ease;
}

.hc-free-shipping-bar__free-text {
  text-align: center;
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 0;
}

.logged-in .floatingcart {
  top: 46px;
}
@media (min-width: 767px) {
  .logged-in .floatingcart {
    top: 32px;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--space-s);
}

.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}

.woocommerce-cart .woocommerce-message a {
  visibility: hidden;
}

.variationbox {
  background: white;
  border: 2px dotted var(--color-primary);
  border-radius: 8px;
  padding: var(--space-s);
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 1;
  margin-bottom: 0 !important;
}
.variationbox .js_cross_close {
  border: 0 !important;
  color: var(--color-primary);
}
.variationbox .woocommerce-variation-availability,
.variationbox .woo-selected-variation-item-name {
  display: none;
}
.variationbox button[type=submit] {
  font-weight: normal;
}
.variationbox .quantity .qty {
  width: 60px;
  font-size: 14px;
  padding: 2px 4px;
}
.variationbox .reset_variations {
  height: 0 !important;
  overflow: hidden !important;
  display: block;
}
.variationbox button[type=submit] {
  background: var(--color-primary) !important;
  margin-top: 1rem;
}
.variationbox .variable-items-wrapper.button-variable-wrapper {
  flex-wrap: nowrap !important;
  display: flex !important;
}
.variationbox .variable-items-wrapper.button-variable-wrapper li {
  display: flex;
}
.variationbox table {
  border: 0;
  border-collapse: collapse;
  display: block !important;
}
.variationbox table td,
.variationbox table th {
  display: block !important;
  border: 0;
  background: none !important;
  padding: 0;
  display: block;
  text-align: left;
}
.variationbox table td label,
.variationbox table th label {
  display: none;
}
.variationbox table td {
  margin-bottom: var(--space-xs);
}
.variationbox table th {
  padding-right: var(--space-s);
}
.variationbox .button-variable-item {
  padding: 2px 2px !important;
  margin-right: 4px !important;
}
.variationbox .button-variable-item span {
  font-size: 14px !important;
}

.crosssell-container {
  display: grid;
  gap: var(--space-xxs);
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  padding: var(--space-xxs);
  border: 1px solid #eee;
  border-radius: 6px;
}

.cart_totals {
  border: 0;
}
.cart_totals h2 {
  display: none;
}

.woocommerce-cart table.shop_table {
  border-collapse: collapse;
  border: 0;
  margin-bottom: var(--space-s) !important;
}
.woocommerce-cart table.shop_table tbody {
  position: relative;
  border: 0 !important;
}
.woocommerce-cart table.shop_table tbody th,
.woocommerce-cart table.shop_table tbody td {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.woocommerce-cart table.shop_table tbody th:last-child,
.woocommerce-cart table.shop_table tbody td:last-child {
  border-bottom: 0 !important;
}
.woocommerce-cart table.shop_table tbody tr:last-child th,
.woocommerce-cart table.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
.woocommerce-cart table.shop_table tbody:before {
  content: "";
  border: 1px solid lightgrey;
  position: absolute;
  border-radius: 8px;
  inset: 0;
}
.woocommerce-cart table.shop_table tbody > tr td {
  position: relative;
  background: transparent;
}

.wc-proceed-to-checkout {
  padding: 0 !important;
}
.wc-proceed-to-checkout a {
  background: var(--color-alert) !important;
  border-radius: 8px !important;
}

.cartitem {
  position: relative;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  padding: var(--space-xxs);
  display: grid;
  align-items: center;
  grid-template-columns: 100px 1fr auto;
  grid-template-rows: 1fr;
  grid-row-gap: var(--space-xxs);
  grid-column-gap: var(--space-xs);
}
.cartitem__thumb {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  order: 1;
  grid-row: span 2;
  grid-row-gap: 2px;
}
.cartitem__thumb img {
  border-radius: 3px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cartitem__delete {
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
  background: var(--color-primary);
  padding: 4px;
  border-radius: 3px;
}
.cartitem__delete svg {
  width: 12px;
  height: auto;
}
.cartitem__price {
  order: 5;
  margin-bottom: auto;
}
.cartitem__meta {
  order: 2;
  margin-top: auto;
  font-weight: bold;
}
.cartitem__qty {
  margin-right: var(--space-xs);
  order: 4;
  grid-row: span 2;
  align-items: center;
  display: flex;
}
.cartitem__qty button {
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  line-height: 1;
  padding: 0;
  flex: 0 0 28px;
  border: 1px solid #999;
  color: #666;
}
.cartitem__qty button:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}
.cartitem__qty .hhc-qty-btn {
  display: flex;
}
.cartitem__qty-input {
  border: 0 !important;
  width: 28px !important;
  padding: 0 !important;
  text-align: center !important;
  border: 1px solid red;
  -moz-appearance: textfield;
}
.cartitem__qty-input::-webkit-inner-spin-button, .cartitem__qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*************************/
/**  .woocommerce reset **/
/*************************/
wc-order-attribution-inputs {
  position: absolute;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
  box-shadow: 0;
}

.woocommerce table.shop_table {
  margin: 0;
}

.pane {
  background: white;
  border-radius: 8px;
  padding: var(--space-s);
  margin-bottom: var(--space-s);
}
.pane hr {
  border-top: 1px solid #eee;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: var(--space-s) 0;
}

.subheader {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: var(--space-s);
  font-size: var(--step--1);
  gap: var(--space-xxs);
  padding: 0 0 var(--space-xxs) 0;
}
.subheader svg {
  color: var(--color-primary) !important;
}

.woocommerce-checkout {
  background: var(--color-primary-10);
}

.checkout {
  position: relative;
}
.checkout .checkout-grid {
  padding: var(--space-m) auto;
  padding: 2rem var(--section-padding);
  grid-template-columns: 1fr;
  background: white;
  gap: var(--space-m);
  background: var(--color-primary-10);
}
.checkout .checkout-grid > div,
.checkout .checkout-grid > aside {
  border-radius: 12px;
}
@media (min-width: 767px) {
  .checkout .checkout-grid {
    grid-template-columns: 1fr 1fr;
  }
  .checkout .checkout-grid:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ddd;
    right: 50%;
  }
  .checkout .checkout-grid:before {
    background: #efefef;
    position: absolute;
    inset: 0 0 0 50%;
    display: block;
  }
}
.checkout .form-row label {
  color: #333;
  font-size: 13px;
}
.checkout .form-row input[type=email],
.checkout .form-row input[type=text],
.checkout .form-row input[type=number] {
  border: 1px solid #ccc;
}
.checkout .checkout__main {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .checkout .checkout__main,
.checkout .checkout__summary {
    max-width: calc(var(--max-width) / 2);
  }
}
.checkout .checkout__section-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.2rem;
}
.checkout .checkout__fields {
  display: grid;
}
.checkout .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.checkout .shop_table.woocommerce-checkout-review-order-table {
  border: 0;
  border-collapse: collapse;
  font-size: 1rem;
}
.checkout .shop_table.woocommerce-checkout-review-order-table td,
.checkout .shop_table.woocommerce-checkout-review-order-table tr,
.checkout .shop_table.woocommerce-checkout-review-order-table th {
  border: 0 !important;
}
.checkout .shop_table.woocommerce-checkout-review-order-table thead th.product-name,
.checkout .shop_table.woocommerce-checkout-review-order-table thead th.product-total {
  color: var(--color-primary);
}

.woocommerce-form-coupon.coupon p {
  display: none;
}

.hc-coupon__fields {
  position: relative;
}
.hc-coupon__fields input {
  padding-right: 108px;
  border: 1px solid #ccc;
}
.hc-coupon__fields button {
  position: absolute !important;
  top: 1px;
  right: 0.3rem;
  background: grey !important;
  color: white !important;
  font-size: 12px !important;
  margin: 6px !important;
}
.hc-coupon__fields button:hover {
  background: var(--color-valid) !important;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  float: none;
  width: 100%;
  padding: 0;
}

.woocommerce form .form-row {
  padding: 0;
}

.checkout__fields.grid-2-33-67 {
  grid-template-columns: 1fr 2fr;
}

.checkout__link {
  font-size: 0.9rem;
}

.checkout__login-inline {
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.checkout__alt-text {
  margin-top: 8px;
  font-size: 0.95rem;
}

.payment_box.payment_method_bacs {
  background: var(--color-valid-100) !important;
  color: white !important;
  border-radius: 4px !important;
  font-size: 0.9rem;
}
.payment_box.payment_method_bacs:before {
  border-width: 0.5em !important;
  border-bottom: 0.5em solid var(--color-valid-100) !important;
  top: 1px !important;
}

.checkout__stock-alert {
  border-radius: 8px;
  padding: 16px;
  background: var(--color-alert-30);
  margin-bottom: var(--space-m);
}

.woocommerce-checkout-review-order {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding-top: 6px;
  margin-top: 8px;
}

/*****************/
/** cart items  **/
/*****************/
.checkout__cart-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  align-items: flex-start;
}
.checkout__cart-item .checkout__cart-price {
  text-align: right;
}
.checkout__cart-item .checkout__cart-price-old {
  font-size: 12px;
  font-weight: normal;
}
.checkout__cart-item .checkout__cart-price-new {
  font-size: 16px;
}
.checkout__cart-item .checkout__cart-price-discount {
  background: var(--color-alert);
  color: white;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 4px 8px;
  font-size: 12px;
}
.checkout__cart-item .checkout__cart-qty input {
  width: 40px;
  font-size: 14px;
  padding: 4px 12px;
}

.hc-cart__items {
  display: grid;
  gap: var(--space-xs);
  margin-bottom: 18px;
}

.checkout__cart-thumb {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 8px;
  border: 2px solid white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.checkout__cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout__cart-qty > label {
  display: none !important;
}

.checkout__cart-qty-badge {
  position: absolute;
  top: -6px;
  left: -6px;
  background: var(--color-valid);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  border-radius: 14px;
  border: 2px solid #fff;
  z-index: 1;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout__cart-meta {
  display: grid;
  gap: 6px;
}

.checkout__cart-title a {
  font-weight: 600;
}

.checkout__cart-edit {
  font-size: 0.9rem;
  text-decoration: underline;
  display: none;
}

.checkout__cart-qty label {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.checkout__cart-qty input {
  width: 80px;
}

.checkout__cart-price {
  font-weight: 600;
}

.checkout__cart-price-old {
  text-decoration: line-through;
  color: #777;
  font-size: 0.9rem;
}

.checkout__cart-price-new {
  font-weight: 700;
}

.checkout__cart-price-discount {
  color: #d72a2a;
  font-weight: 700;
  font-size: 0.9rem;
}

.checkout__coupon {
  margin: 12px 0 16px;
}

.coupon__fields {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.coupon.is-loading {
  opacity: 0.7;
  pointer-events: none;
}

#payment {
  border: 0;
  background: #fff !important;
}

.hc-checkout__billing-choices {
  display: flex;
  flex-direction: column;
  gap: var(--space-xxs);
}

.checkout__billing-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0px;
}

.checkout__billing-option:last-child {
  border-bottom: none;
  background: #fafafa;
}

.checkout__payment .wc_payment_methods,
.checkout__payment .form-row {
  margin-bottom: 12px;
}

.checkout__badges > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .checkout__grid {
    grid-template-columns: 1.2fr 0.8fr;
    column-gap: 32px;
  }

  .checkout__summary {
    position: sticky;
    top: 16px;
  }
}
/*****************************/
.vat-message {
  margin: 0 0 var(--space-xs) 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-valid);
}

.vat-message.is-valid {
  color: #0a7a26;
}

.vat-message.is-error {
  color: #b30000;
}

.vat-message.is-info {
  color: #444;
}

#billing_vat_id.is-loading {
  opacity: 0.7;
}

.hc-checkout__payment-logos {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  margin-top: 12px;
}

.hc-checkout__payment-logo {
  width: 48px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
}

.hc-checkout__payment-logo img {
  object-fit: contain;
}

button[name=woocommerce_checkout_place_order] {
  background: var(--color-valid) !important;
  border-radius: 6px !important;
  font-weight: bold;
  font-size: 13px !important;
  padding: 12px 24px !important;
  display: block !important;
}

/**************************/
/* Quantity input cleanup */
/**************************/
.qty-input {
  appearance: textfield;
  -moz-appearance: textfield;
  width: 72px;
  text-align: center;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.qty-btn {
  width: 12px;
  height: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background: #fff;
  color: #222;
  font-weight: 600;
  line-height: 0.8;
  cursor: pointer;
  transition: all 0.15s ease;
  padding: 0.4rem 1rem 0.6rem 1rem;
}
.qty-btn:focus {
  border: 1px solid #d8d8d8;
  color: #222;
  background: white !important;
}

.qty-btn:nth-child(1):hover {
  border-color: var(--color-alert);
  background: var(--color-alert-20);
  color: var(--color-alert);
}

.qty-btn:nth-child(3):hover {
  border-color: var(--color-valid);
  background: var(--color-valid-20);
  color: var(--color-valid);
}

.qty-btn:active {
  transform: translateY(1px);
}

.thankyou__header-meta > div {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.empty-cart__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef2ff, #e0f2fe);
  color: #0b57d0;
}

/**********************************/
/** sidebar styling              **/
/**********************************/
.thankyou {
  max-width: 1180px;
  margin: 32px auto 80px;
  padding: 0 18px;
  color: #111;
}

.thankyou__wrap {
  background: #f5f6f7;
  padding: 18px;
  border-radius: 22px;
}

.thankyou__header {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.thankyou__header-main h1 {
  margin: 0;
  font-size: 22px;
}

.thankyou__eyebrow {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b6477;
  margin: 0 0 6px;
}

.thankyou__pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.thankyou__pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid #d3d6dc;
  background: #eef6f0;
  color: #0b8c53;
}

.thankyou__pill--neutral {
  background: #eef0f3;
  color: #4b5563;
}

.thankyou__message {
  margin: 8px 0 0;
  color: #374151;
  font-weight: 600;
}

.thankyou__header-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.thankyou__header-meta span {
  display: block;
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 4px;
}

.thankyou__header-meta strong {
  display: block;
}

.thankyou__progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0;
}

.thankyou__step {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.03);
}

.thankyou__step-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #d5dae2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #f7f8fa;
}

.thankyou__step-label {
  font-weight: 700;
  color: #374151;
}

.thankyou__step.is-active {
  border-color: #0f8f65;
}

.thankyou__step.is-active .thankyou__step-circle {
  background: #0f8f65;
  color: #fff;
  border-color: #0f8f65;
}

.thankyou__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.thankyou__card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);
}

.thankyou__card h2 {
  margin: 0;
  font-size: 18px;
}

.thankyou__card + .thankyou__card {
  margin-top: 12px;
}

.thankyou__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.thankyou__status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef7f2;
  color: #0f8f65;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.thankyou__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef0f3;
  color: #374151;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 10px;
}

.thankyou__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thankyou__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 10px;
  align-items: center;
  background: #fdfdfd;
}

.thankyou__item-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eceff3;
}

.thankyou__item-title {
  font-weight: 700;
}

.thankyou__item-price {
  font-weight: 800;
  text-align: right;
}

.thankyou__muted {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.thankyou__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
}

.thankyou__meta--compact .thankyou__meta-row {
  padding: 8px 0;
}

.thankyou__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

.thankyou__meta-row:last-of-type {
  border-bottom: none;
}

.thankyou__meta dt {
  margin: 0;
  color: #67707f;
  font-weight: 600;
}

.thankyou__meta dd {
  margin: 0;
  font-weight: 700;
  color: #111;
}

.thankyou__addresses .thankyou__address-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.thankyou__address {
  padding: 10px 12px;
  background: #f7f8f9;
  border-radius: 10px;
  border: 1px solid #e5e6ea;
  color: #111;
}

.thankyou__address p {
  margin: 0;
}

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

.thankyou__sidebar-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.thankyou__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background: #111;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #111;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.thankyou__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.thankyou__btn--ghost {
  background: #fff;
  color: #111;
  border-color: #d6d6d6;
  box-shadow: none;
}

.thankyou__customer-name {
  margin: 0 0 6px;
  font-weight: 800;
  font-size: 16px;
}

.thankyou__map-thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  display: block;
}

.thankyou__map-thumb {
  width: 100%;
  height: 260px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.thankyou__notes {
  padding: 0 0 4px;
}

.thankyou__notes > *:last-child {
  margin-bottom: 0;
}

.thankyou__notes p {
  margin: 0 0 12px;
}

.thankyou__hero {
  margin-bottom: 18px;
}

.thankyou__hero-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f8f65;
  color: #fff;
  box-shadow: 0 8px 24px rgba(15, 143, 101, 0.25);
}

.thankyou__hero--failed {
  background: #fff6f6;
  border-color: #f3c7c7;
  box-shadow: 0 8px 24px rgba(219, 62, 62, 0.12);
}

.thankyou__hero--failed .thankyou__hero-icon {
  background: #d13c4b;
  box-shadow: 0 8px 24px rgba(209, 60, 75, 0.2);
}

@media (max-width: 1024px) {
  .thankyou {
    margin: 24px auto 60px;
  }

  .thankyou__grid {
    grid-template-columns: 1fr;
  }

  .thankyou__progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .thankyou__wrap {
    padding: 12px;
  }

  .thankyou__step {
    flex-direction: row;
  }

  .thankyou__sidebar-actions {
    width: 100%;
  }

  .thankyou__btn {
    flex: 1 1 100%;
    text-align: center;
  }
}
.iconbox {
  display: table;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  background: var(--color-primary-40);
  border-radius: var(--border-radius-m);
}
.woocommerce-checkout table.shop_table {
  border-collapse: collapse;
  border: 0;
  margin-bottom: var(--space-s) !important;
}
.woocommerce-checkout table.shop_table thead {
  position: relative;
  border: 0 !important;
}
.woocommerce-checkout table.shop_table thead th,
.woocommerce-checkout table.shop_table thead td {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid lightgrey;
  border-bottom: 0;
}
.woocommerce-checkout table.shop_table thead th:last-child,
.woocommerce-checkout table.shop_table thead td:last-child {
  border-bottom: 0 !important;
}
.woocommerce-checkout table.shop_table thead tr:last-child th,
.woocommerce-checkout table.shop_table thead tr:last-child td {
  border-bottom: 0;
}
.woocommerce-checkout table.shop_table thead:before {
  content: "";
  border: 1px solid lightgrey;
  border-bottom: 0;
  position: absolute;
  border-radius: 8px 8px 0 0;
  inset: 0;
}
.woocommerce-checkout table.shop_table tbody {
  position: relative;
  border: 0 !important;
}
.woocommerce-checkout table.shop_table tbody th,
.woocommerce-checkout table.shop_table tbody td {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.woocommerce-checkout table.shop_table tbody th:last-child,
.woocommerce-checkout table.shop_table tbody td:last-child {
  border-bottom: 0 !important;
}
.woocommerce-checkout table.shop_table tbody tr:last-child th,
.woocommerce-checkout table.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
.woocommerce-checkout table.shop_table tbody:before {
  content: "";
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  position: absolute;
  border-radius: 0;
  inset: 0;
}
.woocommerce-checkout table.shop_table tfoot {
  position: relative;
  border: 0 !important;
}
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-checkout table.shop_table tfoot td {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.woocommerce-checkout table.shop_table tfoot th:last-child,
.woocommerce-checkout table.shop_table tfoot td:last-child {
  border-bottom: 0 !important;
}
.woocommerce-checkout table.shop_table tfoot tr:last-child th,
.woocommerce-checkout table.shop_table tfoot tr:last-child td {
  border-bottom: 0;
}
.woocommerce-checkout table.shop_table tfoot:before {
  content: "";
  border: 1px solid lightgrey;
  position: absolute;
  border-radius: 0 0 8px 8px;
  inset: 0;
}
.woocommerce-checkout table.shop_table tbody > tr td {
  position: relative;
  background: transparent;
}

button {
  background: var(--color-primary-10);
}
button:hover {
  background: var(--color-primary-20);
}

.hc-fcart__close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 18px;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
}
.hc-fcart__close:hover {
  background: var(--color-primary-20);
}

.hc-fcart__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 0;
  color: var(--color-primary);
  font-weight: 700;
  cursor: pointer;
  border: 0;
}

.hc-fcart__badge {
  position: absolute;
  right: -12px;
  top: -4px;
  background: var(--color-primary);
  color: #fff;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 11px;
  padding: 0;
}


.crosssell-container .card {
    width: 140px;
}
