/* Shared storefront header, navigation, drawers and footer. */
.ao-icon { display: block; flex-shrink: 0; width: 24px; height: 24px; }
.ao-header { position: relative; z-index: 40; background: var(--ao-surface); color: var(--ao-heading); }
.ao-header a { text-decoration: none; }
.ao-header button { font-family: var(--ao-font); }
.ao-topbar { background: var(--ao-brand); color: var(--ao-white); font-size: 14px; font-weight: 400; line-height: 20px; }
.ao-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 48px; }
.ao-topbar__notices { display: flex; align-items: center; gap: 22px; }
.ao-topbar__notices > span, .ao-topbar__phone { display: flex; align-items: center; gap: 10px; }
.ao-topbar__notices .ao-icon { width: 32px; height: 24px; }
.ao-topbar__phone { color: inherit; white-space: nowrap; }
.ao-topbar__phone .ao-icon { width: 30px; height: 30px; }
.ao-topbar__progress:has(.ao-shipping-remaining:empty) { display: none; }
.ao-topbar .ao-reading-tools { display: none; }
.ao-header-main { display: flex; align-items: center; gap: 22px; min-height: 114px; }
.ao-header-brand { flex: 0 0 297px; }
.ao-header-brand a, .ao-header-brand img { display: block; }
.ao-header-brand img { width: 297px; height: auto; max-height: none; }
.ao-logo-mobile { display: none; }
.ao-header-tools { margin-left: auto; }
.ao-reading-tools { display: flex; gap: 6px; align-items: center; }
.ao-reading-tools button { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; min-height: 34px; padding: 0; border: 0; background: transparent; color: var(--ao-brand); font-size: 16px; font-weight: 600; }
.ao-reading-tools button:disabled { opacity: .45; cursor: default; }
.ao-reading-tools .ao-icon { width: 16px; height: 16px; }
.ao-header-search { position: relative; flex: 0 0 237px; margin-right: 16px; }
.ao-header-search input[type=search] { width: 100%; height: 39px; min-height: 39px; padding: 8px 66px 8px 15px; border: 1px solid var(--ao-brand); border-radius: 5px; color: var(--ao-text); font-size: 14px; font-weight: 400; background: var(--ao-white); }
.ao-header-search input::placeholder { color: var(--ao-text); }
.ao-header-search input::-webkit-search-cancel-button { display: none; }
.ao-search-submit, .ao-search-clear { position: absolute; display: grid; place-items: center; top: 0; height: 39px; border: 0; background: transparent; color: var(--ao-brand); padding: 0; }
.ao-search-submit { right: 0; width: 39px; }
.ao-search-clear { right: 36px; width: 28px; }
.ao-search-submit .ao-icon { width: 17px; height: 17px; }
.ao-search-clear .ao-icon { width: 14px; height: 14px; }
.ao-header-actions { display: flex; align-items: center; gap: 18px; }
.ao-header-actions .ao-wishlist-link { display: none; }
.ao-header-icon { position: relative; display: grid; place-items: center; width: 34px; height: 44px; padding: 0; color: var(--ao-brand); border: 0; background: transparent; }
.ao-header-icon > .ao-icon { width: 32px; height: 32px; }
.ao-cart-count { position: absolute; top: 0; right: -5px; min-width: 17px; height: 17px; padding-inline: 4px; border-radius: 50px; background: var(--ao-brand); color: var(--ao-white); font-size: 10px; line-height: 17px; text-align: center; }
.ao-header-contact { display: inline-grid; place-items: center; min-height: 43px; min-width: 120px; margin-left: 20px; padding: 8px 18px; color: var(--ao-heading); border: 2px solid var(--ao-brand); background: var(--ao-white); border-radius: 4px; font-size: 14px; font-weight: 600; }
.ao-header-contact:hover { background: var(--ao-brand); color: var(--ao-white); }
.ao-mobile-phone { display: none; }
.ao-navigation a { text-decoration: none; }
.ao-navigation a:hover { text-decoration: underline; }
.ao-navigation { position: relative; border-radius: 6px; background: var(--ao-white); box-shadow: 0 8px 25px rgb(0 0 0 / 13%); }
.ao-nav-list, .ao-nav-list ul { list-style: none; padding: 0; margin: 0; }
.ao-nav-list { display: flex; align-items: stretch; justify-content: space-between; flex-wrap: wrap; padding-inline: 4px; }
.ao-menu-label { display: flex; align-items: center; min-height: 61px; }
.ao-menu-label > a { display: flex; align-items: center; min-height: 44px; padding: 8px 5px; color: var(--ao-ink); font-size: 15px; line-height: 1.3; }
.ao-submenu-toggle { display: grid; place-items: center; width: 20px; min-height: 44px; padding: 0 3px 0 0; border: 0; background: transparent; color: var(--ao-heading); }
.ao-submenu-toggle .ao-icon { width: 13px; height: 13px; transition: transform .15s; }
.ao-submenu-toggle[aria-expanded=true] .ao-icon { transform: rotate(180deg); }
.ao-menu-item.is-open > .ao-menu-label a, .ao-menu-item.is-current > .ao-menu-label a { color: var(--ao-brand); }
.ao-mega-menu { display: none; position: absolute; left: 0; right: 0; top: calc(100% - 1px); z-index: 5; max-height: min(620px, 72vh); overflow-y: auto; padding: 24px !important; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px; background: var(--ao-white); border: 1px solid var(--ao-border); border-radius: 0 0 6px 6px; box-shadow: 0 12px 20px rgb(0 0 0 / 10%); }
.ao-menu-item.is-open > .ao-mega-menu, html:not(.ao-enhanced) .ao-menu-item:hover > .ao-mega-menu, html:not(.ao-enhanced) .ao-menu-item:focus-within > .ao-mega-menu { display: grid; }
.ao-mega-menu a { display: flex; flex-direction: column; align-items: center; height: 100%; gap: 10px; padding: 8px; color: var(--ao-heading); text-align: center; font-size: 14px; line-height: 1.35; border-radius: 6px; }
.ao-mega-menu a:hover { background: var(--ao-surface); color: var(--ao-brand); }
.ao-menu-image { width: 85px; height: 85px; object-fit: contain; }
.ao-suggestions { position: absolute; z-index: 10; top: calc(100% + 8px); left: 0; width: 380px; max-width: calc(100vw - 32px); overflow: hidden; border: 1px solid var(--ao-border); border-radius: 6px; background: var(--ao-white); box-shadow: 0 12px 24px rgb(0 0 0 / 14%); }
.ao-suggestions { max-height: min(560px, calc(100dvh - 190px)); overflow-y: auto; }
.ao-suggestions__heading { margin: 0; padding: 12px 16px 8px; color: var(--ao-heading); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.ao-search-option { display: grid; grid-template-columns: 54px minmax(0, 1fr); align-items: center; gap: 12px; padding: 10px 16px; border-top: 1px solid var(--ao-border); color: var(--ao-brand); }
.ao-search-option:hover, .ao-search-option[aria-selected=true] { background: var(--ao-surface); outline: 2px solid var(--ao-brand); outline-offset: -2px; }
.ao-search-option img { width: 54px; height: 54px; object-fit: contain; background: var(--ao-white); }
.ao-search-option__name { display: block; color: var(--ao-brand); font-size: 14px; line-height: 1.4; }
.ao-search-option__price { display: block; margin-top: 3px; color: var(--ao-ink); font-size: 13px; }
.ao-suggestions__all { display: block; width: 100%; padding: 13px 16px; border: 0; background: var(--ao-brand); color: var(--ao-white); font-size: 13px; font-weight: 600; }
.ao-suggestions__all:hover { background: var(--ao-brand-hover); }
.ao-search-message { margin: 0; padding: 12px 16px; font-size: 14px; color: var(--ao-text); }
.ao-overlay-open { overflow: hidden; }
.ao-icon-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: var(--ao-heading); }
.ao-drawer-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; border-bottom: 1px solid var(--ao-border); padding-bottom: 12px; }
.ao-drawer-heading h2 { margin: 0; font-size: 24px; }
.ao-cart-dialog, .ao-menu-dialog { position: fixed; inset: 0 0 0 auto; width: min(460px, 100%); height: 100%; max-width: 100%; max-height: 100dvh; margin: 0; padding: 24px; border-radius: 0; background: var(--ao-white); }
.ao-menu-dialog { inset: 0 auto 0 0; width: min(390px, calc(100% - 20px)); }
.ao-menu-dialog .ao-navigation { box-shadow: none; border-radius: 0; }
.ao-menu-dialog .ao-nav-list { display: block; padding: 0; margin-bottom: 24px; }
.ao-menu-dialog .ao-menu-label { min-height: 54px; border-bottom: 1px solid var(--ao-border); }
.ao-menu-dialog .ao-menu-label > a { flex: 1; padding: 12px 0; font-size: 16px; }
.ao-menu-dialog .ao-submenu-toggle { width: 44px; }
.ao-menu-dialog .ao-submenu-toggle .ao-icon { width: 20px; height: 20px; }
.ao-menu-dialog .ao-mega-menu { position: static; max-height: none; padding: 8px 0 12px 12px !important; border: 0; border-radius: 0; box-shadow: none; grid-template-columns: 1fr; gap: 0; }
.ao-menu-dialog .ao-mega-menu a { align-items: flex-start; min-height: 44px; padding: 10px 0; text-align: left; }
.ao-menu-dialog .ao-menu-image { display: none; }
.ao-cart-dialog .woocommerce-mini-cart { list-style: none; margin: 0; padding: 0; }
.ao-cart-dialog ul.product_list_widget li { position: relative; min-height: 95px; padding: 16px 24px 16px 0; border-bottom: 1px solid var(--ao-border); }
.ao-cart-dialog ul.product_list_widget li a { display: block; color: var(--ao-heading); font-size: 14px; font-weight: 500; line-height: 1.45; text-decoration: none; }
.ao-cart-dialog ul.product_list_widget li img { float: left; width: 70px; height: 70px; margin: 0 12px 8px 0; object-fit: contain; }
.ao-cart-dialog ul.product_list_widget li .remove { position: absolute; right: 0; top: 16px; width: 24px; height: 24px; font-size: 24px; line-height: 20px; text-align: center; color: var(--ao-brand) !important; }
.ao-cart-dialog .quantity { display: block; font-size: 14px; margin-top: 8px; }
.ao-cart-dialog .woocommerce-mini-cart__total { display: flex; justify-content: space-between; gap: 12px; margin-block: 24px; font-size: 18px; color: var(--ao-heading); }
.ao-cart-dialog .woocommerce-mini-cart__buttons { display: grid; gap: 12px; }
.ao-cart-dialog .woocommerce-mini-cart__buttons .button { display: block; padding: 14px; border: 1px solid var(--ao-brand); border-radius: 5px; background: var(--ao-white); color: var(--ao-brand); text-align: center; text-decoration: none; }
.ao-cart-dialog .woocommerce-mini-cart__buttons .checkout { background: var(--ao-brand); color: var(--ao-white); }
.ao-cart-dialog .woocommerce-mini-cart__empty-message { padding-block: 32px; text-align: center; }
.ao-footer { margin-top: 180px; }
.ao-footer-main { padding: 32px 0 108px; background: var(--ao-brand); color: var(--ao-white); }
.ao-footer-inner { position: relative; display: grid; grid-template-columns: 1fr 1.2fr 2.25fr 1.1fr 1.3fr; gap: 26px; }
.ao-footer-brand { position: absolute; top: -145px; left: 50%; width: 440px; max-width: 34%; transform: translateX(-50%); }
.ao-footer-brand img { display: block; width: 100%; height: auto; }
.ao-footer-menu { grid-column: 1; }.ao-footer-bestsellers { grid-column: 2; }.ao-footer-information { grid-column: 4; }.ao-footer-contact { grid-column: 5; }
.ao-footer h2 { color: inherit; font-size: 21px; font-weight: 700; line-height: 1.2; text-transform: uppercase; margin: 0 0 24px; }
.ao-footer a { color: inherit; text-decoration: none; }
.ao-footer a:hover { text-decoration: underline; }
.ao-footer-links { display: grid; gap: 10px; list-style: none; padding: 0; margin: 0; }
.ao-footer-links a { display: inline-block; font-size: 16px; line-height: 1.35; }
.ao-footer-withdraw { display: inline-block; margin-top: 18px; padding: 10px 20px; border-radius: 3px; background: var(--ao-white); color: var(--ao-brand) !important; font-size: 14px; font-weight: 600; white-space: nowrap; }
.ao-footer-contact { display: grid; align-content: start; gap: 30px; margin: 54px 0 0; font-size: 16px; line-height: 1.3; font-style: normal; }
.ao-footer-contact > * { display: flex; align-items: center; gap: 18px; margin: 0; min-width: 0; }
.ao-footer-contact span { overflow-wrap: anywhere; }
.ao-footer-contact a[href^="mailto:"] { font-size: 15px; }
.ao-footer-contact .ao-icon { width: 25px; height: 25px; }
.ao-footer-social { position: absolute; bottom: 4px; left: 50%; display: flex; gap: 28px; transform: translateX(-50%); }
.ao-footer-social a { display: grid; place-items: center; width: 44px; height: 44px; }
.ao-footer-social svg { display: block; }
.ao-footer-tagline { margin: 32px 0 0; font-size: 16px; text-align: center; }
.ao-footer-legal { background: var(--ao-white); color: #636569; font-size: 14px; }
.ao-footer-legal > .ao-container { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 54px; padding-block: 12px; }
.ao-footer-legal p { margin: 0; }
.ao-footer-legal p a { color: var(--ao-brand); }
.ao-footer-legal ul { display: flex; flex-wrap: wrap; gap: 0; }
.ao-footer-legal li + li { margin-left: 10px; padding-left: 10px; border-left: 1px solid var(--ao-border); }
.ao-footer-legal a { font-size: 14px; }
html.ao-high-contrast { --ao-brand: #ffe85a; --ao-brand-hover: #ffdc00; --ao-heading: #fff; --ao-ink: #fff; --ao-text: #fff; --ao-surface: #000; --ao-border: #fff; --ao-white: #000; }
.ao-high-contrast .ao-button { transition: none; }
.ao-high-contrast .ao-button--purchase, .ao-high-contrast .ao-button--purchase:visited { background: #ffe85a; color: #000; }
.ao-high-contrast body { color: #fff; background: #000; }
.ao-high-contrast :is(.ao-topbar, .ao-footer-main) { background: #000; color: #fff; border-block: 1px solid #fff; }
.ao-high-contrast .ao-reading-tools button { color: #ffe85a; }
.ao-high-contrast .ao-footer-legal { color: #fff; }
.ao-high-contrast .ao-search-option img { background: #fff; }
.ao-high-contrast .ao-footer-social svg path { fill: #000; }
@media (min-width: 1025px) and (max-width: 1250px) {
 .ao-topbar__city { display: none !important; }
 .ao-header-main { gap: 14px; }.ao-header-brand { flex-basis: 240px; }
 .ao-header-actions { gap: 12px; }.ao-header-contact { margin-left: 0; min-width: 90px; }
 .ao-menu-label > a { font-size: 13px; }.ao-submenu-toggle { width: 16px; }
 .ao-mega-menu { grid-template-columns: repeat(5, minmax(0, 1fr)); }
 .ao-footer-inner { gap: 20px; grid-template-columns: 1fr 1.2fr 1.5fr 1.1fr 1.2fr; }
 .ao-footer-links a, .ao-footer-contact { font-size: 14px; }.ao-footer h2 { font-size: 18px; }
 .ao-footer-brand { max-width: 29%; top: -110px; }
}
@media (max-width: 1024px) {
 .ao-header > .ao-container, .ao-topbar > .ao-container { width: calc(100% - 20px); }
 .ao-topbar__inner { min-height: 44px; gap: 6px; }
 .ao-topbar__notices { min-width: 0; }.ao-topbar__country { gap: 6px !important; font-size: 10px; line-height: 1.3; }
 .ao-topbar__notices .ao-icon { width: 22px; height: 20px; }
 .ao-topbar__progress, .ao-topbar__city, .ao-topbar__phone { display: none !important; }
 .ao-topbar .ao-reading-tools { display: flex; flex-shrink: 0; }
 .ao-topbar .ao-reading-tools button { color: var(--ao-white); min-width: 24px; }
 .ao-high-contrast .ao-topbar .ao-reading-tools button { color: #ffe85a; }
 .ao-header-main { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; padding-top: 12px; padding-bottom: 10px; min-height: 132px; }
 .ao-header-brand { min-width: 0; }.ao-header-brand img { width: 205px; max-width: 100%; }
 .ao-header-tools { display: none; }
 .ao-header-brand .ao-logo-full { display: none; }
 .ao-logo-mobile { display: flex; align-items: center; color: var(--ao-brand); font-size: clamp(13px, 4vw, 16px); font-weight: 600; white-space: nowrap; }
 .ao-header-brand .ao-logo-mobile img { width: clamp(60px, 20vw, 80px); height: auto; flex-shrink: 0; }
 .ao-header-actions { grid-column: 2; grid-row: 1; gap: 8px; }
 .ao-header-icon { width: 30px; height: 44px; }.ao-header-icon > .ao-icon { width: 26px; height: 26px; }
 .ao-cart-count { top: 1px; right: -2px; }
 .ao-header-contact { display: none; }.ao-mobile-phone { display: grid; }
 .ao-mobile-phone .ao-icon, .ao-menu-trigger .ao-icon { width: 23px; height: 23px; }
 .ao-header-search { grid-column: 1 / -1; grid-row: 2; width: 100%; margin: 0; }
 .ao-header-search input[type=search] { height: 43px; min-height: 43px; }
 .ao-search-submit, .ao-search-clear { height: 43px; }.ao-search-submit .ao-icon { width: 21px; height: 21px; }
 .ao-suggestions { width: 100%; max-width: 100%; }
 .ao-enhanced .ao-nav-slot { display: none; }
 html:not(.ao-enhanced) .ao-nav-list { display: block; }html:not(.ao-enhanced) .ao-mega-menu { display: grid; position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
 .ao-footer { margin-top: 120px; }.ao-footer-main { padding-bottom: 40px; }
 .ao-footer-inner { display: flex; flex-direction: column; align-items: center; gap: 36px; text-align: center; }
 .ao-footer-brand { position: static; width: 300px; max-width: 90%; margin-top: -120px; transform: none; }
 .ao-footer h2 { font-size: 20px; margin-bottom: 20px; }.ao-footer-links { gap: 12px; }.ao-footer-links a { padding-block: 3px; }
 .ao-footer-contact { margin: 0; gap: 28px; }.ao-footer-contact > * { flex-direction: column; gap: 10px; }
 .ao-footer-social { position: static; transform: none; }
 .ao-footer-tagline { margin-top: 28px; }
 .ao-footer-legal > .ao-container { flex-direction: column; text-align: center; gap: 12px; padding-block: 20px; }
 .ao-footer-legal ul { justify-content: center; row-gap: 8px; }
}
@media (max-width: 360px) { .ao-header-actions { gap: 2px; }.ao-header-icon { width: 28px; }.ao-topbar .ao-reading-tools { gap: 0; }.ao-topbar__country { font-size: 9px; }.ao-cart-dialog, .ao-menu-dialog { padding: 16px; } }

/* Production desktop menu: four columns, artwork beside the label. */
@media (min-width: 1025px) {
 .ao-navigation a:hover { text-decoration: none; }
 .ao-menu-label > a,
 .ao-menu-item.is-open > .ao-menu-label a,
 .ao-menu-item.is-current > .ao-menu-label a { color: #222; }
 .ao-submenu-toggle { color: #080341; }
 .ao-mega-menu {
  top: 100%; padding: 10px 40px 30px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0;
  max-height: none; overflow: visible; border: 0;
  box-shadow: 0 12px 20px rgb(0 0 0 / 10%);
 }
 .ao-mega-menu > li { padding: 10px; min-width: 0; }
 .ao-mega-menu a,
 .ao-mega-menu a:hover {
  flex-direction: row; justify-content: flex-start; align-items: center;
  gap: 20px; padding: 0; min-height: 64px; height: 100%;
  font-family: var(--ao-font); font-size: 16px; line-height: 20px;
  color: var(--ao-ink); text-align: left; text-decoration: none;
  background: transparent; border-radius: 0;
 }
 .ao-mega-menu .ao-menu-image { width: 64px; height: 64px; min-width: 0; flex: 0 1 64px; }
 .ao-mega-menu a > span { flex: 0 1 auto; }
}

/* Mobile footer proportions from the published storefront. */
@media(max-width:1024px){
 .ao-footer>.ao-footer-main>.ao-container{width:calc(100% - 30px)}
 .ao-footer-inner{gap:44px}
 .ao-footer-brand{width:255px;margin-bottom:20px}
 .ao-footer h2{font-family:Roboto,Arial,sans-serif;font-size:20px;line-height:24px;font-weight:600}
 .ao-footer-links{gap:12px}
 .ao-footer-links a{font-size:14px;line-height:18px;padding:0}
 .ao-footer-withdraw{min-width:184px;line-height:20px;padding:10px 20px}
 .ao-footer-contact{font-size:14px;line-height:18px;gap:64px}
 .ao-footer-contact a[href^="mailto:"]{font-size:14px}
 .ao-footer-contact a[href^="mailto:"] br,.ao-footer-contact p br{display:none}
 .ao-footer-contact .ao-icon{background:#fff;color:var(--ao-brand);border-radius:50%;padding:4px}
 .ao-footer-social{gap:56px}
 .ao-footer-social a,.ao-footer-social svg{width:32px;height:32px}
 .ao-footer-tagline{font-size:14px;line-height:24px}
 .ao-footer-legal{font-size:12px;font-weight:300;line-height:18px;color:#aaa}
 .ao-footer-legal>.ao-container{width:calc(100% - 30px);gap:10px;padding-block:24px}
 .ao-footer-legal a{font-size:12px;line-height:18px}
}
/* Original store artwork keeps its own fill, stroke and aspect ratio. */
.ao-header-icon>.ao-icon--source{width:33px;height:36px}
.ao-footer-social .ao-icon--source{width:41px;height:42px}
.ao-footer-contact .ao-icon--source{padding:0;background:transparent;border-radius:0}
.ao-footer-legal{font-family:Roboto,Arial,sans-serif;font-weight:300;font-size:16px;color:#aaa}
.ao-footer-legal a{font-size:16px}
@media(min-width:768px){.ao-footer-legal>.ao-container{max-width:1040px}}
@media(max-width:767px){
 .ao-header-icon>.ao-icon--source{width:26px;height:28px}
 .ao-mobile-phone>.ao-icon--source{width:20px;height:26px}
 .ao-menu-trigger>.ao-icon--source{width:24px;height:17px}
 .ao-footer-legal,.ao-footer-legal a{font-size:12px}
}
@media(min-width:768px){.ao-footer h2{font-size:20px;line-height:20px}.ao-footer-links a{line-height:24px}}
