:root {
  --tc-burgundy: #710006;
  --tc-burgundy-deep: #390f09;
  --tc-brown: #4a1b10;
  --tc-cocoa: #2a0d07;
  --tc-cream: #fff3db;
  --tc-gold: #ffc65e;
  --tc-amber: #e27b23;
  --tc-coral: #ff777d;
  --tc-mint: #22c8b9;
  --tc-white: #fffaf1;
}

.header-nav {
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .12), transparent 18%, transparent 82%, rgba(34, 200, 185, .14)),
    linear-gradient(180deg, #430000 0%, #2b0000 100%);
  border-bottom: 1px solid rgba(255, 198, 94, .18);
}

.header-nav .nav-link,
.header-nav a {
  color: rgba(255, 250, 241, .88);
}

.header-nav a:hover {
  color: var(--tc-gold);
}

.tc-header-desktop {
  position: relative;
  z-index: 20;
  overflow: visible;
  background:
    radial-gradient(circle at 8% 35%, rgba(255, 119, 125, .2) 0 12%, transparent 32%),
    radial-gradient(circle at 92% 20%, rgba(255, 198, 94, .18) 0 10%, transparent 34%),
    linear-gradient(135deg, #7a0207 0%, #650004 28%, #47130b 67%, #351008 100%);
  box-shadow: 0 22px 45px rgba(24, 5, 2, .32);
}

.tc-header-desktop,
.tc-header-desktop * {
  box-sizing: border-box;
}

.tc-header-desktop::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 42%, rgba(255, 198, 94, .06) 42% 44%, transparent 44% 100%);
  background-size: 54px 100%, 70px 70px;
  opacity: .8;
}

.tc-header-container {
  position: relative;
  z-index: 2;
}

.tc-header-shell {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr) minmax(318px, 390px);
  gap: 12px;
  align-items: center;
  padding: 8px 0;
}

.tc-brand-panel,
.tc-navigation-panel,
.tc-actions-panel {
  position: relative;
  height: 154px;
  min-height: 154px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.tc-brand-panel {
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(76px, 42%) minmax(0, 58%);
  gap: clamp(8px, .95vw, 16px);
  align-items: center;
  padding: clamp(7px, .75vw, 10px) clamp(10px, 1vw, 14px);
  border-radius: 8px;
  overflow: hidden;
}

.tc-brand-panel::before {
  content: none;
}

.tc-brand-panel::after {
  content: none;
}

.tc-brand-glow {
  position: absolute;
  inset: auto -24px -44px auto;
  z-index: 0;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 198, 94, .24), transparent 70%);
}

.tc-brand-logo {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(100%, 120px);
  min-width: 0;
  justify-self: center;
  transform: translateY(8px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .9), rgba(255, 255, 255, .08) 58%, transparent 61%),
    conic-gradient(from 20deg, var(--tc-coral), var(--tc-gold), var(--tc-mint), var(--tc-coral));
  box-shadow:
    0 12px 26px rgba(0, 0, 0, .3),
    inset 0 0 0 7px rgba(255, 255, 255, .16);
}

.tc-brand-logo::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 1px solid rgba(255, 243, 219, .4);
  background: conic-gradient(from 180deg, rgba(255, 198, 94, .65), rgba(255, 119, 125, .22), rgba(34, 200, 185, .65), rgba(255, 198, 94, .65));
  opacity: .56;
  filter: blur(.2px);
  z-index: -1;
}

.tc-brand-logo::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.24), transparent 38%);
}

.tc-brand-logo a {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.tc-brand-logo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 91%;
  height: auto;
  max-width: 110px;
  max-height: 91%;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .25));
  transform: translate(1%, -2.2%);
  transform-origin: center;
}

.tc-brand-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  min-width: 0;
  transform: translateY(8px);
  padding: clamp(4px, .45vw, 7px) clamp(7px, .9vw, 12px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 198, 94, .16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .018));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    inset 0 -1px 0 rgba(0, 0, 0, .16);
}

.tc-brand-copy::before,
.tc-brand-copy::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 198, 94, .65), transparent);
}

.tc-brand-copy::before {
  top: 5px;
}

.tc-brand-copy::after {
  bottom: 5px;
}

.tc-brand-main {
  color: var(--tc-white);
  font-weight: 900;
  font-size: clamp(13px, 1.25vw, 21px);
  line-height: 1.08;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.tc-navigation-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 7px;
  padding: 0 10px 8px;
  border-radius: 8px;
  transform: translateY(-8px);
}

.tc-service-ribbon {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: center;
  column-gap: clamp(12px, 2vw, 24px);
  row-gap: 4px;
  margin-bottom: 0;
}

.tc-ribbon-title {
  grid-column: 1 / -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 14px;
  color: #ffe2a8;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.tc-ribbon-title::before,
.tc-ribbon-title::after {
  content: "";
  width: min(120px, 18%);
  height: 1px;
  margin: 0 8px;
  background: linear-gradient(90deg, transparent, rgba(255, 198, 94, .8), transparent);
}

.tc-service-ribbon span {
  cursor: default;
}

.tc-service-ribbon .tc-ribbon-item {
  position: relative;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, .45vw, 7px);
  width: max-content;
  max-width: 100%;
  min-height: 34px;
  padding: 5px clamp(9px, .75vw, 13px);
  overflow: hidden;
  color: rgba(255, 250, 241, .95);
  border: 1px solid rgba(255, 198, 94, .32);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .2), rgba(255, 119, 125, .08) 48%, rgba(34, 200, 185, .12)),
    rgba(43, 10, 6, .54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .1),
    0 8px 16px rgba(24, 5, 2, .16);
  text-align: center;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.tc-service-ribbon .tc-ribbon-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--tc-gold), var(--tc-coral));
}

.tc-service-ribbon .tc-ribbon-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0 62%, rgba(255, 255, 255, .1) 63%, transparent 75%);
  opacity: .5;
  transition: transform .26s ease, opacity .26s ease;
}

.tc-service-ribbon i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(21px, 1.35vw, 26px);
  min-width: clamp(21px, 1.35vw, 26px);
  height: clamp(21px, 1.35vw, 26px);
  color: #371007;
  font-size: clamp(11px, .78vw, 14px);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffe7a4, #ffb34b);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}

.tc-ribbon-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.05;
}

.tc-ribbon-text em {
  display: block;
  color: var(--tc-white);
  font-size: clamp(8px, .66vw, 13px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  text-wrap: balance;
  white-space: nowrap;
}

.tc-service-ribbon .tc-ribbon-item:hover {
  border-color: rgba(255, 226, 168, .7);
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .28), rgba(255, 119, 125, .12) 48%, rgba(34, 200, 185, .18)),
    rgba(63, 15, 8, .72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    0 14px 24px rgba(24, 5, 2, .24);
  transform: translateY(-2px);
}

.tc-service-ribbon .tc-ribbon-item:hover::after {
  opacity: .9;
  transform: translateX(-22%);
}

.tc-service-ribbon .tc-ribbon-item:hover i {
  box-shadow: 0 8px 16px rgba(0, 0, 0, .25);
  transform: translateY(-2px) rotate(-5deg) scale(1.08);
}

.tc-main-menu-card {
  position: relative;
  flex: 0 0 74px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  min-height: 74px;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .07), transparent 40%, rgba(255, 119, 125, .08)),
    rgba(48, 11, 7, .58);
}

.tc-main-menu-wrap,
.tc-main-menu-wrap #iqitmegamenu-wrapper,
.tc-main-menu-wrap .container-iqitmegamenu,
.tc-main-menu-wrap #iqitmegamenu-horizontal {
  width: 100%;
}

.tc-main-menu-wrap #iqitmegamenu-wrapper {
  background: transparent;
  margin: 0;
}

.tc-main-menu-wrap .container-iqitmegamenu {
  max-width: none;
  padding: 0;
}

.tc-main-menu-wrap .cbp-hrmenu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, .7vw, 10px);
  flex-wrap: nowrap;
}

.tc-main-menu-wrap .cbp-hrmenu-tab {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  margin: 0;
}

.tc-main-menu-wrap .cbp-hrmenu-tab > .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: clamp(42px, 2.75vw, 50px);
  padding: clamp(8px, .85vw, 11px) clamp(6px, .85vw, 16px);
  overflow: hidden;
  color: var(--tc-white) !important;
  font-weight: 900;
  font-size: clamp(8px, .74vw, 14px);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    linear-gradient(180deg, rgba(104, 16, 10, .94), rgba(63, 12, 7, .94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.tc-main-menu-wrap .cbp-hrmenu-tab > .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 7px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tc-gold), var(--tc-coral), var(--tc-mint));
  transform: translateX(-50%) scaleX(.72);
  transform-origin: center;
  opacity: .72;
  transition: transform .18s ease;
}

.tc-main-menu-wrap .cbp-hrmenu-tab > .nav-link:hover {
  color: var(--tc-white) !important;
  border-color: rgba(255, 198, 94, .58);
  background:
    linear-gradient(135deg, rgba(255, 198, 94, .2), rgba(255, 119, 125, .08)),
    linear-gradient(180deg, rgba(126, 23, 14, .98), rgba(75, 14, 8, .98));
  box-shadow: 0 12px 22px rgba(32, 6, 2, .22);
  transform: translateY(-2px);
}

.tc-main-menu-wrap .cbp-hrmenu-tab > .nav-link:hover::after {
  transform: translateX(-50%) scaleX(2.7);
}

.tc-main-menu-wrap .cbp-tab-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  line-height: 1.05;
  text-align: center;
  text-wrap: balance;
  white-space: normal;
}

.tc-main-menu-wrap .cbp-mainlink-icon {
  display: none;
}

.tc-main-menu-wrap .cbp-tab-title::before {
  content: "";
  display: inline-block;
  width: clamp(25px, 1.65vw, 31px);
  min-width: clamp(25px, 1.65vw, 31px);
  height: clamp(25px, 1.65vw, 31px);
  margin-right: clamp(4px, .55vw, 11px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .24));
}

.tc-main-menu-wrap #cbp-hrmenu-tab-1 .cbp-tab-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='11' y='28' width='42' height='26' rx='5' fill='%235b170f'/%3E%3Cpath d='M9 29 16 13h32l7 16z' fill='%23ffc65e'/%3E%3Cpath d='M20 8h24l4 6H16z' fill='%23ff777d'/%3E%3Crect x='24' y='36' width='16' height='18' rx='3' fill='%23fff2c2'/%3E%3Cpath d='M18 30c2 5 8 5 10 0 2 5 8 5 10 0 2 5 8 5 10 0' fill='none' stroke='%23fff2c2' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.tc-main-menu-wrap #cbp-hrmenu-tab-2 .cbp-tab-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 27h34v17c0 8-6 13-17 13S14 52 14 44z' fill='%23fff2c2'/%3E%3Cpath d='M48 31h5c4 0 7 3 7 7s-3 7-7 7h-5' fill='none' stroke='%23ffc65e' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M20 15c5-5 1-8 6-12M32 16c5-5 1-8 6-12M44 16c5-5 1-8 6-12' fill='none' stroke='%23ffb34b' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M18 28h28' stroke='%235b170f' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M23 35h18' stroke='%23ff777d' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.tc-main-menu-wrap #cbp-hrmenu-tab-3 .cbp-tab-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M9 45c9-8 16 5 25-3 8-7 12-19 21-23' fill='none' stroke='%23fff2c2' stroke-width='6' stroke-linecap='round' stroke-dasharray='2 8'/%3E%3Cpath d='M45 8c-7 0-13 6-13 13 0 10 13 25 13 25s13-15 13-25c0-7-6-13-13-13z' fill='%23ff777d'/%3E%3Ccircle cx='45' cy='21' r='5' fill='%23fff2c2'/%3E%3Cpath d='M9 45h17l5 8H15z' fill='%23ffc65e'/%3E%3Cpath d='M13 38h11l7 15' fill='none' stroke='%235b170f' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

.tc-actions-panel {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: end;
  z-index: 30;
  width: 100%;
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  overflow: visible;
}

.tc-actions-panel::before {
  content: none;
}

.tc-actions-panel::after {
  content: none;
}

.tc-actions-heading {
  display: none;
}

.tc-actions-heading strong {
  font-size: 14px;
}

.tc-actions-eyebrow {
  color: var(--tc-gold);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.tc-actions-grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
  justify-items: stretch;
  transform: translateY(20px);
}

.tc-account-dropdown {
  position: relative;
}

.tc-account-dropdown.show,
.tc-account-dropdown:hover {
  z-index: 1600;
}

.tc-account-menu {
  top: calc(100% + 14px) !important;
  right: 0 !important;
  left: auto !important;
  min-width: 320px;
  max-width: min(88vw, 360px);
  padding: 10px;
  overflow: visible;
  color: var(--tc-white);
  border: 1px solid rgba(255, 198, 94, .34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 198, 94, .18), transparent 32%),
    radial-gradient(circle at 90% 12%, rgba(34, 200, 185, .11), transparent 28%),
    linear-gradient(145deg, rgba(103, 23, 14, .98), rgba(42, 10, 6, .98));
  box-shadow:
    0 24px 44px rgba(18, 4, 2, .45),
    inset 0 1px 0 rgba(255, 255, 255, .14);
  transform: none !important;
  z-index: 1700;
}

.tc-account-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 45px;
  width: 16px;
  height: 16px;
  border-top: 1px solid rgba(255, 198, 94, .34);
  border-left: 1px solid rgba(255, 198, 94, .34);
  background: rgba(103, 23, 14, .98);
  transform: rotate(45deg);
}

.tc-account-menu-head {
  position: relative;
  padding: 14px 14px 13px;
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .16), rgba(255, 119, 125, .08)),
    rgba(46, 10, 6, .62);
}

.tc-account-menu-head::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--tc-gold), var(--tc-coral), var(--tc-mint));
}

.tc-account-menu-kicker {
  display: block;
  color: var(--tc-gold);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tc-account-menu-head strong {
  display: block;
  margin-top: 5px;
  color: var(--tc-white);
  font-size: 18px;
  line-height: 1.1;
}

.tc-account-menu-head p {
  margin: 7px 0 0;
  color: rgba(255, 250, 241, .78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.tc-account-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 11px;
  margin-top: 4px;
  color: rgba(255, 250, 241, .96) !important;
  font-size: 13px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 7px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(41, 9, 5, .38);
  transition: transform .15s ease, color .15s ease, border-color .15s ease, background .15s ease;
}

.tc-account-menu .dropdown-item i {
  display: grid;
  place-items: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  color: #371007;
  border-radius: 7px;
  background: linear-gradient(135deg, #ffe6a0, #ffb34b);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tc-account-menu .dropdown-item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 250, 241, .96) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .28);
}

.tc-header-desktop .tc-account-menu a.dropdown-item,
.tc-header-desktop .tc-account-menu a.dropdown-item span,
.tc-header-desktop .tc-account-menu .dropdown-item:not(:hover):not(:focus),
.tc-header-desktop .tc-account-menu .dropdown-item:not(:hover):not(:focus) span {
  color: rgba(255, 250, 241, .96) !important;
}

.tc-account-menu .dropdown-item:hover,
.tc-account-menu .dropdown-item:focus {
  color: var(--tc-white) !important;
  border-color: rgba(255, 198, 94, .38);
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .16), rgba(255, 119, 125, .075)),
    rgba(71, 15, 9, .72);
  transform: translateX(-3px);
}

.tc-account-menu .tc-account-logout {
  margin-top: 8px;
  color: #ffe7e7 !important;
  border-color: rgba(255, 119, 125, .22);
}

.tc-account-menu .tc-account-logout i {
  color: var(--tc-white);
  background: linear-gradient(135deg, #ff777d, #7a0207);
}

.tc-actions-grid .col,
.tc-actions-grid .col-auto,
.tc-actions-grid #ps-shoppingcart-wrapper,
.tc-actions-grid .header-btn-w {
  width: 100%;
  max-width: none;
  min-width: 0;
  flex: 0 0 auto;
  padding: 0;
}

.tc-actions-grid #ps-shoppingcart,
.tc-actions-grid #blockcart {
  position: relative;
  width: 100%;
  min-width: 0;
}

.tc-actions-grid .header-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(4px, .6vw, 7px);
  width: 100%;
  min-width: 0;
  min-height: 82px;
  padding: 10px clamp(4px, .65vw, 8px);
  color: var(--tc-white) !important;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 198, 94, .14), transparent 35%),
    linear-gradient(180deg, rgba(82, 17, 10, .94), rgba(43, 10, 6, .94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    inset 0 -12px 22px rgba(0, 0, 0, .12),
    0 10px 18px rgba(20, 4, 2, .18);
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.tc-actions-grid .header-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), transparent 34%),
    linear-gradient(90deg, transparent, rgba(255, 198, 94, .08), transparent);
  opacity: .75;
  transition: transform .22s ease, opacity .22s ease;
}

.tc-actions-grid .header-btn::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--tc-gold), var(--tc-coral), transparent);
  opacity: .62;
  transform: scaleX(.72);
  transition: transform .18s ease, opacity .18s ease;
}

.tc-actions-grid .header-btn > * {
  position: relative;
  z-index: 1;
}

.tc-actions-grid .header-btn:hover {
  border-color: rgba(255, 198, 94, .6);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 198, 94, .22), transparent 35%),
    linear-gradient(180deg, rgba(101, 21, 12, .98), rgba(54, 11, 7, .98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -12px 22px rgba(0, 0, 0, .1),
    0 14px 24px rgba(20, 4, 2, .26);
  transform: translateY(-2px);
}

.tc-actions-grid .header-btn:hover::before {
  opacity: 1;
  transform: translateX(8%);
}

.tc-actions-grid .header-btn:hover::after {
  opacity: .95;
  transform: scaleX(1);
}

.tc-actions-grid .header-btn .icon,
.tc-actions-grid .header-btn i {
  color: var(--tc-gold);
  font-size: clamp(20px, 1.6vw, 27px);
}

.tc-actions-grid .header-btn .title,
.tc-actions-grid .header-btn .info-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
  color: var(--tc-white);
  font-weight: 900;
  font-size: clamp(8px, .82vw, 15px);
  line-height: 1.1;
  text-align: center;
  max-width: 100%;
  text-wrap: balance;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.tc-actions-grid .cart-toggle-details {
  display: none;
}

.tc-actions-grid .cart-products-count-btn {
  background: #ff2424;
  color: #fff;
  border: 2px solid var(--tc-white);
}

.tc-header-bottom-hooks {
  grid-column: 1 / -1;
}

.tc-header-bottom-hooks > .row,
.tc-header-bottom-hooks .row {
  justify-content: center;
}

.tc-header-bottom-hooks:empty {
  display: none;
}

.tc-header-desktop .dropdown-menu,
.tc-header-desktop .dropdown-content {
  border: 1px solid rgba(255, 198, 94, .24);
  border-radius: 8px;
  box-shadow: 0 22px 40px rgba(21, 5, 2, .32);
}

.tc-header-desktop.tc-header-is-scrolled {
  box-shadow: 0 16px 34px rgba(18, 4, 2, .45);
}

.tc-mobile-header-shell {
  position: relative;
  z-index: 30;
  color: var(--tc-white);
  background:
    radial-gradient(circle at 50% 4%, rgba(255, 198, 94, .22), transparent 24%),
    radial-gradient(circle at 12% 0, rgba(255, 119, 125, .2), transparent 34%),
    linear-gradient(145deg, #87090c 0%, #660004 45%, #3d120a 100%);
  border-bottom: 1px solid rgba(255, 198, 94, .2);
  box-shadow: 0 16px 32px rgba(21, 5, 2, .42);
}

.tc-mobile-header-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 38px 100%;
}

.tc-mobile-container {
  position: relative;
  z-index: 2;
}

.tc-mobile-brand-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 70px;
  align-items: center;
  gap: 10px;
  padding: 12px 0 10px;
}

.tc-mobile-menu-trigger,
.tc-mobile-search-trigger,
.tc-mobile-zone-trigger,
.tc-mobile-cart-trigger {
  min-width: 0;
  padding: 0;
}

.tc-mobile-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.tc-mobile-logo img {
  max-height: 78px;
  width: auto;
  padding: 5px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255,255,255,.86), rgba(255,255,255,.18) 56%, transparent 59%),
    conic-gradient(from 40deg, var(--tc-coral), var(--tc-gold), var(--tc-mint), var(--tc-coral));
  box-shadow:
    0 10px 18px rgba(0, 0, 0, .34),
    inset 0 0 0 4px rgba(255, 255, 255, .14);
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .32));
}

.tc-mobile-brand-claim {
  display: block;
  max-width: 100%;
  margin-top: 5px;
  overflow: hidden;
  color: rgba(255, 250, 241, .92);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.tc-mobile-round-btn {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  min-height: 64px;
  width: 66px;
  margin: 0 auto;
  color: var(--tc-white) !important;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 198, 94, .22), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.03)),
    rgba(42, 8, 5, .68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 8px 16px rgba(20, 4, 2, .24);
  transition: transform .16s ease, border-color .16s ease, background .16s ease;
}

.tc-mobile-round-btn::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 4px;
  border-radius: 9px;
  background:
    linear-gradient(135deg, #ffe6a0, #ffb34b);
  box-shadow: 0 6px 12px rgba(0,0,0,.25);
  transition: transform .18s ease;
}

.tc-mobile-round-btn::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tc-gold), var(--tc-coral), var(--tc-mint));
  opacity: .72;
}

.tc-mobile-round-btn:active,
.tc-mobile-menu-trigger.show .tc-mobile-round-btn,
.col-mobile-menu-dropdown.show .tc-mobile-round-btn,
.col-mobile-menu-push.show .tc-mobile-round-btn,
.tc-mobile-cart-trigger.show .tc-mobile-round-btn {
  border-color: rgba(255, 198, 94, .62);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 198, 94, .3), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.04)),
    rgba(67, 15, 8, .82);
  transform: translateY(1px) scale(.98);
}

.tc-mobile-round-btn:active::before,
.tc-mobile-menu-trigger.show .tc-mobile-round-btn::before,
.col-mobile-menu-dropdown.show .tc-mobile-round-btn::before,
.col-mobile-menu-push.show .tc-mobile-round-btn::before,
.tc-mobile-cart-trigger.show .tc-mobile-round-btn::before {
  transform: rotate(-5deg) scale(1.08);
}

.tc-mobile-round-btn i {
  position: absolute;
  inset: auto;
  display: grid;
  place-items: center;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: visible;
  color: transparent;
  font-size: 0;
  line-height: 1;
}

.tc-mobile-menu-trigger .tc-mobile-round-btn::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M13 19h38M13 32h31M13 45h38' stroke='%235b170f' stroke-width='7' stroke-linecap='round'/%3E%3Ccircle cx='50' cy='32' r='5' fill='%23ff777d'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-search-trigger .tc-mobile-round-btn::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='28' cy='28' r='15' fill='none' stroke='%235b170f' stroke-width='7'/%3E%3Cpath d='M40 40l13 13' stroke='%235b170f' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='M20 24c3-5 9-7 15-4' fill='none' stroke='%23ffc65e' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-cart-trigger .tc-mobile-round-btn::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M15 24h34l-4 28H19z' fill='%235b170f'/%3E%3Cpath d='M23 24c0-9 5-15 9-15s9 6 9 15' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M23 34h18' stroke='%23ffc65e' stroke-width='5' stroke-linecap='round'/%3E%3Ccircle cx='25' cy='52' r='4' fill='%23ff777d'/%3E%3Ccircle cx='41' cy='52' r='4' fill='%2322c8b9'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-zone-trigger .tc-mobile-round-btn::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 45c11-10 18 4 28-5 7-6 8-19 16-25' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round' stroke-dasharray='2 8'/%3E%3Cpath d='M42 8c-7 0-12 5-12 12 0 9 12 23 12 23s12-14 12-23c0-7-5-12-12-12z' fill='%235b170f'/%3E%3Ccircle cx='42' cy='20' r='4' fill='%23ffc65e'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-round-btn span {
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.tc-mobile-cart-btn .cart-products-count-btn,
.tc-mobile-cart-btn .cart-products-count {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 3;
  min-width: 20px;
  min-height: 20px;
  padding: 2px 5px;
  border-radius: 999px;
  color: #fff;
  background: #ff2424;
  border: 2px solid var(--tc-white);
  font-size: 10px;
  font-weight: 900;
}

.tc-mobile-service-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 0 0 10px;
}

.tc-mobile-service-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 7px;
  overflow: hidden;
  color: rgba(255, 250, 241, .94);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  border: 1px solid rgba(255, 198, 94, .25);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255,198,94,.17), rgba(255,119,125,.07), rgba(34,200,185,.08)),
    rgba(42, 9, 5, .56);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.tc-mobile-service-item::before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 7px;
  background: linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-service-time::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='20' fill='none' stroke='%235b170f' stroke-width='7'/%3E%3Cpath d='M32 18v16l11 7' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-service-craft::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 36c9-12 18 9 36-8' fill='none' stroke='%235b170f' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='M15 44h36' stroke='%235b170f' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-service-map::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 8c-8 0-15 7-15 15 0 12 15 31 15 31s15-19 15-31c0-8-7-15-15-15z' fill='%235b170f'/%3E%3Ccircle cx='32' cy='23' r='6' fill='%23ffc65e'/%3E%3C/svg%3E") center / 17px 17px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-sticky-tools {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0 0 10px;
}

.tc-mobile-buttons-bar {
  position: relative;
  border: 1px solid rgba(255, 198, 94, .24);
  border-radius: 8px;
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .16), rgba(255, 119, 125, .08), rgba(34, 200, 185, .08)),
    rgba(39, 8, 5, .78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 10px 18px rgba(20, 4, 2, .22);
}

.tc-mobile-tools-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 0;
}

.tc-mobile-tools-row::before,
.tc-mobile-tools-row::after {
  display: none;
}

.tc-mobile-tool,
.tc-mobile-tools-row .col-mobile-btn-wishlist {
  width: auto;
  max-width: none;
  padding: 0;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.tc-mobile-tools-row .tc-mobile-menu-trigger.col-mobile-menu-dropdown {
  position: static;
}

.tc-mobile-tool:last-child,
.tc-mobile-tools-row .col-mobile-btn-wishlist:last-child {
  border-right: 0;
}

.tc-mobile-tool .m-nav-btn,
.tc-mobile-tools-row .col-mobile-btn-wishlist .m-nav-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 70px;
  padding: 8px 5px 10px;
  overflow: hidden;
  color: var(--tc-white) !important;
  font-weight: 900;
  transition: background .15s ease, transform .15s ease;
}

.tc-mobile-tool .m-nav-btn::before,
.tc-mobile-tools-row .col-mobile-btn-wishlist .m-nav-btn::before {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin: 0 auto 2px;
  border-radius: 9px;
  background:
    linear-gradient(135deg, #ffe6a0, #ffb34b);
  box-shadow: 0 7px 12px rgba(0,0,0,.24);
  transition: transform .18s ease;
}

.tc-mobile-tool .m-nav-btn::after,
.tc-mobile-tools-row .col-mobile-btn-wishlist .m-nav-btn::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--tc-gold), transparent);
  opacity: .62;
}

.tc-mobile-tool .m-nav-btn:active,
.tc-mobile-tool.show .m-nav-btn {
  background: rgba(255, 198, 94, .12);
  transform: translateY(1px);
}

.tc-mobile-tool .m-nav-btn:active::before,
.tc-mobile-tool.show .m-nav-btn::before {
  transform: rotate(-5deg) scale(1.08);
}

.tc-mobile-tool .m-nav-btn i,
.tc-mobile-tools-row .col-mobile-btn-wishlist .m-nav-btn i {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 1;
}

#mobile-btn-search .m-nav-btn::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='28' cy='28' r='15' fill='none' stroke='%235b170f' stroke-width='7'/%3E%3Cpath d='M40 40l13 13' stroke='%235b170f' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='M20 24c3-5 9-7 15-4' fill='none' stroke='%23ffc65e' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-menu-trigger .m-nav-btn::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M13 19h38M13 32h31M13 45h38' stroke='%235b170f' stroke-width='7' stroke-linecap='round'/%3E%3Ccircle cx='50' cy='32' r='5' fill='%23ff777d'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-account-tool .m-nav-btn::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='21' r='11' fill='%235b170f'/%3E%3Cpath d='M14 54c2-13 11-20 18-20s16 7 18 20z' fill='%235b170f'/%3E%3Ccircle cx='43' cy='18' r='5' fill='%23ff777d'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-cart-tool .m-nav-btn::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M15 24h34l-4 28H19z' fill='%235b170f'/%3E%3Cpath d='M23 24c0-9 5-15 9-15s9 6 9 15' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M23 34h18' stroke='%23ffc65e' stroke-width='5' stroke-linecap='round'/%3E%3Ccircle cx='25' cy='52' r='4' fill='%23ff777d'/%3E%3Ccircle cx='41' cy='52' r='4' fill='%2322c8b9'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-zone-link .m-nav-btn::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M10 45c11-10 18 4 28-5 7-6 8-19 16-25' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round' stroke-dasharray='2 8'/%3E%3Cpath d='M42 8c-7 0-12 5-12 12 0 9 12 23 12 23s12-14 12-23c0-7-5-12-12-12z' fill='%235b170f'/%3E%3Ccircle cx='42' cy='20' r='4' fill='%23ffc65e'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-tool .m-nav-btn span,
.tc-mobile-tools-row .col-mobile-btn-wishlist .m-nav-btn span {
  display: block;
  max-width: 100%;
  padding: 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 250, 241, .92);
  font-size: 10px;
  line-height: 1.05;
  white-space: nowrap;
}

.tc-mobile-header-shell .dropdown-menu,
.tc-mobile-header-shell .dropdown-content {
  border: 1px solid rgba(255, 198, 94, .28);
  border-radius: 8px;
  box-shadow: 0 18px 32px rgba(20, 4, 2, .32);
}

#_mobile_iqitmegamenu-mobile.dropdown-menu {
  width: 100%;
  margin-top: 0;
  padding: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 198, 94, .42) !important;
  border-radius: 14px;
  color: var(--tc-white);
  background-color: #341008 !important;
  background:
    radial-gradient(circle at 14% 0, rgba(255, 198, 94, .2), transparent 28%),
    linear-gradient(180deg, #57160d 0%, #371008 58%, #230b06 100%) !important;
  box-shadow:
    0 22px 36px rgba(13, 3, 2, .48),
    inset 0 1px 0 rgba(255, 255, 255, .1);
  animation: tcMobileMenuIn .18s ease both;
}

body.tc-mobile-menu-open #_mobile_iqitmegamenu-mobile.dropdown-menu {
  display: block !important;
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10020 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0;
  max-height: calc(100vh - 182px);
  overflow-y: auto;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  transform: scale(1) !important;
}

body.tc-mobile-menu-open .tc-mobile-menu-trigger .m-nav-btn {
  background: rgba(255, 198, 94, .12);
}

#iqitmegamenu-mobile {
  border-radius: 12px;
  overflow: hidden;
  background-color: #341008 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    #341008 !important;
}

body.tc-mobile-menu-open #iqitmegamenu-mobile {
  display: flex !important;
  height: auto !important;
  min-height: 0;
}

body.tc-mobile-menu-open #iqitmegamenu-mobile .mobile-menu__content {
  min-height: 0;
}

body.tc-mobile-menu-open #iqitmegamenu-mobile .mobile-menu__scroller {
  min-height: 0;
}

#iqitmegamenu-mobile .mobile-menu__header-wrapper {
  position: relative;
  min-height: 0;
  height: 0;
  margin: 0;
  padding: 0 !important;
  overflow: visible;
  color: var(--tc-white);
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

#iqitmegamenu-mobile .mobile-menu__header-wrapper::before {
  display: none;
  content: none;
}

#iqitmegamenu-mobile .mobile-menu__header-wrapper::after {
  display: none;
  content: none;
}

#iqitmegamenu-mobile .mobile-menu__close {
  position: absolute;
  top: -19px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  z-index: 12;
  color: var(--tc-white);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: linear-gradient(135deg, #bb494c, #64180f);
  box-shadow:
    0 10px 20px rgba(14, 3, 2, .4),
    0 0 0 4px rgba(52, 16, 8, .82);
}

#iqitmegamenu-mobile .mobile-menu__back-btn {
  color: var(--tc-white);
}

#iqitmegamenu-mobile .mobile-menu__content {
  margin: 0 !important;
  padding: 0;
  border-radius: 10px;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 1px, transparent 1px 23px),
    #351008 !important;
}

#iqitmegamenu-mobile .mobile-menu__scroller {
  padding: 8px !important;
  margin: 0 !important;
  list-style: none;
}

#iqitmegamenu-mobile .mobile-menu__above-content,
#iqitmegamenu-mobile .mobile-menu__below-content {
  display: none;
}

#iqitmegamenu-mobile .mobile-menu__tab {
  position: relative;
  min-height: 58px !important;
  margin: 0 0 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 198, 94, .24) !important;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .14), rgba(255, 119, 125, .08)),
    #713126 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.1),
    0 8px 14px rgba(18, 4, 2, .18);
  transform-origin: center;
  animation: tcMobileItemIn .22s ease both;
}

#iqitmegamenu-mobile .mobile-menu__tab::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--tc-coral), var(--tc-gold), var(--tc-mint));
  box-shadow: 0 0 14px rgba(255, 198, 94, .28);
}

#iqitmegamenu-mobile .mobile-menu__tab:nth-of-type(2) {
  animation-delay: .02s;
}

#iqitmegamenu-mobile .mobile-menu__tab:nth-of-type(3) {
  animation-delay: .06s;
}

#iqitmegamenu-mobile .mobile-menu__tab:nth-of-type(4) {
  animation-delay: .1s;
}

#iqitmegamenu-mobile .mobile-menu__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px !important;
  color: var(--tc-white) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.1;
}

#iqitmegamenu-mobile .mobile-menu__link::before {
  content: "";
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 9px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M12 40c7-10 15 2 25-7 6-5 8-15 15-19' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round' stroke-dasharray='2 8'/%3E%3Cpath d='M19 47h28l5 8H14z' fill='%235b170f'/%3E%3Ccircle cx='42' cy='21' r='10' fill='%23ff777d'/%3E%3C/svg%3E") center / 22px 22px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
  box-shadow: 0 6px 12px rgba(0,0,0,.24);
}

#iqitmegamenu-mobile .mobile-menu__tab:nth-of-type(2) .mobile-menu__link::before,
#iqitmegamenu-mobile .mobile-menu__tab--id-1 .mobile-menu__link::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='12' y='29' width='40' height='24' rx='5' fill='%235b170f'/%3E%3Cpath d='M9 30 16 15h32l7 15z' fill='%235b170f'/%3E%3Cpath d='M18 31c2 5 8 5 10 0 2 5 8 5 10 0 2 5 8 5 10 0' fill='none' stroke='%23ffc65e' stroke-width='4' stroke-linecap='round'/%3E%3Crect x='25' y='38' width='14' height='15' rx='3' fill='%23fff2c2'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

#iqitmegamenu-mobile .mobile-menu__tab:nth-of-type(3) .mobile-menu__link::before,
#iqitmegamenu-mobile .mobile-menu__tab--id-2 .mobile-menu__link::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M15 29h33v15c0 8-6 13-17 13S15 52 15 44z' fill='%23fff2c2'/%3E%3Cpath d='M48 33h5c4 0 7 3 7 7s-3 7-7 7h-5' fill='none' stroke='%235b170f' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M21 17c5-5 1-8 6-12M33 17c5-5 1-8 6-12M45 17c5-5 1-8 6-12' fill='none' stroke='%235b170f' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M19 30h28' stroke='%235b170f' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M23 37h18' stroke='%23ff777d' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

#iqitmegamenu-mobile .mobile-menu__tab:nth-of-type(4) .mobile-menu__link::before,
#iqitmegamenu-mobile .mobile-menu__tab--id-3 .mobile-menu__link::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M9 45c9-8 16 5 25-3 8-7 12-19 21-23' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round' stroke-dasharray='2 8'/%3E%3Cpath d='M45 8c-7 0-13 6-13 13 0 10 13 25 13 25s13-15 13-25c0-7-6-13-13-13z' fill='%235b170f'/%3E%3Ccircle cx='45' cy='21' r='5' fill='%23ffc65e'/%3E%3Cpath d='M9 45h17l5 8H15z' fill='%23ff777d'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

#iqitmegamenu-mobile .mobile-menu__tab:active {
  transform: scale(.98);
}

#iqitmegamenu-mobile .mobile-menu__arrow {
  color: var(--tc-gold);
}

#iqitmegamenu-mobile .mobile-menu__footer {
  border-top: 1px solid rgba(255, 198, 94, .24) !important;
  border-radius: 10px;
  margin-top: 8px;
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .12), rgba(255, 255, 255, .035), rgba(34, 200, 185, .1)),
    #24100a !important;
}

#iqitmegamenu-mobile .mobile-menu__footer,
#iqitmegamenu-mobile .mobile-menu__footer a {
  color: rgba(255, 250, 241, .92) !important;
}

.tc-mobile-account-dropdown {
  position: relative;
}

.tc-mobile-account-menu {
  left: 50% !important;
  right: auto !important;
  width: min(92vw, 328px);
  margin-top: 10px;
  padding: 10px;
  color: var(--tc-white);
  border-color: rgba(255, 198, 94, .34) !important;
  background:
    radial-gradient(circle at 20% 8%, rgba(255, 198, 94, .18), transparent 30%),
    linear-gradient(145deg, rgba(103, 23, 14, .98), rgba(42, 10, 6, .98));
  transform: translateX(-50%);
  animation: tcMobileAccountIn .18s ease both;
}

.tc-mobile-account-head {
  padding: 12px 12px 10px;
  margin-bottom: 8px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255,198,94,.14), rgba(255,119,125,.06)),
    rgba(42, 10, 6, .55);
}

.tc-mobile-account-head span {
  display: block;
  color: var(--tc-gold);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.tc-mobile-account-head strong {
  display: block;
  margin-top: 4px;
  color: var(--tc-white);
  font-size: 18px;
  line-height: 1.1;
}

.tc-mobile-account-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-top: 5px;
  padding: 10px 11px;
  color: rgba(255, 250, 241, .96) !important;
  font-size: 13px;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 8px;
  background: rgba(42, 9, 5, .42);
}

.tc-mobile-account-menu .dropdown-item i {
  display: grid;
  place-items: center;
  width: 27px;
  min-width: 27px;
  height: 27px;
  color: #371007;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffe6a0, #ffb34b);
}

.tc-mobile-account-menu .dropdown-item span {
  color: rgba(255, 250, 241, .96) !important;
}

.tc-mobile-account-menu .tc-mobile-account-logout i {
  color: var(--tc-white);
  background: linear-gradient(135deg, #ff777d, #7a0207);
}

@keyframes tcMobileMenuIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes tcMobileItemIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes tcMobileAccountIn {
  from {
    opacity: 0;
    transform: translate(-50%, -8px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}

@media (max-width: 1199px) {
  .tc-header-shell {
    grid-template-columns: minmax(220px, 27%) minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
    padding: 12px 8px 11px;
  }

  .tc-brand-panel,
  .tc-navigation-panel {
    height: 154px;
    min-height: 154px;
  }

  .tc-brand-panel {
    grid-template-columns: minmax(72px, 36%) minmax(0, 1fr);
    gap: 10px;
    padding: 9px;
  }

  .tc-brand-logo {
    width: min(100%, 88px);
    transform: translateY(6px);
  }

  .tc-brand-logo img {
    max-width: 80px;
  }

  .tc-brand-copy {
    margin-left: 4px;
    transform: translateY(6px);
    padding: 5px 9px;
  }

  .tc-brand-main {
    font-size: clamp(13px, 1.7vw, 18px);
  }

  .tc-navigation-panel {
    padding: 0 10px 8px;
    transform: translateY(-8px);
  }

  .tc-service-ribbon .tc-ribbon-item {
    min-height: 34px;
    gap: 6px;
    padding: 5px 10px;
  }

  .tc-service-ribbon i {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .tc-ribbon-text em {
    font-size: clamp(9px, .95vw, 13px);
  }

  .tc-main-menu-card {
    flex-basis: 74px;
    margin-top: 8px;
    min-height: 74px;
    padding: 6px 10px;
  }

  .tc-main-menu-wrap .cbp-hrmenu-tab > .nav-link {
    min-height: 48px;
    padding: 8px 10px;
    font-size: clamp(10px, 1.08vw, 13px);
  }

  .tc-main-menu-wrap .cbp-tab-title::before {
    width: 29px;
    min-width: 29px;
    height: 29px;
    margin-right: 8px;
  }

  .tc-actions-panel {
    grid-column: 1 / -1;
    height: auto;
    min-height: 98px;
    justify-content: flex-start;
    gap: 9px;
    padding: 9px 12px 10px;
    background: transparent;
  }

  .tc-actions-heading {
    align-items: center;
    padding: 8px 10px;
  }

  .tc-actions-heading strong {
    font-size: 14px;
  }

  .tc-actions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    transform: translateY(6px);
  }

  .tc-actions-grid .header-btn {
    min-height: 74px;
    flex-direction: row;
    gap: clamp(6px, 1vw, 10px);
    padding: 9px clamp(8px, 1.2vw, 14px);
    min-width: 0;
  }

  .tc-actions-grid .header-btn .icon,
  .tc-actions-grid .header-btn i {
    font-size: 23px;
  }

  .tc-actions-grid .header-btn .title,
  .tc-actions-grid .header-btn .info-wrapper {
    font-size: clamp(10px, 1.1vw, 14px);
    line-height: 1.15;
  }

  .tc-actions-grid .header-btn::after {
    left: 28%;
    right: 28%;
  }

  #desktop-header #_desktop_blockcart-content.dropdown-menu {
    width: min(380px, calc(100vw - 32px)) !important;
    min-width: min(310px, calc(100vw - 32px)) !important;
  }
}

@media (max-width: 991px) {
  #desktop-header {
    display: none;
  }

  .header-nav {
    display: none;
  }
}

@media (min-width: 992px) {
  #mobile-header {
    display: none;
  }
}

#header .sticky-postcode,
.sticky-postcode {
  position: relative !important;
  z-index: 18;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 5px clamp(12px, 2vw, 24px) !important;
  gap: clamp(8px, 1.2vw, 14px) !important;
  overflow: hidden;
  border-top: 1px solid rgba(255, 198, 94, .16);
  border-bottom: 1px solid rgba(255, 119, 125, .16);
  background:
    radial-gradient(circle at 43% 50%, rgba(255, 198, 94, .10), transparent 22%),
    linear-gradient(90deg, rgba(83, 0, 0, .98) 0%, rgba(112, 0, 5, .96) 38%, rgba(67, 15, 8, .98) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .05),
    inset 0 -1px 0 rgba(0, 0, 0, .22),
    0 8px 18px rgba(18, 3, 2, .18);
}

#header .sticky-postcode::before,
.sticky-postcode::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, transparent, rgba(255, 198, 94, .18), transparent),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 58px);
  opacity: .72;
}

#header .sticky-postcode::after,
.sticky-postcode::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(260px, 45vw);
  height: 1px;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 198, 94, .75), rgba(34, 200, 185, .64), transparent);
}

#header .sticky-postcode .icon-sticky,
.sticky-postcode .icon-sticky {
  position: relative;
  z-index: 1;
  display: inline-grid;
  flex: 0 0 24px;
  place-items: center;
  width: 24px;
  height: 24px;
  margin: 0 !important;
  border-radius: 999px;
  color: #ff4a3f !important;
  font-size: 16px !important;
  line-height: 1;
  background:
    radial-gradient(circle at 48% 38%, rgba(255, 255, 255, .24), transparent 45%),
    linear-gradient(180deg, rgba(255, 198, 94, .15), rgba(255, 119, 125, .08));
  box-shadow: inset 0 0 0 1px rgba(255, 198, 94, .12);
}

#header .sticky-postcode .text-wrapper,
.sticky-postcode .text-wrapper {
  position: relative;
  z-index: 1;
  display: block !important;
  flex: 0 1 auto !important;
  min-width: 0;
  max-width: min(56vw, 360px);
  overflow: hidden;
  color: var(--tc-white) !important;
  text-align: center !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

#header .sticky-postcode .form-label,
.sticky-postcode .form-label {
  display: block;
  margin: 0 !important;
  color: var(--tc-white) !important;
  font-size: clamp(12px, .88vw, 14px);
  font-weight: 900 !important;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .32);
}

#header .sticky-postcode .postcode-input-wrapper,
.sticky-postcode .postcode-input-wrapper {
  position: relative;
  z-index: 1;
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

#header .sticky-postcode .postcode-field,
.sticky-postcode .postcode-field {
  width: 76px !important;
  max-width: 76px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 3px 8px !important;
  border: 1px solid rgba(255, 198, 94, .32) !important;
  border-radius: 3px !important;
  color: #5b170f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 246, 230, .92)) !important;
  box-shadow:
    0 8px 14px rgba(17, 2, 1, .18),
    inset 0 1px 0 rgba(255, 255, 255, .78) !important;
}

#header .sticky-postcode select.postcode-field,
.sticky-postcode select.postcode-field {
  padding-right: 18px !important;
}

@media (max-width: 991px) {
  #header .sticky-postcode,
  .sticky-postcode {
    order: 50;
    min-height: 38px !important;
    padding: 5px 10px !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  #header .sticky-postcode .icon-sticky,
  .sticky-postcode .icon-sticky {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
    font-size: 14px !important;
  }

  #header .sticky-postcode .text-wrapper,
  .sticky-postcode .text-wrapper {
    max-width: calc(100vw - 130px);
  }

  #header .sticky-postcode .form-label,
  .sticky-postcode .form-label {
    font-size: 12px;
  }

  #header .sticky-postcode .postcode-field,
  .sticky-postcode .postcode-field {
    width: 72px !important;
    max-width: 72px !important;
    height: 28px !important;
    min-height: 28px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 575px) {
  .tc-mobile-brand-row {
    grid-template-columns: 54px 1fr 54px;
    gap: 5px;
  }

  .tc-mobile-logo img {
    max-height: 64px;
  }

  .tc-mobile-round-btn {
    width: 50px;
    min-height: 50px;
    border-radius: 8px;
  }

  .tc-mobile-tools-row {
    grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
  }

  .tc-mobile-tool .m-nav-btn,
  .tc-mobile-tools-row .col-mobile-btn-wishlist .m-nav-btn {
    min-height: 52px;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #2a120b !important;
  background-image:
    linear-gradient(180deg, rgba(255, 243, 219, .035), transparent 22%, rgba(0, 0, 0, .16) 100%),
    linear-gradient(90deg, rgba(255, 198, 94, .045) 1px, transparent 1px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 44px),
    linear-gradient(135deg, #32160d 0%, #25100a 45%, #1b0b07 100%) !important;
  background-size: auto, 92px 100%, 100% 100%, auto;
  background-attachment: fixed, fixed, fixed, fixed;
}

#wrapper {
  background:
    linear-gradient(180deg, rgba(57, 24, 14, .94) 0%, rgba(42, 17, 10, .96) 34%, rgba(30, 12, 8, .98) 100%),
    repeating-linear-gradient(90deg, rgba(255, 198, 94, .035) 0 1px, transparent 1px 56px) !important;
}

#footer,
#checkout-footer,
.footer-container {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 198, 94, .20), transparent 26%),
    radial-gradient(circle at 86% 8%, rgba(34, 200, 185, .14), transparent 24%),
    linear-gradient(180deg, rgba(67, 31, 14, .98), rgba(28, 11, 6, .99)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 28px) !important;
  color: rgba(255, 250, 241, .82);
}

#footer {
  position: relative;
  border-top: 1px solid rgba(255, 198, 94, .28);
  box-shadow: inset 0 18px 32px rgba(0, 0, 0, .18);
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--tc-coral), var(--tc-gold), var(--tc-mint), var(--tc-gold), var(--tc-coral));
  opacity: .86;
}

#footer-container-first {
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .08), rgba(255, 255, 255, .025), rgba(34, 200, 185, .06)),
    rgba(44, 22, 10, .72) !important;
  color: var(--tc-white);
}

#footer-container-main,
#checkout-footer {
  background: transparent !important;
  color: rgba(255, 250, 241, .76) !important;
}

#footer-container-main {
  padding: clamp(30px, 4vw, 54px) 0 clamp(20px, 3vw, 36px);
}

#footer-container-main > .container {
  width: 100%;
  max-width: 1160px;
  padding-right: clamp(18px, 3vw, 30px);
  padding-left: clamp(18px, 3vw, 30px);
  margin-right: auto;
  margin-left: auto;
}

#footer-container-main > .container > .row:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(18px, 2.4vw, 30px);
  width: 100%;
  max-width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#footer-container-main > .container > .row:nth-child(2)::before,
#footer-container-main > .container > .row:nth-child(2)::after {
  content: none;
}

#footer-container-main > .container > .row:nth-child(2) > * {
  flex: 0 1 340px !important;
  width: min(100%, 340px) !important;
  max-width: 340px !important;
  min-width: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

#footer-container-main > .container > .row:nth-child(2) > .col-12.col-md-auto {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 22px);
}

#footer .block,
#checkout-footer .block {
  position: relative;
  height: auto;
  box-sizing: border-box;
  width: 100%;
  padding: clamp(15px, 2vw, 20px);
  border: 1px solid rgba(255, 198, 94, .24);
  border-radius: 10px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 198, 94, .12), transparent 26%),
    linear-gradient(145deg, rgba(116, 36, 20, .58), rgba(41, 13, 7, .78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .10),
    0 16px 30px rgba(13, 4, 2, .22);
  overflow: hidden;
}

#footer .block::before,
#checkout-footer .block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 34px),
    linear-gradient(90deg, rgba(255, 119, 125, .10), transparent 34%, rgba(34, 200, 185, .08));
  opacity: .72;
}

#footer .block::after,
#checkout-footer .block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--tc-coral), var(--tc-gold), var(--tc-mint));
  box-shadow: 0 0 18px rgba(255, 198, 94, .35);
}

#footer .block-title,
#footer .block-content,
#checkout-footer .block-title,
#checkout-footer .block-content {
  position: relative;
  z-index: 1;
}

#footer .block-title,
#checkout-footer .block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 0 12px;
  margin-bottom: 14px;
  color: var(--tc-white) !important;
  border-bottom: 1px solid rgba(255, 198, 94, .28) !important;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

#footer .block-title::before,
#checkout-footer .block-title::before {
  content: "";
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M11 35c11-11 23 9 42-10' fill='none' stroke='%235b170f' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='M16 44c10-7 20 5 32-5' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round'/%3E%3Ccircle cx='45' cy='17' r='7' fill='%235b170f'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
  box-shadow: 0 8px 14px rgba(15, 4, 2, .26);
}

#footer .block-iqitcontactpage .block-title::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M15 21h34v24H23l-8 7v-7z' fill='%235b170f'/%3E%3Cpath d='M23 29h18M23 37h13' stroke='%23ffc65e' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

#footer .block-social-links .block-title::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='20' cy='34' r='7' fill='%235b170f'/%3E%3Ccircle cx='45' cy='18' r='7' fill='%235b170f'/%3E%3Ccircle cx='45' cy='48' r='7' fill='%235b170f'/%3E%3Cpath d='M27 31l11-8M27 38l11 7' stroke='%235b170f' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

#footer .block-newsletter .block-title::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='12' y='19' width='40' height='28' rx='5' fill='%235b170f'/%3E%3Cpath d='M15 23l17 14 17-14' fill='none' stroke='%23ffc65e' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 24px 24px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

#footer .block-title span,
#checkout-footer .block-title span {
  min-width: 0;
}

#footer .block-content,
#checkout-footer .block-content {
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

#footer a,
#checkout-footer a {
  color: rgba(255, 236, 196, .86) !important;
  transition: color .16s ease, transform .16s ease;
}

#footer a:hover,
#checkout-footer a:hover {
  color: var(--tc-gold) !important;
  transform: translateX(2px);
}

#footer .block-links ul,
#footer .block-iqitlinksmanager ul {
  display: grid;
  gap: 10px;
  margin: 0;
}

#footer .block-links li,
#footer .block-iqitlinksmanager li {
  margin: 0;
}

#footer .block-links li a,
#footer .block-iqitlinksmanager li a {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 9px 12px 9px 10px;
  border: 1px solid rgba(255, 198, 94, .12);
  border-radius: 8px;
  background: rgba(31, 8, 5, .34);
  line-height: 1.22;
  overflow-wrap: anywhere;
  word-break: normal;
}

#footer .block-links li a::before,
#footer .block-iqitlinksmanager li a::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M15 35c8-9 18 5 34-7' fill='none' stroke='%235b170f' stroke-width='7' stroke-linecap='round'/%3E%3Cpath d='M36 18l13 10-13 10' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat,
    linear-gradient(135deg, rgba(255, 198, 94, .95), rgba(255, 179, 75, .88));
}

#footer .contact-rich {
  display: grid;
  gap: 10px;
  justify-items: center;
}

#footer .contact-rich strong {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(255, 198, 94, .24);
  border-radius: 999px;
  color: var(--tc-white);
  background: rgba(255, 198, 94, .10);
  font-weight: 900;
  justify-self: center;
}

#footer .contact-rich hr,
#footer .block-iqitcontactpage .block-content > hr {
  margin: 4px 0;
  border-color: rgba(255, 198, 94, .18);
}

#footer .contact-rich .part {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 9px;
  border: 1px solid rgba(255, 198, 94, .14);
  border-radius: 9px;
  background: rgba(31, 8, 5, .34);
}

#footer .block-iqitcontactpage .block-content > .part {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 198, 94, .14);
  border-radius: 9px;
  background: rgba(31, 8, 5, .34);
  text-align: center;
}

#footer .contact-rich .icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffe6a0, #ffb34b);
}

#footer .contact-rich .icon i {
  display: none;
}

#footer .contact-rich .icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: center / 24px 24px no-repeat;
}

#footer .contact-rich .part:has(.fa-map-marker) .icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 7c-10 0-18 8-18 18 0 13 18 32 18 32s18-19 18-32C50 15 42 7 32 7z' fill='%235b170f'/%3E%3Ccircle cx='32' cy='25' r='6' fill='%23ffc65e'/%3E%3C/svg%3E");
}

#footer .contact-rich .part:has(.fa-phone) .icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M19 11l9 13-6 5c4 8 9 13 17 17l5-6 13 9c-2 7-7 11-14 10-18-3-35-20-38-38-1-7 3-12 10-14z' fill='%235b170f'/%3E%3C/svg%3E");
}

#footer .contact-rich .part:has(.fa-envelope-o) .icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='10' y='17' width='44' height='32' rx='6' fill='%235b170f'/%3E%3Cpath d='M14 22l18 15 18-15' fill='none' stroke='%23ffc65e' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#footer .contact-rich .data,
#footer .block-iqitcontactpage .block-content > .part {
  min-width: 0;
  color: rgba(255, 250, 241, .84);
  line-height: 1.35;
}

#footer .block-social-links .social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
}

#footer .block-social-links .social-links li a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 198, 94, .18);
  border-radius: 12px;
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 198, 94, .22), transparent 30%),
    rgba(31, 8, 5, .42);
  color: var(--tc-gold) !important;
}

#footer .block-newsletter .input-group {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(255, 198, 94, .20);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(31, 8, 5, .42);
}

#footer .block-newsletter .form-control {
  min-height: 42px;
  color: var(--tc-white);
  border: 0;
  background: transparent;
}

#footer .block-newsletter .btn,
#footer .block-newsletter .btn-primary {
  min-width: 48px;
  border: 0;
  background: linear-gradient(180deg, #ffe69d, #ffc65e 52%, #f29b32) !important;
  color: #4b150b !important;
}

#footer .block-newsletter .text-muted,
#footer .ps-emailsubscription-conditions {
  color: rgba(255, 250, 241, .68) !important;
  font-size: 12px;
  text-align: center;
}

#footer .g-recaptcha {
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}

#footer-container-main {
  padding-top: clamp(34px, 4.2vw, 58px);
  padding-bottom: clamp(26px, 3.2vw, 42px);
}

#footer-container-main > .container {
  max-width: 1440px;
}

#footer-container-main > .container > .row:nth-child(2) {
  gap: clamp(54px, 5vw, 76px);
  align-items: flex-start;
}

#footer-container-main > .container > .row:nth-child(2) > .block-iqitlinksmanager {
  flex: 0 1 370px !important;
  width: min(100%, 370px) !important;
  max-width: 370px !important;
}

#footer-container-main > .container > .row:nth-child(2) > .block-iqitcontactpage {
  flex: 0 1 330px !important;
  width: min(100%, 330px) !important;
  max-width: 330px !important;
}

#footer-container-main > .container > .row:nth-child(2) > .col-12.col-md-auto {
  flex: 0 1 330px !important;
  width: min(100%, 330px) !important;
  max-width: 330px !important;
  gap: clamp(20px, 2.3vw, 28px);
}

#footer .block,
#checkout-footer .block {
  padding: clamp(14px, 1.7vw, 18px);
  border-color: rgba(255, 198, 94, .22);
}

#footer .block::after,
#checkout-footer .block::after {
  width: 3px;
  opacity: .72;
  box-shadow: 0 0 12px rgba(255, 198, 94, .22);
}

#footer .block-title,
#checkout-footer .block-title {
  margin-bottom: 12px;
  padding-bottom: 11px;
}

#footer .block-content,
#checkout-footer .block-content {
  max-width: 100%;
}

#footer .block-iqitlinksmanager .block-content {
  max-width: 340px;
}

#footer .block-iqitcontactpage .block-content,
#footer .block-social-links .block-content,
#footer .block-newsletter .block-content {
  max-width: 300px;
}

#footer .block-links ul,
#footer .block-iqitlinksmanager ul {
  gap: 8px;
}

#footer .block-links li a,
#footer .block-iqitlinksmanager li a {
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 11px;
  min-height: 36px;
  padding: 7px 11px 7px 46px;
  overflow: visible;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

#footer .block-links li a::before,
#footer .block-iqitlinksmanager li a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background-size: 17px 17px, auto;
}

#footer .block-iqitlinksmanager li a .tc-footer-link-label {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 1.22;
}

#footer .contact-rich {
  gap: 9px;
}

#footer .contact-rich .part,
#footer .block-iqitcontactpage .block-content > .part {
  max-width: 300px;
  padding: 8px;
}

#footer .block-iqitcontactpage .block-content > .part {
  padding: 9px 12px;
}

#footer .block-social-links .social-links li a {
  width: 40px;
  height: 40px;
}

#footer .block-newsletter .input-group {
  width: 100%;
  max-width: 300px;
}

#footer .block-newsletter .form-control {
  min-width: 0;
  min-height: 40px;
  color: var(--tc-white) !important;
  font-size: 13px;
}

#footer .block-newsletter .form-control::placeholder {
  color: rgba(255, 236, 196, .74);
  opacity: 1;
}

#footer .block-newsletter .btn,
#footer .block-newsletter .btn-primary {
  min-width: 46px;
}

#footer .g-recaptcha {
  width: 304px;
  margin: 8px auto -6px;
  transform: scale(.88);
  transform-origin: top center;
}

@media (max-width: 1199px) {
  #footer-container-main > .container > .row:nth-child(2) {
    gap: clamp(26px, 4vw, 42px);
  }

  #footer-container-main > .container > .row:nth-child(2) > .block-iqitlinksmanager,
  #footer-container-main > .container > .row:nth-child(2) > .block-iqitcontactpage,
  #footer-container-main > .container > .row:nth-child(2) > .col-12.col-md-auto {
    flex-basis: 340px !important;
    width: min(100%, 340px) !important;
    max-width: 360px !important;
  }
}

@media (max-width: 767px) {
  #footer-container-main > .container > .row:nth-child(2) {
    gap: 18px;
  }

  #footer-container-main > .container > .row:nth-child(2) > .block-iqitlinksmanager,
  #footer-container-main > .container > .row:nth-child(2) > .block-iqitcontactpage,
  #footer-container-main > .container > .row:nth-child(2) > .col-12.col-md-auto {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 420px !important;
  }

  #footer .block-iqitlinksmanager .block-content,
  #footer .block-iqitcontactpage .block-content,
  #footer .block-social-links .block-content,
  #footer .block-newsletter .block-content {
    max-width: 100%;
  }

  #footer .g-recaptcha {
    transform: scale(.84);
    margin-bottom: -10px;
  }
}

#footer-container-main > .container > .row:nth-child(2) > #ps-debug-overlay,
#footer-container-main > .container > .row:nth-child(2) > #ps-debug-overlay-toggle {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#footer .block-iqitlinksmanager li a {
  position: relative !important;
  display: block !important;
  min-height: 38px !important;
  padding: 8px 13px 8px 52px !important;
  line-height: 1.25 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

#footer .block-iqitlinksmanager li a::before {
  position: absolute !important;
  top: 50% !important;
  left: 14px !important;
  width: 26px !important;
  height: 26px !important;
  transform: translateY(-50%) !important;
}

#footer .block-iqitlinksmanager li a .tc-footer-link-label {
  display: block !important;
  min-width: 0;
}

@media (min-width: 1200px) {
  #footer-container-main > .container {
    max-width: 1560px !important;
  }

  #footer-container-main > .container > .row:nth-child(2) {
    display: grid !important;
    grid-template-columns: 400px 360px 340px;
    column-gap: clamp(92px, 7vw, 142px);
    row-gap: 0;
    justify-content: center;
    align-items: start;
  }

  #footer-container-main > .container > .row:nth-child(2) > .block-iqitlinksmanager {
    grid-column: 1;
    width: 400px !important;
    max-width: 400px !important;
    justify-self: center;
  }

  #footer-container-main > .container > .row:nth-child(2) > .block-iqitcontactpage {
    grid-column: 2;
    width: 360px !important;
    max-width: 360px !important;
    justify-self: center;
  }

  #footer-container-main > .container > .row:nth-child(2) > .col-12.col-md-auto {
    grid-column: 3;
    width: 340px !important;
    max-width: 340px !important;
    justify-self: center;
  }
}

#footer .block-iqitlinksmanager li a {
  min-height: 34px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

#footer .block-iqitlinksmanager li a::before {
  top: 50% !important;
  margin-top: 0 !important;
}

#footer .block-iqitlinksmanager li a .tc-footer-link-label {
  align-self: center;
}

#footer .block-social-links {
  padding-top: 14px;
  padding-bottom: 14px;
}

#footer .block-social-links .block-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#footer .block-social-links .block-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .block-social-links .social-links {
  gap: 8px;
  margin: 0;
}

#footer .block-social-links .social-links li a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

#footer .block-newsletter .input-group {
  border-color: rgba(255, 198, 94, .34);
  background:
    linear-gradient(180deg, rgba(255, 243, 219, .92), rgba(255, 232, 182, .86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

#footer .block-newsletter .form-control {
  color: #4b150b !important;
  font-weight: 700;
  background: transparent !important;
}

#footer .block-newsletter .form-control::placeholder {
  color: rgba(75, 21, 11, .72);
}

#footer .block-newsletter .btn,
#footer .block-newsletter .btn-primary {
  min-width: 44px;
  box-shadow: inset 1px 0 0 rgba(75, 21, 11, .12);
}

#footer .block-newsletter .text-muted,
#footer .ps-emailsubscription-conditions {
  max-width: 280px;
  margin: 10px auto 0;
  color: rgba(255, 236, 196, .82) !important;
  font-size: 12px;
  line-height: 1.28;
}

#footer .g-recaptcha {
  width: 304px;
  max-width: 304px;
  margin: 12px auto 0;
  padding: 8px;
  border: 1px solid rgba(255, 198, 94, .18);
  border-radius: 8px;
  background: rgba(255, 250, 241, .08);
  overflow: visible;
  transform: scale(.86);
  transform-origin: top center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #footer-container-main > .container > .row:nth-child(2) {
    display: grid !important;
    grid-template-columns: minmax(320px, 380px) minmax(320px, 360px);
    column-gap: clamp(34px, 5vw, 58px);
    row-gap: 28px;
    justify-content: center;
    align-items: start;
  }

  #footer-container-main > .container > .row:nth-child(2) > .block-iqitlinksmanager,
  #footer-container-main > .container > .row:nth-child(2) > .block-iqitcontactpage {
    width: 100% !important;
    max-width: none !important;
  }

  #footer-container-main > .container > .row:nth-child(2) > .col-12.col-md-auto {
    grid-column: 1 / -1;
    width: 340px !important;
    max-width: 340px !important;
    justify-self: center;
  }
}

#footer {
  --tc-footer-card-pad: clamp(10px, 1vw, 15px);
  --tc-footer-title-icon: clamp(28px, 2vw, 34px);
  --tc-footer-link-icon: clamp(22px, 1.55vw, 26px);
  --tc-footer-social-size: clamp(31px, 2.25vw, 36px);
  --tc-footer-link-font: clamp(12px, .9vw, 15px);
}

#footer .block,
#checkout-footer .block {
  padding: var(--tc-footer-card-pad) !important;
}

#footer .block-title,
#checkout-footer .block-title {
  justify-content: center !important;
  width: 100%;
  gap: clamp(7px, .7vw, 10px);
  margin-bottom: clamp(7px, .65vw, 10px) !important;
  padding-bottom: clamp(7px, .7vw, 10px) !important;
  font-size: clamp(14px, 1.05vw, 18px) !important;
  line-height: 1.1;
}

#footer .block-title span,
#checkout-footer .block-title span {
  display: inline-flex;
  align-items: center;
  line-height: 1.1;
}

#footer .block-title::before,
#checkout-footer .block-title::before {
  flex-basis: var(--tc-footer-title-icon) !important;
  width: var(--tc-footer-title-icon) !important;
  height: var(--tc-footer-title-icon) !important;
  background-size: calc(var(--tc-footer-title-icon) - 10px) calc(var(--tc-footer-title-icon) - 10px), auto !important;
}

#footer .block-iqitlinksmanager li a {
  min-height: clamp(30px, 2.25vw, 34px) !important;
  padding:
    clamp(5px, .55vw, 6px)
    clamp(10px, .85vw, 13px)
    clamp(5px, .55vw, 6px)
    calc(var(--tc-footer-link-icon) + clamp(20px, 1.45vw, 26px)) !important;
  font-size: var(--tc-footer-link-font);
}

#footer .block-iqitlinksmanager li a::before {
  left: clamp(10px, .95vw, 14px) !important;
  width: var(--tc-footer-link-icon) !important;
  height: var(--tc-footer-link-icon) !important;
  background-size: calc(var(--tc-footer-link-icon) - 9px) calc(var(--tc-footer-link-icon) - 9px), auto !important;
}

#footer .block-iqitlinksmanager ul {
  gap: clamp(6px, .7vw, 8px) !important;
}

#footer-container-main > .container > .row:nth-child(2) > .col-12.col-md-auto {
  gap: clamp(8px, .85vw, 12px) !important;
}

#footer .block-social-links {
  padding-top: clamp(9px, .75vw, 12px) !important;
  padding-bottom: clamp(9px, .75vw, 12px) !important;
}

#footer .block-social-links .block-title {
  margin-bottom: clamp(6px, .55vw, 8px) !important;
  padding-bottom: clamp(7px, .6vw, 8px) !important;
}

#footer .block-social-links .block-content {
  min-height: 0 !important;
  padding: 0 !important;
}

#footer .block-social-links .social-links {
  gap: clamp(6px, .6vw, 8px) !important;
  margin: 0 !important;
  line-height: 0;
}

#footer .block-social-links .social-links li a {
  width: var(--tc-footer-social-size) !important;
  height: var(--tc-footer-social-size) !important;
  min-height: 0 !important;
  border-radius: clamp(8px, .65vw, 10px);
}

#footer .block-newsletter {
  padding-top: clamp(10px, .85vw, 13px) !important;
  padding-bottom: clamp(10px, .85vw, 13px) !important;
}

#footer .block-newsletter .input-group {
  max-width: min(100%, 318px) !important;
  border-radius: 8px;
}

#footer .block-newsletter .form-control {
  min-height: clamp(32px, 2.4vw, 38px) !important;
  height: clamp(32px, 2.4vw, 38px) !important;
  font-size: clamp(11px, .85vw, 13px);
}

#footer .block-newsletter .btn,
#footer .block-newsletter .btn-primary {
  min-width: clamp(38px, 3vw, 44px) !important;
}

#footer .block-newsletter .text-muted,
#footer .ps-emailsubscription-conditions {
  max-width: clamp(230px, 17vw, 280px);
  margin-top: clamp(6px, .65vw, 9px) !important;
  font-size: clamp(10px, .75vw, 12px) !important;
  line-height: 1.22;
}

#footer .g-recaptcha {
  width: 304px !important;
  max-width: 304px !important;
  height: 78px !important;
  margin: 10px auto 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  overflow: visible !important;
  transform: none !important;
}

@media (min-width: 1200px) {
  #footer-container-main > .container {
    max-width: min(96vw, 1640px) !important;
  }

  #footer-container-main > .container > .row:nth-child(2) {
    grid-template-columns:
      clamp(350px, 22vw, 405px)
      clamp(315px, 19vw, 365px)
      clamp(350px, 19.5vw, 380px);
    column-gap: clamp(48px, 8.5vw, 172px);
  }

  #footer-container-main > .container > .row:nth-child(2) > .block-iqitlinksmanager,
  #footer-container-main > .container > .row:nth-child(2) > .block-iqitcontactpage,
  #footer-container-main > .container > .row:nth-child(2) > .col-12.col-md-auto {
    width: 100% !important;
    max-width: none !important;
  }

  #footer .block-newsletter .block-content {
    max-width: 318px;
  }
}

@media (max-width: 1199px) {
  #footer {
    --tc-footer-card-pad: clamp(10px, 1.2vw, 14px);
    --tc-footer-title-icon: clamp(27px, 2.6vw, 32px);
    --tc-footer-social-size: clamp(30px, 3.3vw, 34px);
  }

  #footer .g-recaptcha {
    width: 304px !important;
    height: 78px !important;
    transform: scale(.86) !important;
    transform-origin: top center;
    margin-bottom: -10px !important;
  }
}

#footer .block-iqitlinksmanager li a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(8px, .75vw, 10px) !important;
  width: 100%;
  padding:
    clamp(5px, .55vw, 6px)
    clamp(12px, 1vw, 16px) !important;
  text-align: left;
}

#footer .block-iqitlinksmanager li a::before {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  flex: 0 0 var(--tc-footer-link-icon) !important;
  width: var(--tc-footer-link-icon) !important;
  height: var(--tc-footer-link-icon) !important;
}

#footer .block-iqitlinksmanager li a .tc-footer-link-label {
  flex: 0 1 auto;
  min-width: 0;
}

#footer .contact-rich .part {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, .75vw, 10px);
  width: 100%;
  text-align: left;
}

#footer .contact-rich .part .data {
  flex: 0 1 auto;
}

#footer .block-newsletter .block-content,
#footer .block-newsletter .ps-emailsubscription-block,
#footer .block-newsletter form {
  display: grid;
  justify-items: center;
  width: 100%;
}

#footer .block-newsletter .col-xs-12.pull-right {
  float: none !important;
  clear: both !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: clamp(9px, .8vw, 12px) auto 0 !important;
}

#footer .block-newsletter .g-recaptcha {
  display: block !important;
  flex: 0 0 auto;
  margin-right: auto !important;
  margin-left: auto !important;
}

#footer .block-newsletter .g-recaptcha > div {
  margin-right: auto !important;
  margin-left: auto !important;
}

#footer .block-iqitlinksmanager li a {
  display: grid !important;
  grid-template-columns: var(--tc-footer-link-icon) auto !important;
  justify-content: center !important;
  justify-items: start !important;
  align-items: center !important;
  column-gap: clamp(8px, .75vw, 10px) !important;
  width: 100%;
  padding:
    clamp(5px, .55vw, 6px)
    clamp(12px, 1vw, 16px) !important;
  text-align: left !important;
}

#footer .block-iqitlinksmanager li a::before {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  grid-column: 1;
  width: var(--tc-footer-link-icon) !important;
  height: var(--tc-footer-link-icon) !important;
  margin: 0 !important;
}

#footer .block-iqitlinksmanager li a .tc-footer-link-label {
  grid-column: 2;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  text-align: left !important;
}

#index .page-home .elementor-invisible {
  visibility: visible !important;
  opacity: 1 !important;
}

#footer-copyrights {
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .09), transparent 36%, rgba(34, 200, 185, .06)),
    #140805 !important;
  color: rgba(255, 250, 241, .72) !important;
  border-top: 1px solid rgba(255, 198, 94, .2) !important;
}

#_desktop_blockcart-content.dropdown-menu,
#_mobile_blockcart-content.dropdown-menu {
  padding: 0 !important;
  border: 1px solid rgba(255, 198, 94, .46) !important;
  border-radius: 10px;
  color: var(--tc-white);
  background:
    radial-gradient(circle at 18% 0, rgba(255, 198, 94, .22), transparent 31%),
    radial-gradient(circle at 92% 16%, rgba(34, 200, 185, .12), transparent 26%),
    linear-gradient(180deg, #5a190f 0%, #351008 56%, #210905 100%) !important;
  box-shadow:
    0 26px 48px rgba(12, 3, 2, .52),
    inset 0 1px 0 rgba(255, 255, 255, .14);
  overflow: hidden;
}

#desktop-header #_desktop_blockcart-content.dropdown-menu {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  right: 0 !important;
  left: auto !important;
  width: min(var(--tc-cart-panel-width, 340px), calc(100vw - 32px)) !important;
  min-width: min(300px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px) !important;
  margin-top: 0;
  transform: translateX(var(--tc-cart-panel-offset-x, 0px)) !important;
  z-index: 2600;
}

.tc-mobile-cart-tool,
#mobile-cart-wrapper {
  position: relative;
}

#mobile-header #_mobile_blockcart-content.dropdown-menu {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: auto !important;
  width: min(var(--tc-cart-panel-width, 306px), calc(100vw - 22px)) !important;
  min-width: min(246px, calc(100vw - 22px)) !important;
  max-width: calc(100vw - 22px) !important;
  margin-top: 0 !important;
  transform: none !important;
  z-index: 10030;
}

#_desktop_blockcart-content.show,
#_mobile_blockcart-content.show {
  display: block !important;
  height: auto !important;
  min-height: 0;
  overflow: visible !important;
  animation: tcCartPanelIn .18s ease both;
}

#_desktop_blockcart-content.show #blockcart-content,
#_mobile_blockcart-content.show #blockcart-content {
  display: flex !important;
  flex-direction: column;
  max-height: var(--tc-cart-available-height, 82vh);
  overflow: hidden !important;
}

#_desktop_blockcart-content::before,
#_mobile_blockcart-content::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--tc-coral), var(--tc-gold), var(--tc-mint), var(--tc-gold));
}

#_desktop_blockcart-content #blockcart-content,
#_mobile_blockcart-content #blockcart-content {
  position: relative;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  display: block !important;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto !important;
  min-height: 0 !important;
  padding: 10px;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  color: rgba(255, 250, 241, .92);
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 26px),
    transparent;
}

.ps-shoppingcart.dropdown #_desktop_blockcart-content #blockcart-content,
.ps-shoppingcart.dropdown #_mobile_blockcart-content #blockcart-content {
  position: relative !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  z-index: auto;
}

.tc-actions-panel .ps-shoppingcart.dropdown #_desktop_blockcart-content.dropdown-menu.show #blockcart-content,
#desktop-header .ps-shoppingcart.dropdown #_desktop_blockcart-content.dropdown-menu.show #blockcart-content,
#desktop-header .ps-shoppingcart.dropdown .show #blockcart-content {
  position: relative !important;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.ps-shoppingcart.dropdown #_desktop_blockcart-content #blockcart-content .cart-title,
.ps-shoppingcart.dropdown #_mobile_blockcart-content #blockcart-content .cart-title {
  display: block !important;
}

#_desktop_blockcart-content #blockcart-content::before,
#_mobile_blockcart-content #blockcart-content::before {
  content: none;
  display: none;
}

#_desktop_blockcart-content .cart-title,
#_mobile_blockcart-content .cart-title {
  position: relative;
  display: block !important;
  flex: 0 0 auto;
  min-height: 54px;
  padding: 4px 58px 10px 2px;
  border-bottom: 1px solid rgba(255, 198, 94, .22);
}

#_desktop_blockcart-content .cart-title::before,
#_mobile_blockcart-content .cart-title::before {
  content: "Tu pedido";
  display: block;
  margin-bottom: 3px;
  color: var(--tc-gold);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

#_desktop_blockcart-content .modal-title,
#_mobile_blockcart-content .modal-title {
  display: block;
  color: var(--tc-white);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

#_desktop_blockcart-content .cart-title hr,
#_mobile_blockcart-content .cart-title hr {
  display: none;
}

#_desktop_blockcart-content #js-cart-close,
#_mobile_blockcart-content #js-cart-close {
  position: absolute;
  right: 2px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  padding: 0;
  margin: 0;
  color: var(--tc-white);
  font-size: 0;
  line-height: 1;
  opacity: 1;
  border: 5px solid rgba(255, 216, 133, .92);
  border-radius: 999px;
  background: linear-gradient(135deg, #bb494c, #64180f);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .2),
    0 10px 18px rgba(12, 3, 2, .28);
  text-align: center;
  text-shadow: none;
}

#_desktop_blockcart-content #js-cart-close span,
#_mobile_blockcart-content #js-cart-close span {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#_desktop_blockcart-content #js-cart-close::before,
#_desktop_blockcart-content #js-cart-close::after,
#_mobile_blockcart-content #js-cart-close::before,
#_mobile_blockcart-content #js-cart-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: #fff5de;
  box-shadow: 0 1px 0 rgba(55, 13, 8, .28);
  transform: translate(-50%, -50%) rotate(45deg);
}

#_desktop_blockcart-content #js-cart-close::after,
#_mobile_blockcart-content #js-cart-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#_desktop_blockcart-content .cart-products,
#_mobile_blockcart-content .cart-products {
  display: grid;
  flex: 1 1 auto;
  gap: 3px;
  height: auto !important;
  min-height: 258px;
  max-height: none;
  margin: 8px 0;
  padding: 0 4px 0 0;
  list-style: none;
  overflow-y: auto;
}

#_desktop_blockcart-content .cart-products::-webkit-scrollbar,
#_mobile_blockcart-content .cart-products::-webkit-scrollbar {
  width: 5px;
}

#_desktop_blockcart-content .cart-products::-webkit-scrollbar-track,
#_mobile_blockcart-content .cart-products::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
}

#_desktop_blockcart-content .cart-products::-webkit-scrollbar-thumb,
#_mobile_blockcart-content .cart-products::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 198, 94, .85), rgba(255, 123, 111, .72));
}

#_desktop_blockcart-content .cart-products > li,
#_mobile_blockcart-content .cart-products > li {
  position: relative;
  padding: 6px;
  border: 1px solid rgba(255, 198, 94, .24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .08), transparent 38%),
    rgba(74, 27, 16, .72);
  box-shadow: inset 3px 0 0 rgba(34, 200, 185, .72);
}

#_desktop_blockcart-content .cart-products > li > .row,
#_mobile_blockcart-content .cart-products > li > .row {
  display: grid !important;
  grid-template-columns: clamp(62px, 18vw, 74px) minmax(0, 1fr);
  gap: clamp(5px, 1.2vw, 7px);
  align-items: center !important;
  margin: 0 !important;
}

#_desktop_blockcart-content .cart-products > li > .row > .col-3,
#_mobile_blockcart-content .cart-products > li > .row > .col-3,
#_desktop_blockcart-content .cart-products > li > .row > .col-info,
#_mobile_blockcart-content .cart-products > li > .row > .col-info {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

#_desktop_blockcart-content .cart-products > li > .row > .col-3,
#_mobile_blockcart-content .cart-products > li > .row > .col-3 {
  min-width: 0;
}

#_desktop_blockcart-content .cart-products > li > .row > .col-info,
#_mobile_blockcart-content .cart-products > li > .row > .col-info {
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 6px;
  min-width: 0;
}

#_desktop_blockcart-content .product-image,
#_mobile_blockcart-content .product-image {
  display: block;
  width: clamp(58px, 16vw, 70px);
  height: clamp(58px, 16vw, 70px);
  min-height: clamp(58px, 16vw, 70px);
  max-height: 70px;
  padding: 4px;
  border: 1px solid rgba(255, 198, 94, .28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04)),
    rgba(255, 250, 241, .08);
}

#_desktop_blockcart-content .product-image img,
#_mobile_blockcart-content .product-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 999px;
  background: rgba(255, 250, 241, .92);
}

#_desktop_blockcart-content .product-image a,
#_desktop_blockcart-content .product-image picture,
#_mobile_blockcart-content .product-image a,
#_mobile_blockcart-content .product-image picture {
  display: flex;
  width: 100%;
  height: 100%;
}

#_desktop_blockcart-content .col-info a,
#_mobile_blockcart-content .col-info a {
  display: block;
  color: var(--tc-white);
  font-size: clamp(11px, 2.8vw, 13px);
  font-weight: 800;
  line-height: 1.12;
  word-break: normal;
}

#_desktop_blockcart-content .col-info > .pb-1,
#_mobile_blockcart-content .col-info > .pb-1 {
  padding-bottom: 0 !important;
}

#_desktop_blockcart-content .product-attributes,
#_mobile_blockcart-content .product-attributes {
  color: rgba(255, 250, 241, .7) !important;
  font-size: 11px;
}

#_desktop_blockcart-content .block-cart-product-quantity,
#_desktop_blockcart-content .block-cart-product-quantity-gift,
#_mobile_blockcart-content .block-cart-product-quantity,
#_mobile_blockcart-content .block-cart-product-quantity-gift {
  width: clamp(38px, 10vw, 46px) !important;
  min-width: 0 !important;
  max-width: 46px !important;
  height: clamp(27px, 7vw, 30px);
  padding: 0 4px;
  color: var(--tc-white);
  font-size: clamp(12px, 2.8vw, 14px);
  line-height: clamp(27px, 7vw, 30px);
  text-align: center;
  border: 1px solid rgba(255, 198, 94, .32);
  border-radius: 7px;
  background: rgba(27, 8, 5, .58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

#_desktop_blockcart-content .col-info > .row.align-items-center,
#_mobile_blockcart-content .col-info > .row.align-items-center {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap;
  gap: clamp(3px, 1vw, 5px);
  margin: 0 !important;
}

#_desktop_blockcart-content .col-info > .row.align-items-center > .col,
#_mobile_blockcart-content .col-info > .row.align-items-center > .col {
  width: auto;
  max-width: none;
  padding: 0 !important;
  flex: 0 0 auto;
}

#_desktop_blockcart-content .col-info > .row.align-items-center > .col.mr-2,
#_mobile_blockcart-content .col-info > .row.align-items-center > .col.mr-2 {
  order: 1;
  margin-right: 0 !important;
}

#_desktop_blockcart-content .col-info > .row.align-items-center > .col.col-auto,
#_mobile_blockcart-content .col-info > .row.align-items-center > .col.col-auto {
  order: 2;
}

#_desktop_blockcart-content .col-info > .row.align-items-center > .col:not(.mr-2):not(.col-auto),
#_mobile_blockcart-content .col-info > .row.align-items-center > .col:not(.mr-2):not(.col-auto) {
  order: 3;
  min-width: 0;
  flex: 0 0 auto;
  color: rgba(255, 226, 168, .9);
  font-size: clamp(10px, 2.5vw, 12px);
  font-weight: 800;
  white-space: nowrap;
  text-align: left;
}

#_desktop_blockcart-content .cart-products .text-muted,
#_mobile_blockcart-content .cart-products .text-muted {
  color: rgba(255, 226, 168, .68) !important;
}

#_desktop_blockcart-content .remove-from-cart,
#_mobile_blockcart-content .remove-from-cart {
  position: relative;
  display: block;
  width: clamp(27px, 7vw, 30px);
  height: clamp(27px, 7vw, 30px);
  color: rgba(255, 250, 241, .92);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 198, 94, .2), transparent 26%),
    linear-gradient(135deg, #8f221d, #4b110c);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

#_desktop_blockcart-content .remove-from-cart i,
#_mobile_blockcart-content .remove-from-cart i {
  display: none;
}

#_desktop_blockcart-content .remove-from-cart::before,
#_mobile_blockcart-content .remove-from-cart::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 13px;
  height: 11px;
  border: 2px solid #ffe1a0;
  border-top: 0;
  border-radius: 2px 2px 4px 4px;
  background:
    repeating-linear-gradient(90deg, transparent 0 3px, rgba(255, 198, 94, .22) 3px 5px);
  transform: translate(-50%, -50%);
}

#_desktop_blockcart-content .remove-from-cart::after,
#_mobile_blockcart-content .remove-from-cart::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30%;
  width: 10px;
  height: 6px;
  border: 2px solid #ffe1a0;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  transform: translateX(-50%);
}

#_desktop_blockcart-content .remove-from-cart:hover,
#_mobile_blockcart-content .remove-from-cart:hover {
  color: var(--tc-white);
  background: linear-gradient(135deg, #c94a45, #68150e);
}

#_desktop_blockcart-content .cart-subtotals,
#_mobile_blockcart-content .cart-subtotals {
  display: grid;
  flex: 0 0 auto;
  gap: clamp(3px, .7vw, 5px);
  padding: clamp(6px, 1.3vw, 8px);
  border: 1px solid rgba(255, 198, 94, .2);
  border-radius: 8px;
  background: rgba(31, 9, 5, .58);
}

#_desktop_blockcart-content #cart-subtotal-shipping > div,
#_mobile_blockcart-content #cart-subtotal-shipping > div {
  display: none !important;
}

#_desktop_blockcart-content .cart-summary-line,
#_mobile_blockcart-content .cart-summary-line,
#_desktop_blockcart-content .cart-totals .clearfix,
#_mobile_blockcart-content .cart-totals .clearfix {
  position: relative;
  display: grid;
  grid-template-columns: clamp(18px, 4vw, 22px) minmax(0, 1fr) minmax(62px, auto);
  align-items: center;
  gap: clamp(5px, 1vw, 7px);
  color: rgba(255, 250, 241, .78);
  font-size: clamp(10px, 2vw, 12px);
  line-height: 1.12;
}

#_desktop_blockcart-content .cart-summary-line::after,
#_mobile_blockcart-content .cart-summary-line::after,
#_desktop_blockcart-content .cart-totals .clearfix::after,
#_mobile_blockcart-content .cart-totals .clearfix::after {
  content: none !important;
  display: none !important;
}

#_desktop_blockcart-content .cart-summary-line::before,
#_mobile_blockcart-content .cart-summary-line::before,
#_desktop_blockcart-content .cart-totals .clearfix::before,
#_mobile_blockcart-content .cart-totals .clearfix::before {
  content: "";
  width: clamp(18px, 4vw, 22px);
  height: clamp(18px, 4vw, 22px);
  border-radius: 7px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M15 24h34l-4 28H19z' fill='%235b170f'/%3E%3Cpath d='M23 24c0-9 5-15 9-15s9 6 9 15' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M23 34h18' stroke='%23ffc65e' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
  box-shadow: 0 5px 10px rgba(15, 4, 2, .24);
}

#_desktop_blockcart-content #cart-subtotal-shipping::before,
#_mobile_blockcart-content #cart-subtotal-shipping::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M9 42c9-8 17 5 26-3 8-7 11-18 20-23' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round' stroke-dasharray='2 8'/%3E%3Cpath d='M43 10c-7 0-12 5-12 12 0 9 12 23 12 23s12-14 12-23c0-7-5-12-12-12z' fill='%235b170f'/%3E%3Ccircle cx='43' cy='22' r='4' fill='%23ffc65e'/%3E%3C/svg%3E") center / 17px 17px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

#_desktop_blockcart-content .cart-totals .clearfix::before,
#_mobile_blockcart-content .cart-totals .clearfix::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='22' fill='%235b170f'/%3E%3Cpath d='M21 32l7 8 16-18' fill='none' stroke='%23ffc65e' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat,
    linear-gradient(135deg, #ffe6a0, #ffb34b);
}

#_desktop_blockcart-content .cart-summary-line .label,
#_mobile_blockcart-content .cart-summary-line .label,
#_desktop_blockcart-content .cart-totals .label,
#_mobile_blockcart-content .cart-totals .label {
  justify-self: start;
  min-width: 0;
  text-align: left;
}

#_desktop_blockcart-content .cart-summary-line .value,
#_mobile_blockcart-content .cart-summary-line .value {
  justify-self: end;
  min-width: 62px;
  color: rgba(255, 226, 168, .96);
  font-weight: 800;
  text-align: right;
}

#_desktop_blockcart-content .cart-totals,
#_mobile_blockcart-content .cart-totals {
  flex: 0 0 auto;
  margin-top: clamp(6px, 1.2vw, 8px);
  padding: clamp(9px, 1.6vw, 10px) clamp(8px, 1.6vw, 10px);
  border: 1px solid rgba(255, 198, 94, .42);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 198, 94, .13), rgba(34, 200, 185, .08)),
    rgba(88, 26, 13, .72);
}

#_desktop_blockcart-content .cart-totals .label,
#_mobile_blockcart-content .cart-totals .label {
  color: var(--tc-white);
  font-weight: 900;
}

#_desktop_blockcart-content .cart-totals .value,
#_mobile_blockcart-content .cart-totals .value {
  float: none !important;
  justify-self: end;
  min-width: 70px;
  color: var(--tc-gold);
  font-size: clamp(14px, 3vw, 17px);
  font-weight: 900;
  text-align: right;
}

#_desktop_blockcart-content .cart-buttons,
#_mobile_blockcart-content .cart-buttons {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(5px, 1.1vw, 7px);
  margin-top: clamp(7px, 1.4vw, 9px);
}

#_desktop_blockcart-content .cart-buttons .alert,
#_mobile_blockcart-content .cart-buttons .alert {
  grid-column: 1 / -1;
  margin: 0;
  border-radius: 8px;
}

#_desktop_blockcart-content .cart-buttons .btn,
#_mobile_blockcart-content .cart-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 1vw, 7px);
  min-height: 0;
  height: clamp(32px, 7vw, 38px);
  padding: 4px 8px !important;
  margin: 0 !important;
  border-radius: 8px;
  font-size: clamp(13px, 3.2vw, 15px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  box-shadow: 0 12px 20px rgba(11, 3, 2, .28);
}

#_desktop_blockcart-content .cart-buttons .btn::before,
#_mobile_blockcart-content .cart-buttons .btn::before {
  content: "";
  width: clamp(21px, 4.8vw, 25px);
  height: clamp(21px, 4.8vw, 25px);
  flex: 0 0 clamp(21px, 4.8vw, 25px);
  border-radius: 7px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M14 24h36l-5 29H19z' fill='%235b170f'/%3E%3Cpath d='M23 24c0-9 5-15 9-15s9 6 9 15' fill='none' stroke='%235b170f' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M25 37h14M32 30v14' stroke='%23ffc65e' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .16));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 6px 10px rgba(16, 4, 2, .22);
}

#_desktop_blockcart-content .cart-buttons .btn-primary,
#_mobile_blockcart-content .cart-buttons .btn-primary {
  color: #4b150b !important;
  border: 1px solid rgba(255, 255, 255, .22);
  background: linear-gradient(180deg, #ffe69d, #ffc65e 52%, #f29b32) !important;
}

#_desktop_blockcart-content .cart-buttons .btn-secondary,
#_mobile_blockcart-content .cart-buttons .btn-secondary {
  color: var(--tc-white) !important;
  border: 1px solid rgba(255, 198, 94, .34);
  background: linear-gradient(180deg, rgba(125, 34, 22, .92), rgba(68, 15, 10, .96)) !important;
}

#_desktop_blockcart-content .cart-buttons .btn-secondary::before,
#_mobile_blockcart-content .cart-buttons .btn-secondary::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='11' y='24' width='42' height='25' rx='5' fill='%23ffc65e'/%3E%3Cpath d='M20 24c2-9 7-14 12-14s10 5 12 14' fill='none' stroke='%23ffc65e' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M21 34h22' stroke='%235b170f' stroke-width='5' stroke-linecap='round'/%3E%3Ccircle cx='24' cy='50' r='4' fill='%23ff777d'/%3E%3Ccircle cx='42' cy='50' r='4' fill='%2322c8b9'/%3E%3C/svg%3E") center / 18px 18px no-repeat,
    linear-gradient(135deg, rgba(255, 198, 94, .24), rgba(255, 119, 125, .12));
}

#_desktop_blockcart-content .no-items,
#_mobile_blockcart-content .no-items {
  display: block;
  padding: 22px 12px 18px;
  color: rgba(255, 250, 241, .86);
  text-align: center;
  font-weight: 800;
}

@keyframes tcCartPanelIn {
  from {
    opacity: 0;
    transform: translate3d(18px, -8px, 0) scale(.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 575px) {
  #mobile-header #_mobile_blockcart-content.dropdown-menu {
    right: 0 !important;
    left: auto !important;
    width: min(var(--tc-cart-panel-width, 306px), calc(100vw - 22px)) !important;
    transform: none !important;
  }

  #_mobile_blockcart-content.show {
    animation: tcCartPanelMobileIn .18s ease both;
  }

  #_mobile_blockcart-content #blockcart-content {
    padding: 10px;
  }

  #_mobile_blockcart-content .cart-products {
    min-height: 92px;
  }

  #_mobile_blockcart-content .cart-products > li {
    padding: 6px 7px;
  }

  #_mobile_blockcart-content .cart-products > li > .row {
    grid-template-columns: clamp(60px, 20vw, 78px) minmax(0, 1fr);
    gap: clamp(5px, 1.8vw, 8px);
  }

  #_mobile_blockcart-content .product-image {
    width: clamp(54px, 18vw, 70px);
    height: clamp(54px, 18vw, 70px);
    min-height: clamp(54px, 18vw, 70px);
    max-height: 70px;
  }

  #_mobile_blockcart-content .cart-buttons {
    grid-template-columns: 1fr;
  }

  #_mobile_blockcart-content .cart-totals .value {
    font-size: 16px;
  }

  #_mobile_blockcart-content.tc-cart-tight #blockcart-content {
    padding: 8px;
  }

  #_mobile_blockcart-content.tc-cart-tight .cart-title {
    min-height: 48px;
    padding-bottom: 7px;
  }

  #_mobile_blockcart-content.tc-cart-tight .modal-title {
    font-size: 17px;
  }

  #_mobile_blockcart-content.tc-cart-tight .cart-subtotals,
  #_mobile_blockcart-content.tc-cart-tight .cart-totals {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #_mobile_blockcart-content.tc-cart-tight .cart-buttons .btn {
    height: 32px;
  }

  #_mobile_blockcart-content.tc-cart-tight .cart-products > li {
    padding: 5px 6px;
  }
}

@keyframes tcCartPanelMobileIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
