:root {
  --padding: 1rem;
}

@media (min-width: 50rem) {
  :root {
    --padding: 2rem;
  }
}
@media (min-width: 80rem) {
  :root {
    --padding: 4rem;
  }
}
.woobtn, body.single-product main.woocommerce .product .woocommerce-tabs .panel .comment-respond input.submit, .wp-block-woocommerce-cart .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout .wc-block-cart__submit-button {
  all: unset;
  border-radius: var(--br, 2rem) !important;
  background-color: var(--accent-secondary) !important;
  color: var(--accent-secondary-text) !important;
  width: 100%;
  max-width: 15rem !important;
  height: 3rem !important;
  text-align: center !important;
  cursor: pointer !important;
  font-weight: bold !important;
  padding-block: 0 !important;
  -webkit-transition: all var(--transition-duration, 300ms) ease;
  transition: all var(--transition-duration, 300ms) ease;
}

body.woocommerce-dashboard .woocommerce,
body.woocommerce-account .woocommerce,
body.woocommerce-orders .woocommerce,
body.woocommerce-view-order .woocommerce,
body.woocommerce-edit-account .woocommerce,
body.woocommerce-change-password .woocommerce,
body.woocommerce-lost-password .woocommerce {
  max-width: var(--size-large-width);
  margin-inline: auto;
  min-height: 60vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
body.woocommerce-dashboard .woocommerce::before, body.woocommerce-dashboard .woocommerce::after,
body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after,
body.woocommerce-orders .woocommerce::before,
body.woocommerce-orders .woocommerce::after,
body.woocommerce-view-order .woocommerce::before,
body.woocommerce-view-order .woocommerce::after,
body.woocommerce-edit-account .woocommerce::before,
body.woocommerce-edit-account .woocommerce::after,
body.woocommerce-change-password .woocommerce::before,
body.woocommerce-change-password .woocommerce::after,
body.woocommerce-lost-password .woocommerce::before,
body.woocommerce-lost-password .woocommerce::after {
  content: none;
}
body.woocommerce-dashboard .woocommerce h2,
body.woocommerce-account .woocommerce h2,
body.woocommerce-orders .woocommerce h2,
body.woocommerce-view-order .woocommerce h2,
body.woocommerce-edit-account .woocommerce h2,
body.woocommerce-change-password .woocommerce h2,
body.woocommerce-lost-password .woocommerce h2 {
  font-size: var(--fs-xl);
  text-align: center;
}
body.woocommerce-dashboard .woocommerce:has(nav),
body.woocommerce-account .woocommerce:has(nav),
body.woocommerce-orders .woocommerce:has(nav),
body.woocommerce-view-order .woocommerce:has(nav),
body.woocommerce-edit-account .woocommerce:has(nav),
body.woocommerce-change-password .woocommerce:has(nav),
body.woocommerce-lost-password .woocommerce:has(nav) {
  gap: 0;
}
body.woocommerce-dashboard .woocommerce:has(nav) h2,
body.woocommerce-account .woocommerce:has(nav) h2,
body.woocommerce-orders .woocommerce:has(nav) h2,
body.woocommerce-view-order .woocommerce:has(nav) h2,
body.woocommerce-edit-account .woocommerce:has(nav) h2,
body.woocommerce-change-password .woocommerce:has(nav) h2,
body.woocommerce-lost-password .woocommerce:has(nav) h2 {
  font-size: var(--fs-xl);
  text-align: start;
}
@container (min-width: 50rem) {
  body.woocommerce-dashboard .woocommerce:has(nav),
  body.woocommerce-account .woocommerce:has(nav),
  body.woocommerce-orders .woocommerce:has(nav),
  body.woocommerce-view-order .woocommerce:has(nav),
  body.woocommerce-edit-account .woocommerce:has(nav),
  body.woocommerce-change-password .woocommerce:has(nav),
  body.woocommerce-lost-password .woocommerce:has(nav) {
    display: grid;
    grid-template-columns: auto 3fr;
    grid-template-areas: "nav content";
  }
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-navigation,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-navigation,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation {
  all: unset;
  grid-area: nav;
  background-color: var(--accent);
  color: var(--accent-text);
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  gap: 0.25rem;
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a {
  position: relative;
  isolation: isolate;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: var(--br, 1rem);
  min-width: 15rem;
  color: var(--accent-text);
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a::after,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a::after,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a::after,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a::after,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a::after,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a::after,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  background-color: currentColor;
  opacity: 0;
  -webkit-transition: opacity var(--transition-duration, 300ms) ease;
  transition: opacity var(--transition-duration, 300ms) ease;
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a, body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a {
  text-decoration: none;
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a::after, body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a::after,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a::after,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a::after,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a::after,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a::after,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a::after,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a::after,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a::after,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a::after,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a::after,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a::after,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a::after,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li:hover a::after {
  opacity: 0.125;
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: bold;
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-content,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-content,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-content,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-content,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-content,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-content {
  all: unset;
  grid-area: content;
  padding: var(--padding, 2rem);
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty {
  display: none;
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-content section,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-content section,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-content section,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-content section,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-content section,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-content section,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-content section {
  padding-inline: 0;
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  margin-bottom: 2rem;
}
body.woocommerce-dashboard .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit,
body.woocommerce-account .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit,
body.woocommerce-orders .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit,
body.woocommerce-view-order .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit,
body.woocommerce-edit-account .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit,
body.woocommerce-change-password .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit,
body.woocommerce-lost-password .woocommerce:has(nav) .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit {
  display: block;
  float: none;
  margin-bottom: 1rem;
}
body.woocommerce-dashboard .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-orders .woocommerce-form-login,
body.woocommerce-view-order .woocommerce-form-login,
body.woocommerce-edit-account .woocommerce-form-login,
body.woocommerce-change-password .woocommerce-form-login,
body.woocommerce-lost-password .woocommerce-form-login {
  margin-top: 0;
  grid-column: 1/-1;
  max-width: 30rem;
  width: 100%;
  place-self: center;
}
body.woocommerce-dashboard .woocommerce-form-login .woocommerce-form-login__rememberme,
body.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme,
body.woocommerce-orders .woocommerce-form-login .woocommerce-form-login__rememberme,
body.woocommerce-view-order .woocommerce-form-login .woocommerce-form-login__rememberme,
body.woocommerce-edit-account .woocommerce-form-login .woocommerce-form-login__rememberme,
body.woocommerce-change-password .woocommerce-form-login .woocommerce-form-login__rememberme,
body.woocommerce-lost-password .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
body.woocommerce-dashboard .woocommerce-form-login .woocommerce-form-login__rememberme input,
body.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme input,
body.woocommerce-orders .woocommerce-form-login .woocommerce-form-login__rememberme input,
body.woocommerce-view-order .woocommerce-form-login .woocommerce-form-login__rememberme input,
body.woocommerce-edit-account .woocommerce-form-login .woocommerce-form-login__rememberme input,
body.woocommerce-change-password .woocommerce-form-login .woocommerce-form-login__rememberme input,
body.woocommerce-lost-password .woocommerce-form-login .woocommerce-form-login__rememberme input {
  height: 1.5rem;
  width: 1.5rem;
}

#customer_login {
  margin-top: 2rem;
}
#customer_login h2 {
  text-align: left;
}
#customer_login .woocommerce-form-login,
#customer_login .woocommerce-form-register {
  margin-top: 1rem;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  padding: var(--padding);
  margin-inline: auto !important;
  width: 100%;
  background-color: var(--bg);
  color: var(--fg);
}
.wp-block-woocommerce-cart .wc-block-cart,
.wp-block-woocommerce-checkout .wc-block-cart {
  max-width: 1400px;
}
body.woocommerce-cart .woocommerce.wp-block-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-notices-wrapper {
  grid-row: 2;
}
body.woocommerce-cart .woocommerce.wp-block-group h1.cart-page-title {
  grid-row: 1;
}
@container (min-width: 80rem) {
  body.woocommerce-cart .woocommerce.wp-block-group {
    grid-template-columns: 1fr 28rem;
    grid-auto-rows: auto auto 1fr;
    gap: 1rem 2rem;
  }
  body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-notices-wrapper {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  body.woocommerce-cart .woocommerce.wp-block-group h1.cart-page-title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form {
    grid-column: 1/2;
  }
  body.woocommerce-cart .woocommerce.wp-block-group .cart-collaterals {
    grid-row: 1/4;
    grid-column: 2/3;
  }
  body.woocommerce-cart .woocommerce.wp-block-group .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
  }
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-notices-wrapper:empty {
  display: none;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form .product-quantity input {
  width: 6rem;
  margin-left: auto;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form .actions .coupon input[name=coupon_code] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 200px;
  padding-inline: 1rem !important;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form .actions .coupon input[name=coupon_code]::-webkit-input-placeholder {
  opacity: 0.5;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form .actions .coupon input[name=coupon_code]::-moz-placeholder {
  opacity: 0.5;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form .actions .coupon input[name=coupon_code]:-ms-input-placeholder {
  opacity: 0.5;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form .actions .coupon input[name=coupon_code]::-ms-input-placeholder {
  opacity: 0.5;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form .actions .coupon input[name=coupon_code]::placeholder {
  opacity: 0.5;
}
body.woocommerce-cart .woocommerce.wp-block-group .woocommerce-cart-form .actions button[name=update_cart][disabled] {
  display: none;
}
body.woocommerce-cart .woocommerce.wp-block-group .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}
body.woocommerce-cart .woocommerce.wp-block-group .cart-collaterals .cart_totals .shop_table {
  border: none;
}

body.single-product main.woocommerce .product .woocommerce-product-gallery > a.woocommerce-product-gallery__trigger {
  z-index: 2 !important;
}
body.single-product main.woocommerce .product .woocommerce-product-gallery > div {
  border-radius: var(--br, 1rem);
  margin-bottom: 2rem;
}
body.single-product main.woocommerce .product .woocommerce-product-gallery > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
body.single-product main.woocommerce .product .woocommerce-product-gallery > ol li {
  max-width: 96px;
}
body.single-product main.woocommerce .product .woocommerce-product-gallery > ol li img {
  border-radius: var(--br, 1rem);
}
body.single-product main.woocommerce .product .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
body.single-product main.woocommerce .product .summary .product_title {
  margin-top: 2rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.single-product main.woocommerce .product .summary .woocommerce-product-details__short-description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body.single-product main.woocommerce .product .summary p.price {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: var(--fg);
  font-size: var(--fs-xl);
  font-weight: bold;
}
body.single-product main.woocommerce .product .summary form.cart {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
body.single-product main.woocommerce .product .summary form.cart .variations {
  gap: 1rem;
}
body.single-product main.woocommerce .product .summary form.cart .quantity input {
  width: 6rem;
}
body.single-product main.woocommerce .product .summary .woocommerce-product-rating {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
body.single-product main.woocommerce .product .summary .product_meta {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.single-product main.woocommerce .product .woocommerce-tabs .panel > h2 {
  font-size: var(--fs-xl);
  margin-bottom: 1rem;
}
body.single-product main.woocommerce .product .woocommerce-tabs .panel #reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
body.single-product main.woocommerce .product .woocommerce-tabs .panel ol.commentlist {
  max-width: 480px;
  padding-inline: 1rem;
}
body.single-product main.woocommerce .product .woocommerce-tabs .panel ol.commentlist li .comment_container img {
  border-radius: 50%;
}
body.single-product main.woocommerce .product .woocommerce-tabs .panel ol.commentlist li .comment-text {
  border-radius: var(--br, 1rem);
}
body.single-product main.woocommerce .product .woocommerce-tabs .panel .comment-respond {
  max-width: 480px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.single-product main.woocommerce .product .woocommerce-tabs .panel .comment-respond > span {
  font-size: var(--fs-xl);
  font-weight: bold;
  color: var(--fg);
}
body.single-product .woocommerce-no-products-found {
  display: none;
  opacity: 0;
}

body.woocommerce-order-received .woocommerce {
  max-width: var(--size-large-width);
  margin-inline: auto;
  min-height: 60vh;
  width: 100%;
}
body.woocommerce-order-received .woocommerce .woocommerce-order {
  padding: var(--padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@container (min-width: 80rem) {
  body.woocommerce-order-received .woocommerce .woocommerce-order {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
body.woocommerce-order-received .woocommerce .woocommerce-order p {
  margin-top: 2rem;
  grid-column: span 2;
  font-size: var(--fs-xxl);
  line-height: 1.2;
}
body.woocommerce-order-received .woocommerce .woocommerce-order ul.order_details {
  position: relative;
  grid-column: span 2;
  border-radius: var(--br, 1rem);
  padding: var(--padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  isolation: isolate;
}
body.woocommerce-order-received .woocommerce .woocommerce-order ul.order_details li {
  border: none;
}
body.woocommerce-order-received .woocommerce .woocommerce-order ul.order_details::before {
  content: none;
}
body.woocommerce-order-received .woocommerce .woocommerce-order ul.order_details::after {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  z-index: -1;
  background-color: currentColor;
  opacity: 0.125;
  border-radius: var(--br, 1rem);
}
body.woocommerce-order-received .woocommerce section.woocommerce-order-details,
body.woocommerce-order-received .woocommerce section.woocommerce-customer-details {
  padding: 0;
  margin: 0;
}
body.woocommerce-order-received .woocommerce section.woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce section.woocommerce-customer-details h2 {
  font-size: var(--fs-l);
  margin-bottom: 1rem;
}
body.woocommerce-order-received .woocommerce section.woocommerce-order-details .woocommerce-customer-details--email,
body.woocommerce-order-received .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--email {
  all: unset;
  display: block;
}
body.woocommerce-order-received .woocommerce section.woocommerce-order-details .woocommerce-customer-details--email::before,
body.woocommerce-order-received .woocommerce section.woocommerce-customer-details .woocommerce-customer-details--email::before {
  content: none;
}

form.checkout {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
}
form.checkout .col2-set {
  min-width: 0;
}
form.checkout .woocommerce-billing-fields__field-wrapper,
form.checkout .woocommerce-shipping-fields__field-wrapper,
form.checkout .woocommerce-additional-fields__field-wrapper {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@container (min-width: 50rem) {
  form.checkout .woocommerce-billing-fields__field-wrapper,
  form.checkout .woocommerce-shipping-fields__field-wrapper,
  form.checkout .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  form.checkout .woocommerce-billing-fields__field-wrapper .form-row,
  form.checkout .woocommerce-shipping-fields__field-wrapper .form-row,
  form.checkout .woocommerce-additional-fields__field-wrapper .form-row {
    grid-column: span 2;
  }
  form.checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
  form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-first,
  form.checkout .woocommerce-additional-fields__field-wrapper .form-row-first {
    grid-column: span 1;
  }
  form.checkout .woocommerce-billing-fields__field-wrapper .form-row-last,
  form.checkout .woocommerce-shipping-fields__field-wrapper .form-row-last,
  form.checkout .woocommerce-additional-fields__field-wrapper .form-row-last {
    grid-column: span 1;
  }
}
form.checkout .woocommerce-billing-fields__field-wrapper > *,
form.checkout .woocommerce-shipping-fields__field-wrapper > *,
form.checkout .woocommerce-additional-fields__field-wrapper > * {
  min-width: 0;
  max-width: 100%;
}
form.checkout .woocommerce-billing-fields__field-wrapper .form-row,
form.checkout .woocommerce-shipping-fields__field-wrapper .form-row,
form.checkout .woocommerce-additional-fields__field-wrapper .form-row {
  float: none;
  max-width: 100%;
  width: 100%;
}
form.checkout .wc-block-components-checkbox__mark {
  z-index: 2;
}
form.checkout input[class^=wc-block] {
  padding: 0;
}
form.checkout input[readonly=readonly] {
  background-color: var(--cl-grey-100) !important;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: fill;
}
form.checkout .form-row label {
  padding-bottom: 0;
  line-height: 1.2;
  font-weight: bold;
}
form.checkout input,
form.checkout textarea {
  padding: 0.5rem 1rem !important;
  height: 3rem !important;
  border: 1px solid var(--cl-grey-400) !important;
  background-color: var(--bg-alt) !important;
  color: var(--fg-alt) !important;
  border-radius: var(--br) !important;
}
form.checkout input::-webkit-input-placeholder, form.checkout textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
form.checkout input::-moz-placeholder, form.checkout textarea::-moz-placeholder {
  opacity: 0.5;
}
form.checkout input:-ms-input-placeholder, form.checkout textarea:-ms-input-placeholder {
  opacity: 0.5;
}
form.checkout input::-ms-input-placeholder, form.checkout textarea::-ms-input-placeholder {
  opacity: 0.5;
}
form.checkout input::placeholder,
form.checkout textarea::placeholder {
  opacity: 0.5;
}
form.checkout textarea {
  padding: 1rem 1rem !important;
}
form.checkout .thwcfe-input-field-wrapper > .woocommerce-input-wrapper label {
  padding: 0;
}
form.checkout .input-radio {
  width: 1.5rem;
  height: 2rem;
}
form.checkout .flex-row .woocommerce-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
form.checkout #customer_details {
  grid-row: span 2;
}
form.checkout #customer_details .col-1,
form.checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  margin-top: 2rem;
  background-color: var(--bg-alt) !important;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods::before, form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods::after {
  content: none !important;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method {
  position: relative;
  background-color: var(--bg);
  padding: 2rem 2rem 1rem 2rem;
  border-radius: var(--br);
  border: 1px solid var(--cl-grey-200);
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method::before, form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method::after {
  content: none !important;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method .input-radio {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: border-color var(--transition-duration) ease;
  transition: border-color var(--transition-duration) ease;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  padding: 0;
  margin: 0;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method label img {
  display: block;
  height: 3rem;
  margin: 0 !important;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.wc_payment_methods li.wc_payment_method:has(.input-radio:checked) {
  border-color: var(--accent);
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box {
  background-color: var(--bg) !important;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box::before {
  border-bottom-color: var(--bg) !important;
}
form.checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment #place_order {
  margin-top: 2rem;
}

.woocommerce-input-wrapper .checkbox,
.woocommerce-form__label-for-checkbox,
.woocommerce-form-login__rememberme {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  font-weight: normal !important;
}
.woocommerce-input-wrapper .checkbox input,
.woocommerce-form__label-for-checkbox input,
.woocommerce-form-login__rememberme input {
  width: 1.5rem;
  margin-right: 1rem;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top: none;
  border-radius: var(--br, 2rem);
}