:root {
  --sb-primary: #000000;
  --sb-bg: #ffffff;
  --sb-bg-soft: #f5f5f7;
  --sb-text: #1d1d1f;
  --sb-text-muted: #86868b;
  --sb-border: #e5e5e5;
  --sb-font-heading: "Inter", sans-serif;
  --sb-font-body: "Inter", sans-serif;
  --sb-container-width: 1320px;
  --sb-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

body {
  font-family: var(--sb-font-body);
  color: var(--sb-text);
  background-color: var(--sb-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sb-font-heading);
  color: var(--sb-primary);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

#wrapper {
  animation: sbFadeIn 0.8s ease-in-out;
}

@keyframes sbFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.site-header {
  background: transparent !important;
  border-bottom: none !important;
  padding: 0 !important;
}

.site-header-wrap,
.site-header-inner-wrap,
.site-header-upper-wrap,
.site-header-upper-inner-wrap {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.site-top-header-wrap,
.site-main-header-wrap,
.site-bottom-header-wrap {
  display: none !important;
}

.ao-top-bar,
.ao-main-header {
  display: block !important;
}

.base-sticky-header {
  background: #fff !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.ao-menu-open {
  overflow: hidden !important;
}

#ao-menu-drawer {
  pointer-events: none;
}

#ao-menu-drawer.active {
  pointer-events: auto;
}



.site-footer {
  background: var(--sb-primary) !important;
  color: #fff !important;
  padding: 80px 0 !important;
}

.site-footer a {
  color: #fff !important;
  opacity: 0.7;
  transition: var(--sb-transition);
}

.site-footer a:hover {
  opacity: 1;
  color: #000 !important;
}

.site-footer .widget-title {
  color: #fff !important;
  font-family: var(--sb-font-heading) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px !important;
  margin-bottom: 25px !important;
}

#scroll-up {
  background: var(--sb-primary) !important;
  border: 1px solid var(--sb-border) !important;
  color: #fff !important;
  border-radius: 0 !important;
}

#scroll-up:hover {
  background: #000 !important;
  color: #fff !important;
}

.ao-no-results-wrap {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 60px 20px !important;
  width: 100% !important;
}

.ao-no-results-icon {
  margin-bottom: 25px !important;
  color: #000 !important;
}

.ao-no-results-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin: 0 0 15px 0 !important;
  letter-spacing: -0.02em !important;
}

.ao-no-results-text {
  font-size: 16px !important;
  color: #666 !important;
  margin-bottom: 35px !important;
  max-width: 320px !important;
  line-height: 1.5 !important;
}

.ao-no-results-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: 48px !important;
  padding: 0 32px !important;
  background: #111 !important;
  color: #fff !important;
  font-family: var(--sb-font-heading), sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  border-radius: 99px !important;
  text-decoration: none !important;
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid #111 !important;
  cursor: pointer !important;
}
.ao-no-results-btn .btn-fill {
  display: block !important;
  position: absolute !important;
  width: 160% !important;
  height: 220% !important;
  top: -60% !important;
  left: -30% !important;
  border-radius: 50% !important;
  background: #fff !important;
  transform: translate3d(0, 76%, 0) !important;
  pointer-events: none !important;
  z-index: 0 !important;
  transition: transform 0.42s cubic-bezier(0.34, 1.4, 0.64, 1) !important;
}
.ao-no-results-btn:hover .btn-fill {
  transform: translate3d(0, 0, 0) !important;
}
.ao-no-results-btn .btn-text {
  position: relative !important;
  z-index: 1 !important;
  color: #fff !important;
  transition: color 0.3s ease !important;
}
.ao-no-results-btn:hover .btn-text {
  color: #111 !important;
}

.popup-drawer-layout-sidepanel {
  background: transparent !important;
  box-shadow: none !important;
}

.popup-drawer-layout-sidepanel .drawer-inner {
  width: 100% !important;
  max-width: 600px !important;
  background: #fff !important;
  box-shadow: -10px 0 50px rgba(0, 0, 0, 0.1) !important;
}

#search-drawer.popup-drawer,
#cart-drawer.popup-drawer {
  background: transparent !important;
  display: block !important;
  pointer-events: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease !important;
}

#search-drawer.show-drawer,
#cart-drawer.show-drawer {
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#search-drawer.show-drawer .drawer-overlay,
#cart-drawer.show-drawer .drawer-overlay {
  background-color: #00000061 !important;
}

#search-drawer .drawer-inner,
#cart-drawer .drawer-inner {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 600px !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100vh !important;
  max-height: 100dvh !important;
  border-radius: 30px 0 0 30px !important;
  overflow-y: auto !important;
  background: #fff !important;
  box-shadow: -15px 0 40px rgba(0, 0, 0, 0.12) !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  transform: translateX(100%) !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  z-index: 100000 !important;
}

#search-drawer.show-drawer .drawer-inner,
#cart-drawer.show-drawer .drawer-inner {
  transform: translateX(0) !important;
}

body.admin-bar #search-drawer .drawer-inner {
  top: 32px !important;
  height: calc(100vh - 32px) !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar #search-drawer .drawer-inner {
    top: 46px !important;
    height: calc(100vh - 46px) !important;
  }
}

/* Tablet: bottom sheet (slide up) */
@media (min-width: 768px) and (max-width: 1024px) {
  #search-drawer .drawer-inner,
  #cart-drawer .drawer-inner {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 30px 30px 0 0 !important;
    height: 85dvh !important;
    max-height: 85dvh !important;
    transform: translateY(100%) !important;
  }
  #search-drawer.show-drawer .drawer-inner,
  #cart-drawer.show-drawer .drawer-inner {
    transform: translateY(0) !important;
  }
}
body.admin-bar #search-drawer .drawer-inner {
  top: 32px !important;
  height: calc(100vh - 32px) !important;
}

#cart-drawer .drawer-header {
  padding: 10px 25px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  border: none !important;
  position: relative !important;
  width: 100% !important;
  background: transparent !important;
}

.side-search-header,
.side-cart-header {
  font-size: 30px !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
  width: 100% !important;
}

.search-toggle-close,
.cart-toggle-close {
  position: absolute !important;
  right: 30px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background: #1d1d1f !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  border: none !important;
  z-index: 10 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.search-toggle-close .ao-icon-main,
.search-toggle-close .ao-icon-clone,
.cart-toggle-close .ao-icon-main,
.cart-toggle-close .ao-icon-clone {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  width: 100% !important;
  height: 100% !important;
}

.search-toggle-close .ao-icon-clone,
.cart-toggle-close .ao-icon-clone {
  position: absolute !important;
  transform: translateX(-200%) !important;
}

.search-toggle-close:hover .ao-icon-main,
.cart-toggle-close:hover .ao-icon-main {
  transform: translateX(200%) !important;
}

.search-toggle-close:hover .ao-icon-clone,
.cart-toggle-close:hover .ao-icon-clone {
  transform: translateX(0) !important;
}

.search-toggle-close:hover,
.cart-toggle-close:hover {
  background: #000 !important;
  transform: scale(1.05) !important;
}

#search-drawer .drawer-content {
  padding: 0 25px !important;
  display: block !important;
}
#cart-drawer .drawer-content {
  padding: 20px 25px 0 !important;
  display: block !important;
  border-top: 1px solid #f0f0f0 !important;
}

/* ── Cart drawer tabs ──────────────────────────────────── */
.ao-drawer-tabs {
  display: flex !important;
  gap: 0 !important;
  width: 100% !important;
}
.ao-drawer-tab {
  background: none !important;
  border: none !important;
  padding: 0 0 4px 0 !important;
  margin-right: 24px !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: #999 !important;
  cursor: pointer !important;
  border-bottom: 2px solid transparent !important;
  transition:
    color 0.2s,
    border-color 0.2s !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  font-family: "Inter", sans-serif !important;
}
.ao-drawer-tab.active {
  color: #000 !important;
  border-bottom-color: transparent !important;
}
@media (max-width: 1024px) {
  .ao-drawer-tab {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 767px) {
  .ao-drawer-tab {
    font-size: 1.2rem !important;
  }
}
.ao-drawer-panel {
  display: none !important;
}
.ao-drawer-panel.active {
  display: block !important;
}

/* ── Recently viewed list ──────────────────────────────── */
.ao-recent-list {
  padding: 20px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.ao-recent-item {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 10px 14px !important;
  text-decoration: none !important;
  color: inherit !important;
}

.ao-recent-view-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 14px 6px 12px !important;
  border-radius: 50px !important;
  border: 1px solid #000 !important;
  background: transparent !important;
  color: #000 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  overflow: hidden !important;
}
.ao-recent-view-btn .btn-fill {
  display: block !important;
  position: absolute !important;
  width: 150% !important;
  height: 220% !important;
  top: -60% !important;
  left: -25% !important;
  border-radius: 50% !important;
  background: rgb(var(--color-btn, 0, 0, 0)) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}
.ao-recent-view-btn .btn-text {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: rgb(var(--color-btn, 0, 0, 0));
  transition: color 0.5s cubic-bezier(0.7, 0, 0.3, 1) !important;
}
.ao-recent-view-btn:hover {
  background: transparent !important;
  border-color: #000 !important;
}
.ao-recent-view-btn svg {
  display: block !important;
  flex-shrink: 0 !important;
}
.ao-recent-img {
  width: 56px !important;
  height: 56px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}
.ao-recent-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.ao-recent-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}
.ao-recent-name {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111 !important;
}
.ao-recent-price {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #000 !important;
}
.ao-recent-empty {
  padding: 60px 20px !important;
  text-align: center !important;
  color: #999 !important;
  font-size: 14px !important;
}

.ao-empty-cart-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 80px 20px !important;
  width: 100% !important;
}

.ao-empty-cart-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin: 0 0 12px 0 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
}

.ao-empty-cart-text {
  font-size: 15px !important;
  color: #888 !important;
  margin-bottom: 28px !important;
  max-width: 280px !important;
  line-height: 1.5 !important;
}

.ao-mini-cart-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 14px 32px !important;
  background: #171717 !important;
  color: #fff !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border: none !important;
  cursor: pointer !important;
  min-width: 220px !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease !important;
}

.ao-mini-cart-btn::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E")
    no-repeat center;
  display: inline-block;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.ao-mini-cart-btn:hover {
  background: #000 !important;
  transform: scale(1.02) !important;
}

.ao-mini-cart-btn:hover::after {
  transform: translateX(4px);
}

.ao-populated-cart {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 20px;
}

.ao-cart-items {
  padding: 20px 0 !important;
}

.ao-cart-item {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 25px !important;
  padding-bottom: 25px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  justify-content: space-between;
}

.ao-cart-item:last-child {
  border-bottom: none !important;
}

.ao-cart-item-image {
  width: 100px !important;
  flex-shrink: 0 !important;
  margin-right: 20px !important;
}

.ao-cart-item-image img {
  width: 100% !important;
  height: 100px !important;
  border-radius: 15px !important;
  object-fit: contain !important;
  background: #f8f8f8 !important;
}

.ao-cart-item-details {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.ao-cart-item-name {
  font-size: 15px !important;
  font-weight: 500 !important;
  margin: 0 0 8px 0 !important;
  color: #000 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.ao-cart-item-name:hover {
  opacity: 0.6;
}

.ao-cart-item-details {
  max-width: 300px !important;
}

.ao-cart-item-meta {
  font-size: 13px !important;
  color: #666 !important;
  margin-bottom: 10px !important;
}

.ao-cart-item-price {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #000 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}
.ao-cart-item-price .ao-cart-regular-price del {
  color: #17171799 !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}
.ao-cart-item-price .ao-cart-sale-price {
  color: #e11d48 !important;
  font-weight: 600 !important;
}

.ao-cart-item-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 15px !important;
  min-width: 110px !important;
  align-items: center !important;
}

.ao-quantity-selector {
  display: flex !important;
  align-items: center !important;
  background: #f4f4f6 !important;
  border-radius: 30px !important;
  padding: 8px 15px !important;
  gap: 18px !important;
}

.ao-qty-minus,
.ao-qty-plus {
  background: transparent !important;
  border: none !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  color: #000 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.ao-qty-value {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #000 !important;
  min-width: 15px !important;
  text-align: center !important;
}

.ao-cart-remove {
  font-size: 12px !important;
  text-decoration: underline !important;
  color: #666 !important;
  transition: color 0.2s ease !important;
}

.ao-cart-remove:hover {
  color: #000 !important;
}

.ao-cart-footer {
  margin-top: auto !important;
  padding: 30px 0 !important;
  border-top: 1px solid #f0f0f0 !important;
}

.ao-cart-totals {
  margin-bottom: 30px !important;
  background: #f9f9fb !important;
  border-radius: 16px !important;
  padding: 20px !important;
}

.ao-total-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 15px !important;
}

.ao-total-row.total {
  padding-top: 15px !important;
  border-top: none !important;
  margin-top: 5px !important;
}

.ao-total-row .ao-total-label {
  font-family: "Inter", sans-serif !important;
}

.ao-total-row.subtotal .ao-total-label {
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 500 !important;
}

.ao-total-row.subtotal .ao-total-value {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 500 !important;
  font-family: "Inter", sans-serif !important;
}

.ao-total-row.total .ao-total-label {
  font-size: 17px !important;
  color: #000 !important;
  font-weight: 600 !important;
}

.ao-total-row.total .ao-total-value {
  font-size: 18px !important;
  color: #000 !important;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
}

.ao-cart-buttons {
  display: flex !important;
  gap: 15px !important;
  margin-bottom: 20px !important;
}

.ao-cart-btn {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 54px !important;
  border-radius: 40px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
  position: relative !important;
  overflow: hidden !important;
}

.ao-cart-btn.checkout {
  background: rgb(var(--color-btn, 29, 29, 31)) !important;
  color: #fff !important;
  border: 2px #000 solid !important;
}

.ao-cart-btn.checkout .btn-fill {
  background: #fff !important;
}

.ao-cart-btn.checkout .btn-text {
  color: #fff;
}

.ao-cart-btn.view-cart .btn-text {
  color: #000;
}

.ao-cart-btn.view-cart {
  border: 2px solid rgb(var(--color-btn, 0, 0, 0)) !important;
  background: transparent !important;
  color: rgb(var(--color-btn, 0, 0, 0)) !important;
}

.ao-cart-btn .btn-fill {
  display: block !important;
  position: absolute !important;
  width: 160% !important;
  height: 220% !important;
  top: -60% !important;
  left: -30% !important;
  border-radius: 50% !important;
  background: rgb(var(--color-btn, 0, 0, 0)) !important;
  transform: translate3d(0, 76%, 0);
  pointer-events: none !important;
  z-index: 0 !important;
}

.ao-cart-btn .btn-text {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #fff;
  font-family: "Inter", sans-serif !important;
  background: none !important;
  transition: color 0.3s ease;
}

.ao-cart-disclaimer {
  font-size: 13px !important;
  color: #86868b !important;
  text-align: left !important;
  margin: 0 !important;
}

.ao-search-form-wrap {
  margin-bottom: 25px !important;
  width: 100% !important;
  display: block !important;
}

.ao-search-suggestions {
  width: 100% !important;
  display: block !important;
}

h3.ao-suggestion-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding-bottom: 10px !important;
}

.ao-search-input-group {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  background: #f4f4f6 !important;
  border-radius: 50px !important;
  padding: 5px 25px !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  border: 1px solid transparent !important;
}

.ao-search-input-group:focus-within {
  background: #fff !important;
  border-color: #e5e5e7 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

.ao-search-icon {
  display: flex !important;
  align-items: center !important;
  color: #999 !important;
  margin-right: 15px !important;
  flex-shrink: 0 !important;
}

.ao-search-form-wrap .search-field {
  background: transparent !important;
  border: none !important;
  padding: 10px 0 !important;
  width: 100% !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #1d1d1f !important;
  outline: none !important;
}

.ao-search-form-wrap .search-field::placeholder {
  color: #a1a1a6 !important;
  opacity: 1 !important;
}

.ao-search-clear {
  background: transparent !important;
  border: none !important;
  color: #86868b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  padding: 5px 10px !important;
  white-space: nowrap !important;
  transition: color 0.2s ease !important;
}

.ao-search-clear:hover {
  color: #000 !important;
}

.ao-search-suggestions {
  width: 100% !important;
  display: block !important;
}

.ao-search-results-container {
  width: 100% !important;
  display: block !important;
}

.ao-search-results-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.ao-search-item {
  width: 100% !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
}

.ao-search-link {
  text-decoration: none !important;
  display: block !important;
  width: 100% !important;
}

.ao-search-media {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  background-color: #f4f4f4 !important;
  aspect-ratio: 3/4 !important;
  margin-bottom: 12px !important;
  z-index: 1 !important;
}

.ao-search-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 16px !important;
  mix-blend-mode: multiply !important;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ao-search-item:hover .ao-search-img {
  transform: scale(1.05) !important;
}

.ao-search-badge {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  padding: 4px 10px !important;
  border-radius: 20px !important;
  z-index: 2 !important;
}

.ao-search-name {
  font-family: var(--sb-font-heading), sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #333 !important;
  line-height: 1.4 !important;
  margin: 0 0 4px !important;
  text-transform: none !important;
  text-align: left !important;
}

.ao-search-price-val {
  font-family: var(--sb-font-body), sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  text-align: left !important;
}

.ao-search-price-val del {
  font-size: 13px !important;
  color: #86868b !important;
  font-weight: 400 !important;
  margin-right: 5px !important;
}

.ao-search-price-val ins {
  text-decoration: none !important;
}

.ao-search-off-badge {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-top: 4px !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  .popup-drawer-layout-sidepanel,
  #search-drawer.popup-drawer-layout-sidepanel {
    width: 100% !important;
  }

  #search-drawer .drawer-header {
    padding: 30px 25px 15px !important;
  }

  #search-drawer .drawer-content {
    padding: 0 25px 30px !important;
  }

  #search-drawer .drawer-inner,
  #cart-drawer .drawer-inner {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 30px 30px 0 0 !important;
    height: 85dvh !important;
    max-height: 85dvh !important;
    transform: translateY(100%) !important;
  }
  #search-drawer.show-drawer .drawer-inner,
  #cart-drawer.show-drawer .drawer-inner {
    transform: translateY(0) !important;
  }

  .ao-search-results-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.ao-empty-cart-container {
  text-align: center;
  max-width: 600px;
  margin: 80px auto;
  padding: 0 20px;
}

.ao-empty-cart-icon {
  display: inline-flex;
  margin-bottom: 25px;
}

.ao-empty-cart-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #111 !important;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 12px !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}

.ao-empty-cart-desc {
  font-size: 15px !important;
  color: #666 !important;
  margin-bottom: 35px !important;
  line-height: 1.6 !important;
}

@media (max-width: 768px) {
  .ao-empty-cart-container {
    margin: 50px auto;
  }
}

.cart-summary {
  display: none !important;
}

.ao-cart-layout {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 50px;
  margin: 60px 0;
}

.ao-cart-main {
  width: 100%;
}

.ao-cart-title {
  font-family: "Inter", sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
}

.ao-custom-cart-table {
  width: 100%;
  border-collapse: collapse;
}

.ao-custom-cart-table th {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 15px 0 !important;
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
  text-transform: none !important;
}

.ao-custom-cart-table th.product-quantity {
  text-align: center !important;
}

.ao-custom-cart-table th.product-subtotal {
  text-align: right !important;
}

.ao-custom-cart-table td {
  padding: 30px 0 !important;
  border: none !important;
  /* border-bottom: 1px solid #e5e5e5 !important; */
  vertical-align: top !important;
}

.ao-custom-cart-table .product-thumbnail {
  width: 120px;
  padding-right: 20px !important;
}

.ao-custom-cart-table .product-thumbnail img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
}

.ao-product-name-link {
  font-weight: 400 !important;
  color: #111 !important;
  text-decoration: none !important;
  display: block;
  margin-bottom: 5px;
}

.ao-cart-item-price {
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-top: 5px !important;
}

.ao-custom-cart-table dl.variation {
  margin: 5px 0 10px 0 !important;
  font-size: 13px !important;
  color: #666 !important;
}

.ao-custom-cart-table dl.variation dt,
.ao-custom-cart-table dl.variation dd {
  display: inline-block;
  margin: 0;
}

.ao-custom-cart-table dl.variation p {
  margin: 0;
}

.ao-custom-cart-table .product-quantity {
  text-align: center !important;
}

.ao-custom-cart-table .quantity {
  display: inline-flex !important;
  align-items: center !important;
  background: #f5f5f7 !important;
  border-radius: 50px !important;
  padding: 5px 15px !important;
}

.ao-custom-cart-table .quantity input[type="number"] {
  width: 40px !important;
  text-align: center !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-weight: 600 !important;
  -moz-appearance: textfield;
}

.ao-custom-cart-table .quantity input[type="number"]::-webkit-outer-spin-button,
.ao-custom-cart-table
  .quantity
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ao-cart-remove-wrap {
  margin-top: 15px;
  text-align: center;
}

.ao-cart-remove-wrap .ao-remove {
  font-size: 13px !important;
  color: #666 !important;
  text-decoration: underline !important;
}

.ao-update-cart-btn {
  display: none !important;
}

.ao-custom-cart-table .product-subtotal {
  text-align: right !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #111 !important;
}

.ao-cart-actions-row td {
  border-bottom: none !important;
  padding: 20px 0 !important;
  text-align: right;
}

.ao-cart-summary-box {
  background: #f5f5f7 !important;
  border-radius: 12px !important;
  padding: 30px !important;
  width: 100% !important;
}

.ao-summary-title {
  font-family: "Inter", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
}

.ao-order-note {
  margin-bottom: 30px;
}

.ao-order-note label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ao-order-note textarea {
  width: 100%;
  border: none !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  padding: 15px !important;
  font-size: 14px !important;
  font-family: "Inter", sans-serif !important;
  resize: vertical;
}

.ao-cart-summary-box .shop_table {
  width: 100%;
  margin-bottom: 25px !important;
  border: none !important;
}

.ao-cart-summary-box .shop_table th,
.ao-cart-summary-box .shop_table td {
  padding: 15px 0 !important;
  border: none !important;
  background: transparent !important;
}

.ao-cart-summary-box .shop_table th {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111 !important;
  text-align: left !important;
}

.ao-cart-summary-box .shop_table td {
  text-align: right !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111 !important;
}

.ao-estimated-total th,
.ao-estimated-total td {
  border-top: 1px solid #e5e5e5 !important;
  padding-top: 20px !important;
}

.ao-checkout-btn,
.ao-empty-cart-btn {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 24px !important;
  background: #1f1f1f !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  overflow: hidden !important;
  border: none !important;
  cursor: pointer !important;
  z-index: 1 !important;
}

.ao-checkout-btn {
  width: 100% !important;
}

.ao-empty-cart-btn {
  display: inline-flex !important;
  width: auto !important;
  min-width: 300px !important;
}

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

.woocommerce-cart .wc-proceed-to-checkout > a:not(.ao-checkout-btn) {
  display: none !important;
}

@media (max-width: 992px) {
  .ao-cart-layout {
    grid-template-columns: 1fr;
  }

  .ao-custom-cart-table thead {
    display: none;
  }

  .ao-custom-cart-table tr {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .ao-custom-cart-table td {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: right !important;
    padding: 15px 0 !important;
    border: none !important;
  }

  .ao-custom-cart-table td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-right: 15px;
  }

  .ao-custom-cart-table td.product-thumbnail {
    display: block;
    text-align: left !important;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
  }

  .ao-custom-cart-table td.product-thumbnail::before {
    content: none !important;
  }

  .ao-custom-cart-table td.product-name {
    align-items: flex-start;
  }

  .ao-custom-cart-table td.product-name a {
    text-align: right;
    flex: 1;
  }

  .ao-custom-cart-table td.product-name .ao-cart-item-price {
    width: 100%;
    text-align: right !important;
    margin-top: 5px;
  }

  .ao-custom-cart-table td.product-quantity {
    align-items: center;
  }

  .ao-cart-remove-wrap {
    width: 100%;
    text-align: left !important;
    margin-top: 15px;
  }

  .ao-custom-cart-table td.product-subtotal {
    position: relative;
    justify-content: flex-end;
    padding-bottom: 20px !important;
  }

  .ao-custom-cart-table td.product-subtotal::before {
    margin-right: 5px;
  }
}

/* --- checkout CSS moved to shark-checkout.css --- */
.wc-block-components-product-list-item {
  align-items: center !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.wc-block-components-product-list-item {
  display: grid !important;
  grid-template-columns: 64px 1fr !important;
  grid-template-rows: auto auto !important;
  column-gap: 16px !important;
  row-gap: 6px !important;
  align-items: start !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #f0f0f2 !important;
}

.wc-block-components-product-list-item:last-child {
  border-bottom: none !important;
}

.wc-block-components-product-list-item__image {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  position: relative !important;
  overflow: visible !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 12px !important;
  background-color: #f7f7f8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wc-block-components-product-list-item__image img {
  border-radius: 12px !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.wc-block-components-product-list-item__quantity {
  position: absolute !important;
  top: -8px !important;
  right: -8px !important;
  width: 22px !important;
  height: 22px !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  z-index: 10 !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.wc-block-components-product-list-item__name {
  grid-column: 2 !important;
  grid-row: 1 !important;
  font-family: var(--sb-font-body), sans-serif !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #000000 !important;
  margin: 0 !important;
  white-space: normal !important;
  display: block !important;
}

.wc-block-components-product-list-item__price {
  grid-column: 2 !important;
  grid-row: 2 !important;
  justify-self: start !important;
  align-self: start !important;
  margin-top: 0 !important;
  display: block !important;
}

.wc-block-components-product-list-item__price
  .wc-block-components-product-price {
  font-family: var(--sb-font-body), sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #000000 !important;
}

.shop_table .cart_item {
  position: relative !important;
}

.shop_table .product-name {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.shop_table .product-quantity {
  display: none !important;
}



