/*
Theme Name: AM360 WooCommerce
Theme URI: https://am360.fr
Author: AM360
Author URI: https://am360.fr
Description: Theme e-commerce noir et blanc inspire Shopify, concu pour WooCommerce.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: am360-woocommerce
*/

:root {
  --am360-black: #050505;
  --am360-white: #ffffff;
  --am360-ink: #171717;
  --am360-muted: #676767;
  --am360-line: #e7e7e7;
  --am360-soft: #f7f7f7;
  --am360-sales-red: #e60000;
  --am360-radius: 0;
  --am360-page: min(1440px, calc(100vw - 40px));
  --am360-body: Montserrat, Arial, sans-serif;
  --am360-brand: Montserrat, Arial, sans-serif;
  --am360-ui: Montserrat, Arial, sans-serif;
}

body.single-product.woocommerce div.product form.cart table.variations th.label,
body.single-product.woocommerce div.product form.cart table.variations th.label label,
body.single-product.woocommerce div.product form.cart table.variations .label,
body.single-product div.product form.cart table.variations th.label,
body.single-product div.product form.cart table.variations th.label label,
body.single-product div.product form.cart table.variations .label {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.single-product.woocommerce div.product form.cart table.variations,
body.single-product.woocommerce div.product form.cart table.variations tbody,
body.single-product.woocommerce div.product form.cart table.variations tr,
body.single-product.woocommerce div.product form.cart table.variations td.value,
body.single-product div.product form.cart table.variations,
body.single-product div.product form.cart table.variations tbody,
body.single-product div.product form.cart table.variations tr,
body.single-product div.product form.cart table.variations td.value {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
}

body.single-product.woocommerce div.product form.cart table.variations tr,
body.single-product div.product form.cart table.variations tr {
  margin: 0 0 18px !important;
}

body.single-product.woocommerce div.product form.cart table.variations tr.am360-variation-row--pa_taille,
body.single-product.woocommerce div.product form.cart table.variations tr.am360-variation-row--taille,
body.single-product div.product form.cart table.variations tr.am360-variation-row--pa_taille,
body.single-product div.product form.cart table.variations tr.am360-variation-row--taille {
  margin-bottom: 1em !important;
}

body.single-product.woocommerce div.product .single_variation_wrap .woocommerce-variation-add-to-cart,
body.single-product.woocommerce div.product form.cart .variations_button,
body.single-product div.product .single_variation_wrap .woocommerce-variation-add-to-cart,
body.single-product div.product form.cart .variations_button {
  display: grid !important;
  grid-template-columns: minmax(140px, 0.38fr) minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

body.single-product.woocommerce div.product form.cart div.quantity,
body.single-product.woocommerce div.product form.cart .quantity,
body.single-product div.product form.cart div.quantity,
body.single-product div.product form.cart .quantity {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.single-product.woocommerce div.product form.cart .quantity .qty,
body.single-product div.product form.cart .quantity .qty {
  width: 100% !important;
  min-width: 140px !important;
  min-height: 60px !important;
  border-color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: center !important;
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,
body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button,
body.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button.alt,
body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product div.product form.cart button.single_add_to_cart_button,
body.single-product div.product form.cart .button.single_add_to_cart_button.alt {
  width: 100% !important;
  min-height: 60px !important;
  margin: 0 !important;
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-black) !important;
  background-color: var(--am360-black) !important;
  background-image: none !important;
  color: var(--am360-white) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover,
body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button:hover,
body.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button.alt:hover,
body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product form.cart button.single_add_to_cart_button:hover,
body.single-product div.product form.cart .button.single_add_to_cart_button.alt:hover {
  background: var(--am360-white) !important;
  background-color: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea,
.button,
.wp-element-button,
.added_to_cart {
  font-family: var(--am360-ui);
  font-weight: 400;
}

.am360-container {
  width: var(--am360-page);
  margin-inline: auto;
}

.am360-topbar {
  background: var(--am360-black);
  color: var(--am360-white);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.am360-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.am360-topbar__mobile-text {
  display: none;
}

.am360-sales-bar {
  width: 100%;
  min-height: 34px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transform: translateZ(0);
  background: var(--am360-sales-red);
  color: var(--am360-white);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.am360-sales-bar__track {
  width: max-content;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  backface-visibility: hidden;
  will-change: transform;
  animation: am360SalesMarquee 34s linear infinite;
}

.am360-sales-bar__group {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}

.am360-sales-bar__group span {
  flex: 0 0 auto;
  padding-right: 36px;
}

@keyframes am360SalesMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-25%, 0, 0);
  }
}

.am360-sales-applied-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(230, 0, 0, 0.28);
  background: rgba(230, 0, 0, 0.06);
  color: #b00000;
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.am360-sales-applied-notice .bi {
  flex: 0 0 auto;
  color: var(--am360-sales-red);
  font-size: 14px;
  line-height: 1;
}

.woocommerce-checkout-review-order > .am360-sales-applied-notice {
  margin-bottom: 14px;
}

.woocommerce-cart .am360-sales-applied-notice {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .am360-sales-bar {
    min-height: 32px;
    font-size: 10px;
  }

  .am360-sales-bar__track {
    animation-duration: 26s;
  }

  .am360-sales-bar__group span {
    padding-right: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .am360-sales-bar__track {
    animation: none;
  }
}

.am360-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--am360-line);
  backdrop-filter: blur(16px);
}

.am360-header__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

.am360-brand,
.custom-logo-link {
  font-family: Georgia, "Times New Roman", serif;
  justify-self: center;
  align-self: center;
}

.am360-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.6vw, 38px);
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 1;
  text-transform: uppercase;
  transform: none;
  white-space: nowrap;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.custom-logo-link img {
  width: auto;
  max-height: 38px;
  display: block;
}

.am360-header__left {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.am360-nav,
.am360-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.am360-nav ul,
.am360-actions ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.am360-search {
  display: flex;
  align-items: center;
  min-width: 42px;
  position: relative;
}

.am360-search__toggle {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--am360-black);
  cursor: pointer;
  padding: 0;
}

.am360-search__toggle .bi,
.am360-cart-link .bi,
.am360-account-link .bi {
  display: block;
  font-size: 19px;
  line-height: 1;
}

.am360-search__field {
  width: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  transition: width 220ms ease, opacity 160ms ease;
}

.am360-search__close {
  display: none;
}

.am360-search.is-open .am360-search__field {
  width: min(280px, 42vw);
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}

.am360-search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  font-size: 12px;
  letter-spacing: 0.06em;
  outline: 0;
  padding: 0 13px;
  text-transform: uppercase;
}

.am360-search input[type="search"]::placeholder {
  color: var(--am360-muted);
  opacity: 1;
}

.am360-search__suggestions {
  width: min(520px, 84vw);
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 80;
  background: var(--am360-white);
  border: 1px solid var(--am360-black);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

.am360-search.has-results .am360-search__suggestions,
.am360-search.has-empty .am360-search__suggestions {
  display: block;
}

.am360-search__suggestions-title,
.am360-search__empty {
  margin: 0;
  padding: 12px 14px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-search__suggestion {
  min-height: 58px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 8px 12px;
  border-top: 1px solid var(--am360-line);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.2;
}

.am360-search__suggestion-thumb {
  width: 42px;
  height: 42px;
  display: block;
  background: var(--am360-soft);
  overflow: hidden;
}

.am360-search__suggestion-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.am360-search__suggestion-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 14px;
  line-height: 1.15;
}

.am360-search__suggestion-price {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  white-space: nowrap;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.am360-search__suggestion-price del {
  color: var(--am360-muted);
  font-size: 10px;
  text-decoration-thickness: 1px;
}

.am360-search__suggestion-price ins {
  color: var(--am360-black);
  text-decoration: none;
}

.am360-search__suggestion:hover,
.am360-search__suggestion:focus {
  background: var(--am360-soft);
  outline: 0;
}

.am360-nav a,
.am360-actions a {
  padding-block: 8px;
  border-bottom: 0;
}

.am360-cart-link,
.am360-account-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 42px;
  min-height: 42px;
  padding: 0;
}

html:not(.am360-js-ready) .am360-cart-link[data-am360-cart-open] {
  pointer-events: none;
}

.am360-cart-link .bi {
  position: relative;
}

.am360-cart-link__badge {
  min-width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 1px solid var(--am360-white);
  border-radius: 999px;
  background: var(--am360-black);
  color: var(--am360-white);
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}

.am360-cart-drawer-open {
  overflow: hidden;
}

.am360-cart-modal-open {
  overflow: hidden;
}

.am360-cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100000090;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  transition: opacity 180ms ease;
}

.am360-cart-drawer-backdrop.is-open {
  opacity: 1;
}

.am360-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 100000100;
  pointer-events: none;
  visibility: hidden;
}

.am360-cart-drawer.is-open {
  visibility: visible;
}

.am360-cart-drawer__panel {
  width: min(440px, 100vw);
  height: 100vh;
  height: -webkit-fill-available;
  height: 100dvh;
  margin-left: auto;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  background: var(--am360-white);
  border-left: 1px solid var(--am360-black);
  color: var(--am360-black);
  pointer-events: auto;
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.am360-cart-drawer.is-open .am360-cart-drawer__panel {
  transform: translateX(0);
}

.am360-cart-drawer__header {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  border-bottom: 1px solid var(--am360-line);
}

.am360-cart-drawer__header h2 {
  margin: 0;
  font-family: var(--am360-body);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.am360-cart-drawer__close {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--am360-black);
  cursor: pointer;
  padding: 0;
}

.am360-cart-drawer__close:hover,
.am360-cart-drawer__close:focus {
  border-color: var(--am360-black);
  outline: 0;
}

.am360-cart-drawer__reservation {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 12px 22px 0;
  padding: 10px 12px;
  border: 1px solid var(--am360-black);
  background: var(--am360-white);
}

.am360-cart-drawer__reservation .bi {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  background: var(--am360-black);
  color: var(--am360-white);
  font-size: 13px;
}

.am360-cart-drawer__reservation p {
  margin: 0;
  display: grid;
  gap: 4px;
}

.am360-cart-drawer__reservation strong {
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.am360-cart-drawer__reservation span {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35;
}

.am360-reservation-timer time {
  min-width: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 7px;
  border: 1px solid var(--am360-black);
  background: var(--am360-black);
  color: var(--am360-white);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.am360-cart-drawer__body {
  min-height: 0;
  overflow-y: auto;
  padding: 18px 22px 120px;
}

.am360-cart-drawer__items {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.am360-cart-drawer__item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--am360-line);
}

.am360-cart-drawer__thumb {
  aspect-ratio: 1;
  display: block;
  background: var(--am360-soft);
  overflow: hidden;
}

.am360-cart-drawer__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.am360-cart-drawer__name {
  display: block;
  font-family: var(--am360-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
}

.am360-cart-drawer__line-price {
  white-space: nowrap;
  display: grid;
  justify-items: end;
  gap: 4px;
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.am360-cart-drawer__line-price del {
  color: var(--am360-muted);
  font-size: 11px;
  text-decoration-thickness: 1px;
}

.am360-cart-drawer__line-price ins {
  color: var(--am360-black);
  text-decoration: none;
}

.am360-cart-drawer__qty {
  width: 84px;
  height: 30px;
  display: grid;
  grid-template-columns: 26px 30px 26px;
  align-items: center;
  margin-top: 12px;
  border: 1px solid var(--am360-black);
  border-right: 1px solid var(--am360-black) !important;
  background: var(--am360-white);
  box-sizing: border-box;
  box-shadow: inset -1px 0 0 var(--am360-black);
  overflow: hidden;
}

.am360-cart-drawer__qty-button,
.am360-cart-drawer__qty-value {
  width: 100%;
  height: 28px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.am360-cart-drawer__qty-button {
  cursor: pointer;
  font-size: 13px;
  padding: 0;
}

.am360-cart-drawer__qty-button:hover,
.am360-cart-drawer__qty-button:focus {
  background: var(--am360-black);
  color: var(--am360-white);
  outline: 0;
}

.am360-cart-drawer__qty-value {
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  padding: 0;
}

.am360-cart-drawer.is-loading .am360-cart-drawer__body {
  opacity: 0.58;
  pointer-events: none;
}

.am360-cart-drawer__empty {
  min-height: 44vh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  text-align: center;
}

.am360-cart-drawer__empty p {
  margin: 0;
  font-family: var(--am360-body);
  font-size: 22px;
}

.am360-cart-drawer__shop {
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.am360-cart-drawer__footer {
  position: sticky;
  bottom: 0;
  display: grid;
  gap: 10px;
  padding: 14px 22px max(14px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--am360-black);
  background: var(--am360-white);
  box-shadow: 0 -10px 22px rgba(0, 0, 0, 0.05);
}

.am360-cart-drawer__free-shipping {
  display: grid;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--am360-black);
  margin-bottom: 2px;
}

.am360-cart-drawer__free-shipping-head {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.am360-cart-drawer__free-shipping-head .bi {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  background: var(--am360-black);
  color: var(--am360-white);
  font-size: 13px;
  line-height: 1;
}

.am360-cart-drawer__free-shipping-track {
  margin-left: 38px;
  height: 5px;
  overflow: hidden;
  background: #e8e8e4;
}

.am360-cart-drawer__free-shipping-track span {
  height: 100%;
  display: block;
  background: #198754;
  transition: width 180ms ease;
}

.am360-cart-drawer__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.am360-cart-drawer__total-row strong {
  font-weight: 400;
}

.am360-cart-drawer__total-row--grand {
  font-size: 12px;
  color: var(--am360-black);
}

.am360-cart-drawer__total-row--discount {
  color: var(--am360-muted);
}

.am360-cart-drawer__checkout {
  width: 100%;
  min-height: 48px;
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--am360-black);
  background: var(--am360-black);
  color: var(--am360-white);
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-cart-drawer__checkout:hover,
.am360-cart-drawer__checkout:focus {
  background: var(--am360-white);
  color: var(--am360-black);
  outline: 0;
}

body.am360-cart-drawer-open .offre_headbar,
body.am360-cart-drawer-open .offre_headbar *,
body.am360-cart-drawer-open .ohb-sales-bar,
body.am360-cart-drawer-open .ohb-sales-bar * {
  pointer-events: none !important;
}

body.am360-cart-drawer-open .kl-teaser-UuzxGp,
body.am360-cart-drawer-open [class*="kl-teaser-"],
body.am360-cart-drawer-open [data-testid="animated-teaser"],
body.am360-cart-drawer-open .klaviyo-form,
body.am360-cart-drawer-open [id*="klaviyo"],
body.am360-cart-drawer-open [class*="klaviyo"],
body.am360-cart-drawer-open iframe[src*="klaviyo.com"],
body.am360-cart-drawer-open .needsclick,
body.am360-cart-drawer-open .fOudNb {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.am360-cart-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 240;
  background: rgba(5, 5, 5, 0.34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.am360-cart-modal-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.am360-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.am360-cart-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.am360-cart-modal__dialog {
  width: min(390px, 100%);
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 34px 28px 30px;
  border: 1px solid var(--am360-black);
  background: var(--am360-white);
  color: var(--am360-black);
  text-align: center;
  transform: translateY(10px);
  transition: transform 180ms ease;
}

.am360-cart-modal.is-open .am360-cart-modal__dialog {
  transform: translateY(0);
}

.am360-cart-modal__dialog > .bi {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--am360-black);
  background: var(--am360-black);
  color: var(--am360-white);
  font-size: 24px;
  line-height: 1;
}

.am360-cart-modal__eyebrow {
  margin-bottom: -8px;
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.am360-cart-modal__close {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
  background: transparent;
  color: var(--am360-black);
  cursor: pointer;
  padding: 0;
}

.am360-cart-modal__close:hover,
.am360-cart-modal__close:focus {
  border-color: var(--am360-black);
  outline: 0;
}

.am360-cart-modal__dialog p {
  max-width: 260px;
  margin: 0;
  font-family: var(--am360-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.12;
}

.am360-cart-modal__actions {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.am360-cart-modal__shop,
.am360-cart-modal__cart {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.am360-cart-modal__shop {
  background: var(--am360-white);
  color: var(--am360-black);
}

.am360-cart-modal__cart {
  background: var(--am360-black);
  color: var(--am360-white);
}

.am360-cart-modal__shop:hover,
.am360-cart-modal__shop:focus,
.am360-cart-modal__cart:hover,
.am360-cart-modal__cart:focus {
  background: var(--am360-white);
  color: var(--am360-black);
  outline: 0;
}

.am360-cart-modal__shop:hover,
.am360-cart-modal__shop:focus {
  background: var(--am360-black);
  color: var(--am360-white);
}

.am360-stock-alert-open {
  overflow: hidden;
}

.am360-stock-alert-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.am360-stock-alert-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.am360-stock-alert-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.45);
}

.am360-stock-alert-modal__dialog {
  position: relative;
  width: min(100%, 460px);
  padding: 30px;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
  color: var(--am360-black);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  transform: translateY(10px);
  transition: transform 0.18s ease;
}

.am360-stock-alert-modal.is-open .am360-stock-alert-modal__dialog {
  transform: translateY(0);
}

.am360-stock-alert-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--am360-black);
  cursor: pointer;
}

.am360-stock-alert-modal__eyebrow {
  display: block;
  margin: 0 0 10px;
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.am360-stock-alert-modal h2 {
  margin: 0 38px 12px 0;
  font-family: var(--am360-body);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
}

.am360-stock-alert-modal__selection {
  margin: 0 0 20px;
  color: #555;
  font-size: 13px;
  line-height: 1.5;
}

.am360-stock-alert-form {
  display: grid;
  gap: 10px;
}

.am360-stock-alert-form input,
.am360-stock-alert-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--am360-line);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.am360-stock-alert-form button[type="submit"] {
  min-height: 50px;
  border: 1px solid var(--am360-black);
  background: var(--am360-black);
  color: var(--am360-white);
  cursor: pointer;
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.am360-stock-alert-form button[type="submit"]:disabled {
  opacity: 0.55;
  cursor: wait;
}

.am360-stock-alert-form__message {
  min-height: 18px;
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.45;
}

.am360-stock-alert-form__message.is-success {
  color: #1d5b34;
}

.am360-stock-alert-form__message.is-error {
  color: #9b1c1c;
}

.am360-refresh-notice {
  position: fixed;
  inset: 0;
  z-index: 100050;
  pointer-events: none;
}

.am360-refresh-notice__backdrop {
  position: absolute;
  inset: 0;
  background: transparent;
}

.am360-refresh-notice__dialog {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: min(420px, calc(100vw - 32px));
  padding: 22px 22px 20px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: auto;
  backdrop-filter: blur(12px);
}

.am360-refresh-notice.is-open {
  pointer-events: auto;
}

.am360-refresh-notice.is-open .am360-refresh-notice__dialog {
  opacity: 1;
  transform: translateY(0);
}

.am360-refresh-notice__close {
  appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--am360-ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.am360-refresh-notice__eyebrow {
  margin: 0 0 8px;
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--am360-muted);
}

.am360-refresh-notice h2 {
  margin: 0 0 10px;
  padding-right: 24px;
  font-family: var(--am360-body);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.am360-refresh-notice p:last-child {
  margin: 0;
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--am360-ink);
}

.am360-nav a:hover,
.am360-actions a:hover {
  border-color: transparent;
}

.am360-hero {
  min-height: clamp(620px, 82vh, 840px);
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0 42%, rgba(255, 255, 255, 0.78) 54%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(135deg, #ffffff 0%, #f5f5f5 52%, #090909 52.2%, #090909 100%);
  color: var(--am360-black);
}

.am360-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--am360-black);
  opacity: 0.12;
}

.am360-hero__media {
  width: min(58vw, 860px);
  position: absolute;
  inset: 26px max(24px, calc((100vw - var(--am360-page)) / 2)) 26px auto;
  pointer-events: auto;
}

.am360-hero__showcase {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.72fr);
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.am360-hero__tile,
.am360-hero__brand-card {
  min-height: min(62vh, 620px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)),
    var(--am360-black);
  color: var(--am360-white);
  overflow: hidden;
  position: relative;
  box-shadow: 0 28px 44px rgba(0, 0, 0, 0.16);
}

.am360-hero__tile.is-featured,
.am360-hero__brand-card.is-featured {
  min-height: min(72vh, 700px);
}

.am360-hero__tile-image {
  min-height: 0;
  flex: 1 1 auto;
  display: grid;
  place-items: center;
  background: #f5f5f5;
}

.am360-hero__tile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.am360-hero__tile-body {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: var(--am360-black);
}

.am360-hero__tile-body span,
.am360-hero__brand-card strong {
  font-family: var(--am360-body);
  font-size: clamp(26px, 3vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.am360-hero__tile-body strong {
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.am360-hero__brand-card {
  gap: 16px;
  padding: clamp(22px, 3vw, 42px);
}

.am360-hero__brand-card::before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: 22px;
  right: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transform: rotate(12deg);
}

.am360-hero__brand-card::after {
  content: "";
  width: 64%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 33%;
  background: rgba(255, 255, 255, 0.22);
}

.am360-hero__brand-card span:last-child {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.am360-hero__label {
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.am360-hero__content {
  width: min(620px, 100%);
  position: relative;
  z-index: 1;
  padding-block: clamp(76px, 10vw, 128px);
}

.am360-kicker {
  margin: 0 0 14px;
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.am360-hero h1,
.am360-section h2,
.am360-story h2 {
  margin: 0;
  font-family: var(--am360-body);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.am360-hero h1 {
  max-width: 620px;
  font-size: clamp(52px, 6.8vw, 104px);
}

.am360-hero p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--am360-ink);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.55;
}

.am360-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 30px;
}

.am360-hero__actions .am360-button {
  margin-top: 0;
}

.am360-hero__secondary {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid currentColor;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.am360-hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.am360-hero__proofs li {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--am360-line);
  background: rgba(255, 255, 255, 0.76);
  padding: 0 11px;
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.am360-button,
.button,
.wp-element-button,
.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  background: var(--am360-black);
  border: 1px solid var(--am360-black);
  border-radius: var(--am360-radius);
  color: var(--am360-white);
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.am360-button:hover,
.button:hover,
.wp-element-button:hover,
.added_to_cart:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--am360-white);
  border-color: var(--am360-black);
  color: var(--am360-black);
}

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

.am360-button--inverse {
  margin-top: 30px;
  background: var(--am360-white);
  color: var(--am360-black);
}

.am360-button--inverse:hover {
  background: transparent;
  border-color: var(--am360-white);
  color: var(--am360-white);
}

.am360-section {
  padding-block: clamp(56px, 8vw, 96px);
}

.am360-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.am360-section h2,
.am360-story h2 {
  font-size: clamp(36px, 5vw, 72px);
}

.am360-link {
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.am360-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.am360-collections-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.am360-collection {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(180px, 1fr) auto;
  padding: 0;
  background: var(--am360-soft);
  border: 1px solid var(--am360-line);
  overflow: hidden;
  position: relative;
}

.am360-collection__media {
  min-height: 180px;
  display: block;
  padding: 0;
  background: #f7f7f4;
  overflow: hidden;
  position: relative;
}

.am360-collections-grid .am360-collection__media {
  min-height: 280px;
}

.am360-collection__media:empty::before {
  content: "";
  width: 72%;
  aspect-ratio: 4 / 3;
  display: block;
  border: 1px solid #d8d8d3;
  background:
    linear-gradient(135deg, transparent 49.5%, #d8d8d3 50%, transparent 50.5%),
    #ffffff;
}

.am360-collection__media img {
  width: 100%;
  height: 100%;
  display: block;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.home .woocommerce ul.products li.product a:first-of-type,
.home .woocommerce-page ul.products li.product a:first-of-type,
.home .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.home .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
}

.home .woocommerce ul.products li.product a:first-of-type img,
.home .woocommerce-page ul.products li.product a:first-of-type img,
.home .woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
.home .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  margin: 0 0 14px;
  object-fit: cover;
  object-position: center;
  background: var(--am360-white);
}

.am360-collection__body {
  position: relative;
  z-index: 1;
  padding: 20px 22px 22px;
  background: var(--am360-soft);
}

.am360-collection h3 {
  margin: 0;
  font-family: var(--am360-body);
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.am360-collection span {
  display: inline-block;
  margin-top: 12px;
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 18px;
  margin: 0;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  text-align: left;
  position: relative;
}

body.post-type-archive-product .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce ul.products li.product,
body.tax-product_tag .woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
}

body.post-type-archive-product .woocommerce ul.products li.product > a:first-of-type,
body.tax-product_cat .woocommerce ul.products li.product > a:first-of-type,
body.tax-product_tag .woocommerce ul.products li.product > a:first-of-type,
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
body.tax-product_tag .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  margin: 0 !important;
  transform: none !important;
  z-index: 2;
}

body.post-type-archive-product .woocommerce ul.products li.product a img,
body.tax-product_cat .woocommerce ul.products li.product a img,
body.tax-product_tag .woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 0 14px;
  background: var(--am360-white);
}

.am360-loop-product__media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--am360-white);
  margin: 0 0 14px;
}

.am360-loop-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  background: transparent;
}

.am360-loop-product__color-label {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 20px);
  padding: 0;
  border: 0;
  background: transparent;
}

.am360-loop-product__color-dot {
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 18px;
  border: 1px solid rgba(5, 5, 5, 0.18);
  border-radius: 999px;
  background: #d8d8d8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.am360-loop-product__color-dot.has-color {
  background: var(--am360-swatch);
}

.am360-loop-product__color-dot.has-duo {
  background: linear-gradient(135deg, var(--am360-swatch) 0 48%, var(--am360-swatch-secondary) 52% 100%);
}

.am360-loop-product__color-dot.is-neutral {
  background: linear-gradient(135deg, #f2f2f2 0%, #d5d5d5 100%);
}

.am360-loop-product__color-text {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.55);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  margin: 0 0 6px;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.12;
}

.woocommerce ul.products li.product .price {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}

.am360-shop-controls {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 26px;
}

.woocommerce .woocommerce-ordering select {
  min-width: 260px;
  height: 48px;
  padding: 0 46px 0 16px;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  appearance: none;
  background-color: var(--am360-white);
  background-image: linear-gradient(45deg, transparent 50%, var(--am360-black) 50%), linear-gradient(135deg, var(--am360-black) 50%, transparent 50%);
  background-position: calc(100% - 20px) 20px, calc(100% - 14px) 20px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.am360-filter-button {
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  cursor: pointer;
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.am360-filter-button:hover,
.am360-filter-button:focus {
  background: var(--am360-black);
  color: var(--am360-white);
  outline: 0;
}

.am360-filter-drawer-open {
  overflow: hidden;
}

.am360-filter-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  transition: opacity 180ms ease;
}

.am360-filter-drawer-backdrop.is-open {
  opacity: 1;
}

.am360-filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  visibility: hidden;
}

.am360-filter-drawer.is-open {
  visibility: visible;
}

.am360-filter-drawer__panel {
  width: min(420px, 100vw);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: var(--am360-white);
  border-right: 1px solid var(--am360-black);
  color: var(--am360-black);
  pointer-events: auto;
  transform: translateX(-100%);
  transition: transform 220ms ease;
}

.am360-filter-drawer.is-open .am360-filter-drawer__panel {
  transform: translateX(0);
}

.am360-filter-drawer__header {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  border-bottom: 1px solid var(--am360-line);
}

.am360-filter-drawer__header h2 {
  margin: 0;
  font-family: var(--am360-body);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
}

.am360-filter-drawer__close {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--am360-black);
  cursor: pointer;
}

.am360-filter-drawer__close:hover,
.am360-filter-drawer__close:focus {
  border-color: var(--am360-black);
  outline: 0;
}

.am360-filter-form {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.am360-filter-drawer__body {
  min-height: 0;
  overflow-y: auto;
  padding: 4px 22px 24px;
}

.am360-filter-group {
  padding: 20px 0;
  border-bottom: 1px solid var(--am360-line);
}

.am360-filter-group h3 {
  margin: 0 0 14px;
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-filter-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.am360-filter-price label,
.am360-filter-option {
  display: grid;
  gap: 7px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.am360-filter-price input {
  width: 100%;
  height: 44px;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
  padding: 0 12px;
}

.am360-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.am360-filter-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--am360-line);
  cursor: pointer;
}

.am360-filter-option input {
  accent-color: var(--am360-black);
}

.am360-filter-option:has(input:checked) {
  border-color: var(--am360-black);
  background: var(--am360-black);
  color: var(--am360-white);
}

.am360-filter-drawer__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px 22px max(16px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--am360-black);
  background: var(--am360-white);
}

.am360-filter-reset,
.am360-filter-submit {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.am360-filter-reset {
  background: var(--am360-white);
  color: var(--am360-black);
}

.am360-filter-submit {
  background: var(--am360-black);
  color: var(--am360-white);
  cursor: pointer;
}

.am360-product-options {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.am360-product-options__meta {
  display: grid;
  gap: 5px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.am360-product-options__meta span {
  display: block;
}

.am360-product-options__meta strong {
  color: var(--am360-black);
  font-weight: 400;
}

.woocommerce ul.products li.product .am360-options-button {
  width: 100%;
  min-height: 42px;
  gap: 8px;
  padding: 11px 14px;
  background: var(--am360-white);
  color: var(--am360-black);
}

.woocommerce ul.products li.product .am360-options-button:hover {
  background: var(--am360-black);
  color: var(--am360-white);
}

.am360-options-button .bi {
  font-size: 15px;
  line-height: 1;
}

.woocommerce div.product button,
.woocommerce div.product .button,
.woocommerce div.product .wp-element-button,
.woocommerce div.product .single_add_to_cart_button,
.woocommerce div.product button.single_add_to_cart_button,
.woocommerce div.product .summary button,
.woocommerce div.product .summary .button {
  border-color: var(--am360-black) !important;
  background-color: var(--am360-black) !important;
  background-image: none !important;
  color: var(--am360-white) !important;
}

.woocommerce div.product button:hover,
.woocommerce div.product .button:hover,
.woocommerce div.product .wp-element-button:hover,
.woocommerce div.product .single_add_to_cart_button:hover,
.woocommerce div.product button.single_add_to_cart_button:hover,
.woocommerce div.product .summary button:hover,
.woocommerce div.product .summary .button:hover {
  background-color: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

.woocommerce span.onsale {
  position: absolute;
  min-height: 0;
  min-width: 0;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  padding: 8px 12px;
  border-radius: 0;
  color: var(--am360-white);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  z-index: 3;
}

.woocommerce span.onsale.onsale--promotion {
  background: var(--am360-black);
}

.woocommerce span.onsale.onsale--solde {
  background: var(--am360-sales-red);
}

body.single-product .paypal-button-container,
body.single-product .paypal-buttons,
body.single-product .ppc-button-wrapper,
body.single-product .wc-ppcp-product-payments__container,
body.single-product .wc-ppcp-product-payments__wrapper,
body.single-product iframe[title*="PayPal"],
body.single-product iframe[name^="__zoid__paypal"] {
  position: relative !important;
  z-index: 1 !important;
}

.am360-product-color-badges {
  position: absolute;
  right: 10px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 20px);
}

.am360-product-color-badge {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 999px;
  background: #d8d8d8;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.am360-product-color-badge.has-color {
  background: var(--am360-swatch);
}

.am360-product-color-badge.has-duo {
  background: linear-gradient(135deg, var(--am360-swatch) 0 48%, var(--am360-swatch-secondary) 52% 100%);
}

.am360-product-color-badge.has-color[style*="#f8f8f8"],
.am360-product-color-badge.has-color[style*="#e6e6e6"],
.am360-product-color-badge.has-color[style*="#dedede"] {
  border-color: rgba(5, 5, 5, 0.26);
}

.am360-product-color-badge.is-neutral {
  background: linear-gradient(135deg, #f2f2f2 0%, #d5d5d5 100%);
}

.am360-product-color-badges--inline {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 3;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 4px auto 12px;
}

body.home .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.home .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.home .woocommerce ul.products li.product .price,
body.home .woocommerce-page ul.products li.product .price {
  display: block;
  text-align: center;
}

body.home .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.home .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin-bottom: 8px;
}

body.home .woocommerce ul.products li.product .price,
body.home .woocommerce-page ul.products li.product .price {
  margin-top: 0;
}

@media (max-width: 640px) {
  .am360-product-color-badges {
    right: 8px;
    bottom: 18px;
    gap: 5px;
  }

  .am360-product-color-badge {
    width: 16px;
    height: 16px;
  }

  .am360-product-color-badges--inline {
    margin: 4px auto 10px;
  }
}

.am360-promises {
  border-block: 1px solid var(--am360-line);
}

.am360-promises__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.am360-promise {
  display: grid;
  gap: 10px;
  padding: 28px 20px;
  border-right: 1px solid var(--am360-line);
}

.am360-promise:last-child {
  border-right: 0;
}

.am360-promise > .bi {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 4px;
  border: 1px solid var(--am360-line);
  color: var(--am360-black);
  font-size: 15px;
  line-height: 1;
}

.am360-promise strong {
  display: block;
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-promise span {
  display: block;
  margin-top: 0;
  color: var(--am360-muted);
  font-size: 14px;
}

.am360-story {
  padding-block: clamp(56px, 8vw, 96px);
  background: var(--am360-black);
  color: var(--am360-white);
}

.am360-story__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(32px, 8vw, 110px);
  align-items: start;
}

.am360-story p {
  margin-top: 0;
  font-size: clamp(18px, 2vw, 24px);
}

.am360-footer {
  padding-block: clamp(48px, 7vw, 84px) 28px;
  background: var(--am360-white);
  border-top: 1px solid var(--am360-line);
}

.am360-footer__statement {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: end;
  padding-bottom: clamp(42px, 6vw, 76px);
  border-bottom: 1px solid var(--am360-black);
}

.am360-footer__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--am360-line);
}

.am360-footer__column {
  min-height: 260px;
  padding: clamp(24px, 3vw, 38px) clamp(20px, 2.5vw, 34px) clamp(28px, 3vw, 42px);
  border-right: 1px solid var(--am360-line);
}

.am360-footer__column:first-child {
  padding-left: 0;
}

.am360-footer__column:last-child {
  border-right: 0;
  padding-right: 0;
}

.am360-footer h2 {
  margin: 0 0 22px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.am360-footer__brand {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: clamp(42px, 7vw, 118px);
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 0.9;
  text-transform: uppercase;
}

.am360-footer__statement p {
  max-width: 720px;
  margin: 0;
  color: var(--am360-black);
  font-size: clamp(20px, 2.2vw, 34px);
  line-height: 1.3;
}

.am360-footer__column p,
.am360-footer a {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 13px;
  line-height: 1.65;
}

.am360-footer__column p {
  margin: 0 0 22px;
  max-width: 330px;
}

.am360-footer li + li {
  margin-top: 11px;
}

.am360-footer a {
  text-decoration: none;
  transition: color 160ms ease;
}

.am360-footer a:hover,
.am360-footer a:focus {
  color: var(--am360-black);
}

.am360-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.am360-footer__socials a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--am360-line);
  color: var(--am360-black);
  font-size: 16px;
  padding: 0 14px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.am360-footer__socials a span {
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}

.am360-footer__socials a:hover,
.am360-footer__socials a:focus {
  border-color: var(--am360-black);
  background: var(--am360-black);
  color: var(--am360-white);
}

.am360-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.am360-footer__bottom {
  min-height: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.am360-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.am360-footer__bottom > span:last-child {
  justify-self: end;
}

.am360-main {
  min-height: 55vh;
}

.am360-archive-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 26px;
}

.am360-archive-header .woocommerce-result-count {
  margin: 0 0 8px;
  flex: 0 0 auto;
  align-self: center;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.am360-archive-header .woocommerce-products-header__title.page-title {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 13ch;
  margin: 0;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 0.98;
}

.am360-archive-description-footer {
  padding: 22px 0 0;
}

.am360-archive-description-footer__content {
  max-width: 960px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
}

.am360-archive-description-footer__content > *:first-child {
  margin-top: 0;
}

.am360-archive-description-footer__content > *:last-child {
  margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination {
  margin: clamp(34px, 5vw, 56px) 0 0;
  padding-top: clamp(18px, 2.8vw, 26px);
  border-top: 1px solid var(--am360-line);
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  border-color: var(--am360-black);
  background: var(--am360-black);
  color: var(--am360-white);
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus-visible {
  border-color: var(--am360-black);
  background: var(--am360-black);
  color: var(--am360-white);
  transform: translateY(-1px);
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
  min-width: 52px;
  padding-inline: 18px;
  letter-spacing: 0.08em;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.dots {
  min-width: 20px;
  min-height: 44px;
  padding-inline: 2px;
  border-color: transparent;
  background: transparent;
  pointer-events: none;
}

.am360-shop-pagination {
  display: flex;
  justify-content: center;
}

.am360-page-title,
.woocommerce-products-header__title.page-title,
.product_title.entry-title {
  font-family: var(--am360-body);
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.page .am360-page-content {
  max-width: 860px;
  margin-top: 28px;
}

.page .am360-page-content h2 {
  margin: 34px 0 12px;
  font-family: var(--am360-body);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.page .am360-page-content p,
.page .am360-page-content li {
  color: var(--am360-ink);
  font-size: 16px;
  line-height: 1.75;
}

.page .am360-page-content ul,
.page .am360-page-content ol {
  margin: 12px 0 20px;
  padding-left: 22px;
}

.am360-page--legal .am360-page-title {
  max-width: 860px;
  font-size: clamp(38px, 5vw, 64px);
}

.am360-account {
  display: grid;
  gap: 34px;
}

.am360-account__hero {
  max-width: 820px;
}

.am360-account__hero h1 {
  margin: 0;
  font-family: var(--am360-body);
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 400;
  line-height: 1;
}

.am360-account__hero p:not(.am360-kicker) {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--am360-ink);
  font-size: 18px;
  line-height: 1.6;
}

.am360-account__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.am360-account-nav {
  position: sticky;
  top: 104px;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
}

.woocommerce-account .am360-account-nav ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.am360-account-nav a {
  min-height: 58px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid var(--am360-line);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.am360-account-nav li:last-child a {
  border-bottom: 0;
}

.am360-account-nav a[aria-current="page"],
.am360-account-nav a:hover,
.am360-account-nav a:focus {
  background: var(--am360-black);
  color: var(--am360-white);
}

.am360-account__content {
  float: none;
  width: 100%;
}

.am360-account-panel,
.am360-account-auth {
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
  padding: clamp(22px, 3vw, 34px);
}

.am360-account-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--am360-line);
}

.am360-account-panel h2,
.am360-account-auth h2 {
  margin: 0;
  font-family: var(--am360-body);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1;
}

.am360-account-panel h3 {
  margin: 0;
  font-family: var(--am360-body);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
}

.am360-account-panel__logout,
.am360-order-card__actions a,
.am360-address-card header a,
.am360-account-pagination a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--am360-black);
  padding: 0 14px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-account-panel__logout:hover,
.am360-order-card__actions a:hover,
.am360-address-card header a:hover,
.am360-account-pagination a:hover {
  background: var(--am360-black);
  color: var(--am360-white);
}

.am360-account-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.am360-account-card {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  border: 1px solid var(--am360-line);
  background: var(--am360-soft);
  color: var(--am360-black);
  padding: 18px;
}

.am360-account-card i {
  font-size: 22px;
  margin-bottom: auto;
}

.am360-account-card strong {
  font-family: var(--am360-body);
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
}

.am360-account-card span,
.am360-order-card span,
.am360-account-latest span {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-account-latest {
  margin-top: 28px;
  border-top: 1px solid var(--am360-line);
  padding-top: 24px;
}

.am360-account-latest__row,
.am360-order-card {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(120px, 1fr) minmax(120px, 1fr) minmax(160px, 1.2fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--am360-line);
  padding: 16px;
}

.am360-account-latest__row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  margin-top: 16px;
}

.am360-account-latest__row strong,
.am360-order-card strong {
  display: block;
  margin-top: 6px;
  font-family: var(--am360-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.am360-orders-list,
.am360-address-grid {
  display: grid;
  gap: 14px;
}

.am360-order-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.am360-account-empty {
  border: 1px solid var(--am360-line);
  background: var(--am360-soft);
  padding: 28px;
}

.am360-account-empty p,
.am360-account-intro,
.am360-account-auth p {
  color: var(--am360-ink);
  font-size: 16px;
  line-height: 1.65;
}

.am360-address-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.am360-address-card {
  min-height: 230px;
  border: 1px solid var(--am360-line);
  background: var(--am360-soft);
  padding: 22px;
}

.am360-address-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.am360-address-card address {
  color: var(--am360-ink);
  font-style: normal;
  line-height: 1.7;
}

.am360-account-login {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.am360-account-login.has-register {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.am360-account-auth__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 10px 0 18px;
  font-family: var(--am360-ui);
  font-size: 12px;
}

.am360-account-auth__row a {
  border-bottom: 1px solid currentColor;
}

.am360-account-form fieldset {
  margin: 28px 0 20px;
  border: 1px solid var(--am360-line);
  padding: 22px;
}

.am360-account-form legend {
  padding: 0 10px;
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.woocommerce-account form .form-row {
  margin: 0 0 16px;
}

.woocommerce-account form label {
  display: block;
  margin-bottom: 8px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-account form input.input-text,
.woocommerce-account form input[type="email"],
.woocommerce-account form input[type="password"],
.woocommerce-account form input[type="text"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--am360-line);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  padding: 0 14px;
  font-family: var(--am360-ui);
  font-size: 14px;
}

.woocommerce-account form input:focus {
  border-color: var(--am360-black);
  outline: 0;
}

.woocommerce div.product div.images img {
  background: var(--am360-soft);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-weight: 400;
}

.am360-product-page {
  padding-block: 0 clamp(42px, 6vw, 76px);
}

.am360-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(360px, 0.58fr);
  gap: clamp(28px, 4vw, 68px);
  align-items: start;
}

.am360-product-gallery {
  position: relative;
  margin-left: calc((100vw - var(--am360-page)) / -2);
  background: var(--am360-soft);
}

.am360-editorial-gallery {
  display: grid;
  gap: 1px;
  background: var(--am360-line);
}

.am360-editorial-gallery__item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--am360-soft);
}

.am360-editorial-gallery__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: unset;
  object-position: initial;
  mix-blend-mode: normal;
}

.am360-editorial-gallery__item:nth-child(even) {
  background: #eeeeee;
}

.am360-gallery-arrow {
  display: none;
}

.am360-lightbox-open {
  overflow: hidden;
}

.am360-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(5, 5, 5, 0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.am360-product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.am360-product-lightbox__dialog {
  width: min(100%, 1200px);
  display: grid;
  gap: 14px;
  justify-items: center;
}

.am360-product-lightbox__image {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.am360-product-lightbox__caption {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.am360-product-lightbox__close,
.am360-product-lightbox__nav {
  position: absolute;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--am360-white);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.am360-product-lightbox__close:hover,
.am360-product-lightbox__close:focus-visible,
.am360-product-lightbox__nav:hover,
.am360-product-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.44);
  transform: translateY(-1px);
}

.am360-product-lightbox__close {
  top: 20px;
  right: 20px;
}

.am360-product-lightbox__nav--prev {
  left: 20px;
}

.am360-product-lightbox__nav--next {
  right: 20px;
}

.am360-product-lightbox__close .bi,
.am360-product-lightbox__nav .bi {
  font-size: 18px;
}

.am360-product-summary {
  min-width: 0;
}

.am360-product-summary__sticky {
  position: sticky;
  top: 52px;
  min-height: calc(100vh - 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(38px, 6vw, 88px);
}

.am360-product-reference {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-product-reference span + span {
  color: var(--am360-black);
}

body.single-product.woocommerce div.product .am360-product-summary h1.product_title.entry-title,
body.single-product div.product .am360-product-summary h1.product_title.entry-title,
.woocommerce div.product .am360-product-summary .product_title {
  margin: 0 0 14px;
  font-size: clamp(20px, 1.35vw, 24px) !important;
  line-height: 1.16 !important;
}

.am360-product-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.am360-product-stock-badge i {
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 3px solid #dce8d7;
  border-radius: 50%;
  background: #4f8f3c;
  box-shadow: 0 0 0 1px rgba(79, 143, 60, 0.12);
}

.woocommerce div.product .am360-product-summary p.price,
.woocommerce div.product .am360-product-summary span.price {
  margin: 0 0 30px;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.woocommerce div.product .am360-product-summary p.price del,
.woocommerce div.product .am360-product-summary p.price ins,
.woocommerce div.product .am360-product-summary p.price .amount,
.woocommerce div.product .am360-product-summary p.price .woocommerce-Price-currencySymbol,
.woocommerce div.product .am360-product-summary span.price del,
.woocommerce div.product .am360-product-summary span.price ins,
.woocommerce div.product .am360-product-summary span.price .amount,
.woocommerce div.product .am360-product-summary span.price .woocommerce-Price-currencySymbol {
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.woocommerce div.product .am360-product-summary .price.is-final-price {
  color: var(--am360-black);
}

.am360-price-prefix {
  color: var(--am360-muted);
}

.am360-product-editorial {
  margin-top: 26px;
  color: var(--am360-ink);
  font-size: 16px;
  line-height: 1.65;
}

.am360-product-buybox {
  width: 100%;
  max-width: none;
  padding-top: 0;
  font-family: var(--am360-ui);
  font-weight: 400;
}

.single-product .am360-product-summary,
.single-product .am360-product-summary__sticky,
.single-product .am360-product-buybox,
.single-product .am360-product-buybox form.cart,
.single-product .am360-product-buybox table.variations,
.single-product .am360-product-buybox table.variations tbody,
.single-product .am360-product-buybox table.variations tr,
.single-product .am360-product-buybox table.variations td.value,
.single-product .am360-product-buybox .single_variation_wrap,
.single-product .am360-product-buybox .woocommerce-variation-add-to-cart {
  width: 100%;
  max-width: none;
}

.woocommerce div.product form.cart {
  width: 100%;
  display: grid;
  gap: 16px;
  margin-bottom: 0;
  font-family: var(--am360-ui);
  font-weight: 400;
}

.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
  content: none;
}

.woocommerce div.product form.cart .variations {
  width: 100%;
  margin: 0;
  border: 0;
}

.woocommerce div.product form.cart .variations tbody,
.woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.woocommerce div.product form.cart .variations tr {
  margin-bottom: 24px;
}

.woocommerce div.product form.cart .variations label {
  display: none;
}

.woocommerce div.product form.cart .variations select {
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  appearance: none;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.woocommerce div.product form.cart .variations select.am360-variation-select--enhanced,
.am360-complete-purchase__select.am360-variation-select--enhanced {
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.am360-variation-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
  gap: 8px;
  width: 100%;
  max-width: 100%;
  overflow-x: visible;
  padding-bottom: 2px;
}

.am360-variation-heading {
  display: none;
}

.am360-variation-pills--visual {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  overflow-x: visible;
  padding-bottom: 14px;
  margin-bottom: 10px;
}

.am360-variation-pill {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid var(--am360-line) !important;
  border-radius: 0;
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
  cursor: pointer;
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow: hidden;
}

.am360-variation-pill--visual {
  width: 100%;
  min-width: 0;
  flex-basis: auto;
  min-height: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 9px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  overflow: visible;
}

.am360-variation-pill__visual {
  width: 100%;
  min-height: 136px;
  display: block;
  border: 1px solid var(--am360-line);
  background-color: var(--am360-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.am360-variation-pill--visual .am360-variation-pill__label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--am360-black);
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.am360-variation-pill:hover,
.am360-variation-pill.is-active {
  border-color: var(--am360-black) !important;
}

.am360-variation-pill:not(.am360-variation-pill--visual):hover,
.am360-variation-pill:not(.am360-variation-pill--visual).is-active {
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
}

.am360-variation-pill:disabled,
.am360-variation-pill.is-unavailable {
  color: rgba(5, 5, 5, 0.45) !important;
  cursor: not-allowed;
}

.am360-variation-pill--visual.is-unavailable:not(:disabled) {
  cursor: pointer;
}

.am360-variation-pill:not(.am360-variation-pill--visual):disabled,
.am360-variation-pill:not(.am360-variation-pill--visual).is-unavailable {
  background: var(--am360-white) !important;
  border-color: var(--am360-line) !important;
}

.am360-variation-pill:not(.am360-variation-pill--visual).is-active.is-unavailable {
  background: var(--am360-white) !important;
  color: rgba(5, 5, 5, 0.45) !important;
  border-color: var(--am360-line) !important;
}

.am360-variation-pill:not(.am360-variation-pill--visual):disabled:hover,
.am360-variation-pill:not(.am360-variation-pill--visual).is-unavailable:hover {
  background: var(--am360-white) !important;
  color: rgba(5, 5, 5, 0.45) !important;
}

.am360-variation-pill:not(.am360-variation-pill--visual):disabled::after,
.am360-variation-pill:not(.am360-variation-pill--visual).is-unavailable::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  top: 50%;
  height: 1px;
  background: rgba(5, 5, 5, 0.45);
  transform: rotate(28deg);
  transform-origin: center;
  pointer-events: none;
}

.am360-stock-alert-link {
  margin: 16px 0 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--am360-black);
  cursor: pointer;
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.am360-stock-alert-link .bi {
  font-size: 13px;
  line-height: 1;
}

.am360-stock-alert-link[hidden] {
  display: none;
}

.am360-variation-pill--visual:hover,
.am360-variation-pill--visual.is-active {
  background: transparent !important;
  color: var(--am360-black) !important;
}

.am360-variation-pill--visual:hover .am360-variation-pill__visual,
.am360-variation-pill--visual.is-active .am360-variation-pill__visual {
  border-color: var(--am360-black);
  box-shadow: 0 0 0 1px var(--am360-black);
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.woocommerce div.product .single_variation_wrap {
  display: grid;
  gap: 14px;
}

.woocommerce div.product .woocommerce-variation-add-to-cart {
  display: block;
}

.woocommerce div.product .woocommerce-variation-price {
  display: none !important;
}

.woocommerce div.product .am360-hidden-variation-output,
.woocommerce div.product .single_variation,
.woocommerce div.product .single_variation:not(:empty),
.woocommerce div.product .single_variation_wrap > .single_variation,
.woocommerce div.product .single_variation_wrap .woocommerce-variation,
.woocommerce div.product .woocommerce-variation-availability,
.woocommerce div.product .woocommerce-variation-description,
.woocommerce div.product .single_variation .stock {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
}

.woocommerce div.product form.cart .am360-cart-row {
  display: grid !important;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.woocommerce div.product form.cart .quantity .qty {
  width: 100%;
  min-width: 190px;
  min-height: 60px;
  font-family: var(--am360-ui);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  width: 100%;
  min-height: 60px;
  margin: 0;
  padding: 0 18px;
  float: none;
  clear: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
}

.woocommerce div.product form.cart:not(.variations_form) {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.woocommerce div.product form.cart:not(.variations_form) .single_add_to_cart_button {
  grid-column: auto;
}

body.single-product .am360-product-buybox .ppcp-messages,
body.single-product .am360-product-buybox .woocommerce-paypal-payments-product-message,
body.single-product .am360-product-buybox .woocommerce-paypal-payments-product-wrapper,
body.single-product .am360-product-buybox .wc-gateway-paypal-buttons,
body.single-product .am360-product-buybox .paypal-buttons,
body.single-product .am360-product-buybox .paypal-buttons-container,
body.single-product .am360-product-buybox .ppc-button-wrapper,
body.single-product .am360-product-buybox form.cart + [class*="paypal"] {
  margin-top: 14px !important;
}

body.single-product .am360-product-buybox .wc-ppcp-paylater-msg__container {
  margin-top: 1em !important;
}

.am360-complete-purchase {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.am360-complete-purchase h2 {
  margin: 0;
  color: var(--am360-ink);
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.am360-complete-purchase__item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
}

.am360-complete-purchase__item.is-variable {
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: start;
}

.am360-complete-purchase__image {
  width: 78px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--am360-white);
  border: 1px solid var(--am360-line);
  overflow: hidden;
}

.am360-complete-purchase__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.am360-complete-purchase__main {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.am360-complete-purchase__name {
  overflow: hidden;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.am360-complete-purchase__price {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 13px;
  line-height: 1.2;
}

.am360-complete-purchase__price del {
  color: var(--am360-muted);
}

.am360-complete-purchase__price ins {
  color: var(--am360-black);
  text-decoration: none;
}

.am360-complete-purchase__options {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.am360-complete-purchase__options label {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid var(--am360-line);
}

.am360-complete-purchase__options label:first-child {
  padding-top: 0;
  border-top: 0;
}

.am360-complete-purchase__options label > span {
  display: none;
}

.am360-complete-purchase__select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--am360-line);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  padding: 0 28px 0 10px;
}

.am360-complete-purchase__options .am360-variation-pills {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
  gap: 8px;
  width: 100%;
  overflow-x: visible;
  padding-bottom: 0;
  margin-bottom: 0;
}

.am360-complete-purchase__options .am360-variation-pill {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  font-size: 11px;
}

.am360-complete-purchase__options .am360-variation-heading {
  display: block;
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.15;
  text-transform: uppercase;
}

.am360-complete-purchase__options .am360-variation-pills--visual {
  grid-template-columns: repeat(2, minmax(0, 82px));
  justify-content: start;
}

.am360-complete-purchase__options .am360-variation-pill--visual {
  width: 100%;
  min-width: 0;
  flex-basis: auto;
  gap: 5px;
  padding: 0;
}

.am360-complete-purchase__options .am360-variation-pill__visual {
  min-height: 86px;
  background-size: contain;
}

.am360-complete-purchase__options .am360-variation-pill--visual .am360-variation-pill__label {
  font-size: 9px;
}

.am360-complete-purchase__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--am360-black);
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.am360-complete-purchase__item.is-variable .am360-complete-purchase__button {
  grid-column: 2;
  justify-self: start;
  margin-top: 2px;
}

.am360-complete-purchase__button:disabled,
.am360-complete-purchase.is-loading .am360-complete-purchase__button {
  opacity: 0.45;
  cursor: not-allowed;
}

.am360-complete-purchase__button:not(:disabled):hover,
.am360-complete-purchase__button:not(:disabled):focus {
  background: var(--am360-black);
  color: var(--am360-white);
  outline: 0;
}

.am360-complete-purchase .added_to_cart {
  display: none !important;
}

.am360-product-promises {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--am360-line);
  margin-top: 22px;
}

.am360-product-delivery-estimate {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--am360-line);
  border-bottom: 1px solid var(--am360-line);
  color: var(--am360-black);
}

.am360-product-delivery-estimate .bi {
  margin-top: 2px;
  font-size: 19px;
  line-height: 1;
}

.am360-product-delivery-estimate strong {
  display: block;
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.am360-product-delivery-estimate span {
  display: block;
  margin-top: 7px;
  color: var(--am360-muted);
  font-size: 14px;
  line-height: 1.35;
}

.am360-product-delivery-estimate__carriers {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px solid var(--am360-line);
}

.am360-product-delivery-estimate__carriers strong {
  font-size: 10px;
  letter-spacing: 0.1em;
}

.am360-product-promise {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  min-height: 0;
  padding: 16px 0;
  border-right: 0;
  border-bottom: 1px solid var(--am360-line);
}

.am360-product-promise .bi {
  margin-top: 2px;
  font-size: 19px;
  line-height: 1;
}

.am360-product-promise strong {
  display: block;
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.am360-product-promise span {
  display: block;
  margin-top: 7px;
  color: var(--am360-muted);
  font-size: 14px;
  line-height: 1.35;
}

.am360-product-accordions {
  border-top: 1px solid var(--am360-line);
}

.am360-product-accordion {
  border-bottom: 1px solid var(--am360-line);
}

.am360-product-accordion summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  list-style: none;
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-product-accordion summary::-webkit-details-marker {
  display: none;
}

.am360-product-accordion summary .bi {
  font-size: 13px;
  line-height: 1;
  transition: transform 160ms ease;
}

.am360-product-accordion[open] summary .bi {
  transform: rotate(45deg);
}

.am360-product-accordion__content {
  padding: 0 0 18px;
  color: var(--am360-ink);
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

.am360-product-accordion__content p {
  margin: 0 0 12px;
}

.am360-product-accordion__content p:last-child {
  margin-bottom: 0;
}

.am360-product-accordion__content table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
}

.am360-product-accordion__content th,
.am360-product-accordion__content td {
  padding: 9px 0;
  border-bottom: 1px solid var(--am360-line);
  text-align: left;
  font-weight: 400;
}

.am360-product-accordion__content th {
  width: 42%;
  color: var(--am360-muted);
}

.am360-product-help-faq {
  padding: 64px 0;
  background: #f5f5f5;
}

.am360-product-help-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(40px, 7vw, 86px);
  align-items: start;
}

.am360-product-help-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 34px 28px;
  border-radius: 4px;
  background: var(--am360-white);
  text-align: center;
}

.am360-product-help-card__avatars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}

.am360-product-help-card__avatars span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-left: -8px;
  border: 2px solid var(--am360-white);
  border-radius: 50%;
  background: #e9e9e7;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
}

.am360-product-help-card__avatars span:first-child {
  margin-left: 0;
  background:
    radial-gradient(circle at 50% 36%, #f3d8bd 0 18%, transparent 19%),
    radial-gradient(circle at 50% 100%, #d8e0d5 0 34%, transparent 35%),
    #c8b69d;
}

.am360-product-help-card__avatars span:nth-child(2) {
  background:
    radial-gradient(circle at 50% 36%, #f1c2a8 0 18%, transparent 19%),
    radial-gradient(circle at 50% 100%, #2f2f2f 0 34%, transparent 35%),
    #c8d4ce;
}

.am360-product-help-card__avatars span:nth-child(3) {
  background:
    radial-gradient(circle at 50% 36%, #e8c5a5 0 18%, transparent 19%),
    radial-gradient(circle at 50% 100%, #d8dce8 0 34%, transparent 35%),
    #b9c1d3;
}

.am360-product-help-card__avatars span:last-child {
  background: #efefef;
}

.am360-product-help-card h2,
.am360-product-faq h2 {
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.am360-product-help-card p {
  max-width: 430px;
  margin: 0;
  color: #3d3d3d;
  font-family: var(--am360-body);
  font-size: 16px;
  line-height: 1.45;
}

.am360-product-help-card__actions {
  width: 100%;
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.am360-product-help-card__button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.am360-product-help-card__button--primary {
  background: #292929;
  color: var(--am360-white);
}

.am360-product-help-card__button--secondary {
  background: #e8e8e8;
  color: #333;
}

.am360-product-faq {
  padding-top: 4px;
}

.am360-product-faq__items {
  margin-top: 28px;
}

.am360-product-faq__item {
  border-bottom: 1px solid #dedede;
}

.am360-product-faq__item summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  color: #343434;
  font-family: var(--am360-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.am360-product-faq__item summary::-webkit-details-marker {
  display: none;
}

.am360-product-faq__item summary .bi {
  flex: 0 0 auto;
  font-size: 15px;
  transition: transform 160ms ease;
}

.am360-product-faq__item[open] summary .bi {
  transform: rotate(180deg);
}

.am360-product-faq__answer {
  max-width: 760px;
  padding: 0 42px 18px 0;
  color: #555;
  font-family: var(--am360-body);
  font-size: 15px;
  line-height: 1.55;
}

.am360-product-faq__answer p {
  margin: 0 0 10px;
}

.am360-product-faq__answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .am360-product-help-faq {
    padding: 42px 0;
  }

  .am360-product-help-faq__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .am360-product-help-card {
    padding: 28px 20px;
  }
}

@media (max-width: 640px) {
  .am360-product-help-faq {
    padding: 34px 0;
  }

  .am360-product-help-card h2,
  .am360-product-faq h2 {
    font-size: 24px;
  }

  .am360-product-help-card p {
    font-size: 15px;
  }

  .am360-product-help-card__button {
    min-height: 52px;
  }

  .am360-product-faq__items {
    margin-top: 18px;
  }

  .am360-product-faq__item summary {
    min-height: 54px;
    gap: 14px;
    font-size: 15px;
  }

  .am360-product-faq__answer {
    padding-right: 28px;
    font-size: 14px;
  }
}

.am360-sg-entry {
  margin: 16px 0 8px;
}

.am360-sg-trigger {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--am360-ink);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
  cursor: pointer;
}

body.single-product .am360-sg-trigger {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.am360-sg-trigger::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 0;
  flex: 0 0 18px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15.5 15.5 4l4.5 4.5L8.5 20 4 15.5Z'/%3E%3Cpath d='m8 13 2 2'/%3E%3Cpath d='m10.5 10.5 1.5 1.5'/%3E%3Cpath d='m13 8 2 2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15.5 15.5 4l4.5 4.5L8.5 20 4 15.5Z'/%3E%3Cpath d='m8 13 2 2'/%3E%3Cpath d='m10.5 10.5 1.5 1.5'/%3E%3Cpath d='m13 8 2 2'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}

.am360-sg-lock {
  overflow: hidden;
}

.am360-sg-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
}

.am360-sg-modal.is-open {
  display: block;
}

.am360-sg-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.58);
}

.am360-sg-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1080px, calc(100vw - 56px));
  max-height: min(860px, calc(100vh - 56px));
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--am360-white);
  color: var(--am360-ink);
  border: 1px solid var(--am360-line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.am360-sg-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--am360-line);
}

.am360-sg-header strong {
  font-family: var(--am360-body);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 400;
  line-height: 1.08;
}

.am360-sg-close {
  appearance: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--am360-line);
  background: transparent;
  color: var(--am360-ink);
  font-family: var(--am360-ui);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.am360-sg-body {
  overflow: auto;
  padding: clamp(20px, 3vw, 34px);
}

.am360-sg-guide h2,
.am360-sg-calculator h3,
.am360-sg-fit h3 {
  margin: 0 0 16px;
  font-family: var(--am360-body);
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.am360-sg-guide h3,
.am360-sg-fit h3 + .am360-sg-table-wrap {
  margin-top: 28px;
}

.am360-sg-guide h3,
.am360-sg-calculator .am360-sg-step {
  font-family: var(--am360-ui);
}

.am360-sg-guide h3 {
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-sg-rich,
.am360-sg-guide p,
.am360-sg-calculator p,
.am360-sg-fit-note,
.am360-sg-disclaimer {
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--am360-ink);
}

.am360-sg-rich {
  margin: 0 0 18px;
}

.am360-sg-disclaimer {
  margin: 28px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--am360-line);
  color: var(--am360-muted);
}

.am360-sg-calculator {
  margin: 0 0 30px;
  padding: 20px;
  border: 1px solid var(--am360-line);
  background: #faf8f4;
}

.am360-sg-step {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--am360-muted);
}

.am360-sg-calculator p {
  margin: 0 0 18px;
}

.am360-sg-calc-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.am360-sg-calc-fields label span {
  display: block;
  margin-bottom: 7px;
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-sg-calc-fields input,
.am360-sg-morphology-options button {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--am360-line);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-ink);
  font-family: var(--am360-ui);
  font-size: 13px;
}

.am360-sg-calc-fields input {
  padding: 0 14px;
}

.am360-sg-morphology-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.am360-sg-morphology-options button {
  padding: 0 12px;
  font-weight: 400;
  cursor: pointer;
}

.am360-sg-morphology-options button.is-selected {
  border-color: var(--am360-ink);
  background: var(--am360-ink);
  color: var(--am360-white);
}

.am360-sg-calc-submit {
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  border: 1px solid var(--am360-ink);
  border-radius: 0;
  background: var(--am360-ink);
  color: var(--am360-white);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.am360-sg-result {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid var(--am360-line);
  font-family: var(--am360-ui);
  font-size: 13px;
  line-height: 1.6;
}

.am360-sg-result.is-success {
  border-color: var(--am360-ink);
}

.am360-sg-result.is-error {
  color: #7a1f1f;
  border-color: rgba(122, 31, 31, 0.3);
  background: rgba(122, 31, 31, 0.04);
}

.am360-sg-attrs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 14px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  line-height: 1.5;
}

.am360-sg-table-wrap {
  overflow-x: auto;
}

.am360-sg-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-family: var(--am360-ui);
  font-size: 12px;
}

.am360-sg-table th,
.am360-sg-table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--am360-line);
  text-align: center;
  font-weight: 400;
}

.am360-sg-table th {
  background: #faf8f4;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-sg-fit {
  margin-top: 28px;
}

.am360-sg-fit-bars {
  display: grid;
  gap: 10px;
  margin: 14px 0;
}

.am360-sg-fit-row {
  display: grid;
  grid-template-columns: minmax(90px, 1fr) minmax(120px, 2fr) 56px;
  align-items: center;
  gap: 12px;
  font-family: var(--am360-ui);
  font-size: 12px;
}

.am360-sg-fit-track {
  height: 8px;
  overflow: hidden;
  background: #ece7df;
  border-radius: 999px;
}

.am360-sg-fit-track span {
  display: block;
  height: 100%;
  background: var(--am360-ink);
}

.am360-sg-fit-row strong {
  text-align: right;
  font-weight: 400;
}

@media (max-width: 768px) {
  .am360-sg-entry {
    margin: 14px 0 6px;
  }

  .am360-sg-dialog {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 88vh;
    transform: none;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .am360-sg-header {
    padding: 16px 18px;
  }

  .am360-sg-body {
    padding: 18px;
  }

  .am360-sg-calculator {
    padding: 16px;
  }

  .am360-sg-calc-fields,
  .am360-sg-morphology-options {
    grid-template-columns: 1fr;
  }

  .am360-sg-table {
    min-width: 560px;
    font-size: 11px;
  }

  .am360-sg-table th,
  .am360-sg-table td {
    padding: 10px 8px;
  }

  .am360-sg-fit-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .am360-sg-fit-row strong {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .am360-refresh-notice__dialog {
    right: 16px;
    bottom: 16px;
    width: calc(100vw - 32px);
    padding: 18px 18px 16px;
  }

  .am360-refresh-notice h2 {
    font-size: 32px;
  }
}

.am360-product-details {
  padding-block: clamp(54px, 7vw, 96px);
  border-top: 1px solid var(--am360-line);
}

.am360-product-details__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(28px, 6vw, 90px);
}

.am360-product-details h2 {
  margin: 0;
  font-family: var(--am360-body);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.am360-product-details__content {
  font-size: 18px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  margin: 28px 0 18px;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--am360-black);
  border-radius: 0;
  background: var(--am360-white);
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--am360-black);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 11px 14px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--am360-white);
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
}

.am360-related-products .related > h2,
.am360-related-products .up-sells > h2 {
  margin: 0 0 28px;
  font-family: var(--am360-body);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.am360-related-products {
  padding-bottom: clamp(84px, 10vw, 132px);
}

.am360-related-products .am360-product-reviews {
  margin-top: clamp(72px, 8vw, 112px);
}

body.single-product .am360-related-products .am360-loop-product__media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.am360-related-products .woocommerce ul.products li.product,
.am360-related-products .woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
}

.am360-related-products .woocommerce ul.products li.product > a:first-of-type,
.am360-related-products .woocommerce-page ul.products li.product > a:first-of-type,
.am360-related-products .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.am360-related-products .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.am360-related-products .woocommerce ul.products li.product > a:first-of-type img,
.am360-related-products .woocommerce-page ul.products li.product > a:first-of-type img,
.am360-related-products .woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
.am360-related-products .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 0 14px;
  background: var(--am360-white);
}

.am360-related-products .am360-loop-product__media img,
body.post-type-archive-product .am360-loop-product__media img,
body.tax-product_cat .am360-loop-product__media img,
body.tax-product_tag .am360-loop-product__media img {
  height: 100%;
  margin: 0;
}

body.single-product .am360-related-products .am360-product-color-badges--inline {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 14px;
  z-index: 4;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 0;
  transform: translateX(-50%);
}

body.post-type-archive-product .am360-product-color-badges--inline,
body.tax-product_cat .am360-product-color-badges--inline,
body.tax-product_tag .am360-product-color-badges--inline {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 14px;
  z-index: 4;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 0;
  transform: translateX(-50%);
}

body.single-product .am360-related-products .am360-loop-product__media img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.post-type-archive-product .am360-loop-product__media,
body.tax-product_cat .am360-loop-product__media,
body.tax-product_tag .am360-loop-product__media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

body.post-type-archive-product .am360-loop-product__media img,
body.tax-product_cat .am360-loop-product__media img,
body.tax-product_tag .am360-loop-product__media img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.woocommerce form .form-row label,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3,
.woocommerce-checkout-review-order-table,
.woocommerce-order-overview {
  font-family: var(--am360-ui);
  font-weight: 400;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce textarea,
.woocommerce select {
  min-height: 48px;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
  padding: 12px 14px;
}

.woocommerce table.shop_table {
  border: 1px solid var(--am360-line);
  border-collapse: collapse;
  border-radius: 0;
  background: var(--am360-white);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-top: 1px solid var(--am360-line);
  padding: 16px;
  color: var(--am360-black);
}

.woocommerce table.shop_table th {
  background: var(--am360-soft);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-cart table.cart img {
  width: 92px;
  background: var(--am360-soft);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 220px;
  min-height: 48px;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  padding: 12px 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order {
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
  padding: clamp(18px, 3vw, 30px);
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3 {
  margin-top: 0;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  float: none;
  width: auto;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  background: var(--am360-white);
}

.woocommerce-checkout .am360-section {
  padding-block: clamp(34px, 5vw, 72px);
}

.woocommerce-checkout .am360-page-title {
  margin: 0 0 18px;
  font-size: clamp(34px, 4.6vw, 64px);
}

.am360-checkout-intro {
  margin: 0 0 28px;
  border-block: 1px solid var(--am360-line);
  padding: 22px 0;
}

.am360-checkout-intro p {
  margin: 0 0 10px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.am360-checkout-intro h2 {
  margin: 0;
  font-family: var(--am360-body);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 400;
  line-height: 1.05;
}

.am360-checkout-intro .am360-reservation-timer {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--am360-black);
  background: var(--am360-white);
}

.am360-checkout-intro .am360-reservation-timer .bi {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  background: var(--am360-black);
  color: var(--am360-white);
  font-size: 15px;
}

.am360-checkout-intro .am360-reservation-timer p {
  margin: 0;
  display: grid;
  gap: 4px;
}

.am360-checkout-intro .am360-reservation-timer strong,
.am360-checkout-intro .am360-reservation-timer span {
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.am360-checkout-intro .am360-reservation-timer span {
  color: var(--am360-muted);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.am360-checkout-intro__promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: var(--am360-line);
  border: 1px solid var(--am360-line);
}

.am360-checkout-intro__promises span {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  background: var(--am360-white);
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.am360-checkout-intro__promises .bi {
  font-size: 16px;
  line-height: 1;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  border-top: 0!important;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.48fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}

.woocommerce-checkout #customer_details {
  grid-column: 1;
  /* grid-row: 1 / span 2; */
}

.woocommerce-checkout #order_review_heading {
  grid-column: 2;
  grid-row: 1; 
  align-self: end;
  margin: 0;
  border: 1px solid var(--am360-black);
  border-bottom: 0!important;
  padding: 18px 20px;
  background: var(--am360-black);
  color: var(--am360-white);
}

.woocommerce-checkout #order_review {
  grid-column: 2;
  grid-row: 2;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order {
  border-color: var(--am360-black);
  padding: clamp(20px, 3vw, 34px);
}

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

.woocommerce-checkout h3 {
  margin: 0 0 22px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.woocommerce-checkout .col2-set {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  min-width: 0;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  border-bottom: 1px solid var(--am360-line);
  padding-bottom: 2.8px!important;
}

.woocommerce-checkout .woocommerce-additional-fields {
  border-bottom: 0;
  padding-bottom: 0;
}

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

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: calc(50% - 6px);
}

.woocommerce-checkout .form-row-first {
  margin-right: 12px;
}

.woocommerce-checkout form .form-row label {
  margin: 0 0 7px;
  color: var(--am360-black);
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.woocommerce-checkout form .form-row .required {
  color: var(--am360-black);
  text-decoration: none;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 52px;
  border-color: var(--am360-black);
  border-radius: 0 !important;
  background: var(--am360-white);
  font-size: 13px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection,
.woocommerce-checkout .select2-dropdown,
.woocommerce-checkout .select2-search__field,
.woocommerce-checkout .woocommerce-input-wrapper,
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select {
  border-radius: 0 !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 12px 14px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

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

.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce-checkout .select2-container--open .select2-selection--single {
  outline: 1px solid var(--am360-black);
  outline-offset: 2px;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
  margin: 0 0 20px !important;
  border: 0 !important;
}

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

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  border-top: 1px solid var(--am360-line) !important;
  background: var(--am360-white) !important;
  padding: 15px 0 !important;
  font-size: 12px;
}

.woocommerce-checkout-review-order-table .product-name {
  padding-right: 18px !important;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}

.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout-review-order-table tfoot tr:last-child td {
  border-top-color: var(--am360-black) !important;
  font-size: 14px;
}

.woocommerce-checkout-review-order-table tfoot tr:last-child strong {
  font-weight: 400;
}

.woocommerce-checkout #payment {
  border-radius: 0;
  background: var(--am360-white);
}

.woocommerce-checkout #payment ul.payment_methods {
  border: 1px solid var(--am360-line);
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 16px;
  border-bottom: 1px solid var(--am360-line);
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 400;
}

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

.woocommerce-checkout #payment div.payment_box {
  margin: 12px 0 0;
  border-radius: 0;
  background: var(--am360-soft);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.55;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: var(--am360-soft);
}

.woocommerce-checkout #payment div.form-row {
  padding: 18px 0 0;
}

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

.woocommerce-checkout #payment #place_order,
.woocommerce-checkout .button,
.woocommerce-checkout button.button,
.woocommerce-checkout a.button {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--am360-black) !important;
  border-radius: 0 !important;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout .button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout a.button:hover {
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  line-height: 1.55;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 22px;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--am360-ui);
  font-size: 11px;
  line-height: 1.5;
}

.woocommerce-checkout .woocommerce-account-fields > p.create-account {
  display: none !important;
}

.am360-checkout-account-mode {
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
}

.am360-checkout-account-mode__eyebrow {
  margin: 0 0 12px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.am360-checkout-account-mode__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.am360-checkout-account-mode__choice {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--am360-line);
  background: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.am360-checkout-account-mode__choice.is-selected {
  border-color: var(--am360-black);
  background: #f7f7f7;
  box-shadow: inset 0 0 0 1px var(--am360-black);
}

.am360-checkout-account-mode__choice input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--am360-black);
}

.am360-checkout-account-mode__choice strong,
.am360-checkout-account-mode__choice small {
  display: block;
}

.am360-checkout-account-mode__choice strong {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.am360-checkout-account-mode__choice small {
  margin-top: 6px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  line-height: 1.45;
}

.am360-checkout-account-mode__login {
  margin: 12px 0 0;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.45;
}

.am360-checkout-account-mode__login a {
  color: var(--am360-black);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
  accent-color: var(--am360-black);
}

.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-order-summary__content,
.woocommerce-checkout .wc-block-components-order-summary-item,
.woocommerce-checkout .wc-block-components-panel,
.woocommerce-checkout .wc-block-components-panel__button,
.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-totals-item,
.woocommerce-checkout .wc-block-components-product-name,
.woocommerce-checkout .wc-block-components-product-metadata,
.woocommerce-checkout .wc-block-components-formatted-money-amount,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-order-summary__title-text,
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle,
.woocommerce-checkout .wc-block-components-radio-control__label,
.woocommerce-checkout .wc-block-components-radio-control__description,
.woocommerce-checkout .wc-block-checkout__terms,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  font-family: var(--am360-ui) !important;
  font-weight: 400 !important;
}

.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-order-summary,
.woocommerce-checkout .wc-block-components-panel,
.woocommerce-checkout .wc-block-components-panel__button,
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
.woocommerce-checkout .wc-block-components-radio-control,
.woocommerce-checkout .wc-block-components-radio-control__option,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .components-button {
  border-radius: 0 !important;
}

.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-order-summary {
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
}

.woocommerce-checkout .wc-block-components-order-summary {
  border-color: var(--am360-line) !important;
}

.woocommerce-checkout .wc-block-components-order-summary__content,
.woocommerce-checkout .wc-block-components-order-summary-item,
.woocommerce-checkout .wc-block-components-panel,
.woocommerce-checkout .wc-block-components-panel__button,
.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-totals-item {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item {
  border-top: 1px solid var(--am360-line) !important;
  border-bottom: 0 !important;
  padding: 16px 0 !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item:first-child {
  border-top: 0 !important;
}

.woocommerce-checkout .wc-block-components-order-summary__content {
  padding-inline: 0 !important;
}

.woocommerce-checkout .wc-block-components-sidebar {
  padding: 0 !important;
  overflow: hidden;
}

.woocommerce-checkout .wc-block-components-sidebar > * {
  padding-inline: 32px !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-order-summary__title-text {
  color: var(--am360-black);
  font-size: 18px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-checkout .wc-block-components-product-name {
  font-size: 12px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item {
  border-top: 1px solid var(--am360-black) !important;
}

.woocommerce-checkout .wc-block-components-totals-item {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.woocommerce-checkout .wc-block-components-totals-wrapper + .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  border-top: 0 !important;
}

.woocommerce-checkout .wc-block-components-totals-footer-item,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item {
  border-top: 1px solid var(--am360-black) !important;
}

.woocommerce-checkout .wc-block-components-panel + .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-panel + .wc-block-components-totals-wrapper .wc-block-components-totals-item {
  border-top: 0 !important;
}

.woocommerce-checkout .wc-block-components-panel {
  /* border-bottom: 1px solid var(--am360-line) !important; */
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper::before,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper::after,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item::before,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item::after {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item::before,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item {
  border-top: 1px solid var(--am360-black) !important;
}

.am360-checkout-discount-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--am360-line);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 15px;
  font-weight: 400;
}

.am360-checkout-discount-line strong {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 15px;
  font-weight: 400;
}

.woocommerce-checkout .am360-section {
  background: linear-gradient(90deg, var(--am360-white) 0 64%, var(--am360-soft) 64% 100%);
}

.woocommerce-checkout .am360-container {
  max-width: min(1180px, calc(100vw - 40px));
}

.woocommerce-checkout .am360-page-title {
  width: min(680px, 100%);
  margin-bottom: 12px;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.98;
}

.woocommerce-checkout .am360-page-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin-top: 18px;
  background: var(--am360-black);
}

.am360-checkout-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
  margin-bottom: 34px;
  border-block: 0;
  padding: 0;
}

.am360-checkout-intro > p {
  margin-bottom: 12px;
  color: var(--am360-black);
}

.am360-checkout-intro h2 {
  max-width: 620px;
  font-size: clamp(28px, 3.4vw, 48px);
}

.am360-checkout-intro .am360-reservation-timer {
  grid-template-columns: 38px minmax(0, 1fr) auto;
  margin-top: 0;
  border: 1px solid var(--am360-black);
  padding: 16px;
  background: var(--am360-white);
  box-shadow: 8px 8px 0 var(--am360-black);
}

.am360-checkout-intro .am360-reservation-timer .bi {
  width: 38px;
  height: 38px;
}

.am360-checkout-intro .am360-reservation-timer time {
  min-width: 86px;
  text-align: right;
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-checkout-intro__promises {
  grid-column: 1 / -1;
  margin-top: 4px;
  border-color: var(--am360-black);
  background: var(--am360-black);
}

.am360-checkout-intro__promises span {
  min-height: 58px;
  background: var(--am360-white);
  color: var(--am360-black);
}

.woocommerce-checkout form.checkout {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: clamp(26px, 4vw, 62px);
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout-review-order,
.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-main {
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
  box-shadow: none !important;
}

.woocommerce-checkout #customer_details {
  padding: clamp(22px, 3.2vw, 38px);
}

.woocommerce-checkout #order_review_heading {
  min-height: 58px;
  display: flex;
  align-items: center;
  border-color: var(--am360-black);
  padding-inline: 22px;
  font-size: 11px;
}

.woocommerce-checkout-review-order {
  padding: 0 clamp(18px, 2vw, 24px) clamp(18px, 2vw, 24px);
  overflow: hidden;
}

.woocommerce-checkout h3,
.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-components-checkout-step__title,
.woocommerce-checkout .wc-block-components-order-summary__title-text {
  font-family: var(--am360-body) !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  letter-spacing: 0 !important;
  line-height: 1.05;
  text-transform: none !important;
}

.woocommerce-checkout h3::after,
.woocommerce-checkout .wc-block-components-checkout-step__title::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 12px;
  background: var(--am360-black);
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  padding-bottom: 32px;
}

.woocommerce-checkout .form-row {
  margin-bottom: 18px;
}

.woocommerce-checkout form .form-row label,
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox label,
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"] {
  min-height: 56px !important;
  border: 1px solid var(--am360-line) !important;
  border-bottom-color: var(--am360-black) !important;
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
  padding-inline: 16px !important;
  font-family: var(--am360-ui) !important;
  font-size: 13px !important;
}

.woocommerce-checkout form .form-row textarea {
  min-height: 112px !important;
  padding-block: 14px !important;
}

.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus,
.woocommerce-checkout .select2-container--open .select2-selection--single,
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
  border-color: var(--am360-black) !important;
  outline: 0 !important;
  box-shadow: inset 0 -2px 0 var(--am360-black) !important;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  display: block;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.woocommerce-checkout-review-order-table .product-name {
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 18px;
  letter-spacing: 0;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td {
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce-checkout-review-order-table tfoot tr:last-child td,
.woocommerce-checkout .wc-block-components-totals-footer-item,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item {
  border-top: 1px solid var(--am360-black) !important;
  font-size: 14px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout .wc-block-components-radio-control {
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
}

.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce-checkout .wc-block-components-radio-control__option {
  border-bottom: 1px solid var(--am360-line) !important;
  padding: 18px !important;
}

.woocommerce-checkout #payment ul.payment_methods li:last-child,
.woocommerce-checkout .wc-block-components-radio-control__option:last-child {
  border-bottom: 0 !important;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout .wc-block-components-radio-control__description {
  background: var(--am360-soft) !important;
  color: var(--am360-muted) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.woocommerce-checkout #payment #place_order,
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .button,
.woocommerce-checkout button.button,
.woocommerce-checkout a.button {
  min-height: 60px !important;
  justify-content: center;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
  letter-spacing: 0.16em !important;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.woocommerce-checkout .button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout a.button:hover {
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout .wc-block-checkout__terms {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  line-height: 1.65;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  align-items: center;
}

.woocommerce-checkout input[type="checkbox"],
.woocommerce-checkout input[type="radio"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.woocommerce-checkout .wc-block-components-sidebar {
  position: sticky;
  top: 112px;
}

.woocommerce-checkout .wc-block-components-sidebar > * {
  padding-inline: clamp(20px, 2.4vw, 30px) !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary {
  border-color: var(--am360-black) !important;
}

.woocommerce-order {
  max-width: 980px;
  margin-inline: auto;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  margin: 0 0 24px;
  font-family: var(--am360-body);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
}

.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 28px !important;
  padding: 0 !important;
  background: var(--am360-line);
  border: 1px solid var(--am360-line);
}

.woocommerce-order-overview li {
  margin: 0 !important;
  padding: 16px !important;
  border: 0 !important;
  background: var(--am360-white);
  color: var(--am360-muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-order-overview li strong {
  display: block;
  margin-top: 7px;
  color: var(--am360-black);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce a.remove {
  color: var(--am360-black) !important;
  font-family: var(--am360-ui);
  font-weight: 400;
}

.woocommerce a.remove:hover {
  background: var(--am360-black);
  color: var(--am360-white) !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid var(--am360-line);
  border-radius: 0;
}

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

.woocommerce-info,
.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.wc-block-components-notice-banner {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px 22px 16px 54px;
  border: 0;
  border-top: 3px solid var(--am360-black);
  border-radius: 0;
  background: var(--am360-soft);
  color: var(--am360-black);
  box-shadow: none;
  font-family: var(--am360-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.woocommerce-error {
  display: block;
  list-style: none;
}

.woocommerce-error li {
  margin: 0;
}

.woocommerce-info::before,
.woocommerce-error::before {
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 22px;
  border: 2px solid var(--am360-black);
  background: transparent;
  transform: translateY(-50%);
}

.woocommerce-error::before {
  border-radius: 50%;
}

.wc-block-components-notice-banner > svg {
  display: none;
}

.wc-block-components-notice-banner::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-left: -32px;
  border: 2px solid var(--am360-black);
}

.woocommerce-info a,
.woocommerce-error a,
.wc-block-components-notice-banner a {
  color: var(--am360-black);
  border-bottom: 1px solid currentColor;
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .am360-header {
    position: sticky;
  }

  .am360-header__inner {
    width: 100%;
    height: 86px;
    min-height: 86px;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    margin-inline: auto;
    padding-block: 0;
    gap: 12px;
    position: relative;
  }

  .am360-header__left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
  }

  .am360-actions,
  .am360-actions ul,
  .am360-action,
  .am360-search {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .am360-search__toggle,
  .am360-cart-link,
  .am360-account-link {
    align-self: center;
    transform: none;
  }

  .am360-nav {
    display: none;
  }

  .am360-actions ul {
    gap: 14px;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .am360-action--shop,
  .am360-action--account {
    display: none;
  }

  .am360-brand,
  .custom-logo-link {
    justify-self: center;
    align-self: center;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    line-height: 1;
    transform: translateX(0.1em);
  }

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

  .am360-search.is-open {
    position: static;
  }

  .am360-search.is-open .am360-search__field {
    width: min(360px, 48vw);
  }

  .am360-hero {
    min-height: 560px;
  }

  .am360-hero__media {
    width: min(52vw, 520px);
    inset-block: 34px;
    opacity: 0.72;
  }

  .am360-hero__showcase {
    gap: 12px;
  }

  .am360-hero__tile,
  .am360-hero__brand-card,
  .am360-hero__tile.is-featured,
  .am360-hero__brand-card.is-featured {
    min-height: min(58vh, 520px);
  }

  .am360-hero__content {
    width: min(560px, 70vw);
    padding-block: 78px;
  }

  .am360-grid,
  .woocommerce ul.products,
  .am360-promises__grid,
  .am360-footer__inner,
  .am360-story__inner,
  .am360-product-layout,
  .am360-product-details__grid,
  .woocommerce-checkout .col2-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .am360-footer__statement {
    grid-template-columns: 1fr;
  }

  .am360-footer__column:nth-child(2) {
    border-right: 0;
    padding-right: 0;
  }

  .am360-footer__column:nth-child(3) {
    padding-left: 0;
  }

  .am360-collection {
    grid-template-rows: minmax(160px, 1fr) auto;
  }

  .am360-collection__media {
    min-height: 160px;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout-review-order {
    position: static;
  }

  .am360-product-layout {
    gap: 30px;
  }

  .am360-product-gallery {
    margin-left: 0;
  }

  .am360-editorial-gallery__image {
    min-height: min(82vh, 760px);
  }

  .am360-product-summary__sticky {
    top: 48px;
    min-height: auto;
    justify-content: flex-start;
  }

  .am360-account__layout {
    grid-template-columns: 1fr;
  }

  .am360-account-nav {
    position: static;
    overflow-x: auto;
  }

  .woocommerce-account .am360-account-nav ul {
    display: flex;
    min-width: max-content;
  }

  .am360-account-nav a {
    width: 156px;
    border-bottom: 0;
    border-right: 1px solid var(--am360-line);
  }

  .am360-account-cards,
  .am360-account-login.has-register,
  .am360-address-grid {
    grid-template-columns: 1fr;
  }

  .am360-order-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .am360-order-card__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  :root {
    --am360-page: min(100vw - 28px, 1440px);
  }

  .am360-topbar__inner {
    flex-direction: column;
    gap: 4px;
    padding-block: 8px;
  }

  .am360-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
  }

  .am360-actions ul {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0;
  }

  .am360-brand,
  .custom-logo-link {
    max-width: 100%;
    transform: translateX(0.1em);
  }

  .am360-brand {
    font-size: 22px;
    letter-spacing: 0.4em;
  }

  .custom-logo-link img {
    max-height: 32px;
  }

  .am360-search__toggle,
  .am360-cart-link,
  .am360-account-link {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .am360-cart-link__badge {
    top: 3px;
    right: 3px;
    left: auto;
  }

  .am360-header.is-search-open {
    margin-bottom: 0;
  }

  .am360-cart-modal__actions {
    grid-template-columns: 1fr;
  }

  .woocommerce-info,
  .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce-notices-wrapper .woocommerce-error,
  .wc-block-components-notice-banner {
    min-height: 52px;
    padding: 14px 16px 14px 46px;
    font-size: 15px;
  }

  .woocommerce-info::before,
  .woocommerce-error::before {
    left: 18px;
  }

  .am360-complete-purchase__item {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .am360-complete-purchase__item.is-variable {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .am360-complete-purchase__options {
    grid-template-columns: 1fr;
  }

  .am360-complete-purchase__button {
    grid-column: 2;
    justify-self: start;
  }

  .am360-search.is-open .am360-search__toggle {
    border-color: var(--am360-black);
  }

  .am360-search.is-open .am360-search__field {
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    height: 100dvh;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 12px;
    position: fixed;
    inset: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 210;
    padding: max(18px, env(safe-area-inset-top)) 18px max(18px, env(safe-area-inset-bottom));
    background: var(--am360-white);
    opacity: 1;
    overflow-y: auto;
  }

  .am360-search input[type="search"] {
    height: 52px;
    margin: 0;
    font-size: 13px;
    grid-column: 1;
    grid-row: 1;
  }

  .am360-search__close {
    width: 48px;
    height: 52px;
    display: inline-grid;
    grid-column: 2;
    grid-row: 1;
    place-items: center;
    border: 1px solid var(--am360-black);
    border-radius: 0;
    background: var(--am360-white);
    color: var(--am360-black);
    cursor: pointer;
    padding: 0;
  }

  .am360-search__close .bi {
    font-size: 18px;
    line-height: 1;
  }

  .am360-search__suggestions {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    position: static;
    margin-top: 6px;
    border-top: 1px solid var(--am360-black);
    box-shadow: none;
    overflow: visible;
  }

  html.am360-search-open,
  body.am360-search-open {
    overflow: hidden;
  }

  .am360-search.has-results .am360-search__suggestions,
  .am360-search.has-empty .am360-search__suggestions {
    display: block;
  }

  .am360-cart-link__label {
    display: none;
  }

  .am360-cart-drawer-backdrop {
    background: transparent;
  }

  .am360-filter-drawer-backdrop {
    background: transparent;
  }

  .am360-filter-drawer__panel {
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    height: 100dvh;
    border-right: 0;
    transform: translateY(100%);
  }

  .am360-filter-drawer.is-open .am360-filter-drawer__panel {
    transform: translateY(0);
  }

  .am360-filter-drawer__header {
    min-height: 68px;
    padding-inline: 18px;
  }

  .am360-filter-drawer__body {
    padding-inline: 18px;
  }

  .am360-filter-drawer__footer {
    padding-inline: 18px;
  }

  .am360-cart-drawer__panel {
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
    height: 100dvh;
    border-left: 0;
    transform: translateY(100%);
  }

  .am360-cart-drawer.is-open .am360-cart-drawer__panel {
    transform: translateY(0);
  }

  .am360-cart-drawer__header {
    min-height: 68px;
    padding-inline: 18px;
  }

  .am360-cart-drawer__reservation {
    grid-template-columns: 28px minmax(0, 1fr);
    margin-inline: 18px;
  }

  .am360-cart-drawer__reservation time {
    grid-column: 2;
    justify-self: start;
  }

  .am360-cart-drawer__body {
    padding: 16px 18px 112px;
  }

  .am360-cart-drawer__item {
    grid-template-columns: 76px minmax(0, 1fr) auto;
  }

  .am360-cart-drawer__line-price {
    grid-column: 3;
    justify-self: end;
    margin-top: 0;
  }

  .am360-cart-drawer__footer {
    gap: 9px;
    padding: 12px 18px max(12px, env(safe-area-inset-bottom));
  }

  .am360-cart-drawer__checkout {
    min-height: 46px;
  }

  .am360-hero {
    min-height: auto;
    display: block;
    padding: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.24), #ffffff 44%),
      linear-gradient(135deg, #ffffff 0%, #f5f5f5 58%, #101010 58.2%, #101010 100%);
  }

  .am360-hero__media {
    width: 100%;
    height: 280px;
    position: relative;
    inset: auto;
    padding: 4px 18px 0;
    overflow: hidden;
  }

  .am360-hero__showcase {
    height: 100%;
    grid-template-columns: 1fr 0.9fr;
    gap: 10px;
  }

  .am360-hero__tile,
  .am360-hero__brand-card,
  .am360-hero__tile.is-featured,
  .am360-hero__brand-card.is-featured {
    min-height: 250px;
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.12);
  }

  .am360-hero__brand-card {
    gap: 10px;
    padding: 18px;
  }

  .am360-hero__brand-card::before {
    width: 72px;
    height: 72px;
    top: 14px;
    right: 14px;
  }

  .am360-hero__brand-card strong,
  .am360-hero__tile-body span {
    font-size: 25px;
  }

  .am360-hero__brand-card span:last-child {
    display: none;
  }

  .am360-hero__tile-body {
    padding: 12px;
  }

  .am360-hero__content {
    width: 100%;
    padding-block: 24px 42px;
  }

  .am360-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 13vw, 60px);
    line-height: 1;
  }

  .am360-hero p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }

  .am360-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }

  .am360-hero__actions .am360-button,
  .am360-hero__secondary {
    width: 100%;
    justify-content: center;
  }

  .am360-hero__proofs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 20px;
  }

  .am360-hero__proofs li {
    justify-content: center;
  }

  .am360-section__head {
    display: block;
  }

  .am360-section__head .am360-link {
    display: inline-block;
    margin-top: 16px;
  }

  .woocommerce-checkout .am360-section {
    padding-block: 28px 44px;
  }

  .woocommerce-checkout .am360-page-title {
    margin-bottom: 14px;
    font-size: 38px;
  }

  .am360-account__hero h1 {
    font-size: 42px;
  }

  .am360-account__hero p:not(.am360-kicker) {
    font-size: 16px;
  }

  .am360-account-panel__head,
  .am360-address-card header,
  .am360-account-auth__row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .am360-account-panel h2,
  .am360-account-auth h2 {
    font-size: 34px;
  }

  .am360-account-latest__row,
  .am360-order-card,
  .am360-form-grid {
    grid-template-columns: 1fr;
  }

  .am360-account-panel,
  .am360-account-auth {
    padding: 18px;
  }

  .am360-account-card {
    min-height: 138px;
  }

  .am360-checkout-intro {
    margin-bottom: 22px;
    padding: 18px 0;
  }

  .am360-checkout-intro h2 {
    font-size: 28px;
  }

  .am360-checkout-intro .am360-reservation-timer {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px;
  }

  .am360-checkout-intro .am360-reservation-timer time {
    grid-column: 2;
    justify-self: start;
  }

  .am360-checkout-intro__promises {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .am360-checkout-intro__promises span {
    min-height: 46px;
    padding: 12px;
  }

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

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout-review-order {
    padding: 18px;
  }

  .woocommerce-checkout #order_review_heading {
    margin-top: 4px;
    padding: 15px 18px;
  }

  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .woocommerce-checkout h3 {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields {
    padding-bottom: 22px;
  }

  .woocommerce-checkout-review-order-table th,
  .woocommerce-checkout-review-order-table td {
    padding: 13px 0 !important;
  }

  .woocommerce-checkout #payment ul.payment_methods li {
    padding: 14px;
  }

  .woocommerce-checkout #payment #place_order,
  .woocommerce-checkout .button,
  .woocommerce-checkout button.button,
  .woocommerce-checkout a.button {
    min-height: 52px;
  }

  .woocommerce-checkout .wc-block-components-sidebar > * {
    padding-inline: 18px !important;
  }

  .woocommerce-checkout .am360-section {
    background: var(--am360-white);
  }

  .woocommerce-checkout .am360-container {
    max-width: calc(100vw - 28px);
  }

  .woocommerce-checkout .am360-page-title {
    font-size: 40px;
    line-height: 1;
  }

  .am360-checkout-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }

  .am360-checkout-intro .am360-reservation-timer {
    grid-template-columns: 34px minmax(0, 1fr);
    box-shadow: 5px 5px 0 var(--am360-black);
  }

  .am360-checkout-intro .am360-reservation-timer time {
    grid-column: 2;
    justify-self: start;
    min-width: 0;
    text-align: left;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout-review-order,
  .woocommerce-checkout .wc-block-components-main,
  .woocommerce-checkout .wc-block-components-sidebar {
    border-inline: 1px solid var(--am360-black) !important;
  }

  .woocommerce-checkout-review-order,
  .woocommerce-checkout .wc-block-components-sidebar {
    position: static;
  }

  .woocommerce-checkout h3,
  .woocommerce-checkout .wc-block-components-title,
  .woocommerce-checkout .wc-block-components-checkout-step__title,
  .woocommerce-checkout .wc-block-components-order-summary__title-text {
    font-size: 24px !important;
  }

  .woocommerce-checkout form .form-row input.input-text,
  .woocommerce-checkout form .form-row textarea,
  .woocommerce-checkout form .form-row select,
  .woocommerce-checkout .select2-container--default .select2-selection--single,
  .woocommerce-checkout .wc-block-components-text-input input,
  .woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    min-height: 54px !important;
  }

  .woocommerce-checkout .woocommerce-form__label-for-checkbox {
    align-items: flex-start;
  }

  .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .am360-shop-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .am360-filter-button {
    padding-inline: 14px;
  }

  .am360-archive-header {
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  .am360-archive-header .woocommerce-products-header__title.page-title {
    font-size: 34px;
  }

  .am360-archive-header .woocommerce-result-count {
    margin: 0;
    font-size: 13px;
    line-height: 1.1;
    text-align: right;
    white-space: nowrap;
  }

  .woocommerce nav.woocommerce-pagination {
    margin-top: 28px;
    padding-top: 16px;
  }

  .woocommerce nav.woocommerce-pagination ul {
    gap: 8px;
  }

  .woocommerce nav.woocommerce-pagination ul li .page-numbers {
    min-width: 40px;
    min-height: 40px;
    padding-inline: 12px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .am360-grid,
  .am360-promises__grid,
  .am360-footer__inner,
  .am360-story__inner,
  .am360-product-layout,
  .am360-product-details__grid,
  .am360-product-promises,
  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr;
  }

  .am360-footer__statement {
    gap: 22px;
    padding-bottom: 34px;
  }

  .am360-footer__brand {
    font-size: clamp(36px, 14vw, 64px);
    letter-spacing: 0.28em;
  }

  .am360-footer__statement p {
    font-size: 18px;
    line-height: 1.45;
  }

  .am360-footer__column,
  .am360-footer__column:first-child,
  .am360-footer__column:last-child,
  .am360-footer__column:nth-child(2),
  .am360-footer__column:nth-child(3) {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--am360-line);
  }

  .am360-footer__bottom {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 22px;
    text-align: left;
  }

  .am360-footer__bottom nav {
    justify-content: flex-start;
  }

  .am360-footer__bottom > span:last-child {
    justify-self: start;
  }

  .am360-collections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .am360-collection {
    grid-template-rows: minmax(150px, 1fr) auto;
  }

  .am360-collection__media {
    min-height: 150px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px 12px;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
  }

  body.post-type-archive-product .woocommerce ul.products li.product a img,
  body.tax-product_cat .woocommerce ul.products li.product a img,
  body.tax-product_tag .woocommerce ul.products li.product a img {
    aspect-ratio: 3 / 4;
    margin-bottom: 10px;
  }

  .am360-related-products .woocommerce ul.products li.product > a:first-of-type img,
  .am360-related-products .woocommerce-page ul.products li.product > a:first-of-type img,
  .am360-related-products .woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
  .am360-related-products .woocommerce-page ul.products li.product .woocommerce-LoopProduct-link img {
    aspect-ratio: 3 / 4;
    margin-bottom: 10px;
  }

  .am360-loop-product__media {
    aspect-ratio: 3 / 4;
    margin-bottom: 10px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 1.08;
  }

  .woocommerce ul.products li.product .price {
    font-size: 12px;
  }

  .am360-product-page {
    padding-block: 0 38px;
  }

  .single-product .am360-product-page > .am360-container {
    width: 100%;
  }

  .single-product .am360-product-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .single-product .am360-product-gallery {
    order: 1;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .single-product .am360-gallery-arrow {
    width: 44px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    position: absolute;
    top: 50%;
    z-index: 4;
    border: 1px solid var(--am360-black);
    border-radius: 0;
    background: var(--am360-white);
    color: var(--am360-black);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
  }

  .single-product .am360-gallery-arrow[hidden] {
    display: none;
  }

  .single-product .am360-gallery-arrow--prev {
    left: 12px;
  }

  .single-product .am360-gallery-arrow--next {
    right: 12px;
  }

  .single-product .am360-gallery-arrow .bi {
    font-size: 18px;
    line-height: 1;
  }

  .single-product .am360-editorial-gallery {
    display: flex;
    gap: 1px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .single-product .am360-editorial-gallery::-webkit-scrollbar {
    display: none;
  }

  .single-product .am360-editorial-gallery__item {
    flex: 0 0 100vw;
    width: 100vw;
    min-width: 100vw;
    scroll-snap-align: start;
  }

  .single-product .am360-editorial-gallery__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
  }

  .single-product .am360-product-gallery .onsale {
    top: 0 !important;
    left: 0 !important;
  }

  .am360-product-lightbox {
    padding: 18px;
  }

  .am360-product-lightbox__dialog {
    width: 100%;
  }

  .am360-product-lightbox__image {
    max-height: calc(100vh - 132px);
  }

  .am360-product-lightbox__close,
  .am360-product-lightbox__nav {
    width: 44px;
    height: 44px;
  }

  .am360-product-lightbox__close {
    top: 14px;
    right: 14px;
  }

  .am360-product-lightbox__nav--prev {
    left: 10px;
  }

  .am360-product-lightbox__nav--next {
    right: 10px;
  }

  .single-product .am360-product-summary {
    order: 2;
    width: 100%;
    margin-inline: auto;
    padding-inline: 18px;
  }

  .am360-product-summary__sticky {
    position: static;
    min-height: 0;
    display: block;
    padding-block: 24px 0;
  }

  .single-product .am360-product-buybox,
  .single-product .am360-product-buybox form.cart,
  .single-product .am360-product-buybox table.variations,
  .single-product .am360-product-buybox table.variations tbody,
  .single-product .am360-product-buybox table.variations tr,
  .single-product .am360-product-buybox table.variations td.value,
  .single-product .am360-product-buybox .single_variation_wrap,
  .single-product .am360-product-buybox .woocommerce-variation-add-to-cart {
    width: 100% !important;
    max-width: none !important;
  }

  .woocommerce div.product form.cart .variations tr {
    padding-top: 18px !important;
    border-top: 1px solid var(--am360-line) !important;
    margin-bottom: 22px !important;
  }

  .woocommerce div.product form.cart .variations tr:first-child {
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  .am360-variation-heading {
    display: block;
    margin: 0 0 12px;
    color: var(--am360-black);
    font-family: var(--am360-body);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .single-product .am360-product-reference {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  body.single-product.woocommerce div.product .am360-product-summary h1.product_title.entry-title,
  body.single-product div.product .am360-product-summary h1.product_title.entry-title,
  .woocommerce div.product .am360-product-summary .product_title {
    margin-bottom: 10px !important;
    font-size: 20px !important;
    line-height: 1.18 !important;
  }

  .woocommerce div.product .am360-product-summary p.price,
  .woocommerce div.product .am360-product-summary span.price,
  .woocommerce div.product .am360-product-summary p.price del,
  .woocommerce div.product .am360-product-summary p.price ins,
  .woocommerce div.product .am360-product-summary p.price .amount,
  .woocommerce div.product .am360-product-summary p.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product .am360-product-summary span.price del,
  .woocommerce div.product .am360-product-summary span.price ins,
  .woocommerce div.product .am360-product-summary span.price .amount,
  .woocommerce div.product .am360-product-summary span.price .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
  }

  .woocommerce div.product .am360-product-summary p.price,
  .woocommerce div.product .am360-product-summary span.price {
    margin-bottom: 22px !important;
  }

  .am360-editorial-gallery__image {
    min-height: 0;
  }

  .woocommerce div.product form.cart .quantity .qty {
    width: 100%;
  }

  .am360-variation-pills {
    gap: 8px;
    padding-bottom: 4px;
    width: 100%;
  }

  .woocommerce div.product form.cart .variations .am360-variation-pills:not(.am360-variation-pills--visual) {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 100%;
    overflow-x: visible;
  }

  .am360-variation-pills--visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .am360-variation-pill--visual {
    width: 100%;
    min-width: 0;
    flex-basis: auto;
  }

  .am360-variation-pill__visual {
    min-height: 54px;
  }

  .am360-variation-pill {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex-basis: auto;
    min-height: 44px;
    padding-inline: 6px;
  }

  .woocommerce div.product form.cart .am360-cart-row {
    grid-template-columns: 132px minmax(0, 1fr) !important;
    gap: 8px !important;
    margin-top: 18px !important;
  }

  .woocommerce div.product form.cart .single_add_to_cart_button {
    min-height: 54px !important;
  }

  .am360-product-promises {
    margin-top: 20px;
  }

  .am360-product-promise {
    grid-template-columns: 24px 1fr;
    gap: 10px;
    padding: 14px 0;
  }

  .am360-complete-purchase {
    margin-top: 22px;
  }

  .am360-complete-purchase h2 {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .am360-complete-purchase__item,
  .am360-complete-purchase__item.is-variable {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    align-items: start;
  }

  .am360-complete-purchase__image {
    width: 74px;
  }

  .am360-complete-purchase__name {
    font-size: 15px;
    white-space: normal;
  }

  .am360-complete-purchase__price {
    font-size: 12px;
  }

  .am360-complete-purchase__options {
    grid-column: 1 / -1;
    margin-top: 8px;
    gap: 12px;
  }

  .am360-complete-purchase__options .am360-variation-heading {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .am360-complete-purchase__options .am360-variation-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .am360-complete-purchase__options .am360-variation-pills--visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .am360-complete-purchase__options .am360-variation-pill {
    min-height: 40px;
  }

  .am360-complete-purchase__options .am360-variation-pill--visual {
    gap: 4px;
  }

  .am360-complete-purchase__options .am360-variation-pill__visual {
    min-height: 66px;
  }

  .am360-complete-purchase__button,
  .am360-complete-purchase__item.is-variable .am360-complete-purchase__button {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
    margin-top: 0;
  }

  @media (max-width: 380px) {
    .woocommerce div.product form.cart .variations .am360-variation-pills:not(.am360-variation-pills--visual) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .am360-complete-purchase__options .am360-variation-pills,
    .am360-complete-purchase__options .am360-variation-pills--visual {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .am360-product-promise strong {
    font-size: 10px;
  }

  .am360-product-promise span {
    margin-top: 5px;
    font-size: 12px;
  }

  .am360-product-accordion summary {
    min-height: 50px;
    font-size: 10px;
  }

  .am360-product-editorial {
    margin-top: 18px;
    font-size: 14px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .am360-promise {
    border-right: 0;
    border-bottom: 1px solid var(--am360-line);
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    border-bottom: 1px solid var(--am360-line);
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    gap: 10px;
  }

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

/* Checkout summary hard reset */
body.woocommerce-checkout .am360-checkout-page #order_review {
  box-sizing: border-box !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table {
  table-layout: auto !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tbody,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table td {
  width: 100% !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: 74px minmax(0, 1fr) !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product__body {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product__top {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product__name {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product__price {
  min-width: fit-content !important;
}

@media (min-width: 1180px) {
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-product__name {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-product {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-product__top {
    max-width: none !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-product__name {
    max-width: none !important;
  }
}

/* Checkout refinement */
body.woocommerce-checkout .am360-section {
  background: var(--am360-white) !important;
  padding-block: clamp(30px, 4vw, 58px) clamp(54px, 7vw, 92px) !important;
}

body.woocommerce-checkout .am360-container {
  width: min(1360px, calc(100vw - 64px)) !important;
  max-width: none !important;
}

body.woocommerce-checkout .am360-page-title {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 0 clamp(28px, 4vw, 46px) !important;
  font-size: clamp(38px, 3.6vw, 58px) !important;
  line-height: 1.02 !important;
}

body.woocommerce-checkout .am360-page-title::after {
  width: 42px !important;
  margin-top: 16px !important;
}

body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout .wc-block-components-sidebar-layout,
body.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 430px) !important;
  gap: clamp(34px, 4.6vw, 68px) !important;
  align-items: start !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout #customer_details {
  width: 100% !important;
  max-width: none !important;
  border: 0 !important;
  border-top: 1px solid var(--am360-black) !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout-review-order {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
  padding: clamp(22px, 2.4vw, 30px) !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-sidebar {
  position: sticky !important;
  top: 112px !important;
}

body.woocommerce-checkout .wc-block-components-sidebar > * {
  padding-inline: 0 !important;
}

body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary {
  border: 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-additional-fields {
  margin: 0 0 34px !important;
  padding: 0 0 34px !important;
  border-bottom: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step:last-child,
body.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 0 !important;
}

body.woocommerce-checkout h3,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-order-summary__title-text {
  color: var(--am360-black) !important;
  font-family: var(--am360-body) !important;
  font-size: clamp(25px, 2.25vw, 34px) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}

body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary__title-text,
body.woocommerce-checkout #order_review_heading {
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 0!important;
  background: transparent !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-body) !important;
  font-size: 24px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.woocommerce-checkout h3::after,
body.woocommerce-checkout .wc-block-components-checkout-step__title::after {
  width: 36px !important;
  margin-top: 10px !important;
}

body.woocommerce-checkout form .form-row label,
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox label,
body.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout form .form-row input.input-text,
body.woocommerce-checkout form .form-row textarea,
body.woocommerce-checkout form .form-row select,
body.woocommerce-checkout .select2-container--default .select2-selection--single,
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
body.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"] {
  min-height: 58px !important;
  border: 1px solid var(--am360-line) !important;
  border-bottom: 1px solid var(--am360-black) !important;
  border-radius: 0 !important;
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
  padding: 15px 16px !important;
  font-family: var(--am360-ui) !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.woocommerce-checkout form .form-row input.input-text:focus,
body.woocommerce-checkout form .form-row textarea:focus,
body.woocommerce-checkout form .form-row select:focus,
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
  border-color: var(--am360-black) !important;
  outline: 0 !important;
  box-shadow: inset 0 -2px 0 var(--am360-black) !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr) auto !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 18px 0 !important;
  border-top: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 64px !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 64px !important;
  height: 82px !important;
  object-fit: contain !important;
  background: var(--am360-soft) !important;
}

body.woocommerce-checkout .wc-block-components-product-name {
  color: var(--am360-black) !important;
  font-family: var(--am360-body) !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}

body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
body.woocommerce-checkout .wc-block-components-radio-control__description {
  color: var(--am360-muted) !important;
  font-family: var(--am360-ui) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

body.woocommerce-checkout .wc-block-components-formatted-money-amount,
body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__value {
  font-family: var(--am360-ui) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item {
  padding-top: 18px !important;
  border-top: 1px solid var(--am360-black) !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.woocommerce-checkout-review-order-table tfoot tr:last-child th,
body.woocommerce-checkout-review-order-table tfoot tr:last-child td {
  font-size: 22px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-radio-control,
body.woocommerce-checkout .wc-block-components-radio-control__option,
body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment ul.payment_methods li {
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button,
body.woocommerce-checkout #payment #place_order,
body.woocommerce-checkout .button,
body.woocommerce-checkout button.button,
body.woocommerce-checkout a.button {
  min-height: 58px !important;
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-checkout button.button:hover,
body.woocommerce-checkout a.button:hover {
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

@media (max-width: 980px) {
  body.woocommerce-checkout .am360-container {
    width: 100vw !important;
  }

  body.woocommerce-checkout .am360-page-title {
    max-width: 100% !important;
    font-size: 40px !important;
  }

  body.woocommerce-checkout .wc-block-checkout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout,
  body.woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar {
    position: static !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout .am360-section {
    padding-block: 24px 48px !important;
  }

  body.woocommerce-checkout .am360-page-title {
    margin-bottom: 26px !important;
    font-size: 34px !important;
  }

  body.woocommerce-checkout .wc-block-components-main,
  body.woocommerce-checkout #customer_details {
    border-top: 1px solid var(--am360-black) !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar,
  body.woocommerce-checkout-review-order {
    padding: 18px !important;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step,
  body.woocommerce-checkout .woocommerce-billing-fields,
  body.woocommerce-checkout .woocommerce-shipping-fields,
  body.woocommerce-checkout .woocommerce-additional-fields {
    margin-bottom: 26px !important;
    padding-bottom: 26px !important;
  }

  body.woocommerce-checkout h3,
  body.woocommerce-checkout .wc-block-components-title,
  body.woocommerce-checkout .wc-block-components-checkout-step__title,
  body.woocommerce-checkout .wc-block-components-order-summary__title-text {
    font-size: 25px !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 58px minmax(0, 1fr) auto !important;
    gap: 12px !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item__image,
  body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 58px !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    height: 74px !important;
  }
}

/* Account refinement */
body.woocommerce-account .am360-section {
  padding-block: clamp(34px, 4vw, 58px) clamp(56px, 7vw, 92px) !important;
}

body.woocommerce-account .am360-container {
  width: min(1360px, calc(100vw - 64px)) !important;
  max-width: none !important;
}

body.woocommerce-account.page .am360-page-content {
  max-width: none !important;
  width: 100% !important;
  margin-top: 0 !important;
}

body.woocommerce-account .am360-page-title {
  display: none !important;
}

body.woocommerce-account .am360-account {
  width: 100% !important;
  gap: clamp(30px, 4vw, 48px) !important;
}

body.woocommerce-account .am360-account__hero {
  max-width: 860px !important;
}

body.woocommerce-account .am360-account__hero h1 {
  max-width: 920px !important;
  font-family: var(--am360-brand) !important;
  font-size: clamp(42px, 4.6vw, 68px) !important;
  line-height: 1 !important;
}

body.woocommerce-account .am360-account__hero p:not(.am360-kicker) {
  max-width: 620px !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

body.woocommerce-account .am360-account__layout {
  display: grid !important;
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr) !important;
  gap: clamp(28px, 4vw, 56px) !important;
  align-items: start !important;
  width: 100% !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .am360-account-nav {
  float: none !important;
  width: 100% !important;
  max-width: 300px !important;
  position: sticky !important;
  top: 112px !important;
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .am360-account__content {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.woocommerce-account .am360-account-nav a {
  width: 100% !important;
  min-height: 62px !important;
  grid-template-columns: 26px minmax(0, 1fr) !important;
  padding-inline: 18px !important;
  overflow: hidden !important;
}

body.woocommerce-account .am360-account-nav a span {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}

body.woocommerce-account .am360-account-panel,
body.woocommerce-account .am360-account-auth {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid var(--am360-black) !important;
  padding: clamp(24px, 3vw, 40px) !important;
}

body.woocommerce-account .am360-account-panel__head {
  align-items: center !important;
  margin-bottom: 32px !important;
}

body.woocommerce-account .am360-account-panel h2,
body.woocommerce-account .am360-account-auth h2 {
  font-family: var(--am360-brand) !important;
  font-size: clamp(34px, 3.2vw, 48px) !important;
}

body.woocommerce-account .am360-account-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body.woocommerce-account .am360-account-card {
  min-width: 0 !important;
  min-height: 190px !important;
  padding: 20px !important;
  background: var(--am360-white) !important;
  border-color: var(--am360-line) !important;
}

body.woocommerce-account .am360-account-card strong {
  overflow-wrap: anywhere !important;
  font-size: clamp(24px, 2.1vw, 34px) !important;
}

body.woocommerce-account .am360-account-card span {
  max-width: 160px !important;
  line-height: 1.45 !important;
}

body.woocommerce-account .am360-account-latest {
  margin-top: 34px !important;
  padding-top: 30px !important;
}

body.woocommerce-account .am360-account-latest__row,
body.woocommerce-account .am360-order-card {
  width: 100% !important;
}

@media (max-width: 980px) {
  body.woocommerce-account .am360-container {
    width: calc(100vw - 28px) !important;
  }

  body.woocommerce-account .am360-account__layout {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .am360-account-nav {
    max-width: none !important;
    position: static !important;
    overflow-x: auto !important;
  }

  body.woocommerce-account .woocommerce-account .am360-account-nav ul,
  body.woocommerce-account .am360-account-nav ul {
    display: flex !important;
    min-width: max-content !important;
  }

  body.woocommerce-account .am360-account-nav a {
    width: 180px !important;
    border-right: 1px solid var(--am360-line) !important;
    border-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-account .am360-section {
    padding-block: 24px 48px !important;
  }

  body.woocommerce-account .am360-account__hero h1 {
    font-size: 38px !important;
  }

  body.woocommerce-account .am360-account__hero p:not(.am360-kicker) {
    font-size: 15px !important;
  }

  body.woocommerce-account .am360-account-panel,
  body.woocommerce-account .am360-account-auth {
    padding: 18px !important;
  }

  body.woocommerce-account .am360-account-panel__head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    align-items: start !important;
  }

  body.woocommerce-account .am360-account-cards {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-account .am360-account-card {
    min-height: 142px !important;
  }
}

/* Checkout block layout fix */
body.woocommerce-checkout .wc-block-checkout {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(620px, 1fr) minmax(360px, 430px) !important;
  gap: clamp(34px, 4vw, 60px) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  grid-column: 1 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  grid-column: 2 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: clamp(22px, 2.4vw, 30px) !important;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-checkout-step__container,
body.woocommerce-checkout .wc-block-components-checkout-step__content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title {
  max-width: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  grid-template-columns: 68px minmax(0, 1fr) minmax(74px, max-content) !important;
  column-gap: 14px !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  min-width: 0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  min-width: 74px !important;
  max-width: 112px !important;
  text-align: right !important;
}

body.woocommerce-checkout .wc-block-components-product-name {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.woocommerce-checkout .wc-block-components-product-metadata {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

@media (max-width: 1100px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    grid-column: 1 !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    position: static !important;
  }
}

/* Mobile header correction */
@media (max-width: 640px) {
  .am360-topbar {
    font-size: 10px !important;
    line-height: 1.45 !important;
    letter-spacing: 0.14em !important;
  }

  .am360-topbar__inner {
    min-height: 0 !important;
    gap: 3px !important;
    padding: 9px 18px 10px !important;
  }

  .am360-topbar__desktop-text {
    display: none !important;
  }

  .am360-topbar__mobile-text {
    display: inline !important;
  }

  .am360-header {
    border-bottom: 1px solid var(--am360-line) !important;
    background: var(--am360-white) !important;
    backdrop-filter: none !important;
  }

  .am360-header__inner {
    width: 100% !important;
    height: 74px !important;
    min-height: 74px !important;
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) 74px !important;
    gap: 0 !important;
    align-items: center !important;
    padding: 0 18px !important;
    margin: 0 !important;
  }

  .am360-header__left,
  .am360-actions,
  .am360-actions ul,
  .am360-action,
  .am360-search {
    height: 74px !important;
    min-height: 74px !important;
    display: flex !important;
    align-items: center !important;
  }

  .am360-header__left {
    justify-content: flex-start !important;
  }

  .am360-actions,
  .am360-actions ul {
    justify-content: flex-end !important;
    gap: 2px !important;
  }

  .am360-action--shop {
    display: none !important;
  }

  .am360-search__toggle,
  .am360-cart-link,
  .am360-account-link {
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    display: inline-grid !important;
    place-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

  .am360-search__toggle .bi,
  .am360-cart-link .bi,
  .am360-account-link .bi {
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .am360-brand,
  .custom-logo-link {
    justify-self: center !important;
    align-self: center !important;
    min-height: 0 !important;
    line-height: 1 !important;
    transform: translateX(0.1em) !important;
  }

  .am360-brand {
    font-size: 28px !important;
    letter-spacing: 0.4em !important;
  }

  .custom-logo-link img {
    max-height: 34px !important;
  }

  .am360-cart-link__badge {
    top: 2px !important;
    right: 1px !important;
  }
}

/* Mobile hero correction */
@media (max-width: 640px) {
  .am360-hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: var(--am360-white) !important;
    overflow: hidden !important;
  }

  .am360-hero::before {
    display: none !important;
  }

  .am360-hero__media {
    order: 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    position: relative !important;
    inset: auto !important;
    padding: 0 !important;
    overflow: visible !important;
    background: var(--am360-soft) !important;
  }

  .am360-hero__showcase {
    width: 100% !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .am360-hero__tile,
  .am360-hero__tile.is-featured {
    width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-rows: minmax(360px, 62vh) auto !important;
    border: 0 !important;
    border-bottom: 1px solid var(--am360-line) !important;
    background: var(--am360-white) !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .am360-hero__tile:not(:first-child),
  .am360-hero__brand-card:not(:first-child) {
    display: none !important;
  }

  .am360-hero__tile-image {
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
    padding: 16px 18px 0 !important;
    background: var(--am360-white) !important;
    overflow: hidden !important;
  }

  .am360-hero__tile-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    mix-blend-mode: normal !important;
  }

  .am360-hero__tile-body {
    min-height: 94px !important;
    display: grid !important;
    align-content: center !important;
    gap: 7px !important;
    padding: 16px 22px 18px !important;
    background: var(--am360-black) !important;
    color: var(--am360-white) !important;
  }

  .am360-hero__tile-body span {
    max-width: 100% !important;
    color: var(--am360-white) !important;
    font-size: clamp(32px, 10vw, 46px) !important;
    line-height: 0.95 !important;
  }

  .am360-hero__tile-body strong {
    color: var(--am360-white) !important;
    font-size: 13px !important;
  }

  .am360-hero > .am360-container {
    order: 2 !important;
    width: calc(100% - 36px) !important;
    margin-inline: auto !important;
  }

  .am360-hero__content {
    width: 100% !important;
    padding-block: 34px 42px !important;
  }

  .am360-hero h1 {
    font-size: clamp(48px, 15vw, 68px) !important;
    line-height: 0.94 !important;
  }

  .am360-hero p {
    margin-top: 20px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
  }
}

/* Homepage background hero */
.am360-hero--background {
  min-height: min(760px, 92svh) !important;
  display: grid !important;
  place-items: center !important;
  padding: clamp(68px, 8vw, 112px) 0 !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.46)),
    var(--am360-hero-bg),
    linear-gradient(135deg, #f5f5f5 0%, #ffffff 48%, #111111 100%) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
  color: var(--am360-white) !important;
  text-align: center !important;
}

.am360-hero--background::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  height: auto !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.26)),
    radial-gradient(circle at center, transparent 0 38%, rgba(0, 0, 0, 0.24) 100%) !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.am360-hero--background .am360-container {
  position: relative !important;
  z-index: 1 !important;
}

.am360-hero--background .am360-hero__content {
  width: min(1200px, 100%) !important;
  margin-inline: auto !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 18px !important;
  padding-block: 0 !important;
  text-align: center !important;
}

.am360-hero__logo {
  display: inline-block;
  margin: 0 auto clamp(10px, 2vw, 18px) !important;
  color: var(--am360-white) !important;
  font-family: var(--am360-ui) !important;
  font-size: clamp(52px, 8vw, 118px) !important;
  font-weight: 500 !important;
  letter-spacing: 0.4em !important;
  line-height: 0.92 !important;
  text-transform: uppercase !important;
  text-shadow: 0 12px 42px rgba(0, 0, 0, 0.34) !important;
  transform: none !important;
}

.am360-hero--background h1 {
  max-width: 920px !important;
  margin: 0 auto !important;
  color: var(--am360-white) !important;
  font-size: clamp(34px, 5.2vw, 74px) !important;
  line-height: 1.02 !important;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.38) !important;
}

.am360-hero--background .am360-hero__actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: clamp(28px, 4vw, 42px) !important;
}

.am360-hero--background .am360-button {
  min-width: 180px !important;
  min-height: 54px !important;
  padding: 0 22px !important;
  border-color: var(--am360-white) !important;
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
  letter-spacing: 0.08em !important;
}

.am360-hero--background .am360-button:hover {
  background: transparent !important;
  color: var(--am360-white) !important;
}

.am360-hero--background .am360-hero__content > p {
  max-width: 640px !important;
  /* margin: 4px auto 0 !important; */
  color: rgba(255, 255, 255, 0.86) !important;
  font-family: var(--am360-ui) !important;
  font-size: clamp(15px, 1.35vw, 20px) !important;
  line-height: 1.65 !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.34) !important;
}

.am360-hero--background .am360-button--outline-light {
  background: transparent !important;
  color: var(--am360-white) !important;
}

.am360-hero--background .am360-button--outline-light:hover {
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

@media (max-width: 640px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    display: grid !important;
    padding: 72px 0 78px !important;
    background-position: 50% top !important;
    background-attachment: scroll !important;
    overflow: hidden !important;
  }

  .am360-hero--background .am360-container {
    width: calc(100% - 36px) !important;
  }

  .am360-hero--background .am360-hero__content {
    width: 100% !important;
    gap: 14px !important;
    padding: 0 !important;
  }

  .am360-hero__logo {
    font-size: clamp(40px, 13vw, 68px) !important;
    margin-bottom: 12px !important;
  }

  .am360-hero--background h1 {
    font-size: clamp(30px, 10vw, 52px) !important;
    line-height: 0.98 !important;
  }

  .am360-hero--background .am360-hero__actions {
    margin-top: 28px !important;
    width: 100% !important;
  }

  .am360-hero--background .am360-button {
    width: 100% !important;
  }
}

.am360-brand-philosophy {
  padding-block: clamp(72px, 10vw, 132px);
  background: var(--am360-white);
}

.am360-brand-philosophy__inner {
  max-width: 920px;
}

.am360-brand-philosophy h2 {
  max-width: 820px;
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.am360-brand-philosophy p:not(.am360-kicker) {
  max-width: 760px;
  margin: clamp(24px, 4vw, 42px) 0 0;
  color: var(--am360-ink);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.75;
}

.am360-link--light {
  color: var(--am360-white);
}

.am360-drop-feature {
  padding-block: clamp(72px, 10vw, 132px);
  background: #f5f5f5;
}

.am360-drop-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.am360-drop-feature__content {
  max-width: 560px;
}

.am360-drop-feature h2 {
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: clamp(54px, 8vw, 126px);
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 0.9;
}

.am360-drop-feature__content p:not(.am360-kicker) {
  margin: clamp(24px, 3vw, 34px) 0 0;
  color: var(--am360-ink);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.7;
}

.am360-drop-feature__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
}

.am360-drop-feature__meta span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--am360-line);
  background: rgba(255, 255, 255, 0.62);
  padding: 0 12px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-drop-feature .am360-button {
  margin-top: 30px;
}

.am360-drop-feature__media {
  min-height: clamp(420px, 54vw, 720px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
}

.am360-drop-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.am360-drop-feature__media span {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: clamp(36px, 6vw, 88px);
  letter-spacing: 0.2rem;
}

.am360-zafyr-editorial {
  padding-block: clamp(72px, 10vw, 132px);
  background: var(--am360-white);
}

.am360-zafyr-editorial__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.am360-zafyr-editorial__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
}

.am360-zafyr-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.am360-zafyr-editorial__content {
  max-width: 520px;
}

.am360-zafyr-editorial h2 {
  max-width: 520px;
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.am360-zafyr-editorial p:not(.am360-kicker) {
  max-width: 460px;
  margin: clamp(22px, 3vw, 36px) 0 0;
  color: var(--am360-ink);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.75;
}

.am360-home-pause {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--am360-black);
  border-bottom: 1px solid var(--am360-line);
  padding: clamp(24px, 4vw, 42px) 0;
}

.am360-home-pause p {
  max-width: 760px;
  margin: 0;
  color: var(--am360-ink);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.am360-home-pause span {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.am360-values {
  padding-block: clamp(72px, 10vw, 128px);
  background: var(--am360-white);
}

.am360-values .am360-section__head {
  margin-bottom: clamp(34px, 5vw, 64px);
}

.am360-values__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--am360-black);
}

.am360-value {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 34px;
  padding: clamp(22px, 2.2vw, 34px);
  border-right: 1px solid var(--am360-line);
  border-bottom: 1px solid var(--am360-line);
  background: rgba(255, 255, 255, 0.44);
}

.am360-value:first-child {
  border-left: 1px solid var(--am360-line);
}

.am360-value h3 {
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.am360-value__icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--am360-line);
  color: var(--am360-black);
  font-size: 17px;
  line-height: 1;
}

.am360-value p {
  margin: auto 0 0;
  color: var(--am360-ink);
  font-size: 16px;
  line-height: 1.65;
}

.am360-brand-story-page {
  padding-block: clamp(70px, 10vw, 140px);
  background: var(--am360-white);
}

.am360-brand-story-page__hero {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(42px, 7vw, 92px);
  padding-bottom: clamp(24px, 4vw, 42px);
  border-bottom: 1px solid var(--am360-black);
}

.am360-brand-story-page__hero h1 {
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: clamp(62px, 12vw, 168px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
}

.am360-brand-story-page__content {
  max-width: 860px;
  margin-left: auto;
}

.am360-brand-story-page__content p {
  margin: 0 0 clamp(22px, 3vw, 34px);
  color: var(--am360-black);
  font-size: clamp(20px, 2.25vw, 32px);
  line-height: 1.45;
}

.am360-brand-story-page__content p:nth-child(4) {
  font-family: var(--am360-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.am360-coming-soon {
  min-height: calc(100svh - 120px);
  display: grid;
  align-items: center;
  padding-block: clamp(72px, 10vw, 148px);
  background: var(--am360-white);
}

.am360-coming-soon__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: end;
}

.am360-coming-soon__content h1 {
  max-width: 920px;
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: clamp(52px, 8vw, 124px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
}

.am360-coming-soon__content p:not(.am360-kicker) {
  max-width: 680px;
  margin: clamp(24px, 3vw, 38px) 0 0;
  color: var(--am360-ink);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.75;
}

.am360-coming-soon__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.am360-coming-soon__panel {
  border: 1px solid var(--am360-black);
  padding: clamp(24px, 3vw, 38px);
  background: #f5f5f5;
}

.am360-coming-soon__panel > span {
  display: block;
  margin-bottom: clamp(42px, 7vw, 78px);
  font-family: var(--am360-ui);
  font-size: clamp(34px, 4vw, 62px);
  letter-spacing: 0.2rem;
  line-height: 0.95;
}

.am360-coming-soon__panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--am360-line);
}

.am360-coming-soon__panel li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--am360-line);
}

.am360-coming-soon__panel strong,
.am360-coming-soon__panel em {
  font-family: var(--am360-ui);
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.am360-coming-soon__panel strong {
  color: var(--am360-muted);
}

.am360-coming-soon__panel em {
  color: var(--am360-black);
  text-align: right;
}

.am360-visual-note {
  max-width: 560px;
  margin-top: 18px !important;
  color: var(--am360-muted) !important;
  font-family: var(--am360-ui);
  font-size: 11px !important;
  font-weight: 300 !important;
  letter-spacing: 0.04em;
  line-height: 1.6 !important;
}

.am360-drop-details,
.am360-drop-notify,
.am360-static-page {
  padding-block: clamp(72px, 10vw, 132px);
  background: var(--am360-white);
}

.am360-drop-details {
  border-top: 1px solid var(--am360-line);
}

.am360-drop-details__grid,
.am360-drop-notify__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
}

.am360-drop-details h2,
.am360-drop-notify h2,
.am360-static-page__hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: clamp(36px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.am360-drop-details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--am360-black);
  list-style: none;
}

.am360-drop-details li {
  min-height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--am360-line);
  color: var(--am360-ink);
  font-family: var(--am360-ui);
  font-size: 13px !important;
  letter-spacing: 0.04em;
}

.am360-drop-details li:nth-child(odd) {
  border-right: 1px solid var(--am360-line);
  padding-right: 20px;
}

.am360-drop-details li:nth-child(even) {
  padding-left: 20px;
}

.am360-drop-notify {
  border-top: 1px solid var(--am360-line);
}

.am360-drop-notify p:not(.am360-kicker):not(.am360-drop-notify__message) {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--am360-ink);
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.am360-drop-notify__form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--am360-black);
  background: var(--am360-white);
}

.am360-drop-notify__form label:not(.am360-drop-notify__consent) {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-drop-notify__form input[type="email"] {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
  color: var(--am360-black);
  padding: 0 14px;
  font-family: var(--am360-ui);
}

.am360-drop-notify__consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--am360-muted);
}

.am360-drop-notify__consent input {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

.am360-drop-notify__message {
  margin: 2px 0 0;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.am360-drop-notify__message.is-error {
  color: #9a1111;
}

.am360-static-page__hero {
  max-width: 880px;
  padding-bottom: clamp(28px, 5vw, 58px);
  border-bottom: 1px solid var(--am360-black);
}

.am360-static-page__hero p:not(.am360-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--am360-ink);
  font-size: clamp(16px, 1.3vw, 20px) !important;
  line-height: 1.75 !important;
}

.am360-static-page__content {
  width: min(820px, 100%);
  margin: clamp(54px, 8vw, 96px) 0 0 auto;
}

.am360-static-page__section + .am360-static-page__section {
  margin-top: clamp(42px, 6vw, 72px);
}

.am360-static-page__section h2 {
  margin: 0 0 18px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px !important;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.am360-static-page__section p {
  max-width: 740px;
  margin: 0 0 14px;
  color: var(--am360-ink);
  font-size: 16px !important;
  line-height: 1.75 !important;
}

@media (max-width: 1100px) {
  .am360-drop-feature__grid {
    grid-template-columns: 1fr;
  }

  .am360-zafyr-editorial__grid {
    grid-template-columns: 1fr;
  }

  .am360-drop-feature__content {
    max-width: 760px;
  }

  .am360-zafyr-editorial__content {
    max-width: 760px;
  }

  .am360-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .am360-value {
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .am360-brand-philosophy,
  .am360-drop-feature,
  .am360-zafyr-editorial,
  .am360-values,
  .am360-brand-story-page {
    padding-block: 48px 66px;
  }

  .am360-brand-philosophy h2 {
    font-size: clamp(38px, 11vw, 56px);
  }

  .am360-brand-philosophy p:not(.am360-kicker),
  .am360-drop-feature__content p:not(.am360-kicker),
  .am360-zafyr-editorial p:not(.am360-kicker),
  .am360-story p {
    font-size: 16px;
    line-height: 1.7;
  }

  .am360-drop-feature h2,
  .am360-zafyr-editorial h2 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .am360-drop-feature__media,
  .am360-zafyr-editorial__media {
    min-height: 360px;
  }

  .am360-values__grid {
    grid-template-columns: 1fr;
  }

  .am360-value {
    min-height: 0;
    gap: 24px;
    padding: 24px 20px;
    border-left: 1px solid var(--am360-line);
  }

  .am360-brand-story-page__hero {
    margin-bottom: 34px;
  }

  .am360-brand-story-page__content {
    margin-left: 0;
  }

  .am360-brand-story-page__content p {
    font-size: 19px;
    line-height: 1.55;
  }

  .am360-home-pause,
  .am360-coming-soon__grid,
  .am360-drop-details__grid,
  .am360-drop-notify__grid {
    grid-template-columns: 1fr;
  }

  .am360-home-pause span {
    white-space: normal;
  }

  .am360-coming-soon {
    min-height: auto;
    padding-block: 52px 72px;
  }

  .am360-coming-soon__content h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .am360-coming-soon__actions .am360-button {
    width: 100%;
  }

  .am360-drop-details,
  .am360-drop-notify,
  .am360-static-page {
    padding-block: 52px 72px;
  }

  .am360-drop-details ul {
    grid-template-columns: 1fr;
  }

  .am360-drop-details li:nth-child(odd),
  .am360-drop-details li:nth-child(even) {
    border-right: 0;
    padding-inline: 0;
  }
}

/* Checkout final layout reset */
body.woocommerce-checkout .am360-section {
  padding-block: clamp(34px, 5vw, 70px) clamp(56px, 7vw, 96px) !important;
  background: var(--am360-white) !important;
}

body.woocommerce-checkout .am360-section > .am360-container {
  width: min(1120px, calc(100vw - 40px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.woocommerce-checkout .am360-page-title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 34px !important;
  text-align: left !important;
  font-size: clamp(36px, 4.2vw, 58px) !important;
  line-height: 1.04 !important;
}

body.woocommerce-checkout .am360-page-title::after {
  width: 42px !important;
  margin-top: 16px !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  margin: 0 !important;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 370px !important;
  gap: clamp(30px, 4vw, 54px) !important;
  align-items: start !important;
  margin: 0 auto !important;
}

body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  grid-column: 1 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--am360-black) !important;
  background: transparent !important;
}

body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  grid-column: 2 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 24px !important;
  position: sticky !important;
  top: 108px !important;
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
}

body.woocommerce-checkout .wc-block-components-sidebar > * {
  padding-inline: 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wc-block-components-checkout-step__container,
body.woocommerce-checkout .wc-block-components-checkout-step__content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
  margin: 0 0 34px !important;
  padding: 0 0 34px !important;
  border-bottom: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-order-summary__title-text {
  max-width: none !important;
  font-family: var(--am360-body) !important;
  font-size: clamp(24px, 2.2vw, 32px) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary__title-text {
  margin: 0 0 18px !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid var(--am360-black) !important;
  font-size: 22px !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) max-content !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 16px 0 !important;
}

body.woocommerce-checkout .wc-block-components-product-name {
  font-size: 15px !important;
  line-height: 1.18 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  min-width: 68px !important;
  text-align: right !important;
}

@media (max-width: 980px) {
  body.woocommerce-checkout .am360-section > .am360-container {
    width: calc(100vw - 28px) !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.woocommerce-checkout .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    grid-column: 1 !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    position: static !important;
  }
}

/* Checkout page centering fix */
body.woocommerce-checkout article,
body.woocommerce-checkout .am360-page-content,
.am360-page-content:has(.wp-block-woocommerce-checkout),
article:has(.wp-block-woocommerce-checkout) {
  width: min(1120px, calc(100vw - 40px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.woocommerce-checkout .am360-section > .am360-container {
  width: 100% !important;
  max-width: none !important;
}

body.woocommerce-checkout .am360-page-title,
article:has(.wp-block-woocommerce-checkout) > .am360-page-title {
  width: min(1120px, calc(100vw - 40px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout,
.am360-page-content:has(.wp-block-woocommerce-checkout) .wp-block-woocommerce-checkout,
.am360-page-content:has(.wp-block-woocommerce-checkout) .wc-block-checkout {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Checkout order summary redesign */
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  grid-template-columns: minmax(0, 1fr) 430px !important;
}

body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  padding: 0 !important;
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
}

body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-order-summary {
  border: 0 !important;
  padding: 0 !important;
  background: var(--am360-white) !important;
}

body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary__title-text {
  margin: 0 0 24px !important;
  padding: 28px 28px 18px !important;
  border-bottom: 1px solid var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 18px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary__content {
  display: grid !important;
  gap: 0 !important;
  padding: 0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) minmax(72px, max-content) !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 18px 0 !important;
  border-top: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item:first-child {
  border-top: 0 !important;
  padding-top: 0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 76px !important;
  min-width: 76px !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 76px !important;
  height: 96px !important;
  display: block !important;
  object-fit: contain !important;
  background: var(--am360-soft) !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  min-width: 22px !important;
  height: 22px !important;
  display: grid !important;
  place-items: center !important;
  top: -7px !important;
  right: -7px !important;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
  font-family: var(--am360-ui) !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  min-width: 0 !important;
  display: grid !important;
  gap: 8px !important;
}

body.woocommerce-checkout .wc-block-components-product-name {
  max-width: 100% !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-body) !important;
  font-size: 18px !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  min-width: 72px !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout .wc-block-components-product-price,
body.woocommerce-checkout .wc-block-components-sale-badge,
body.woocommerce-checkout .wc-block-components-product-sale-badge,
body.woocommerce-checkout .wc-block-components-order-summary-item [class*="sale-badge"],
body.woocommerce-checkout .wc-block-components-order-summary-item [class*="discount"],
body.woocommerce-checkout .wc-block-components-order-summary-item [class*="saving"] {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata p,
body.woocommerce-checkout .wc-block-components-product-metadata li,
body.woocommerce-checkout .wc-block-components-product-details,
body.woocommerce-checkout .wc-block-components-product-details li {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--am360-muted) !important;
  font-family: var(--am360-ui) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  letter-spacing: 0.02em !important;
}

body.woocommerce-checkout .wc-block-components-product-details {
  display: grid !important;
  gap: 2px !important;
  list-style: none !important;
}

body.woocommerce-checkout .wc-block-components-product-details li {
  display: flex !important;
  gap: 4px !important;
}

body.woocommerce-checkout .wc-block-components-product-details__name {
  color: var(--am360-muted) !important;
  font-weight: 400 !important;
}

body.woocommerce-checkout .wc-block-components-product-details__value {
  color: var(--am360-black) !important;
}

body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-panel {
  border-top: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item {
  border-top: 1px solid var(--am360-black) !important;
}

@media (max-width: 980px) {
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary,
  body.woocommerce-checkout .wc-block-components-order-summary {
    padding: 0 !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 62px minmax(0, 1fr) minmax(64px, max-content) !important;
    gap: 12px !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item__image,
  body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 62px !important;
    min-width: 62px !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    height: 78px !important;
  }

  body.woocommerce-checkout .wc-block-components-product-name {
    font-size: 16px !important;
  }
}

/* Checkout order summary table rhythm */
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary__content,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-panel {
  position: relative !important;
  border-top: 0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-panel {
  width: 100% !important;
  position: relative !important;
  border-top: 0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item::before,
body.woocommerce-checkout .wc-block-components-totals-wrapper::before,
body.woocommerce-checkout .wc-block-components-panel::before {
  content: "" !important;
  width: 100% !important;
  height: 1px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background: var(--am360-line) !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item:first-child::before {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  grid-template-columns: 76px minmax(0, 1fr) minmax(72px, max-content) !important;
  width: 100% !important;
  margin-inline: 0 !important;
  padding-inline: 28px !important;
}

body.woocommerce-checkout .wc-block-components-order-summary__content > *,
body.woocommerce-checkout .wc-block-components-totals-wrapper > *,
body.woocommerce-checkout .wc-block-components-panel > * {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-inline: 28px !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item::before,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item::before {
  background: var(--am360-black) !important;
}

@media (max-width: 640px) {
  body.woocommerce-checkout .wc-block-components-order-summary-item,
  body.woocommerce-checkout .wc-block-components-order-summary__content > *,
  body.woocommerce-checkout .wc-block-components-totals-wrapper > *,
  body.woocommerce-checkout .wc-block-components-panel > * {
    width: 100% !important;
    padding-inline: 18px !important;
  }
}

/* Checkout order summary visual cleanup */
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  border: 1px solid var(--am360-black) !important;
  overflow: hidden !important;
}

body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-title,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary__title-text {
  margin: 0 !important;
  padding: 26px 28px 22px !important;
  border-bottom: 1px solid var(--am360-line) !important;
  font-family: var(--am360-ui) !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary__content {
  padding: 0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
  min-height: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 28px !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) max-content !important;
  gap: 14px !important;
  align-items: center !important;
  border: 0 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item + .wc-block-components-order-summary-item {
  border-top: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item::before,
body.woocommerce-checkout .wc-block-components-totals-wrapper::before,
body.woocommerce-checkout .wc-block-components-panel::before {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  width: 54px !important;
  min-width: 54px !important;
  height: auto !important;
  display: block !important;
  position: relative !important;
  background: transparent !important;
  overflow: visible !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 54px !important;
  height: auto !important;
  max-width: 54px !important;
  max-height: 54px !important;
  display: block !important;
  object-fit: contain !important;
  background: var(--am360-soft) !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  min-width: 20px !important;
  height: 20px !important;
  top: -8px !important;
  right: -8px !important;
  border: 1px solid var(--am360-white) !important;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
  font-size: 10px !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
}

body.woocommerce-checkout .wc-block-components-product-name {
  max-width: 100% !important;
  font-size: 17px !important;
  line-height: 1.12 !important;
}

body.woocommerce-checkout .wc-block-components-product-name::after {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  min-width: 70px !important;
  margin-top: 0 !important;
  text-align: right !important;
  font-size: 13px !important;
}

body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-details {
  margin-top: 0 !important;
  max-width: 220px !important;
}

body.woocommerce-checkout .wc-block-components-panel,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  margin: 0 !important;
  border-top: 1px solid var(--am360-line) !important;
  padding: 0 !important;
}

body.woocommerce-checkout .wc-block-components-panel > *,
body.woocommerce-checkout .wc-block-components-totals-wrapper > * {
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 28px !important;
}

body.woocommerce-checkout .wc-block-components-panel + .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-wrapper + .wc-block-components-totals-wrapper {
  border-top-color: var(--am360-line) !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item {
  border-top: 1px solid var(--am360-black) !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item {
  padding-block: 24px !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-family: var(--am360-ui) !important;
  font-size: 24px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 16px !important;
}

@media (max-width: 640px) {
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-title,
  body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary__title-text {
    padding: 20px 18px 18px !important;
    font-size: 19px !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item {
    grid-template-columns: 48px minmax(0, 1fr) max-content !important;
    gap: 12px !important;
    padding: 12px 18px !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item__image,
  body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
  }

  body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    height: auto !important;
    max-height: 48px !important;
  }

  body.woocommerce-checkout .wc-block-components-product-name {
    font-size: 16px !important;
  }

  body.woocommerce-checkout .wc-block-components-panel > *,
  body.woocommerce-checkout .wc-block-components-totals-wrapper > * {
    padding-inline: 18px !important;
  }
}

/* Checkout product quantity and price */
body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  position: relative !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  position: absolute !important;
  top: -7px !important;
  right: -7px !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid var(--am360-white) !important;
  border-radius: 999px !important;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
  font-family: var(--am360-ui) !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price *,
body.woocommerce-checkout .wc-block-components-product-price,
body.woocommerce-checkout .wc-block-components-product-price * {
  display: block !important;
  visibility: visible !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: start !important;
  min-width: 70px !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout .wc-block-components-product-price {
  margin-top: 2px !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

body.woocommerce-checkout .wc-block-components-product-price,
body.woocommerce-checkout .wc-block-components-product-price *,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price del,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price del *,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-components-sale-badge,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price [class*="sale-badge"],
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price [class*="regular"] {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price ins,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price ins *,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-components-formatted-money-amount {
  display: inline !important;
  visibility: visible !important;
  color: var(--am360-black) !important;
  text-decoration: none !important;
}

/* Checkout product prices correction */
body.woocommerce-checkout .wc-block-components-order-summary-item {
  grid-template-columns: 54px minmax(0, 1fr) max-content !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  justify-self: end !important;
  align-self: start !important;
  min-width: 76px !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__total-price > *,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-components-formatted-money-amount {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.woocommerce-checkout .wc-block-components-product-price {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  gap: 6px !important;
  align-items: baseline !important;
  margin-top: 1px !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

body.woocommerce-checkout .wc-block-components-product-price *,
body.woocommerce-checkout .wc-block-components-product-price .wc-block-components-formatted-money-amount {
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.woocommerce-checkout .wc-block-components-product-price del,
body.woocommerce-checkout .wc-block-components-product-price del *,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price del,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price del * {
  display: none !important;
}

body.woocommerce-checkout .wc-block-components-product-price ins,
body.woocommerce-checkout .wc-block-components-product-price ins *,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price ins,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price ins * {
  display: inline !important;
  text-decoration: none !important;
}

body.woocommerce-checkout .wc-block-components-product-price:empty {
  display: none !important;
}

/* ZAFYR custom checkout */
body.woocommerce-checkout .am360-section.am360-checkout-page {
  padding: clamp(44px, 6vw, 88px) 0 !important;
  background: var(--am360-white) !important;
}

body.woocommerce-checkout .am360-checkout-page > .am360-container {
  width: min(1180px, calc(100vw - 40px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.am360-checkout-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 64px);
  padding-bottom: clamp(26px, 4vw, 42px);
  border-bottom: 1px solid var(--am360-black);
}

.am360-checkout-page__kicker {
  margin: 0 0 14px;
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.am360-checkout-page__hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.am360-checkout-page__hero p {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--am360-ink);
  font-family: var(--am360-body);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.45;
}

.am360-checkout-page__aside {
  display: grid;
  gap: 14px;
}

.am360-checkout-page .am360-checkout-page__timer {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
}

.am360-checkout-page .am360-checkout-page__timer p {
  margin: 0 !important;
  font-family: var(--am360-ui) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.am360-checkout-page .am360-checkout-page__timer strong,
.am360-checkout-page .am360-checkout-page__timer span {
  display: block !important;
}

.am360-checkout-page .am360-checkout-page__timer time {
  min-width: 82px !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  text-align: right !important;
  text-transform: uppercase !important;
}

.am360-checkout-page__promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--am360-line);
  border-bottom: 0;
}

.am360-checkout-page__promises span {
  display: grid;
  gap: 7px;
  justify-items: center;
  padding: 14px 10px;
  border-bottom: 1px solid var(--am360-line);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 9px;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.am360-checkout-page__promises span + span {
  border-left: 1px solid var(--am360-line);
}

.am360-checkout-page__flow {
  max-width: none !important;
}

.am360-checkout-page__flow .woocommerce,
.am360-checkout-page__flow .woocommerce-notices-wrapper {
  max-width: none !important;
}

body.woocommerce-checkout .am360-checkout-page form.checkout.woocommerce-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 500px) !important;
  gap: clamp(34px, 5vw, 72px) !important;
  align-items: start !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page #customer_details {
  display: block !important;
  grid-column: 1 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-sidebar {
  display: grid !important;
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  gap: 18px;
  align-self: start;
  min-width: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .col2-set,
body.woocommerce-checkout .am360-checkout-page .col2-set .col-1,
body.woocommerce-checkout .am360-checkout-page .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .col2-set .col-2 {
  margin-top: 34px !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-billing-fields,
body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-fields,
body.woocommerce-checkout .am360-checkout-page .woocommerce-additional-fields {
  margin: 0 !important;
  padding: 0 0 34px !important;
  border: 0 !important;
  /* border-bottom: 1px solid var(--am360-line) !important; */
  background: transparent !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-additional-fields {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page h3 {
  margin: 24px 0 24px !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-body) !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.woocommerce-checkout .am360-checkout-page h3::after {
  display: block !important;
  width: 42px !important;
  height: 1px !important;
  margin-top: 14px !important;
  background: var(--am360-black) !important;
  content: "" !important;
}

body.woocommerce-checkout .am360-checkout-page .form-row {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .form-row-first,
body.woocommerce-checkout .am360-checkout-page .form-row-last {
  width: calc(50% - 7px) !important;
}

body.woocommerce-checkout .am360-checkout-page .form-row-first {
  margin-right: 14px !important;
}

body.woocommerce-checkout .am360-checkout-page form .form-row label {
  margin: 0 0 7px !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .am360-checkout-page form .form-row input.input-text,
body.woocommerce-checkout .am360-checkout-page form .form-row textarea,
body.woocommerce-checkout .am360-checkout-page form .form-row select,
body.woocommerce-checkout .am360-checkout-page .select2-container--default .select2-selection--single {
  min-height: 56px !important;
  padding: 15px 16px !important;
  border: 1px solid var(--am360-line) !important;
  border-bottom-color: var(--am360-black) !important;
  border-radius: 0 !important;
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .am360-checkout-page form .form-row textarea {
  min-height: 110px !important;
}

body.woocommerce-checkout .am360-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  color: var(--am360-black) !important;
  line-height: 24px !important;
}

body.woocommerce-checkout .am360-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px !important;
  right: 12px !important;
}

body.woocommerce-checkout .am360-checkout-page form .form-row input.input-text:focus,
body.woocommerce-checkout .am360-checkout-page form .form-row textarea:focus,
body.woocommerce-checkout .am360-checkout-page form .form-row select:focus,
body.woocommerce-checkout .am360-checkout-page .select2-container--open .select2-selection--single {
  border-color: var(--am360-black) !important;
  outline: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page #order_review_heading {
  margin: 0 !important;
  /* padding: 28px 32px 0 !important;
  border: 0 !important; */
  padding: 0 15px !important;
  border: 1px;
  background: var(--am360-white) !important;
  font-family: var(--am360-ui) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  position: relative !important;
  z-index: 2 !important;
}

body.woocommerce-checkout .am360-checkout-page #order_review_heading::after {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page #order_review {
  /* position: sticky !important; */
  top: 92px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  /* padding: 15px 0 0 !important; */
  padding: 0 !important;
  border-bottom: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table th,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table td {
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product-row {
  border-top: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product-row:first-child {
  border-top: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product {
  padding: 24px 32px !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product {
  /* display: grid !important; */
  grid-template-columns: 74px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: start !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-product__body {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-width: 0 !important;
  width: 100% !important;
}

.am360-checkout-product__media {
  position: relative;
  width: 74px;
  height: 92px;
  display: grid;
  place-items: center;
  overflow: visible;
  background: var(--am360-soft);
}

.am360-checkout-product__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

.am360-checkout-product__quantity {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: var(--am360-black);
  color: var(--am360-white);
  font-family: var(--am360-ui);
  font-size: 11px;
  line-height: 1;
}

.am360-checkout-product__top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.am360-checkout-product__name {
  display: block;
  flex: 1 1 auto;
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  min-width: 0 !important;
  max-width: none !important;
  overflow-wrap: anywhere;
  word-break: normal;
}

.am360-checkout-product__price {
  flex: 0 0 auto;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 13px;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap;
  padding-left: 12px;
}

.am360-checkout-product__price del {
  display: none !important;
}

.am360-checkout-product__price ins {
  text-decoration: none !important;
}

.am360-checkout-product__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-top: 10px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.45;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tfoot tr {
  border-top: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tfoot th,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tfoot td {
  padding: 18px 32px !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tfoot td {
  text-align: right !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .order-total {
  border-top: 1px solid var(--am360-black) !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .order-total th,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .order-total td {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .order-total th {
  font-size: 24px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .order-total td,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .order-total strong {
  font-size: 18px !important;
  font-weight: 400 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment {
  margin: 0 !important;
  border-top: 1px solid var(--am360-black) !important;
  background: transparent !important;
}

body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods {
  margin: 0 !important;
  padding: 22px 32px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods li {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment div.payment_box {
  margin: 14px 0 0 !important;
  padding: 14px !important;
  border: 1px solid var(--am360-line) !important;
  background: var(--am360-soft) !important;
  color: var(--am360-muted) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
}

body.woocommerce-checkout .am360-checkout-page #payment div.payment_box::before {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .place-order {
  margin: 0 !important;
  padding: 24px 32px 32px !important;
}

body.woocommerce-checkout .am360-checkout-page #payment #place_order,
body.woocommerce-checkout .am360-checkout-page .button,
body.woocommerce-checkout .am360-checkout-page button.button,
body.woocommerce-checkout .am360-checkout-page a.button {
  width: 100% !important;
  min-height: 56px !important;
  border: 1px solid var(--am360-black) !important;
  border-radius: 0 !important;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .am360-checkout-page #payment #place_order:hover,
body.woocommerce-checkout .am360-checkout-page .button:hover,
body.woocommerce-checkout .am360-checkout-page button.button:hover,
body.woocommerce-checkout .am360-checkout-page a.button:hover {
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-privacy-policy-text,
body.woocommerce-checkout .am360-checkout-page .woocommerce-terms-and-conditions-wrapper {
  color: var(--am360-muted) !important;
  font-family: var(--am360-ui) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-error,
body.woocommerce-checkout .am360-checkout-page .woocommerce-info,
body.woocommerce-checkout .am360-checkout-page .woocommerce-message {
  margin: 0 0 24px !important;
  padding: 16px 18px 16px 46px !important;
  border: 1px solid var(--am360-black) !important;
  border-radius: 0 !important;
  background: var(--am360-soft) !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 13px !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-info::before,
body.woocommerce-checkout .am360-checkout-page .woocommerce-error::before,
body.woocommerce-checkout .am360-checkout-page .woocommerce-message::before {
  left: 18px !important;
  width: 12px !important;
  height: 12px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
  font-family: var(--am360-ui) !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-indent: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-info::before {
  content: "i" !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-error::before {
  content: "!" !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-message::before {
  content: "+" !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-info a,
body.woocommerce-checkout .am360-checkout-page .showcoupon {
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .am360-checkout-page form.checkout_coupon {
  margin: -12px 0 28px !important;
  padding: 22px !important;
  border: 1px solid var(--am360-line) !important;
  border-top: 0 !important;
  background: var(--am360-white) !important;
}

body.woocommerce-checkout .am360-checkout-page form.checkout_coupon p {
  color: var(--am360-muted) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

/* Header navigation v2 */
.am360-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: transparent;
  color: var(--am360-black);
  padding: 0;
  cursor: pointer;
}

.am360-menu-toggle .bi {
  font-size: 24px;
  line-height: 1;
}

.am360-nav--desktop {
  min-width: 0;
}

.am360-nav__list,
.am360-subnav__list,
.am360-mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.am360-nav__list {
  display: flex;
  align-items: center;
  gap: 18px;
}

.am360-nav__item {
  display: flex;
  align-items: center;
}

.am360-nav__item > a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.am360-nav__item--sales > a {
  min-height: 34px;
  padding: 0 14px;
  background: var(--am360-sales-red);
  color: var(--am360-white);
  border-bottom-color: transparent;
  font-weight: 600;
}

.am360-nav__item--sales > a:hover,
.am360-nav__item--sales > a:focus {
  background: var(--am360-black);
  color: var(--am360-white);
}

.am360-nav__item.is-subnav-active > a,
.am360-nav__item > a:hover,
.am360-nav__item > a:focus {
  border-bottom-color: transparent;
}

.am360-header__subnav {
  border-top: 1px solid var(--am360-line);
  background: var(--am360-white);
}

.am360-header__subnav .am360-container {
  min-height: 52px;
  display: grid;
  align-items: center;
}

.am360-subnav__panel {
  display: none;
}

.am360-subnav__panel.is-active {
  display: block;
}

.am360-subnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  padding: 12px 0;
}

.am360-subnav__item a {
  display: inline-flex;
  align-items: center;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.am360-mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 89;
  background: rgba(0, 0, 0, 0.24);
}

.am360-mobile-menu {
  width: min(88vw, 360px);
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  background: var(--am360-white);
  border-right: 1px solid var(--am360-line);
  transform: translateX(-100%);
  transition: transform 220ms ease;
}

.am360-mobile-menu.is-open {
  transform: translateX(0);
}

.am360-mobile-menu__header {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  border-bottom: 1px solid var(--am360-line);
}

.am360-mobile-menu__title {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-mobile-menu__close {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid transparent;
  background: transparent;
  color: var(--am360-black);
  padding: 0;
  cursor: pointer;
}

.am360-mobile-menu__close .bi {
  font-size: 22px;
}

.am360-mobile-menu__body {
  padding: 16px 18px 28px;
  overflow-y: auto;
}

.am360-mobile-nav__item + .am360-mobile-nav__item {
  border-top: 1px solid var(--am360-line);
}

.am360-mobile-nav__details {
  width: 100%;
}

.am360-mobile-nav__summary,
.am360-mobile-nav__link {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.am360-mobile-nav__link--sales {
  min-height: 48px;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0 14px;
  background: var(--am360-sales-red);
  color: var(--am360-white);
  font-weight: 600;
}

.am360-mobile-nav__summary {
  cursor: pointer;
  list-style: none;
}

.am360-mobile-nav__summary::-webkit-details-marker {
  display: none;
}

.am360-mobile-nav__details[open] > .am360-mobile-nav__summary .bi {
  transform: rotate(45deg);
}

.am360-mobile-nav__summary .bi {
  font-size: 14px;
  transition: transform 180ms ease;
}

.am360-mobile-nav__panel {
  padding: 0 0 12px 14px;
}

.am360-mobile-nav__panel > .am360-mobile-nav__link--parent {
  min-height: 42px;
  font-size: 11px;
  color: var(--am360-muted);
}

.am360-mobile-nav__panel .am360-mobile-nav__item + .am360-mobile-nav__item {
  border-top: 0;
}

.am360-mobile-menu-open,
.am360-mobile-menu-open body {
  overflow: hidden;
}

@media (min-width: 641px) {
  .am360-mobile-menu,
  .am360-mobile-menu-backdrop {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .am360-menu-toggle {
    display: inline-flex !important;
  }

  .am360-nav--desktop,
  .am360-header__subnav {
    display: none !important;
  }

  .am360-header__left {
    gap: 8px !important;
  }

  .am360-menu-toggle,
  .am360-search__toggle,
  .am360-cart-link,
  .am360-account-link {
    width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    display: inline-grid !important;
    place-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .am360-header__left,
  .am360-actions,
  .am360-actions ul {
    gap: 4px !important;
  }
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-info {
  margin: 0 !important;
  padding: 18px 18px 18px 46px !important;
  border: 1px solid var(--am360-black) !important;
  background: var(--am360-white) !important;
}

@media (max-width: 980px) {
  body.woocommerce-checkout .am360-section.am360-checkout-page {
    padding: 32px 0 52px !important;
  }

  body.woocommerce-checkout .am360-checkout-page > .am360-container {
    width: min(100% - 28px, 720px) !important;
  }

  .am360-checkout-page__hero {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }

  .am360-checkout-page__hero h1 {
    font-size: clamp(40px, 12vw, 62px);
  }

  .am360-checkout-page__hero p {
    font-size: 17px;
  }

  .am360-checkout-page__promises {
    grid-template-columns: 1fr;
  }

  .am360-checkout-page__promises span + span {
    border-left: 0;
  }

  body.woocommerce-checkout .am360-checkout-page form.checkout.woocommerce-checkout {
    display: block !important;
  }

  body.woocommerce-checkout .am360-checkout-page #customer_details,
  body.woocommerce-checkout .am360-checkout-page #order_review_heading,
  body.woocommerce-checkout .am360-checkout-page #order_review {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review_heading {
    margin-top: 34px !important;
    padding: 22px 20px 0 !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review {
    position: static !important;
    padding-top: 15px !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout .am360-checkout-page > .am360-container {
    width: calc(100% - 24px) !important;
  }

  .am360-checkout-page .am360-checkout-page__timer {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .am360-checkout-page .am360-checkout-page__timer time {
    grid-column: 2;
    min-width: 0 !important;
    text-align: left !important;
  }

  body.woocommerce-checkout .am360-checkout-page .form-row-first,
  body.woocommerce-checkout .am360-checkout-page .form-row-last {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review_heading {
    font-size: 21px !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-product {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 18px 18px !important;
  }

  .am360-checkout-product__media {
    width: 58px;
    height: 74px;
  }

  .am360-checkout-product__top {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .am360-checkout-product__name {
    font-size: 18px;
  }

  .am360-checkout-product__price {
    text-align: left;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tfoot th,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tfoot td,
  body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods,
  body.woocommerce-checkout .am360-checkout-page #payment .place-order {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-discounts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card {
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--am360-line);
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card__header strong {
  color: var(--am360-black);
  font-family: var(--am360-body);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card__header span {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.45;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card__body {
  padding: 20px;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__form,
body.woocommerce-checkout .am360-checkout-page .am360-gc-apply-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__input,
body.woocommerce-checkout .am360-checkout-page .am360-gc-apply-input {
  width: 100%;
  min-width: 0 !important;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid var(--am360-line) !important;
  border-bottom-color: var(--am360-black) !important;
  border-radius: 0 !important;
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__button,
body.woocommerce-checkout .am360-checkout-page .am360-gc-btn-primary,
body.woocommerce-checkout .am360-checkout-page .am360-gc-btn-secondary {
  width: 100% !important;
  min-height: 54px !important;
  padding: 0 18px !important;
  border: 1px solid var(--am360-black) !important;
  border-radius: 0 !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-gc-btn-primary,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__button {
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-gc-btn-secondary {
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--am360-line);
  background: var(--am360-soft);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__remove {
  border: 0;
  background: transparent;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__alert {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #d8b950;
  border-radius: 0 !important;
  background: #fff8d7;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.55;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__alert[hidden] {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-coupon__alert a {
  color: var(--am360-black);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.single-product .am360-product-rating,
body.single-product .product_avis {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  margin: 0 0 10px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.4;
}

body.single-product .am360-product-rating:empty,
body.single-product .product_avis:empty {
  display: none;
}

body.single-product .am360-product-rating .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
}

body.single-product .am360-product-rating .star-rating {
  float: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card--gift .am360-gc-apply {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card--gift .am360-gc-apply-title {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card--gift .am360-gc-apply-note {
  margin: 0 0 10px !important;
  color: var(--am360-muted) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .woocommerce-shipping-totals {
  display: grid !important;
  grid-template-columns: 140px minmax(0, 1fr) !important;
  gap: 0 18px;
  width: 100% !important;
  align-items: start !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .woocommerce-shipping-totals th,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .woocommerce-shipping-totals td {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  padding-top: 18px !important;
  padding-bottom: 0 !important;
  min-width: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .woocommerce-shipping-totals th {
  padding-right: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .woocommerce-shipping-totals td {
  padding-left: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods {
  display: grid !important;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li input[type="radio"] {
  margin: 2px 0 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li label {
  display: grid;
  gap: 8px;
  margin: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 13px;
  line-height: 1.45;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li label .amount {
  font-size: 15px;
}

body.woocommerce-checkout .am360-checkout-page .bw-parcel-point,
body.woocommerce-checkout .am360-checkout-page .boxtal-sidebar-label .bw-parcel-point {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid var(--am360-line);
  background: var(--am360-soft);
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .am360-checkout-page .bw-parcel-point small,
body.woocommerce-checkout .am360-checkout-page .bw-parcel-point span {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.5;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

body.woocommerce-checkout .am360-checkout-page .bw-select-parcel {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
  cursor: pointer;
}

body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods {
  display: grid;
  gap: 12px;
}

body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods li.wc_payment_method {
  display: block;
  padding: 18px !important;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
}

body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods li.wc_payment_method > input[type="radio"] {
  margin: 4px 12px 0 0 !important;
  vertical-align: top;
}

body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods li.wc_payment_method > label {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  width: calc(100% - 34px);
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods li.wc_payment_method > label img {
  max-height: 26px !important;
  width: auto !important;
  object-fit: contain !important;
  float: none !important;
  margin: 0 0 0 auto !important;
}

body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods li.wc_payment_method .payment_box {
  margin-top: 16px !important;
  padding: 16px !important;
  border: 1px solid var(--am360-line) !important;
  background: var(--am360-soft) !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .wc-stripe-payment-request-wrapper,
body.woocommerce-checkout .am360-checkout-page #payment .wc-stripe-banner-checkout,
body.woocommerce-checkout .am360-checkout-page #payment .wc-stripe-payment-request-button-separator {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .wc_payment_method.payment_method_stripe .payment_box fieldset,
body.woocommerce-checkout .am360-checkout-page #payment .wc_payment_method.payment_method_ppcp-gateway .payment_box,
body.woocommerce-checkout .am360-checkout-page #payment .wc_payment_method .payment_box fieldset {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-SavedPaymentMethods,
body.woocommerce-checkout .am360-checkout-page #payment ul.wc-saved-payment-methods {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-SavedPaymentMethods li,
body.woocommerce-checkout .am360-checkout-page #payment ul.wc-saved-payment-methods li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-SavedPaymentMethods li:first-child,
body.woocommerce-checkout .am360-checkout-page #payment ul.wc-saved-payment-methods li:first-child {
  border-top: 0;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-SavedPaymentMethods li label,
body.woocommerce-checkout .am360-checkout-page #payment ul.wc-saved-payment-methods li label {
  display: block;
  width: 100%;
  margin: 0 !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .payment_method_klarna label img,
body.woocommerce-checkout .am360-checkout-page #payment .payment_method_paypal label img,
body.woocommerce-checkout .am360-checkout-page #payment .payment_method_ppcp-gateway label img {
  margin-left: auto !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-terms-and-conditions-wrapper {
  margin-top: 24px !important;
  padding-top: 22px !important;
  border-top: 1px solid var(--am360-line) !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-form__label-for-checkbox {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-form__label-for-checkbox span {
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

@media (max-width: 980px) {
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-sidebar {
    display: block !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-discounts {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .woocommerce-shipping-totals {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .woocommerce-shipping-totals th,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table .woocommerce-shipping-totals td {
    padding-top: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card__header {
    padding: 16px 18px 12px;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card__header strong {
    font-size: 24px;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-discount-card__body,
  body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li,
  body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods li.wc_payment_method {
    padding: 16px !important;
  }

  body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
  }

  body.woocommerce-checkout .am360-checkout-page #payment ul.payment_methods li.wc_payment_method > label {
    width: calc(100% - 30px);
    font-size: 14px !important;
    flex-wrap: wrap;
  }
}

body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content {
  display: block;
}

body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > h3,
body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content .aos-retour-form,
body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content .aos-retour-orders,
body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > p,
body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > .woocommerce-info,
body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > .woocommerce-error,
body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > .woocommerce-message {
  max-width: 920px;
}

body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > h3 {
  margin: 0 0 24px;
  font-family: var(--am360-body);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
}

body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > p {
  color: var(--am360-ink);
  font-family: var(--am360-ui);
  font-size: 13px;
  line-height: 1.7;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-orders,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form .shop_table {
  margin: 18px 0 28px;
  border: 1px solid var(--am360-line);
  border-collapse: collapse;
  background: var(--am360-white);
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-orders th,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-orders td,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form .shop_table th,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form .shop_table td {
  padding: 16px 18px;
  vertical-align: middle;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form {
  margin-top: 18px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form p {
  margin: 0 0 26px;
  max-width: 760px;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form p:has(select) {
  max-width: 520px;
  margin-bottom: 30px;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form p:has(input[type="radio"]) {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin-bottom: 28px;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form p:has(input[type="radio"]) br {
  display: none;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form p:has(input[type="checkbox"]) {
  max-width: none;
  margin-bottom: 30px;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form p:has(textarea) {
  max-width: none;
  margin-bottom: 24px;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form label,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form strong {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form p:has(input[type="radio"]) strong {
  margin-bottom: 2px;
  font-family: var(--am360-ui);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form p:has(input[type="radio"]) label,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form p:has(input[type="checkbox"]) label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 28px;
  margin: 0;
  line-height: 1.35;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form small {
  display: inline-block;
  margin-top: 6px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form select,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form textarea,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form input[type="text"],
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form input[type="email"],
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form input[type="number"] {
  width: 100%;
  min-height: 58px;
  margin-top: 12px;
  padding: 0 18px;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form textarea {
  min-height: 132px;
  padding: 18px;
  resize: vertical;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form input[type="checkbox"],
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form input[type="radio"] {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  accent-color: var(--am360-black);
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form .button,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form .button-primary,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-orders .button,
body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > p .button {
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  background: var(--am360-black);
  color: var(--am360-white);
  font-family: var(--am360-ui);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: none;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form > .button,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form > .button-primary {
  margin-top: 2px;
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form .button:hover,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form .button-primary:hover,
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-orders .button:hover,
body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > p .button:hover {
  background: var(--am360-white);
  color: var(--am360-black);
}

body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form input[type="number"][style],
body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form textarea[style] {
  width: 100% !important;
}

@media (max-width: 768px) {
  body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form {
    padding: 20px;
  }

  body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-orders th,
  body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-orders td,
  body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form .shop_table th,
  body.woocommerce-account.woocommerce-account-demande-retour .aos-retour-form .shop_table td {
    padding: 14px 12px;
  }

  body.woocommerce-account.woocommerce-account-demande-retour .woocommerce-MyAccount-content > h3 {
    font-size: 28px;
  }
}


body.home .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.home .woocommerce-page ul.products li.product .woocommerce-loop-product__title,
body.home .woocommerce ul.products li.product .price,
body.home .woocommerce-page ul.products li.product .price {
  display: block !important;
  text-align: center;
}

body.home .woocommerce ul.products li.product .price,
body.home .woocommerce-page ul.products li.product .price {
  margin-top: 0;
}

body.home .am360-product-color-badges--inline {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  justify-content: center;
  transform: none;
  width: max-content;
  max-width: calc(100% - 24px);
  margin: 6px auto 12px;
}

body.home .am360-loop-product__color-label {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 28px;
  transform: translateX(-50%);
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 24px);
}

.am360-section__head--stacked {
  align-items: end;
}

.am360-section__eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.am360-reviews-showcase {
  padding-top: 8px;
}

.am360-reviews-showcase__frame {
  padding: 0;
  border: 0;
  background: transparent;
  margin-right: calc(50% - 50vw);
}

.am360-reviews-showcase__frame #steavisgarantis {
  border-radius: 0 !important;
  background: transparent !important;
}

.am360-reviews-showcase__frame .grc-site-iframe {
  min-height: 220px;
}

.am360-product-reviews {
  margin-bottom: 40px;
  padding: 28px;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
}

.am360-product-reviews__head {
  margin-bottom: 18px;
}

.am360-product-reviews__head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.02;
}

.am360-product-reviews__content .grc-product-reviews,
.am360-product-reviews__content .wcsag-widget,
.am360-product-reviews__content .wcsag-reviews {
  width: 100%;
}

.am360-product-reviews__content #steavisgarantis,
.am360-product-reviews__content .wcsag-reviews {
  background: transparent !important;
}

@media (max-width: 768px) {
  .am360-reviews-showcase__frame {
    padding: 0;
  }

  .am360-product-reviews {
    padding: 18px;
    margin-bottom: 28px;
  }
}

.am360-thankyou-page {
  padding-block: clamp(28px, 4vw, 52px) 72px;
  overflow-x: hidden;
}

.am360-thankyou-page .woocommerce-order {
  width: min(100%, 1180px);
  max-width: calc(100vw - 40px);
  margin: 0 auto;
  min-width: 0;
}

.am360-thankyou-page__hero,
.am360-error-page__hero {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--am360-black);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.035), rgba(255, 255, 255, 0.98));
  overflow: hidden;
}

.am360-thankyou-page__hero.is-failed {
  background: linear-gradient(180deg, rgba(193, 28, 43, 0.08), rgba(255, 255, 255, 0.98));
}

.am360-thankyou-page__eyebrow,
.am360-error-page__eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.am360-thankyou-page__hero h1,
.am360-error-page__hero h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.98;
}

.am360-thankyou-page__lead,
.am360-error-page__hero p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--am360-muted);
  font-size: 16px;
  line-height: 1.7;
}

.am360-thankyou-page__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--am360-line);
  border: 1px solid var(--am360-line);
}

.am360-thankyou-page__meta-item {
  padding: 18px;
  background: var(--am360-white);
  min-width: 0;
}

.am360-thankyou-page__meta-item span {
  display: block;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-thankyou-page__meta-item strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.am360-thankyou-page__actions,
.am360-error-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.am360-button--ghost {
  background: transparent !important;
  color: var(--am360-black) !important;
}

.am360-button--ghost:hover {
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
}

.am360-thankyou-page__grid,
.am360-error-page__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
  min-width: 0;
}

.am360-error-page__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.am360-thankyou-card,
.am360-error-page__card {
  padding: 26px;
  border: 1px solid var(--am360-line);
  background: var(--am360-white);
  min-width: 0;
}

.am360-thankyou-card h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.1;
}

.am360-thankyou-card__list,
.am360-thankyou-card__steps,
.am360-thankyou-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.am360-thankyou-card__list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--am360-line);
  min-width: 0;
}

.am360-thankyou-card__list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.am360-thankyou-card__list span {
  color: var(--am360-muted);
}

.am360-thankyou-card__list strong {
  display: block !important;
  visibility: visible !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-body);
  font-size: 15px;
  font-weight: 600;
  min-width: 0;
  max-width: 62%;
  overflow-wrap: anywhere;
  text-align: right;
}

.am360-thankyou-card__steps {
  display: grid;
  gap: 12px;
  counter-reset: thankyou-steps;
}

.am360-thankyou-card__steps li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--am360-muted);
  line-height: 1.7;
}

.am360-thankyou-card__steps li::before {
  counter-increment: thankyou-steps;
  content: counter(thankyou-steps);
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--am360-black);
  border-radius: 999px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 11px;
}

.am360-thankyou-card--items,
.am360-thankyou-card--support {
  margin-top: 24px;
}

.am360-thankyou-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid var(--am360-line);
  min-width: 0;
}

.am360-thankyou-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.am360-thankyou-item__image img {
  width: 82px;
  height: 98px;
  object-fit: cover;
}

.am360-thankyou-item__content h3 {
  margin: 0 0 6px;
  font-size: 18px !important;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.am360-thankyou-item__content h3::after {
  content: none !important;
  display: none !important;
}

.am360-thankyou-item__content p,
.am360-thankyou-card__note,
.am360-thankyou-card--support p {
  margin: 0;
  color: var(--am360-muted);
  font-size: 14px;
  line-height: 1.7;
}

.am360-thankyou-card__social {
  margin-top: 12px !important;
}

.am360-thankyou-card__social a {
  color: var(--am360-black);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.am360-thankyou-item__content p .wc-item-meta,
.am360-thankyou-item__content p .wc-item-meta li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.am360-thankyou-item__price {
  display: grid;
  gap: 6px;
  justify-items: end;
  text-align: right;
  min-width: 76px;
}

body.woocommerce-checkout .am360-thankyou-page h2,
body.woocommerce-checkout .am360-thankyou-page h3 {
  color: var(--am360-black) !important;
  font-family: var(--am360-body) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.woocommerce-checkout .am360-thankyou-page h2::after,
body.woocommerce-checkout .am360-thankyou-page h3::after {
  content: none !important;
  display: none !important;
}

.am360-thankyou-item__price span {
  color: var(--am360-muted);
  font-size: 12px;
}

.am360-error-page {
  padding-block: clamp(40px, 6vw, 84px);
}

.am360-error-page__hero p {
  max-width: 720px;
}

.am360-error-page__card {
  display: grid;
  gap: 8px;
  color: var(--am360-black);
  text-decoration: none;
}

.am360-error-page__card span {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.am360-error-page__card strong {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.am360-error-page__card:hover {
  border-color: var(--am360-black);
}

@media (max-width: 980px) {
  .am360-thankyou-page__meta,
  .am360-thankyou-page__grid,
  .am360-error-page__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .am360-thankyou-page {
    padding-block: 22px 48px;
  }

  .am360-thankyou-page .woocommerce-order {
    max-width: calc(100vw - 28px);
  }

  .am360-thankyou-page__hero,
  .am360-thankyou-card {
    padding: 22px;
  }

  .am360-thankyou-page__meta,
  .am360-thankyou-page__grid,
  .am360-error-page__grid {
    grid-template-columns: 1fr;
  }

  .am360-thankyou-page__hero h1,
  .am360-error-page__hero h1 {
    font-size: clamp(30px, 10vw, 48px);
  }

  .am360-thankyou-item {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: start;
  }

  .am360-thankyou-item__image img {
    width: 64px;
    height: 78px;
  }

  .am360-thankyou-item__price {
    grid-column: 2;
    justify-items: start;
    text-align: left;
    min-width: 0;
  }

  .am360-thankyou-page__actions,
  .am360-error-page__actions {
    flex-direction: column;
  }

  .am360-thankyou-page__actions .am360-button,
  .am360-error-page__actions .am360-button {
    width: 100%;
  }
}

/* Checkout stability patch: keep the order review as the right sidebar and
   restore WooCommerce shipping rows to a normal table layout. */
body.woocommerce-checkout .am360-checkout-page #order_review {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  min-width: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-sidebar,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-discounts {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping {
  display: table-row !important;
  width: auto !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals th,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals td,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping th,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping td {
  display: table-cell !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 18px 32px !important;
  vertical-align: top !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals td,
body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping td {
  text-align: right !important;
}

body.woocommerce-checkout .am360-checkout-page #shipping_method,
body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods {
  display: grid !important;
  width: 100% !important;
  min-width: min(260px, 100%) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce-checkout .am360-checkout-page #shipping_method li,
body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 14px 16px !important;
  box-sizing: border-box !important;
  border: 1px solid var(--am360-line) !important;
  background: var(--am360-white) !important;
  text-align: left !important;
}

body.woocommerce-checkout .am360-checkout-page #shipping_method li input[type="radio"],
body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li input[type="radio"] {
  margin: 2px 0 0 !important;
}

body.woocommerce-checkout .am360-checkout-page #shipping_method li label,
body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li label {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-align: left !important;
}

body.woocommerce-checkout .am360-checkout-page .bw-parcel-point {
  width: 100% !important;
  min-width: 0 !important;
  margin-top: 12px !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .am360-checkout-page .bw-parcel-point span,
body.woocommerce-checkout .am360-checkout-page .bw-parcel-point small {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  text-align: left !important;
}

body.woocommerce-checkout .am360-checkout-page > .am360-gc-apply,
body.woocommerce-checkout .am360-checkout-page__flow > .am360-gc-apply,
body.woocommerce-checkout .am360-checkout-page .woocommerce > .am360-gc-apply {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card {
  margin: 0 32px 12px !important;
  border: 1px solid var(--am360-line) !important;
  border-radius: 0 !important;
  background: var(--am360-white) !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card__summary {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card__summary::-webkit-details-marker {
  display: none;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card__marker {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--am360-black);
  border-radius: 999px;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 16px;
  line-height: 1;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card[open] .am360-payment-gift-card__marker {
  background: var(--am360-black);
  color: var(--am360-white);
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card[open] .am360-payment-gift-card__marker {
  font-size: 0;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card[open] .am360-payment-gift-card__marker::before {
  content: "-";
  font-size: 16px;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card__text {
  display: grid;
  gap: 4px;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card__text strong {
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card__text small {
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 12px;
  line-height: 1.4;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card__body {
  padding: 0 18px 18px;
  border-top: 1px solid var(--am360-line);
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card .am360-gc-apply {
  display: block !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card .am360-gc-apply-title {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-coupon form.checkout_coupon {
  display: block !important;
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-coupon .am360-checkout-coupon {
  margin: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card .am360-gc-apply-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: stretch;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card .am360-gc-apply-input {
  min-width: 0 !important;
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card .am360-gc-btn-primary,
body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card .am360-gc-btn-secondary {
  width: auto !important;
  min-width: 150px !important;
  min-height: 52px !important;
  border-radius: 0 !important;
  background: var(--am360-black) !important;
  color: var(--am360-white) !important;
}

@media (max-width: 980px) {
  body.woocommerce-checkout .am360-checkout-page #order_review {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals th,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals td,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping th,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping td {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card .am360-gc-apply-form {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card .am360-gc-btn-primary,
  body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card .am360-gc-btn-secondary {
    width: 100% !important;
  }
}

/* Checkout final layout guards */
body.woocommerce-checkout .am360-checkout-page #customer_details {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.woocommerce-checkout .am360-checkout-page #order_review {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: start !important;
}

body.woocommerce-checkout .am360-checkout-page #order_review > .am360-gc-apply,
body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table .am360-gc-apply {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .am360-payment-gift-card .am360-gc-apply {
  display: block !important;
}

body.woocommerce-checkout .am360-checkout-page .wc-stripe-express-checkout-wrapper,
body.woocommerce-checkout .am360-checkout-page .wc-stripe-express-checkout-element,
body.woocommerce-checkout .am360-checkout-page #wc-stripe-express-checkout-element,
body.woocommerce-checkout .am360-checkout-page .wc-stripe-express-checkout-button-separator,
body.woocommerce-checkout .am360-checkout-page .wc-stripe-payment-request-wrapper,
body.woocommerce-checkout .am360-checkout-page .wc-stripe-payment-request-button-separator,
body.woocommerce-checkout .am360-checkout-page .wc-stripe-banner-checkout,
body.woocommerce-checkout .am360-checkout-page .wcpay-express-checkout-wrapper,
body.woocommerce-checkout .am360-checkout-page .express-payment-methods,
body.woocommerce-checkout .am360-checkout-page #express-payment-methods,
body.woocommerce-checkout .am360-checkout-page .woocommerce-checkout-payment .wc-stripe-payment-request-wrapper {
  display: none !important;
}

body.woocommerce-checkout .am360-checkout-page .woocommerce-checkout-payment {
  clear: none !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .wc_payment_methods {
  display: grid !important;
  gap: 12px !important;
  margin-top: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .wc_payment_methods > li {
  margin: 0 !important;
  border: 1px solid var(--am360-line) !important;
  border-radius: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .wc_payment_methods > li:last-child {
  border-bottom: 1px solid var(--am360-line) !important;
}

@media (max-width: 980px) {
  body.woocommerce-checkout .am360-checkout-page #customer_details,
  body.woocommerce-checkout .am360-checkout-page #order_review {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tbody,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tfoot {
    width: 100% !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals th,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals td,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping th,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping td {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.woocommerce-shipping-totals td,
  body.woocommerce-checkout .am360-checkout-page .am360-checkout-review-table tr.shipping td {
    padding-top: 14px !important;
  }

  body.woocommerce-checkout .am360-checkout-page #shipping_method,
  body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.woocommerce-checkout .am360-checkout-page #shipping_method li,
  body.woocommerce-checkout .am360-checkout-page .woocommerce-shipping-methods li {
    width: 100% !important;
    max-width: none !important;
  }

  body.woocommerce-checkout .am360-checkout-page .am360-payment-gift-card,
  body.woocommerce-checkout .am360-checkout-page #payment,
  body.woocommerce-checkout .am360-checkout-page .woocommerce-checkout-payment {
    border-radius: 0 !important;
  }
}

/* Mobile checkout shipping: final override, scoped to the order summary only. */
@media (max-width: 980px) {
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tfoot,
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tfoot tr,
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tfoot th,
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tfoot td {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.woocommerce-shipping-totals,
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.shipping {
    display: block !important;
    width: 100% !important;
    border-top: 1px solid var(--am360-line) !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.woocommerce-shipping-totals th,
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.shipping th {
    display: block !important;
    width: 100% !important;
    padding: 28px 36px 16px !important;
    text-align: left !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.woocommerce-shipping-totals td,
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.shipping td {
    display: block !important;
    width: 100% !important;
    padding: 0 36px 36px !important;
    text-align: left !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review #shipping_method,
  body.woocommerce-checkout .am360-checkout-page #order_review ul#shipping_method,
  body.woocommerce-checkout .am360-checkout-page #order_review .woocommerce-shipping-methods {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review #shipping_method > li,
  body.woocommerce-checkout .am360-checkout-page #order_review ul#shipping_method > li,
  body.woocommerce-checkout .am360-checkout-page #order_review .woocommerce-shipping-methods > li {
    display: flex !important;
    gap: 12px !important;
    align-items: flex-start !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 16px 18px !important;
    box-sizing: border-box !important;
    border: 1px solid var(--am360-line) !important;
    background: var(--am360-white) !important;
    text-align: left !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review #shipping_method > li input[type="radio"],
  body.woocommerce-checkout .am360-checkout-page #order_review ul#shipping_method > li input[type="radio"],
  body.woocommerce-checkout .am360-checkout-page #order_review .woocommerce-shipping-methods > li input[type="radio"] {
    flex: 0 0 22px !important;
    margin: 2px 0 0 !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review #shipping_method > li label,
  body.woocommerce-checkout .am360-checkout-page #order_review ul#shipping_method > li label,
  body.woocommerce-checkout .am360-checkout-page #order_review .woocommerce-shipping-methods > li label {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
  }
}

@media (max-width: 640px) {
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.woocommerce-shipping-totals th,
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.shipping th {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.woocommerce-shipping-totals td,
  body.woocommerce-checkout .am360-checkout-page #order_review .am360-checkout-review-table tr.shipping td {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

/* Desktop checkout shipping: keep Boxtal parcel details in the content column. */
@media (min-width: 981px) {
  body.woocommerce-checkout .am360-checkout-page #order_review .woocommerce-shipping-methods > li .bw-parcel-point,
  body.woocommerce-checkout .am360-checkout-page #order_review #shipping_method > li .bw-parcel-point,
  body.woocommerce-checkout .am360-checkout-page #order_review .woocommerce-shipping-methods > li .boxtal-sidebar-label,
  body.woocommerce-checkout .am360-checkout-page #order_review #shipping_method > li .boxtal-sidebar-label {
    grid-column: 2 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review .bw-parcel-point,
  body.woocommerce-checkout .am360-checkout-page #order_review .boxtal-sidebar-label .bw-parcel-point {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review .bw-parcel-point span,
  body.woocommerce-checkout .am360-checkout-page #order_review .bw-parcel-point small,
  body.woocommerce-checkout .am360-checkout-page #order_review .bw-parcel-point a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
  }
}

/* Checkout saved cards: align radios and labels as clean rows. */
body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-SavedPaymentMethods,
body.woocommerce-checkout .am360-checkout-page #payment ul.wc-saved-payment-methods {
  display: grid !important;
  gap: 0 !important;
  width: 100% !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-SavedPaymentMethods > li,
body.woocommerce-checkout .am360-checkout-page #payment ul.wc-saved-payment-methods > li {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  width: 100% !important;
  padding: 14px 0 !important;
  border-top: 1px solid var(--am360-line) !important;
  box-sizing: border-box !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-SavedPaymentMethods > li:first-child,
body.woocommerce-checkout .am360-checkout-page #payment ul.wc-saved-payment-methods > li:first-child {
  border-top: 0 !important;
  padding-top: 0 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-SavedPaymentMethods > li input[type="radio"],
body.woocommerce-checkout .am360-checkout-page #payment ul.wc-saved-payment-methods > li input[type="radio"] {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  align-self: start !important;
  margin: 2px 0 0 !important;
}

body.woocommerce-checkout .am360-checkout-page #payment .woocommerce-SavedPaymentMethods > li label,
body.woocommerce-checkout .am360-checkout-page #payment ul.wc-saved-payment-methods > li label {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* Mobile checkout shipping: table layout reset inside the summary width. */
@media (max-width: 980px) {
  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table thead,
  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tbody,
  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table thead,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tbody,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot tr,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot tr {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot tr.woocommerce-shipping-totals,
  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot tr.shipping,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot tr.woocommerce-shipping-totals,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot tr.shipping {
    grid-template-columns: minmax(0, 1fr) !important;
    min-width: 0 !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot tr.woocommerce-shipping-totals th,
  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot tr.woocommerce-shipping-totals td,
  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot tr.shipping th,
  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot tr.shipping td,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot tr.woocommerce-shipping-totals th,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot tr.woocommerce-shipping-totals td,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot tr.shipping th,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot tr.shipping td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot tr.woocommerce-shipping-totals td,
  body.woocommerce-checkout .am360-checkout-page #order_review table.am360-checkout-review-table tfoot tr.shipping td,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot tr.woocommerce-shipping-totals td,
  body.woocommerce-checkout .am360-checkout-page #order_review table.shop_table tfoot tr.shipping td {
    padding-top: 0 !important;
  }
}

/* Contact page */
.am360-contact-page {
  padding-block: clamp(64px, 9vw, 128px);
  background: var(--am360-white);
}

.am360-contact-hero {
  max-width: 820px;
  margin-bottom: clamp(36px, 5vw, 72px);
}

.am360-contact-hero h1 {
  margin: 0;
  font-family: var(--am360-ui);
  font-size: clamp(50px, 8vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
}

.am360-contact-hero p:not(.am360-eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--am360-muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
}

.am360-contact-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  border-top: 1px solid var(--am360-black);
  border-bottom: 1px solid var(--am360-black);
}

.am360-contact-info {
  display: grid;
  align-content: start;
  gap: 0;
  border-right: 1px solid var(--am360-line);
}

.am360-contact-info > div {
  padding: 28px 30px 28px 0;
  border-bottom: 1px solid var(--am360-line);
}

.am360-contact-info > div:last-child {
  border-bottom: 0;
}

.am360-contact-info span {
  display: block;
  margin-bottom: 8px;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.am360-contact-info a,
.am360-contact-info p {
  margin: 0;
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 15px;
  line-height: 1.55;
  text-decoration: none;
}

.am360-contact-info a {
  border-bottom: 1px solid currentColor;
}

.am360-contact-form {
  padding: clamp(28px, 4vw, 58px) 0 clamp(28px, 4vw, 58px) clamp(28px, 4vw, 58px);
}

.am360-contact-form .row,
.am360-contact-form [class*="col-"] {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.am360-contact-form #formulaire-contact {
  display: grid;
  gap: 18px;
}

.am360-contact-form .form-floating {
  position: relative;
  margin: 0 !important;
}

.am360-contact-form .form-control,
.am360-contact-form .form-select,
.am360-contact-form textarea {
  width: 100%;
  min-height: 62px;
  border: 1px solid var(--am360-line);
  border-bottom-color: var(--am360-black);
  border-radius: 0;
  background: var(--am360-white);
  color: var(--am360-black);
  font-family: var(--am360-ui);
  font-size: 16px;
  line-height: 1.4;
  padding: 24px 18px 10px;
  box-shadow: none;
  appearance: none;
}

.am360-contact-form textarea.form-control {
  min-height: 180px !important;
  resize: vertical;
}

.am360-contact-form .form-control:focus,
.am360-contact-form .form-select:focus,
.am360-contact-form textarea:focus {
  border-color: var(--am360-black);
  outline: 0;
}

.am360-contact-form .form-floating > label {
  position: absolute;
  left: 18px;
  top: 9px;
  z-index: 1;
  color: var(--am360-muted);
  font-family: var(--am360-ui);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  pointer-events: none;
}

.am360-contact-form .btn,
.am360-contact-form button[type="submit"] {
  width: 100%;
  min-height: 64px;
  border: 1px solid var(--am360-black);
  border-radius: 0;
  background: var(--am360-black);
  color: var(--am360-white);
  font-family: var(--am360-ui);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
}

.am360-contact-form .btn:hover,
.am360-contact-form button[type="submit"]:hover {
  background: var(--am360-white);
  color: var(--am360-black);
}

@media (max-width: 767px) {
  .single-product .am360-editorial-gallery--single {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .single-product .am360-editorial-gallery--single .am360-editorial-gallery__item {
    flex: 0 0 100vw !important;
    width: 100vw !important;
  }

  .single-product .am360-editorial-gallery--single .am360-editorial-gallery__image {
    width: 100% !important;
  }

  .am360-contact-page {
    padding-block: 42px 70px;
  }

  .am360-contact-layout {
    display: block;
  }

  .am360-contact-info {
    border-right: 0;
  }

  .am360-contact-info > div {
    padding: 22px 0;
  }

  .am360-contact-form {
    padding: 28px 0 0;
    border-top: 1px solid var(--am360-line);
  }
}

/* Order received page: isolate it from checkout layout resets. */
body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-page {
  overflow-x: hidden !important;
  padding-block: clamp(24px, 4vw, 46px) clamp(46px, 6vw, 76px) !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-page > .am360-container {
  width: min(1120px, calc(100vw - 40px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-page .woocommerce-order {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-page__hero,
body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-card {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-page__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  gap: 20px !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-card__list li {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-card__list strong {
  display: block !important;
  flex: 1 1 auto !important;
  max-width: 68% !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
  text-align: right !important;
  visibility: visible !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-card__steps li {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-item {
  grid-template-columns: 82px minmax(0, 1fr) minmax(78px, auto) !important;
  max-width: 100% !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-item__content h3 {
  font-size: 18px !important;
  line-height: 1.18 !important;
}

body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-item__content h3::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 860px) {
  body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-page > .am360-container {
    width: calc(100vw - 28px) !important;
  }

  body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-page__grid {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-card__list li {
    align-items: flex-start !important;
  }

  body.woocommerce-order-received.woocommerce-checkout .am360-thankyou-card__list strong {
    max-width: 58% !important;
  }
}

/* Homepage hero content lift. */
.am360-hero--background > .am360-container {
  transform: translateY(-7vh) !important;
}

@media (max-width: 640px) {
  .am360-hero--background > .am360-container {
    transform: translateY(clamp(-118px, -12vh, -72px)) !important;
  }
}

/* Mobile click safety: keep bottom submit actions above transparent overlays/backdrops. */
.am360-cart-drawer.is-open {
  pointer-events: auto;
}

.am360-cart-drawer.is-open .am360-cart-drawer__panel,
.am360-cart-drawer.is-open .am360-cart-drawer__footer,
.am360-cart-drawer.is-open .am360-cart-drawer__checkout {
  position: relative;
  z-index: 100000103;
  pointer-events: auto;
}

.am360-cart-drawer.is-open .am360-cart-drawer__checkout {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

body.am360-cart-drawer-open .am360-cart-drawer-backdrop {
  z-index: 100000090;
}

body.am360-cart-drawer-open .am360-cart-drawer {
  z-index: 100000100;
}

.am360-cart-drawer-backdrop:not(.is-open),
.am360-cart-modal-backdrop:not(.is-open),
.am360-filter-drawer-backdrop:not(.is-open),
.am360-mobile-menu-backdrop[hidden],
.am360-cart-drawer[aria-hidden="true"],
.am360-cart-modal[aria-hidden="true"],
.am360-filter-drawer[aria-hidden="true"] {
  pointer-events: none !important;
}

body.woocommerce-checkout .am360-checkout-page #payment,
body.woocommerce-checkout .am360-checkout-page #payment .place-order,
body.woocommerce-checkout .am360-checkout-page #payment #place_order {
  position: relative;
  z-index: 5;
}

body.woocommerce-checkout .am360-checkout-page #payment .blockUI.blockOverlay,
body.woocommerce-checkout .am360-checkout-page .woocommerce-checkout-review-order .blockUI.blockOverlay {
  z-index: 4 !important;
}

@media (max-width: 390px), (max-height: 740px) {
  .am360-cart-drawer__panel {
    height: 100svh;
    max-height: 100svh;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    overflow: hidden;
  }

  .am360-cart-drawer__header {
    min-height: 58px;
  }

  .am360-cart-drawer__reservation {
    margin-top: 8px;
    padding-block: 8px;
  }

  .am360-cart-drawer__body {
    padding-bottom: 150px;
    -webkit-overflow-scrolling: touch;
  }

  .am360-cart-drawer__footer {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
    z-index: 8;
  }

  .am360-cart-drawer__checkout {
    min-height: 54px;
    touch-action: manipulation;
  }

  body.woocommerce-checkout .am360-checkout-page {
    padding-bottom: max(44px, env(safe-area-inset-bottom));
  }

  body.woocommerce-checkout .am360-checkout-page form.checkout,
  body.woocommerce-checkout .am360-checkout-page #order_review,
  body.woocommerce-checkout .am360-checkout-page .woocommerce-checkout-review-order {
    overflow: visible !important;
  }

  body.woocommerce-checkout .am360-checkout-page #payment .place-order {
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  body.woocommerce-checkout .am360-checkout-page #payment #place_order,
  body.woocommerce-checkout .am360-checkout-page .wc-block-components-checkout-place-order-button {
    min-height: 58px !important;
    touch-action: manipulation;
  }

  .am360-checkout-account-mode {
    padding: 14px;
  }

  .am360-checkout-account-mode__choices {
    grid-template-columns: 1fr;
  }

  .am360-checkout-account-mode__choice {
    min-height: 0;
  }
}

/* ZAFYR typography weight system */
body,
p,
li,
dd,
dt,
td,
th,
label,
input,
textarea,
select,
blockquote,
.price,
.amount,
.woocommerce-Price-amount,
.am360-footer__statement p,
.am360-brand-philosophy p,
.am360-drop-feature__content p,
.am360-home-pause p,
.am360-value p,
.am360-brand-story-page__content p,
.am360-coming-soon__content p {
  font-weight: 300 !important;
}

a,
button,
summary,
strong,
b,
.am360-button,
.button,
.am360-kicker,
.am360-topbar,
.am360-nav a,
.am360-mobile-menu a,
.am360-footer a,
.am360-footer__eyebrow,
.am360-footer__legal,
.am360-drop-feature__meta span,
.am360-home-pause span,
.am360-coming-soon__panel li {
  font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.am360-section__title,
.am360-hero__logo,
.am360-footer__brand,
.am360-drop-feature h2,
.am360-brand-story-page__hero h1,
.am360-coming-soon__content h1,
.am360-coming-soon__panel > span {
  font-weight: 500 !important;
}

.am360-brand,
.custom-logo-link,
.am360-hero__logo {
  font-family: Georgia, "Times New Roman", serif !important;
}

.am360-brand {
  font-weight: 500 !important;
  letter-spacing: 0.4em !important;
}

/* ZAFYR compact type scale */
body {
  font-size: 15px;
}

p,
li,
dd,
dt,
td,
th,
label,
input,
textarea,
select,
blockquote {
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.am360-hero--background h1 {
  font-size: clamp(28px, 4.4vw, 58px) !important;
}

.am360-hero__logo {
  font-size: clamp(42px, 6.4vw, 92px) !important;
}

.am360-hero--background .am360-hero__content > p,
.am360-brand-philosophy p:not(.am360-kicker),
.am360-drop-feature__content p:not(.am360-kicker),
.am360-home-pause p,
.am360-coming-soon__content p:not(.am360-kicker) {
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.7 !important;
}

.am360-brand-philosophy h2 {
  font-size: clamp(34px, 4.8vw, 68px) !important;
}

.am360-drop-feature h2 {
  font-size: clamp(42px, 6vw, 92px) !important;
}

.am360-drop-feature__media span {
  font-size: clamp(30px, 4.8vw, 68px) !important;
}

.am360-value p {
  font-size: 14px !important;
}

.am360-brand-story-page__hero h1 {
  font-size: clamp(46px, 9vw, 116px) !important;
}

.am360-brand-story-page__content p {
  font-size: clamp(16px, 1.65vw, 22px) !important;
  line-height: 1.55 !important;
}

.am360-coming-soon__content h1 {
  font-size: clamp(40px, 6vw, 88px) !important;
}

.am360-coming-soon__panel > span {
  font-size: clamp(28px, 3.2vw, 46px) !important;
}

.am360-footer__brand {
  font-size: clamp(34px, 5.2vw, 84px) !important;
}

.am360-footer__statement p {
  font-size: clamp(16px, 1.55vw, 22px) !important;
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
  }

  .am360-hero__logo {
    font-size: clamp(34px, 11vw, 54px) !important;
  }

  .am360-hero--background h1 {
    font-size: clamp(26px, 8vw, 42px) !important;
  }

  .am360-brand-philosophy h2,
  .am360-drop-feature h2,
  .am360-coming-soon__content h1 {
    font-size: clamp(32px, 10vw, 46px) !important;
  }

  .am360-brand-story-page__hero h1 {
    font-size: clamp(38px, 12vw, 56px) !important;
  }
}

/* ZAFYR hero image framing */
.am360-hero--background {
  min-height: clamp(780px, 100svh, 980px) !important;
  background-size: cover, cover, cover !important;
  background-position: center center, center top, center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

@media (max-width: 900px) {
  .am360-hero--background {
    min-height: clamp(720px, 100svh, 900px) !important;
    background-size: cover, cover, cover !important;
    background-position: center center, center top, center center !important;
  }
}

@media (max-width: 640px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    background-size: cover, cover, cover !important;
    background-position: center center, center top, center center !important;
  }
}

/* ZAFYR premium hero layout */
.am360-hero--background {
  min-height: clamp(720px, 94svh, 900px) !important;
  display: grid !important;
  place-items: stretch !important;
  padding: clamp(72px, 7vw, 110px) 0 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.75) 100%),
    var(--am360-hero-bg),
    linear-gradient(135deg, #111111 0%, #2b2b2b 100%) !important;
  background-size: cover, cover, cover !important;
  background-position: center center, 38% center, center center !important;
  background-repeat: no-repeat !important;
  text-align: left !important;
}

.am360-hero--background::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, transparent 32%, rgba(0, 0, 0, 0.42) 72%, rgba(0, 0, 0, 0.68) 100%) !important;
}

.am360-hero--background .am360-container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

.am360-hero--background .am360-hero__content {
  width: clamp(420px, 34vw, 560px) !important;
  margin: 0 clamp(0px, 4vw, 76px) 0 auto !important;
  justify-items: start !important;
  align-content: center !important;
  gap: 16px !important;
  text-align: left !important;
}

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

.am360-hero__eyebrow {
  max-width: none !important;
  /* margin: 0 0 6px !important; */
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: var(--am360-ui) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

.am360-hero--background h1 {
  max-width: 540px !important;
  margin: 0 !important;
  font-family: var(--am360-ui) !important;
  font-size: clamp(38px, 4.5vw, 66px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 0.98 !important;
}

.am360-hero--background .am360-hero__content > p:not(.am360-hero__eyebrow) {
  max-width: 460px !important;
  margin: 2px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(14px, 1.05vw, 16px) !important;
  line-height: 1.65 !important;
}

.am360-hero--background .am360-hero__actions {
  justify-content: flex-start !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

.am360-hero--background .am360-button {
  min-width: 174px !important;
  min-height: 54px !important;
  padding: 0 22px !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.am360-hero--background .am360-button--outline-light {
  border-color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 900px) {
  .am360-hero--background {
    min-height: clamp(680px, 92svh, 820px) !important;
    padding: 58px 0 68px !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.18) 42%, rgba(0, 0, 0, 0.82) 100%),
      var(--am360-hero-bg),
      linear-gradient(135deg, #111111 0%, #2b2b2b 100%) !important;
    background-position: center center, 42% center, center center !important;
  }

  .am360-hero--background .am360-container {
    align-items: flex-end !important;
    justify-content: center !important;
  }

  .am360-hero--background .am360-hero__content {
    width: min(560px, 100%) !important;
    margin: 0 auto !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .am360-hero--background .am360-hero__actions {
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    padding: 52vh 0 38px !important;
    background-position: center center, 40% center, center center !important;
  }

  .am360-hero--background .am360-container {
    width: calc(100% - 32px) !important;
  }

  .am360-hero--background h1 {
    font-size: clamp(30px, 9vw, 42px) !important;
  }

  .am360-hero--background .am360-hero__content > p:not(.am360-hero__eyebrow) {
    max-width: 330px !important;
  }

  .am360-hero--background .am360-hero__actions {
    width: 100% !important;
    margin-top: 14px !important;
  }

  .am360-hero--background .am360-button {
    width: 100% !important;
    min-height: 52px !important;
  }
}

/* ZAFYR drop visual */
.am360-drop-feature__media {
  aspect-ratio: 1 / 1 !important;
  min-height: 0 !important;
  border: 0 !important;
  background: #eeeeee !important;
}

.am360-drop-feature__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  mix-blend-mode: normal !important;
}

/* ZAFYR absolute final mobile hero lock */
@media (max-width: 640px) {
  .am360-hero--background {
    position: relative !important;
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    display: block !important;
    padding: 0 !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.74) 100%),
      var(--am360-hero-bg),
      linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
  }

  .am360-hero--background .am360-container {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    display: block !important;
    position: static !important;
  }

  .am360-hero--background .am360-hero__content {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(28px, env(safe-area-inset-bottom)) !important;
    width: calc(100% - 32px) !important;
    max-width: 360px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%) !important;
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
    z-index: 2 !important;
  }

  .am360-hero__eyebrow {
    margin-bottom: 14px !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
  }

  .am360-hero--background h1 {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 0.96 !important;
  }

  .am360-hero--background .am360-hero__content > p:not(.am360-hero__eyebrow) {
    max-width: 320px !important;
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .am360-hero--background .am360-hero__actions {
    width: 100% !important;
    gap: 10px !important;
    margin-top: 18px !important;
    justify-content: center !important;
  }

  .am360-hero--background .am360-button {
    width: 100% !important;
    min-height: 50px !important;
  }
}

/* ZAFYR mobile hero hard lock */
@media (max-width: 640px) {
  .am360-hero--background {
    position: relative !important;
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    display: block !important;
    padding: 0 !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.74) 100%),
      var(--am360-hero-bg),
      linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
  }

  .am360-hero--background .am360-container {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    display: block !important;
    position: static !important;
  }

  .am360-hero--background .am360-hero__content {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(28px, env(safe-area-inset-bottom)) !important;
    width: calc(100% - 32px) !important;
    max-width: 360px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%) !important;
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
    z-index: 2 !important;
  }

  .am360-hero__eyebrow {
    margin-bottom: 14px !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
  }

  .am360-hero--background h1 {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 0.96 !important;
  }

  .am360-hero--background .am360-hero__content > p:not(.am360-hero__eyebrow) {
    max-width: 320px !important;
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .am360-hero--background .am360-hero__actions {
    width: 100% !important;
    gap: 10px !important;
    margin-top: 18px !important;
    justify-content: center !important;
  }

  .am360-hero--background .am360-button {
    width: 100% !important;
    min-height: 50px !important;
  }
}

/* ZAFYR final mobile/desktop placement override */
.am360-hero--background {
  min-height: 760px !important;
  height: calc(100svh - 114px) !important;
  max-height: 920px !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 0 0 clamp(34px, 4.2vw, 62px) !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.7) 100%),
    var(--am360-hero-bg),
    linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
  background-size: cover, cover, cover !important;
  background-position: center center, 32% center, center center !important;
  background-repeat: no-repeat !important;
}

.am360-hero--background .am360-container {
  width: min(1440px, calc(100vw - 40px)) !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
}

.am360-hero--background .am360-hero__content {
  position: relative !important;
  inset: auto !important;
  width: min(470px, 100%) !important;
  margin: 0 !important;
  transform: none !important;
  justify-items: start !important;
  text-align: left !important;
}

.am360-hero--background .am360-hero__actions {
  justify-content: flex-start !important;
}

@media (max-width: 900px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    max-height: none !important;
    align-items: flex-end !important;
    padding: 0 0 34px !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.76) 100%),
      var(--am360-hero-bg),
      linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
    background-repeat: no-repeat !important;
  }

  .am360-hero--background .am360-container {
    width: calc(100% - 32px) !important;
  }

  .am360-hero--background .am360-hero__content {
    width: min(360px, 100%) !important;
    margin: 0 auto !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .am360-hero--background .am360-hero__actions {
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    padding: 0 0 30px !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
  }

  .am360-hero--background h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .am360-hero--background .am360-hero__actions,
  .am360-hero--background .am360-button {
    width: 100% !important;
  }
}

/* ZAFYR final requested hero placement */
.am360-hero--background {
  min-height: 760px !important;
  height: calc(100svh - 114px) !important;
  max-height: 920px !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 0 0 clamp(54px, 7vw, 96px) !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.7) 100%),
    var(--am360-hero-bg),
    linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
  background-size: cover, cover, cover !important;
  background-position: center center, 32% center, center center !important;
  background-repeat: no-repeat !important;
}

.am360-hero--background .am360-container {
  width: min(1440px, calc(100vw - 40px)) !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
}

.am360-hero--background .am360-hero__content {
  position: relative !important;
  inset: auto !important;
  width: min(540px, 100%) !important;
  margin: 0 !important;
  transform: none !important;
  justify-items: start !important;
  text-align: left !important;
}

.am360-hero--background .am360-hero__actions {
  justify-content: flex-start !important;
}

@media (max-width: 900px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    max-height: none !important;
    align-items: flex-end !important;
    padding: 0 0 34px !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.76) 100%),
      var(--am360-hero-bg),
      linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
    background-repeat: no-repeat !important;
  }

  .am360-hero--background .am360-container {
    width: calc(100% - 32px) !important;
  }

  .am360-hero--background .am360-hero__content {
    width: min(360px, 100%) !important;
    margin: 0 auto !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .am360-hero--background .am360-hero__actions {
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    padding: 0 0 30px !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
  }

  .am360-hero--background h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .am360-hero--background .am360-hero__actions,
  .am360-hero--background .am360-button {
    width: 100% !important;
  }
}

/* ZAFYR requested hero placement */
.am360-hero--background {
  min-height: 760px !important;
  height: calc(100svh - 114px) !important;
  max-height: 920px !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 0 0 clamp(54px, 7vw, 96px) !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.7) 100%),
    var(--am360-hero-bg),
    linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
  background-size: cover, cover, cover !important;
  background-position: center center, 32% center, center center !important;
  background-repeat: no-repeat !important;
}

.am360-hero--background .am360-container {
  width: min(1440px, calc(100vw - 40px)) !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
}

.am360-hero--background .am360-hero__content {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: min(540px, 100%) !important;
  margin: 0 !important;
  transform: none !important;
  justify-items: start !important;
  text-align: left !important;
}

.am360-hero--background .am360-hero__actions {
  justify-content: flex-start !important;
}

@media (max-width: 900px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    max-height: none !important;
    align-items: flex-end !important;
    padding: 0 0 34px !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.76) 100%),
      var(--am360-hero-bg),
      linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
    background-repeat: no-repeat !important;
  }

  .am360-hero--background .am360-container {
    width: calc(100% - 32px) !important;
  }

  .am360-hero--background .am360-hero__content {
    width: min(360px, 100%) !important;
    margin: 0 auto !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .am360-hero--background .am360-hero__actions {
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    padding: 0 0 30px !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
  }

  .am360-hero--background h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  .am360-hero--background .am360-hero__actions,
  .am360-hero--background .am360-button {
    width: 100% !important;
  }
}

/* ZAFYR serif brand marks */
.am360-footer__brand,
.am360-brand-story-page__hero h1 {
  color: var(--am360-black) !important;
  font-family: Georgia, "Times New Roman", serif !important;
}

.am360-footer__brand,
.am360-brand-story-page__hero h1 {
  letter-spacing: 0.4em !important;
}

/* ZAFYR brand story editorial page */
.am360-brand-story-page {
  padding-block: clamp(72px, 9vw, 132px) clamp(92px, 12vw, 164px) !important;
}

.am360-brand-story-page .am360-container {
  width: min(1120px, calc(100vw - 40px)) !important;
}

.am360-brand-story-page__hero {
  max-width: 980px !important;
  margin: 0 0 clamp(70px, 9vw, 124px) !important;
}

.am360-brand-story-page__hero .am360-kicker {
  letter-spacing: 0.18em !important;
}

.am360-brand-story-page__hero h1 {
  font-size: clamp(54px, 10vw, 142px) !important;
  line-height: 0.9 !important;
}

.am360-brand-story-page__content {
  width: min(900px, 100%) !important;
  max-width: 900px !important;
  margin-left: auto !important;
}

.am360-brand-story-page__section {
  padding-block: 0 !important;
}

.am360-brand-story-page__section + .am360-brand-story-page__section {
  margin-top: clamp(90px, 11vw, 140px) !important;
}

.am360-brand-story-page__section h2 {
  margin: 0 0 clamp(24px, 3vw, 38px) !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.am360-brand-story-page__section p {
  max-width: 820px !important;
  margin: 0 0 18px !important;
  color: var(--am360-ink) !important;
  font-family: var(--am360-ui) !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  font-weight: 300 !important;
  line-height: 1.75 !important;
}

.am360-brand-story-page__section p:last-child {
  margin-bottom: 0 !important;
}

.am360-brand-story-page__values {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  border-top: 1px solid var(--am360-black) !important;
}

.am360-brand-story-page__values > div {
  min-height: 220px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 28px !important;
  padding: clamp(20px, 2.2vw, 30px) !important;
  border-right: 1px solid var(--am360-line) !important;
  border-bottom: 1px solid var(--am360-line) !important;
}

.am360-brand-story-page__values > div:first-child {
  border-left: 1px solid var(--am360-line) !important;
}

.am360-brand-story-page__values h3 {
  margin: 0 !important;
  color: var(--am360-black) !important;
  font-family: var(--am360-ui) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.am360-brand-story-page__values p {
  margin: auto 0 0 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.am360-brand-story-page__values .am360-value__icon {
  width: 36px !important;
  height: 36px !important;
  font-size: 16px !important;
}

.am360-brand-story-page__cta {
  max-width: 760px !important;
  border-top: 1px solid var(--am360-black) !important;
  padding-top: clamp(34px, 5vw, 58px) !important;
}

.am360-brand-story-page__cta .am360-button {
  min-height: 54px !important;
  margin-top: 16px !important;
  background: var(--am360-black) !important;
  border-color: var(--am360-black) !important;
  color: var(--am360-white) !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.am360-brand-story-page__cta .am360-button:hover,
.am360-brand-story-page__cta .am360-button:focus {
  background: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

@media (max-width: 900px) {
  .am360-brand-story-page__content {
    margin-left: 0 !important;
  }

  .am360-brand-story-page__values {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .am360-brand-story-page {
    padding-block: 58px 92px !important;
  }

  .am360-brand-story-page .am360-container {
    width: calc(100vw - 32px) !important;
  }

  .am360-brand-story-page__hero {
    margin-bottom: 64px !important;
  }

  .am360-brand-story-page__hero h1 {
    font-size: clamp(42px, 13vw, 62px) !important;
  }

  .am360-brand-story-page__section + .am360-brand-story-page__section {
    margin-top: clamp(56px, 16vw, 80px) !important;
  }

  .am360-brand-story-page__section p {
    font-size: 15px !important;
    line-height: 1.72 !important;
  }

  .am360-brand-story-page__values {
    grid-template-columns: 1fr !important;
  }

  .am360-brand-story-page__values > div {
    min-height: 0 !important;
  }

  .am360-brand-story-page__cta .am360-button {
    width: 100% !important;
  }
}

/* ZAFYR final desktop hero composition */
.am360-hero--background {
  position: relative !important;
  min-height: 760px !important;
  height: calc(100svh - 114px) !important;
  max-height: 920px !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 0 0 clamp(54px, 7vw, 96px) !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.7) 100%),
    var(--am360-hero-bg),
    linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
  background-size: cover, cover, cover !important;
  background-position: center center, 32% center, center center !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  text-align: left !important;
}

.am360-hero--background::before {
  background: linear-gradient(90deg, transparent 0%, transparent 46%, rgba(0, 0, 0, 0.28) 68%, rgba(0, 0, 0, 0.52) 100%) !important;
}

.am360-hero--background .am360-container {
  position: relative !important;
  width: min(1440px, calc(100vw - 40px)) !important;
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
}

.am360-hero--background .am360-hero__content {
  position: relative !important;
  inset: auto !important;
  width: min(540px, 100%) !important;
  margin: 0 !important;
  transform: none !important;
  display: grid !important;
  justify-items: start !important;
  align-content: center !important;
  gap: 0 !important;
  text-align: left !important;
}

.am360-hero__eyebrow {
  margin: 0 0 clamp(24px, 2.2vw, 32px) !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(12px, 0.8vw, 14px) !important;
  letter-spacing: 0.22em !important;
  line-height: 1.2 !important;
}

.am360-hero--background h1 {
  max-width: 470px !important;
  margin: 0 !important;
  font-size: clamp(48px, 4.2vw, 68px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.04em !important;
}

.am360-hero--background .am360-hero__content > p:not(.am360-hero__eyebrow) {
  max-width: 420px !important;
  margin: 24px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(16px, 1.05vw, 18px) !important;
  line-height: 1.6 !important;
}

.am360-hero--background .am360-hero__actions {
  justify-content: flex-start !important;
  gap: clamp(12px, 1vw, 16px) !important;
  margin-top: 32px !important;
}

.am360-hero--background .am360-button {
  min-width: 176px !important;
  min-height: 54px !important;
  padding: 0 24px !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
}

.am360-hero--background .am360-button--inverse {
  background: var(--am360-white) !important;
  border-color: var(--am360-white) !important;
  color: var(--am360-black) !important;
}

.am360-hero--background .am360-button--outline-light {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.78) !important;
  color: var(--am360-white) !important;
}

@media (max-width: 1100px) {
  .am360-hero--background .am360-hero__content {
    right: auto !important;
    width: min(540px, 100%) !important;
  }
}

@media (max-width: 900px) {
  .am360-hero--background {
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    max-height: none !important;
    align-items: flex-end !important;
    padding: 0 0 34px !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.76) 100%),
      var(--am360-hero-bg),
      linear-gradient(135deg, #111111 0%, #2a2a2a 100%) !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
    background-repeat: no-repeat !important;
  }

  .am360-hero--background .am360-container {
    width: calc(100% - 32px) !important;
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
  }

  .am360-hero--background .am360-hero__content {
    position: relative !important;
    width: min(360px, 100%) !important;
    margin: 0 auto !important;
    transform: none !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .am360-hero--background .am360-hero__actions {
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .am360-hero--background {
    position: relative !important;
    min-height: calc(100svh - 38px) !important;
    height: calc(100svh - 38px) !important;
    display: block !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-size: cover, cover, cover !important;
    background-position: center center, 38% center, center center !important;
  }

  .am360-hero--background .am360-container {
    width: 100% !important;
    min-height: 0 !important;
    height: 100% !important;
    display: block !important;
    position: static !important;
  }

  .am360-hero--background .am360-hero__content {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: max(28px, env(safe-area-inset-bottom)) !important;
    z-index: 2 !important;
    width: calc(100% - 32px) !important;
    max-width: 360px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%) !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .am360-hero--background h1 {
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 0.96 !important;
  }

  .am360-hero--background .am360-hero__content > p:not(.am360-hero__eyebrow) {
    max-width: 320px !important;
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .am360-hero--background .am360-hero__actions {
    width: 100% !important;
    margin-top: 22px !important;
  }

  .am360-hero--background .am360-button {
    width: 100% !important;
    min-height: 52px !important;
  }
}
