.pf-wrap {
  margin: 20px 0;
}

.pf-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.pf-header-line {
  flex: 1;
  height: 0.5px;
  background: #e0e0e0;
}

.pf-label {
  font-size: 20px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  white-space: nowrap;
}

.pf-card {
  background: #fff;
  border: 0.5px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}

.pf-inspired {
  padding: 16px 20px;
  border-bottom: 0.5px solid #e5e5e5;
  display: flex;
  align-items: baseline;
  gap: 12px;
  background: #fafaf8;
}

.pf-inspired-key {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #242323;
  font-weight: 500;
  flex-shrink: 0;
}

.pf-inspired-val {
  font-size: 18px;
  color: #1a1a1a;
}

.pf-notes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.pf-note {
  padding: 16px 18px;
}

.pf-note:not(:last-child) {
  border-right: 0.5px solid #e5e5e5;
}

.pf-note-label {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pf-note-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pf-note-dot.top {
  background: #c8a96e;
}

.pf-note-dot.mid {
  background: #8e6b8a;
}

.pf-note-dot.base {
  background: #4a5568;
}

.pf-note-val {
  font-size: 15px;
  line-height: 1.5;
  color: #1a1a1a;
}

.pf-meta {
  border-top: 0.5px solid #e5e5e5;
  padding: 14px 20px;
  display: flex;
}

.pf-meta-item {
  flex: 1;
  padding: 0 16px;
  position: relative;
}

.pf-meta-item:first-child {
  padding-left: 0;
}

.pf-meta-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 0.5px;
  background: #e5e5e5;
}

.pf-meta-key {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #242323;
  font-weight: 500;
  margin-bottom: 5px;
}

.pf-meta-val {
  font-size: 15px;
  color: #1a1a1a;
}

.pf-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 2px;
  font-weight: 500;
}

.pf-badge.approved {
  background: #eaf3de;
  color: #3b6d11;
}

.tg-box-card-wrap {
  margin: 20px 0;
}

.tg-box-card {
  background: #fffdfd;
  color: #6a5d62;
  overflow: hidden;
  padding: 28px 22px 20px;
  text-align: center;
}

.tg-box-card-head {
  margin-bottom: 18px;
}

.tg-box-brand {
  color: #6a4445;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}

.tg-box-product-name {
  color: #62b1bc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.1;
}

.tg-box-product-type {
  color: #62b1bc;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  margin-top: 4px;
  text-transform: uppercase;
}

.tg-box-ingredients {
  display: block;
  background: transparent;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 22px;
}

.tg-box-ingredients-key {
  color: #51474c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.tg-box-ingredients-val {
  color: #6a5d62;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.tg-box-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 32px;
  max-width: 520px;
}

.tg-box-note {
  min-height: 86px;
  padding: 0 20px;
  position: relative;
}

.tg-box-note:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #8f8188;
}

.tg-box-note span {
  color: #51474c;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.tg-box-note p {
  color: #6a5d62;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}

.tg-box-highlights {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto 28px;
  max-width: 660px;
}

.tg-box-highlight {
  min-height: 82px;
  padding: 0;
  border: 0;
}

.tg-box-pack-icon {
  width: 82px;
  height: 82px;
  display: block;
  margin: 0 auto;
  overflow: visible;
}

.tg-box-pack-icon-img {
  width: 82px;
  height: 82px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.tg-box-pack-icon path,
.tg-box-pack-icon circle {
  fill: none;
  stroke: #8b7380;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.tg-box-pack-icon text {
  fill: #756670;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-anchor: middle;
}

.tg-box-pack-icon .tg-box-pack-icon-value {
  font-size: 13px;
  letter-spacing: 0;
}

.tg-box-pack-icon-lasting .tg-box-pack-icon-value {
  font-size: 11px;
  text-anchor: start;
}

.tg-box-inspired {
  color: #6a5d62;
  font-size: 13px;
  line-height: 1.35;
  margin: 0 0 20px;
}

.tg-box-inspired span {
  display: block;
  font-weight: 700;
}

.tg-box-inspired strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.tg-box-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 18px;
  justify-content: center;
  margin: 0 auto;
  max-width: 360px;
}

.tg-box-qr {
  grid-column: 1;
  justify-self: end;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.tg-box-certification {
  grid-column: 2;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #8a777f;
  border-radius: 50%;
  color: #6a5d62;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1;
  text-transform: lowercase;
}

.tg-box-certification-img {
  grid-column: 2;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.tg-box-site {
  grid-column: 1 / -1;
  color: #8a777f;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 6px;
}

@media (max-width: 767px) {
  .tg-box-card {
    padding: 24px 14px 18px;
  }

  .tg-box-product-name {
    font-size: 28px;
  }

  .tg-box-notes {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .tg-box-note {
    min-height: 0;
    padding: 14px 0;
  }

  .tg-box-note:not(:last-child)::after {
    top: auto;
    right: 20%;
    bottom: 0;
    width: 60%;
    height: 1px;
  }

  .tg-box-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 6px;
  }

  .tg-box-pack-icon {
    width: 78px;
    height: 78px;
  }

  .tg-box-pack-icon-img {
    width: 78px;
    height: 78px;
  }

  .tg-box-footer {
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
  }
}

/* News ticker css start */

/* Elessi Promotion News Ticker - Full Updated CSS */
.nasa-promotion-news {
  background: #f7f7f7 !important;
  border: none !important;
  overflow: hidden !important;
}

/* Main wrapper */
.nasa-promotion-news .nasa-wapper-promotion,
.nasa-promotion-news .nasa-content-promotion-news {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Promotion text area */
.nasa-promotion-news .nasa-content-promotion-custom {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  position: relative !important;
  cursor: pointer !important;
  text-align: center !important;
}

/* Hide theme/slick empty elements */
.nasa-promotion-news .slick-list,
.nasa-promotion-news .slick-track {
  display: none !important;
}

/* Moving ticker track */
.nasa-promotion-news .tg-news-track {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  min-width: max-content !important;
  animation: tgNewsTickerCentered 42s linear infinite !important;
  will-change: transform !important;
}

/* Pause on hover and click */
.nasa-promotion-news .nasa-content-promotion-custom:hover .tg-news-track,
.nasa-promotion-news .nasa-content-promotion-custom.is-paused .tg-news-track {
  animation-play-state: paused !important;
}

/* Single ticker item */
.nasa-promotion-news .tg-news-item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  padding: 0 20px !important;
  white-space: nowrap !important;
}

/* Star separator */
.nasa-promotion-news .tg-news-item::after {
  content: "✧" !important;
  display: inline-block !important;
  /* color: #111111 !important; */
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  margin-left: 42px !important;
}

/* Smooth ticker animation */
@keyframes tgNewsTickerCentered {
  0% {
    transform: translateX(0);
  }

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

/* Close button keep above ticker */
.nasa-promotion-news .nasa-promotion-close {
  z-index: 0 !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .nasa-promotion-news .nasa-content-promotion-custom {
    font-size: 16px !important;
    padding: 15px 0 !important;
  }

  .nasa-promotion-news .tg-news-track {
    animation-duration: 38s !important;
  }

  .nasa-promotion-news .tg-news-item {
    padding: 0 20px !important;
  }

  .nasa-promotion-news .nasa-content-promotion-custom {
    line-height: 0 !important;
  }

  .nasa-promotion-news .tg-news-item::after {
    font-size: 25px !important;
    margin-left: 34px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .nasa-promotion-news .nasa-content-promotion-custom {
    font-size: 14px !important;
    padding: 15px 0 !important;
  }

  .nasa-promotion-news .tg-news-track {
    animation-duration: 34s !important;
  }

  .nasa-promotion-news .tg-news-item {
    padding: 0 28px !important;
  }

  .nasa-promotion-news .tg-news-item::after {
    font-size: 22px !important;
    margin-left: 28px !important;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .nasa-promotion-news .nasa-content-promotion-custom {
    font-size: 13px !important;
    /* padding: 0px 0 !important; */
  }

  .nasa-promotion-news .tg-news-track {
    animation-duration: 30s !important;
  }

  .nasa-promotion-news .tg-news-item {
    padding: 0 10px !important;
  }

  .nasa-promotion-news .tg-news-item::after {
    font-size: 20px !important;
    margin-left: 22px !important;
  }
}

/* News ticker css end */

/* ═══════════════════════════════════════════════════════════════
   NASA CUSTOM MARQUEE WIDGET css start
════════════════════════════════════════════════════════════════ */

.nasa-custom-animate {
  overflow: hidden !important;
  position: relative !important;
  display: block !important;
  height: 46px;
  /* adjust if ticker text wraps or is taller */
}

.nasa-custom-animate .infinities-slide {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-evenly !important;
  /* fill full width → no blank */
  white-space: nowrap !important;
  gap: 0 !important;
  flex-shrink: 0 !important;
  min-width: unset !important;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Slide 1: enters from right at t=0 */
.nasa-custom-animate .infinities-slide:nth-child(1) {
  animation: nasa-tick-v2 22s linear infinite 0s !important;
}

/* Slide 2: already at center at t=0 (half-duration offset) */
.nasa-custom-animate .infinities-slide:nth-child(2) {
  animation: nasa-tick-v2 22s linear infinite -11s !important;
}

@keyframes nasa-tick-v2 {
  from {
    transform: translateX(100%);
  }

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

.nasa-custom-animate p {
  margin: 0 !important;
  white-space: nowrap;
}

.nasa-custom-animate svg {
  flex-shrink: 0;
}

.nasa-custom-animate:hover .infinities-slide {
  animation-play-state: paused !important;
}

/* ═══════════════════════════════════════════════════════════════
   10 TICKER STYLES — apply class on Elementor widget wrapper
   Example: add "nasa-ticker-gold" via Advanced → CSS Classes
════════════════════════════════════════════════════════════════ */

/* ── 1. Warm Brand (dark brown — your site's default) ──────── */
.nasa-ticker-dark.nasa-custom-animate {
  background: #1a0800;
}

.nasa-ticker-dark p {
  color: #e8c48a;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.nasa-ticker-dark svg path {
  fill: #c8a46a;
}

/* ── 2. Ivory — cream, editorial ───────────────────────────── */
.nasa-ticker-ivory.nasa-custom-animate {
  background: #faf6f0;
  border-top: 1px solid #e8ddd0;
  border-bottom: 1px solid #e8ddd0;
}

.nasa-ticker-ivory p {
  color: #3a2810;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.nasa-ticker-ivory svg path {
  fill: #9c7a4a;
}

/* ── 3. Luxury Gold Gradient ───────────────────────────────── */
.nasa-ticker-gold.nasa-custom-animate {
  background: linear-gradient(90deg, #1a0c00, #2e1800, #1a0c00);
}

.nasa-ticker-gold p {
  color: #d4a843;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}

.nasa-ticker-gold svg path {
  fill: #d4a843;
}

/* ── 4. Midnight Black — bold monochrome ───────────────────── */
.nasa-ticker-mono.nasa-custom-animate {
  background: #0d0d0d;
}

.nasa-ticker-mono p {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}

.nasa-ticker-mono svg path {
  fill: #ffffff;
}

/* ── 5. Blush Rose — luxury feminine ──────────────────────── */
.nasa-ticker-rose.nasa-custom-animate {
  background: #f7e8ed;
  border-top: 1px solid #e8c4d0;
  border-bottom: 1px solid #e8c4d0;
}

.nasa-ticker-rose p {
  color: #7a2840;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.nasa-ticker-rose svg path {
  fill: #b85070;
}

/* ── 6. Sage Green — botanical, clean ─────────────────────── */
.nasa-ticker-sage.nasa-custom-animate {
  background: #1a2318;
}

.nasa-ticker-sage p {
  color: #b0d4a0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.nasa-ticker-sage svg path {
  fill: #7ab868;
}

/* ── 7. Pearl — barely-there luxury ───────────────────────── */
.nasa-ticker-pearl.nasa-custom-animate {
  background: #f0ece8;
}

.nasa-ticker-pearl p {
  color: #5a4a3a;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
}

.nasa-ticker-pearl svg path {
  fill: #a89080;
}

/* ── 8. Deep Indigo ────────────────────────────────────────── */
.nasa-ticker-indigo.nasa-custom-animate {
  background: #10102a;
}

.nasa-ticker-indigo p {
  color: #c0c8f0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.nasa-ticker-indigo svg path {
  fill: #8890d8;
}

/* ── 9. Copper Metallic ────────────────────────────────────── */
.nasa-ticker-copper.nasa-custom-animate {
  background: #1c1008;
}

.nasa-ticker-copper p {
  color: #d4845a;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.nasa-ticker-copper svg path {
  fill: #d4845a;
}

/* ── 10. Aurora — animated gradient background ─────────────── */
.nasa-ticker-aurora.nasa-custom-animate {
  background: linear-gradient(270deg, #1a0020, #001a10, #001020, #1a0020);
  background-size: 400% 100%;
  animation: nasa-aurora-bg 10s ease infinite;
}

.nasa-ticker-aurora .infinities-slide {
  animation: nasa-tick-v2 22s linear infinite !important;
}

.nasa-ticker-aurora .infinities-slide:nth-child(2) {
  animation: nasa-tick-v2 22s linear infinite -11s !important;
}

.nasa-ticker-aurora p {
  color: #c0f0e0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.nasa-ticker-aurora svg path {
  fill: #60d0a8;
}

@keyframes nasa-aurora-bg {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* ═══════════════════════════════════════════════════════════════
   TICKER HEIGHT RESPONSIVE — increase if content overflows
════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .nasa-custom-animate {
    height: 42px;
  }
}

#nasa-menu-vertical-header {
  display: none !important;
}

#masthead {
  padding: 15px 0;
}

/*Nasa testimonial css start */

.wpas-testimonial {
  --wpas-columns: 3;
  background: var(--wpas-section-background, linear-gradient(135deg, #081a39 0%, #132d57 58%, #1c416f 100%));
  color: #ffffff;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.wpas-testimonial::before,
.wpas-testimonial::after {
  color: rgba(255, 255, 255, 0.12);
  content: '"';
  font-size: 220px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.wpas-testimonial::before {
  left: 6%;
  top: 12%;
}

.wpas-testimonial::after {
  bottom: 3%;
  right: 7%;
  transform: rotate(180deg);
}

.wpas-testimonial-inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
}

.wpas-testimonial-header {
  margin: 0 auto 22px;
  max-width: 760px;
  text-align: center;
}

.wpas-testimonial-summary {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 16px;
  box-shadow: 0 16px 38px rgba(3, 10, 25, 0.18);
  color: #172033;
  display: inline-flex;
  gap: 16px;
  left: 50%;
  margin: 0 0 30px;
  max-width: min(100%, 460px);
  padding: 14px 18px;
  position: relative;
  transform: translateX(-50%);
}

.wpas-testimonial-summary-score {
  align-items: center;
  background: var(--wpas-summary-score-background, #172033);
  border-radius: 12px;
  color: var(--wpas-summary-score-color, #ffffff);
  display: flex;
  font-size: 28px;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  line-height: 1;
  min-width: 70px;
}

.wpas-testimonial-summary-body {
  min-width: 0;
}

.wpas-testimonial-summary .wpas-testimonial-rating {
  font-size: 16px;
  margin: 0 0 6px;
}

.wpas-testimonial-summary-label {
  color: #172033;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.wpas-testimonial-summary-total {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 3px;
}

.wpas-testimonial-title {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 999px;
  color: #172033;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
  padding: 13px 28px;
}

.wpas-testimonial-subtitle {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
  margin: 16px 0 0;
}

.wpas-testimonial-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(var(--wpas-columns), minmax(0, 1fr));
}

.wpas-testimonial-list-layout {
  grid-template-columns: 1fr;
}

.wpas-testimonial-masonry {
  column-count: var(--wpas-columns);
  column-gap: 24px;
  display: block;
}

.wpas-testimonial-masonry .wpas-testimonial-card {
  break-inside: avoid;
  display: inline-flex;
  margin: 0 0 24px;
  width: 100%;
}

.wpas-testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(3, 10, 25, 0.24);
  color: #172033;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  overflow: hidden;
  padding: 34px;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
}

.wpas-testimonial-list-layout .wpas-testimonial-card {
  display: grid;
  grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
  justify-content: stretch;
}

.wpas-testimonial-list-layout .wpas-testimonial-card.has-no-review-media {
  display: flex;
}

.wpas-testimonial-card:hover {
  box-shadow: 0 22px 54px rgba(3, 10, 25, 0.3);
  transform: translateY(-4px);
}

.wpas-testimonial-quote {
  color: rgba(244, 208, 139, 0.35);
  font-size: 96px;
  font-weight: 700;
  left: 22px;
  line-height: 0.8;
  position: absolute;
  top: 18px;
  z-index: 0;
}

.wpas-testimonial-content,
.wpas-testimonial-author {
  position: relative;
  z-index: 1;
}

.wpas-testimonial-media {
  aspect-ratio: 16 / 10;
  background: #e5e7eb;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  display: block;
  margin: 0 0 24px;
  min-height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.wpas-testimonial-media img,
.wpas-testimonial-media video,
.wpas-testimonial-media iframe {
  border: 0;
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.wpas-testimonial-list-layout .wpas-testimonial-media {
  grid-row: span 2;
  margin: 0 24px 0 0;
  min-height: 100%;
}

.wpas-testimonial-rating {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 22px;
  position: relative;
  white-space: nowrap;
}

.wpas-testimonial-stars-base {
  color: #d6dce6;
  display: block;
}

.wpas-testimonial-stars-fill {
  color: #f59e0b;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.wpas-testimonial-description {
  color: #26324a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  margin: 0;
}

.wpas-testimonial-product {
  align-items: baseline;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  line-height: 1.35;
  margin-top: 18px;
}

.wpas-testimonial-product a,
.wpas-testimonial-product strong {
  color: #172033;
  font-weight: 800;
  text-decoration: none;
}

.wpas-testimonial-product a:hover,
.wpas-testimonial-product a:focus {
  text-decoration: underline;
}

.wpas-testimonial-author {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 32px;
  min-width: 0;
}

.wpas-testimonial-avatar {
  aspect-ratio: 1;
  border: 3px solid #f4d08b;
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.wpas-testimonial-meta {
  min-width: 0;
}

.wpas-testimonial-name {
  color: #111827;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  overflow-wrap: anywhere;
}

.wpas-testimonial-position {
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.wpas-testimonial-slider-wrap {
  position: relative;
}

.wpas-testimonial-swiper {
  overflow: hidden;
  padding: 6px 4px 0px;
}

.wpas-testimonial-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.wpas-testimonial-arrow {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(3, 10, 25, 0.22);
  color: #172033;
  cursor: pointer;
  display: flex;
  font-size: 38px;
  height: 46px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 46px;
  z-index: 2;
}

.wpas-testimonial-arrow:hover,
.wpas-testimonial-arrow:focus {
  box-shadow: 0 16px 36px rgba(3, 10, 25, 0.3);
  outline: none;
  transform: translateY(-50%) scale(1.05);
}

.wpas-testimonial-prev {
  left: -20px;
}

.wpas-testimonial-next {
  right: -20px;
}

.wpas-testimonial-pagination {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
  position: static;
}

.wpas-testimonial-pagination .swiper-pagination-bullet {
  background: #cbd5e1;
  border-radius: 999px;
  height: 9px;
  margin: 0 !important;
  opacity: 1;
  transition: width 0.2s ease;
  width: 9px;
}

.wpas-testimonial-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 28px;
}

.wpas-testimonial-pager {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.wpas-testimonial-page,
.wpas-testimonial-load-more {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 999px;
  color: #172033;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  min-width: 40px;
  padding: 0 15px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.wpas-testimonial-page:hover,
.wpas-testimonial-page:focus,
.wpas-testimonial-load-more:hover,
.wpas-testimonial-load-more:focus,
.wpas-testimonial-page.is-active {
  background: #172033;
  color: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

.wpas-testimonial-card.is-hidden {
  display: none !important;
}

@media (max-width: 1024px) {
  .wpas-testimonial {
    --wpas-columns: 2;
  }

  .wpas-testimonial::before,
  .wpas-testimonial::after {
    font-size: 150px;
  }

  .wpas-testimonial-card {
    min-height: 270px;
    padding: 28px;
  }

  .wpas-testimonial-list-layout .wpas-testimonial-card {
    grid-template-columns: 1fr;
  }

  .wpas-testimonial-list-layout .wpas-testimonial-media {
    margin: 0 0 22px;
    min-height: 220px;
  }

  .wpas-testimonial-description {
    font-size: 18px;
  }

  .wpas-testimonial-prev {
    left: 4px;
  }

  .wpas-testimonial-next {
    right: 4px;
  }
}

@media (max-width: 767px) {
  .wpas-testimonial {
    --wpas-columns: 1;
  }

  .wpas-testimonial::before,
  .wpas-testimonial::after {
    display: none;
  }

  .wpas-testimonial-header {
    margin-bottom: 24px;
  }

  .wpas-testimonial-title {
    border-radius: 999px;
    font-size: 16px;
    padding: 11px 20px;
  }

  .wpas-testimonial-subtitle {
    font-size: 15px;
  }

  .wpas-testimonial-summary {
    align-items: flex-start;
    border-radius: 14px;
    gap: 12px;
    margin-bottom: 22px;
    padding: 12px;
  }

  .wpas-testimonial-summary-score {
    font-size: 22px;
    height: 50px;
    min-width: 58px;
  }

  .wpas-testimonial-list {
    grid-template-columns: 1fr;
  }

  .wpas-testimonial-masonry {
    column-count: 1;
  }

  .wpas-testimonial-card {
    min-height: 240px;
    padding: 24px;
  }

  .wpas-testimonial-media {
    min-height: 180px;
  }

  .wpas-testimonial-description {
    font-size: 16px;
    line-height: 1.6;
  }

  .wpas-testimonial-author {
    gap: 12px;
    margin-top: 24px;
  }

  .wpas-testimonial-avatar {
    height: 60px;
    width: 60px;
  }

  .wpas-testimonial-name {
    font-size: 16px;
  }

  .wpas-testimonial-arrow {
    display: none;
  }
}

/* Main slider wrapper */
.wpas-layout-slider {
  overflow: hidden !important;
}

/* Swiper viewport */
.wpas-layout-slider .wpas-testimonial-swiper {
  width: 100% !important;
  overflow: hidden !important;
}

/* Swiper wrapper */
.wpas-layout-slider .swiper-wrapper {
  display: flex !important;
  align-items: stretch !important;
}

/* Important: don't let theme force 33.33% width */
.wpas-layout-slider .swiper-slide {
  flex-shrink: 0 !important;
  width: auto;
  max-width: none !important;
}

/* If any inner column/card has fixed width */
.wpas-layout-slider .swiper-slide>* {
  width: 100% !important;
}

/* Nasa testimonial css end */

#sb_instagram .sbi_photo img {
  border-radius: 10px !important;
}

.sbi_follow_btn {
  display: none !important;
}

.pswp .pswp__button--arrow--left::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 32 32" fill="%23fff"><path d="M12.792 15.233l-0.754 0.754 6.035 6.035 0.754-0.754-5.281-5.281 5.256-5.256-0.754-0.754-3.013 3.013z"></path></svg>') 0 0 no-repeat !important;
}

.pswp .pswp__button--arrow--right::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 32 32" fill="%23fff"><path d="M19.159 16.767l0.754-0.754-6.035-6.035-0.754 0.754 5.281 5.281-5.256 5.256 0.754 0.754 3.013-3.013z"></path></svg>') 0 0 no-repeat !important;
}

.sbi_header_text {
  display: none !important;
}

/* Hide only first 4 Instagram feed items initially */
#sb_instagram[data-postid="3742"] #sbi_images>.sbi_item:nth-child(-n+1) {
  display: none !important;
}

/* Show first 4 after button click */
#sb_instagram[data-postid="3742"].show-first-insta-items #sbi_images>.sbi_item:nth-child(-n+1) {
  display: block !important;
}

/* Single product page short description css start */

.single-product p.price.nasa-single-product-price,
.single-product .summary>p.price {
  /* display: none !important; */
  margin-top: 20px;
  margin-bottom: 20px;
}


/* Single product page short description css end */

/* Video slider home page*/

/* Make section full width enough for 4.5 slides */
.shop-reels-slider-section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* If parent Elementor container is boxed, allow better width */
.shop-reels-slider-section>.elementor-container {
  max-width: 1450px !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
}

/* Swiper wrapper */
.shop-reels-slider-section .swiper-wrapper {
  align-items: stretch !important;
}

/* Elementor columns become swiper slides */
.shop-reels-slider-section .elementor-column.swiper-slide {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
}

/* Remove Elementor default column widths */
.shop-reels-slider-section .elementor-col-25 {
  width: auto !important;
}

/* Remove inner spacing issue */
.shop-reels-slider-section .elementor-widget-wrap {
  padding: 0 !important;
}

/* Video card */
.shop-reels-slider-section .elementor-widget-video,
.shop-reels-slider-section .elementor-widget-container,
.shop-reels-slider-section .e-hosted-video,
.shop-reels-slider-section .elementor-wrapper {
  width: 100% !important;
  height: 100% !important;
}

/* Video size */
.shop-reels-slider-section video.elementor-video {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  display: block !important;
}

/* Desktop card height control */
@media (min-width: 1280px) {
  .shop-reels-slider-section video.elementor-video {
    height: 520px !important;
  }
}

@media (max-width: 1279px) {
  .shop-reels-slider-section video.elementor-video {
    height: 480px !important;
  }
}

@media (max-width: 767px) {
  .shop-reels-slider-section video.elementor-video {
    height: 520px !important;
  }
}

/* .shop-reels-slider-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.shop-reels-slider-section > .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.shop-reels-slider-section .elementor-column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.shop-reels-slider-section .elementor-widget-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.shop-reels-slider-section .swiper-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.shop-reels-slider-section .swiper-slide {
  margin-left: 0 !important;
} */



body .pmpro {
  max-width: 50%;
  margin: auto;
  padding: 30px;
}

@media (max-width: 767px) {
  body .pmpro {
    max-width: 100%;
    padding: 30px;
    margin: 0;
  }
}

/* Tab reordering */

.nasa-vertical-notabs .nasa-content>.nasa-content-panel {
  padding-left: 0px !important;
}

.description-section h3 {
  margin-bottom: 20px !important;
  font-size: 25px !important;
  margin-top: 20px !important;
}

@media(max-width:767px) {
  .description-section h3 {
    font-size: 20px !important;
  }
}



/* Main wrapper */
.single-product .tg-lux-price-wrap {
  max-width: 560px !important;
  width: 100% !important;
  margin: 18px 0 24px !important;
}

/* Price card */
.single-product .tg-lux-price-card {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06) !important;
}

/* Price rows */
.single-product .tg-lux-row {
  min-height: 88px !important;
  padding: 20px 24px !important;
  background: #ffffff !important;
  color: #111111 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

.single-product .tg-lux-row+.tg-lux-row {
  border-top: 1px solid #eeeeee !important;
}

.single-product .tg-lux-member-row {
  cursor: pointer !important;
  transition: background 0.25s ease, transform 0.25s ease !important;
}

.single-product .tg-lux-member-row:hover {
  background: #fafafa !important;
}

/* Left area */
.single-product .tg-lux-left {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  min-width: 0 !important;
}

/* Icons */
.single-product .tg-lux-icon {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  color: #111111 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 17px !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04) !important;
}

.single-product .tg-crown-icon {
  color: #111111 !important;
}

/* Labels */
.single-product .tg-lux-label {
  display: block !important;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}

.single-product .tg-lux-left small {
  display: block !important;
  margin-top: 4px !important;
  color: #111111 !important;
  opacity: 0.65 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

/* Prices */
.single-product .tg-lux-price {
  color: #111111 !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  letter-spacing: -0.02em !important;
}

.single-product .tg-lux-price .woocommerce-Price-amount,
.single-product .tg-lux-price bdi,
.single-product .tg-lux-price .woocommerce-Price-currencySymbol {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

/* Info button */
.single-product .tg-lux-info-btn {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  padding: 0 !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}

.single-product .tg-lux-info-btn i {
  margin-left: 3px;
}

.single-product .tg-lux-info-btn:hover {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}



.single-product .tg-lux-sparkle {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  color: #111111 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}


/* =========================================================
   Modal Popup
========================================================= */

.tg-membership-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: none !important;
}

.tg-membership-modal.is-open {
  display: block !important;
}

/* Overlay */
.tg-membership-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(20, 20, 20, 0.55) !important;
  backdrop-filter: blur(4px) !important;
}

/* Dialog */
.tg-membership-dialog {
  position: relative !important;
  width: min(620px, calc(100% - 32px)) !important;
  max-height: calc(100vh - 40px) !important;
  overflow-y: auto !important;
  margin: 40px auto !important;
  padding: 34px !important;
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 26px !important;
  color: #111111 !important;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.18) !important;
  animation: tgModalIn 0.25s ease !important;
}

@keyframes tgModalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

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

/* Close */
.tg-membership-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border: 1px solid #dddddd !important;
  border-radius: 50% !important;
  /* background: #ffffff !important; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}


.tg-membership-close i {
  margin-left: 3px;
}

.tg-old-p {
  text-decoration: line-through !important;
}

.tg-membership-close:hover {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

/* Badge */
.tg-modal-badge {
  display: inline-flex !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Heading */
.tg-membership-dialog h3 {
  margin: 18px 0 8px !important;
  color: #111111 !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}

.tg-modal-subtitle {
  margin: 0 0 22px !important;
  color: #111111 !important;
  opacity: 0.72 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.tg-modal-subtitle strong {
  color: #111111 !important;
  font-weight: 800 !important;
}

/* Price compare box */
.tg-modal-price-compare {
  margin: 24px 0 !important;
  padding: 18px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055) !important;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr 1fr !important;
  align-items: center !important;
  gap: 16px !important;
}

.tg-modal-price-compare span {
  display: block !important;
  margin-bottom: 5px !important;
  color: #111111 !important;
  opacity: 0.6 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.tg-modal-price-compare strong {
  color: #111111 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.tg-modal-arrow {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  color: #111111 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.tg-modal-save {
  padding-left: 16px !important;
  border-left: 1px solid #eeeeee !important;
}

.tg-modal-save small {
  display: block !important;
  color: #111111 !important;
  opacity: 0.65 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

/* Benefits */
.tg-modal-benefits {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.tg-modal-benefits li {
  padding: 13px 0 !important;
  border-bottom: 1px solid #eeeeee !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  color: #111111 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.tg-modal-benefits li i {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  margin-top: 1px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid #dddddd !important;
  color: #111111 !important;
  font-size: 11px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.tg-modal-benefits li strong {
  color: #111111 !important;
  font-weight: 800 !important;
}

/* Join button */
.tg-modal-join-btn {
  width: 100% !important;
  margin-top: 24px !important;
  padding: 16px 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14) !important;
  transition: all 0.25s ease !important;
}

.tg-modal-join-btn i {
  margin-right: 8px !important;
  color: inherit !important;
}

.tg-modal-join-btn:hover {
  background: #333333 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Note */
.tg-modal-note {
  margin: 14px 0 0 !important;
  text-align: center !important;
  color: #111111 !important;
  opacity: 0.65 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

/* Body scroll lock */
body.tg-modal-open {
  overflow: hidden !important;
}


/* =========================================================
   Responsive
========================================================= */

@media (max-width: 767px) {
  .single-product .tg-lux-price-wrap {
    max-width: 100% !important;
    margin: 16px 0 22px !important;
  }

  .single-product .tg-lux-price-card {
    border-radius: 18px !important;
  }

  .single-product .tg-lux-row {
    min-height: auto !important;
    padding: 17px 16px !important;
    gap: 12px !important;
  }

  .single-product .tg-lux-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
  }

  .single-product .tg-lux-label {
    font-size: 13px !important;
    letter-spacing: 0.05em !important;
  }

  .single-product .tg-lux-left small {
    display: none !important;
  }

  .single-product .tg-lux-price {
    font-size: 20px !important;
  }

  .single-product .tg-lux-info-btn {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
  }

  .single-product .tg-lux-sparkle {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }

  /* Mobile bottom sheet */
  .tg-membership-dialog {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-height: 88vh !important;
    margin: 0 !important;
    padding: 28px 18px 22px !important;
    border-radius: 26px 26px 0 0 !important;
    animation: tgBottomSheetIn 0.25s ease !important;
  }

  @keyframes tgBottomSheetIn {
    from {
      opacity: 0;
      transform: translateY(40px);
    }

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

  .tg-membership-dialog h3 {
    font-size: 26px !important;
  }

  .tg-modal-subtitle {
    font-size: 14px !important;
  }

  .tg-modal-price-compare {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  .tg-modal-arrow {
    transform: rotate(90deg) !important;
  }

  .tg-modal-save {
    padding-left: 0 !important;
    padding-top: 12px !important;
    border-left: 0 !important;
    border-top: 1px solid #eeeeee !important;
  }

  .tg-modal-benefits li {
    font-size: 13px !important;
  }

  .tg-modal-join-btn {
    padding: 15px 18px !important;
    font-size: 13px !important;
  }
}

/* Make modal above sticky/header/search */
.tg-membership-modal {
  z-index: 99999999 !important;
}

/* Overlay full screen */
.tg-membership-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1 !important;
}

/* Modal center properly */
.tg-membership-dialog {
  position: fixed !important;
  top: 55% !important;
  left: 50% !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: min(680px, calc(100% - 32px)) !important;
  max-height: calc(100vh - 80px) !important;
  margin: 0 !important;
  z-index: 2 !important;
  overflow-y: auto !important;
}

/* Fix animation because transform already used */
@keyframes tgModalIn {
  from {
    opacity: 0;
    transform: translate(-50%, -46%) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.tg-membership-dialog {
  animation: tgModalIn 0.25s ease !important;
}

@media (max-width: 767px) {
  .tg-membership-dialog {
    position: fixed !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-height: 88vh !important;
    margin: 0 !important;
    border-radius: 26px 26px 0 0 !important;
  }

  @keyframes tgModalIn {
    from {
      opacity: 0;
      transform: translateY(40px);
    }

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

body.tg-modal-open .nasa-item-main-video-wrap .wp-video,
body.tg-modal-open .nasa-item-main-video-wrap .mejs-container {
  visibility: hidden !important;
}

body.tg-modal-open .header-type-6 {
  visibility: hidden !important;
}

.tg-auto-hide-notice {
  position: relative !important;
  padding-right: 48px !important;
  white-space: normal !important;
  overflow: visible !important;
}

.tg-auto-hide-notice .tg-notice-text,
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.tg-mini-cart-saving-notice {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  text-overflow: clip !important;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding-right: 58px !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

.tg-notice-close {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 26px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}


.tg-cart-saving-banner {
  margin: 0 0 26px !important;
  padding: 18px 22px !important;
  border-radius: 14px !important;
  border: 1px solid #e5e5e5 !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055) !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: #111111 !important;
}

.tg-cart-saving-active {
  border-left: 4px solid #16a34a !important;
}

.tg-cart-saving-locked {
  border-left: 4px solid #3b211a !important;
}

.tg-cart-saving-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid #dcdcdc !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 800 !important;
  color: #111111 !important;
}

.tg-cart-saving-banner strong {
  display: block !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  color: #111111 !important;
}

.tg-cart-saving-banner p {
  margin: 3px 0 0 !important;
  font-size: 14px !important;
  color: #555555 !important;
}

.tg-cart-saving-btn {
  margin-left: auto !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.tg-cart-saving-btn:hover {
  background: #333333 !important;
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .tg-cart-saving-banner {
    align-items: flex-start !important;
    padding: 16px !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
  }

  .tg-cart-saving-btn {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
  }
}

.single-product .tg-single-saving-hint {
  margin: 12px 0 20px !important;
  padding: 13px 16px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.055) !important;
}

.single-product .tg-single-saving-hint.is-active {
  border-left: 4px solid #16a34a !important;
}

.single-product .tg-single-saving-hint.is-locked {
  border-left: 4px solid #3b211a !important;
}

.single-product .tg-single-saving-hint strong {
  color: #111111 !important;
  font-weight: 800 !important;
}



.tg-mini-cart-saving-notice {
  margin: 0 0 16px !important;
  padding: 13px 42px 13px 14px !important;
  border: 1px solid #e5e5e5 !important;
  border-left: 4px solid #111 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  position: relative !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06) !important;
}

.tg-mini-cart-saving-notice.is-success {
  border-left-color: #16a34a !important;
}

.tg-mini-cart-saving-notice.is-info {
  border-left-color: #3b211a !important;
}

.tg-mini-notice-close {
  position: absolute !important;
  top: 50% !important;
  right: 12px !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 22px !important;
  cursor: pointer !important;
}

.tg-nine-offer-shell {
  --tg-nine-ink: #24110d;
  --tg-nine-muted: #745f57;
  --tg-nine-gold: #c5963d;
  --tg-nine-rose: #fff2ec;
  margin: 22px 0 !important;
  color: var(--tg-nine-ink) !important;
}

html.tg-nine-modal-open,
html.tg-nine-modal-open body {
  overflow: hidden !important;
}

html.tg-nine-modal-open #masthead,
html.tg-nine-modal-open .nasa-header-sticky,
html.tg-nine-modal-open .nasa-header-sticky-wrap,
html.tg-nine-modal-open .nasa-search-space,
html.tg-nine-modal-open .nasa-search-wrapper,
html.tg-nine-modal-open .nasa-elements-wrap {
  pointer-events: none !important;
  z-index: 1 !important;
}

.tg-nine-offer-checkout {
  margin: 18px 0 20px !important;
}

.tg-nine-offer-hero {
  align-items: center !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.42), transparent 22%),
    linear-gradient(135deg, #2a1510 0%, #7d3724 48%, #d19a43 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(54, 25, 16, 0.18) !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: space-between !important;
  overflow: hidden !important;
  padding: 20px !important;
  position: relative !important;
}

.tg-nine-offer-hero::after {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 50% !important;
  content: "9" !important;
  color: rgba(255, 255, 255, 0.2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 118px !important;
  font-weight: 900 !important;
  height: 156px !important;
  line-height: 1 !important;
  position: absolute !important;
  right: -32px !important;
  top: -38px !important;
  width: 156px !important;
}

.tg-nine-offer-copy,
.tg-nine-offer-actions {
  position: relative !important;
  z-index: 1 !important;
}

.tg-nine-offer-kicker {
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  color: #fff5d6 !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  margin-bottom: 10px !important;
  padding: 8px 11px !important;
  text-transform: uppercase !important;
}

.tg-nine-offer-copy h3,
.tg-nine-offer-modal-head h3 {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  margin: 0 0 6px !important;
}

.tg-nine-offer-copy p,
.tg-nine-offer-modal-head p {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  max-width: 520px !important;
}

.tg-nine-offer-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-end !important;
}

.tg-nine-trigger {
  border: 0 !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  min-height: 44px !important;
  padding: 14px 18px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.tg-nine-trigger-modal {
  background: #fff !important;
  color: #2a1510 !important;
  box-shadow: 0 12px 24px rgba(36, 17, 13, 0.18) !important;
}

.tg-nine-trigger-toggle {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  color: #fff !important;
}

.tg-nine-trigger:hover,
.tg-nine-trigger:focus {
  transform: translateY(-1px) !important;
}

.tg-nine-offer-panel {
  background: #fff !important;
  border: 1px solid rgba(36, 17, 13, 0.11) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 44px rgba(36, 17, 13, 0.08) !important;
  margin: 14px 0 0 !important;
  padding: 16px !important;
}

.tg-nine-offer-panel[hidden] {
  display: none !important;
}

.tg-nine-offer-head {
  align-items: baseline !important;
  display: flex !important;
  gap: 12px !important;
  justify-content: space-between !important;
  margin-bottom: 14px !important;
}

.tg-nine-offer-head strong {
  color: var(--tg-nine-ink) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.tg-nine-offer-head span {
  color: var(--tg-nine-muted) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.tg-nine-offer-grid {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(2, minmax(300px, 1fr)) !important;
  justify-content: center !important;
  justify-items: stretch !important;
}

.tg-nine-offer-group {
  margin: 18px auto 0 !important;
  max-width: 948px !important;
  width: 100% !important;
}

.tg-nine-offer-group:first-of-type {
  margin-top: 0 !important;
}

.tg-nine-offer-group-title {
  align-items: center !important;
  display: flex !important;
  gap: 12px !important;
  margin: 0 0 10px !important;
}

.tg-nine-offer-group-title::after {
  background: linear-gradient(90deg, rgba(197, 150, 61, 0.55), rgba(197, 150, 61, 0)) !important;
  content: "" !important;
  flex: 1 !important;
  height: 1px !important;
}

.tg-nine-offer-group-title span {
  background: #24110d !important;
  border-radius: 999px !important;
  color: #fff8de !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  padding: 8px 12px !important;
  text-transform: uppercase !important;
}

.tg-nine-offer-item {
  background: linear-gradient(180deg, #fff 0%, #fff8f4 100%) !important;
  border: 1px solid rgba(36, 17, 13, 0.1) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 24px rgba(36, 17, 13, 0.06) !important;
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  min-height: 142px !important;
  padding: 12px !important;
  position: relative !important;
}

.tg-nine-offer-item.is-selected {
  border-color: rgba(197, 150, 61, 0.72) !important;
  box-shadow: 0 14px 34px rgba(197, 150, 61, 0.16) !important;
}

.tg-nine-offer-image {
  background: #f7efea !important;
  border-radius: 14px !important;
  display: block !important;
  height: 112px !important;
  overflow: hidden !important;
  position: relative !important;
  width: 86px !important;
}

.tg-nine-offer-image img {
  display: block !important;
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.tg-nine-offer-image span {
  background: #16100e !important;
  border-radius: 999px !important;
  bottom: 7px !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  left: 50% !important;
  line-height: 1 !important;
  padding: 6px 8px !important;
  position: absolute !important;
  transform: translateX(-50%) !important;
  white-space: nowrap !important;
}

.tg-nine-offer-info {
  min-width: 0 !important;
  padding-right: 4px !important;
}

.tg-nine-offer-info em {
  color: var(--tg-nine-gold) !important;
  display: block !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
  text-transform: uppercase !important;
}

.tg-nine-offer-info strong {
  color: var(--tg-nine-ink) !important;
  display: block !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.24 !important;
  margin: 0 0 6px !important;
  overflow-wrap: anywhere !important;
}

.tg-nine-offer-info small {
  color: var(--tg-nine-muted) !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.tg-nine-offer-btn {
  align-items: center !important;
  background: #24110d !important;
  border: 0 !important;
  border-radius: 999px !important;
  bottom: 12px !important;
  color: #fff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  justify-content: center !important;
  letter-spacing: 0.06em !important;
  min-height: 34px !important;
  min-width: 78px !important;
  padding: 10px 14px !important;
  position: absolute !important;
  right: 12px !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.tg-nine-offer-btn:hover,
.tg-nine-offer-btn:focus {
  background: var(--tg-nine-gold) !important;
  color: #fff !important;
}

.tg-nine-offer-btn.is-added,
.tg-nine-offer-btn:disabled {
  background: #efe5dc !important;
  color: #6d5c55 !important;
  cursor: default !important;
}

.tg-nine-offer-modal {
  align-items: center !important;
  display: flex !important;
  inset: 0 !important;
  justify-content: center !important;
  opacity: 0 !important;
  padding: 24px !important;
  pointer-events: none !important;
  position: fixed !important;
  transition: opacity 0.18s ease !important;
  visibility: hidden !important;
  z-index: 2147483647 !important;
}

.tg-nine-offer-modal.is-open {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

.tg-nine-offer-modal-backdrop {
  background: rgba(20, 10, 8, 0.72) !important;
  inset: 0 !important;
  position: fixed !important;
}

.tg-nine-offer-dialog {
  background: #fff !important;
  border-radius: 22px !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36) !important;
  max-height: calc(100vh - 56px) !important;
  max-width: 1040px !important;
  overflow: auto !important;
  padding: 22px !important;
  position: relative !important;
  transform: translateY(10px) scale(0.98) !important;
  transition: transform 0.2s ease !important;
  width: min(94vw, 1040px) !important;
  z-index: 1 !important;
}

.tg-nine-offer-modal.is-open .tg-nine-offer-dialog {
  transform: translateY(0) scale(1) !important;
}

.tg-nine-offer-close {
  align-items: center !important;
  background: #24110d !important;
  border: 2px solid rgba(255, 255, 255, 0.95) !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 24px rgba(36, 17, 13, 0.28) !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  font-family: Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  height: 46px !important;
  justify-content: center !important;
  line-height: 1 !important;
  position: absolute !important;
  right: 34px !important;
  top: 34px !important;
  width: 46px !important;
  z-index: 5 !important;
}

.tg-nine-offer-close:hover,
.tg-nine-offer-close:focus {
  background: #c5963d !important;
  color: #fff !important;
}

.tg-nine-offer-modal-head {
  background: linear-gradient(135deg, #2a1510 0%, #8f3f27 55%, #d39b42 100%) !important;
  border-radius: 18px !important;
  margin-bottom: 16px !important;
  padding: 28px 78px 28px 28px !important;
}

.tg-nine-offer-modal-body {
  padding: 2px !important;
}

.tg-nine-cart-badge {
  background: #fff3d8 !important;
  border: 1px solid rgba(197, 150, 61, 0.35) !important;
  border-radius: 999px !important;
  color: #7a4d10 !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  margin-top: 7px !important;
  padding: 6px 9px !important;
}

@media (max-width: 991px) {
  .tg-nine-offer-hero {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .tg-nine-offer-actions {
    justify-content: flex-start !important;
  }

  .tg-nine-offer-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .tg-nine-offer-hero {
    border-radius: 16px !important;
    padding: 16px !important;
  }

  .tg-nine-offer-copy h3,
  .tg-nine-offer-modal-head h3 {
    font-size: 22px !important;
  }

  .tg-nine-offer-actions,
  .tg-nine-trigger {
    width: 100% !important;
  }

  .tg-nine-offer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .tg-nine-offer-item {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    min-height: 132px !important;
  }

  .tg-nine-offer-image {
    height: 104px !important;
    width: 78px !important;
  }

  .tg-nine-offer-dialog {
    border-radius: 18px !important;
    padding: 12px !important;
    width: calc(100vw - 24px) !important;
  }

  .tg-nine-offer-modal-head {
    padding: 22px 54px 22px 16px !important;
  }

  .tg-nine-offer-close {
    height: 40px !important;
    right: 20px !important;
    top: 20px !important;
    width: 40px !important;
  }
}


.product-info .woocommerce-product-rating {
  float: none;
}


.tg-membership-modal.is-open .tg-membership-dialog .nasa-badges-wrap {
  z-index: -1 !important;
}


/* Totagatti loader css */

html.tott-loader-skip #tott-loader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.tott-loading,
html.tott-loading body {
  overflow: hidden !important;
}

#tott-loader {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999999 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: #170f0d !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  will-change: transform, opacity !important;
  transition:
    transform 1.1s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.5s ease,
    visibility 0.5s ease !important;
}

#tott-loader.tott-loader-hide {
  transform: translateY(-100%) !important;
  opacity: 1 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.tott-loader-video {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  background: #170f0d !important;
  transform: translateZ(0) !important;
  will-change: transform !important;
}

@media (max-width: 767px) {
  .tott-loader-video {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

body:has(.tg-membership-modal.is-open) .nasa-badges-wrap {
  display: none !important;
}

body.logged-in .logged_in_member {
  display: none !important;
}



/* Premium WooCommerce Notice */
.woocommerce-notices-wrapper {
  position: fixed !important;
  left: 50% !important;
  bottom: 34px !important;
  transform: translateX(-50%) !important;
  z-index: 99999 !important;
  width: min(620px, calc(100vw - 32px)) !important;
  max-width: 620px !important;
  padding: 0 16px !important;
  pointer-events: none !important;
}

.woocommerce-notices-wrapper .tg-auto-hide-notice {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  min-width: 520px !important;
  margin: 0 !important;
  padding: 18px 58px 18px 24px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #2d1b16 !important;
  border: 1px solid rgba(61, 31, 24, 0.12) !important;
  border-left: 5px solid #b88934 !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.1px !important;
  backdrop-filter: blur(14px) !important;
  pointer-events: auto !important;
  overflow: visible !important;
}

.woocommerce-notices-wrapper .tg-auto-hide-notice::before {
  content: "♛" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  margin-right: 2px !important;
  background: linear-gradient(135deg, #c99a42, #8b5c20) !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-size: 16px !important;
  line-height: 1 !important;
  box-shadow: 0 8px 18px rgba(184, 137, 52, 0.32) !important;
}

.woocommerce-notices-wrapper .tg-auto-hide-notice::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(120deg, rgba(184, 137, 52, 0.08), transparent 45%) !important;
  pointer-events: none !important;
}

.woocommerce-notices-wrapper .tg-notice-close {
  position: absolute !important;
  top: 50% !important;
  right: 16px !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  height: 34px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #2d1b16 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  transition: all 0.25s ease !important;
  z-index: 2 !important;
}

.woocommerce-notices-wrapper .tg-notice-close:hover {
  background: #b88934 !important;
  color: #fff !important;
  transform: translateY(-50%) rotate(90deg) !important;
}

@media (max-width: 767px) {
  .woocommerce-notices-wrapper {
    left: 0 !important;
    right: 0 !important;
    bottom: 18px !important;
    transform: none !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 14px !important;
  }

  .woocommerce-notices-wrapper .tg-auto-hide-notice {
    min-width: 0 !important;
    width: 100% !important;
    padding: 15px 52px 15px 16px !important;
    font-size: 14px !important;
    border-radius: 14px !important;
  }

  .woocommerce-notices-wrapper .tg-auto-hide-notice::before {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    font-size: 14px !important;
  }

  .woocommerce-notices-wrapper .tg-notice-close {
    right: 12px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 20px !important;
  }
}





/* Premium Tottagatti FAQ Accordion */
.elementor-element-7aa1909 .elementor-accordion {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}

.elementor-element-7aa1909 .elementor-accordion-item {
  border: 1px solid rgba(55, 31, 25, 0.10) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 14px 38px rgba(42, 24, 18, 0.07) !important;
  transition: all 0.28s ease !important;
}

.elementor-element-7aa1909 .elementor-accordion-item:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 20px 50px rgba(42, 24, 18, 0.11) !important;
  border-color: rgba(184, 137, 52, 0.30) !important;
}

.elementor-element-7aa1909 .elementor-tab-title {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  padding: 22px 26px !important;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf2 100%) !important;
  border: none !important;
  transition: all 0.28s ease !important;
}

.elementor-element-7aa1909 .elementor-tab-title.elementor-active {
  background: linear-gradient(135deg, #2a1712 0%, #4a2a1f 100%) !important;
}

.elementor-element-7aa1909 .elementor-accordion-title {
  color: #251712 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.1px !important;
  text-decoration: none !important;
}

.elementor-element-7aa1909 .elementor-tab-title.elementor-active .elementor-accordion-title {
  color: #ffffff !important;
}

.elementor-element-7aa1909 .elementor-tab-content {
  padding: 0 26px 24px 26px !important;
  border: none !important;
  background: #ffffff !important;
  color: #4b403b !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.elementor-element-7aa1909 .elementor-tab-content p {
  margin: 18px 0 0 !important;
}

.elementor-element-7aa1909 .elementor-accordion-icon {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  margin-left: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #2a1712 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10) !important;
  border: 1px solid rgba(184, 137, 52, 0.18) !important;
}

.elementor-element-7aa1909 .elementor-tab-title.elementor-active .elementor-accordion-icon {
  background: #b88934 !important;
  color: #ffffff !important;
  border-color: #b88934 !important;
}

.elementor-element-7aa1909 .elementor-accordion-icon svg {
  width: 13px !important;
  height: 13px !important;
  fill: currentColor !important;
}

.elementor-element-7aa1909 .elementor-accordion-icon-closed,
.elementor-element-7aa1909 .elementor-accordion-icon-opened {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.elementor-element-7aa1909 .elementor-tab-title:not(.elementor-active) .elementor-accordion-icon-opened {
  display: none !important;
}

.elementor-element-7aa1909 .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
  display: none !important;
}

@media (max-width: 767px) {
  .elementor-element-7aa1909 .elementor-accordion {
    gap: 14px !important;
  }

  .elementor-element-7aa1909 .elementor-tab-title {
    padding: 18px 18px !important;
  }

  .elementor-element-7aa1909 .elementor-accordion-title {
    font-size: 15px !important;
  }

  .elementor-element-7aa1909 .elementor-tab-content {
    padding: 0 18px 20px 18px !important;
    font-size: 14px !important;
  }

  .elementor-element-7aa1909 .elementor-accordion-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    margin-left: 12px !important;
  }

  .elementor-element-7aa1909 .elementor-accordion-icon svg {
    width: 11px !important;
    height: 11px !important;
  }
}

#nasa-section-accordion-description {
  display: none !important;
}

.nk-archive-price-box .fa-user {
  color: #000000 !important;
}






.tg-shortcode-product-details,
.tg-shortcode-extra-content {
  color: #222;
  font-size: 15px;
  line-height: 1.8;
}

.tg-shortcode-product-details p,
.tg-shortcode-extra-content p {
  margin: 0 0 12px;
}

.tg-shortcode-product-details ul,
.tg-shortcode-extra-content ul,
.tg-shortcode-product-details ol,
.tg-shortcode-extra-content ol {
  margin: 0 0 0 20px;
  padding: 0;
}

.tg-shortcode-product-details li,
.tg-shortcode-extra-content li {
  margin-bottom: 6px;
}


/* Cart responsive css */

/* =========================================================
   CART PAGE - TABLET + MOBILE RESPONSIVE ONLY
   Desktop layout unchanged
========================================================= */

/* Tablet and below */
@media (max-width: 1024px) {

  .page-shopping-cart {
    overflow-x: hidden !important;
  }

  .page-shopping-cart .row,
  .page-shopping-cart .columns {
    max-width: 100% !important;
  }

  /* Cart + totals should stack */
  .page-shopping-cart .nasa-cart-content .row>.large-8,
  .page-shopping-cart .nasa-cart-content .row>.large-4,
  .page-shopping-cart .cart-collaterals {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    float: none !important;
    clear: both !important;
  }

  .page-shopping-cart .cart-collaterals {
    margin-top: 30px !important;
  }

  /* Checkout steps */
  .page-shopping-cart .checkout-breadcrumb {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 16px !important;
    overflow: visible !important;
    padding: 18px 15px !important;
  }

  .page-shopping-cart .checkout-breadcrumb>div {
    width: 33.333% !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  .page-shopping-cart .checkout-breadcrumb h4 {
    font-size: 16px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    word-break: normal !important;
  }

  .page-shopping-cart .checkout-breadcrumb p {
    font-size: 13px !important;
    line-height: 1.3 !important;
    margin-top: 5px !important;
  }

  /* Countdown */
  .page-shopping-cart .nasa-time-checkout-countdown {
    flex-wrap: wrap !important;
    gap: 12px !important;
    text-align: center !important;
    padding: 18px 15px !important;
    margin: 0 auto 20px !important;
    line-height: 1.35 !important;
  }

  .page-shopping-cart .nasa-time-checkout-countdown .nasa-mes-cd {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 18px !important;
  }

  .page-shopping-cart .checkout-countdown {
    margin: 0 auto !important;
  }

  .page-shopping-cart .ns-countdown-wrap.button {
    min-width: 120px !important;
    padding: 10px 22px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Club pricing banner */
  .page-shopping-cart .tg-cart-saving-banner {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 18px 18px !important;
    margin-bottom: 24px !important;
    box-sizing: border-box !important;
  }

  .page-shopping-cart .tg-cart-saving-icon {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
  }

  .page-shopping-cart .tg-cart-saving-banner strong {
    font-size: 18px !important;
    line-height: 1.25 !important;
  }

  .page-shopping-cart .tg-cart-saving-banner p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 5px 0 0 !important;
  }

  /* Cart totals full width */
  .page-shopping-cart .cart_totals {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 20px !important;
    box-sizing: border-box !important;
  }

  .page-shopping-cart .cart_totals h2 {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
  }

  .page-shopping-cart .cart_totals table {
    width: 100% !important;
  }

  .page-shopping-cart .cart_totals th,
  .page-shopping-cart .cart_totals td {
    font-size: 16px !important;
    line-height: 1.4 !important;
    vertical-align: top !important;
  }

  .page-shopping-cart .wc-proceed-to-checkout .checkout-button {
    width: 100% !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
  }
}


/* Mobile only */
@media (max-width: 767px) {

  .page-shopping-cart {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Breadcrumb compact */
  .page-shopping-cart .checkout-breadcrumb {
    gap: 8px !important;
    padding: 15px 10px !important;
  }

  .page-shopping-cart .checkout-breadcrumb h4 {
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }

  .page-shopping-cart .checkout-breadcrumb p,
  .page-shopping-cart .checkout-breadcrumb h3 {
    display: none !important;
  }

  /* Countdown mobile */
  .page-shopping-cart .nasa-time-checkout-countdown {
    padding: 16px 12px !important;
    margin-bottom: 18px !important;
  }

  .page-shopping-cart .nasa-time-checkout-countdown .nasa-mes-cd {
    font-size: 16px !important;
  }

  .page-shopping-cart .nasa-time-checkout-countdown .nasa-mes-cd span {
    max-width: 290px !important;
  }

  .page-shopping-cart .nasa-fire-img {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  .page-shopping-cart .ns-countdown-wrap.button {
    min-width: 105px !important;
    padding: 9px 18px !important;
    font-size: 15px !important;
  }

  /* Cart table convert to cards */
  .page-shopping-cart table.shop_table.cart,
  .page-shopping-cart table.shop_table.cart tbody,
  .page-shopping-cart table.shop_table.cart tr,
  .page-shopping-cart table.shop_table.cart td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-shopping-cart table.shop_table.cart thead {
    display: none !important;
  }

  .page-shopping-cart table.shop_table.cart tr.cart_item {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 82px 1fr !important;
    gap: 10px 14px !important;
    padding: 18px 14px !important;
    margin-bottom: 14px !important;
    border: 1px solid #eee !important;
    border-radius: 14px !important;
    background: #fff !important;
  }

  /* Remove icon */
  .page-shopping-cart table.shop_table.cart td.product-remove {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    z-index: 2 !important;
  }

  .page-shopping-cart table.shop_table.cart td.product-remove a {
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  /* Product image */
  .page-shopping-cart table.shop_table.cart td.product-thumbnail {
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;
    padding: 0 !important;
    width: 82px !important;
  }

  .page-shopping-cart table.shop_table.cart td.product-thumbnail img {
    width: 82px !important;
    height: 82px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    display: block !important;
  }

  /* Product name */
  .page-shopping-cart table.shop_table.cart td.product-name {
    grid-column: 2 !important;
    padding: 0 28px 0 0 !important;
    text-align: left !important;
    min-height: auto !important;
  }

  .page-shopping-cart table.shop_table.cart td.product-name a,
  .page-shopping-cart table.shop_table.cart td.product-name {
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
  }

  /* Mobile price */
  .page-shopping-cart table.shop_table.cart .mobile-price {
    display: block !important;
    margin-top: 7px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
  }

  /* Hide desktop price/subtotal on mobile */
  .page-shopping-cart table.shop_table.cart td.product-price.hide-for-small,
  .page-shopping-cart table.shop_table.cart td.product-subtotal.hide-for-small {
    display: none !important;
  }

  /* Quantity */
  .page-shopping-cart table.shop_table.cart td.product-quantity {
    grid-column: 2 !important;
    padding: 8px 0 0 !important;
    text-align: left !important;
  }

  .page-shopping-cart table.shop_table.cart .quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 90px !important;
    height: 40px !important;
  }

  .page-shopping-cart table.shop_table.cart .quantity input.qty {
    width: 38px !important;
    height: 38px !important;
    text-align: center !important;
    padding: 0 !important;
    font-size: 15px !important;
  }

  .page-shopping-cart table.shop_table.cart .quantity .plus,
  .page-shopping-cart table.shop_table.cart .quantity .minus {
    width: 28px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .page-shopping-cart .mhfgfwc-qty-disabled {
    display: inline-flex !important;
    width: 40px !important;
    height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
  }

  /* Free shipping row */
  .page-shopping-cart tr.nasa-no-border {
    display: block !important;
    padding: 0 !important;
    margin: 16px 0 !important;
    border: 0 !important;
  }

  .page-shopping-cart tr.nasa-no-border td {
    padding: 0 !important;
  }

  .page-shopping-cart .nasa-total-condition-desc {
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 12px 5px !important;
  }

  /* Coupon + update cart */
  .page-shopping-cart td.actions .row,
  .page-shopping-cart td.actions .columns {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .page-shopping-cart .coupon {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .page-shopping-cart .coupon input,
  .page-shopping-cart .coupon button,
  .page-shopping-cart button[name="update_cart"] {
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
  }

  .page-shopping-cart button[name="update_cart"] {
    margin-top: 12px !important;
  }

  /* Cart totals mobile */
  .page-shopping-cart .cart-collaterals {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-top: 24px !important;
  }

  .page-shopping-cart .cart_totals {
    padding: 22px 16px !important;
    border-radius: 14px !important;
  }

  .page-shopping-cart .cart_totals h2 {
    font-size: 20px !important;
    text-align: center !important;
  }

  .page-shopping-cart .cart_totals table,
  .page-shopping-cart .cart_totals tbody,
  .page-shopping-cart .cart_totals tr,
  .page-shopping-cart .cart_totals th,
  .page-shopping-cart .cart_totals td {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  .page-shopping-cart .cart_totals tr {
    padding: 14px 0 !important;
    border-bottom: 1px solid #eee !important;
  }

  .page-shopping-cart .cart_totals tr:last-child {
    border-bottom: 0 !important;
  }

  .page-shopping-cart .cart_totals th {
    padding: 0 0 6px !important;
    font-size: 14px !important;
    opacity: 0.75 !important;
  }

  .page-shopping-cart .cart_totals td {
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  .page-shopping-cart .woocommerce-shipping-methods {
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-shopping-cart .woocommerce-shipping-destination {
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin: 8px 0 !important;
  }

  .page-shopping-cart .shipping-calculator-button {
    display: inline-block !important;
    margin-top: 8px !important;
  }

  .page-shopping-cart .wc-proceed-to-checkout {
    margin-top: 18px !important;
  }

  .page-shopping-cart .wc-proceed-to-checkout .checkout-button {
    width: 100% !important;
    min-height: 52px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
  }
}


/* Very small devices */
@media (max-width: 380px) {

  .page-shopping-cart table.shop_table.cart tr.cart_item {
    grid-template-columns: 70px 1fr !important;
    gap: 10px !important;
    padding: 16px 12px !important;
  }

  .page-shopping-cart table.shop_table.cart td.product-thumbnail,
  .page-shopping-cart table.shop_table.cart td.product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
  }

  .page-shopping-cart table.shop_table.cart td.product-name a,
  .page-shopping-cart table.shop_table.cart td.product-name {
    font-size: 14px !important;
  }

  .page-shopping-cart .checkout-breadcrumb h4 {
    font-size: 12px !important;
  }
}








/* =====================================================
   FORCE DESIGN - ALSO AVAILABLE AT
   Section ID: elementor-element-18f8786
   Optional class: .totagati-also_available_at
===================================================== */

.elementor-element-18f8786,
.totagati-also_available_at {
  padding: 45px 20px 35px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%) !important;
  position: relative !important;
}

.elementor-element-18f8786 .elementor-container,
.totagati-also_available_at .elementor-container {
  background: #ffffff !important;
  border: 1px solid rgba(47, 31, 25, 0.12) !important;
  border-radius: 22px !important;
  padding: 24px 28px !important;
  box-shadow: 0 18px 45px rgba(47, 31, 25, 0.10) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.elementor-element-18f8786 .elementor-widget-image,
.totagati-also_available_at .elementor-widget-image {
  background: #fffaf4 !important;
  border: 1px solid rgba(217, 150, 47, 0.22) !important;
  border-radius: 18px !important;
  padding: 18px 20px !important;
  min-height: 104px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.35s ease !important;
  position: relative !important;
  overflow: hidden !important;
}

.elementor-element-18f8786 .elementor-widget-image:before,
.totagati-also_available_at .elementor-widget-image:before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -75% !important;
  width: 45% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent) !important;
  transform: skewX(-18deg) !important;
  transition: all 0.7s ease !important;
}

.elementor-element-18f8786 .elementor-widget-image:hover:before,
.totagati-also_available_at .elementor-widget-image:hover:before {
  left: 130% !important;
}

.elementor-element-18f8786 .elementor-widget-image:hover,
.totagati-also_available_at .elementor-widget-image:hover {
  transform: translateY(-7px) scale(1.02) !important;
  background: #ffffff !important;
  border-color: rgba(217, 150, 47, 0.55) !important;
  box-shadow: 0 18px 40px rgba(47, 31, 25, 0.14) !important;
}

.elementor-element-18f8786 img,
.totagati-also_available_at img {
  max-width: 160px !important;
  max-height: 58px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  transition: all 0.35s ease !important;
}

.elementor-element-18f8786 .elementor-widget-image:hover img,
.totagati-also_available_at .elementor-widget-image:hover img {
  transform: scale(1.08) !important;
}


/* =====================================================
   FORCE DESIGN - FACILITY SECTION
   Section ID: elementor-element-efbd0be
   Optional class: .totagati-facility
===================================================== */

.elementor-element-efbd0be,
.totagati-facility {
  padding: 35px 20px 55px !important;
  background: linear-gradient(180deg, #fffaf4 0%, #ffffff 100%) !important;
}

.elementor-element-efbd0be .elementor-inner-section,
.totagati-facility .elementor-inner-section {
  background: linear-gradient(135deg, #2f1f19 0%, #5a3527 48%, #d9962f 100%) !important;
  border-radius: 28px !important;
  padding: 28px 26px !important;
  box-shadow: 0 24px 60px rgba(47, 31, 25, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  position: relative !important;
  overflow: hidden !important;
}

.elementor-element-efbd0be .elementor-inner-section:before,
.totagati-facility .elementor-inner-section:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 35%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.16), transparent 38%) !important;
  pointer-events: none !important;
}

.elementor-element-efbd0be .service-block,
.totagati-facility .service-block {
  position: relative !important;
  z-index: 2 !important;
}

.elementor-element-efbd0be .service-block .box,
.totagati-facility .service-block .box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 20px !important;
  padding: 20px 14px !important;
  min-height: 96px !important;
  transition: all 0.35s ease !important;
  backdrop-filter: blur(8px) !important;
}

.elementor-element-efbd0be .service-block .box:hover,
.totagati-facility .service-block .box:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18) !important;
}

.elementor-element-efbd0be .service-icon,
.totagati-facility .service-icon {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #2f1f19 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 29px !important;
  line-height: 1 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20) !important;
  transition: all 0.35s ease !important;
}

.elementor-element-efbd0be .service-block .box:hover .service-icon,
.totagati-facility .service-block .box:hover .service-icon {
  background: #d9962f !important;
  color: #ffffff !important;
  transform: scale(1.08) rotate(-5deg) !important;
}

.elementor-element-efbd0be .service-title,
.totagati-facility .service-title {
  color: #ffffff !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.2px !important;
}

.elementor-element-efbd0be .service-text,
.totagati-facility .service-text {
  display: flex !important;
  align-items: center !important;
}


/* Mobile */
@media (max-width: 767px) {

  .elementor-element-18f8786,
  .totagati-also_available_at {
    padding: 28px 14px 20px !important;
  }

  .elementor-element-18f8786 .elementor-container,
  .totagati-also_available_at .elementor-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }

  .elementor-element-18f8786 .elementor-column,
  .totagati-also_available_at .elementor-column {
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
  }

  .elementor-element-18f8786 .elementor-widget-wrap,
  .totagati-also_available_at .elementor-widget-wrap {
    justify-content: center !important;
  }

  .elementor-element-18f8786 .elementor-widget-image,
  .totagati-also_available_at .elementor-widget-image {
    width: 100% !important;
    min-height: 82px !important;
    padding: 16px 20px !important;
  }

  .elementor-element-18f8786 img,
  .totagati-also_available_at img {
    max-width: 150px !important;
    max-height: 50px !important;
    margin: 0 auto !important;
  }

  .elementor-element-efbd0be,
  .totagati-facility {
    padding: 22px 14px 36px !important;
  }

  .elementor-element-efbd0be .elementor-inner-section,
  .totagati-facility .elementor-inner-section {
    border-radius: 22px !important;
    padding: 18px 14px !important;
  }

  .elementor-element-efbd0be .elementor-inner-section .elementor-container,
  .totagati-facility .elementor-inner-section .elementor-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .elementor-element-efbd0be .elementor-column,
  .totagati-facility .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .elementor-element-efbd0be .service-block .box,
  .totagati-facility .service-block .box {
    justify-content: flex-start !important;
    min-height: 78px !important;
    padding: 14px 16px !important;
  }

  .elementor-element-efbd0be .service-icon,
  .totagati-facility .service-icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    font-size: 22px !important;
  }

  .elementor-element-efbd0be .service-title,
  .totagati-facility .service-title {
    font-size: 16px !important;
    text-align: left !important;
  }
}






/* Mobile only: shop/archive products 1 per row */
@media (max-width: 767px) {

  body.archive.woocommerce ul.products.grid>li.product-warp-item,
  body.post-type-archive-product ul.products.grid>li.product-warp-item,
  body.woocommerce-page ul.products.grid>li.product-warp-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
    clear: both !important;
  }

  body.archive.woocommerce ul.products.grid.small-block-grid-2>li.product-warp-item,
  body.post-type-archive-product ul.products.grid.small-block-grid-2>li.product-warp-item,
  body.woocommerce-page ul.products.grid.small-block-grid-2>li.product-warp-item {
    width: 100% !important;
  }
}

/* Mobile only: product title center + highlight */
@media (max-width: 767px) {

  body.archive.woocommerce ul.products.grid>li.product-warp-item .product-info-wrap .name,
  body.post-type-archive-product ul.products.grid>li.product-warp-item .product-info-wrap .name,
  body.woocommerce-page ul.products.grid>li.product-warp-item .product-info-wrap .name {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    color: #2f1f19 !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin: 14px auto 10px auto !important;
    padding: 8px 12px !important;
    background: #fff6eb !important;
    border: 1px solid rgba(184, 137, 69, 0.25) !important;
    border-radius: 999px !important;
  }
}


.nasa-buy-now {
  background-color: #D56353 !important;
  border: none !important;
}

body.postid-4643 #nasa-single-product-tabs {
  display: none !important;
}

body.postid-5541 #nasa-single-product-tabs {
  display: none !important;
}

/* Clean WooCommerce toast notice layout */
.woocommerce-notices-wrapper {
  position: fixed !important;
  left: 50% !important;
  bottom: 28px !important;
  transform: translateX(-50%) !important;
  z-index: 99999 !important;
  width: min(560px, calc(100vw - 28px)) !important;
  max-width: 560px !important;
  padding: 0 !important;
  pointer-events: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message.tg-auto-hide-notice,
.woocommerce-notices-wrapper .woocommerce-info.tg-auto-hide-notice,
.woocommerce-notices-wrapper .woocommerce-error.tg-auto-hide-notice {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  margin: 0 auto !important;
  padding: 14px 54px 14px 18px !important;
  background: #ffffff !important;
  color: #2d1b16 !important;
  border: 1px solid rgba(61, 31, 24, 0.12) !important;
  border-left: 4px solid #b88934 !important;
  border-radius: 12px !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  pointer-events: auto !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.woocommerce-notices-wrapper .woocommerce-message.tg-auto-hide-notice::before,
.woocommerce-notices-wrapper .woocommerce-info.tg-auto-hide-notice::before,
.woocommerce-notices-wrapper .woocommerce-error.tg-auto-hide-notice::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  flex: 0 0 32px !important;
  margin: 0 !important;
  background: linear-gradient(135deg, #c99a42, #8b5c20) !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 18px rgba(184, 137, 52, 0.32) !important;
}

.woocommerce-notices-wrapper .woocommerce-message.tg-auto-hide-notice::after,
.woocommerce-notices-wrapper .woocommerce-info.tg-auto-hide-notice::after,
.woocommerce-notices-wrapper .woocommerce-error.tg-auto-hide-notice::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(120deg, rgba(184, 137, 52, 0.08), transparent 45%) !important;
  pointer-events: none !important;
}

.woocommerce-notices-wrapper .tg-auto-hide-notice .tg-notice-text {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  color: inherit !important;
  text-align: left !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.woocommerce-notices-wrapper .tg-auto-hide-notice .button,
.woocommerce-notices-wrapper .tg-auto-hide-notice a.button {
  float: none !important;
  margin: 0 10px 0 0 !important;
}

.woocommerce-notices-wrapper .tg-auto-hide-notice .tg-notice-close {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: 30px !important;
  border: none !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #2d1b16 !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  z-index: 2 !important;
}

.woocommerce-notices-wrapper .tg-auto-hide-notice .tg-notice-close:hover {
  background: rgba(184, 137, 52, 0.12) !important;
  color: #8b5c20 !important;
}

@media (max-width: 767px) {
  .woocommerce-notices-wrapper {
    left: 14px !important;
    right: 14px !important;
    bottom: 18px !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
  }

  .woocommerce-notices-wrapper .woocommerce-message.tg-auto-hide-notice,
  .woocommerce-notices-wrapper .woocommerce-info.tg-auto-hide-notice,
  .woocommerce-notices-wrapper .woocommerce-error.tg-auto-hide-notice {
    min-height: 54px !important;
    padding: 13px 48px 13px 14px !important;
    border-radius: 10px !important;
    gap: 10px !important;
    font-size: 14px !important;
  }

  .woocommerce-notices-wrapper .woocommerce-message.tg-auto-hide-notice::before,
  .woocommerce-notices-wrapper .woocommerce-info.tg-auto-hide-notice::before,
  .woocommerce-notices-wrapper .woocommerce-error.tg-auto-hide-notice::before {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    flex-basis: 28px !important;
  }

  .woocommerce-notices-wrapper .tg-auto-hide-notice .tg-notice-close {
    right: 10px !important;
    width: 28px !important;
    height: 28px !important;
    font-size: 24px !important;
  }
}

.nasa-top-row-filter > li:nth-child(4) {
    display: none !important;
}


/* Main H1 / Page Title Styling */
h1:not(.single-product h1, .page-id-4692 h1) {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #111 !important;
    background: #f7f7f7;
    border-left: 5px solid #111;
    padding: 14px 20px !important;
    margin: 0 0 28px !important;
    border-radius: 4px;
    letter-spacing: -0.5px;
}
 .page-id-4692 h1{
  font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #111 !important;
    background: #f7f7f7;
    border-left: 5px solid #111;
    margin: 0 0 28px !important;
    border-radius: 4px;
    letter-spacing: -0.5px;
   padding: 20px 7px !important;
 }

/* Mobile */
@media (max-width: 767px) {
    h1{
        font-size: 26px !important;
        padding: 12px 15px !important;
        margin-bottom: 20px !important;
    }
}

.cat-item-211 {
  display: none !important;
}