/* =========================================================
   AUTHENTIC GOBRUSH CONCEPT THEME HEADER STYLING & ANIMATION
   ========================================================= */

.miroooo-skip {
  position: fixed;
  z-index: 99999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #080909;
  transform: translateY(-150%);
}

.miroooo-skip:focus { transform: translateY(0); }

/* Continuous Looping Announcement Bar */
#shopify-section-sections--24203576967513__announcement-bar,
.topbar-section,
.announcement,
#shopify-section-sections--24203576967513__announcement-bar .topbar,
#shopify-section-sections--24203576967513__announcement-bar .announcement-bar,
.topbar-section .topbar,
.topbar-section .announcement-bar {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

#shopify-section-sections--24203576967513__announcement-bar,
.topbar-section,
.announcement {
  background: #e6e6e6 !important;
  color: #111111 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1 !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.miroooo-announcement-ticker {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  will-change: transform !important;
  animation: mirooooTickerScroll 28s linear infinite !important;
}

.miroooo-announcement-ticker:hover {
  animation-play-state: paused !important;
}

.miroooo-ticker-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding-right: 20px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  white-space: nowrap !important;
}

.miroooo-ticker-dot {
  width: 7px !important;
  height: 7px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 1.5px solid #111111 !important;
  border-radius: 50% !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.miroooo-ticker-sep {
  display: none !important;
}

@keyframes mirooooTickerScroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

#shopify-section-sections--24203576967513__announcement-bar .highlighted-text svg { display: none !important; }

/* Header for Product Pages (Aligned 3-Column Grid) */
#shopify-section-sections--24203576967513__header {
  position: relative !important;
  width: 100% !important;
  background: rgba(8, 9, 9, 0.94) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 0 !important;
  margin: 0 !important;
}

#shopify-section-sections--24203576967513__header header,
#shopify-section-sections--24203576967513__header .header {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  width: min(100% - 48px, 1400px) !important;
  margin-inline: auto !important;
  min-height: 72px !important;
  height: 72px !important;
  padding: 0 !important;
  gap: 16px !important;
  background: transparent !important;
  color: #ffffff !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
}

#shopify-section-sections--24203576967513__header .header__navigation {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

#shopify-section-sections--24203576967513__header .header__logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#shopify-section-sections--24203576967513__header .header__icons--end {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
}

#shopify-section-sections--24203576967513__header .header__logo-link {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
}

#shopify-section-sections--24203576967513__header .header__logo-link span {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: clamp(1.3rem, 2vw, 1.55rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

/* =========================================================
   PRODUCT INFO & PREVIEW STICKY OFFSET FIX
   ========================================================= */
.product__info.sticky,
.product__preview.sticky {
  top: 24px !important;
  inset-block-start: 24px !important;
}

@media (max-width: 990px) {
  .product__info.sticky,
  .product__preview.sticky {
    position: static !important;
    top: auto !important;
    inset-block-start: auto !important;
  }
}

/* =========================================================
   DESKTOP vs MOBILE HEADER CONTROLS (Hide Hamburger on Desktop)
   ========================================================= */
@media screen and (min-width: 1024px) {
  .header__icons--start,
  .menu-drawer-button,
  .nav-toggle,
  #shopify-section-sections--24203576967513__header .header__icons--start,
  #shopify-section-sections--24203576967513__header .menu-drawer-button {
    display: none !important;
  }

  .header__navigation,
  .header__menu,
  .site-nav,
  .header__navigation--right,
  .site-nav--right,
  #shopify-section-sections--24203576967513__header .header__navigation,
  #shopify-section-sections--24203576967513__header .header__menu,
  #shopify-section-sections--24203576967513__header .header__navigation--right,
  #shopify-section-sections--24203576967513__header .site-nav--right {
    display: flex !important;
    align-items: center !important;
  }

  .header__buttons .account-link,
  .site-actions__track,
  .header__buttons a[href*="customer_authentication"],
  .header__buttons a[href="/order-tracking"] {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  #shopify-section-sections--24203576967513__header .header {
    width: calc(100% - 32px) !important;
    min-height: 60px !important;
    height: 60px !important;
    grid-template-columns: 44px 1fr auto !important;
    gap: 8px !important;
  }

  .header__navigation,
  .site-nav,
  .header__navigation--right,
  .site-nav--right,
  #shopify-section-sections--24203576967513__header .header__navigation,
  #shopify-section-sections--24203576967513__header .header__menu,
  #shopify-section-sections--24203576967513__header .header__navigation--right,
  #shopify-section-sections--24203576967513__header .site-nav--right {
    display: none !important;
  }

  .header__icons--start,
  .header__icons--start .menu-drawer-button,
  .header__icons--start .nav-toggle,
  #shopify-section-sections--24203576967513__header .header__icons--start,
  #shopify-section-sections--24203576967513__header .header__icons--start .menu-drawer-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  #shopify-section-sections--24203576967513__header .header__logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #shopify-section-sections--24203576967513__header .header__icons--end {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
  }

  #shopify-section-sections--24203576967513__header .header__icons--end .menu-drawer-button {
    display: none !important;
  }

  .header__buttons .account-link,
  .site-actions__track,
  .header__buttons a[href*="customer_authentication"],
  .header__buttons a[href="/order-tracking"],
  #shopify-section-sections--24203576967513__header .header__icons--end a[href="/order-tracking"],
  #shopify-section-sections--24203576967513__header .header__icons--end .account-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .header__buttons .cart-drawer-button,
  .header__buttons a[href="/cart"],
  #shopify-section-sections--24203576967513__header .header__icons--end .cart-drawer-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

/* ==========================================================================
   MOBILE MENU DRAWER & CLOSE BUTTON (< 991px)
   ========================================================================== */
@media (max-width: 990px) {
  #MenuDrawer,
  menu-drawer#MenuDrawer,
  .menu-drawer#MenuDrawer {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  /* Menu Drawer Overlay (Phone) */
  #MenuDrawer .overlay,
  #MenuDrawer overlay-element,
  #MenuDrawer .fixed-modal,
  #MenuDrawer overlay-element.overlay {
    background: rgba(0, 0, 0, 0.7) !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    background-image: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
  }

  #MenuDrawer[active] > .overlay,
  #MenuDrawer[active] > overlay-element,
  html.js #MenuDrawer[active] > .overlay,
  html.js #MenuDrawer[active] > overlay-element {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  /* Bottom sheet drawer inner matching gobrush-product-page.vercel.app with whitish bg */
  #MenuDrawer .drawer__inner,
  html.js #MenuDrawer .drawer__inner {
    position: absolute !important;
    top: 60px !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: calc(100% - 60px) !important;
    border-radius: 20px 20px 0 0 !important;
    background: #f5f5f7 !important;
    background-color: #f5f5f7 !important;
    color: #000000 !important;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.25) !important;
    transform: translate3d(0, 100%, 0) !important;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    inset-block-start: 60px !important;
    inset-block-end: 0 !important;
    overflow: hidden !important;
    will-change: transform;
  }

  #MenuDrawer[active],
  #MenuDrawer[open],
  html.js #MenuDrawer[active],
  html.js #MenuDrawer[open] {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  #MenuDrawer[active] .drawer__inner,
  #MenuDrawer[active] > .drawer__inner,
  html.js #MenuDrawer[active] .drawer__inner,
  html.js #MenuDrawer[active] > .drawer__inner {
    transform: translate3d(0, 0, 0) !important;
  }

  /* Drawer Header with Drag Handle */
  #MenuDrawer .drawer__header,
  html.js #MenuDrawer .drawer__header {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    min-height: 48px !important;
    padding: 24px 20px 12px !important;
    border-bottom: none !important;
    background: transparent !important;
    transition: opacity 0.5s cubic-bezier(0.3, 1, 0.3, 1) 0.35s, visibility 0.5s cubic-bezier(0.3, 1, 0.3, 1) 0.35s !important;
  }

  #MenuDrawer .drawer__header:before,
  html.js #MenuDrawer .drawer__header:before {
    content: "" !important;
    display: block !important;
    width: 44px !important;
    height: 5px !important;
    border-radius: 9999px !important;
    background: rgba(0, 0, 0, 0.2) !important;
    position: absolute !important;
    top: 12px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  /* Close Cross ('X') Button: Black bg with white cross on top right */
  #MenuDrawer .drawer__close,
  html.js #MenuDrawer .drawer__close,
  #MenuDrawer button.drawer__close,
  html.js #MenuDrawer button.drawer__close {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    clip: auto !important;
    position: absolute !important;
    top: 14px !important;
    right: 16px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #000000 !important;
    border: none !important;
    color: #ffffff !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 50 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: background-color 0.2s ease, transform 0.2s ease !important;
  }

  #MenuDrawer .drawer__close:hover,
  #MenuDrawer .drawer__close:active {
    background: #262626 !important;
    transform: scale(1.05) !important;
  }

  #MenuDrawer .drawer__close svg,
  #MenuDrawer .drawer__close .icon {
    width: 18px !important;
    height: 18px !important;
    stroke: #ffffff !important;
    color: #ffffff !important;
    stroke-width: 2.2px !important;
    fill: none !important;
    display: block !important;
  }

  #MenuDrawer .drawer__close svg path {
    stroke: #ffffff !important;
    stroke-width: 2.2px !important;
  }

  /* Drawer Content and Black Menu Text */
  #MenuDrawer .drawer__content,
  html.js #MenuDrawer .drawer__content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: transparent !important;
    padding: 8px 0 !important;
    transition: opacity 0.5s cubic-bezier(0.3, 1, 0.3, 1) 0.35s, visibility 0.5s cubic-bezier(0.3, 1, 0.3, 1) 0.35s !important;
  }

  #MenuDrawer .drawer__menu {
    padding: 8px 24px !important;
    list-style: none !important;
  }

  #MenuDrawer .drawer__menu li {
    padding: 0 !important;
  }

  #MenuDrawer .drawer__menu-item,
  #MenuDrawer .drawer__menu a {
    color: #000000 !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.03em !important;
    padding: 10px 0 !important;
    display: block !important;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: opacity 0.2s ease, transform var(--animation-primary) !important;
  }

  #MenuDrawer .drawer__menu-item:hover,
  #MenuDrawer .drawer__menu a:hover {
    opacity: 0.7 !important;
  }

  /* Drawer Footer: Profile icon with black bg and white icon */
  #MenuDrawer .drawer__footer {
    background: transparent !important;
    border-top: none !important;
    padding: 16px 24px 32px !important;
    margin-top: auto !important;
  }

  #MenuDrawer .drawer__footer-bottom {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
  }

  #MenuDrawer .drawer__footer-bottom a.button--primary,
  #MenuDrawer .drawer__footer-bottom a {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1.5px solid #000000 !important;
    border-radius: 60px !important;
    padding: 10px 20px !important;
    width: 56px !important;
    height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  }

  #MenuDrawer .drawer__footer-bottom a svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
    width: 16px !important;
    height: 17px !important;
  }

  #MenuDrawer .drawer__footer-bottom a svg,
  #MenuDrawer .drawer__footer-bottom a svg path,
  #MenuDrawer .drawer__footer-bottom a svg rect,
  #MenuDrawer .drawer__footer-bottom a .icon {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
    display: block !important;
  }
}

/* Header Navigation Menu List */
.header__menu > ul.with-block {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header__menu > ul.with-block > li {
  position: relative !important;
  display: inline-flex !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* GoBrush Pill Navigation Item */
.header__menu > ul.with-block .menu__item {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  height: 40px !important;
  padding: 0 20px !important;
  border-radius: 9999px !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: transparent !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
}

/* Default White Navigation Text */
.header__menu > ul.with-block .menu__item > .btn-text:not(.btn-duplicate),
.header__menu > ul.with-block .menu__item [data-text] {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.85) !important;
  opacity: 1 !important;
  transform: translateY(0%) scale(1) !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, color 0.2s ease !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

/* Authentic GoBrush Rising Pill Duplicate */
.header__menu > ul.with-block .menu__item .btn-duplicate {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 9999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: 0.02em !important;
  z-index: 2 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translateY(100%) scale(0.65) !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28) !important;
  will-change: transform, opacity !important;
  white-space: nowrap !important;
}

/* Hover Trigger States */
@media screen and (pointer: fine) {
  .header__menu > ul.with-block > li:hover .menu__item .btn-duplicate,
  .header__menu > ul.with-block .menu__item:hover .btn-duplicate {
    transform: translateY(0%) scale(1) !important;
    opacity: 1 !important;
  }

  .header__menu > ul.with-block > li:hover .menu__item > .btn-text:not(.btn-duplicate),
  .header__menu > ul.with-block .menu__item:hover > .btn-text:not(.btn-duplicate),
  .header__menu > ul.with-block > li:hover .menu__item [data-text],
  .header__menu > ul.with-block .menu__item:hover [data-text] {
    transform: translateY(-15%) scale(0.6) !important;
    opacity: 0 !important;
  }
}

/* ==========================================================================
   MIROOOO Pure Dark Luxury Header Dropdown Menu
   ========================================================================== */
.header__dropdown {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

.header__dropdown-toggle {
  border: none !important;
  background: transparent !important;
  color: inherit !important;
  outline: none !important;
}

.dropdown-chevron {
  width: 10px !important;
  height: 6px !important;
  margin-left: 7px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
  flex-shrink: 0 !important;
}

.header__dropdown:hover .dropdown-chevron,
.header__dropdown:focus-within .dropdown-chevron,
.header__dropdown.is-open .dropdown-chevron,
.header__dropdown-toggle[aria-expanded="true"] .dropdown-chevron {
  transform: rotate(180deg) !important;
}

.dropdown-menu {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  min-width: 180px !important;
  background: #111111 !important;
  background-color: #111111 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: 12px !important;
  padding: 6px !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.85) !important;
  z-index: 1000 !important;
  display: flex !important;
  flex-direction: column !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) scale(0.98) !important;
  transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.22s cubic-bezier(0.16, 1, 0.3, 1),
              visibility 0.22s ease !important;
  box-sizing: border-box !important;
}

.dropdown-menu::before {
  content: "" !important;
  position: absolute !important;
  top: -12px !important;
  left: 0 !important;
  right: 0 !important;
  height: 12px !important;
  display: block !important;
}

.header__dropdown:hover .dropdown-menu,
.header__dropdown:focus-within .dropdown-menu,
.header__dropdown.is-open .dropdown-menu,
.header__dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

.dropdown-item {
  display: flex !important;
  align-items: center !important;
  padding: 10px 16px !important;
  margin: 2px 0 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: background-color 0.18s ease, transform 0.18s ease !important;
  cursor: pointer !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.08) !important;
  transform: translateX(2px) !important;
}

.dropdown-item__title {
  color: #ffffff !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
  display: block !important;
  text-align: left !important;
}

.dropdown-item__subtitle {
  color: rgba(255, 255, 255, 0.6) !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  margin-top: 2px !important;
  display: block !important;
  text-align: left !important;
}

/* Mobile Drawer Submenu & Group Styles */
#MenuDrawer .drawer__menu-item--group {
  padding: 4px 0 10px 0 !important;
}

#MenuDrawer .drawer__group-label {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: rgba(0, 0, 0, 0.45) !important;
  padding: 6px 0 8px 0 !important;
  display: block !important;
}

#MenuDrawer .drawer__submenu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding-bottom: 14px !important;
}

#MenuDrawer .drawer__submenu li {
  padding: 0 !important;
  margin: 0 !important;
}

#MenuDrawer .drawer__submenu-item {
  display: flex !important;
  flex-direction: column !important;
  padding: 10px 14px !important;
  background: rgba(0, 0, 0, 0.04) !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

#MenuDrawer .drawer__submenu-item:hover,
#MenuDrawer .drawer__submenu-item:active {
  background: rgba(0, 0, 0, 0.08) !important;
  opacity: 1 !important;
}

#MenuDrawer .drawer__submenu-title {
  color: #000000 !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

#MenuDrawer .drawer__submenu-subtitle {
  color: rgba(0, 0, 0, 0.55) !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  margin-top: 2px !important;
}

/* Header Buttons (Account, Cart, Menu Drawer) */
.header__buttons {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.header__buttons a,
.header__buttons button {
  position: relative !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 9999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  text-decoration: none !important;
  padding: 0 !important;
  will-change: transform;
}

.header__buttons a svg,
.header__buttons button svg {
  width: 24px !important;
  height: 24px !important;
  color: #ffffff !important;
  stroke: currentColor !important;
  stroke-width: 1.5 !important;
  fill: none !important;
  display: block !important;
  transition: opacity 0.2s ease !important;
}

@media (hover: hover) {
  .header__buttons a:hover,
  .header__buttons button:hover {
    background: transparent !important;
  }

  .header__buttons a:hover svg,
  .header__buttons button:hover svg {
    opacity: 0.8 !important;
  }
}

/* Header Logo */
.header__logo-link {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.header__logo-link:hover {
  opacity: 0.88 !important;
  transform: scale(1.02) !important;
}

#shopify-section-sections--24203576967513__header .header__logo-link span {
  letter-spacing: 0.2em !important;
  color: #ffffff !important;
}

/* Cart Drawer Close & Shell */
#CartDrawer {
  z-index: 90 !important;
}

#CartDrawer .drawer__close {
  display: none !important;
}

.miroooo-cart-close {
  position: fixed;
  z-index: 100;
  top: 76px;
  right: 16px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 9, 9, .12);
  border-radius: 999px;
  background: #fff;
  color: #080909;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  font: 400 34px/1 Arial, sans-serif;
  cursor: pointer;
}

/* Service Strip */
.service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(9, 9, 9, 0.16);
  background: #f7f7f4;
  color: #090909;
  width: 100%;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.service-strip * {
  box-sizing: border-box;
}

.service-strip__item {
  min-height: 132px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 26px 32px;
  border-right: 1px solid rgba(9, 9, 9, 0.16);
  color: #090909;
}

.service-strip__item:last-child {
  border-right: 0;
}

.service-strip__icon,
.service-strip__item svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  color: #090909;
  stroke: #090909;
}

.service-strip__item strong,
.service-strip__item span {
  display: block;
}

.service-strip__item strong {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #090909;
  letter-spacing: normal;
  text-transform: none;
}

.service-strip__item span {
  color: #686966;
  font-size: 10px;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .service-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-strip__item:nth-child(2) {
    border-right: 0;
  }

  .service-strip__item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(9, 9, 9, 0.16);
  }
}

@media (max-width: 640px) {
  .service-strip {
    grid-template-columns: 1fr;
  }

  .service-strip__item,
  .service-strip__item:nth-child(2) {
    min-height: auto;
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(9, 9, 9, 0.16);
  }

  .service-strip__item:last-child {
    border-bottom: 0;
  }
}

/* Site Footer - Matching site.css layout, typography, and alignment */
:root {
  --shell: min(1240px, calc(100vw - 40px));
}

.site-footer {
  padding: 0;
  background: #000000;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-footer * {
  box-sizing: border-box;
}

.site-footer__main {
  width: var(--shell, min(1240px, calc(100vw - 40px)));
  max-width: 1240px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(28px, 4.5vw, 64px);
  padding: 72px 0 60px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.2s ease;
}

.site-footer__logo:hover {
  opacity: 0.85;
}

.site-footer__tagline {
  margin: 0 0 18px;
  color: #a0a0a0;
  font-size: 13px;
  line-height: 1.6;
}

.site-footer__address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.5;
}

.site-footer__address-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  stroke: rgba(255, 255, 255, 0.5);
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer__heading {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.2;
}

.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.site-footer__links li {
  margin: 0;
  padding: 0;
  line-height: 1.35;
}

.site-footer__links a {
  min-height: auto !important;
  display: inline-block;
  color: #a0a0a0;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.35;
  padding: 1px 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.site-footer__touch-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.site-footer__hours {
  margin: 0;
  color: #a0a0a0;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer__email {
  margin: 0;
}

.site-footer__email a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.2s ease;
}

.site-footer__email a:hover {
  opacity: 0.8;
}

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

.site-footer__social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.site-footer__social-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  color: #ffffff;
}

.site-footer__bottom {
  width: var(--shell, min(1240px, calc(100vw - 40px)));
  max-width: 1240px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 120px !important;
  padding-bottom: 120px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #777777;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer__copyright {
  color: #777777;
  font-size: 11px;
  letter-spacing: 0.06em;
}

.site-footer__payments {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.site-footer__payments li {
  display: flex;
  align-items: center;
}

.site-footer__payments svg {
  width: 38px;
  height: 24px;
  border-radius: 3px;
  display: block;
}

#shopify-section-sections--24203576869209__footer-copyright,
.footer-copyright {
  padding-bottom: 130px !important;
}

@media (max-width: 900px) {
  :root {
    --shell: calc(100% - 40px);
  }

  .site-footer__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 32px;
    padding: 60px 0 48px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__column--touch {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .site-footer__main {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 0 36px;
  }

  .site-footer__brand {
    grid-column: auto;
    max-width: 100%;
  }

  .site-footer__logo {
    font-size: 24px;
  }

  .site-footer__column:last-child,
  .site-footer__column--touch {
    grid-column: auto;
  }

  .site-footer__bottom {
    min-height: auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    padding: 24px 0 120px !important;
    padding-bottom: 120px !important;
  }

  .site-footer__payments {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .miroooo-skip { transition: none; }
}

/* =========================================================
   MIROOOO PRODUCT GALLERY & LIGHTBOX MODAL (1:1 ON PHONE)
   ========================================================= */

.product__media-list .product__media {
  cursor: zoom-in !important;
}

.product__media-list .product__media--video,
.product__media-list #product-media-video-item {
  cursor: zoom-in !important;
  pointer-events: auto !important;
}

.product__media-list #product-media-video-item .video-wrapper,
.product__media-list #product-media-video-item video {
  pointer-events: auto !important;
  cursor: zoom-in !important;
}

.product__thumbnails-list .product__thumbnail {
  cursor: pointer !important;
}

.miroooo-gallery-lightbox {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 999999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s ease !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  box-sizing: border-box !important;
}

.miroooo-gallery-lightbox.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.miroooo-gallery-lightbox__backdrop {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  z-index: 1 !important;
}

.miroooo-gallery-lightbox__stage {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 40px 80px !important;
  box-sizing: border-box !important;
  pointer-events: none !important;
}

.miroooo-gallery-lightbox__media-box {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 90vw !important;
  max-height: 85vh !important;
  max-height: 85dvh !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  border-radius: 25px !important;
  pointer-events: auto !important;
  transform: scale(0.94) !important;
  opacity: 0 !important;
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease !important;
  box-sizing: border-box !important;
}

.miroooo-gallery-lightbox.is-open .miroooo-gallery-lightbox__media-box {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.miroooo-gallery-lightbox__media-box img,
.miroooo-gallery-lightbox__media-box video,
.miroooo-gallery-lightbox__img,
.miroooo-gallery-lightbox__video {
  max-width: 90vw !important;
  max-height: 85vh !important;
  max-height: 85dvh !important;
  width: auto !important;
  height: auto !important;
  border-radius: 25px !important;
  object-fit: contain !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5) !important;
  display: block !important;
  background: transparent !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  box-sizing: border-box !important;
}

/* Phone-only 1:1 crop & zero black space for gallery & lightbox */
@media screen and (max-width: 767px) {
  #SliderGallery-template--24203751129433__main-product-9593510658393,
  .product__media-list {
    height: auto !important;
    min-height: 0 !important;
  }

  .product__media-list .product__media,
  .product__media-list .product__media--video,
  .product__media-list #product-media-video-item,
  #product-media-video-item,
  .product__media.product__media-top-hero {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: cover !important;
    flex: 0 0 100% !important;
    border-radius: var(--card-radius, 1rem) !important;
  }

  .product__media-list .product__media img,
  .product__media-list .product__media video,
  .product__media-list #product-media-video-item video,
  .product__media-list #product-media-video-item .video-wrapper,
  .product__media-list .product__media .video-wrapper,
  #product-media-video-item video,
  #product-media-video-item .video-wrapper {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: var(--card-radius, 1rem) !important;
  }

  .miroooo-gallery-lightbox__stage {
    padding: 16px !important;
  }

  .miroooo-gallery-lightbox__media-box {
    width: min(calc(100vw - 32px), 400px) !important;
    height: min(calc(100vw - 32px), 400px) !important;
    aspect-ratio: 1 / 1 !important;
    max-width: none !important;
    max-height: none !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4) !important;
    background: transparent !important;
  }

  .miroooo-gallery-lightbox__media-box img,
  .miroooo-gallery-lightbox__media-box video,
  .miroooo-gallery-lightbox__img,
  .miroooo-gallery-lightbox__video {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 20px !important;
    display: block !important;
  }
}

.miroooo-gallery-lightbox__close {
  position: fixed !important;
  top: 24px !important;
  right: 24px !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: rgba(247, 241, 232, 0.94) !important;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, box-shadow 0.2s ease !important;
  z-index: 1000000001 !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

.miroooo-gallery-lightbox__close:hover {
  background: #ffffff !important;
  transform: scale(1.08) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

.miroooo-gallery-lightbox__close:active {
  transform: scale(0.95) !important;
}

.miroooo-gallery-lightbox__close svg {
  display: block !important;
  stroke: #000000 !important;
  width: 20px !important;
  height: 20px !important;
}

.miroooo-gallery-lightbox__arrow {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  background: rgba(247, 241, 232, 0.94) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  color: #000000 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s ease, box-shadow 0.2s ease !important;
  z-index: 1000000001 !important;
  padding: 0 !important;
  outline: none !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

.miroooo-gallery-lightbox__prev {
  left: 24px !important;
}

.miroooo-gallery-lightbox__next {
  right: 24px !important;
}

.miroooo-gallery-lightbox__arrow:hover {
  background: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.22) !important;
  transform: translateY(-50%) scale(1.08) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18) !important;
}

.miroooo-gallery-lightbox__arrow:active {
  transform: translateY(-50%) scale(0.95) !important;
}

.miroooo-gallery-lightbox__arrow svg {
  display: block !important;
  stroke: #000000 !important;
  width: 24px !important;
  height: 24px !important;
}

.miroooo-gallery-lightbox__counter {
  position: fixed !important;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: rgba(0, 0, 0, 0.08) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #111111 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  padding: 6px 16px !important;
  border-radius: 9999px !important;
  z-index: 1000000001 !important;
  pointer-events: none !important;
}

@media (max-width: 768px) {
  .miroooo-gallery-lightbox__close {
    top: 16px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
  }
  .miroooo-gallery-lightbox__arrow {
    width: 44px !important;
    height: 44px !important;
  }
  .miroooo-gallery-lightbox__prev {
    left: 12px !important;
  }
  .miroooo-gallery-lightbox__next {
    right: 12px !important;
  }
  .miroooo-gallery-lightbox__counter {
    bottom: 16px !important;
    font-size: 12px !important;
    padding: 5px 14px !important;
  }
}

/* =========================================================
   PRODUCT SECTION HEADER CLEARANCE
   ========================================================= */
#shopify-section-template--24203751129433__main-product {
  padding-top: 16px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

@media (max-width: 990px) {
  #shopify-section-template--24203751129433__main-product {
    padding-top: 16px !important;
    margin-top: 0px !important;
  }
}

/* =========================================================
   LOTTIE ICONS (MOVING TRUCK & ANIMATED CART)
   ========================================================= */
.miroooo-lottie-truck,
.miroooo-delivery-row [data-lottie-truck] {
  width: 34px !important;
  height: 26px !important;
  max-width: 34px !important;
  max-height: 26px !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.miroooo-lottie-truck svg,
.miroooo-delivery-row [data-lottie-truck] svg {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block !important;
}

.miroooo-lottie-cart,
.miroooo-sticky-btn [data-lottie-cart],
.miroooo-sticky-btn .miroooo-lottie-cart,
#sticky-bar-cta-btn .miroooo-lottie-cart {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.miroooo-lottie-cart svg,
.miroooo-sticky-btn [data-lottie-cart] svg,
.miroooo-sticky-btn .miroooo-lottie-cart svg,
#sticky-bar-cta-btn .miroooo-lottie-cart svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  display: block !important;
}

.miroooo-lottie-cart svg path,
.miroooo-sticky-btn .miroooo-lottie-cart svg path,
#sticky-bar-cta-btn .miroooo-lottie-cart svg path,
#hero-cta .miroooo-lottie-cart svg path {
  stroke: #000000 !important;
  transition: stroke 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#hero-cta:hover .miroooo-lottie-cart svg path,
#sticky-bar-cta-btn:hover .miroooo-lottie-cart svg path,
.miroooo-sticky-btn:hover .miroooo-lottie-cart svg path {
  stroke: #ffffff !important;
}

#hero-cta,
#sticky-bar-cta-btn,
.proxy-bundle-btn,
.miroooo-sticky-btn,
.button,
.button--primary {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #ffffff !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transform: none !important;
  transition: border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#hero-cta::after,
#sticky-bar-cta-btn::after,
.proxy-bundle-btn::after,
.miroooo-sticky-btn::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent calc(50% - 70px), rgba(0, 0, 0, 0.16) 50%, transparent calc(50% + 35px)) !important;
  transform: skewX(-30deg) translateX(-150%) !important;
  animation: proxy-bundle-shine 4s infinite ease-in-out !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

#hero-cta:hover::after,
#sticky-bar-cta-btn:hover::after,
.proxy-bundle-btn:hover::after,
.miroooo-sticky-btn:hover::after {
  background: linear-gradient(90deg, transparent calc(50% - 70px), rgba(255, 255, 255, 0.3) 50%, transparent calc(50% + 35px)) !important;
}

.miroooo-sticky-btn,
#sticky-bar-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15) !important;
  text-decoration: none !important;
  font-family: inherit !important;
}

@media (min-width: 641px) {
  .miroooo-sticky-btn,
  #sticky-bar-cta-btn {
    width: auto !important;
    max-width: max-content !important;
    flex: 0 0 auto !important;
    padding: 0 28px !important;
  }
}

#hero-cta .btn-fill,
#sticky-bar-cta-btn .btn-fill,
.proxy-bundle-btn .btn-fill,
.miroooo-sticky-btn .btn-fill,
.button .btn-fill {
  position: absolute !important;
  border-radius: 50% !important;
  width: 150% !important;
  height: 200% !important;
  inset-block-start: -50% !important;
  top: -50% !important;
  inset-inline-start: -25% !important;
  left: -25% !important;
  background-color: #000000 !important;
  background: #000000 !important;
  pointer-events: none !important;
  z-index: 1 !important;
  transform: translate3d(0, 76%, 0) !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#hero-cta:hover .btn-fill,
#hero-cta:focus-visible .btn-fill,
#sticky-bar-cta-btn:hover .btn-fill,
#sticky-bar-cta-btn:focus-visible .btn-fill,
.proxy-bundle-btn:hover .btn-fill,
.proxy-bundle-btn:focus-visible .btn-fill,
.miroooo-sticky-btn:hover .btn-fill,
.miroooo-sticky-btn:focus-visible .btn-fill,
.button:hover .btn-fill,
.button:focus-visible .btn-fill {
  transform: translate3d(0, 0%, 0) !important;
}

#hero-cta .btn-text,
#sticky-bar-cta-btn .btn-text,
.proxy-bundle-btn .btn-text,
.miroooo-sticky-btn .btn-text,
.button .btn-text {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #000000 !important;
  transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  pointer-events: none !important;
}

#hero-cta:hover .btn-text,
#hero-cta:focus-visible .btn-text,
#sticky-bar-cta-btn:hover .btn-text,
#sticky-bar-cta-btn:focus-visible .btn-text,
.proxy-bundle-btn:hover .btn-text,
.proxy-bundle-btn:focus-visible .btn-text,
.miroooo-sticky-btn:hover .btn-text,
.miroooo-sticky-btn:focus-visible .btn-text,
.button:hover .btn-text,
.button:focus-visible .btn-text {
  color: #ffffff !important;
}

#hero-cta .btn-text svg,
#sticky-bar-cta-btn .btn-text svg,
.proxy-bundle-btn .btn-text svg,
.miroooo-sticky-btn .btn-text svg,
.button .btn-text svg,
#hero-cta .btn-text .icon,
#sticky-bar-cta-btn .btn-text .icon,
.proxy-bundle-btn .btn-text .icon,
.miroooo-sticky-btn .btn-text .icon,
.button .btn-text .icon {
  color: #000000 !important;
  stroke: #000000 !important;
  transition: color 0.4s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.4s cubic-bezier(0.16, 1, 0.3, 1), fill 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#hero-cta:hover .btn-text svg,
#sticky-bar-cta-btn:hover .btn-text svg,
.proxy-bundle-btn:hover .btn-text svg,
.miroooo-sticky-btn:hover .btn-text svg,
.button:hover .btn-text svg,
#hero-cta:hover .btn-text .icon,
#sticky-bar-cta-btn:hover .btn-text .icon,
.proxy-bundle-btn:hover .btn-text .icon,
.miroooo-sticky-btn:hover .btn-text .icon,
.button:hover .btn-text .icon {
  color: #ffffff !important;
  stroke: #ffffff !important;
  fill: none !important;
}

#hero-cta:hover .btn-text svg path,
#sticky-bar-cta-btn:hover .btn-text svg path,
.proxy-bundle-btn:hover .btn-text svg path,
.miroooo-sticky-btn:hover .btn-text svg path,
.button:hover .btn-text svg path {
  stroke: #ffffff !important;
}

#hero-cta,
#hero-cta:hover,
#hero-cta:focus,
#hero-cta:active,
#sticky-bar-cta-btn,
#sticky-bar-cta-btn:hover,
#sticky-bar-cta-btn:focus,
#sticky-bar-cta-btn:active,
.miroooo-sticky-btn,
.miroooo-sticky-btn:hover,
.miroooo-sticky-btn:focus,
.miroooo-sticky-btn:active {
  transform: none !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
}

/* Bundle 2 Most Popular Spacing Fix */
.bundle-tier-card[data-tier="bundle-2"] .tier-header-btn .text-right,
.bundle-tier-card.has-top-badge:has(.tier-popular-badge-wrap) .tier-header-btn .text-right {
  margin-top: 14px !important;
}

/* Product Title Sizing */
#main-product-title,
.product-title-sm {
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  margin: 4px 0 8px 0 !important;
  color: #ffffff !important;
}

/* Standalone Swatches (Hero Section) */
.standalone-swatch-btn {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  outline: none !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
  overflow: visible !important;
  background-clip: padding-box !important;
}

.standalone-swatch-btn::before,
.standalone-swatch-btn::after {
  display: none !important;
  content: none !important;
}

.standalone-swatch-btn:hover {
  transform: scale(1.12) !important;
}

/* Bundle Color Swatches */
.color-swatch-btn {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
  position: relative !important;
  cursor: pointer !important;
  padding: 0 !important;
  outline: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
  overflow: visible !important;
}

.color-swatch-btn::before,
.color-swatch-btn::after {
  display: none !important;
  content: none !important;
}

.color-swatch-btn:hover {
  transform: scale(1.12) !important;
}

/* Metallic Color Swatches (Silver, Pink, Grey) */
.standalone-swatch-btn[data-color="Silver"],
.standalone-swatch-btn.swatch-silver,
.color-swatch-btn.swatch-silver,
.color-swatch-btn[data-color="Silver"] {
  background: linear-gradient(135deg, #f0f2f5 0%, #cbd2da 25%, #ffffff 50%, #9aa1aa 75%, #d5dadf 100%) !important;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), inset 0 -1px 2px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.standalone-swatch-btn[data-color="Pink"],
.standalone-swatch-btn.swatch-pink,
.color-swatch-btn.swatch-pink,
.color-swatch-btn[data-color="Pink"] {
  background: linear-gradient(135deg, #fedbdf 0%, #e8a2af 25%, #fff0f2 50%, #c47685 75%, #e8aab5 100%) !important;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.9), inset 0 -1px 2px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

.standalone-swatch-btn[data-color="Grey"],
.standalone-swatch-btn.swatch-grey,
.color-swatch-btn.swatch-grey,
.color-swatch-btn[data-color="Grey"] {
  background: linear-gradient(135deg, #8c919a 0%, #565a62 25%, #a1a6b0 50%, #3a3d43 75%, #6a6f78 100%) !important;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.4), 0 2px 5px rgba(0, 0, 0, 0.25) !important;
}

/* Standalone Active Selection Ring: White Outer Circle */
.standalone-swatch-btn.is-active {
  box-shadow: 0 0 0 2px #000000, 0 0 0 4px #ffffff, 0 4px 10px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.08) !important;
}

/* Bundle Active Selection Ring: Single Black Outer Circle */
.color-swatch-btn.is-active {
  border-color: transparent !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #000000 !important;
  transform: scale(1.08) !important;
}

/* Phone-Only Sticky Add to Cart (Matching Muuhu pill layout) */
@media (max-width: 640px) {
  .miroooo-sticky-cart-wrap {
    bottom: 8px !important;
    left: 8px !important;
    right: 8px !important;
    z-index: 40 !important;
  }

  .miroooo-sticky-pill {
    min-height: 50px !important;
    padding: 3px !important;
    border-radius: 9999px !important;
    background: rgba(14, 15, 15, 0.96) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.85) !important;
    width: 100% !important;
    justify-content: center !important;
  }

  .miroooo-sticky-left {
    display: none !important;
  }

  .miroooo-sticky-btn,
  #sticky-bar-cta-btn {
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 9999px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
  }
}




