:root {
  --theme-bg: #F7F1ED;
  --theme-bg-rgb: 247, 241, 237;
  --theme-surface: #FFFCF9;
  --theme-surface-soft: #EFE3DC;
  --theme-border: #D9C8C1;
  --theme-text: #241B1D;
  --theme-text-rgb: 36, 27, 29;
  --theme-text-soft: #6F6062;
  --theme-primary: #681F32;
  --theme-primary-rgb: 104, 31, 50;
  --theme-primary-strong: #43101F;
  --theme-primary-soft: #F3E2E7;
  --theme-accent: #E09A3E;
  --theme-accent-rgb: 224, 154, 62;
  --theme-accent-strong: #B87421;
  --theme-accent-soft: #FAEDD9;
  --theme-secondary: #8A3B4E;
  --theme-secondary-soft: #8A3B4E;
  --theme-dark: #3B1721;
  --theme-dark-2: #271014;
  --theme-dark-3: #7A2B40;
  --theme-gray: #EFE3DC;
  --theme-white: #FFFFFF;
  --theme-on-accent: #241B1D;
  --theme-gradient: linear-gradient(135deg, #681F32 0%, #43101F 62%, #E09A3E 100%);
  --theme-gradient-soft: linear-gradient(135deg, #F7F1ED 0%, #FFFCF9 58%, #FAEDD9 100%);
  --theme-page-gradient: linear-gradient(105deg, rgba(247, 241, 237, .97) 0%, rgba(247, 241, 237, .9) 48%, rgba(224, 154, 62, .3) 100%);
  --theme-radius-xs: 0px;
  --theme-radius-sm: 2px;
  --theme-radius-md: 6px;
  --theme-radius-lg: 10px;
  --theme-radius-xl: 14px;
  --theme-shadow-sm: 0 12px 28px rgba(104, 31, 50, .08);
  --theme-shadow-md: 0 22px 50px rgba(104, 31, 50, .12);
  --theme-shadow-lg: 0 34px 74px rgba(104, 31, 50, .16);
  --font-heading: "Oswald", sans-serif;
  --font-body: "Source Sans 3", sans-serif;
}

.site-products {
  position: relative;
  padding: 96px 0 104px;
  background: linear-gradient(180deg, #ffffff 0%, var(--theme-surface-soft) 100%);
  overflow: hidden;
}

.site-products::before {
  content: "";
  position: absolute;
  left: -120px;
  top: 92px;
  width: 320px;
  height: 320px;
  border-radius: 44% 56% 40% 60%;
  background: radial-gradient(circle, rgba(var(--theme-primary-rgb), 0.08), transparent 64%);
  animation: productAmbient 10s ease-in-out infinite;
  pointer-events: none;
}

.site-products::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -130px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--theme-primary-rgb), 0.06), transparent 64%);
  pointer-events: none;
}

.site-products__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  align-items: end;
  margin-bottom: 38px;
}

.site-products__text {
  margin: 0;
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 1.8;
  color: var(--theme-text-soft);
}

.site-products .prod-box {
  position: relative;
  width: 100%;
  padding: 0 58px;
}

.site-products .s2list {
  margin: 0;
}

.site-products .slick-list {
  margin: 0 -14px;
  overflow: hidden;
}

.site-products .slick-track {
  display: flex;
}

.site-products .slick-slide {
  height: inherit;
}

.site-products .s2prd-hding2 {
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 21px;
  line-height: 1.38;
  font-weight: 900;
  color: var(--theme-text);
  min-height: 58px;
}

.site-products .s2prd-prc2 {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: 29px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
  color: var(--theme-primary);
}

.site-products .s2list .slick-prev:hover,
.site-products .s2list .slick-next:hover {
  background: var(--theme-accent);
  color: var(--theme-primary-strong);
  transform: translateY(-50%) scale(1.05);
}

.site-products .s2list .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 16px;
  background: var(--theme-primary);
  color: #ffffff;
  z-index: 20;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(var(--theme-primary-rgb), 0.18);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  left: 0;
}

.site-products .s2list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 16px;
  background: var(--theme-primary);
  color: #ffffff;
  z-index: 20;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(var(--theme-primary-rgb), 0.18);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  right: 0;
}

.site-products .s2list .slick-prev:before,
.site-products .s2list .slick-next:before {
  content: "";
}

.site-products .s2list .slick-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.headersec.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(var(--theme-primary-rgb), 0.18);
  border-bottom: 1px solid var(--theme-border);
}

.headersec .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.site-nav-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  width: 100%;
  min-height: 58px;
}

.logo {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  min-width: 0;
}

.logo a {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

.cmenu {
  position: relative;
  min-width: 0;
}

.cmenu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmenu ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.cmenu ul li.active > a {
  background: var(--theme-accent);
  border-color: var(--theme-accent);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(var(--theme-accent-rgb), 0.16);
}

.site-nav-cart__link {
  gap: 10px;
  padding-right: 12px !important;
  background: var(--theme-primary);
  color: var(--theme-white) !important;
  border-color: rgba(var(--theme-accent-rgb), 0.35);
}

.site-nav-cart__label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-icon strong:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 14px;
  height: 8px;
  margin-left: -7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  transition: all 0.2s ease;
}

.site-nav-cart__link:hover .cart-icon strong {
  background: var(--theme-surface-soft);
  border-color: var(--theme-text);
  color: var(--theme-primary);
  transform: translateY(-1px);
}

.cmenu ul li.active .cart-icon strong {
  background: var(--theme-surface-soft);
  border-color: var(--theme-text);
  color: var(--theme-primary);
}

.site-nav-cart__link:hover .cart-icon strong:after,
.cmenu ul li.active .cart-icon strong:after {
  border-color: var(--theme-text);
  border-bottom: 0;
}

.site-footer {
  background: linear-gradient(135deg, var(--theme-primary-strong), var(--theme-primary));
  color: rgba(255,255,255,.88);
  border-top: 1px solid var(--theme-border);
  position: relative;
  overflow: hidden;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 260px minmax(280px, 0.9fr);
  gap: 34px;
  padding: 68px 0 34px;
  position: relative;
}

.site-footer__cards img {
  display: block;
  max-width: 170px;
  width: 100%;
  height: auto;
}

.site-footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links li + li {
  margin-top: 10px;
}

.site-footer__details {
  display: grid;
  align-content: start;
  gap: 12px;
}

.site-footer__disclaimer {
  padding: 26px 0 34px;
  border-top: 1px solid var(--theme-border);
}

.site-footer__bottom {
  padding: 18px 0;
  background: rgba(var(--theme-primary-rgb), 0.42);
  border-top: 1px solid var(--theme-border);
}

.site-legal-hero__content p,
.site-contact-hero__content p,
.site-shop-hero__content p,
.site-product-hero__content p,
.site-checkout-hero__content p,
.site-thankyou-hero__content p {
  margin: 0 0 18px;
  max-width: 620px;
  font-family: var(--font-body) !important;
  font-size: 17px;
  line-height: 1.75;
  color: var(--theme-text-soft);
}

.site-legal-breadcrumb ul li,
.site-contact-breadcrumb ul li,
.site-shop-breadcrumb ul li,
.site-checkout-breadcrumb ul li,
.site-thankyou-breadcrumb ul li {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  color: var(--theme-text-soft) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.site-legal-breadcrumb ul li:not(:last-child)::after,
.site-contact-breadcrumb ul li:not(:last-child)::after,
.site-shop-breadcrumb ul li:not(:last-child)::after,
.site-checkout-breadcrumb ul li:not(:last-child)::after,
.site-thankyou-breadcrumb ul li:not(:last-child)::after {
  content: "›" !important;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  color: var(--theme-text-soft);
}

.site-legal-breadcrumb ul li a,
.site-contact-breadcrumb ul li a,
.site-shop-breadcrumb ul li a,
.site-checkout-breadcrumb ul li a,
.site-thankyou-breadcrumb ul li a {
  color: var(--theme-text) !important;
  text-decoration: none !important;
}

.site-product-page .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
}

.site-product-hero__content > p {
  font-weight: 600;
}

.site-legal-topbar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.site-legal-topbar__item span {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-primary);
}

.site-legal-topbar__item strong {
  display: block;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
  color: var(--theme-text);
  word-break: break-word;
}

.site-legal-body {
  padding: 38px;
}

.site-legal-body h1,
.site-legal-body h2,
.site-legal-body h4,
.site-legal-body h5,
.site-legal-body h6 {
  margin: 0 0 18px;
  font-family: var(--font-body);
  line-height: 1.2;
  color: var(--theme-text);
}

.site-legal-body li,
.site-legal-body div,
.site-legal-body span {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.85;
  color: var(--theme-text-soft);
}

.site-legal-body p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.85;
  color: var(--theme-text-soft);
  margin: 0 0 16px;
}

.site-legal-body strong {
  color: var(--theme-text);
  font-weight: 800;
}

.site-legal-body a {
  color: var(--theme-primary);
  text-decoration: none;
  word-break: break-word;
}

.site-legal-body ul,
.site-legal-body ol {
  margin: 0 0 18px 20px;
  padding: 0;
}

.site-legal-body ul li,
.site-legal-body ol li {
  margin-bottom: 10px;
}

.site-contact-showcase {
  max-width: 1180px;
  margin: 0 auto;
}

.site-contact-media img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.site-contact-panel__kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-primary);
}

.site-contact-panel__intro {
  margin: 0 0 22px;
  font-family: var(--font-body) !important;
  font-size: 15px;
  line-height: 1.8;
  color: var(--theme-text-soft);
}

.site-contact-panel__list {
  display: grid;
  gap: 12px;
}

.site-contact-panel__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid var(--theme-border);
}

.site-contact-panel__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.site-contact-panel__item small {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-primary);
}

.site-contact-panel__item p {
  margin: 0;
  font-family: var(--font-body) !important;
  font-size: 14px;
  line-height: 1.8;
  color: var(--theme-text-soft);
  word-break: break-word;
}

.site-shop-head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.site-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.site-footer__brand,
.site-shop-item {
  min-width: 0;
}

.site-shop-card__name {
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
  color: var(--theme-text);
  min-height: 60px;
}

.site-shop-card__price {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  color: var(--theme-primary);
}

.site-shop-card__btn-wrap {
  width: 100%;
  margin: 0;
}

#pop_overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(var(--theme-primary-rgb), 0.78);
  z-index: 9999;
}

.site-legal-shell,
.site-thankyou-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.site-shop-head p,
.site-thankyou-status__content p {
  margin: 0;
  font-family: var(--font-body) !important;
  font-size: 17px;
  line-height: 1.8;
  color: var(--theme-text-soft);
}

.site-thankyou-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.site-thankyou-card__label {
  display: inline-block;
  margin-bottom: 12px;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-primary);
}

.site-thankyou-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.05;
  color: var(--theme-text);
  word-break: break-word;
}

.site-thankyou-card h4 {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.15;
  color: var(--theme-text);
}

.site-thankyou-card p {
  margin: 0;
  font-family: var(--font-body) !important;
  font-size: 15px;
  line-height: 1.8;
  color: var(--theme-text-soft);
}

.site-thankyou-card--primary p {
  color: var(--theme-text-soft);
}

.site-thankyou-date {
  font-size: 24px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
  color: var(--theme-primary) !important;
}

.site-thankyou-support__left p {
  margin: 0;
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 1.85;
  color: var(--theme-text-soft);
}

.site-thankyou-support__right {
  display: grid;
  gap: 14px;
}

.site-thankyou-support__item small {
  display: block;
  margin-bottom: 5px;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-text-soft);
}

.site-thankyou-support__item p {
  margin: 0;
  font-family: var(--font-body) !important;
  font-size: 15px;
  line-height: 1.8;
  color: var(--theme-text);
  word-break: break-word;
}

.clearall {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.site-product-breadcrumb ul li {
  text-transform: none !important;
  letter-spacing: 0 !important;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--theme-text-soft);
}

.site-product-breadcrumb ul li:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  color: var(--theme-text-soft);
}

.site-product-breadcrumb ul li a,
.site-contact-panel__item a {
  color: var(--theme-text);
  text-decoration: none;
}

.paywhirl-plan-selector {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.paywhirl-plan-selector legend {
  display: block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-text-soft);
}

.paywhirl-plan-selector-group + .paywhirl-plan-selector-group {
  margin-top: 14px;
}

.paywhirl_app .chk-chekout input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.paywhirl_app .checkmark {
  position: absolute;
  top: 16px;
  left: 14px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--theme-primary);
  background: transparent;
  border-radius: 3px;
}

.paywhirl_app .chk-chekout input:checked ~ .checkmark {
  background: var(--theme-primary);
}

.paywhirl-plan {
  margin-top: 10px;
  width: 100%;
}

.paywhirl-plan label:not(.chk-chekout) {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--theme-text-soft);
}

.paywhirl-plan select:focus {
  border-color: var(--theme-primary);
}

.hulk_app {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.hulk_app .s1-p3 + .s1-p3 {
  margin-top: 12px;
}

.hulk_app .s1-p3 input[type="checkbox"] {
  position: absolute;
  top: 16px;
  left: 14px;
  width: 16px;
  height: 16px;
}

.site-thankyou-support__item a,
.hulk_app .s1-p3 a {
  color: var(--theme-primary);
  text-decoration: none;
}

.hulk_app .s1-p3.block-error {
  border-color: red;
  background: rgb(244 48 48 / 7%);
  box-shadow: 0 0 0 4px rgb(244 48 48 / 12%);
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

.add-cart-blk .commonbtn.site-product-btn:hover,
.add-cart-blk .add-to-cart.site-product-btn:hover {
  background: var(--theme-primary-strong);
  border-color: var(--theme-primary-strong);
  color: #fff;
  transform: translateY(-1px);
}

.site-product-page,
.site-legal-page,
.site-contact-page,
.site-shop-page,
.site-checkout-page,
.site-thankyou-page {
  color: var(--theme-text);
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 14% 8%, rgba(var(--theme-accent-rgb), 0.22), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(var(--theme-primary-rgb), 0.12), transparent 28%),
    linear-gradient(180deg, var(--theme-surface-soft) 0%, var(--theme-bg) 52%, #ffffff 100%);
}

.site-legal-hero::after,
.site-contact-hero::after,
.site-shop-hero::after,
.site-checkout-hero::after,
.site-thankyou-hero::after,
.site-product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.58;
  background-image: radial-gradient(rgba(var(--theme-primary-rgb), 0.12) 1px, transparent 1px),
    linear-gradient(120deg, transparent 0 42%, rgba(var(--theme-accent-rgb), 0.16) 42% 44%, transparent 44% 100%);
  background-size: 22px 22px, 100% 100%;
}

.site-legal-hero__content,
.site-contact-hero__content,
.site-shop-hero__content,
.site-product-hero__content,
.site-checkout-hero__content,
.site-thankyou-hero__content {
  position: relative;
  max-width: 780px;
  padding: 26px;
}

.site-legal-hero__content h1::after,
.site-contact-hero__content h1::after,
.site-shop-hero__content h1::after,
.site-checkout-hero__content h1::after,
.site-thankyou-hero__content h1::after,
.site-product-hero__content h1::after {
  content: "";
  display: block;
  width: min(260px, 58vw);
  height: 9px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--theme-accent), rgba(var(--theme-accent-rgb), 0));
}

.site-checkout-breadcrumb ul {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px !important;
  margin: 0 !important;
  list-style: none !important;
  padding: 10px 14px;
  border: 1px solid rgba(231, 231, 231, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.site-footer__cards {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 64px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--theme-border);
  border-radius: var(--theme-radius-sm);
}

.site-contact-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--theme-surface-soft);
  box-shadow: var(--theme-shadow-lg);
  border-radius: var(--theme-radius-sm);
}

.hulk_app .s1-p3 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 14px 16px 14px 42px !important;
  border: 1px solid var(--theme-border);
  background: var(--theme-gray);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--theme-text);
  transition: border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
  overflow-wrap: break-word;
  word-break: break-word;
  border-radius: var(--theme-radius-sm);
}

.paywhirl_app .chk-chekout {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 14px 16px 14px 42px;
  border: 1px solid var(--theme-border);
  background: var(--theme-surface);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--theme-text);
  cursor: pointer;
  border-radius: var(--theme-radius-sm);
}

.paywhirl-plan select {
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--theme-border);
  background: var(--theme-gray);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.4;
  color: var(--theme-text);
  outline: none;
  border-radius: var(--theme-radius-sm);
}

#pop_content {
  position: relative;
  width: min(90vw, 560px);
  margin: 80px auto;
  background: var(--theme-surface);
  padding: 24px;
  border-top: 4px solid var(--theme-primary);
  box-shadow: 0 20px 40px rgba(var(--theme-primary-rgb), 0.18);
  border-radius: var(--theme-radius-sm);
}

.cmenu ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 14px;
  margin: 0;
  border: 1px solid var(--theme-border);
  background: rgba(255, 255, 255, 0.76);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--theme-text);
  transition: color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
}

.rmenubar a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
}

.add-cart-blk .commonbtn.site-product-btn,
.add-cart-blk .add-to-cart.site-product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 56px;
  margin: 0;
  padding: 15px 18px;
  border: 1px solid var(--theme-accent);
  background: var(--theme-accent);
  color: var(--theme-text);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
  box-shadow: 0 14px 26px rgba(var(--theme-accent-rgb), 0.16);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
}

.site-products .s2btn2::after,
.add-cart-blk .commonbtn.site-product-btn::after,
.add-cart-blk .add-to-cart.site-product-btn::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -45%;
  z-index: -1;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.74), transparent);
  transform: rotate(18deg);
  transition: left 0.45s ease;
}

.site-shop-card {
  height: 100%;
  background: transparent;
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.site-products .s2box {
  height: 100%;
  padding: 0 14px;
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.site-contact-panel {
  position: absolute;
  right: 36px;
  bottom: 36px;
  width: 100%;
  max-width: 480px;
  padding: 28px 26px;
  background: rgba(255, 255, 255, 0.88);
  border-top: 4px solid var(--theme-primary);
  border: 1px solid rgba(231, 231, 231, 0.9);
  border-radius: var(--theme-radius-sm);
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.site-shop-card:hover,
.site-products .s2box:hover,
.site-legal-topbar__item:hover,
.site-thankyou-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--theme-accent-rgb), 0.82);
  box-shadow: var(--theme-shadow-md);
}

.site-shop-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 30px;
  border: 1px solid var(--theme-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--theme-surface-soft) 100%);
  border-bottom: 1px solid var(--theme-border);
  border-radius: var(--theme-radius-md) var(--theme-radius-md) 0 0;
}

.site-products .s2list-bx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  background: linear-gradient(180deg, #ffffff 0%, var(--theme-surface-soft) 100%);
  border-bottom: 1px solid var(--theme-border);
  border-radius: var(--theme-radius-md) var(--theme-radius-md) 0 0;
}

.site-legal-body .collection {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
  padding: 20px 22px;
  border-left: 4px solid var(--theme-primary);
  border-radius: var(--theme-radius-sm);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(240, 242, 245, 0.76)),
    repeating-linear-gradient(135deg, rgba(var(--theme-primary-rgb), 0.05) 0 1px, transparent 1px 18px);
}

.site-thankyou-card--primary {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(240, 242, 245, 0.76)),
    repeating-linear-gradient(135deg, rgba(var(--theme-primary-rgb), 0.05) 0 1px, transparent 1px 18px);
}

.site-footer__links a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--theme-border);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--theme-text);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(240, 242, 245, 0.76)),
    repeating-linear-gradient(135deg, rgba(var(--theme-primary-rgb), 0.05) 0 1px, transparent 1px 18px);
}

.site-footer__detail-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--theme-border);
  border-radius: var(--theme-radius-sm);
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(240, 242, 245, 0.76)),
    repeating-linear-gradient(135deg, rgba(var(--theme-primary-rgb), 0.05) 0 1px, transparent 1px 18px);
}

.site-shop-card__content {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--theme-border);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(240, 242, 245, 0.76)),
    repeating-linear-gradient(135deg, rgba(var(--theme-primary-rgb), 0.05) 0 1px, transparent 1px 18px);
  border-top: 0;
  border-radius: 0 0 var(--theme-radius-md) var(--theme-radius-md);
}

.site-products .s2list-text {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--theme-border);
  box-shadow: 0 20px 46px rgba(var(--theme-primary-rgb), 0.08);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(240, 242, 245, 0.76)),
    repeating-linear-gradient(135deg, rgba(var(--theme-primary-rgb), 0.05) 0 1px, transparent 1px 18px);
  border-top: 0;
  border-radius: 0 0 var(--theme-radius-md) var(--theme-radius-md);
}

.site-shop-card__image {
  display: block;
  max-width: 100%;
  max-height: 250px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 6px;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.site-products .s2prd2 {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100%;
  max-height: 250px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 12px;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.site-products .s2box:hover .s2prd2,
.site-shop-card:hover .site-shop-card__image {
  transform: scale(1.045);
}

.site-contact-main {
  padding: 72px 0 84px;
  background: transparent;
}

.site-shop-main {
  padding: 72px 0 96px;
  background: transparent;
}

.site-legal-content,
.site-thankyou-main {
  padding: 64px 0 96px;
  background: transparent;
}

.site-contact-media::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: var(--theme-radius-md);
  pointer-events: none;
}

.site-contact-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 15px;
  border-radius: var(--theme-radius-sm);
  background: var(--theme-accent);
  color: var(--theme-text);
  box-shadow: 0 14px 26px rgba(var(--theme-accent-rgb), 0.18);
}

.site-thankyou-status__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  font-size: 34px;
  border-radius: var(--theme-radius-sm);
  background: var(--theme-accent);
  color: var(--theme-text);
  box-shadow: 0 14px 26px rgba(var(--theme-accent-rgb), 0.18);
}

.site-thankyou-support__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-size: 16px;
  border-radius: var(--theme-radius-sm);
  background: var(--theme-accent);
  color: var(--theme-text);
  box-shadow: 0 14px 26px rgba(var(--theme-accent-rgb), 0.18);
}

.site-legal-card {
  overflow: hidden;
  border-radius: var(--theme-radius-sm);
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  border: 1px solid rgba(231, 231, 231, 0.92);
  background: rgba(255, 255, 255, 0.82);
}

.site-thankyou-status {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 28px;
  margin-bottom: 24px;
  border-left: 6px solid var(--theme-primary);
  border-radius: var(--theme-radius-sm);
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  border: 1px solid rgba(231, 231, 231, 0.92);
  background: rgba(255, 255, 255, 0.82);
}

.site-thankyou-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: var(--theme-radius-sm);
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  border: 1px solid rgba(231, 231, 231, 0.92);
  background: rgba(255, 255, 255, 0.82);
}

.site-legal-body h3 {
  margin: 0 0 18px;
  font-family: var(--font-body);
  line-height: 1.2;
  color: var(--theme-text);
  font-size: 32px;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.site-thankyou-status__content h2 {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: 40px;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--theme-text);
  font-weight: 950;
  letter-spacing: -0.045em;
}

.site-thankyou-support__left h2 {
  margin: 0 0 12px;
  font-family: var(--font-body);
  font-size: 34px;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--theme-text);
  font-weight: 950;
  letter-spacing: -0.045em;
}

.site-legal-topbar__item {
  padding: 16px 18px;
  border-radius: var(--theme-radius-sm);
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(240, 242, 245, 0.76)),
    repeating-linear-gradient(135deg, rgba(var(--theme-primary-rgb), 0.05) 0 1px, transparent 1px 18px);
  border-top: 0;
  border-left: 0;
  border: 1px solid rgba(231, 231, 231, 0.92);
}

.site-thankyou-card {
  padding: 28px 24px;
  background: var(--theme-surface);
  border-radius: var(--theme-radius-sm);
  box-shadow: var(--theme-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  border-top: 0;
  border-left: 0;
  border: 1px solid rgba(231, 231, 231, 0.92);
}

.site-thankyou-support__item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: var(--theme-radius-sm);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(240, 242, 245, 0.76)),
    repeating-linear-gradient(135deg, rgba(var(--theme-primary-rgb), 0.05) 0 1px, transparent 1px 18px);
  border-top: 0;
  border-left: 0;
  border: 1px solid rgba(231, 231, 231, 0.92);
}

.site-legal-topbar__item::before,
.site-thankyou-card::before {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--theme-accent), var(--theme-primary));
}

.site-footer__detail-item:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--theme-accent-rgb), 0.82);
  box-shadow: var(--theme-shadow-md);
  background: var(--theme-surface);
}

.site-legal-breadcrumb ul,
.site-contact-breadcrumb ul,
.site-shop-breadcrumb ul,
.site-product-breadcrumb ul,
.site-thankyou-breadcrumb ul {
  border: 1px solid rgba(231, 231, 231, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.prod-mid-sec,
.cart_area {
  padding: 80px 0;
  background: var(--theme-surface-soft);
}

.prd-details {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(var(--theme-text-rgb), .08);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(var(--theme-text-rgb), .08);
  padding: clamp(22px, 4vw, 42px);
}

.prod-spec {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: start;
}

.prds-left {
  background: linear-gradient(145deg, #fff, #F1F1F1);
  border-radius: 28px;
  border: 1px solid rgba(var(--theme-text-rgb), .08);
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}

.prd-dtl-1 {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.prds-right {
  padding: 12px 0;
}

.prd-dtl1 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  font-weight: 900;
  color: var(--theme-text);
  letter-spacing: -.04em;
  margin-bottom: 20px;
}

#productDescriptionBox {
  color: rgba(var(--theme-text-rgb), .72);
  font-size: 16px;
  line-height: 1.75;
}

.pric-box {
  margin-top: 24px;
}

.pro-dtil-rgt-p2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--theme-surface-soft);
  border: 1px solid rgba(var(--theme-text-rgb), .08);
  color: rgba(var(--theme-text-rgb), .65);
  font-weight: 800;
  margin-bottom: 20px;
}

.pro-dtil-rgt-p2 .price {
  font-size: 30px;
  color: var(--theme-text);
  font-weight: 900;
}

.add-to-cart-sing2 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 26px;
  border-radius: 999px;
  border: 1px solid rgba(var(--theme-text-rgb), .10);
  background: var(--theme-accent);
  color: var(--theme-text) !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
  text-decoration: none !important;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(var(--theme-accent-rgb), .24);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.commonbtn::before,
.pkgbtn::before,
.add-to-cart::before,
.prod-clearcart::before,
.cont-shop::before,
#place_order::before,
.s2btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent);
  transform: skewX(-22deg);
  transition: left .55s ease;
}

.commonbtn:hover::before,
.pkgbtn:hover::before,
.add-to-cart:hover::before,
.prod-clearcart:hover::before,
.cont-shop:hover::before,
#place_order:hover::before,
.s2btn2:hover::before {
  left: 130%;
}

.cart_area .container {
  max-width: 1180px;
}

.cart_hdr {
  padding: 18px 24px !important;
  background: var(--theme-surface-soft) !important;
  color: var(--theme-text) !important;
  border-radius: 6px 6px 0 0 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .12em !important;
  font-size: 12px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.6fr) .55fr .55fr .55fr;
  gap: 18px;
  align-items: center;
  border-top: 4px solid var(--theme-primary) !important;
  font-family: var(--font-body) !important;
  line-height: 1.2;
}

.prod_details {
  position: relative;
  padding: 22px 24px !important;
  background: var(--theme-surface) !important;
  border-bottom: 1px solid var(--theme-border) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.6fr) .55fr .55fr .55fr;
  gap: 18px;
  align-items: center;
}

.prod_name {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  font-weight: 900 !important;
  color: var(--theme-text) !important;
  min-width: 0;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.prod_name img {
  width: 92px !important;
  height: 92px !important;
  object-fit: contain !important;
  background: var(--theme-surface-soft) !important;
  border-radius: 6px !important;
  border: 1px solid var(--theme-border) !important;
  padding: 10px !important;
  flex: 0 0 92px;
}

.cart-remv {
  position: absolute !important;
  right: 12px !important;
  top: 12px !important;
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  opacity: .62;
  z-index: 2;
}

.cart_prod_qty select {
  width: 78px !important;
  height: 42px;
  border-radius: 6px !important;
  border: 1px solid var(--theme-border) !important;
  padding: 8px 12px !important;
  font-weight: 800 !important;
  min-height: 44px !important;
  background: var(--theme-gray) !important;
}

.cart-totl {
  padding: 24px !important;
  display: grid !important;
  gap: 18px 24px !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.cart-totl-checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-weight: 700 !important;
  color: var(--theme-text) !important;
  padding: 16px 18px !important;
  background: var(--theme-surface-soft) !important;
  border-left: 4px solid var(--theme-primary) !important;
  border-radius: 6px !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
}

.cart-links {
  gap: 12px !important;
  flex-wrap: wrap;
  display: flex !important;
  align-items: center !important;
}

.cart-summery {
  margin-left: auto !important;
  width: 360px !important;
  background: var(--theme-surface-soft) !important;
  border: 1px solid rgba(var(--theme-text-rgb), .08);
  border-radius: 6px !important;
  padding: 22px !important;
  grid-row: 1 / span 2;
  grid-column: 2;
  max-width: 100% !important;
  border-top: 4px solid var(--theme-primary) !important;
  box-shadow: 0 14px 28px rgba(var(--theme-primary-rgb), .08) !important;
}

.shp-charge,
.cart-sb-totl {
  display: flex !important;
  justify-content: space-between !important;
  gap: 16px;
  padding: 0 0 14px !important;
  border-bottom: 1px solid var(--theme-border) !important;
  color: var(--theme-text-soft) !important;
  font-weight: 700 !important;
  align-items: center;
  margin: 0 0 14px !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
}

.total-amt {
  display: flex !important;
  justify-content: space-between !important;
  gap: 16px;
  align-items: center;
  font-family: var(--font-body) !important;
  border-bottom: 0 !important;
  color: var(--theme-text) !important;
  font-size: 22px;
  font-weight: 900;
  margin: 0 !important;
  padding: 0 !important;
}

.form-select,
input[type="text"],
input[type="email"],
input[type="tel"] {
  min-height: 48px;
  border-radius: 14px !important;
  border: 1px solid rgba(var(--theme-text-rgb), .14) !important;
  padding: 12px 14px !important;
  color: var(--theme-text);
  background-color: #fff;
}

.ingre-heading {
  color: var(--theme-text);
  font-weight: 900;
  letter-spacing: -.02em;
}

.ingdnts_img img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  border: 1px solid rgba(var(--theme-text-rgb), .08);
  background: #fff;
  padding: 16px;
}

.site-legal-body .container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.site-legal-body .trm-bx,
.site-legal-body .bdinpad {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-legal-body .ingdnts_img {
  display: flex;
  justify-content: center;
  margin: 22px 0 34px;
  padding: 24px;
  border: 1px solid var(--theme-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, var(--theme-surface-soft));
}

.site-legal-body .ingdnts_img img {
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}

.site-legal-body .ingre-heading {
  margin-top: 28px !important;
  font-family: var(--font-body);
  font-size: 20px;
  color: var(--theme-text);
}

.pkgbtn,
.add-to-cart,
#place_order,
#chekoutbtn {
  position: relative;
  isolation: isolate;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  overflow: hidden;
  border: 1px solid var(--theme-accent) !important;
  background: var(--theme-accent) !important;
  color: var(--theme-text) !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 18px 36px rgba(var(--theme-accent-rgb), .22);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
}

.site-shop-card__btn::after,
.commonbtn::after,
.pkgbtn::after,
.add-to-cart::after,
.prod-clearcart::after,
.cont-shop::after,
#place_order::after,
#chekoutbtn::after,
.s2btn2::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -45%;
  z-index: -1;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.74), transparent);
  transform: rotate(18deg);
  transition: left .45s ease;
}

.pkgbtn:hover,
.add-to-cart:hover,
#place_order:hover,
#chekoutbtn:hover {
  background: var(--theme-accent-strong) !important;
  border-color: var(--theme-accent-strong) !important;
  color: var(--theme-text) !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(var(--theme-accent-rgb), .28);
}

.site-products .s2btn2:hover::after,
.site-shop-card__btn:hover::after,
.add-cart-blk .commonbtn.site-product-btn:hover::after,
.add-cart-blk .add-to-cart.site-product-btn:hover::after,
.commonbtn:hover::after,
.pkgbtn:hover::after,
.add-to-cart:hover::after,
.prod-clearcart:hover::after,
.cont-shop:hover::after,
#place_order:hover::after,
#chekoutbtn:hover::after,
.s2btn2:hover::after {
  left: 115%;
}

.site-footer .container,
.site-footer__bottom .container,
.site-legal-page .container,
.site-contact-page .container,
.site-shop-page .container,
.site-checkout-page .container,
.site-thankyou-page .container,
.site-legal-hero .container,
.site-contact-hero .container,
.site-shop-hero .container,
.site-checkout-hero .container,
.site-thankyou-hero .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.site-checkout-main,
.cart_area.site-checkout-main,
.prod-top.site-checkout-main {
  padding: 64px 0 96px !important;
  background: var(--theme-bg) !important;
}

.cart_area.site-checkout-main > .container,
.prod-top.site-checkout-main .container {
  max-width: 1180px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: block !important;
}

#cartBox,
#emptycartBox,
.frm_con_bgcolr {
  background: var(--theme-surface) !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 6px !important;
  box-shadow: 0 16px 32px rgba(var(--theme-primary-rgb), .14) !important;
  overflow: hidden;
}

.page-checkout .frm_con_bgcolr {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.page-checkout .frm-container {
  background: var(--theme-surface) !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 6px !important;
  box-shadow: 0 16px 32px rgba(var(--theme-primary-rgb), .14) !important;
  padding: 26px !important;
  overflow: visible !important;
}

.pad-rand,
.page-checkout .frm-container:first-child {
  padding: 0 !important;
}

.page-checkout .frm-container:first-child .shipping_heading {
  padding: 26px 26px 0 !important;
}

.cart_prod_prc,
.cart_prc_subtotl,
.cart_prod_qty {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
  color: var(--theme-text) !important;
}

.cart-totl-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--theme-primary);
}

.total-prc,
.total-lbl {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: var(--theme-text) !important;
}

.shipping_heading h3 {
  margin-bottom: 28px;
  margin: 0 0 20px !important;
  font-family: var(--font-body) !important;
  font-size: 32px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
  text-transform: uppercase !important;
  color: var(--theme-text) !important;
}

.sub_shipping_heading h3 {
  margin: 0 0 20px !important;
  font-family: var(--font-body) !important;
  font-size: 32px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
  text-transform: uppercase !important;
  color: var(--theme-text) !important;
}

.page-checkout .label {
  position: relative;
  display: block !important;
  margin: 0 0 14px !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--theme-text-soft) !important;
}

.hide,
.add-cart-blk .commonbtn.site-product-btn:before,
.add-cart-blk .add-to-cart.site-product-btn:before,
.page-checkout .label i {
  display: none !important;
}

.page-checkout input[type="text"],
.page-checkout input[type="email"],
.page-checkout select,
.page-checkout textarea {
  width: 100% !important;
  min-height: 52px !important;
  padding: 14px 16px !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 6px !important;
  background: var(--theme-gray) !important;
  color: var(--theme-text) !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  box-shadow: none !important;
  outline: none !important;
}

.page-checkout .step1,
.page-checkout .step2 {
  background: var(--theme-surface) !important;
  border: 1px solid var(--theme-border) !important;
  border-radius: 6px !important;
  box-shadow: 0 16px 32px rgba(var(--theme-primary-rgb), .14) !important;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 12px;
}

.page-checkout .step1 .shipping_heading,
.page-checkout .step1 .clearall,
.page-checkout .step2 .shipping_heading,
.page-checkout .step2 .is_bill,
.page-checkout .step2 .cards,
.page-checkout .step2 #billingDiv,
.page-checkout .step2 .cart-terms,
.page-checkout .step2 center,
.page-checkout .step2 .clearall {
  grid-column: 1 / -1;
}

.page-checkout .is_bill,
.page-checkout .cart-terms {
  padding: 16px 18px !important;
  margin: 0 0 16px !important;
  background: var(--theme-surface-soft) !important;
  border-left: 4px solid var(--theme-primary) !important;
  border-radius: 6px !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: var(--theme-text) !important;
}

.page-checkout .cards {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px !important;
  font-family: var(--font-body);
  font-weight: 800;
  color: var(--theme-text);
}

.page-checkout .cards img {
  max-height: 30px;
  width: auto;
}

#chekoutbtn.commonbtn {
  width: min(100%, 420px);
  border: 0 !important;
  cursor: pointer;
}

.cmenu ul li a:hover {
  background: var(--theme-primary);
  border-color: var(--theme-primary);
  color: var(--theme-accent-strong);
}

.site-nav-cart__link:hover {
  background: var(--theme-accent);
  color: var(--theme-white) !important;
  border-color: var(--theme-accent);
}

.s2btn2 {
  position: relative;
  isolation: isolate;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  overflow: hidden;
  border: 1px solid var(--theme-accent) !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
  background: var(--theme-accent) !important;
  border-color: var(--theme-accent) !important;
  color: var(--theme-white) !important;
  box-shadow: 0 18px 36px rgba(var(--theme-accent-rgb), 0.22) !important;
}

button[type="submit"] {
  background: var(--theme-accent) !important;
  border-color: var(--theme-accent) !important;
  color: var(--theme-white) !important;
  box-shadow: 0 18px 36px rgba(var(--theme-accent-rgb), 0.22) !important;
}

.s2btn2:hover {
  transform: translateY(-2px);
  background: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  color: var(--theme-white) !important;
  box-shadow: 0 22px 44px rgba(var(--theme-primary-rgb), 0.22) !important;
}

button[type="submit"]:hover {
  background: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  color: var(--theme-white) !important;
  box-shadow: 0 22px 44px rgba(var(--theme-primary-rgb), 0.22) !important;
}

.site-shop-breadcrumb,
.site-product-breadcrumb,
.site-legal-breadcrumb,
.site-contact-breadcrumb,
.site-checkout-breadcrumb,
.site-thankyou-breadcrumb {
  border-color: rgba(var(--theme-primary-rgb), 0.12);
  color: var(--theme-primary-strong);
}

.site-footer__detail-text a:hover,
.site-product-hero__content h1 span,
.site-legal-hero__content h1 span,
.site-shop-head .site-label,
.site-shop-breadcrumb a,
.site-product-breadcrumb a,
.site-legal-breadcrumb a,
.site-contact-breadcrumb a,
.site-checkout-breadcrumb a,
.site-thankyou-breadcrumb a {
  color: var(--theme-primary);
}

.site-footer h4,
.site-footer a:hover {
  color: var(--theme-accent);
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--theme-accent) !important;
  box-shadow: 0 0 0 4px rgba(var(--theme-accent-rgb), 0.16) !important;
}

.cmenu ul li.active > a:not(.site-nav-cart__link):hover {
  background: var(--theme-accent-strong) !important;
  border-color: var(--theme-accent-strong) !important;
  color: var(--theme-white) !important;
}

.cart-icon strong {
  background: var(--theme-accent);
  color: #ffffff;
  border-color: var(--theme-accent);
  border-radius: var(--theme-radius-sm);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border: 2px solid currentColor;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.cart-icon strong::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 13px;
  height: 7px;
  margin-left: -7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  transition: border-color .2s ease, color .2s ease;
}

.cmenu ul li.site-nav-cart:not(.active) .site-nav-cart__label,
.cmenu ul li.site-nav-cart:not(.active) .site-nav-cart__label span,
.cmenu ul li.site-nav-cart.active > .site-nav-cart__link:hover .site-nav-cart__label,
.cmenu ul li.site-nav-cart.active > .site-nav-cart__link:hover .site-nav-cart__label span,
.cmenu ul li.site-nav-cart.active > a.site-nav-cart__link:hover .site-nav-cart__label,
.cmenu ul li.site-nav-cart.active > a.site-nav-cart__link:hover .site-nav-cart__label span {
  color: var(--theme-white) !important;
}

.cmenu ul li.site-nav-cart:not(.active) > .site-nav-cart__link:hover .site-nav-cart__label,
.cmenu ul li.site-nav-cart:not(.active) > .site-nav-cart__link:hover .site-nav-cart__label span,
.cmenu ul li.site-nav-cart:not(.active) > a.site-nav-cart__link:hover .site-nav-cart__label,
.cmenu ul li.site-nav-cart:not(.active) > a.site-nav-cart__link:hover .site-nav-cart__label span,
.cmenu ul li.site-nav-cart.active .site-nav-cart__label,
.cmenu ul li.site-nav-cart.active .site-nav-cart__label span {
  color: var(--theme-primary-strong) !important;
}

.cmenu ul li.site-nav-cart:not(.active) > .site-nav-cart__link,
.cmenu ul li.site-nav-cart:not(.active) > a.site-nav-cart__link,
.cmenu ul li.site-nav-cart.active > .site-nav-cart__link:hover,
.cmenu ul li.site-nav-cart.active > a.site-nav-cart__link:hover {
  background: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  color: var(--theme-white) !important;
}

.cmenu ul li.active > a:not(.site-nav-cart__link),
.cmenu ul li.site-nav-cart:not(.active) > .site-nav-cart__link:hover,
.cmenu ul li.site-nav-cart:not(.active) > a.site-nav-cart__link:hover,
.cmenu ul li.site-nav-cart.active > .site-nav-cart__link,
.cmenu ul li.site-nav-cart.active > a.site-nav-cart__link,
.cmenu ul li.site-nav-cart .cart-icon strong,
.cmenu ul li.site-nav-cart.active > .site-nav-cart__link:hover .cart-icon strong,
.cmenu ul li.site-nav-cart.active > a.site-nav-cart__link:hover .cart-icon strong,
.carticon-mb .cart-icon strong,
.cmenu ul li.site-nav-cart:not(.active) .cart-icon strong {
  background: var(--theme-accent) !important;
  border-color: var(--theme-accent) !important;
  color: var(--theme-primary-strong) !important;
}

.carticon-mb .cart-icon strong:after,
.carticon-mb .cart-icon strong::after {
  border-color: var(--theme-primary-strong) !important;
  border-bottom: 0 !important;
}

.cmenu ul li.site-nav-cart .site-nav-cart__link:hover .cart-icon strong,
.cmenu ul li.site-nav-cart.active > .site-nav-cart__link .cart-icon strong,
.cmenu ul li.site-nav-cart.active > a.site-nav-cart__link .cart-icon strong,
.carticon-mb a:hover .cart-icon strong,
.cmenu ul li.site-nav-cart:not(.active) > .site-nav-cart__link:hover .cart-icon strong,
.cmenu ul li.site-nav-cart.active .cart-icon strong {
  background: var(--theme-primary-strong) !important;
  border-color: var(--theme-primary-strong) !important;
  color: var(--theme-white) !important;
}

.cmenu ul li.site-nav-cart .site-nav-cart__link:hover .cart-icon strong:after,
.cmenu ul li.site-nav-cart .cart-icon strong:after,
.cmenu ul li.site-nav-cart.active > .site-nav-cart__link .cart-icon strong:after,
.cmenu ul li.site-nav-cart.active > a.site-nav-cart__link .cart-icon strong:after,
.cmenu ul li.site-nav-cart.active > .site-nav-cart__link:hover .cart-icon strong:after,
.cmenu ul li.site-nav-cart.active > a.site-nav-cart__link:hover .cart-icon strong:after,
.carticon-mb a:hover .cart-icon strong:after,
.cmenu ul li.site-nav-cart:not(.active) .cart-icon strong::after,
.cmenu ul li.site-nav-cart:not(.active) > .site-nav-cart__link:hover .cart-icon strong::after,
.cmenu ul li.site-nav-cart.active .cart-icon strong::after,
.carticon-mb a:hover .cart-icon strong::after {
  border-color: var(--theme-white) !important;
  border-bottom: 0 !important;
}

.site-footer__kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-accent);
}

.site-footer__text {
  margin: 0 0 24px;
  max-width: 560px;
  font-family: var(--font-body) !important;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__disclaimer p {
  margin: 0;
  text-align: center;
  font-family: var(--font-body) !important;
  font-size: 12px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__bottom p {
  margin: 0;
  text-align: center;
  font-family: var(--font-body) !important;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__links h4,
.site-footer__details h4 {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}

.site-footer__links a:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--theme-accent-rgb), 0.82);
  box-shadow: var(--theme-shadow-md);
  background: var(--theme-surface);
  color: #ffffff;
}

.site-footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 16px;
  border-radius: var(--theme-radius-sm);
  background: var(--theme-accent);
  box-shadow: 0 14px 26px rgba(var(--theme-accent-rgb), 0.18);
  color: #ffffff;
}

.site-footer__detail-text {
  margin: 0;
  font-family: var(--font-body) !important;
  font-size: 14px;
  line-height: 1.8;
  color: var(--theme-text);
}

.site-footer__detail-text a {
  text-decoration: none;
  color: var(--theme-text);
}

.site-product-gallery {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.cmenu ul li a:after,
.rmenubar,
.clsebtn,
.carticon-mb,
.site-product-gallery:not(.slick-initialized) .site-product-gallery__slide + .site-product-gallery__slide {
  display: none;
}

.site-product-gallery .slick-list,
.site-product-gallery .slick-track {
  display: flex;
  align-items: stretch;
}

.site-product-gallery .slick-slide {
  height: auto;
}

.site-products .slick-slide > div,
.site-product-gallery .slick-slide > div {
  height: 100%;
}

.site-product-gallery__slide {
  height: 100%;
  position: relative;
  min-height: 500px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 46px 28px 34px;
  border-radius: 26px;
}

.site-product-gallery__label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 9px 14px;
  border: 1px solid rgba(var(--theme-primary-rgb), 0.12);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--theme-primary-strong);
  font-family: var(--font-body);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(var(--theme-primary-rgb), .10);
}

.site-product-gallery .prd-dtl-1 {
  width: 100%;
  max-width: 430px;
  max-height: 450px;
  object-fit: contain;
}

.site-product-gallery .slick-prev:hover,
.site-product-gallery .slick-next:hover {
  background: var(--theme-accent) !important;
  color: var(--theme-primary-strong);
  transform: translateY(-50%) scale(1.05);
}

.site-product-gallery .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 16px;
  background: var(--theme-primary) !important;
  color: #ffffff;
  z-index: 20;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(var(--theme-primary-rgb), 0.18);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  left: 0;
}

.site-product-gallery .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 16px;
  background: var(--theme-primary) !important;
  color: #ffffff;
  z-index: 20;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(var(--theme-primary-rgb), 0.18);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  right: 0;
}

.site-product-gallery .slick-prev::before,
.site-product-gallery .slick-next::before {
  content: "" !important;
}

.site-products .s2list .slick-prev:after,
.site-product-gallery .slick-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 1;
  transform: translate(-50%, -50%);
  content: "\f104";
}

.site-products .s2list .slick-next:after,
.site-product-gallery .slick-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 1;
  transform: translate(-50%, -50%);
  content: "\f105";
}

.site-product-gallery .slick-disabled {
  opacity: .35;
  cursor: default;
  pointer-events: none;
}

.site-ingredients-content {
  padding-top: 82px;
}

body.site-menu-open,
.site-ingredients-shell {
  overflow: hidden;
}

.site-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.site-ingredients-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(var(--theme-primary-rgb), .10);
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--theme-shadow-sm);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.site-ingredients-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--theme-accent-rgb), .36);
  box-shadow: var(--theme-shadow-md);
}

.site-ingredients-card__header {
  padding: 24px 26px 18px;
  border-bottom: 1px solid rgba(var(--theme-primary-rgb), .10);
  background: linear-gradient(135deg, var(--theme-accent-soft), #ffffff);
}

.site-ingredients-card__header h3 {
  margin: 0;
  color: var(--theme-primary-strong);
  font-family: var(--font-body);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -.04em;
}

.site-ingredients-card__media {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  padding: 28px;
  background: radial-gradient(circle at 50% 16%, #ffffff 0, var(--theme-accent-soft) 40%, #ffffff 100%);
}

.site-ingredients-card__media img {
  display: block;
  width: 100%;
  max-width: 520px;
  max-height: 560px;
  object-fit: contain;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--theme-bg);
  color: var(--theme-text);
  font-family: var(--font-body);
}

div,
ul,
li,
p,
img,
form {
  margin: 0;
  padding: 0;
}

.headersec *,
.site-product-page *,
.site-product-page *::before,
.site-product-page *::after,
*,
*::before,
*::after {
  box-sizing: border-box;
}

button {
  font: inherit;
}

input {
  margin: 0;
  padding: 0;
  font: inherit;
}

select {
  min-height: 48px;
  border-radius: 14px !important;
  border: 1px solid rgba(var(--theme-text-rgb), .14) !important;
  padding: 12px 14px !important;
  color: var(--theme-text);
  background-color: #fff;
  font: inherit;
}

textarea {
  min-height: 48px;
  border-radius: 14px !important;
  border: 1px solid rgba(var(--theme-text-rgb), .14) !important;
  color: var(--theme-text);
  background-color: #fff;
  margin: 0;
  padding: 0;
  font: inherit;
}

.site-products .s2btn2 span,
.site-shop-card__btn span,
a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: var(--font-heading);
}

.site-legal-hero,
.site-contact-hero,
.site-shop-hero,
.site-product-hero,
.site-checkout-hero,
.site-thankyou-hero {
  position: relative;
  isolation: isolate;
  min-height: 360px;
  padding: 154px 0 58px;
  overflow: hidden;
  background-blend-mode: screen, normal;
  background-image: var(--theme-page-gradient), url("../images/other-banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-products .s2btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 14px 28px;
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--theme-primary);
  border: 1px solid var(--theme-primary);
  box-shadow: 0 16px 30px rgba(var(--theme-primary-rgb), 0.18);
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 999px;
  color: var(--theme-on-accent);
}

.site-shop-card__btn {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  overflow: hidden;
  border: 1px solid var(--theme-accent) !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
  background: var(--theme-accent) !important;
  border-color: var(--theme-accent) !important;
  box-shadow: 0 18px 36px rgba(var(--theme-accent-rgb), 0.22) !important;
  color: var(--theme-on-accent);
}

.commonbtn,
.prod-clearcart,
.cont-shop {
  position: relative;
  isolation: isolate;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px !important;
  border-radius: 999px !important;
  overflow: hidden;
  border: 1px solid var(--theme-accent) !important;
  background: var(--theme-accent) !important;
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 18px 36px rgba(var(--theme-accent-rgb), .22);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease;
  color: var(--theme-on-accent);
}

.site-products .s2btn2:hover {
  background: var(--theme-accent);
  border-color: var(--theme-accent);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(var(--theme-accent-rgb), 0.24);
  color: var(--theme-on-accent);
}

.site-shop-card__btn:hover {
  transform: translateY(-2px);
  background: var(--theme-primary) !important;
  border-color: var(--theme-primary) !important;
  box-shadow: 0 22px 44px rgba(var(--theme-primary-rgb), 0.22) !important;
  color: var(--theme-on-accent);
}

.site-product-btn,
.site-product-btn:hover {
  color: var(--theme-on-accent);
}

.commonbtn:hover,
.prod-clearcart:hover,
.cont-shop:hover {
  background: var(--theme-accent-strong) !important;
  border-color: var(--theme-accent-strong) !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(var(--theme-accent-rgb), .28);
  color: var(--theme-on-accent);
}

.site-legal-hero__content h1,
.site-contact-hero__content h1,
.site-shop-hero__content h1,
.site-product-hero__content h1,
.site-checkout-hero__content h1,
.site-thankyou-hero__content h1 {
  margin: 0 0 14px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: -0.06em;
  color: var(--theme-text);
  font-family: var(--font-heading);
}

.site-products__intro h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  color: var(--theme-text);
  font-family: var(--font-heading);
}

.site-shop-head h2 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--theme-text);
  font-weight: 950;
  letter-spacing: -0.045em;
  font-family: var(--font-heading);
}

.site-contact-panel h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--theme-text);
  font-weight: 950;
  letter-spacing: -0.045em;
  font-family: var(--font-heading);
}

.site-thankyou-status h2,
.site-thankyou-support h2 {
  font-family: var(--font-heading);
}

.headersec {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  z-index: 999;
  background: rgba(248, 250, 252, 0.94);
  transition: background-color 0.3s ease,
    box-shadow 0.3s ease,
    padding 0.3s ease;
  box-shadow: 0 14px 34px rgba(var(--theme-primary-rgb), 0.08);
  border-bottom-color: var(--theme-border);
}

.site-nav-note {
  display: none;
  color: var(--theme-text-soft);
  font: 700 9px/1 var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-footer__logo {
  display: block;
  max-width: 240px;
  width: auto;
  margin-bottom: 20px;
  object-fit: contain;
  height: auto;
}

.logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 52px;
  vertical-align: middle;
  transition: all 0.35s ease;
  height: auto;
}

.theme-home {
  overflow: hidden;
  background: var(--theme-bg);
  color: var(--theme-text);
}

.theme-home .container {
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
  padding-inline: 0;
}

.site-products .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
  padding-inline: 0;
}

.theme-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-primary);
  font: 800 11px/1.2 var(--font-body);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-label {
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--theme-primary);
  font: 800 11px/1.2 var(--font-body);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.theme-kicker::before {
  width: 28px;
  height: 2px;
  background: var(--theme-accent);
  content: "";
}

.site-label::before {
  border-radius: 999px;
  width: 28px;
  height: 2px;
  background: var(--theme-accent);
  content: "";
}

.theme-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.theme-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: var(--theme-radius-xs);
  color: inherit;
  font: 800 12px/1 var(--font-body);
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.theme-btn:hover {
  transform: translateY(-3px);
  color: inherit;
  text-decoration: none;
}

.theme-btn--accent {
  background: var(--theme-accent);
  color: var(--theme-on-accent);
  box-shadow: 0 14px 30px rgba(var(--theme-accent-rgb), .22);
}

.theme-btn--accent:hover {
  background: var(--theme-accent-strong);
  color: var(--theme-on-accent);
}

.theme-btn--primary {
  background: var(--theme-primary);
  color: #fff;
  box-shadow: 0 14px 30px rgba(var(--theme-primary-rgb), .2);
}

.theme-btn--primary:hover {
  background: var(--theme-primary-strong);
  color: #fff;
}

.theme-btn--outline {
  border-color: currentColor;
  background: transparent;
}

.theme-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  color: var(--theme-primary);
  font: 700 13px/1.5 var(--font-body);
  text-decoration: none;
}

.theme-link:hover {
  color: var(--theme-accent-strong);
  text-decoration: none;
}

.theme-link span {
  transition: transform .22s ease;
}

.theme-link:hover span {
  transform: translateX(4px);
}

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

.bs-hero {
  padding: 96px 0;
  background: var(--theme-bg);
  border-bottom: 1px solid var(--theme-border);
}

.bs-hero__grid {
  display: grid;
  grid-template-columns: 70px 1fr .82fr;
  align-items: stretch;
  gap: 4.5%;
}

.bs-hero__index {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  color: var(--theme-primary);
  font: 700 10px/1 var(--font-body);
  letter-spacing: .14em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
}

.bs-hero__index strong {
  color: var(--theme-accent-strong);
  font-size: 14px;
}

.bs-hero__index i {
  width: 1px;
  height: 100%;
  min-height: 180px;
  background: var(--theme-border);
}

.bs-hero__copy {
  align-self: center;
  padding-block: 34px;
  animation: bsRise .8s ease both;
}

.bs-hero__copy .theme-kicker {
  margin-bottom: 28px;
}

.bs-hero__copy h1 {
  margin: 0 0 28px;
  color: var(--theme-primary);
  font: 700 clamp(68px,7vw,112px)/.88 var(--font-heading);
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.site-legal-breadcrumb ul li a:hover,
.site-contact-breadcrumb ul li a:hover,
.site-shop-breadcrumb ul li a:hover,
.site-product-breadcrumb ul li a:hover,
.site-checkout-breadcrumb ul li a:hover,
.site-thankyou-breadcrumb ul li a:hover,
.site-legal-body a:hover,
.site-contact-panel__item a:hover,
.site-thankyou-support__item a:hover,
.hulk_app .s1-p3 a:hover,
.cmenu ul li.active a,
.site-shop-breadcrumb a:hover,
.site-product-breadcrumb a:hover,
.site-legal-breadcrumb a:hover,
.site-contact-breadcrumb a:hover,
.site-checkout-breadcrumb a:hover,
.site-thankyou-breadcrumb a:hover,
.bs-hero__copy h1 span {
  color: var(--theme-accent-strong);
}

.bs-hero__copy p {
  max-width: 640px;
  margin: 0 0 34px;
  padding-left: 22px;
  border-left: 3px solid var(--theme-accent);
  color: var(--theme-text-soft);
  font: 500 17px/1.72 var(--font-body);
}

.bs-hero__media {
  position: relative;
  padding: 16px 16px 0 0;
  border-top: 1px solid var(--theme-primary);
  border-right: 1px solid var(--theme-primary);
  animation: bsReveal .9s .12s ease both;
}

.bs-hero__media img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.bs-hero__caption {
  position: absolute;
  left: -34px;
  right: 52px;
  bottom: 28px;
  padding: 20px 24px;
  background: var(--theme-primary);
  color: #fff;
}

.bs-hero__caption span {
  display: block;
  margin-bottom: 7px;
  color: var(--theme-accent);
  font: 700 10px/1 var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bs-hero__caption strong {
  display: block;
  font: 600 23px/1.2 var(--font-heading);
  text-transform: uppercase;
}

.bs-manifesto {
  padding: 92px 0;
  background: var(--theme-primary);
  color: #fff;
}

.bs-manifesto__grid {
  display: grid;
  grid-template-columns: 90px 1fr .7fr;
  align-items: end;
  gap: 6%;
}

.bs-manifesto__number {
  color: var(--theme-accent);
  font: 700 62px/1 var(--font-heading);
}

.bs-manifesto .theme-kicker {
  margin-bottom: 20px;
  color: var(--theme-accent);
}

.bs-manifesto h2 {
  margin: 0;
  font: 600 clamp(44px,5vw,76px)/.94 var(--font-heading);
  text-transform: uppercase;
}

.bs-manifesto p {
  margin: 0 0 8px;
  color: rgba(255,255,255,.7);
  font: 500 16px/1.75 var(--font-body);
}

.bs-principles {
  padding: 110px 0;
  background: var(--theme-surface);
}

.bs-principles__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-bottom: 100px;
  border-top: 2px solid var(--theme-primary);
}

.bs-principles__grid article {
  padding: 32px 34px 42px 0;
  border-right: 1px solid var(--theme-border);
}

.bs-principles__grid article:not(:first-child) {
  padding-left: 34px;
}

.bs-principles__grid article:last-child {
  border-right: 0;
}

.bs-principles__grid span {
  color: var(--theme-accent-strong);
  font: 700 11px/1 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bs-principles__grid h3 {
  margin: 54px 0 14px;
  color: var(--theme-primary);
  font: 600 34px/1 var(--font-heading);
  text-transform: uppercase;
}

.bs-principles__grid p {
  margin: 0;
  color: var(--theme-text-soft);
  font: 500 15px/1.7 var(--font-body);
}

.bs-principles__feature {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 7%;
}

.bs-principles__feature img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.bs-principles__feature .theme-kicker {
  margin-bottom: 20px;
}

.bs-principles__feature h2 {
  margin: 0 0 22px;
  color: var(--theme-primary);
  font: 600 clamp(45px,5vw,72px)/.95 var(--font-heading);
  text-transform: uppercase;
}

.bs-principles__feature p {
  margin: 0 0 24px;
  color: var(--theme-text-soft);
  font: 500 16px/1.7 var(--font-body);
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes productButtonSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes productAmbient {
  0%,100% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(5deg) scale(1.04);
  }
}

@keyframes bsRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bsReveal {
  from {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0);
  }
}

@media (max-width: 1199px) {
  .site-products__intro h2 {
    font-size: 42px;
  }

  .site-footer__top {
    grid-template-columns: minmax(0, 1fr) 230px minmax(260px, 0.9fr);
  }

  .site-legal-body h3 {
    font-size: 28px;
  }

  .site-shop-head h2 {
    font-size: 38px;
  }

  .site-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-thankyou-status__content h2 {
    font-size: 34px;
  }

  .site-contact-panel h2,
  .site-thankyou-support__left h2 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .site-product-gallery__slide {
    min-height: 440px;
  }

  .site-ingredients-grid {
    grid-template-columns: 1fr;
  }

  .bs-hero__grid {
    grid-template-columns: 45px 1fr .8fr;
  }

  .bs-hero__copy h1 {
    font-size: 72px;
  }

  .bs-hero__media img {
    height: 560px;
  }

  .bs-manifesto__grid {
    grid-template-columns: 70px 1fr;
  }

  .bs-manifesto p {
    grid-column: 2;
  }
}

@media (max-width: 991px) {
  .site-products {
    padding: 76px 0;
  }

  .site-products .prod-box {
    padding: 0 44px;
  }

  .site-products .s2list-bx {
    min-height: 290px;
    padding: 24px;
  }

  .site-products .s2prd2 {
    max-height: 220px;
  }

  .site-products .s2list .slick-prev {
    left: -6px;
  }

  .site-products .s2list .slick-next {
    right: -6px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 0 28px;
  }

  .site-footer__disclaimer {
    padding: 22px 0 28px;
  }

  .site-contact-media {
    min-height: auto;
  }

  .site-contact-media img {
    height: 460px;
  }

  .site-contact-panel {
    right: 24px;
    left: 24px;
    bottom: 24px;
    max-width: none;
    width: auto;
  }

  .site-legal-content,
  .site-contact-main,
  .site-shop-main,
  .site-checkout-main,
  .site-thankyou-main {
    padding: 48px 0 64px;
  }

  .site-products__top,
  .site-legal-topbar,
  .site-thankyou-grid,
  .site-thankyou-support {
    grid-template-columns: 1fr;
  }

  .site-legal-hero__content p,
  .site-contact-hero__content p,
  .site-shop-hero__content p,
  .site-product-hero__content p,
  .site-checkout-hero__content p,
  .site-thankyou-hero__content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
  }

  .site-products .container,
  .site-footer .container,
  .site-footer__bottom .container,
  .site-legal-page .container,
  .site-contact-page .container,
  .site-shop-page .container,
  .site-checkout-page .container,
  .site-thankyou-page .container,
  .site-product-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-legal-hero__content h1,
  .site-contact-hero__content h1,
  .site-shop-hero__content h1,
  .site-product-hero__content h1,
  .site-checkout-hero__content h1,
  .site-thankyou-hero__content h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .site-legal-hero,
  .site-contact-hero,
  .site-shop-hero,
  .site-product-hero,
  .site-checkout-hero,
  .site-thankyou-hero {
    min-height: 320px;
    padding: 132px 0 44px;
  }

  .site-legal-hero__content,
  .site-contact-hero__content,
  .site-shop-hero__content,
  .site-checkout-hero__content,
  .site-thankyou-hero__content,
  .site-product-hero__content {
    padding: 22px;
    border-radius: 30px;
  }
}

@media (max-width: 900px) {
  .cart_hdr {
    display: none !important;
  }

  .prod_details {
    grid-template-columns: 1fr !important;
    gap: 12px;
    border-radius: 6px !important;
    margin-bottom: 14px;
    border: 1px solid var(--theme-border) !important;
  }

  #cartBox {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .cart-totl {
    background: var(--theme-surface) !important;
    border-radius: 6px;
    border: 1px solid var(--theme-border);
    grid-template-columns: 1fr !important;
  }

  .cart-summery {
    grid-row: auto;
    grid-column: auto;
    width: 100% !important;
  }

  .prod-spec,
  .page-checkout .step1,
  .page-checkout .step2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .headersec {
    padding: 12px 0;
  }

  .headersec.sticky {
    padding: 10px 0;
  }

  .headersec .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
  }

  .logo {
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  .logo a {
    justify-content: center;
    max-width: calc(100% - 110px);
    margin: 0 auto;
  }

  .logo img {
    max-height: 40px;
    margin: 0 auto;
  }

  .rmenubar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
    display: block;
  }

  .rmenubar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--theme-border);
    background: rgba(255, 255, 255, 0.76);
    border-radius: 6px;
    color: var(--theme-text);
    text-decoration: none;
    font-size: 18px;
  }

  .headersec.sticky .rmenubar a {
    color: var(--theme-text);
  }

  .carticon-mb {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
    display: block;
  }

  .carticon-mb a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    background: transparent;
  }

  .carticon-mb .cart-icon strong {
    width: 32px;
    height: 32px;
    font-size: 11px;
    background: var(--theme-surface);
    border-color: var(--theme-border);
    color: var(--theme-text);
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(var(--theme-primary-rgb), 0.1);
  }

  .carticon-mb .cart-icon strong:after {
    width: 13px;
    height: 7px;
    margin-left: -6.5px;
    border-color: var(--theme-text);
    border-bottom: 0;
  }

  .carticon-mb a:hover .cart-icon strong {
    background: var(--theme-accent);
    border-color: var(--theme-accent);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(var(--theme-accent-rgb), 0.18);
  }

  .carticon-mb a:hover .cart-icon strong:after {
    border-color: var(--theme-text);
    border-bottom: 0;
  }

  .cmenu {
    position: static;
  }

  .cmenu ul {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 12px;
    margin: 0;
    padding: 82px 16px 24px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    box-sizing: border-box;
  }

  .cmenu.navopen ul,
  .cmenu ul.navopen {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .cmenu ul li {
    display: block;
    width: 100%;
  }

  .cmenu ul li a {
    justify-content: flex-start;
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .cmenu ul li.active > a {
    background: var(--theme-primary);
    border-color: var(--theme-primary);
    color: var(--theme-text);
  }

  .cmenu ul li.site-nav-cart a,
  .cmenu ul li.site-nav-cart .site-nav-cart__link {
    justify-content: space-between !important;
  }

  .clsebtn {
    display: block !important;
    position: absolute !important;
    top: 16px;
    right: 16px;
    z-index: 1003;
    width: auto !important;
  }

  .clsebtn a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    color: var(--theme-text) !important;
    text-decoration: none;
  }

  .clsebtn svg {
    width: 24px;
    height: 24px;
    color: var(--theme-text);
  }
}

@media (max-width: 767px) {
  .site-label {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .site-products__intro h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .site-products {
    padding: 58px 0 62px;
  }

  .site-products .prod-box {
    padding: 0 34px;
  }

  .site-products .slick-list {
    margin: 0 -8px;
  }

  .site-products .s2box {
    padding: 0 8px;
  }

  .site-products .s2list-bx {
    min-height: 250px;
    padding: 18px;
    border-radius: 22px 22px 0 0;
  }

  .site-products .s2prd2 {
    max-height: 195px;
  }

  .site-products .s2list-text {
    min-height: auto;
    padding: 18px 16px;
    border-radius: 0 0 22px 22px;
  }

  .site-products .s2prd-prc2 {
    font-size: 24px;
  }

  .site-products .s2list .slick-prev,
  .site-products .s2list .slick-next {
    width: 34px;
    height: 34px;
    border-radius: 12px;
  }

  .logo img {
    max-height: 36px;
  }

  .site-footer__top {
    padding: 46px 0 24px;
    gap: 22px;
  }

  .site-footer__logo {
    max-width: 160px;
    margin-bottom: 16px;
  }

  .site-products .s2list .slick-prev:after,
  .site-products .s2list .slick-next:after,
  .site-footer__links h4,
  .site-footer__details h4 {
    font-size: 18px;
  }

  .site-footer__text,
  .site-footer__detail-text {
    font-size: 14px;
    line-height: 1.8;
  }

  .site-footer__links a {
    min-height: 44px;
    font-size: 12px;
  }

  .site-footer__detail-item {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px;
  }

  .site-footer__icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .site-footer__cards img {
    max-width: 150px;
  }

  .site-footer__disclaimer p {
    font-size: 11px;
    line-height: 1.85;
  }

  .site-legal-body {
    padding: 22px 18px 26px;
  }

  .site-legal-body h3 {
    font-size: 24px;
    line-height: 1.15;
  }

  .site-legal-body .collection {
    padding: 16px;
  }

  .site-contact-media {
    min-height: 0;
  }

  .site-contact-media img {
    height: 260px;
  }

  .site-contact-panel {
    position: relative;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 20px 16px;
  }

  .site-contact-panel__item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
  }

  .site-contact-panel__item p {
    font-size: 13px;
    line-height: 1.7;
  }

  .site-shop-head h2 {
    font-size: 30px;
    line-height: 1.12;
  }

  .site-products__text,
  .site-legal-body p,
  .site-legal-body li,
  .site-legal-body div,
  .site-legal-body span,
  .site-shop-head p {
    font-size: 15px;
    line-height: 1.75;
  }

  .site-shop-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-shop-card__image-wrap {
    min-height: 230px;
    padding: 18px;
  }

  .site-shop-card__image {
    max-height: 180px;
  }

  .site-shop-card__content {
    min-height: auto;
    padding: 16px;
  }

  .site-products .s2prd-hding2,
  .site-shop-card__name {
    font-size: 18px;
    min-height: auto;
  }

  .site-shop-card__price {
    font-size: 22px;
  }

  #pop_content {
    width: calc(100vw - 24px);
    margin: 40px auto;
    padding: 18px;
  }

  .site-legal-content,
  .site-contact-main,
  .site-shop-main,
  .site-checkout-main,
  .site-thankyou-main {
    padding: 40px 0 56px;
  }

  .site-thankyou-status {
    grid-template-columns: 1fr;
    padding: 20px 16px;
  }

  .site-thankyou-status__icon {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }

  .site-contact-panel h2,
  .site-thankyou-status__content h2,
  .site-thankyou-support__left h2 {
    font-size: 24px;
    line-height: 1.14;
  }

  .site-thankyou-card h3 {
    font-size: 28px;
  }

  .site-thankyou-date {
    font-size: 20px !important;
  }

  .site-thankyou-card,
  .site-thankyou-support {
    padding: 20px 16px;
  }

  .site-thankyou-support__item {
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 12px;
  }

  .site-contact-panel__icon,
  .site-thankyou-support__icon {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .site-legal-hero__content p,
  .site-contact-hero__content p,
  .site-shop-hero__content p,
  .site-product-hero__content p,
  .site-checkout-hero__content p,
  .site-thankyou-hero__content p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 12px;
  }

  .site-footer__bottom p,
  .site-legal-breadcrumb ul li,
  .site-contact-breadcrumb ul li,
  .site-shop-breadcrumb ul li,
  .site-product-breadcrumb ul li,
  .site-checkout-breadcrumb ul li,
  .site-thankyou-breadcrumb ul li {
    font-size: 12px;
  }

  .site-legal-breadcrumb ul li:not(:last-child)::after,
  .site-contact-breadcrumb ul li:not(:last-child)::after,
  .site-shop-breadcrumb ul li:not(:last-child)::after,
  .site-product-breadcrumb ul li:not(:last-child)::after,
  .site-checkout-breadcrumb ul li:not(:last-child)::after,
  .site-thankyou-breadcrumb ul li:not(:last-child)::after {
    right: -14px;
  }

  .site-contact-panel__intro,
  .site-thankyou-status__content p,
  .site-thankyou-support__item p,
  .site-thankyou-support__left p,
  .hulk_app .s1-p3 {
    font-size: 14px;
    line-height: 1.75;
  }

  .add-cart-blk .commonbtn.site-product-btn,
  .add-cart-blk .add-to-cart.site-product-btn {
    min-height: 54px;
    padding: 14px 16px;
    font-size: 13px;
  }

  .site-legal-hero,
  .site-contact-hero,
  .site-shop-hero,
  .site-product-hero,
  .site-checkout-hero,
  .site-thankyou-hero {
    min-height: 300px;
    padding: 112px 0 34px;
  }

  .site-legal-hero::before,
  .site-contact-hero::before,
  .site-shop-hero::before,
  .site-checkout-hero::before,
  .site-thankyou-hero::before,
  .site-product-hero::before {
    inset: 74px 10px 14px;
    border-radius: 28px;
  }

  .site-legal-hero__content,
  .site-contact-hero__content,
  .site-shop-hero__content,
  .site-checkout-hero__content,
  .site-thankyou-hero__content,
  .site-product-hero__content {
    padding: 18px;
    border-radius: 24px;
  }

  .site-legal-hero__content h1,
  .site-contact-hero__content h1,
  .site-shop-hero__content h1,
  .site-product-hero__content h1,
  .site-checkout-hero__content h1,
  .site-thankyou-hero__content h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 1.04;
  }

  .site-legal-breadcrumb ul,
  .site-contact-breadcrumb ul,
  .site-shop-breadcrumb ul,
  .site-product-breadcrumb ul,
  .site-checkout-breadcrumb ul,
  .site-thankyou-breadcrumb ul {
    gap: 8px 20px;
    border-radius: 18px;
  }

  .theme-home .container,
  .site-products .container {
    width: min(100% - 28px, 1280px);
  }

  .theme-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer__cards,
  .theme-btn,
  .theme-link {
    width: 100%;
    justify-content: center;
  }

  .bs-hero {
    padding: 70px 0;
  }

  .bs-hero__index {
    display: none;
  }

  .bs-hero__copy h1 {
    font-size: 60px;
  }

  .bs-hero__media {
    margin-top: 42px;
  }

  .bs-hero__media img {
    height: 480px;
  }

  .bs-hero__caption {
    left: 0;
    right: 12px;
  }

  .bs-manifesto,
  .bs-principles {
    padding: 74px 0;
  }

  .bs-hero__grid,
  .bs-manifesto__grid {
    grid-template-columns: 1fr;
  }

  .bs-manifesto p {
    grid-column: auto;
  }

  .bs-principles__grid {
    grid-template-columns: 1fr;
    margin-bottom: 70px;
  }

  .bs-principles__grid article,
  .bs-principles__grid article:not(:first-child) {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--theme-border);
  }

  .bs-principles__grid h3 {
    margin-top: 30px;
  }

  .bs-principles__feature {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 580px) {
  .prod_name {
    align-items: flex-start;
  }

  .prod_name img {
    width: 74px !important;
    height: 74px !important;
    flex-basis: 74px;
  }

  .cart-summery,
  .commonbtn,
  .pkgbtn,
  .add-to-cart,
  .prod-clearcart,
  .cont-shop,
  #place_order,
  .s2btn2 {
    width: 100%;
  }

  .site-footer__logo {
    max-width: 210px;
  }

  .site-legal-hero,
  .site-contact-hero,
  .site-shop-hero,
  .site-checkout-hero,
  .site-thankyou-hero {
    padding: 118px 0 30px !important;
  }

  .site-legal-hero__content h1,
  .site-contact-hero__content h1,
  .site-shop-hero__content h1,
  .site-checkout-hero__content h1,
  .site-thankyou-hero__content h1 {
    font-size: 42px !important;
  }
}

@media (max-width: 560px) {
  .site-product-gallery__slide {
    min-height: 330px;
    padding: 44px 12px 24px;
  }

  .site-product-gallery .prd-dtl-1 {
    max-height: 320px;
  }

  .site-product-gallery .slick-prev {
    width: 38px;
    height: 38px;
    left: 8px;
  }

  .site-product-gallery .slick-next {
    width: 38px;
    height: 38px;
    right: 8px;
  }

  .site-ingredients-card__header {
    padding: 22px;
  }

  .site-ingredients-card__media {
    padding: 22px;
    min-height: 320px;
  }

  .site-ingredients-card__media img {
    max-height: 430px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-home *,
  .theme-home *::before,
  .theme-home *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
