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

body.lb-store {
  min-height: 100dvh;
  overscroll-behavior-y: none;
}

.lb-store .page-shell,
.lb-store main {
  overflow: clip visible;
}

.lb-store .product-grid {
  align-items: stretch;
}

.lb-store .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  contain: layout paint;
}

.lb-store .product-media {
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.lb-store .product-media img[data-failed="true"],
.lb-store .product-detail-media img[data-failed="true"] {
  opacity: 0;
}

.lb-store .product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.lb-store .product-topline {
  min-height: 38px;
  align-items: flex-start;
}

.lb-store .product-content h3 {
  min-height: 2.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lb-store .product-content p {
  min-height: 4.6em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lb-store .variant-row {
  min-height: 38px;
  align-content: start;
}

.lb-store .product-add-button {
  margin-top: auto;
}

.lb-store .product-card .saving-price {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  max-width: 100%;
  white-space: nowrap;
}

.lb-store .product-card .saving-price b {
  font: inherit;
  font-weight: 950;
}

.lb-store .site-footer {
  margin-bottom: 0;
  padding-bottom: max(24px, env(safe-area-inset-bottom));
}

.lb-store .footer-bottom {
  gap: clamp(18px, 5vw, 48px);
}

.lb-store .footer-legal-stack {
  min-width: 0;
}

.lb-store .footer-copy {
  margin: 0 0 10px;
}

.lb-store .footer-romalinks {
  flex-shrink: 0;
}

@media (max-width: 860px) {
  .lb-store .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .lb-store .lb-editorial-strip {
    width: min(100%, calc(100vw - 28px));
    margin: 42px auto;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(268px, 82vw);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 4px;
  }

  .lb-store .lb-editorial-strip::-webkit-scrollbar {
    display: none;
  }

  .lb-store .lb-editorial-strip > * {
    scroll-snap-align: start;
    min-width: 0;
  }

  .lb-store .lb-editorial-strip figure {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #0a0505;
  }

  .lb-store .lb-editorial-strip figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lb-store .editorial-copy {
    min-height: 0;
    padding: 28px 22px;
    border: 1px solid rgba(245, 237, 226, 0.16);
    border-radius: 12px;
    background:
      linear-gradient(160deg, rgba(141, 8, 16, 0.52), rgba(10, 6, 5, 0.94)),
      #120808;
  }

  .lb-store .editorial-copy h2 {
    font-size: clamp(3rem, 16vw, 5.4rem);
    line-height: 0.9;
  }

  .lb-store .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    text-align: left;
  }

  .lb-store .footer-romalinks {
    width: fit-content;
    min-width: min(100%, 240px);
  }
}

@media (max-width: 560px) {
  body.lb-store {
    padding-bottom: 0;
  }

  .lb-store .catalog-toolbar,
  .lb-store .filter-panel {
    max-width: calc(100vw - 28px);
    margin-left: auto;
    margin-right: auto;
  }

  .lb-store .filter-reset {
    width: auto;
    min-width: 120px;
    min-height: 44px;
    padding: 0 1.1rem;
    overflow: visible;
    text-indent: 0;
  }

  .lb-store .filter-reset::after {
    content: none;
  }

  .lb-store .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .lb-store .product-card {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    border-radius: 10px;
  }

  .lb-store .product-content {
    display: grid;
    grid-template-rows: 47px 38px 3.95em 30px 42px;
    gap: 7px;
    min-height: 232px;
    padding: 12px;
    align-content: start;
  }

  .lb-store .product-media {
    aspect-ratio: 1 / 0.96;
  }

  .lb-store .stock-pill {
    left: 8px;
    top: 8px;
    min-height: 29px;
    padding: 0 9px;
    font-size: 0.68rem;
  }

  .lb-store .promo-pill {
    right: 8px;
    bottom: 8px;
    max-width: calc(100% - 16px);
    min-height: 30px;
    padding: 0 9px;
    font-size: 0.66rem;
    line-height: 1.05;
  }

  .lb-store .product-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
    min-height: 45px;
  }

  .lb-store .product-topline > span:first-child {
    font-size: 0.66rem;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .lb-store .price-stack {
    min-height: 45px;
    align-content: start;
    justify-items: end;
    max-width: 82px;
  }

  .lb-store .price-stack .was-price {
    font-size: 0.68rem;
    line-height: 1;
  }

  .lb-store .price-stack strong,
  .lb-store .product-meta strong {
    font-size: 0.92rem;
    line-height: 1.08;
  }

  .lb-store .product-card .saving-price {
    min-height: 17px;
    margin-top: 2px;
    padding: 2px 5px;
    border-radius: 999px;
    color: #22563a;
    background: rgba(216, 235, 215, 0.92);
    font-size: 0.6rem;
    line-height: 1;
  }

  .lb-store .product-card .saving-price > span {
    display: none;
  }

  .lb-store .product-content h3 {
    min-height: 2.1em;
    font-size: clamp(1.02rem, 4.5vw, 1.28rem);
    line-height: 1.02;
  }

  .lb-store .product-content p {
    min-height: 3.95em;
    font-size: 0.8rem;
    line-height: 1.32;
    -webkit-line-clamp: 3;
  }

  .lb-store .variant-row {
    min-height: 30px;
    max-height: 30px;
    gap: 5px;
  }

  .lb-store .variant-pill {
    min-height: 25px;
    padding: 0 7px;
    font-size: 0.68rem;
  }

  .lb-store .product-add-button {
    justify-self: stretch;
    width: 100%;
    min-height: 42px;
    font-size: 0.84rem;
  }

  .lb-store .site-footer {
    margin-top: 48px;
  }
}

@media (max-width: 380px) {
  .lb-store .product-content {
    grid-template-rows: 46px 37px 3.7em 28px 40px;
    min-height: 220px;
    padding: 10px;
    gap: 6px;
  }

  .lb-store .product-content h3 {
    font-size: 1rem;
  }

  .lb-store .product-content p {
    font-size: 0.76rem;
    line-height: 1.3;
  }

  .lb-store .product-add-button {
    min-height: 40px;
  }

  .lb-store .footer-romalinks {
    width: 100%;
  }
}

@media (max-width: 330px) {
  .lb-store .product-grid {
    grid-template-columns: 1fr;
  }
}

/* 2026-06-09 mobile card price: keep the value readable without breaking alignment. */
@media (max-width: 760px) {
  .lb-store .product-card .price-stack {
    min-height: 52px;
    max-width: 104px;
    gap: 0.16rem;
  }

  .lb-store .product-card .price-stack strong {
    min-height: 30px;
    padding: 0.16rem 0.48rem;
    font-size: 0.94rem;
  }

  .lb-store .product-card .price-stack .was-price {
    font-size: 0.66rem;
  }

  .lb-store .product-card .saving-price {
    min-height: 18px;
    padding: 2px 6px;
    font-size: 0.58rem;
  }

  .lb-store .product-card .saving-price > span {
    display: none;
  }
}

/* 2026-06-10 final mobile card pass: stable price, cleaner discount, aligned buttons. */
@media (max-width: 760px) {
  .lb-store .product-grid {
    align-items: stretch;
  }

  .lb-store .product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
  }

  .lb-store .product-card .promo-pill {
    min-height: 31px;
    max-width: calc(100% - 20px);
    padding: 0.34rem 0.68rem;
    border: 1px solid rgba(248, 241, 231, 0.16);
    background:
      linear-gradient(135deg, #c70614, #7d030a),
      #b70712;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    color: #fff7ee;
    font-size: 0.66rem;
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: none;
  }

  .lb-store .product-content {
    grid-template-rows: 76px minmax(46px, auto) 4.15em minmax(30px, auto) 44px;
    min-height: 286px;
  }

  .lb-store .product-topline {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.42rem;
    min-height: 76px;
  }

  .lb-store .product-topline > span:first-child {
    padding-top: 0.18rem;
    max-width: 8.4ch;
    color: #120908;
    font-size: 0.64rem;
    font-weight: 950;
    line-height: 1.08;
  }

  .lb-store .product-card .price-stack {
    min-height: 0;
    max-width: 108px;
    gap: 0.18rem;
    justify-items: end;
    align-content: start;
  }

  .lb-store .product-card .price-stack.has-discount {
    width: 108px;
  }

  .lb-store .product-card .price-stack .was-price {
    order: 1;
    max-width: 100%;
    color: rgba(18, 9, 8, 0.52);
    font-size: 0.62rem;
    line-height: 1;
    text-align: right;
    text-decoration-thickness: 2px;
  }

  .lb-store .product-card .price-stack strong {
    order: 2;
    min-width: 68px;
    min-height: 28px;
    padding: 0.14rem 0.48rem;
    border: 1px solid rgba(18, 9, 8, 0.1);
    border-radius: 999px;
    background: rgba(18, 9, 8, 0.06);
    color: #0d0706;
    font-size: 0.9rem;
    text-align: center;
    white-space: nowrap;
  }

  .lb-store .product-card .saving-price {
    order: 3;
    min-height: 22px;
    max-width: 100%;
    padding: 0.16rem 0.46rem;
    border: 1px solid rgba(15, 83, 46, 0.12);
    border-radius: 999px;
    background: #dcefd8;
    color: #174c2f;
    font-size: 0.56rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
  }

  .lb-store .product-card .saving-price b::after {
    content: " menos";
  }

  .lb-store .product-card .saving-price > span {
    display: none;
  }

  .lb-store .product-content h3 {
    align-self: start;
    min-height: 2.2em;
    padding-top: 0.06rem;
  }

  .lb-store .product-content p {
    min-height: 4.15em;
  }

  .lb-store .product-add-button {
    align-self: end;
  }
}

@media (max-width: 380px) {
  .lb-store .product-content {
    grid-template-rows: 72px minmax(42px, auto) 3.95em minmax(28px, auto) 42px;
    min-height: 270px;
  }

  .lb-store .product-card .price-stack.has-discount {
    width: 100px;
  }

  .lb-store .product-card .price-stack strong {
    min-width: 64px;
    padding-inline: 0.4rem;
    font-size: 0.84rem;
  }
}

/* 2026-06-11 final catalog shelf lock. Loaded after styles.css, so it owns card rhythm. */
.lb-store .product-grid {
  align-items: stretch;
  gap: clamp(0.86rem, 1.45vw, 1.08rem);
}

.lb-store .product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: auto;
  max-width: none;
  min-height: 0;
  border-radius: 5px;
}

.lb-store .product-media {
  aspect-ratio: 1 / 0.68;
}

.lb-store .stock-pill,
.lb-store .promo-pill,
.lb-store .product-card .saving-price {
  display: none !important;
}

.lb-store .product-content {
  display: grid;
  grid-template-rows: 34px minmax(2.08em, auto) minmax(3.05em, auto) 16px 20px 46px;
  gap: 0.58rem;
  min-height: 244px;
  padding: 0.92rem 0.94rem 0.98rem;
}

.lb-store .product-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 0;
}

.lb-store .product-card .price-stack,
.lb-store .product-card .price-stack.has-discount {
  display: grid;
  grid-template-rows: 0.78rem 1.1rem;
  width: auto;
  min-width: 4.8rem;
  max-width: 6.4rem;
  min-height: 0;
  justify-items: end;
  gap: 0.06rem;
}

.lb-store .product-card .price-stack:not(.has-discount)::before {
  content: "";
  display: block;
  height: 0.78rem;
}

.lb-store .product-card .price-stack strong,
.lb-store .product-card .price-stack.has-discount strong {
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0d0706;
  box-shadow: none;
  font-family: var(--font-ui);
  font-size: 1.03rem;
  line-height: 1.05;
}

.lb-store .product-card .price-stack .from-price,
.lb-store .product-card .price-stack .was-price {
  max-width: 100%;
  overflow: hidden;
  color: rgba(20, 10, 8, 0.42);
  font-size: 0.62rem;
  line-height: 1;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lb-store .product-content h3 {
  min-height: 2.08em;
  font-size: clamp(1.28rem, 1.65vw, 1.48rem);
  line-height: 1.04;
  -webkit-line-clamp: 2;
}

.lb-store .product-content p {
  min-height: 3.05em;
  font-size: 0.84rem;
  line-height: 1.52;
  -webkit-line-clamp: 2;
}

.lb-store .product-card-meta {
  min-height: 16px;
  overflow: hidden;
  color: rgba(142, 11, 18, 0.82);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  line-height: 1.15;
  white-space: nowrap;
}

.lb-store .variant-row,
.lb-store .product-card .variant-row {
  min-height: 20px;
  max-height: 20px;
  overflow: hidden;
  color: rgba(20, 10, 8, 0.48);
  font-size: 0.7rem;
  line-height: 1.25;
  white-space: nowrap;
}

.lb-store .product-add-button {
  align-self: end;
  width: 100%;
  min-height: 46px;
  margin-top: 0;
}

@media (max-width: 760px) {
  .lb-store .product-media {
    aspect-ratio: 1 / 0.72;
  }

  .lb-store .product-content {
    grid-template-rows: 35px minmax(2.1em, auto) minmax(2.92em, auto) 14px 18px 42px;
    gap: 0.46rem;
    min-height: 226px;
    padding: 0.72rem;
  }

  .lb-store .product-topline > span:first-child {
    max-width: 9.5ch;
    overflow: hidden;
    font-size: 0.58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lb-store .product-card .price-stack,
  .lb-store .product-card .price-stack.has-discount {
    min-width: 4.1rem;
    max-width: 5.3rem;
  }

  .lb-store .product-card .price-stack strong,
  .lb-store .product-card .price-stack.has-discount strong {
    font-size: 0.86rem;
  }

  .lb-store .product-card .price-stack .from-price,
  .lb-store .product-card .price-stack .was-price {
    font-size: 0.54rem;
  }

  .lb-store .product-content h3 {
    min-height: 2.1em;
    font-size: clamp(1.02rem, 5vw, 1.16rem);
  }

  .lb-store .product-content p {
    min-height: 2.92em;
    font-size: 0.74rem;
    line-height: 1.46;
  }

  .lb-store .product-card-meta {
    min-height: 14px;
    font-size: 0.54rem;
  }

  .lb-store .variant-row,
  .lb-store .product-card .variant-row {
    min-height: 18px;
    max-height: 18px;
    font-size: 0.61rem;
  }

  .lb-store .product-add-button {
    min-height: 42px;
    font-size: 0.78rem;
  }

  .lb-store .product-content {
    grid-template-rows: 35px minmax(3.05em, auto) minmax(3.15em, auto) 14px 18px 42px;
    min-height: 242px;
  }

  .lb-store .product-content h3 {
    min-height: 3.05em;
    -webkit-line-clamp: 3;
  }

  .lb-store .product-content p {
    min-height: 3.15em;
  }

  .lb-store .product-drawer.is-open {
    background: #070505 !important;
  }

  .lb-store .product-drawer.is-open .product-panel {
    inset: 0;
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
    padding: max(4.4rem, env(safe-area-inset-top)) 0.92rem max(1rem, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at 74% 0%, rgba(138, 6, 14, 0.25), transparent 18rem),
      linear-gradient(180deg, #070505 0%, #090606 100%) !important;
    opacity: 1 !important;
    box-shadow: none;
  }

  .lb-store .product-drawer .product-panel,
  .lb-store .product-drawer.is-open .product-panel {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }

  .lb-store .product-drawer.is-open .product-panel::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: #070505;
  }

  .lb-store .product-drawer .close-product {
    position: fixed;
    top: max(0.75rem, env(safe-area-inset-top));
    right: 0.85rem;
    z-index: 10;
    border-color: rgba(248, 241, 231, 0.2);
    background: rgba(7, 5, 5, 0.88);
  }

  .lb-store .product-detail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
    width: 100%;
    min-height: 0;
    padding: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .lb-store .product-detail-visual {
    height: clamp(230px, 38dvh, 320px);
    border: 1px solid rgba(248, 241, 231, 0.14);
    border-radius: 8px;
    opacity: 1;
  }

  .lb-store .product-detail .detail-content {
    display: grid;
    gap: 0.82rem;
    padding: 0;
    background: transparent !important;
  }

  .lb-store .product-detail .detail-copy {
    gap: 0.44rem;
  }

  .lb-store .product-detail h2 {
    max-width: 11.6ch;
    font-size: clamp(1.92rem, 10.6vw, 2.72rem);
    line-height: 0.9;
  }

  .lb-store .product-detail .detail-copy p {
    max-width: 36ch;
    color: rgba(248, 241, 231, 0.68);
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .lb-store .product-detail .detail-price-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.8rem;
    padding: 0.72rem 0;
  }

  .lb-store .product-detail .detail-price strong {
    font-size: clamp(2.45rem, 15vw, 3.5rem);
  }

  .lb-store .product-detail .detail-stock-text {
    max-width: 12.5ch;
    margin-bottom: 0.18rem;
    font-size: 0.7rem;
    line-height: 1.15;
    text-align: right;
  }

  .lb-store .product-detail .detail-status-line {
    color: rgba(216, 180, 124, 0.78);
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .lb-store .product-detail .option-group {
    padding-top: 0.64rem;
  }

  .lb-store .product-detail .option-button {
    min-height: 38px;
    min-width: 0;
    flex: 0 1 auto;
    padding: 0.52rem 0.74rem;
    border-radius: 4px;
    font-size: 0.82rem;
  }

  .lb-store .product-detail .detail-action-row {
    grid-template-columns: 1fr;
    gap: 0.68rem;
    padding-top: 0.72rem;
  }

  .lb-store .product-detail .quantity-control button,
  .lb-store .product-detail .quantity-control span {
    min-height: 48px;
  }

  .lb-store .product-detail .button.primary {
    min-height: 52px;
  }
}

/* 2026-06-11 detail price hierarchy: clearer discount, stock and quantity. */
.lb-store .product-detail .detail-price-row {
  grid-template-columns: minmax(0, max-content) minmax(10rem, 1fr);
  align-items: center;
  gap: clamp(1.6rem, 5vw, 4.5rem);
  padding: clamp(1.05rem, 1.8vw, 1.35rem) 0;
}

.lb-store .product-detail .detail-price {
  gap: 0.14rem;
}

.lb-store .product-detail .detail-price .was-price {
  margin-bottom: 0.16rem;
}

.lb-store .product-detail .detail-price strong {
  font-size: clamp(2.9rem, 5.05vw, 4.75rem);
  line-height: 0.86;
}

.lb-store .product-detail .detail-stock-text {
  display: grid;
  justify-self: end;
  min-width: 0;
  max-width: 10.5rem;
  margin: 0;
  gap: 0.22rem;
  color: rgba(248, 241, 231, 0.86);
  font-size: 0.84rem;
  line-height: 1.08;
  text-align: right;
}

.lb-store .product-detail .detail-stock-text::before {
  content: "Stock";
  color: rgba(248, 241, 231, 0.42);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.lb-store .product-detail .detail-status-line {
  display: flex;
  gap: 0.62rem;
  color: rgba(248, 241, 231, 0.62);
}

.lb-store .product-detail .detail-status-line span + span::before {
  content: "";
  margin: 0;
}

.lb-store .product-detail .detail-status-line .detail-signal-saving {
  color: #a8e8b0;
  letter-spacing: 0.04em;
}

.lb-store .product-detail .detail-status-line .detail-signal-promo {
  color: rgba(216, 180, 124, 0.84);
}

.lb-store .product-detail .quantity-control {
  display: inline-grid;
  grid-template-columns: 50px 58px 50px;
  align-items: stretch;
  min-width: 158px;
  overflow: hidden;
}

.lb-store .product-detail .quantity-control button,
.lb-store .product-detail .quantity-control span {
  display: grid;
  min-height: 52px;
  padding: 0;
  place-items: center;
  line-height: 1;
}

.lb-store .product-detail .quantity-control span {
  color: #f8f1e7;
  background: rgba(0, 0, 0, 0.36);
}

@media (max-width: 760px) {
  .lb-store .product-detail .detail-price-row {
    grid-template-columns: 1fr auto;
    gap: 0.85rem;
    padding: 0.9rem 0;
  }

  .lb-store .product-detail .detail-price strong {
    font-size: clamp(2.55rem, 13.2vw, 3.35rem);
    line-height: 0.9;
  }

  .lb-store .product-detail .detail-stock-text {
    max-width: 8.6rem;
    font-size: 0.66rem;
    line-height: 1.15;
  }

  .lb-store .product-detail .detail-stock-text::before {
    font-size: 0.54rem;
  }

  .lb-store .product-detail .detail-status-line {
    gap: 0.28rem;
    font-size: 0.67rem;
    line-height: 1.32;
  }

  .lb-store .product-detail .quantity-control {
    display: grid !important;
    grid-template-columns: 1fr 1.1fr 1fr;
    width: 100% !important;
    max-width: none;
    min-width: 0;
    justify-self: stretch;
  }

  .lb-store .product-detail .detail-quantity {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 0.42rem;
    justify-self: stretch;
    width: 100%;
  }

  .lb-store .product-detail .quantity-control button,
  .lb-store .product-detail .quantity-control span {
    min-height: 48px;
  }
}

/* 2026-06-11 storefront social proof, Calendly slot and Shopify-like catalog shelf. */
.lb-store .calendly-section,
.lb-store .social-proof-section {
  width: min(100% - clamp(1rem, 4vw, 4rem), 1180px);
  margin: clamp(1.5rem, 3.8vw, 3.4rem) auto;
}

.lb-store .calendly-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.92fr);
  gap: clamp(1rem, 3vw, 2.2rem);
  align-items: stretch;
  padding: clamp(1rem, 2.6vw, 2rem);
  border: 1px solid rgba(248, 241, 231, 0.12);
  border-radius: 10px;
  background:
    radial-gradient(circle at 86% 10%, rgba(197, 8, 19, 0.2), transparent 16rem),
    linear-gradient(135deg, rgba(26, 9, 9, 0.96), rgba(9, 6, 6, 0.92));
}

.lb-store .calendly-copy {
  display: grid;
  align-content: center;
  gap: 0.72rem;
}

.lb-store .calendly-copy h2,
.lb-store .social-proof-heading h2 {
  max-width: 12ch;
  margin: 0;
  color: #f8f1e7;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lb-store .calendly-copy p,
.lb-store .social-proof-heading p {
  max-width: 39ch;
  margin: 0;
  color: rgba(248, 241, 231, 0.66);
  font-size: 0.98rem;
  line-height: 1.55;
}

.lb-store .calendly-box {
  min-height: clamp(240px, 25vw, 320px);
  overflow: hidden;
  border: 1px solid rgba(248, 241, 231, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(248, 241, 231, 0.08), rgba(248, 241, 231, 0.025)),
    #0a0606;
}

.lb-store .calendly-box.has-calendly {
  min-height: clamp(560px, 58vw, 680px);
}

.lb-store .calendly-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  background: #f8f1e7;
}

.lb-store .calendly-placeholder {
  display: grid;
  min-height: inherit;
  place-content: center;
  gap: 0.52rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  text-align: center;
}

.lb-store .calendly-placeholder span,
.lb-store .review-card span {
  color: rgba(216, 180, 124, 0.86);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lb-store .calendly-placeholder strong {
  color: #f8f1e7;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1.1;
}

.lb-store .calendly-placeholder small {
  color: rgba(248, 241, 231, 0.58);
  font-weight: 800;
}

.lb-store .social-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.42fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
  margin-bottom: clamp(1rem, 2vw, 1.4rem);
}

.lb-store .review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.72rem, 1.4vw, 1rem);
}

.lb-store .review-card {
  display: grid;
  align-content: start;
  gap: 0.82rem;
  min-height: 178px;
  padding: clamp(1rem, 1.6vw, 1.25rem);
  border: 1px solid rgba(248, 241, 231, 0.13);
  border-radius: 9px;
  background:
    linear-gradient(145deg, rgba(67, 13, 15, 0.62), rgba(12, 8, 8, 0.92)),
    #110908;
}

.lb-store .review-card p {
  margin: 0;
  color: rgba(248, 241, 231, 0.82);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.5;
}

.lb-store .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1rem, 1.7vw, 1.35rem);
  max-width: 1180px;
}

.lb-store .product-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  contain: layout paint;
}

.lb-store .product-card:hover {
  transform: translateY(-3px);
}

.lb-store .product-media {
  aspect-ratio: 1 / 1.03 !important;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(248, 241, 231, 0.16) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(rgba(8, 5, 5, 0.08), rgba(8, 5, 5, 0.18)),
    url("../assets/lb-signature/texture-red.jpeg") center / cover,
    #100707 !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.lb-store .product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lb-store .product-content {
  flex: 1;
  display: flex !important;
  flex-direction: column;
  min-height: 0 !important;
  padding: 0.82rem 0.08rem 0 !important;
  gap: 0.46rem !important;
  background: transparent !important;
}

.lb-store .product-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.7rem;
  min-height: 0 !important;
}

.lb-store .product-topline > span:first-child {
  max-width: 100% !important;
  color: rgba(216, 180, 124, 0.86) !important;
  font-size: 0.68rem !important;
  font-weight: 950;
  letter-spacing: 0.1em !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.lb-store .product-card .price-stack {
  display: grid;
  justify-items: end;
  min-width: 4.7rem !important;
  max-width: 7.2rem !important;
  min-height: 0 !important;
  gap: 0.1rem;
  color: #f8f1e7;
}

.lb-store .product-card .price-stack .from-price,
.lb-store .product-card .price-stack .was-price {
  color: rgba(248, 241, 231, 0.5) !important;
  font-size: 0.62rem !important;
  font-weight: 850;
  line-height: 1;
  text-align: right;
}

.lb-store .product-card .price-stack strong,
.lb-store .product-card .price-stack.has-discount strong {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #f8f1e7 !important;
  font-family: var(--font-ui);
  font-size: clamp(1.2rem, 1.7vw, 1.42rem) !important;
  font-weight: 950;
  letter-spacing: 0 !important;
  line-height: 1.02;
  text-align: right;
}

.lb-store .product-card .saving-price {
  display: none !important;
}

.lb-store .product-content h3 {
  display: -webkit-box;
  min-height: 2.15em !important;
  margin: 0;
  overflow: hidden;
  color: #f8f1e7 !important;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lb-store .product-card-description {
  display: -webkit-box;
  min-height: 2.7em !important;
  margin: 0;
  overflow: hidden;
  color: rgba(248, 241, 231, 0.62) !important;
  font-size: 0.82rem !important;
  font-weight: 600;
  line-height: 1.45 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}

.lb-store .product-card-meta {
  min-height: 0 !important;
  margin-top: 0.08rem;
  overflow: hidden;
  color: #9de6a8 !important;
  font-size: 0.64rem !important;
  font-weight: 950;
  letter-spacing: 0.08em !important;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.lb-store .product-card-meta:empty {
  display: none;
}

.lb-store .product-card .variant-row {
  min-height: 1.2rem !important;
  max-height: 1.2rem !important;
  margin-top: 0.02rem;
  overflow: hidden;
  color: rgba(248, 241, 231, 0.48) !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.lb-store .product-add-button {
  width: 100%;
  min-height: 42px !important;
  margin-top: auto !important;
  border-radius: 999px !important;
  font-size: 0.82rem !important;
}

@media (max-width: 1080px) {
  .lb-store .review-grid,
  .lb-store .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .lb-store .calendly-section,
  .lb-store .social-proof-section {
    width: min(100% - 0.9rem, 620px);
    margin: 1.25rem auto;
  }

  .lb-store .calendly-section,
  .lb-store .social-proof-heading {
    grid-template-columns: 1fr;
  }

  .lb-store .calendly-section {
    padding: 0.86rem;
    border-radius: 8px;
  }

  .lb-store .calendly-copy h2,
  .lb-store .social-proof-heading h2 {
    max-width: 10.5ch;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .lb-store .calendly-copy p,
  .lb-store .social-proof-heading p {
    font-size: 0.9rem;
  }

  .lb-store .calendly-box {
    min-height: 240px;
    border-radius: 8px;
  }

  .lb-store .calendly-box.has-calendly {
    min-height: 620px;
  }

  .lb-store .review-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .lb-store .review-card {
    min-height: 0;
    padding: 0.96rem;
  }

  .lb-store .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 0.72rem;
  }

  .lb-store .product-media {
    aspect-ratio: 1 / 1.08 !important;
    border-radius: 9px !important;
  }

  .lb-store .product-content {
    padding-top: 0.62rem !important;
    gap: 0.34rem !important;
  }

  .lb-store .product-topline {
    display: flex;
    min-height: 0 !important;
    flex-direction: column;
    gap: 0.25rem;
  }

  .lb-store .product-topline > span:first-child {
    font-size: 0.58rem !important;
    line-height: 1.15;
  }

  .lb-store .product-card .price-stack {
    justify-items: start;
    max-width: 100% !important;
  }

  .lb-store .product-card .price-stack .from-price,
  .lb-store .product-card .price-stack .was-price {
    text-align: left;
  }

  .lb-store .product-card .price-stack strong,
  .lb-store .product-card .price-stack.has-discount strong {
    font-size: 1.1rem !important;
    text-align: left;
  }

  .lb-store .product-content h3 {
    min-height: 2.2em !important;
    font-size: clamp(1.02rem, 4.7vw, 1.22rem) !important;
  }

  .lb-store .product-card-description {
    min-height: 2.65em !important;
    font-size: 0.72rem !important;
    line-height: 1.38 !important;
  }

  .lb-store .product-card-meta {
    font-size: 0.53rem !important;
  }

  .lb-store .product-card .variant-row {
    min-height: 1rem !important;
    max-height: 1rem !important;
    font-size: 0.6rem !important;
  }

  .lb-store .product-add-button {
    min-height: 38px !important;
    font-size: 0.72rem !important;
  }
}

@media (max-width: 330px) {
  .lb-store .product-grid {
    grid-template-columns: 1fr;
  }
}
