/* Bootstrap Starter Theme for OpenCart 4.1
   ESR header refresh v11: product page refresh. */

:root {
  --sb-primary: #ff2f9f;
  --sb-primary-dark: #df157e;
  --sb-secondary: #6f2fd0;
  --sb-secondary-dark: #5020a3;
  --sb-dark: #321052;
  --sb-muted: #77617f;
  --sb-border: #f2d8ea;
  --sb-soft: #ffffff;
  --sb-radius: 1rem;
  --sb-shadow: 0 0.75rem 2rem rgba(84, 24, 103, 0.12);
  --esr-pink: #ff2f9f;
  --esr-pink-dark: #d9147b;
  --esr-purple: #6e2cc7;
  --esr-purple-dark: #502098;
  --esr-yellow: #ffd35b;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  background: #ffffff;
  color: var(--sb-dark);
  font-size: 16px;
}

a {
  color: var(--sb-primary);
  text-decoration: none;
}

a:hover {
  color: var(--sb-primary-dark);
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sb-page {
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.esr-page-top {
  position: relative;
  flex: 0 0 auto;
  overflow: visible;
  background-color: #ffffff;
  background-image: url("../image/esr-page-top-bg.webp?v=1");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}


.sb-main {
  flex: 0 0 auto;
  background: transparent;
  padding-bottom: 0;
}

.sb-alert {
  position: relative;
  z-index: 1050;
}

.esr-topbar {
  position: relative;
  z-index: 4;
  background: linear-gradient(90deg, #af42e7 0%, #7328c8 100%);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.43rem 0;
  box-shadow: none;
}

#top.esr-topbar {
  background: linear-gradient(90deg, #af42e7 0%, #7328c8 100%) !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding: 0.43rem 0 !important;
  box-shadow: none !important;
}

#top.esr-topbar .list-inline-item > a,
#top.esr-topbar .list-inline-item .dropdown > a {
  color: #ffffff !important;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  vertical-align: baseline;
  padding: 0;
  text-shadow: none !important;
}

#top.esr-topbar .list-inline-item > a:hover,
#top.esr-topbar .list-inline-item > a:focus,
#top.esr-topbar .list-inline-item .dropdown > a:hover,
#top.esr-topbar .list-inline-item .dropdown > a:focus {
  color: #ffe46e !important;
}

.esr-topbar__notice {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

.esr-topbar__emoji {
  font-size: 0.9rem;
  line-height: 1;
}

.esr-topbar a {
  color: #ffffff;
  font-weight: 700;
}

.esr-topbar a:hover,
.esr-topbar a:focus {
  color: #ffe46e;
}

.esr-topbar__links .list-inline-item {
  margin: 0;
}

.esr-topbar__links .list-inline-item + .list-inline-item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.72rem;
  margin: 0 1rem 0 0.95rem;
  vertical-align: -0.1rem;
  background: rgba(255, 255, 255, 0.55);
}

.esr-header {
  position: relative;
  z-index: 40;
  background: transparent;
  padding: 0.62rem 0 0.38rem;
}

.esr-header__row {
  min-height: 4.3rem;
}

.esr-logo {
  position: relative;
  z-index: 5;
}


#logo.esr-logo {
  margin: 0;
  text-align: left;
}

#logo.esr-logo img,
.esr-logo img {
  display: block;
  width: 7.8rem;
  height: auto;
  max-width: none;
  margin: -0.25rem 0 -1.55rem;
  filter: none;
}

.esr-search {
  max-width: 30rem;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #f2b0d6;
  border-radius: 999px;
  box-shadow: none;
}

.input-group.esr-search .esr-search__input {
  height: 2.45rem;
  border: 0 !important;
  border-radius: 999px 0 0 999px !important;
  color: var(--sb-dark);
  font-size: 0.82rem;
  padding-left: 1.1rem;
  box-shadow: none;
}

.esr-search__input::placeholder {
  color: #9f8aa6;
  opacity: 1;
}

.input-group.esr-search .esr-search__input:focus {
  box-shadow: none;
}

.esr-search:focus-within {
  border-color: var(--esr-pink);
}

.input-group.esr-search .esr-search__button {
  width: 3.25rem;
  height: 2.45rem;
  border: 0 !important;
  border-radius: 0 999px 999px 0 !important;
  background: var(--esr-pink);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.esr-search__button:hover,
.esr-search__button:focus {
  background: var(--esr-pink-dark);
  border-color: var(--esr-pink-dark);
  color: #ffffff;
}

.esr-actions {
  position: relative;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.7rem, 2vw, 1.35rem);
  color: var(--sb-dark);
}

.esr-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 2.3rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--sb-dark);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  text-align: left;
}

.esr-action:hover,
.esr-action:focus,
.esr-action.show {
  color: var(--esr-pink-dark);
}

.esr-action.dropdown-toggle::after,
.esr-action--cart.dropdown-toggle::after {
  display: none;
}

.esr-action__icon,
.esr-cart__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--esr-purple);
  font-size: 1.34rem;
  line-height: 1;
}

.esr-cart__icon-wrap {
  min-width: 1.72rem;
}

.esr-action__label,
.esr-cart__label {
  display: block;
}

.esr-account__menu,
.esr-cart__menu {
  border: 0;
  border-radius: 1rem;
  box-shadow: var(--sb-shadow);
}

#cart.esr-header-cart {
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.esr-action--cart {
  gap: 0.55rem;
}

.esr-action--cart .esr-cart__icon-wrap {
  flex: 0 0 1.9rem;
  width: 1.9rem;
  font-size: 1.38rem;
}

.esr-cart__badge {
  position: absolute;
  top: -0.5rem;
  right: 0;
  min-width: 1.05rem;
  min-height: 1.05rem;
  padding: 0.18rem 0.32rem;
  background: var(--esr-pink);
  color: #ffffff;
  font-size: 0.58rem;
  line-height: 1;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.esr-cart__text {
  display: grid;
  gap: 0.08rem;
}

.esr-cart__total {
  display: block;
  color: var(--esr-purple);
  font-size: 0.72rem;
  font-weight: 900;
  text-shadow: none !important;
}

.esr-cart__menu {
  width: min(92vw, 620px);
}

.esr-menu-wrap {
  position: relative;
  z-index: 20;
  overflow: visible;
  background: transparent;
  padding: 0 0 0.48rem;
  box-shadow: none;
}

.esr-menu {
  position: relative;
  overflow: visible;
  padding: 0;
}

#menu.esr-menu {
  min-height: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.esr-menu .navbar-brand {
  color: var(--sb-dark);
  font-size: 0.95rem;
  font-weight: 900;
  text-shadow: none !important;
}

.esr-menu__toggler {
  border: 0;
  color: var(--esr-purple);
  padding-right: 0;
}

.esr-menu__toggler:focus {
  box-shadow: none;
}

.esr-menu__pill {
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  min-height: 2rem;
  padding: 0.22rem 0.62rem;
  background: var(--esr-pink);
  border-radius: 0.82rem;
  box-shadow: none;
}

.esr-menu__item {
  position: relative;
}

.esr-menu__item--has-mega {
  position: static;
}

.esr-menu__link {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.34rem 1.04rem !important;
  border-radius: 0.62rem;
  color: #ffffff !important;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: none !important;
}

#menu.esr-menu .navbar-nav > li > .esr-menu__link {
  padding: 0.34rem 1.04rem !important;
  background-color: transparent !important;
  text-shadow: none !important;
}

.esr-menu__link:hover,
.esr-menu__link:focus,
.esr-menu .show > .esr-menu__link,
#menu.esr-menu .navbar-nav > li > .esr-menu__link:hover,
#menu.esr-menu .navbar-nav > li > .esr-menu__link:focus,
#menu.esr-menu .show > .esr-menu__link {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.esr-menu .dropdown-toggle::after {
  display: none;
}

.esr-mega-menu {
  position: absolute !important;
  inset: calc(100% - 0.05rem) auto auto 50% !important;
  top: calc(100% - 0.05rem) !important;
  left: 50% !important;
  right: auto !important;
  margin: 0 !important;
  z-index: 1050;
  width: min(68rem, calc(100vw - 4rem));
  max-height: calc(100vh - 13.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.55rem 1.65rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at 3.5% 10%, rgba(255, 255, 255, 0.85) 0 0.22rem, transparent 0.24rem),
    radial-gradient(circle at 96% 22%, rgba(255, 255, 255, 0.9) 0 0.18rem, transparent 0.2rem),
    radial-gradient(circle at 93% 78%, rgba(255, 255, 255, 0.72) 0 0.14rem, transparent 0.16rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 235, 250, 0.96) 42%, rgba(255, 204, 242, 0.94) 100%);
  box-shadow: 0 1.15rem 2.5rem rgba(88, 28, 117, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  transform: translateX(-50%) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.esr-menu .dropdown-menu.show.esr-mega-menu {
  display: block;
}

.esr-mega-menu__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.75rem;
}

.esr-mega-menu__column {
  display: grid;
  row-gap: 0.62rem;
}

.esr-mega-menu__item.dropdown-item,
.esr-mega-menu__item {
  display: flex !important;
  align-items: center;
  gap: 0.72rem;
  min-height: 3.15rem;
  padding: 0.32rem 1rem 0.32rem 0.42rem !important;
  border: 2px solid #f3b7e3;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--sb-dark) !important;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.15;
  white-space: normal;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  text-shadow: none !important;
  transition: border-color 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}

.esr-mega-menu__item.dropdown-item:hover,
.esr-mega-menu__item.dropdown-item:focus {
  background: #ffffff !important;
  border-color: var(--esr-pink);
  color: var(--sb-dark) !important;
  transform: translateY(-1px);
}

.esr-mega-menu__icon {
  flex: 0 0 2.35rem;
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #f2addf;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #ffe3f7 100%);
  color: var(--esr-pink);
  font-size: 1.05rem;
  box-shadow: 0 0.32rem 0.75rem rgba(138, 47, 155, 0.13);
}

.esr-mega-menu__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esr-mega-menu__text {
  min-width: 0;
}

.esr-mega-menu__divider {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.35rem;
  margin: 1.05rem 0 0.78rem;
}

.esr-mega-menu__divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px dashed rgba(198, 75, 210, 0.35);
}

.esr-mega-menu__divider span {
  position: relative;
  z-index: 1;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #ffd9f3 100%);
  border: 2px solid #f4b4e4;
  color: var(--esr-pink);
  box-shadow: 0 0.35rem 0.8rem rgba(138, 47, 155, 0.12);
}

.esr-mega-menu__divider span::before {
  content: "✺";
  font-size: 1rem;
  line-height: 1;
}

.esr-mega-menu__all.dropdown-item,
.esr-mega-menu__all {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 3.25rem;
  padding: 0.6rem 3.4rem !important;
  border: 2px solid #f2b6e3;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 222, 247, 0.96) 100%) !important;
  color: var(--sb-dark) !important;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 0 0.5rem 1rem rgba(138, 47, 155, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-shadow: none !important;
}

.esr-mega-menu__all.dropdown-item:hover,
.esr-mega-menu__all.dropdown-item:focus {
  border-color: var(--esr-pink);
  background: #ffffff !important;
  color: var(--sb-dark) !important;
}

.esr-mega-menu__all-icon {
  color: var(--esr-pink);
  font-size: 1.25rem;
  line-height: 1;
}

.esr-mega-menu__all-arrow {
  position: absolute;
  right: 0.82rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--esr-pink);
  color: #ffffff;
  font-size: 0.75rem;
  transform: translateY(-50%);
}

.esr-mega-menu__decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0.35rem 0.75rem rgba(133, 42, 166, 0.12);
}

.esr-mega-menu__decor--sparkle-one {
  top: 1.55rem;
  left: 1.15rem;
  color: #ffd966;
  font-size: 1.18rem;
}

.esr-mega-menu__decor--sparkle-two {
  right: 1.3rem;
  bottom: 5.7rem;
  color: #ffd966;
  font-size: 1rem;
}

.esr-mega-menu__decor--sprinkle {
  right: 2rem;
  top: 7.6rem;
  width: 1.35rem;
  height: 0.48rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #a75cff 0%, #7130da 100%);
  box-shadow: 0 0.25rem 0.45rem rgba(93, 36, 154, 0.22);
  transform: rotate(-26deg);
}

.esr-hero {
  position: relative;
  min-height: clamp(20rem, 38.2vw, 45.75rem);
  overflow: hidden;
  background-color: #ffffff;
  background-image: url("../image/esr-hero-bg.webp?v=4");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.esr-hero__container {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esr-hero__content {
  width: min(100%, 40rem);
  margin-top: 0;
  text-align: center;
}

.esr-hero__headline {
  display: block;
  width: min(28rem, 64vw);
  height: auto;
  margin: 0 auto 0.35rem;
  filter: none;
}

.esr-hero__copy {
  max-width: 30rem;
  margin: 0 auto 0.78rem;
  color: #49205a;
  font-size: clamp(0.98rem, 1.45vw, 1.15rem);
  font-weight: 900;
  line-height: 1.12;
  text-shadow: none;
}

.esr-hero__buttons {
  position: relative;
  z-index: 1;
}

.esr-hero__btn {
  min-width: 8.2rem;
  padding: 0.56rem 1.25rem;
  border: 0;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: none;
}

.esr-hero__btn--shop,
.btn-primary {
  background: linear-gradient(180deg, #ff4eac 0%, #ee238f 100%);
  border-color: var(--esr-pink);
  color: #ffffff;
}

.esr-hero__btn--shop:hover,
.esr-hero__btn--shop:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(180deg, #fb3ea3 0%, #d9147b 100%);
  border-color: var(--esr-pink-dark);
  color: #ffffff;
}

.esr-hero__btn--deals,
.btn-secondary {
  background: linear-gradient(180deg, #7533d6 0%, #5420ab 100%);
  border-color: var(--esr-purple);
  color: #ffffff;
}

.esr-hero__btn--deals:hover,
.esr-hero__btn--deals:focus,
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(180deg, #662bc2 0%, #46198e 100%);
  border-color: var(--esr-purple-dark);
  color: #ffffff;
}

.esr-topbar,
.esr-topbar a,
.esr-action,
.esr-cart__label,
.esr-cart__total,
#menu.esr-menu,
#menu.esr-menu a,
.esr-hero__copy,
.esr-hero__btn {
  text-shadow: none !important;
}

.esr-main,
#common-home,
.sb-page-section {
  background: transparent;
}

.esr-home-content {
  padding-top: 2rem;
}

.dropdown-inner {
  display: flex;
  gap: 1.5rem;
  padding: 0.5rem 0;
}

.dropdown-column-2,
.dropdown-column-3,
.dropdown-column-4 {
  min-width: min(92vw, 760px);
}

.sb-page-section,
#product-category,
#product-product,
#product-info,
#product-search,
#product-special,
#product-manufacturer,
#product-compare,
#checkout-cart,
#checkout-checkout,
#account-account,
#account-login,
#account-register,
#account-edit,
#account-password,
#account-address,
#account-wishlist,
#account-order,
#account-download,
#account-transaction,
#account-newsletter,
#account-returns,
#account-reward,
#account-tracking,
#information-contact,
#information-information,
#information-sitemap,
#error-not-found,
#cms-blog,
#cms-blog-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.breadcrumb {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 0.925rem;
}

.breadcrumb a {
  color: var(--sb-muted);
}

h1, .h1 {
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 1.25rem;
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

#content > .row,
#content .row {
  row-gap: 1.5rem;
}

.card,
.card-header,
.list-group,
.list-group-item,
.accordion-item,
.form-control,
.form-select,
.btn,
.table,
.img-thumbnail {
  border-color: var(--sb-border);
}

.card,
.accordion,
.list-group,
.table-responsive,
#content > form,
#form-contact,
#form-register,
#form-login,
#form-checkout,
#checkout-cart .table-responsive {
  border-radius: var(--sb-radius);
}

.card,
#content > form,
#form-contact,
#form-register,
#form-login,
#form-checkout {
  background: #ffffff;
}

#content > form,
#form-contact,
#form-register,
#form-login,
#form-checkout {
  padding: 1.5rem;
  border: 1px solid var(--sb-border);
  box-shadow: 0 0.5rem 1.5rem rgba(84, 24, 103, 0.05);
}

fieldset + fieldset {
  margin-top: 1.5rem;
}

legend {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.table {
  background: #ffffff;
}

.table thead th {
  background: #fff5fb;
  color: var(--sb-muted);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-thumb {
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-thumb:hover {
  transform: translateY(-3px);
  box-shadow: var(--sb-shadow) !important;
}

.product-thumb__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 1.25rem;
  background: #ffffff;
  border-bottom: 1px solid var(--sb-border);
}

.product-thumb__image img {
  max-height: 220px;
  object-fit: contain;
}

.product-thumb__title {
  min-height: 2.5rem;
  margin-bottom: 0.75rem;
}

.product-thumb__title a {
  color: var(--sb-dark);
}

.product-thumb__description {
  color: var(--sb-muted);
  font-size: 0.925rem;
}

.price {
  font-weight: 800;
  color: var(--sb-dark);
}

.price-new {
  font-size: 1.1rem;
}

.price-old {
  color: var(--sb-muted);
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 0.4rem;
}

.price-tax {
  color: var(--sb-muted);
  font-size: 0.8rem;
  font-weight: 400;
}

.rating {
  color: #f59e0b;
  font-size: 0.8rem;
}

.rating .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}

.product-list .product-thumb,
.product-list .product-thumb .content {
  height: 100%;
}

.product-list .product-thumb {
  flex-direction: row;
}

.product-list .product-thumb__image {
  width: 32%;
  min-height: 180px;
  border-bottom: 0;
  border-right: 1px solid var(--sb-border);
}

.module,
.list-group.mb-3,
#column-left > *,
#column-right > * {
  margin-bottom: 1.5rem;
}

#column-left .list-group,
#column-right .list-group,
#column-left .card,
#column-right .card {
  overflow: hidden;
  border-radius: var(--sb-radius);
  box-shadow: 0 0.5rem 1.5rem rgba(84, 24, 103, 0.05);
}

.list-group-item.active {
  background: var(--sb-primary);
  border-color: var(--sb-primary);
}

#product-product .thumbnails {
  padding-left: 0;
  list-style: none;
}

#product-product .thumbnails img,
#product-product .image img {
  background: #ffffff;
  border-radius: var(--sb-radius);
}

#product-product .btn-group .btn,
#product-product #button-cart {
  min-height: 3rem;
}

.pagination {
  gap: 0.35rem;
}

.page-link {
  border-color: var(--sb-border);
  color: var(--sb-dark);
  border-radius: 0.65rem;
}

.active > .page-link,
.page-link.active {
  background: var(--sb-primary);
  border-color: var(--sb-primary);
}

.alert {
  border: 0;
  border-radius: var(--sb-radius);
  box-shadow: 0 0.5rem 1.5rem rgba(84, 24, 103, 0.08);
}

.sb-footer.esr-footer {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  background: #27104a;
  color: #ffffff;
}

.esr-footer a {
  color: inherit;
  text-decoration: none;
}

.esr-footer-loop {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 1rem 0 1.4rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(255,255,255,0.22) 0 0.12rem, transparent 0.14rem),
    radial-gradient(circle at 84% 28%, rgba(255,255,255,0.2) 0 0.1rem, transparent 0.12rem),
    linear-gradient(90deg, #7a2bce 0%, #9c39df 42%, #fa4fb2 100%);
  box-shadow: inset 0 0.18rem 0 rgba(255,255,255,0.24);
}

.esr-footer-loop::before,
.esr-footer-loop::after {
  content: "✦";
  position: absolute;
  z-index: -1;
  color: rgba(255,255,255,0.62);
  line-height: 1;
  text-shadow: none;
}

.esr-footer-loop::before {
  left: 25%;
  top: 0.7rem;
  font-size: 0.9rem;
}

.esr-footer-loop::after {
  right: 17%;
  bottom: 1.25rem;
  font-size: 1.1rem;
}

.esr-footer-loop__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.1rem;
  z-index: -1;
  height: 1.45rem;
  background:
    radial-gradient(1.2rem 1.05rem at 0.6rem 0, #301257 98%, transparent 100%) 0 0 / 2.4rem 1.45rem repeat-x;
}

.esr-footer-loop__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 3.3vw, 2.35rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-shadow: none;
}

.esr-footer-loop__text {
  color: rgba(255,255,255,0.92);
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
}

.esr-footer-newsletter {
  display: flex;
  align-items: center;
  width: min(100%, 25rem);
  margin-left: auto;
  padding: 0.18rem;
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0.8rem 1.75rem rgba(72, 10, 109, 0.18);
}

.esr-footer-newsletter__input.form-control {
  min-width: 0;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  color: var(--sb-dark);
  font-size: 0.8rem;
  padding: 0 1rem;
  box-shadow: none;
}

.esr-footer-newsletter__input.form-control::placeholder {
  color: #a48caf;
  opacity: 1;
}

.esr-footer-newsletter__button.btn {
  flex: 0 0 auto;
  min-width: 7.1rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5bad 0%, #f22791 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 0.08rem 0 rgba(255,255,255,0.36);
}

.esr-footer-newsletter__button.btn:hover,
.esr-footer-newsletter__button.btn:focus {
  background: linear-gradient(180deg, #ff73ba 0%, #dd157e 100%);
  color: #ffffff;
}

.esr-footer-decoration {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.esr-footer-decoration--lollipop {
  left: clamp(0.45rem, 2.3vw, 2.25rem);
  top: -1.1rem;
  width: clamp(4.3rem, 8.2vw, 6.4rem);
  height: clamp(4.7rem, 8.8vw, 7.3rem);
  transform: rotate(-26deg);
}

.esr-footer-decoration--lollipop::before {
  content: "";
  position: absolute;
  inset: 0.25rem auto auto 0.2rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 0.55rem, transparent 0.58rem),
    conic-gradient(from 0deg, #ff2f9f 0 20deg, #ffffff 20deg 42deg, #ff2f9f 42deg 72deg, #ffffff 72deg 104deg, #ff2f9f 104deg 140deg, #ffffff 140deg 178deg, #ff2f9f 178deg 220deg, #ffffff 220deg 260deg, #ff2f9f 260deg 312deg, #ffffff 312deg 360deg);
  border: 0.22rem solid rgba(255,255,255,0.9);
  box-shadow: 0 0.4rem 1rem rgba(63, 15, 94, 0.22);
}

.esr-footer-decoration--lollipop::after {
  content: "";
  position: absolute;
  left: 3.35rem;
  top: 3.75rem;
  width: 0.26rem;
  height: 3.55rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0.1rem 0.35rem rgba(63, 15, 94, 0.18);
}

.esr-footer-decoration--rainbow {
  right: clamp(0.65rem, 2.5vw, 2.4rem);
  top: -0.65rem;
  width: clamp(4.3rem, 8.4vw, 6.6rem);
  height: clamp(3.2rem, 6vw, 4.8rem);
  border-radius: 1rem;
  transform: rotate(16deg);
  background: repeating-linear-gradient(90deg, #ff2f9f 0 0.72rem, #ff8f24 0.72rem 1.44rem, #ffd85d 1.44rem 2.16rem, #28c760 2.16rem 2.88rem, #20a8ff 2.88rem 3.6rem, #7b35d6 3.6rem 4.32rem);
  border: 0.18rem solid rgba(255,255,255,0.86);
  box-shadow: 0 0.45rem 1rem rgba(63, 15, 94, 0.22);
}

.esr-footer-decoration--rainbow::before,
.esr-footer-decoration--rainbow::after {
  content: "";
  position: absolute;
  inset: 0.28rem;
  border-radius: 0.75rem;
  background: radial-gradient(circle at 18% 24%, rgba(255,255,255,0.65) 0 0.08rem, transparent 0.1rem) 0 0 / 0.58rem 0.58rem;
}

.esr-footer-main {
  position: relative;
  isolation: isolate;
  padding: 2.3rem 0 0.8rem;
  background:
    radial-gradient(circle at 3% 92%, rgba(35, 176, 255, 0.18) 0 0.15rem, transparent 0.18rem),
    radial-gradient(circle at 91% 10%, rgba(255, 67, 176, 0.14), transparent 21rem),
    linear-gradient(180deg, #301257 0%, #241044 100%);
}

.esr-footer-main::before,
.esr-footer-main::after {
  content: "✦";
  position: absolute;
  z-index: -1;
  color: rgba(255,255,255,0.28);
  line-height: 1;
}

.esr-footer-main::before {
  left: 1rem;
  bottom: 0.7rem;
  font-size: 1.2rem;
}

.esr-footer-main::after {
  right: 1rem;
  bottom: 0.9rem;
  font-size: 1.4rem;
}

.esr-footer-brand {
  min-height: 100%;
  padding-right: clamp(0.5rem, 2vw, 1.65rem);
  border-right: 1px solid rgba(255,255,255,0.14);
}

.esr-footer-brand__logo {
  display: inline-block;
  width: 5.45rem;
  max-width: 100%;
  margin-bottom: 0.65rem;
}

.esr-footer-brand__logo img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.esr-footer-brand__text {
  max-width: 14.5rem;
  margin: 0 0 0.6rem;
  color: rgba(255,255,255,0.88);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.esr-footer-contact {
  color: rgba(255,255,255,0.88);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.3;
}

.esr-footer-contact li {
  display: flex;
  gap: 0.42rem;
  align-items: flex-start;
  margin-top: 0.24rem;
}

.esr-footer-contact i {
  flex: 0 0 auto;
  width: 0.82rem;
  color: #ffcf3e;
  font-size: 0.74rem;
  line-height: 1.35;
  text-align: center;
}

.esr-footer-contact a:hover,
.esr-footer-contact a:focus,
.esr-footer-links a:hover,
.esr-footer-links a:focus,
.esr-footer-legal a:hover,
.esr-footer-legal a:focus {
  color: #ffcf3e;
}

.esr-footer-heading {
  margin: 0 0 0.72rem;
  color: #ffdf5b;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.15;
  text-shadow: none;
}

.esr-footer-links {
  color: rgba(255,255,255,0.88);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
}

.esr-footer-links li + li {
  margin-top: 0.42rem;
}

.esr-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
  margin: 0 0 1rem;
}

.esr-footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: #ffffff;
  color: #5d25c5;
  font-size: 0.84rem;
  box-shadow: 0 0.36rem 0.8rem rgba(0,0,0,0.12);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.esr-footer-social__link:hover,
.esr-footer-social__link:focus {
  color: #ffffff;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.48rem 1rem rgba(0,0,0,0.16);
}

.esr-footer-social__link--facebook { color: #1877f2; }
.esr-footer-social__link--instagram { color: #e1306c; }
.esr-footer-social__link--tiktok { color: #111111; }
.esr-footer-social__link--pinterest { color: #e60023; }
.esr-footer-social__link--youtube { color: #ff0000; }

.esr-footer-social__link--facebook:hover,
.esr-footer-social__link--facebook:focus { background: #1877f2; }
.esr-footer-social__link--instagram:hover,
.esr-footer-social__link--instagram:focus { background: linear-gradient(135deg, #feda75, #d62976, #962fbf, #4f5bd5); }
.esr-footer-social__link--tiktok:hover,
.esr-footer-social__link--tiktok:focus { background: #111111; }
.esr-footer-social__link--pinterest:hover,
.esr-footer-social__link--pinterest:focus { background: #e60023; }
.esr-footer-social__link--youtube:hover,
.esr-footer-social__link--youtube:focus { background: #ff0000; }

.esr-footer-payments__title {
  display: block;
  margin-bottom: 0.4rem;
  color: #ffdf5b;
  font-size: 0.78rem;
  font-weight: 950;
}

.esr-footer-payment-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.esr-footer-payment-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.05rem;
  padding: 0.08rem 0.34rem;
  border-radius: 0.18rem;
  background: #ffffff;
  color: #241044;
  font-size: 0.52rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 0.22rem 0.5rem rgba(0,0,0,0.1);
}

.esr-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.35rem;
  padding-top: 0.82rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.78);
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.35;
}

.esr-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 0;
}

.esr-footer-legal a + a::before {
  content: "|";
  display: inline-block;
  margin: 0 0.7rem;
  color: rgba(255,255,255,0.42);
}


@media (max-width: 991.98px) {
  .esr-footer-loop {
    padding-top: 1.25rem;
  }

  .esr-footer-loop__title,
  .esr-footer-loop__text {
    text-align: center;
  }

  .esr-footer-newsletter {
    margin-right: auto;
    margin-left: auto;
  }

  .esr-footer-decoration--lollipop,
  .esr-footer-decoration--rainbow {
    opacity: 0.55;
  }

  .esr-footer-brand {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    text-align: center;
  }

  .esr-footer-brand__text {
    margin-right: auto;
    margin-left: auto;
  }

  .esr-footer-contact li {
    justify-content: center;
  }

  .esr-footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .esr-footer-legal {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .esr-footer-loop {
    padding-top: 1.45rem;
  }

  .esr-footer-newsletter {
    flex-direction: column;
    align-items: stretch;
    gap: 0.32rem;
    max-width: 22rem;
    padding: 0.34rem;
    border-radius: 1.15rem;
  }

  .esr-footer-newsletter__input.form-control,
  .esr-footer-newsletter__button.btn {
    width: 100%;
    border-radius: 999px;
  }

  .esr-footer-decoration--lollipop {
    left: -1.25rem;
    top: -0.9rem;
  }

  .esr-footer-decoration--rainbow {
    right: -1.5rem;
    top: -0.45rem;
  }

  .esr-footer-main {
    padding-top: 1.7rem;
  }

  .esr-footer-social,
  .esr-footer-payment-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 1199.98px) {
  .esr-menu__link {
    padding-left: 0.78rem !important;
    padding-right: 0.78rem !important;
    font-size: 0.8rem;
  }

  .esr-action {
    gap: 0.34rem;
    font-size: 0.76rem;
  }
}

@media (max-width: 991.98px) {
  .esr-topbar,
  .esr-topbar .text-lg-end {
    text-align: center;
  }

  .esr-topbar__notice {
    justify-content: center;
    white-space: normal;
  }

  #logo.esr-logo img,
  .esr-logo img {
    width: 6.9rem;
  }

  .esr-action__label,
  .esr-cart__text {
    display: none;
  }

  .esr-actions {
    gap: 1rem;
  }

  .esr-hero__headline {
    width: min(26rem, 70vw);
    margin-bottom: 0.3rem;
  }

  .esr-mega-menu {
    width: min(42rem, calc(100vw - 2rem));
    padding: 1.2rem;
  }

  .esr-mega-menu__grid {
    column-gap: 0.9rem;
  }

  .esr-mega-menu__column {
    row-gap: 0.52rem;
  }

  .esr-mega-menu__item.dropdown-item,
  .esr-mega-menu__item {
    font-size: 0.88rem;
  }

  .product-list .product-thumb {
    flex-direction: column;
  }

  .product-list .product-thumb__image {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--sb-border);
  }
}

@media (max-width: 767.98px) {
  .esr-header {
    padding: 0.7rem 0;
  }

  .esr-header__row {
    min-height: 0;
  }

  #logo.esr-logo img,
  .esr-logo img {
    width: 6rem;
    margin: 0;
  }

  .esr-actions {
    gap: 0.9rem;
  }

  .esr-search {
    max-width: none;
  }

  .esr-menu-wrap {
    padding: 0.25rem 0 0.55rem;
  }

  .esr-menu__pill {
    align-items: stretch;
    margin-top: 0.5rem;
    padding: 0.55rem;
    border-radius: 1rem;
  }

  .esr-menu__link {
    justify-content: center;
    padding: 0.75rem 0.9rem !important;
    font-size: 0.9rem;
  }


  .esr-menu__item--has-mega {
    position: relative;
  }

  .esr-mega-menu {
    position: static !important;
    left: auto !important;
    width: 100%;
    max-height: none;
    margin: 0.35rem 0 0.8rem;
    padding: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 1.2rem;
    transform: none !important;
  }

  .esr-mega-menu__grid {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }

  .esr-mega-menu__column {
    row-gap: 0.5rem;
  }

  .esr-mega-menu__item.dropdown-item,
  .esr-mega-menu__item {
    min-height: 2.95rem;
    padding-right: 0.8rem !important;
    font-size: 0.9rem;
  }

  .esr-mega-menu__all.dropdown-item,
  .esr-mega-menu__all {
    min-height: 3rem;
    padding: 0.58rem 3rem 0.58rem 1.2rem !important;
    justify-content: flex-start;
  }

  .esr-mega-menu__decor--sprinkle {
    display: none;
  }

  .esr-hero {
    min-height: clamp(20rem, 56vw, 28rem);
    background-position: center top;
    background-size: auto 100%;
  }

  .esr-hero__content {
    margin-top: -1rem;
  }

  .esr-hero__headline {
    width: min(25rem, 86vw);
    margin-bottom: 0.35rem;
  }

  .esr-hero__copy {
    max-width: 20rem;
    font-size: 0.98rem;
  }
}

@media (max-width: 575.98px) {
  .esr-topbar__links .list-inline-item + .list-inline-item::before {
    margin-left: 0.55rem;
    margin-right: 0.58rem;
  }

  .esr-actions {
    gap: 0.7rem;
  }

  .esr-cart__menu {
    width: calc(100vw - 2rem);
  }

  .esr-hero {
    min-height: 21.5rem;
  }

  .esr-hero__headline {
    margin-bottom: 0.3rem;
  }

  .esr-hero__btn {
    min-width: 7.3rem;
    padding: 0.54rem 1rem;
    font-size: 0.86rem;
  }

  .esr-mega-menu {
    padding: 0.85rem;
    border-radius: 1rem;
  }

  .esr-mega-menu__icon {
    flex-basis: 2.1rem;
    width: 2.1rem;
    height: 2.1rem;
  }

  .esr-mega-menu__all-icon {
    font-size: 1.05rem;
  }

  #content > form,
  #form-contact,
  #form-register,
  #form-login,
  #form-checkout {
    padding: 1rem;
  }
}


/* ESR mini cart refresh v6 */
.esr-cart {
  position: relative;
  z-index: 60;
}

.esr-cart .dropdown-menu.esr-cart__menu {
  --bs-dropdown-bg: transparent;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  width: min(92vw, 44rem);
  margin-top: 1rem;
  padding: 0 !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 1.25rem;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 1200;
}

.esr-cart .dropdown-menu.esr-cart__menu::before {
  content: "";
  position: absolute;
  top: -0.65rem;
  right: 2.6rem;
  width: 1.25rem;
  height: 1.25rem;
  background: linear-gradient(135deg, #ffdff5 0%, #dcc4ff 100%);
  border-left: 2px solid rgba(255, 146, 214, 0.75);
  border-top: 2px solid rgba(255, 146, 214, 0.75);
  transform: rotate(45deg);
  z-index: 1;
}

.esr-cart-panel {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1rem 1.05rem 1.05rem;
  border: 2px solid rgba(255, 146, 214, 0.72);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 4rem 3rem, rgba(255, 255, 255, 0.96) 0 0.16rem, transparent 0.18rem),
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.9) 0 0.2rem, transparent 0.22rem),
    radial-gradient(circle at 88% 78%, rgba(255, 255, 255, 0.95) 0 0.16rem, transparent 0.18rem),
    linear-gradient(135deg, #ffdff5 0%, #f8d7ff 42%, #d8c3ff 100%);
  box-shadow: 0 1rem 2.2rem rgba(91, 31, 138, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.52);
  color: var(--sb-dark);
}

.esr-cart-panel::before,
.esr-cart-panel::after {
  content: "✦";
  position: absolute;
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1;
  text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.85);
  pointer-events: none;
}

.esr-cart-panel::before {
  top: 1.2rem;
  left: 1.45rem;
}

.esr-cart-panel::after {
  right: 1.25rem;
  bottom: 1.4rem;
}

.esr-cart-panel__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.45rem;
  margin: -0.1rem auto 0.8rem;
  padding: 0.08rem 3.2rem 0.14rem;
  width: fit-content;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 76, 172, 0.96) 0%, rgba(255, 46, 155, 0.96) 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.34), 0 0.4rem 0.9rem rgba(151, 45, 152, 0.25);
}

.esr-cart-panel__title {
  color: #ffffff;
  font-size: clamp(1rem, 2.1vw, 1.45rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(166, 26, 118, 0.38);
}

.esr-cart-panel__sweet {
  position: absolute;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  font-size: 1.45rem;
  transform: translateY(-50%) rotate(-12deg);
  filter: drop-shadow(0 0.26rem 0.22rem rgba(95, 24, 139, 0.28));
}

.esr-cart-panel__sweet--left {
  left: -1.2rem;
}

.esr-cart-panel__sweet--right {
  right: -1.15rem;
  transform: translateY(-50%) rotate(12deg);
}

.esr-cart-panel__body {
  padding: 0.82rem;
  border: 2px solid rgba(255, 187, 225, 0.8);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.74);
}

.esr-cart-products {
  display: grid;
  gap: 0.7rem;
}

.esr-cart-product {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.78rem;
  border: 1px dashed rgba(255, 85, 174, 0.55);
  border-radius: 0.9rem;
  background:
    repeating-linear-gradient(-35deg, rgba(255, 255, 255, 0.7) 0 0.65rem, rgba(255, 246, 252, 0.85) 0.65rem 1.3rem),
    #ffffff;
}

.esr-cart-product__image {
  width: 5.45rem;
  height: 5.45rem;
  padding: 0.38rem;
  border: 2px solid rgba(255, 124, 202, 0.58);
  border-radius: 0.7rem;
  background: linear-gradient(180deg, #ffffff 0%, #fff4fb 100%);
  box-shadow: 0 0.28rem 0.58rem rgba(99, 34, 120, 0.11);
}

.esr-cart-product__image a,
.esr-cart-product__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.esr-cart-product__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  border-radius: 0.45rem;
  background: #ffffff;
}

.esr-cart-product__placeholder {
  font-size: 2.4rem;
  background: #ffffff;
  border-radius: 0.45rem;
}

.esr-cart-product__info {
  min-width: 0;
}

.esr-cart-product__name {
  display: inline-block;
  color: var(--esr-pink);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.22;
}

.esr-cart-product__name:hover,
.esr-cart-product__name:focus {
  color: var(--esr-pink-dark);
}

.esr-cart-product__meta {
  margin: 0.35rem 0 0;
  color: #63546f;
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.35;
}

.esr-cart-product__summary {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 0.8rem;
  color: #160625;
  font-weight: 900;
  white-space: nowrap;
}

.esr-cart-product__quantity {
  font-size: 0.88rem;
}

.esr-cart-product__total {
  font-size: 0.92rem;
}

.esr-cart-product__remove-form {
  margin: 0;
}

.esr-cart-product__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff617c 0%, #f12e61 100%);
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1;
  box-shadow: 0 0.2rem 0.45rem rgba(151, 16, 64, 0.25);
}

.esr-cart-product__remove:hover,
.esr-cart-product__remove:focus {
  background: linear-gradient(180deg, #ff3f69 0%, #d8164f 100%);
  color: #ffffff;
}

.esr-cart-totals {
  display: grid;
  gap: 0;
  margin-top: 0.78rem;
  padding: 0.65rem 0.72rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0.35rem 0.9rem rgba(95, 24, 139, 0.1);
}

.esr-cart-total {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
  min-height: 2.22rem;
  color: #241033;
  font-weight: 850;
  border-bottom: 1px dashed rgba(255, 85, 174, 0.42);
}

.esr-cart-total:last-child {
  border-bottom: 0;
}

.esr-cart-total__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  font-size: 1.12rem;
}

.esr-cart-total__title {
  font-size: 0.92rem;
}

.esr-cart-total__value {
  font-size: 0.94rem;
  font-weight: 900;
}

.esr-cart-total--final {
  min-height: 2.65rem;
  margin-top: 0.35rem;
  padding: 0 0.6rem 0 0.25rem;
  border: 1px solid rgba(255, 102, 189, 0.32);
  border-radius: 0.62rem;
  background: linear-gradient(90deg, #ffe8f6 0%, #ffd4ed 100%);
  color: var(--esr-pink);
}

.esr-cart-total--final .esr-cart-total__title,
.esr-cart-total--final .esr-cart-total__value {
  font-size: 1.08rem;
  font-weight: 950;
}

.esr-cart-panel__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  margin-top: 0.85rem;
}

.esr-cart-panel__note {
  min-width: 0;
  padding: 0.62rem 0.9rem;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: inset 0 0 0 1px rgba(150, 79, 218, 0.18);
  color: var(--esr-purple);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
}

.esr-cart-panel__actions {
  display: flex;
  gap: 0.58rem;
  justify-content: flex-end;
}

.esr-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 2.75rem;
  padding: 0.58rem 1.05rem;
  border-radius: 0.7rem;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.esr-cart-btn--view {
  border: 2px solid rgba(126, 63, 226, 0.48);
  background: linear-gradient(180deg, #ffffff 0%, #f6edff 100%);
  color: var(--esr-purple);
  box-shadow: 0 0.2rem 0 rgba(82, 30, 163, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.esr-cart-btn--view:hover,
.esr-cart-btn--view:focus {
  border-color: rgba(126, 63, 226, 0.7);
  background: linear-gradient(180deg, #fbf7ff 0%, #ead8ff 100%);
  color: var(--esr-purple-dark);
}

.esr-cart-btn--checkout {
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, #ff56ad 0%, #f02694 100%);
  color: #ffffff;
  box-shadow: 0 0.2rem 0 rgba(173, 15, 96, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.esr-cart-btn--checkout:hover,
.esr-cart-btn--checkout:focus {
  background: linear-gradient(180deg, #ff409f 0%, #d9177d 100%);
  color: #ffffff;
}

.esr-cart-empty {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  padding: 1.4rem;
  border: 2px dashed rgba(255, 85, 174, 0.38);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.esr-cart-empty__icon {
  font-size: 2.8rem;
  line-height: 1;
}

.esr-cart-empty__text {
  color: var(--sb-dark);
  font-weight: 850;
}

@media (max-width: 767.98px) {
  .esr-cart .dropdown-menu.esr-cart__menu {
    width: min(94vw, 32rem);
  }

  .esr-cart-panel {
    padding: 0.85rem;
  }

  .esr-cart-panel__heading {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .esr-cart-panel__body {
    padding: 0.65rem;
  }

  .esr-cart-product {
    grid-template-columns: 4.7rem minmax(0, 1fr);
  }

  .esr-cart-product__image {
    width: 4.7rem;
    height: 4.7rem;
  }

  .esr-cart-product__summary {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto auto;
    padding-top: 0.15rem;
  }

  .esr-cart-panel__footer {
    grid-template-columns: 1fr;
  }

  .esr-cart-panel__note {
    text-align: center;
    white-space: normal;
  }

  .esr-cart-panel__actions {
    justify-content: stretch;
  }

  .esr-cart-panel__actions .esr-cart-btn {
    flex: 1 1 0;
  }
}

@media (max-width: 420px) {
  .esr-cart-product {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .esr-cart-product__image {
    margin-inline: auto;
  }

  .esr-cart-product__summary {
    grid-template-columns: auto auto auto;
    justify-content: center;
  }

  .esr-cart-panel__actions {
    flex-direction: column;
  }
}


/* ESR homepage refresh v7 */
.esr-home-section {
  position: relative;
  margin: 0;
}

.esr-home-title {
  margin: 0 0 1.05rem;
  color: var(--esr-purple);
  font-size: clamp(1.45rem, 3.2vw, 2.55rem);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-align: center;
  text-shadow: none;
}

.esr-home-title span {
  color: var(--esr-pink);
  font-size: 0.62em;
  letter-spacing: 0;
  vertical-align: 0.1em;
}

.esr-home-categories {
  z-index: 1;
  padding: clamp(1.15rem, 2.7vw, 2.2rem) 0 0.75rem;
  background: #ffffff;
}

.esr-category-showcase {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.65vw, 1.4rem);
  align-items: end;
  max-width: 1160px;
  margin: 0 auto;
}

.esr-category-card {
  display: block;
  border-radius: 1.5rem;
  line-height: 0;
  outline-offset: 0.25rem;
  transform: translateY(0);
  transition: transform 0.18s ease, filter 0.18s ease;
}

.esr-category-card:hover,
.esr-category-card:focus {
  filter: saturate(1.04);
  transform: translateY(-0.25rem);
}

.esr-category-card img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.esr-home-content {
  padding-top: 0.8rem;
}

.esr-home-content > .row {
  --bs-gutter-x: 0;
}

.esr-treats-section {
  padding: clamp(0.7rem, 2vw, 1.45rem) 0 0.8rem;
}

.esr-product-grid {
  justify-content: center;
}

.esr-product-card.card,
.product-thumb.esr-product-card {
  position: relative;
  overflow: visible;
  border: 1px solid rgba(238, 218, 235, 0.92) !important;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 0.45rem 1.25rem rgba(72, 34, 97, 0.09) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.esr-product-card.card:hover,
.product-thumb.esr-product-card:hover {
  border-color: rgba(255, 78, 172, 0.38) !important;
  box-shadow: 0 0.7rem 1.65rem rgba(111, 47, 208, 0.14) !important;
  transform: translateY(-0.2rem);
}

.esr-product-card__badge {
  position: absolute;
  top: -0.38rem;
  left: 0.55rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.15rem;
  min-height: 1.35rem;
  padding: 0.18rem 0.45rem;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: var(--esr-pink);
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0.22rem 0.55rem rgba(202, 35, 129, 0.22);
}

.product-thumb__image.esr-product-card__image,
.esr-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.4rem;
  padding: 0.88rem 0.9rem 0.25rem;
  border: 0;
  border-radius: 1rem 1rem 0 0;
  background: #ffffff;
}

.esr-product-card__image img {
  width: auto;
  max-width: 100%;
  max-height: 8.8rem;
  object-fit: contain;
}

.esr-product-card__body.card-body {
  padding: 0.55rem 0.8rem 0.85rem;
  text-align: center;
}

.product-thumb__title.esr-product-card__title,
.esr-product-card__title {
  min-height: 2.2rem;
  margin: 0 0 0.45rem;
  color: var(--sb-dark);
  font-size: 0.79rem;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.esr-product-card__title a {
  color: var(--sb-dark);
}

.esr-product-card__title a:hover,
.esr-product-card__title a:focus {
  color: var(--esr-pink);
}

.esr-product-card__rating.rating {
  display: flex;
  justify-content: center;
  gap: 0.06rem;
  min-height: 1rem;
  margin: 0 0 0.42rem;
  color: #ffb51f;
  font-size: 0.72rem;
}

.esr-product-card__price.price {
  min-height: 1.45rem;
  margin: 0 0 0.58rem;
  color: var(--esr-purple);
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.15;
}

.esr-product-card__price .price-new {
  font-size: 1rem;
}

.esr-product-card__price .price-old {
  color: #a798af;
  font-size: 0.78rem;
  font-weight: 800;
}

.esr-product-card__form {
  margin: 0;
}

.esr-product-card__cart.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 2rem;
  padding: 0.38rem 0.55rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff58ad 0%, #f02793 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0.25rem 0.55rem rgba(210, 32, 132, 0.2);
}

.esr-product-card__cart.btn:hover,
.esr-product-card__cart.btn:focus {
  background: linear-gradient(180deg, #ff3fa0 0%, #d9187f 100%);
  color: #ffffff;
}

.esr-promo-section {
  padding: clamp(0.8rem, 2.5vw, 1.55rem) 0 clamp(1.6rem, 3vw, 2.6rem);
}

.esr-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.8vw, 1.05rem);
}

.esr-promo-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0.18rem 0.75rem;
  min-height: 6.4rem;
  overflow: hidden;
  padding: 0.72rem 0.9rem 0.8rem;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 1rem;
  color: var(--sb-dark);
  box-shadow: 0 0.5rem 1.2rem rgba(92, 40, 130, 0.12), inset 0 0 0 1px rgba(255,255,255,0.38);
  isolation: isolate;
}

.esr-promo-card::before,
.esr-promo-card::after {
  content: "✦";
  position: absolute;
  z-index: -1;
  color: rgba(255,255,255,0.85);
  font-size: 1.2rem;
  line-height: 1;
}

.esr-promo-card::before {
  top: 0.45rem;
  right: 1rem;
}

.esr-promo-card::after {
  bottom: 0.55rem;
  left: 45%;
  font-size: 0.85rem;
}

.esr-promo-card:hover,
.esr-promo-card:focus {
  color: var(--sb-dark);
  transform: translateY(-0.12rem);
}

.esr-promo-card--purple {
  background: linear-gradient(135deg, #c56dff 0%, #fc8ccd 100%);
}

.esr-promo-card--yellow {
  background: linear-gradient(135deg, #ffe68a 0%, #ffb85f 100%);
}

.esr-promo-card--blue {
  background: linear-gradient(135deg, #72c9ff 0%, #4ba9ea 100%);
}

.esr-promo-card__icon {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.1rem, 6.2vw, 4.55rem);
  height: clamp(3.1rem, 6.2vw, 4.55rem);
  margin: auto 0;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.36);
  font-size: clamp(2rem, 4.6vw, 3.1rem);
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.42);
}

.esr-promo-card__content {
  align-self: end;
  min-width: 0;
}

.esr-promo-card__title,
.esr-promo-card__text,
.esr-promo-card__button {
  display: block;
  text-shadow: none;
}

.esr-promo-card__title {
  color: var(--esr-pink);
  font-size: clamp(1rem, 2vw, 1.22rem);
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.esr-promo-card--blue .esr-promo-card__title {
  color: #176db8;
}

.esr-promo-card__text {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 900;
  line-height: 1.15;
}

.esr-promo-card--yellow .esr-promo-card__text {
  color: var(--esr-pink);
}

.esr-promo-card--blue .esr-promo-card__text {
  color: #ffffff;
}

.esr-promo-card__button {
  align-self: start;
  justify-self: start;
  min-width: 6.1rem;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #873bdd 0%, #5b24bb 100%);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  box-shadow: 0 0.24rem 0.5rem rgba(81, 28, 143, 0.18);
}

.esr-promo-card--yellow .esr-promo-card__button {
  background: linear-gradient(180deg, #ffbb5a 0%, #f0882f 100%);
}

.esr-promo-card--blue .esr-promo-card__button {
  background: linear-gradient(180deg, #228fe0 0%, #1472bc 100%);
}

@media (max-width: 1199.98px) {
  .esr-product-card__image {
    min-height: 8.7rem;
  }

  .esr-product-card__image img {
    max-height: 8.1rem;
  }
}

@media (max-width: 991.98px) {
  .esr-category-showcase {
    grid-template-columns: repeat(5, minmax(9.5rem, 1fr));
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 0.4rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .esr-category-card {
    scroll-snap-align: center;
  }

  .esr-promo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .esr-home-categories {
    padding-top: 1rem;
  }

  .esr-home-title {
    font-size: clamp(1.35rem, 8vw, 2rem);
  }

  .esr-product-card__body.card-body {
    padding-inline: 0.65rem;
  }

  .product-thumb__title.esr-product-card__title,
  .esr-product-card__title {
    font-size: 0.74rem;
  }

  .esr-promo-card {
    min-height: 5.8rem;
  }
}

@media (max-width: 575.98px) {
  .esr-category-showcase {
    grid-template-columns: repeat(5, 8.8rem);
    gap: 0.45rem;
  }

  .esr-product-grid {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .esr-product-card__image {
    min-height: 7.6rem;
    padding-top: 0.7rem;
  }

  .esr-product-card__image img {
    max-height: 7rem;
  }

  .esr-promo-card {
    grid-template-columns: auto 1fr;
    padding: 0.65rem;
  }

  .esr-promo-card__button {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

/* ESR page background and home/footer spacing fix v10
   OpenCart's default stylesheet reserves a very large footer spacer on #content,
   #column-left and #column-right. Our custom footer is in normal document flow,
   so that spacer creates a large white gap above the footer. */
#container.sb-page.esr-page {
  position: relative !important;
  min-height: 100%;
  margin-bottom: 0 !important;
}

body #container.sb-page.esr-page .sb-main.esr-main {
  flex: 0 0 auto;
  padding-bottom: 0 !important;
}

#container.sb-page.esr-page #content,
#container.sb-page.esr-page #column-left,
#container.sb-page.esr-page #column-right {
  padding-bottom: 0 !important;
}

#common-home.sb-page-section.esr-home-content {
  padding-top: 0.8rem;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#common-home.esr-home-content #content > :last-child,
#common-home.esr-home-content .module:last-child,
#common-home.esr-home-content .esr-home-section:last-child {
  margin-bottom: 0 !important;
}

#common-home.esr-home-content .esr-promo-section {
  padding-bottom: clamp(0.75rem, 2vw, 1.35rem);
}

/* ESR page-top candy background v10 */
#container.sb-page.esr-page .esr-page-top {
  background-color: #ffffff;
  background-image: url("../image/esr-page-top-bg.webp?v=1");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#container.sb-page.esr-page .esr-header,
#container.sb-page.esr-page .esr-menu-wrap,
#container.sb-page.esr-page .esr-main {
  background-color: transparent !important;
}

#container.sb-page.esr-page .esr-main > .container:first-child {
  position: relative;
}

@media (min-width: 1720px) {
  #container.sb-page.esr-page .esr-page-top {
    background-size: 100% auto;
  }
}

@media (max-width: 767.98px) {
  #container.sb-page.esr-page .esr-page-top {
    background-size: auto 34rem;
  }
}



/* ESR product page refresh v11 */
#product-info.esr-product-page {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  padding-top: clamp(0.85rem, 2vw, 1.45rem);
  padding-bottom: clamp(1.5rem, 3.8vw, 3rem);
  color: var(--esr-purple-dark);
}

#product-info.esr-product-page #content {
  min-width: 0;
  background: transparent;
}

.esr-product-page .breadcrumb.esr-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem;
  margin: 0 0 clamp(0.95rem, 2vw, 1.35rem);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--esr-purple);
  font-size: 0.82rem;
  font-weight: 800;
}

.esr-product-page .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  color: var(--esr-purple);
  line-height: 1;
}

.esr-product-page .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.esr-product-page .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.42rem;
  padding: 0;
  color: #a779e3;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1;
}

.esr-product-page .breadcrumb a {
  color: var(--esr-purple);
}

.esr-product-page .breadcrumb a:hover,
.esr-product-page .breadcrumb a:focus {
  color: var(--esr-pink);
}

.esr-product-page .breadcrumb-item:first-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid #f6c8e7;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0.35rem 1rem rgba(111, 47, 208, 0.1);
}

.esr-product-layout {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(1.15rem, 2.5vw, 1.8rem);
}

.esr-product-media-panel,
.esr-product-info-panel,
.esr-product-tab-content,
.esr-product-perk {
  border: 1px solid rgba(255, 47, 159, 0.25);
  border-radius: clamp(1.25rem, 2.8vw, 1.85rem);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.75rem 2rem rgba(111, 47, 208, 0.08);
}

.esr-product-media-panel {
  padding: clamp(0.75rem, 1.8vw, 1.15rem);
}

.esr-product-gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(22rem, 43vw, 35.5rem);
  overflow: hidden;
  border-radius: clamp(1rem, 2.5vw, 1.45rem);
  background: radial-gradient(circle at 12% 22%, rgba(255,255,255,0.85) 0 0.15rem, transparent 0.17rem), radial-gradient(circle at 86% 30%, rgba(255,255,255,0.78) 0 0.13rem, transparent 0.15rem), radial-gradient(circle at 88% 74%, rgba(255,255,255,0.78) 0 0.16rem, transparent 0.18rem), linear-gradient(135deg, #ffd4eb 0%, #fff3fa 48%, #ffd1eb 100%);
}

.esr-product-gallery::before,
.esr-product-gallery::after {
  content: "✦";
  position: absolute;
  z-index: 1;
  color: #ffffff;
  line-height: 1;
  opacity: 0.9;
  text-shadow: none;
}

.esr-product-gallery::before {
  top: 22%;
  left: 9%;
  font-size: clamp(1rem, 3vw, 1.9rem);
}

.esr-product-gallery::after {
  right: 8%;
  bottom: 21%;
  font-size: clamp(0.9rem, 2.5vw, 1.5rem);
}

.esr-product-main-link {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  padding: clamp(0.7rem, 2vw, 1.35rem);
  color: inherit;
}

.esr-product-main-image {
  display: block;
  width: auto;
  max-width: 94%;
  max-height: clamp(19.5rem, 40vw, 32.5rem);
  object-fit: contain;
  filter: drop-shadow(0 0.9rem 1.2rem rgba(74, 22, 90, 0.14));
}

.esr-product-zoom {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #ffe8f6 100%);
  color: var(--esr-purple);
  font-size: 0.95rem;
  box-shadow: 0 0.4rem 0.9rem rgba(111, 47, 208, 0.16);
}

.esr-product-thumbs-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.85rem;
}

.esr-product-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.45rem, 1vw, 0.8rem);
  min-width: 0;
  overflow-x: auto;
  padding: 0.2rem 0.1rem;
  scrollbar-width: thin;
}

.esr-product-thumb-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.4rem, 7.2vw, 5.8rem);
  height: clamp(4.4rem, 7.2vw, 5.8rem);
  padding: 0.25rem;
  border: 2px solid rgba(248, 183, 225, 0.8);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0.25rem 0.8rem rgba(111, 47, 208, 0.08);
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.esr-product-thumb-link.active,
.esr-product-thumb-link:hover,
.esr-product-thumb-link:focus {
  border-color: var(--esr-pink);
  box-shadow: 0 0.35rem 1rem rgba(255, 47, 159, 0.2);
  transform: translateY(-0.08rem);
}

.esr-product-thumb-link img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.esr-product-thumb-arrow,
.esr-related-products::before,
.esr-related-products::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff64bb 0%, #f22295 100%);
  color: #ffffff;
  font-size: 0.85rem;
  box-shadow: 0 0.35rem 0.85rem rgba(255, 47, 159, 0.23);
}

.esr-product-info-panel {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(1.1rem, 2.7vw, 2rem);
  background: rgba(255, 255, 255, 0.94);
  isolation: isolate;
}

.esr-product-info-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 90% 12%, rgba(255, 47, 159, 0.07), transparent 7rem), linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,246,251,0.9) 100%);
}

.esr-product-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  line-height: 1;
}

.esr-product-deco--heart {
  right: clamp(1rem, 2.2vw, 1.45rem);
  top: clamp(1rem, 2.2vw, 1.45rem);
  font-size: clamp(1.7rem, 3.5vw, 2.45rem);
  filter: drop-shadow(0 0.28rem 0.38rem rgba(184, 50, 126, 0.2));
}

.esr-product-deco--star {
  right: 5rem;
  top: 7.3rem;
  color: #ffba2d;
  font-size: 1.05rem;
}

.esr-product-deco--sweet {
  right: 2rem;
  top: 9.25rem;
  color: #22a9ff;
  font-size: 0.9rem;
  transform: rotate(-22deg);
}

.esr-product-info-panel > *:not(.esr-product-deco) {
  position: relative;
  z-index: 1;
}

.esr-product-title {
  max-width: calc(100% - 3.7rem);
  margin: 0 0 clamp(1rem, 2vw, 1.35rem);
  color: var(--esr-purple-dark);
  font-size: clamp(1.7rem, 3.25vw, 2.45rem);
  font-weight: 950;
  line-height: 1.13;
  letter-spacing: -0.04em;
  text-shadow: none;
}

.esr-product-meta,
.esr-product-stock-row,
.esr-product-rating,
.esr-product-price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.esr-product-meta {
  gap: 0.45rem 1rem;
  margin-bottom: 0.7rem;
  color: var(--esr-purple);
  font-size: 0.82rem;
  font-weight: 700;
}

.esr-product-meta span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin-right: 1rem;
  background: rgba(255, 47, 159, 0.28);
}

.esr-product-meta strong,
.esr-product-stock-label {
  color: var(--esr-purple);
  font-weight: 900;
}

.esr-product-stock-row {
  gap: 0.45rem 0.7rem;
  margin-bottom: 0.85rem;
  color: var(--esr-purple);
  font-size: 0.85rem;
  font-weight: 800;
}

.esr-product-stock-value {
  color: #16a34a;
  font-weight: 950;
}

.esr-product-stock-value--out {
  color: var(--esr-pink);
}

.esr-product-rating {
  gap: 0.2rem;
  margin-bottom: 0.95rem;
  color: #ffb51f;
  font-size: 0.95rem;
}

.esr-product-rating a,
.esr-product-rating span:not(.fa-stack) {
  color: var(--esr-purple);
  font-size: 0.82rem;
  font-weight: 800;
}

.esr-product-price-block {
  gap: 0.45rem 0.65rem;
  margin-bottom: 1rem;
}

.esr-product-price {
  display: inline-flex;
  align-items: baseline;
  min-width: 11.8rem;
  padding: 0.42rem 1.35rem;
  border: 1px solid #f5c4e4;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffafd 0%, #fff0f8 100%);
  color: var(--esr-pink);
  font-size: clamp(1.8rem, 4vw, 2.55rem);
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 0.08rem 0 rgba(255,255,255,0.9);
}

.esr-product-price-old {
  color: #a798af;
  font-size: 1rem;
  font-weight: 850;
  text-decoration: line-through;
}

.esr-product-tax,
.esr-product-points,
.esr-product-discounts {
  color: var(--esr-purple);
  font-size: 0.82rem;
  font-weight: 700;
}

.esr-product-summary {
  margin: 0 0 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4cce7;
  color: var(--esr-purple-dark);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.55;
}

.esr-product-tool-form,
.esr-product-tool-form .esr-product-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.esr-product-tool-form {
  margin: 0 0 1rem;
}

.esr-product-tool-button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.4rem;
  padding: 0.4rem 1rem;
  border: 1px solid #f5c4e4;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #fff0f8 100%);
  color: var(--esr-purple);
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: 0 0.25rem 0.8rem rgba(111, 47, 208, 0.06);
}

.esr-product-tool-button.btn i {
  color: var(--esr-pink);
}

.esr-product-tool-button.btn:hover,
.esr-product-tool-button.btn:focus {
  border-color: rgba(255, 47, 159, 0.5);
  color: var(--esr-pink);
}

.esr-product-options {
  margin: 0 0 1rem;
  padding: 0.85rem;
  border: 1px dashed rgba(255, 47, 159, 0.32);
  border-radius: 1rem;
  background: rgba(255, 246, 251, 0.78);
}

.esr-product-options h3 {
  margin: 0 0 0.7rem;
  color: var(--esr-purple-dark);
  font-size: 1rem;
  font-weight: 950;
}

.esr-product-options .form-label,
.esr-product-options .form-check-label {
  color: var(--esr-purple);
  font-weight: 800;
}

.esr-product-options .form-control,
.esr-product-options .form-select {
  border-color: #f4c4e3;
  border-radius: 0.85rem;
  box-shadow: none;
}

.esr-product-buy-row {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.esr-product-qty-label {
  margin: 0;
  color: var(--esr-purple);
  font-size: 0.85rem;
  font-weight: 950;
}

.esr-product-qty-control {
  display: inline-grid;
  grid-template-columns: 2.15rem 3rem 2.15rem;
  align-items: center;
  min-height: 2.55rem;
  overflow: hidden;
  border: 1px solid #f4c4e3;
  border-radius: 999px;
  background: #ffffff;
}

.esr-qty-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.55rem;
  border: 0;
  background: transparent;
  color: var(--esr-purple);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1;
}

.esr-product-qty-input.form-control {
  height: 2.55rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--esr-purple-dark);
  font-weight: 950;
  text-align: center;
  box-shadow: none;
}

.esr-product-cart-button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: 100%;
  min-height: 3.65rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff59b8 0%, #ff2f9f 50%, #d9147b 100%);
  color: #ffffff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 0.42rem 0 #bf1170, 0 0.72rem 1.35rem rgba(255, 47, 159, 0.23), inset 0 0.12rem 0 rgba(255,255,255,0.48);
}

.esr-product-cart-button.btn:hover,
.esr-product-cart-button.btn:focus {
  background: linear-gradient(180deg, #ff70c1 0%, #ff2f9f 100%);
  color: #ffffff;
  transform: translateY(-0.05rem);
}

.esr-stock-alert {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 0.82rem 1rem;
  border: 1px solid #f5c4e4;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff3fa 0%, #ffe3f2 100%);
  color: var(--esr-purple-dark);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

.esr-stock-alert strong {
  color: var(--esr-pink);
}

.esr-stock-alert__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, #ff54b4 0%, #e7228d 100%);
  color: #ffffff;
  font-size: 1.4rem;
}

.esr-product-perks {
  margin: 0 0 clamp(1.2rem, 2.6vw, 1.8rem);
}

.esr-product-perk {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  min-height: 5rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.84);
}

.esr-product-perk__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.82rem;
  background: linear-gradient(135deg, #ffecf7 0%, #ffd0ea 100%);
  color: var(--esr-purple);
  font-size: 1.45rem;
}

.esr-product-perk strong {
  display: block;
  color: var(--esr-purple);
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.05;
}

.esr-product-perk small {
  display: block;
  margin-top: 0.18rem;
  color: var(--esr-purple-dark);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.esr-product-tabs-wrapper {
  margin-bottom: clamp(1.2rem, 2.8vw, 2rem);
}

.esr-product-tabs.nav-tabs {
  gap: 0;
  margin: 0;
  padding: 0 0 0 0.6rem;
  border-bottom: 0;
}

.esr-product-tabs .nav-link {
  min-width: 9.2rem;
  margin: 0;
  padding: 0.95rem 1.25rem;
  border: 1px solid #f6c8e7;
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  background: linear-gradient(180deg, #f4e6ff 0%, #f3defe 100%);
  color: var(--esr-purple);
  font-size: 0.96rem;
  font-weight: 950;
  text-align: center;
}

.esr-product-tabs .nav-link.active {
  background: linear-gradient(180deg, #ff5db9 0%, #ff2f9f 100%);
  color: #ffffff;
  border-color: #ff2f9f;
}

.esr-product-tab-content {
  padding: clamp(1.15rem, 2.4vw, 1.65rem);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.94);
  color: var(--esr-purple-dark);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.62;
}

.esr-product-tab-content p:last-child {
  margin-bottom: 0;
}

.esr-product-tags {
  margin-top: 1rem;
  color: var(--esr-purple);
  font-weight: 800;
}

.esr-product-tags a {
  color: var(--esr-pink);
}

.esr-product-attributes thead td {
  background: #fff0f8;
  color: var(--esr-pink);
}

.esr-related-products {
  position: relative;
  margin: clamp(0.7rem, 2vw, 1.2rem) 0 clamp(1rem, 2.5vw, 2rem);
}

.esr-related-title {
  margin-bottom: 0.85rem;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.esr-related-grid {
  position: relative;
}

.esr-related-products::before,
.esr-related-products::after {
  content: "";
  position: absolute;
  top: 55%;
  z-index: 3;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  pointer-events: none;
}

.esr-related-products::before {
  content: "\f053";
  left: -0.9rem;
}

.esr-related-products::after {
  content: "\f054";
  right: -0.9rem;
}

@media (max-width: 991.98px) {
  .esr-product-media-panel,
  .esr-product-info-panel {
    border-radius: 1.2rem;
  }

  .esr-product-gallery {
    min-height: 23rem;
  }

  .esr-product-main-image {
    max-height: 21rem;
  }

  .esr-product-title {
    max-width: 100%;
    padding-right: 2.7rem;
  }

  .esr-related-products::before,
  .esr-related-products::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #product-info.esr-product-page {
    padding-top: 0.75rem;
  }

  .esr-product-page .breadcrumb {
    font-size: 0.74rem;
  }

  .esr-product-gallery {
    min-height: 19rem;
  }

  .esr-product-main-image {
    max-height: 17.5rem;
  }

  .esr-product-info-panel {
    padding: 1rem;
  }

  .esr-product-meta span {
    width: 100%;
  }

  .esr-product-meta span + span::before {
    display: none;
  }

  .esr-product-tool-button.btn {
    flex: 1 1 10rem;
  }

  .esr-product-tabs.nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
  }

  .esr-product-tabs .nav-link {
    min-width: 7.5rem;
    padding-inline: 0.75rem;
    font-size: 0.86rem;
  }
}

@media (max-width: 575.98px) {
  .esr-product-thumbs-wrap {
    grid-template-columns: 1fr;
  }

  .esr-product-thumb-arrow {
    display: none;
  }

  .esr-product-thumbs {
    justify-content: flex-start;
  }

  .esr-product-perk {
    min-height: 0;
  }
}
