:root {
  --bg: #f8f1f4;
  --bg-soft: #fff7fa;
  --surface: #ffffff;
  --surface-2: #f1dce7;
  --text: #141414;
  --muted: #6d6168;
  --accent: #efc8da;
  --accent-strong: #c26f97;
  --accent-dark: #7f385d;
  --line: rgba(20, 20, 20, 0.09);
  --shadow: 0 20px 45px rgba(110, 45, 73, 0.08);
  --radius-xl: 16px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --radius-sm: 6px;
  --radius-pill: 12px;
  --page-width: 1380px;
  --btl-section-heading-font: "TStarProHeavy", sans-serif;
  --btl-section-heading-size: 22px;
  --btl-section-heading-weight: 700;
  --btl-section-heading-letter-spacing: 0.02em;
  --btl-section-subtitle-size: 13px;
  --btl-section-subtitle-weight: 400;
  --btl-section-subtitle-color: rgba(0, 0, 0, 0.6);
  --btl-section-subtitle-line-height: 1.3;
}

@font-face {
  font-family: "TStarProMedium";
  src: url("../../fonts/T-StarPro-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "TStarProHeavy";
  src: url("../../fonts/T-StarPro-Heavy.woff") format("woff");
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fff8fb 0%, var(--bg) 22%, #f7edf2 100%);
  color: var(--text);
  font-family: "TStarProMedium", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
}

body.quick-view-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.page-width {
  width: min(calc(100% - 32px), var(--page-width));
  margin: 0 auto;
}

.page-width--narrow {
  width: min(calc(100% - 32px), 900px);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.announcement-bar,
.beautylulus-notice {
  background: #ffeff6;
  color: #8d5b73;
}

.announcement-bar {
  overflow: hidden;
}

.announcement-bar__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  background: #ffeff6;
}

.announcement-bar__items {
  display: flex;
  align-items: center;
  gap: 100px;
  flex: 0 0 auto;
  min-width: max-content;
  padding: 16px 100px 16px 0;
  animation: ticker-marquee 37s linear infinite;
}

.announcement-bar__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 18px;
  letter-spacing: 0.06em;
}

.beautylulus-notice p {
  margin: 0;
  padding: 6px 0;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.01em;
}

@keyframes ticker-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 50px));
  }
}

.site-shell {
  position: relative;
  min-height: 100vh;
}

.animate-section {
  overflow: clip;
}

.animate-item {
  --index: 0;
}

.animate-section.animate--hidden .animate-item {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
}

.animate-section.animate--shown .animate-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.animate-section.animate--shown .animate-item.animate-item--child {
  transition-delay: calc(var(--index, 0) * 0.08s);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(196, 167, 180, 0.55);
  background: rgba(246, 219, 231, 0.94);
  backdrop-filter: blur(10px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.site-header.scrolled-past-header {
  box-shadow: 0 10px 24px rgba(60, 38, 51, 0.1);
}

.site-header.shopify-section-header-sticky {
  background: rgba(246, 219, 231, 0.98);
}

.site-header.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.site-header.animate {
  transition-duration: 0.22s;
}

.site-header__inner {
  display: grid;
  grid-template-areas: "nav logo actions";
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 84px;
}

.site-header--checkout {
  display: none;
}

.site-header__inner--checkout {
  grid-template-columns: auto 1fr;
  gap: 18px;
  min-height: 72px;
}

.header-actions--checkout {
  justify-self: end;
}

.header-checkout-summary {
  display: grid;
  justify-items: end;
  gap: 2px;
  margin: 0;
  color: #5e5459;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-checkout-summary strong {
  color: #171315;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.site-logo {
  grid-area: logo;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-width: 112px;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
}

.site-logo img {
  width: auto;
  height: 33px;
  object-fit: contain;
}

.single-product .announcement-bar,
.single-product .beautylulus-notice {
  font-size: 18px;
}

.single-product .announcement-bar__items {
  padding: 16px 0;
}

.single-product .announcement-bar__item,
.single-product .beautylulus-notice p {
  font-size: 18px;
  letter-spacing: 0.06em;
}

.single-product .site-header__inner {
  gap: 16px;
  min-height: 84px;
}

.single-product .site-logo img {
  height: 33px;
}

.single-product .desktop-nav__list {
  gap: 18px;
}

.single-product .desktop-nav__link,
.single-product .header-link {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.desktop-nav__list,
.footer-links,
.mobile-nav,
.mobile-nav__children,
.mega-menu__links,
.image-feature__list,
.mini-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-nav {
  grid-area: nav;
  justify-self: start;
}

.site-header__inner > .header-icon--mobile {
  grid-area: nav;
  justify-self: start;
}

.header-actions {
  grid-area: actions;
  justify-self: end;
}

.desktop-nav__list {
  display: flex;
  align-items: center;
  gap: 44px;
}

.desktop-nav__item {
  position: relative;
}

.desktop-nav__link,
.header-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.22s ease, transform 0.22s ease;
}

.desktop-nav__link::after,
.header-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.desktop-nav__link:hover,
.header-link:hover,
.footer-links a:hover,
.mobile-nav a:hover {
  color: var(--accent-dark);
  transform: translateY(-1px);
}

.desktop-nav__link:hover::after,
.desktop-nav__link:focus-visible::after,
.header-link:hover::after,
.header-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.mega-menu {
  position: absolute;
  inset: calc(100% + 12px) auto auto 0;
  min-width: 860px;
  padding: 26px;
  border: 1px solid rgba(194, 111, 151, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.desktop-nav__item.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header .mega-menu {
  position: absolute;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 250px;
  gap: 22px;
}

.mega-menu__heading {
  margin: 0 0 12px;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-menu__links li + li {
  margin-top: 8px;
}

.mega-menu__feature {
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(160deg, #f9edf3, #fff);
}

.mega-menu__feature img {
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
}

.mega-menu__feature-label {
  display: block;
  padding: 14px 16px 18px;
  font-family: "TStarProHeavy", sans-serif;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-icon {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: #fff;
  cursor: pointer;
}

.header-actions .header-icon {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  font-size: 14px;
  color: #1d1619;
  transition: transform 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.header-actions .header-icon:hover,
.header-actions .header-icon:focus-visible {
  transform: translateY(-1px);
  color: var(--accent-dark);
}

.single-product .header-actions {
  gap: 10px;
}

.single-product .header-actions .header-icon {
  width: 28px;
  height: 28px;
  font-size: 14px;
}

.header-icon--mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header-icon--mobile span {
  width: 18px;
  height: 2px;
  background: var(--text);
}

.header-icon__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  border-radius: var(--radius-pill);
  background: var(--accent-strong);
  color: #fff;
  font-size: 9px;
  line-height: 14px;
}

.icon-search,
.icon-account,
.icon-bag {
  position: relative;
  display: inline-block;
}

.icon-search {
  width: 12px;
  height: 12px;
  border: 1.6px solid currentColor;
  border-radius: 50%;
}

.icon-search::after {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 5px;
  height: 1.6px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.icon-account {
  width: 13px;
  height: 13px;
  border: 1.6px solid currentColor;
  border-radius: 50%;
}

.icon-account::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 4px;
  height: 4px;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.icon-account::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 7px;
  height: 4px;
  border: 1.4px solid currentColor;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  transform: translateX(-50%);
}

.icon-bag {
  width: 12px;
  height: 11px;
  border: 1.6px solid currentColor;
  border-radius: 1px 1px 3px 3px;
}

.icon-bag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -4px;
  width: 7px;
  height: 5px;
  border: 1.6px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  transform: translateX(-50%);
}

.site-overlay {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: rgba(14, 10, 12, 0.42);
}

.site-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 49;
  width: min(610px, 100vw);
  height: 100vh;
  padding: 0;
  background: #fbf3f7;
  box-shadow: -18px 0 45px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  overflow-y: auto;
}

.site-drawer--left {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  box-shadow: 18px 0 45px rgba(0, 0, 0, 0.12);
}

#mobile-nav.site-drawer--left {
  width: min(640px, calc(100vw - 64px));
  max-width: calc(100vw - 64px);
}

.site-drawer.is-open {
  transform: translateX(0);
}

.site-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 28px 18px;
  border-bottom: 1px solid rgba(29, 22, 25, 0.12);
}

.site-drawer__header h2 {
  margin: 0;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 30px;
}

.site-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 0;
  background: rgba(29, 22, 25, 0.06);
  color: #1d1619;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.site-drawer__body {
  padding: 0 0 26px;
}

#cart-drawer .site-drawer__body {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 98px);
}

.site-drawer__header--cart h2 {
  font-size: 28px;
  letter-spacing: 0.01em;
}

#search-drawer {
  width: 100vw;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

#search-drawer.site-drawer {
  height: 100vh;
}

.search-drawer__bar {
  display: grid;
  gap: 14px;
  padding: 18px 18px 16px;
  background: #f8ebf2;
  box-shadow: 0 1px 0 rgba(29, 22, 25, 0.08);
  pointer-events: auto;
}

.search-drawer__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.search-drawer__title {
  margin: 0;
  color: #111;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.search-drawer__form {
  width: 100%;
  gap: 0;
}

.search-drawer__field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  border: 2px solid rgba(44, 37, 42, 0.78);
  border-radius: 12px;
  background: #f8ebf2;
}

.search-drawer__input {
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 28px 58px 12px 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #1d1619;
  font-size: 16px;
  line-height: 1.15;
  box-shadow: none;
}

.search-drawer__input:focus {
  outline: none;
}

.search-drawer__input::placeholder {
  color: transparent;
}

.search-drawer__label {
  position: absolute;
  top: 10px;
  left: 16px;
  color: rgba(62, 52, 58, 0.7);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  pointer-events: none;
}

.search-drawer__submit {
  position: absolute;
  top: 50%;
  right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: #4a3f45;
  transform: translateY(-50%);
}

.search-drawer__submit::after,
.search-drawer__submit::before {
  display: none;
}

.search-drawer__submit:hover,
.search-drawer__submit:focus-visible,
.search-drawer__submit:active {
  background: transparent;
  color: #1d1619;
  box-shadow: none;
  transform: translateY(-50%);
}

.search-drawer__close {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: rgba(58, 49, 54, 0.06);
  color: #3a3136;
  font-size: 30px;
}

.search-drawer__close:hover,
.search-drawer__close:focus-visible,
.search-drawer__close:active {
  background: transparent;
  box-shadow: none;
  transform: none;
}

.mobile-nav {
  padding: 0 24px;
}

.mobile-nav__item {
  border-bottom: 1px solid rgba(29, 22, 25, 0.08);
}

.mobile-nav__toggle,
.mobile-nav__direct-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 62px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2b2226;
  font-family: "TStarProMedium", sans-serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
}

.mobile-nav__toggle {
  cursor: pointer;
}

.mobile-nav__toggle-label {
  display: block;
  flex: 1 1 auto;
  padding-right: 16px;
}

.mobile-nav__toggle-icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.mobile-nav__toggle-icon::before,
.mobile-nav__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.mobile-nav__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-nav__toggle.is-active .mobile-nav__toggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.mobile-nav__panel {
  padding: 0 0 22px;
}

.mobile-nav__panel.is-open {
  display: block;
}

.mobile-nav__panel-inner {
  display: grid;
  gap: 18px;
  padding: 0 0 4px;
}

.mobile-nav__shop-all {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(29, 22, 25, 0.1);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.82);
  color: #221a1d;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-nav__shop-all::after {
  content: "->";
  font-size: 12px;
}

.mobile-nav__sections {
  display: grid;
  gap: 18px;
}

.mobile-nav__section {
  display: grid;
  gap: 10px;
}

.mobile-nav__subtoggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 0 14px 0 18px;
  border: 0;
  background: rgba(45, 34, 39, 0.04);
  color: #241c20;
  text-align: left;
}

.mobile-nav__group {
  margin: 0;
  color: #171315;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-nav__subtoggle-icon {
  position: relative;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.mobile-nav__subtoggle-icon::before,
.mobile-nav__subtoggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1.5px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.mobile-nav__subtoggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-nav__subtoggle.is-active .mobile-nav__subtoggle-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.mobile-nav__subpanel {
  padding: 8px 0 0;
}

.mobile-nav__links {
  display: grid;
  gap: 10px;
  padding: 0 0 0 36px;
}

.mobile-nav__links a {
  display: block;
  color: #54484d;
  font-size: 17px;
  letter-spacing: 0.01em;
  text-transform: none;
}

.mobile-nav__preview {
  margin-top: 2px;
}

.mobile-nav__preview-link {
  display: grid;
  gap: 12px;
  padding: 0;
  color: #241c20;
}

.mobile-nav__preview img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.mobile-nav__preview-copy {
  display: grid;
  gap: 6px;
  padding: 0 0 0 2px;
}

.mobile-nav__preview-copy strong {
  font-family: "TStarProMedium", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.mobile-nav__item.has-children > .mobile-nav__toggle.is-active + .mobile-nav__panel .mobile-nav__preview img {
  transform: scale(1.08);
}

#mobile-nav .mobile-nav__panel {
  padding: 0 0 18px;
}

#mobile-nav .mobile-nav__panel-inner {
  gap: 14px;
  padding: 0;
}

#mobile-nav .mobile-nav__shop-all {
  display: none;
}

#mobile-nav .mobile-nav__sections {
  gap: 12px;
}

#mobile-nav .mobile-nav__subtoggle {
  min-height: 48px;
  padding: 0 12px 0 16px;
}

#mobile-nav .mobile-nav__preview-link {
  gap: 10px;
  padding: 0 12px;
}

#mobile-nav .mobile-nav__preview img {
  max-width: 600px;
  margin: 0 auto;
  transform: none;
}

#mobile-nav .mobile-nav__preview-copy {
  gap: 4px;
  padding: 0 12px;
}

#mobile-nav .mobile-nav__preview-copy strong {
  font-size: 15px;
  line-height: 1.45;
}

#mobile-nav .mobile-nav__item.has-children > .mobile-nav__toggle.is-active + .mobile-nav__panel .mobile-nav__preview img {
  transform: none;
}

.mobile-nav__meta {
  display: grid;
  gap: 12px;
  margin: 30px 24px 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.header-search-form,
.search-results-form,
.newsletter-form,
.contact-form,
.collection-filters form {
  display: grid;
  gap: 14px;
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(127, 56, 93, 0.18);
  border-radius: var(--radius-lg);
  background: #fff;
  color: var(--text);
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.button-primary,
.button-secondary,
.product-card__cta,
.newsletter-form button,
.search-results-form button,
.header-search-form button,
.product-panel .single_add_to_cart_button,
.product-panel button.single_add_to_cart_button {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--radius-pill);
  border: 0;
  cursor: pointer;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1), background 0.22s ease, color 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}

.button-primary,
.newsletter-form button,
.search-results-form button,
.header-search-form button,
.product-card__cta {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent-dark));
  color: #fff;
  box-shadow: 0 14px 30px rgba(127, 56, 93, 0.18);
}

.button-primary::after,
.button-secondary::after,
.product-card__cta::after,
.newsletter-form button::after,
.search-results-form button::after,
.header-search-form button::after {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -42%;
  width: 34%;
  transform: translate3d(-185%, 0, 0) skewX(-22deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12) 36%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.12) 64%, rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  transition: transform 0.52s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

.button-secondary {
  border: 1px solid rgba(127, 56, 93, 0.2);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
}

.button-primary:hover,
.button-secondary:hover,
.product-card__cta:hover,
.newsletter-form button:hover,
.search-results-form button:hover,
.header-search-form button:hover,
.product-panel .single_add_to_cart_button:hover,
.product-panel button.single_add_to_cart_button:hover {
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 16px 30px rgba(25, 25, 25, 0.16);
}

.button-primary:hover::after,
.button-secondary:hover::after,
.product-card__cta:hover::after,
.newsletter-form button:hover::after,
.search-results-form button:hover::after,
.header-search-form button:hover::after {
  opacity: 1;
  transform: translate3d(390%, 0, 0) skewX(-22deg);
}

.button-primary:active,
.button-secondary:active,
.product-card__cta:active,
.newsletter-form button:active,
.search-results-form button:active,
.header-search-form button:active,
.product-panel .single_add_to_cart_button:active,
.product-panel button.single_add_to_cart_button:active {
  transform: translate3d(0, 1px, 0) scale(0.972);
  box-shadow: 0 6px 14px rgba(25, 25, 25, 0.12);
}

.button-primary:focus-visible,
.button-secondary:focus-visible,
.product-card__cta:focus-visible,
.newsletter-form button:focus-visible,
.search-results-form button:focus-visible,
.header-search-form button:focus-visible,
.product-panel .single_add_to_cart_button:focus-visible,
.product-panel button.single_add_to_cart_button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.72), 0 0 0 5px rgba(18, 18, 18, 0.28), 0 14px 30px rgba(25, 25, 25, 0.14);
}

.button-primary--full,
.button-secondary--full {
  width: 100%;
}
