/* Editorial product essentials: preparation, servings, storage and quality. */
.lotus-product-notes {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: 24px;
  margin-top: 56px;
  align-items: stretch
}

.lotus-product-note {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(26px, 3vw, 44px);
  border: 1px solid #ffffff1c;
  border-radius: 24px;
  background: linear-gradient(140deg, #223442, #14222f 80%);
  box-shadow: 0 18px 45px #0000001c
}

.lotus-product-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 36px;
  right: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f69bb278, transparent);
  pointer-events: none
}

.lotus-product-note-quality {
  background: radial-gradient(ellipse at 100% 0, #d68f6020, transparent 60%), linear-gradient(145deg, #25303a, #19232e);
  border-color: #e4bb922d
}

.lotus-note-heading {
  margin-bottom: 28px
}

.lotus-note-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #c5b3a8;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2.3px;
  text-transform: uppercase
}

.lotus-note-label::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #e490a5;
  flex-shrink: 0
}

.pixels-lotus-product .lotus-product-note h2 {
  margin: 0;
  font: 400 clamp(32px, 3vw, 45px)/1.16 Restora, Georgia, serif;
  letter-spacing: -.8px;
  color: #fff3eb
}

.lotus-product-note h2 em {
  color: #f799b1;
  font-weight: 400
}

.lotus-product-note-quality h2 em {
  color: #eac49e
}

.lotus-product-note p {
  margin: 0;
  color: #bac7d1;
  font-size: 13px;
  line-height: 1.85;
  overflow-wrap: anywhere
}

.lotus-preparation {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 21px 0;
  border-top: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14
}

.lotus-note-icon {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border: 1px solid #f69bb22b;
  border-radius: 14px;
  color: #f799b1;
  background: #f348790b
}

.lotus-note-icon svg {
  width: 28px;
  height: 28px
}

.pixels-lotus-product .lotus-preparation h3 {
  margin: 0 0 6px;
  font: 400 23px/1.25 Restora, Georgia, serif;
  color: #fff0e9
}

.lotus-note-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  padding: 27px 0
}

.lotus-note-fact+.lotus-note-fact {
  border-left: 1px solid #ffffff14;
  padding-left: 24px
}

.lotus-fact-number {
  display: block;
  margin-bottom: 10px;
  font: 400 clamp(32px, 3vw, 44px)/1.1 Restora, Georgia, serif;
  letter-spacing: -1px;
  color: #fff1e9
}

.lotus-fact-number small {
  font: 400 12px/1.5 sans-serif;
  letter-spacing: 0;
  color: #c6b3b0
}

.lotus-fact-label {
  display: block;
  margin-bottom: 8px;
  font-size: 9px;
  line-height: 1.7;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #e4c0b9;
  font-weight: 500
}

.lotus-pack-options {
  padding-top: 22px;
  border-top: 1px solid #ffffff14
}

.lotus-pack-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px
}

.lotus-pack-sizes span {
  padding: 6px 11px;
  border: 1px solid #ffffff17;
  border-radius: 6px;
  background: #ffffff04;
  color: #d6dde2;
  font-size: 11px;
  line-height: 1.6
}

.lotus-quality-standard {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid #e4bb9220;
  border-bottom: 1px solid #e4bb9220;
  margin-bottom: 22px
}

.lotus-quality-standard .lotus-note-icon {
  width: 54px;
  height: 60px;
  flex-basis: 54px;
  border-color: #eac49e2b;
  color: #eac49e;
  background: #eac49e08
}

.lotus-quality-standard .lotus-note-icon svg {
  width: 32px;
  height: 32px
}

.lotus-standard-name {
  display: block;
  margin-bottom: 7px;
  font: 400 clamp(22px, 2vw, 29px)/1.3 Restora, Georgia, serif;
  color: #f9e1c6
}

.lotus-standard-name small {
  display: inline-block;
  font: 400 11px/1.5 sans-serif;
  color: #eac49e;
  border: 1px solid #eac49e30;
  border-radius: 4px;
  padding: 2px 7px;
  vertical-align: middle;
  margin-left: 5px
}

.lotus-quality-standard .lotus-fact-label {
  margin: 0;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #b8b5b2
}

.lotus-product-note .lotus-quality-intro {
  color: #e0d9d2;
  font-size: 14px
}

.lotus-quality-explanation {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #eac49e17;
  border-radius: 12px;
  background: #080f1729
}

.lotus-quality-explanation .lotus-fact-label {
  color: #ddc0a5
}

.lotus-quality-explanation p {
  font-size: 12px;
  line-height: 1.9;
  color: #aebbc6
}

.lotus-note-asterisk {
  color: #eac49e
}

.lotus-product-notes+.lotus-product-more {
  margin-top: 48px
}

@media(min-width:761px) and (max-width:1200px) {
  .lotus-product-notes {
    gap: 18px
  }

  .lotus-product-note {
    padding: 26px
  }

  .lotus-note-facts {
    gap: 16px
  }

  .lotus-note-fact+.lotus-note-fact {
    padding-left: 16px
  }

  .lotus-quality-standard {
    align-items: flex-start;
    gap: 12px
  }

  .lotus-quality-explanation {
    padding: 16px
  }
}

@media(max-width:760px) {
  .lotus-product-notes {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-top: 34px
  }

  .lotus-product-note {
    padding: 28px
  }

  .pixels-lotus-product .lotus-product-note h2 {
    font-size: 37px
  }

  .lotus-product-notes+.lotus-product-more {
    margin-top: 32px
  }
}

@media(max-width:380px) {
  .lotus-product-note {
    padding: 22px
  }

  .lotus-note-facts {
    gap: 16px
  }

  .lotus-note-fact+.lotus-note-fact {
    padding-left: 16px
  }

  .lotus-fact-number {
    font-size: 32px
  }

  .lotus-fact-number small {
    display: block;
    margin-top: 5px
  }

  .lotus-quality-explanation {
    padding: 16px
  }
}

/* Complete Lotus product page. Scoped to keep the shared navigation unchanged. */
body.pixels-lotus-product {
  --product-ink: #fff2e9;
  --product-muted: #b5c3ce;
  --product-line: #ffffff17;
  background-color: #0a141f;
  color: var(--product-ink)
}

body.pixels-lotus-product::before {
  background: linear-gradient(100deg, #09131ffa 10%, #09131fea 60%, #09131fc7);
  pointer-events: none
}

.pixels-lotus-product #main {
  padding: 60px 5.7vw;
  min-height: 100svh
}

.lotus-product-content {
  margin: auto
}

.lotus-product-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--product-line);
  padding-bottom: 24px;
  margin-bottom: 38px
}

.pixels-lotus-product .woocommerce-breadcrumb {
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
  text-transform: none;
  font-weight: 400;
  letter-spacing: .3px;
  color: #8ea1b1
}

.pixels-lotus-product .woocommerce-breadcrumb a {
  color: #d6dee4
}

.lotus-collection-link {
  flex-shrink: 0;
  font-size: 11px;
  color: #e0bdb2;
  letter-spacing: .3px
}

.lotus-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(28px, 3.7vw, 16px);
  align-items: start
}

.lotus-product-visual {
  min-width: 0;
  padding: 24px;
  border: 1px solid #ffffff20;
  border-radius: 22px;
  background: radial-gradient(ellipse at top right, #dd9e7020, transparent 65%), #192a38;
  box-shadow: 0 22px 65px #00000024
}

.lotus-product-kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 21px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  color: #dfc6b9
}

.lotus-brand-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f34879;
  box-shadow: 0 0 14px #f3487970
}

.lotus-kicker-rule {
  height: 1px;
  flex: 1;
  background: #ffffff16;
  margin-left: 10px
}

.pixels-lotus-product .lotus-product-visual .images {
  float: none;
  width: 100%;
  margin: 0 0 16px
}

.lotus-product-visual .product-gallery-slider {
  border-radius: 14px;
  overflow: hidden;
  background: #f4f1ec
}

.lotus-product-visual .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f4f1ec
}

.lotus-product-visual .product-thumbnails {
  margin-top: 16px;
  margin-bottom: 0
}

.lotus-product-visual .product-thumbnails a {
  border-radius: 9px;
  overflow: hidden;
  background: #f4f1ec;
  border: 2px solid transparent;
  opacity: .65;
  transition: opacity .2s, border-color .2s
}

.lotus-product-visual .product-thumbnails .is-nav-selected a,
.lotus-product-visual .product-thumbnails a:hover {
  opacity: 1;
  border-color: #f799b1
}

.lotus-product-visual .product-thumbnails img {
  aspect-ratio: 1;
  object-fit: contain
}

.lotus-gallery-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--product-line);
  padding-top: 18px;
  color: #b8c5ce;
  font-size: 11px;
  line-height: 1.6
}

.lotus-gallery-caption>span:last-child {
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #c3a998
}

.pixels-lotus-product .lotus-product-summary {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 15px 0 0
}

.lotus-product-summary .eyebrow {
  margin: 0 0 24px;
  color: #dfb9aa;
  font-size: 9px;
  letter-spacing: 2.5px;
  line-height: 1.8
}

.pixels-lotus-product .product_title {
  color: var(--product-ink);
  font: 400 clamp(36px, 3.8vw, 62px)/1.1 Restora, Georgia, serif;
  letter-spacing: -1.4px;
  overflow-wrap: anywhere;
  margin: 0 0 24px
}

.lotus-product-summary .is-divider {
  height: 2px;
  width: 44px;
  background: #f34879;
  margin: 22px 0
}

.pixels-lotus-product .lotus-product-summary .price {
  margin: 16px 0;
  color: #ff9fbb;
  font-size: 27px;
  line-height: 1.5
}

.pixels-lotus-product .lotus-product-summary .price .amount {
  color: inherit;
  font-weight: 500
}

.lotus-product-summary .price del {
  opacity: .5;
  font-size: .75em;
  margin-right: 10px
}

.lotus-product-summary .price ins {
  text-decoration: none
}

.lotus-product-summary .price:empty {
  display: none
}

.lotus-product-summary .woocommerce-product-details__short-description {
  color: var(--product-muted);
  font-size: 14px;
  line-height: 1.95;
  margin: 24px 0
}

.lotus-product-summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0
}

.pixels-lotus-product .star-rating {
  color: #edc39b
}

.lotus-product-summary .woocommerce-review-link {
  font-size: 12px;
  color: var(--product-muted)
}

.pixels-lotus-product .stock {
  color: #b9d5bf;
  font-size: 12px
}

.pixels-lotus-product .out-of-stock {
  color: #ff9fbb
}

.pixels-lotus-product .lotus-product-summary form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 26px 0;
  padding: 22px 0;
  border-block: 1px solid var(--product-line)
}

.pixels-lotus-product .lotus-product-summary form.variations_form,
.pixels-lotus-product .lotus-product-summary form.grouped_form {
  display: block
}

.pixels-lotus-product .quantity {
  margin: 0 10px 12px 0;
  display: inline-flex;
  vertical-align: middle
}

.pixels-lotus-product input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.pixels-lotus-product textarea,
.pixels-lotus-product select {
  background-color: #162634;
  border: 1px solid #ffffff29;
  color: #f8ede5;
  box-shadow: none;
  border-radius: 8px
}

.pixels-lotus-product input::placeholder,
.pixels-lotus-product textarea::placeholder {
  color: #92a5b4
}

.pixels-lotus-product select option {
  background: #162634;
  color: #fff
}

.pixels-lotus-product .quantity input {
  height: 48px;
  min-height: 48px;
  border-radius: 0
}

.pixels-lotus-product .quantity .minus {
  border-radius: 8px 0 0 8px
}

.pixels-lotus-product .quantity .plus {
  border-radius: 0 8px 8px 0
}

.pixels-lotus-product .single_add_to_cart_button,
.pixels-lotus-product #submit,
.lotus-product-inquire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  border: 1px solid #f66d95;
  border-radius: 8px;
  padding: 12px 24px;
  background: #ec4276;
  color: white;
  letter-spacing: .2px;
  font-size: 13px;
  line-height: 1.6;
  text-transform: none;
  font-weight: 500;
  margin: 0 0 12px;
  box-shadow: 0 8px 22px #f348791a
}

.pixels-lotus-product .single_add_to_cart_button:hover,
.pixels-lotus-product #submit:hover,
.lotus-product-inquire:hover {
  background: #cf2e61;
  color: white
}

.lotus-product-inquire {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 26px 0 0
}

.pixels-lotus-product .product_meta {
  padding: 14px 0 0;
  margin-top: 24px;
  border-top: 1px solid var(--product-line);
  font-size: 11px;
  color: #8fa4b5
}

.pixels-lotus-product .product_meta>span {
  padding: 7px 0;
  border: 0
}

.pixels-lotus-product .product_meta a {
  color: #e3d2c9
}

.pixels-lotus-product .lotus-product-summary .social-icons {
  margin-top: 14px;
  color: #8fa4b5;
  font-size: 12px
}

/* Glossy gold Amazon button, with a diagonal charcoal cart panel. */
.pixels-lotus-product .lotus-amazon-link {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 29% minmax(0, 1fr) 10%;
  align-items: center;
  gap: 0;
  width: 220px;
  max-width: 100%;
  min-height: 64px;
  aspect-ratio: 3.65;
  margin: 18px 0 22px;
  padding: 4px 10px 5px 0;
  overflow: hidden;
  border: 2px solid #ffd36c;
  border-radius: 15px;
  background: radial-gradient(ellipse at 58% 0, #fff48b99, transparent 60%), linear-gradient(165deg, #ffe76b 0%, #ffc52e 40%, #ffac08 70%, #ff9200 100%);
  color: #10100d;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  text-decoration: none;
  transition: filter .2s, box-shadow .2s, transform .2s
}

.pixels-lotus-product .lotus-amazon-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: 34%;
  background: linear-gradient(125deg, #616264 0%, #252628 36%, #090a0b 90%);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  box-shadow: inset 0 2px 3px #ffffffb0
}

.pixels-lotus-product .lotus-amazon-link::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid #fff4afba;
  border-radius: 11px;
  box-shadow: inset 0 1px 2px #ffffff80;
  pointer-events: none
}

.lotus-amazon-cart {
  display: grid;
  place-items: center;
  align-self: stretch;
  padding: 7px 15% 7px 12%
}

.lotus-amazon-cart svg {
  display: block;
  width: 100%;
  max-width: 40px;
  height: auto;
  filter: drop-shadow(0 2px 2px #0008)
}

.lotus-amazon-wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 3px 0 0;
  color: #0e0e0b
}

.lotus-amazon-buy {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.7px
}

.lotus-amazon-name {
  font-size: 27px;
  font-weight: 800;
  line-height: .98;
  letter-spacing: -1.3px
}

.lotus-amazon-smile {
  display: block;
  width: 66%;
  max-width: 78px;
  height: auto;
  max-height: 14px;
  margin-top: 0
}

.lotus-amazon-arrow {
  justify-self: end;
  width: 10px;
  height: 18px;
  color: #11120e
}

.pixels-lotus-product .lotus-amazon-link:visited {
  color: #10100d
}

@media(hover:hover) {
  .pixels-lotus-product .lotus-amazon-link:hover {
    color: #10100d;
    filter: brightness(1.08);
    transform: translateY(-2px);
  }
}

.pixels-lotus-product .lotus-amazon-link:focus-visible {
  outline: 3px solid #ffe8a8;
  outline-offset: 5px
}

.pixels-lotus-product .lotus-amazon-link:active {
  transform: translateY(1px)
}


@media(prefers-reduced-motion:reduce) {
  .pixels-lotus-product .lotus-amazon-link {
    transition: none;
    transform: none
  }
}

.lotus-details-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 2px;
  color: #d0dbe3;
  font-size: 12px;
  border-bottom: 1px solid var(--product-line)
}

.lotus-details-link:hover,
.lotus-collection-link:hover {
  color: #ff9fbb
}

.lotus-product-help {
  display: grid;
  gap: 8px;
  margin-top: 25px
}

.lotus-product-help span {
  font: 400 19px/1.5 Restora, Georgia, serif;
  color: #e1d0c6
}

.lotus-product-help a {
  font-size: 11px;
  color: #99adbd;
  line-height: 1.7
}

.lotus-product-more {
  margin-top: 60px;
  padding-top: 36px;
  border-top: 1px solid var(--product-line);
  scroll-margin-top: 35px
}

.lotus-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px
}

.lotus-section-heading .lotus-note-label {
  margin-bottom: 12px
}

.pixels-lotus-product .lotus-section-heading h2 {
  font: 400 clamp(28px, 2.8vw, 42px)/1.2 Restora, Georgia, serif;
  color: var(--product-ink);
  margin: 0;
  letter-spacing: -.6px
}

.lotus-section-heading>p {
  color: #99adbd;
  font-size: 12px;
  margin: 0 0 5px;
  line-height: 1.7
}

.pixels-lotus-product .woocommerce-tabs {
  max-width: none;
  padding: 0;
  border: 0
}

.pixels-lotus-product .product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  margin: 0;
  background: #162534;
  border: 1px solid var(--product-line);
  border-radius: 12px
}

.pixels-lotus-product .product-tabs li {
  margin: 0
}

.pixels-lotus-product .product-tabs a {
  display: block;
  padding: 11px 20px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: .2px;
  font-weight: 500;
  color: #adc0ce
}

.pixels-lotus-product .product-tabs a::before {
  display: none
}

.pixels-lotus-product .product-tabs .active a {
  background: #f348791a;
  color: #ffb2c8;
  box-shadow: inset 0 0 0 1px #f3487938
}

.pixels-lotus-product .tab-panels {
  padding: 30px;
  margin-top: 18px;
  border: 1px solid var(--product-line);
  border-radius: 16px;
  background: #14233080;
  color: #bdcbd5;
  font-size: 14px;
  line-height: 1.95
}

.pixels-lotus-product .tab-panels :is(h2, h3, h4) {
  font-family: Restora, Georgia, serif;
  font-weight: 400;
  color: #fff0e5;
  letter-spacing: 0;
  line-height: 1.35
}

.pixels-lotus-product .tab-panels h2 {
  font-size: 29px
}

.pixels-lotus-product .tab-panels h3 {
  font-size: 25px
}

.pixels-lotus-product .tab-panels p,
.pixels-lotus-product .tab-panels li {
  max-width: 85ch
}

.pixels-lotus-product .tab-panels a {
  color: #f5a0b8
}

.pixels-lotus-product table th,
.pixels-lotus-product table td,
.pixels-lotus-product label,
.pixels-lotus-product legend {
  color: #c9d6df;
  border-color: var(--product-line)
}

.pixels-lotus-product .commentlist,
.pixels-lotus-product .review-form-inner {
  border-color: #ffffff22
}

.pixels-lotus-product .review-form-inner {
  padding: 24px;
  border-radius: 12px;
  background: #1b2d3a60
}

.pixels-lotus-product #reviews .comment-text {
  border-color: var(--product-line);
  border-radius: 10px
}

.pixels-lotus-product #reviews .meta {
  color: #adc0ce
}

.pixels-lotus-product .related,
.pixels-lotus-product .up-sells {
  margin-top: 48px;
  padding-top: 30px;
  border-top: 1px solid var(--product-line)
}

.pixels-lotus-product :is(.related, .up-sells) :is(.product-section-title, h2) {
  font: 400 clamp(27px, 2.5vw, 36px)/1.3 Restora, Georgia, serif;
  color: #fff0e5;
  letter-spacing: -.4px;
  text-transform: none;
  margin-bottom: 24px;
  padding: 0
}

.pixels-lotus-product .product-small .col-inner {
  background: #192b39;
  border: 1px solid #ffffff1c;
  border-radius: 15px;
  overflow: hidden
}

.pixels-lotus-product .product-small .box-image {
  background: #f4f1ec
}

.pixels-lotus-product .product-small .box-image img {
  aspect-ratio: 1;
  object-fit: contain
}

.pixels-lotus-product .product-small .box-text {
  padding: 20px;
  text-align: left
}

.pixels-lotus-product .product-small .name a {
  font: 400 21px/1.4 Restora, Georgia, serif;
  color: #fff0e5
}

.pixels-lotus-product .product-small .category {
  color: #a1b4c2;
  font-size: 9px;
  letter-spacing: 1.5px;
  margin-bottom: 8px
}

.pixels-lotus-product .product-small .amount {
  color: #ff9fbb
}

.pixels-lotus-product .product-small .button {
  background: #f3487915;
  border: 1px solid #f3487950;
  color: #ffc2d4;
  border-radius: 6px;
  text-transform: none
}

.pixels-lotus-product .woocommerce-message,
.pixels-lotus-product .woocommerce-info,
.pixels-lotus-product .woocommerce-error {
  color: #f4e8e3;
  background: #192b39;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 24px
}

.pixels-lotus-product :is(input, select, textarea):focus-visible {
  outline: 2px solid #ff9fbb;
  outline-offset: 3px
}

.pixels-lotus-product .lotus-product-note {
  box-shadow: none;
  border-radius: 18px
}

.pixels-lotus-product .lotus-product-notes {
  gap: 24px;
  margin-top: 48px
}

@media(max-width:1200px) and (min-width:1025px) {
  .lotus-product-hero {
    gap: 26px
  }

  .lotus-product-visual {
    padding: 17px
  }

  .lotus-gallery-caption>span:last-child {
    display: none
  }
}

@media(max-width:1024px) {
  .pixels-lotus-product #main {
    padding: 110px 3vw 0
  }

  .lotus-product-more {
    scroll-margin-top: 100px
  }
}

@media(max-width:800px) {
  .lotus-product-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px
  }

  .lotus-product-visual {
    width: 100%;
    max-width: 580px;
    margin: auto
  }

  .pixels-lotus-product .lotus-product-summary {
    padding: 0
  }

  .pixels-lotus-product .product_title {
    font-size: clamp(36px, 7vw, 52px)
  }

  .lotus-product-topbar {
    margin-bottom: 28px
  }

  .lotus-section-heading {
    display: block
  }

  .lotus-section-heading>p {
    margin-top: 12px
  }

  .pixels-lotus-product .tab-panels {
    padding: 24px
  }

  .lotus-product-summary .eyebrow {
    margin-bottom: 18px
  }

  .pixels-lotus-product .lotus-product-notes {
    margin-top: 34px
  }
}

@media(max-width:600px) {
  .lotus-product-topbar {
    display: block;
    padding-bottom: 18px
  }

  .lotus-collection-link {
    display: inline-block;
    margin-top: 12px
  }

  .lotus-product-visual {
    padding: 17px;
    border-radius: 16px
  }

  .lotus-gallery-caption {
    font-size: 10px
  }

  .lotus-gallery-caption>span:last-child {
    display: none
  }

  .pixels-lotus-product .product-tabs {
    gap: 5px;
    padding: 6px
  }

  .pixels-lotus-product .product-tabs a {
    padding: 10px 12px;
    font-size: 11px
  }

  .pixels-lotus-product .tab-panels {
    padding: 20px;
    font-size: 13px
  }

  .pixels-lotus-product .review-form-inner {
    padding: 16px
  }

  .lotus-product-more {
    padding-top: 28px
  }

  .lotus-product-summary .woocommerce-product-details__short-description {
    font-size: 14px
  }

  .pixels-lotus-product .product-small .box-text {
    padding: 14px
  }

  .pixels-lotus-product .product-small .name a {
    font-size: 18px
  }

  .pixels-lotus-product .lotus-product-summary form.cart {
    gap: 8px
  }

  .pixels-lotus-product .single_add_to_cart_button {
    padding: 12px 18px
  }
}

@media(prefers-reduced-motion:reduce) {
  .lotus-product-visual .product-thumbnails a {
    transition: none
  }
}

.related-products-wrapper .product-section-title {
  max-width: 100%;
}

.related-products-wrapper .row {
  max-width: 100% !important;
}

/* A contained, readable purchase panel with quieter secondary actions. */
.pixels-lotus-product .lotus-product-summary {
  position: relative;
  padding: clamp(24px, 2.8vw, 40px);
  border: 1px solid #ffffff18;
  border-radius: 20px;
  background: linear-gradient(145deg, #172837f5, #0d1b28f5);
  box-shadow: 0 18px 48px #0000001c
}

.pixels-lotus-product .lotus-product-summary .eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 9px;
  letter-spacing: 2px;
  line-height: 1.8
}

.lotus-product-summary .eyebrow span {
  width: 36px;
  flex: 0 0 36px
}

.pixels-lotus-product .lotus-product-summary .product_title {
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1.14;
  letter-spacing: -1px;
  margin-bottom: 18px;
  text-wrap: balance
}

.lotus-product-summary .is-divider {
  display: none
}

.pixels-lotus-product .lotus-product-summary .woocommerce-product-details__short-description {
  max-width: 60ch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  color: #bfccd6;
  margin: 20px 0 24px
}

.pixels-lotus-product .lotus-product-summary .lotus-amazon-link {
  margin-top: 0;
  margin-bottom: 24px;
  min-height: 64px;
  aspect-ratio: auto
}

.lotus-amazon-smile {
  flex-shrink: 0
}

.lotus-summary-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 16px;
  border-top: 1px solid #ffffff13;
  padding: 17px 0
}

.lotus-summary-meta:empty {
  display: none
}

.pixels-lotus-product .lotus-summary-meta .product_meta {
  border: 0;
  margin: 0;
  padding: 0;
  flex: 1 1 160px;
  font-size: 11px;
  line-height: 1.7
}

.pixels-lotus-product .lotus-summary-meta .product_meta>span {
  padding: 3px 0
}

.pixels-lotus-product .lotus-summary-meta .social-icons {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px
}

.pixels-lotus-product .lotus-summary-meta .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0 !important;
  padding: 0;
  border: 1px solid #ffffff22;
  border-radius: 50%;
  color: #b0c1ce;
  background: #ffffff03;
  line-height: 1
}

.pixels-lotus-product .lotus-summary-meta .social-icons a:hover {
  color: #ffc1d4;
  border-color: #f3487970;
  background: #f3487912
}

.pixels-lotus-product .lotus-details-link {
  margin-top: 4px;
  padding: 13px 16px;
  border: 1px solid #ffffff16;
  border-radius: 8px;
  background: #ffffff03;
  font-size: 12px;
  font-weight: 500;
  color: #dfdfe0
}

.lotus-details-link>span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff07;
  color: #f799b1
}

.pixels-lotus-product .lotus-product-help {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  padding-top: 19px;
  border-top: 1px solid #ffffff10
}

.lotus-help-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: #c3a794
}

.pixels-lotus-product .lotus-product-help span {
  display: block;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.6;
  color: #a9bac7
}

.pixels-lotus-product .lotus-product-help a {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  color: #edd0be;
  line-height: 1.6
}

.pixels-lotus-product .lotus-product-help a:hover {
  color: #ff9fbb
}

@media(max-width:600px) {
  .pixels-lotus-product .lotus-product-summary {
    padding: 24px 20px;
    border-radius: 16px
  }

  .pixels-lotus-product .lotus-product-summary .product_title {
    font-size: 36px
  }

  .pixels-lotus-product .lotus-product-summary .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    gap: 10px
  }

  .lotus-product-summary .eyebrow span {
    width: 22px;
    flex-basis: 22px
  }

  .pixels-lotus-product .lotus-product-summary .woocommerce-product-details__short-description {
    font-size: 13px
  }

  .lotus-summary-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px
  }

  .pixels-lotus-product .lotus-summary-meta .product_meta {
    flex: auto
  }
}

/* Keep purchase information alongside the gallery while scrolling on desktop. */
@media(min-width:1025px) {
  .pixels-lotus-product .lotus-product-summary {
    position: sticky;
    top: calc(24px + var(--lotus-admin-offset, 0px));
    align-self: start
  }
}