/** Shopify CDN: Minification failed

Line 1846:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-404 (INDEX:12) */
.ost-404 {
  background: #FEFCE8;
  position: relative;
  width: 100%;
}

.ost-404__stage {
  position: relative;
  width: 100%;
  min-height: 620px;
  background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-404__bg {
  position: absolute;
  inset: 0;
  background: url('http://localhost:3845/assets/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.png') center/cover;
  mix-blend-mode: multiply;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.ost-404__content {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
  z-index: 1;
  max-width: 520px;
}

.ost-404__number {
    font-family: 'Fraunces', serif;
    font-size: 159px;
    font-weight: 900;
    font-variation-settings: "SOFT" 0, "WONK" 1;
    color: rgba(239, 168, 0, 1);
    letter-spacing: -5.57px;
    line-height: 140px;
    margin: 0;
}

.ost-404__desc {
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2E251D;
  letter-spacing: 0.44px;
  line-height: 1.4;
  max-width: 398px;
  margin: 0;
}

.ost-404__btn {
  display: inline-flex;
  align-items: center;
  background: #3FA34D;
  border: 1px solid #232323;
  border-radius: 999px;
  padding: 12px 28px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #F8FFF3;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.ost-404__btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 0 #232323;
}

.ost-404__leia {
  position: absolute;
  width: 320px;
  height: auto;
  left: 50%;
  margin-left: -400px; 
  bottom: -90px;      
  pointer-events: none;
  z-index: 1;
}

.ost-404__deco {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  height: auto;
}

.ost-404__deco--bow1    { left: 6%;   top: 60px;  width: 150px; } 
.ost-404__deco--bone-sm { left: 23%;  top: 175px; width: 70px;  } 
.ost-404__deco--bow4    { right: 8%;  top: 110px; width: 150px; } 
.ost-404__deco--bow2    { left: 5%;   top: 340px; width: 130px; } 
.ost-404__deco--bow1-sm { left: 46%;  top: 490px; width: 90px;  } 
.ost-404__deco--bone-lg { right: 24%; top: 420px; width: 130px; } 
.ost-404__deco--bow3    { right: 6%;  top: 470px; width: 80px;  } 

@media (max-width: 1024px) {
  .ost-404__content { padding-left: 0; }
  .ost-404__leia { margin-left: -300px; }
}

@media (max-width: 768px) {
  .ost-404__stage { min-height: 540px; }

  .ost-404__content {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 24px;
    padding-left: 24px;
    max-width: 100%;
    gap: 20px;
    z-index: 1;
  }

  .ost-404__number {
    font-size: 96px;
    line-height: 84px;
    letter-spacing: -3px;
  }

  .ost-404__desc { font-size: 18px; }

  .ost-404__ground { height: 110px; }

  .ost-404__leia {
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: -60px;
  }

  .ost-404__deco { display: none; }
  .ost-404__deco--bow1 { display: block; width: 80px; left: 4%; top: 24px; }
  .ost-404__deco--bow4 { display: block; width: 80px; right: 4%; top: 40px; }
}

@media (max-width: 420px) {
  .ost-404__number { font-size: 76px; line-height: 68px; }
  .ost-404__leia { width: 160px; margin-left: -80px; }
}
/* END_SECTION:custom-404 */

/* START_SECTION:custom-about (INDEX:13) */
.ost-about {
  background: #3FA34D;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}

.ost-about::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('http://localhost:3845/assets/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.png') center/cover;
  mix-blend-mode: multiply;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.ost-about__inner {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 620px 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ost-about__img-col {
  position: relative;
  width: 620px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ost-about__circle-wrap {
  width: 550px;
  height: 550px;
  border-radius: 50%;
  border: 4px solid #232323;
  box-shadow: 12px 12px 0 0 #232323;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}

.ost-about__circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ost-about__float-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #16261A;
  border: 1.4px solid #232323;
  border-radius: 999px;
  padding: 7px 16px;
  filter: drop-shadow(0px 3px 0px #16261A);
  white-space: nowrap;
  z-index: 2;
}

.ost-about__float-badge--1 {
    background: #D4EDBC;
    top: 40px;
    left: 65%;
    transform: rotate(5deg) translateX(-30%);
}


.ost-about__float-badge--2 {
    background: #FFF3C7;
    bottom: 110px;
    right: 20px;
    transform: rotate(10deg);
}

.ost-about__float-badge--3 {
    background: #E8DDD6;
    bottom: 70px;
    left: 60px;
    transform: rotate(-10deg);
}


.ost-about__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  color: #F8FFF3;
}

.ost-about__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F8FFF3;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.ost-about__label-dot {
  width: 8px;
  height: 8px;
  background: #FFD23F;
  border-radius: 50%;
  flex-shrink: 0;
}

.ost-about__heading {
  font-family: 'Fraunces', serif;
  font-size: 72px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #F8FFF3;
  letter-spacing: -1.8px;
  line-height: 78px;
  margin: 0;
}

.ost-about__desc {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F8FFF3;
  line-height: 1.5;
  opacity: 0.9;
  margin: 0;
  max-width: 560px;
}
.ost-about__desc p {
  margin: 0;
}
.ost-about__list {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}

.ost-about__list-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-top: 1px solid rgba(248, 255, 243, 0.25);
  padding: 18px 0;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  color: #F8FFF3;
  line-height: 1.4;
}

.ost-about__list-label {
  font-weight: 700;
  flex-shrink: 0;
}

.ost-about__list-value {
  font-weight: 400;
  opacity: 0.9;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .ost-about { padding: 80px 40px; }
  .ost-about__inner { grid-template-columns: 1fr; gap: 56px; justify-items: center; }
  .ost-about__img-col { width: 100%; max-width: 480px; height: auto; min-height: 440px; }
  .ost-about__circle-wrap { width: 380px; height: 380px; box-shadow: 8px 8px 0 0 #232323; }
  .ost-about__content { width: 100%; max-width: 620px; }
  .ost-about__heading { font-size: 48px; line-height: 52px; }
  .ost-about__float-badge--2 { right: 0; }
}

@media (max-width: 600px) {
  .ost-about { padding: 56px 18px; }
  .ost-about__img-col { min-height: 360px; }
  .ost-about__circle-wrap { width: 100%; height: 100%; border-width: 3px; box-shadow: 6px 6px 0 0 #232323; }
  .ost-about__heading { font-size: 34px; line-height: 38px; letter-spacing: -1px; }
  .ost-about__desc { font-size: 16px; }
  .ost-about__content { gap: 22px; }

  .ost-about__float-badge { font-size: 12px; padding: 6px 12px; }
  .ost-about__float-badge--1 { top: 16px; transform: rotate(-2deg) translateX(-30%); }
  .ost-about__float-badge--2 { bottom: 60px; right: 0; }
  .ost-about__float-badge--3 { bottom: 36px; left: 0; }

  .ost-about__list-item { font-size: 16px; padding: 14px 0; }
}
/* END_SECTION:custom-about */

/* START_SECTION:custom-cart (INDEX:14) */
.ost-cart {
  padding: 64px 80px 120px;
  padding-bottom: 0;
      background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-cart__inner {
  max-width: 100%;;
  margin: 0 auto;
}

/* Heading */
.ost-cart__heading {
  font-family: 'Fraunces', serif;
  font-size: 96px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2F2F2F;
  letter-spacing: -2px;
  line-height: 91.2px;
  margin: 0 0 8px;
}

.ost-cart__subheading {
  font-family: var(--custom-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--ost-text);
  line-height: 1.5;
  margin: 0 0 48px;
}

.ost-cart__subheading-green {
  color: var(--ost-green);
  font-weight: 700;
}

.ost-cart__layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 120px;
}

/* Table */
.ost-cart__table {
  width: 100%;
  border-collapse: collapse;
}

.ost-cart__table-head th {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #2F2F2F;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 16px;
  border-bottom: 1px solid #232323;
}

.ost-cart__table-head th:nth-child(2),
.ost-cart__table-head th:nth-child(3) { text-align: center; }
.ost-cart__table-head th:last-child { text-align: right; }

.ost-cart__item td {
    padding: 24px;
    border-bottom: 1px solid rgba(35, 35, 35, 0.1);
    vertical-align: middle;
}

.ost-cart__item-cell {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ost-cart__item-img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 5px;
  border: 0.224px solid rgba(27,34,29,0.15);
  flex-shrink: 0;
}

.ost-cart__item-img-placeholder {
  width: 112px;
  height: 112px;
  border-radius: 5px;
  border: 1px solid rgba(35,35,35,0.1);
  background: var(--ost-color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
}

.ost-cart__item-info { flex: 1; min-width: 0; }

.ost-cart__item-title {
  font-family: var(--custom-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--ost-text);
  margin: 0 0 6px;
  line-height: 1.3;
}

.ost-cart__item-specs {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--ost-text);
  opacity: 0.45;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0 0 10px;
  line-height: 1.4;
}

.ost-cart__item-remove {
  font-family: var(--custom-font);
  font-size: 14px;
  font-weight: 600;
  color: #DA3654;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  display: inline-block;
}

.ost-cart__item-remove:hover { text-decoration: underline; }

.ost-cart__item-price {
  font-family: var(--custom-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--ost-text);
  text-align: center;
  vertical-align: top;
  padding-top: 28px !important;
  white-space: nowrap;
}

.ost-cart__item-qty {
  text-align: center;
  vertical-align: top;
  padding-top: 24px !important;
}

.ost-cart__item-total {
  font-family: var(--custom-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--ost-text);
  text-align: right;
  white-space: nowrap;
  padding-top: 28px !important;
}

.ost-cart__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(35, 35, 35, 0.25);
    border-radius: 8px;
    overflow: hidden;
    height: 36px;
    max-width: 120px;
    background: rgba(254, 252, 232, 1);
}

.ost-cart__qty-btn {
  background: none;
  border: none;
  width: 32px;
  height: 36px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: var(--ost-text);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.1s;
}

.ost-cart__qty-btn:hover { background: rgba(0,0,0,0.05); }

.ost-cart__qty-sep {
  width: 1px;
  height: 20px;
  background: rgba(35,35,35,0.15);
  flex-shrink: 0;
}

.ost-cart__qty-val {
  min-width: 32px;
  height: 36px;
  border: none;
  background: none;
  text-align: center;
  font-family: var(--custom-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--ost-text);
  -moz-appearance: textfield;
  padding: 0;
}

.ost-cart__qty-val::-webkit-inner-spin-button,
.ost-cart__qty-val::-webkit-outer-spin-button { -webkit-appearance: none; }

.ost-cart__upsell {
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 16px;
    padding: 18px 20px;
    background: var(--ost-color-3);
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
    max-width: 80%;
    margin-right: 0;
    margin-left: auto;
}

.ost-cart__upsell-icon {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}

.ost-cart__upsell-info { flex: 1; min-width: 0; }

.ost-cart__upsell-title {
    font-family: var(--custom-font);
    font-size: 15px;
    font-weight: 700;
    color: var(--ost-text);
    margin: 0 0 6px;
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
}

.ost-cart__upsell-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--ost-color-1);
  border-radius: 999px;
  padding: 2px 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  color: var(--ost-green);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.ost-cart__upsell-desc {
  font-family: var(--custom-font);
  font-size: 13px;
  color: var(--ost-text);
  opacity: 0.6;
  margin: 0;
  line-height: 1.3;
}

.ost-cart__upsell-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.ost-cart__upsell-price {
  font-family: var(--custom-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--ost-text);
}

/* Order summary sidebar */
.ost-cart__summary {
  background: #FFFFEF;
  border: 1px solid rgba(27,34,29,0.15);
  border-radius: 16px;
  padding: 32px;
  position: sticky;
  top: 88px;
}

.ost-cart__summary-heading {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 700;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2F2F2F;
  margin: 0 0 24px;
  line-height: 38px;
}

.ost-cart__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  gap: 8px;
}

.ost-cart__summary-label {
  font-family: var(--custom-font);
  font-size: 15px;
  font-weight: 400;
  color: var(--ost-text);
  opacity: 0.65;
}

.ost-cart__summary-value {
  font-family: var(--custom-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--ost-text);
  text-align: right;
}

.ost-cart__summary-divider {
  border: none;
  border-top: 1px solid rgba(35,35,35,0.1);
  margin: 16px 0;
}

.ost-cart__summary-total-label {
  font-family: var(--custom-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--ost-text);
}

.ost-cart__summary-total-value {
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #0D711B;
  line-height: 1.2;
}

.ost-cart__checkout-btn {
  display: block;
  width: 100%;
  background: var(--ost-green);
  border: 1px solid var(--ost-border);
  border-radius: 999px;
  padding: 14px 24px;
  font-family: var(--custom-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--ost-on-primary);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
  transition: opacity 0.2s;
}

.ost-cart__checkout-btn:hover { opacity: 0.88; }

.ost-cart__shipping-note {
  font-family: var(--custom-font);
  font-size: 13px;
  color: var(--ost-text);
  opacity: 0.45;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

/* ---- EMPTY CART ---- */
.ost-cart__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 64px 20px 120px;
  gap: 20px;
  position: relative;
}

.ost-cart__empty-label {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--ost-text);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.7;
}

.ost-cart__empty-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ost-yellow);
  flex-shrink: 0;
}

.ost-cart__empty-heading {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 900;
  color: var(--ost-text-on-bg);
  letter-spacing: -1.8px;
  line-height: 78px;
  margin: 0;
  max-width: 640px;
}

.ost-cart__empty-sub {
  font-family: var(--custom-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--ost-text);
  opacity: 0.65;
  line-height: 1.5;
  max-width: 440px;
  margin: 0;
}

.ost-cart__empty-btn {
  display: inline-flex;
  align-items: center;
  background: var(--ost-green);
  border: 1px solid var(--ost-border);
  border-radius: 999px;
  padding: 12px 24px;
  font-family: var(--custom-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--ost-on-primary);
  text-decoration: none;
  margin-top: 4px;
  transition: transform 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.ost-cart__empty-btn:hover {   box-shadow: 4px 4px 0 0 #232323; }

.ost-cart__empty-poop {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    pointer-events: none;
}

@media (max-width: 900px) {
  .ost-cart { padding: 40px 20px 80px;  padding-bottom: 0;}
  .ost-cart__heading { font-size: 48px; line-height: 52px; letter-spacing: -1.2px; }
  .ost-cart__layout { grid-template-columns: 1fr; gap: 32px; }
  .ost-cart__summary { position: static; }
  .ost-cart__empty-heading { font-size: 40px; line-height: 44px; }
  .ost-cart__empty-poop { width: 100px; }
  .ost-cart__table-head th:nth-child(2),
  .ost-cart__table-head th:nth-child(3) { display: none; }
  .ost-cart__item-price,
  .ost-cart__item-qty { display: none; }
  .ost-cart__empty {
  padding: 64px 20px 160px;
}
.ost-cart__upsell {
    max-width: 100%;
        align-items: flex-start;
    flex-direction: column;
}
.ost-cart__upsell-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    width: 100%;
    justify-content: space-between;
}
}
/* END_SECTION:custom-cart */

/* START_SECTION:custom-collection (INDEX:15) */
.cco {
    background: var(--cco-bg, #FEFCE8);
    color: var(--cco-text, #2F2F2F);
    min-height: 50vh;
  }
  .cco__head {
    background: var(--cco-bg, #FEFCE8);
    border-bottom: 2px solid var(--cf-border, #232323);
    padding: 48px 0;
  }
  .cco__head-inner,
  .cco__inner {
    max-width: calc(var(--cf-max-width, 100%) + var(--cf-margin, 80px) * 2);
    margin: 0 auto;
    padding: 0 var(--cf-margin, 80px);
  }
  .cco__title {
    font-family: var(--font-display, 'Fraunces', serif);
    font-size: 72px;
    font-weight: 900;
    font-variation-settings: "SOFT" 0, "WONK" 1;
    line-height: 1.0;
    letter-spacing: -1.8px;
    color: var(--cco-text, #2F2F2F);
    margin: 0 0 12px;
  }
  .cco__desc {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--cco-text, #2F2F2F);
    opacity: 0.8;
    margin: 0 0 12px;
    max-width: 600px;
  }
  .cco__count {
    font-family: var(--custom-font-mono, 'JetBrains Mono', monospace);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.45;
  }
  .cco__inner { padding-top: 40px; padding-bottom: 80px; }
  .cco__grid {
    display: grid;
    grid-template-columns: repeat(var(--cco-cols, 4), 1fr);
    gap: 20px;
    margin-bottom: 48px;
  }
  .cco__card {
    text-decoration: none;
    color: var(--cco-text, #2F2F2F);
    display: flex;
    flex-direction: column;
    border: 2px solid var(--cf-border, #232323);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--cf-shadow, 4px 4px 0px #232323);
    background: var(--cco-card-bg, #FFFFFF);
    transition: transform 0.15s, box-shadow 0.15s;
  }
  .cco__card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #232323;
  }
  .cco__card-media {
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--cf-color-2, #E8DDD6);
    position: relative;
  }
  .cco__card-media img,
  .cco__card-media .placeholder-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .cco__card-info {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    background: var(--cco-card-bg, #FFFFFF);
  }
  .cco__card-title {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--cco-text, #2F2F2F);
    flex: 1;
  }
  .cco__card-price {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 15px;
    font-weight: 700;
    color: var(--cf-primary, #3FA34D);
    flex-shrink: 0;
  }
  .cco__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .cco__page-btn {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 15px;
    font-weight: 700;
    color: var(--cco-text, #2F2F2F);
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid var(--cf-border, #232323);
    border-radius: 100px;
    transition: background 0.2s;
  }
  .cco__page-btn:hover { background: var(--cf-color-1, #D4EDBC); }
  .cco__page-info {
    font-family: var(--custom-font-mono, 'JetBrains Mono', monospace);
    font-size: 13px;
    font-weight: 700;
    opacity: 0.55;
  }
  .cco__empty {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 18px;
    color: var(--cco-text, #2F2F2F);
    opacity: 0.6;
    padding: 60px 0;
    text-align: center;
  }

  @media screen and (max-width: 1023px) {
    .cco__head-inner, .cco__inner { padding-left: 32px; padding-right: 32px; }
    .cco__title { font-size: 52px; }
    .cco__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  }
  @media screen and (max-width: 749px) {
    .cco__head { padding: 32px 0; }
    .cco__head-inner, .cco__inner { padding-left: 16px; padding-right: 16px; }
    .cco__title { font-size: 40px; letter-spacing: -1px; }
    .cco__grid { grid-template-columns: repeat(var(--cco-cols-mobile, 2), 1fr); gap: 12px; }
  }
/* END_SECTION:custom-collection */

/* START_SECTION:custom-coming-soon-hero (INDEX:16) */
.ost-cs-hero {
  background: var(--ost-bg);
  padding: 120px 80px 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
    background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-cs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('http://localhost:3845/assets/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.png') center/cover;
  mix-blend-mode: multiply;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.ost-cs-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.ost-cs-hero__label {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--ost-text);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}
.ost-cs-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.ost-cs-hero__label::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFD23F;
  flex-shrink: 0;
}
.ost-cs-hero__heading {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: var(--ost-text-on-bg);
  letter-spacing: -3px;
  line-height: 78px;
  margin: 0;
      max-width: 700px;
}

.ost-cs-hero__subtitle {
    font-family: var(--custom-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--ost-text);
    opacity: 1;
    line-height: 1.5;
    margin: 0;
    max-width: 320px;
}

@media (max-width: 900px) {
  .ost-cs-hero { padding: 48px 20px 40px; }
  .ost-cs-hero__heading { font-size: 48px; line-height: 52px; letter-spacing: -1.5px; }
}
.ost-cs-hero__label {
  font-size: 12px;
}
.ost-cs-hero__subtitle {
    font-size: 16px;
}
/* END_SECTION:custom-coming-soon-hero */

/* START_SECTION:custom-coming-soon-products (INDEX:17) */
.ost-cs-products {
  padding: 10px 80px;
  padding-bottom: 120px;
      background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-cs-products--bg-green {
  background-image: linear-gradient(
      rgba(63, 163, 77, 1),
      rgba(63, 163, 77, 0.9)
    ),
url("/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818");
  padding: 120px 80px;
}
.ost-cs-products--bg-cream {     background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818'); }

.ost-cs-products__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.ost-cs-products__label {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ost-cs-products--bg-green .ost-cs-products__label {
  color: var(--ost-on-primary);
  opacity: 0.7;
}

.ost-cs-products--bg-cream .ost-cs-products__label {
  color: var(--ost-text);
  opacity: 0.5;
}

.ost-cs-products--bg-cream .ost-cs-products__label::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ost-green);
}

.ost-cs-products__heading {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  letter-spacing: -1.8px;
  line-height: 78px;
  margin: 0 0 64px;
  max-width: 760px;
}

.ost-cs-products--bg-green .ost-cs-products__heading { color: var(--ost-on-primary); }
.ost-cs-products--bg-cream .ost-cs-products__heading { color: var(--ost-text-on-bg); }

.ost-cs-products__subtitle {
  font-family: var(--custom-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: -48px 0 64px;
  max-width: 500px;
}

.ost-cs-products--bg-green .ost-cs-products__subtitle { color: var(--ost-on-primary); opacity: 0.7; }
.ost-cs-products--bg-cream .ost-cs-products__subtitle { color: var(--ost-text); opacity: 0.65; text-align: center; max-width: 560px; margin-left: auto; margin-right: auto; }

.ost-cs-products--bg-cream .ost-cs-products__heading {
  text-align: center;
  max-width: 100%;
}

.ost-cs-products--bg-cream .ost-cs-products__label {
  justify-content: center;
}

.ost-cs-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ost-cs-products__card {
  background: var(--ost-bg);
  border: 1px solid rgba(35,35,35,0.1);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.ost-cs-products--bg-green .ost-cs-products__card {
  box-shadow: 4px 4px 0 rgba(22,38,26,0.25);
}

.ost-cs-products--bg-cream .ost-cs-products__card {
  box-shadow: none;
}

.ost-cs-products__card-img-wrap {
  background: rgba(254, 252, 232, 1);
  position: relative;
    padding: 24px;
  border-radius: 20px;
}

.ost-cs-products__card-img {
  width: 100%;
  height: 100%;
  background: rgba(254, 252, 232, 1);
  object-fit: cover;
  display: block;
    aspect-ratio: 1/1;
  border-radius: 20px;
}

.ost-cs-products__card-soon {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--ost-yellow);
  border: 1px solid var(--ost-border);
  border-radius: 999px;
  padding: 3px 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--ost-text);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 var(--ost-border);
}

.ost-cs-products__card-body {
    padding: 24px;
    padding-top: 0;
}

.ost-cs-products__card-title {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 900;
  color: var(--ost-text-on-bg);
  margin: 0 0 6px;
  letter-spacing: -0.3px;
}

.ost-cs-products__card-subtitle {
  font-family: var(--custom-font);
  font-size: 16px;
  color: var(--ost-text);
  opacity: 0.55;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .ost-cs-products { padding: 64px 20px; }
  .ost-cs-products__heading { font-size: 40px; line-height: 44px; margin-bottom: 40px; }
  .ost-cs-products__grid { grid-template-columns: 1fr; }
  .ost-cs-products__card-title {
  font-size: 22px;
}

.ost-cs-products__card-subtitle {
  font-size: 14px;
}
}
/* END_SECTION:custom-coming-soon-products */

/* START_SECTION:custom-cta-banner (INDEX:18) */
.cctab {
    background: var(--cctab-bg, #3FA34D);
    color: var(--cctab-text, #F8FFF3);
    padding: 80px 0;
  }
  .cctab__inner {
    max-width: calc(var(--cf-max-width, 100%) + var(--cf-margin, 80px) * 2);
    margin: 0 auto;
    padding: 0 var(--cf-margin, 80px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .cctab__heading {
    font-family: var(--font-display, 'Fraunces', serif);
    font-size: 96px;
    font-weight: 900;
    font-variation-settings: "SOFT" 0, "WONK" 1;
    line-height: 0.95;
    letter-spacing: -3px;
    color: var(--cctab-text, #F8FFF3);
    margin: 0;
    max-width: 900px;
  }
  .cctab__subtext {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--cctab-text, #F8FFF3);
    opacity: 0.85;
    margin: 0;
  }
  .cctab__btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: var(--cctab-text, #F8FFF3);
    color: var(--cf-text, #2F2F2F);
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 100px;
    border: 2px solid var(--cf-border, #232323);
    box-shadow: var(--cf-shadow, 4px 4px 0px #232323);
    transition: transform 0.15s, box-shadow 0.15s;
    min-width: 221px;
    justify-content: center;
  }
  .cctab__btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #232323;
  }

  @media screen and (max-width: 1023px) {
    .cctab__inner { padding: 0 32px; }
    .cctab__heading { font-size: 72px; }
  }
  @media screen and (max-width: 749px) {
    .cctab { padding: 48px 0; }
    .cctab__inner { padding: 0 16px; }
    .cctab__heading { font-size: 48px; letter-spacing: -1.5px; }
  }
/* END_SECTION:custom-cta-banner */

/* START_SECTION:custom-cta-yellow (INDEX:19) */
.ost-cta-yellow {
    background: var(--ost-yellow);
    padding: 112px 80px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.ost-cta-yellow::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('http://localhost:3845/assets/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.png') center/cover;
  mix-blend-mode: multiply;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.ost-cta-yellow__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.ost-cta-yellow__label {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--ost-text);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.6;
  margin: 0;
}

.ost-cta-yellow__heading {
    font-family: var(--font-display);
    font-size: 96px;
    font-weight: 900;
    font-variation-settings: "SOFT" 0, "WONK" 1;
    color: var(--ost-text-on-bg);
    letter-spacing: -2px;
    line-height: 0.95;
    margin: 0;
    max-width: 900px;
}
.ost-cta-yellow__heading p {
  margin: 0;
}
.ost-cta-yellow__desc {
  font-family: var(--custom-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--ost-text);
  line-height: 1.5;
  opacity: 0.8;
  margin: 0;
  max-width: 560px;
}

.ost-cta-yellow__btn {
    display: inline-flex;
    align-items: center;
    background: #3FA34D;
    border: 1px solid var(--ost-border);
    border-radius: 999px;
    padding: 12px 24px;
    font-family: var(--custom-font);
    font-size: 16px;
    font-weight: 700;
    color: #F8FFF3;
    text-decoration: none;
    transition: transform 0.15s, box-shadow 0.15s;
}

.ost-cta-yellow__btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--ost-border);
}

@media (max-width: 900px) {
  .ost-cta-yellow { padding: 72px 24px; }
  .ost-cta-yellow__heading { font-size: 44px; letter-spacing: -1px; }
  .ost-cta-yellow__inner { gap: 32px; }
}

@media (max-width: 480px) {
  .ost-cta-yellow__heading { font-size: 34px; }
}
/* END_SECTION:custom-cta-yellow */

/* START_SECTION:custom-features (INDEX:20) */
.ost-features {
  position: relative;
  overflow: hidden;
}

.ost-features__top {
  padding: 120px 80px 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 56px;
    background: #3FA34D;

}

/* SVG curved divider — green fills right up to the even-thickness yellow line */
.ost-features__divider {
  display: block;
  line-height: 0;
  margin-top: -1px;
  position: relative;
  z-index: 1;
          background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-features__divider svg {
  display: block;
  width: 100%;
  height: 90px;
}

.ost-features__bottom {
        background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');  
  padding: 0px 80px 120px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 0;
}

.ost-features__header {
  text-align: center;
  position: relative;
  z-index: 1;
}

.ost-features__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F8FFF3;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ost-features__label-dot {
  width: 8px;
  height: 8px;
  background: #FFD23F;
  border-radius: 50%;
  flex-shrink: 0;
}

.ost-features__heading {
    font-family: 'Fraunces', serif;
    font-size: 72px;
    font-weight: 900;
    font-variation-settings: "SOFT" 0, "WONK" 1;
    color: #F8FFF3;
    letter-spacing: -1.8px;
    line-height: 78px;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

/* Cards (on the cream zone) */
.ost-features__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.ost-features__card-col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ost-features__card-col:nth-child(1) { transform: rotate(-2deg);     margin-top: -130px;}
.ost-features__card-col:nth-child(2) { transform: rotate(1deg);     margin-top: -100px;}
.ost-features__card-col:nth-child(3) { transform: rotate(-1.5deg);     margin-top: -130px;}

.ost-features__pin {
  width: 64px;
  height: auto;
  position: relative;
  z-index: 3;
  margin-bottom: -28px;
  flex-shrink: 0;
}

.ost-features__pin img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ost-features__card {
  width: 360px;
  height: 430px;
  background: #fff;
  border: 2px solid #232323;
  border-radius: 18px;
  box-shadow: 4px 4px 0 0 #232323;
  overflow: hidden;
  flex-shrink: 0;
}

.ost-features__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ost-features__quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
  align-items: start;
}

.ost-features__quote-card {
  padding: 36px 30px;
  border-radius: 16px;
  border: 2px solid #232323;
  box-shadow: 4px 4px 0 0 #232323;
}

.ost-features__quotes .ost-features__quote-card:nth-child(1) {
  background: #E8DDD6;
  transform: rotate(-1.5deg);
  align-self: flex-start;
}
.ost-features__quotes .ost-features__quote-card:nth-child(2) {
  background: #FFF3C7;
  transform: rotate(1deg);
  margin-top: 32px;
}
.ost-features__quotes .ost-features__quote-card:nth-child(3) {
  background: #D4EDBC;
  transform: rotate(-1deg);
  align-self: start;
}

.ost-features__quote-text {
  font-family: 'Fraunces', serif;
  font-size: 32px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #16261A;
  line-height: 1.15;
  margin: 0 0 16px 0;
}

.ost-features__quote-attr {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #2F2F2F;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
  .ost-features__top { padding: 80px 40px 32px; }
  .ost-features__divider svg { height: 70px; }
  .ost-features__bottom { padding: 40px 40px 80px; gap: 60px; }
  .ost-features__heading { font-size: 48px; line-height: 52px; }
  .ost-features__cards { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .ost-features__card { width: 100%; height: 320px; }
  .ost-features__quotes { gap: 20px; }
  .ost-features__quote-text { font-size: 24px; }
  .ost-features__card-col:nth-child(1), .ost-features__card-col:nth-child(2), .ost-features__card-col:nth-child(3) { margin-top: 0;}
}

@media (max-width: 800px) {
  .ost-features__top { padding: 60px 20px 24px; gap: 40px; }
  .ost-features__divider svg { height: 48px; }
  .ost-features__bottom { padding: 30px 20px 60px; gap: 48px; }
  .ost-features__heading { font-size: 34px; line-height: 38px; letter-spacing: -1px; }

  .ost-features__cards { grid-template-columns: 1fr; gap: 36px; }
  .ost-features__card { width: 100%; max-width: 360px; height: 340px; }
  .ost-features__card-col { transform: none !important; }
  .ost-features__pin { margin-bottom: -24px; }

  .ost-features__quotes { grid-template-columns: 1fr; gap: 24px; }
  .ost-features__quote-card { transform: none !important; margin-top: 0 !important; align-self: stretch !important; }
  .ost-features__quote-text { font-size: 26px; }
  .ost-features__pin {
  width: 44px;
  height: 76px;
  position: relative;
  z-index: 3;
  margin-bottom: -28px;
  flex-shrink: 0;
}
}
/* END_SECTION:custom-features */

/* START_SECTION:custom-footer (INDEX:21) */
.ost-footer {
  background: var(--ost-green-dark);
  padding: 80px 32px 24px;
  position: relative;
  overflow: hidden;
}


.ost-footer__inner {
  max-width: 100%;
  margin: 0 auto;
}

.ost-footer__top {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  gap: 80px;
  padding-bottom: 64px;
}

.ost-footer__logo { display: block; text-decoration: none; margin-bottom: 16px; }
.ost-footer__logo img { height: 96px; width: auto; display: block; }

.ost-footer__logo-text {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 900;
  color: var(--ost-text-light);
  letter-spacing: -1px;
}

.ost-footer__tagline {
  font-family: var(--custom-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--ost-text-light);
  opacity: 0.6;
  line-height: 1.3;
  max-width: 350px;
  margin: 0;
}

.ost-footer__col-heading {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--ost-yellow);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.ost-footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ost-footer__col-links a {
  font-family: var(--custom-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--ost-bg);
  text-decoration: none;
  line-height: 1.5;
  transition: opacity 0.2s;
}

.ost-footer__col-links a:hover { opacity: 0.7; }

.ost-footer__col-links span {
  font-family: var(--custom-font);
  font-size: 16px;
  color: var(--ost-bg);
  opacity: 0.6;
  line-height: 1.5;
}

.ost-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ost-footer__copyright,
.ost-footer__made-with {
  font-family: var(--custom-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--ost-text-light);
  opacity: 0.6;
  margin: 0;
}

.ost-footer__poop-img {
    position: absolute;
    bottom: 65px;
    right: 32px;
    width: 85px;
    height: 93px;
    pointer-events: none;
    opacity: 1;
}

@media (max-width: 1024px) {
  .ost-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .ost-footer { padding: 48px 20px 24px; }
  .ost-footer__top { grid-template-columns: 1fr; gap: 32px; }
  .ost-footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
  .ost-footer__poop-img {
    position: absolute;
    bottom: 100px;
    right: 10px;
    width: 85px;
    height: 93px;
    pointer-events: none;
    opacity: 1;
}
}
/* END_SECTION:custom-footer */

/* START_SECTION:custom-header (INDEX:22) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Nunito:wght@400;500;600;700&family=JetBrains+Mono:wght@400;700&family=Caveat:wght@400;700&display=swap');

:root {
  --ost-bg: #FEFCE8;
  --ost-text: #2F2F2F;
  --ost-text-on-bg: #2E251D;
  --ost-green: #3FA34D;
  --ost-green-dark: #16261A;
  --ost-yellow: #FFD23F;
  --ost-star: #EFA800;
  --ost-border: #232323;
  --ost-on-primary: #F8FFF3;
  --ost-text-light: #FFFFEF;
  --ost-color-1: #D4EDBC;
  --ost-color-2: #E8DDD6;
  --ost-color-3: #FFF3C7;
  --custom-font: 'Nunito', sans-serif;
  --font-display: 'Fraunces', serif;
  --font-mono: 'Nunito', sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--ost-bg);
  font-family: var(--custom-font);
  color: var(--ost-text);
}

.ost-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ost-bg);
  border-bottom: 1px solid rgba(22, 38, 26, 0.12);
  padding: 16px 80px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.ost-header__logo img {
  height: 48px;
  width: auto;
  display: block;
}

.ost-header__logo-text {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
  color: var(--ost-text-on-bg);
  letter-spacing: -0.5px;
}

.ost-header__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--ost-border);
  border-radius: 999px;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 25px;
  background: var(--ost-bg);
}

.ost-header__nav a {
  font-family: var(--custom-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--ost-text-on-bg);
  text-decoration: none;
  line-height: 1.5;
  white-space: nowrap;
  transition: color 0.15s;
}

.ost-header__nav a:hover { color: var(--ost-green); }

.ost-header__nav a[aria-current="page"],
.ost-header__nav a.is-active {
  color: var(--ost-green);
  font-weight: 700;
}

.ost-header__right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.ost-header__icon-btn {
  background: var(--ost-bg);
  border: 1px solid var(--ost-border);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
  color: var(--ost-text);
  transition: opacity 0.15s;
}

.ost-header__icon-btn:hover { opacity: 0.7; }
.ost-header__icon-btn svg { width: 20px; height: 20px; display: block; }

.ost-header__divider {
  width: 1px;
  height: 24px;
  background: rgba(35, 35, 35, 0.2);
  flex-shrink: 0;
}

.ost-header__cart-btn {
  background: var(--ost-text);
  border: 1px solid var(--ost-text);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  color: var(--ost-on-primary);
  transition: opacity 0.15s;
}

.ost-header__cart-btn:hover { opacity: 0.85; }
.ost-header__cart-btn svg { width: 20px; height: 20px; display: block; }

.ost-header__cart-badge {
  position: absolute;
  top: -5px;
  left: 27px;
  background: var(--ost-green);
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--custom-font);
  font-size: 10px;
  font-weight: 700;
  color: var(--ost-on-primary);
  line-height: 1;
  padding: 0 3px;
}

.ost-header__mobile-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--ost-text);
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .ost-header { padding: 12px 20px; }
  .ost-header__nav { display: none; }
  .ost-header__mobile-btn { display: flex; }
  .ost-mobile-nav__links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ost-header__icon-btn, .ost-header__cart-btn {
  width: 30px;
  height: 30px;
}
.ost-header__cart-btn svg {
    width: 16px;
    height: 16px;
    display: block;
}
.ost-header__cart-badge {
    position: absolute;
    top: -5px;
    left: 20px;
    background: var(--ost-green);
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--custom-font);
    font-size: 10px;
    font-weight: 700;
    color: var(--ost-on-primary);
    line-height: 1;
    padding: 0 3px;
}
}

.ost-mobile-nav {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--ost-bg);
  z-index: 200;
  flex-direction: column;
  padding: 24px;
}

.ost-mobile-nav.is-open { display: flex; }

.ost-mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.ost-mobile-nav__close {
  background: none;
  border: 1px solid var(--ost-border);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 18px;
  color: var(--ost-text);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ost-mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ost-mobile-nav__links a {
  font-family: var(--font-display);
  font-size:22px;
  font-weight: 900;
  color: var(--ost-text-on-bg);
  text-decoration: none;
  letter-spacing: -0.5px;
}

.ost-mobile-nav__links a:hover { color: var(--ost-green); }
/* END_SECTION:custom-header */

/* START_SECTION:custom-hero (INDEX:23) */
.ost-hero {
  background: #FEFCE8;
  padding: 40px 64px;
  overflow: hidden;
  position: relative;
      background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('http://localhost:3845/assets/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.png') center/cover;
  mix-blend-mode: multiply;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.ost-hero__inner {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ost-hero__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ost-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #D4EDBC;
  border-radius: 999px;
  padding: 6px 14px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #16261A;
  letter-spacing: 0.2px;
  align-self: flex-start;
}

.ost-hero__badge-paws {
  font-size: 14px;
  line-height: 1;
}

.ost-hero__h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ost-hero__h1-line1 {
  font-family: 'Fraunces', serif;
  font-size: 130px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2E251D;
  letter-spacing: -4.54px;
  line-height: 114px;
  display: block;
}

.ost-hero__h1-green {
  display: inline-block;
  background: #3FA34D;
  color: #F8FFF3;
  padding: 4px 16px;
  border-radius: 8px;
  box-shadow: 4px 4px 0 0 #232323;
  transform: rotate(1deg);
  font-family: 'Fraunces', serif;
  font-size: 130px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  letter-spacing: -4.54px;
  line-height: 114px;
  align-self: flex-start;
}

.ost-hero__desc {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2E251D;
  line-height: 1.5;
  max-width: 480px;
  margin: 0;
}

.ost-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.ost-hero__btn-primary {
  display: inline-flex;
  align-items: center;
  background: #FFD23F;
  border: 1px solid #232323;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2F2F2F;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  white-space: nowrap;
  line-height: 1.5;
}

.ost-hero__btn-primary:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 0 #232323;
}

.ost-hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FEFCE8;
  border: 1px solid #232323;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2F2F2F;
  text-decoration: none;
  transition: background 0.15s;
  white-space: nowrap;
  line-height: 1.5;
}

.ost-hero__btn-secondary:hover { background: rgba(0,0,0,0.04); }

/* RIGHT */
.ost-hero__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
}

.ost-hero__book-img {
  width: 100%;
  max-width: 600px;
  height: 600px;
  object-fit: contain;
  display: block;
  object-position: bottom;
}

.ost-hero__speech-bubble {
  position: absolute;
  top: 24px;
  left: -24px;
  background: url('http://localhost:3845/assets/a0a96e53f5ccb61e6bba6ae4c6a4b48f48032c07.png') left top/cover no-repeat, #FEFCE8;
  border: 2px solid #232323;
  border-radius: 24px;
  box-shadow: 4px 4px 0 0 #232323;
  padding: 24px 48px 24px 16px;
  width: 529px;
  transform: rotate(4.53deg);
  transform-origin: center center;
}

.ost-hero__speech-text {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2F2F2F;
  line-height: 1.4;
  margin: 0;
  font-style: italic;
}

@media (max-width: 1100px) {
  .ost-hero { padding: 80px 40px; }
  .ost-hero__inner { grid-template-columns: 1fr 1fr; gap: 48px; }
  .ost-hero__h1-line1,
  .ost-hero__h1-green { font-size: 90px; line-height: 84px; letter-spacing: -3px; }
  .ost-hero__right { height: 480px; }
  .ost-hero__speech-bubble { width: 380px; top: 12px; left: -12px; }
}

@media (max-width: 900px) {
  .ost-hero { padding: 48px 20px; }
  .ost-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .ost-hero__h1-line1,
  .ost-hero__h1-green { font-size: 72px; line-height: 68px; letter-spacing: -2.5px; }
  .ost-hero__right { height: 360px; }
  .ost-hero__speech-bubble { display: none; }
  .ost-hero__btn-primary, .ost-hero__btn-secondary {
      font-size: 14px;
}
}
/* END_SECTION:custom-hero */

/* START_SECTION:custom-marquee (INDEX:25) */
.ost-marquee {
  background: #FEFCE8;
  padding: 120px 32px 80px;
  position: relative;
  overflow: hidden;
        background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-marquee__inner {
    max-width: 100%;;
    margin: 0 auto 48px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ost-marquee__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #3FA34D;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ost-marquee__label-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 210, 63, 1);
  border-radius: 50%;
}

.ost-marquee__heading {
  font-family: 'Fraunces', serif;
  font-size: 200px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2E251D;
  letter-spacing: -8px;
  line-height: 170px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
  justify-content: center;
}

.ost-marquee__heading-word {
  display: inline-block;
  white-space: nowrap;
}

.ost-marquee__heading-hl {
  display: inline-block;
  background: #FFD23F;
  border-radius: 10px;
  padding: 0 20px;
  transform: rotate(-1deg);
  line-height: 1;
  height: 171px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.ost-marquee__strip {
  border-top: 2px solid #2E251D;
  border-bottom: 2px solid #2E251D;
  overflow: hidden;
  padding: 22px 0;
  display: flex;
  position: relative;
  z-index: 1;
}

.ost-marquee__track {
  display: flex;
  animation: ost-marquee-scroll 22s linear infinite;
  will-change: transform;
  flex-shrink: 0;
  align-items: center;
}

.ost-marquee__track-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  flex-shrink: 0;
}

.ost-marquee__track-word {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2E251D;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.ost-marquee__track-dot {
  color: #3FA34D;
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}

@keyframes ost-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1200px) {
  .ost-marquee { padding: 80px 32px 60px; }
  .ost-marquee__heading { font-size: 120px; line-height: 110px; letter-spacing: -4px; }
  .ost-marquee__heading-hl { height: 110px; }
}

@media (max-width: 800px) {
  .ost-marquee { padding: 60px 20px 40px; }
  .ost-marquee__heading { font-size: 72px; line-height: 68px; letter-spacing: -2.5px; }
  .ost-marquee__heading-hl { height: 72px; border-radius: 8px; padding: 0 12px; }
  .ost-marquee__track-word { font-size: 24px; }
  .ost-marquee__strip {
    border-top: 2px solid #2E251D;
    border-bottom: 2px solid #2E251D;
    overflow: hidden;
    padding: 2px 0;
    display: flex;
    position: relative;
    z-index: 1;
    margin: 0 -20px;
}
}
/* END_SECTION:custom-marquee */

/* START_SECTION:custom-meet-leia-book (INDEX:26) */
.ost-ml-book {
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
    background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-ml-book__inner {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Left: book cover */
.ost-ml-book__img-wrap {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

.ost-ml-book__cover {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Right: content */
.ost-ml-book__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ost-ml-book__specs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ost-ml-book__specs-dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 210, 63, 1);
  border-radius: 50%;
  flex-shrink: 0;
}

.ost-ml-book__specs-text {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #3FA34D;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin: 0;
}

.ost-ml-book__title {
  font-family: 'Fraunces', serif;
  font-size: 72px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2E251D;
  letter-spacing: -1.8px;
  line-height: 78px;
  margin: 0;
}

.ost-ml-book__desc {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2E251D;
  line-height: 1.3;
  margin: 0;
  max-width: 560px;
}

.ost-ml-book__desc-hl {
  color: #3FA34D;
}

.ost-ml-book__btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background: #FFD23F;
  border: 1px solid #232323;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2F2F2F;
  text-decoration: none;
  line-height: 1.5;
  white-space: nowrap;
  transition: transform 0.15s, box-shadow 0.15s;
}

.ost-ml-book__btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 0 #232323;
}

@media (max-width: 1100px) {
  .ost-ml-book { padding: 80px 40px; }
  .ost-ml-book__inner { grid-template-columns: 1fr 1fr; gap: 48px; }
  .ost-ml-book__img-wrap { width: 100%; }
  .ost-ml-book__cover { width: 100%; height: auto; aspect-ratio: 522/347; }
  .ost-ml-book__title { font-size: 52px; line-height: 56px; }
}

@media (max-width: 800px) {
  .ost-ml-book { padding: 64px 20px; }
  .ost-ml-book__inner { grid-template-columns: 1fr; gap: 40px; }
  .ost-ml-book__title { font-size: 40px; line-height: 44px; }
  .ost-ml-book__specs-text {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #3FA34D;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin: 0;
}
}
/* END_SECTION:custom-meet-leia-book */

/* START_SECTION:custom-meet-leia-facts (INDEX:27) */
.ost-ml-facts {
  background: #FFD23F;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}

.ost-ml-facts::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('http://localhost:3845/assets/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.png') center/cover;
  mix-blend-mode: multiply;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.ost-ml-facts__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.ost-ml-facts__top {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 24px;
    align-items: center;
    background: #FFF3C7;
    border: 2px solid #232323;
    border-radius: 16px;
    box-shadow: 4px 4px 0 0 #232323;
    position: relative;
    overflow: visible;
    min-height: 375px;
}

.ost-ml-facts__side {
  flex-shrink: 0;
  pointer-events: none;
  height: 100%;
}

.ost-ml-facts__side img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.ost-ml-facts__facts-card {
  padding: 40px 0;
}

.ost-ml-facts__pin-red {
    position: absolute;
    left: 3px;
    top: -40px;
    width: 80px;
    height: auto;
    z-index: 4;
    pointer-events: none;
}

.ost-ml-facts__facts-heading {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 700;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2C291F;
  line-height: 38px;
  margin: 0 0 20px;
}

.ost-ml-facts__facts-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.ost-ml-facts__facts-col-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ost-ml-facts__fact-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.ost-ml-facts__paw {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
  margin-top: 2px;
}

.ost-ml-facts__fact-text {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2C291F;
  line-height: 1.3;
  margin: 0;
}

.ost-ml-facts__stanley-photo {
  width: 232px;
  height: 175px;
  object-fit: cover;
  display: block;
}

.ost-ml-facts__facts-col-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

/* ===== Bottom: veggies ===== */
.ost-ml-facts__veggies-wrap {
  position: relative;
  padding-bottom: 48px;
}

.ost-ml-facts__veggies-card {
  background: #D4EDBC;
  border: 2px solid #232323;
  border-radius: 16px;
  box-shadow: 4px 4px 0 0 #232323;
  padding: 44px 32px;
  transform: rotate(-1deg);
  position: relative;
}

.ost-ml-facts__veggies-heading {
  font-family: 'Fraunces', serif;
  font-size: 36px;
  font-weight: 700;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #16261A;
  line-height: 38px;
  margin: 0 0 32px;
}

.ost-ml-facts__veggies-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  align-items: start;
}

.ost-ml-facts__veggie {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ost-ml-facts__veggie-img {
  width: 100%;
  max-height: 146px;
  object-fit: contain;
  display: block;
}

.ost-ml-facts__veggie-name {
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #2F2F2F;
  line-height: 1.2;
  text-align: center;
}

/* Disclaimer note with green pin */
.ost-ml-facts__disclaimer {
  position: absolute;
  top: -50px;
  left: 38%;
  background: #E8DDD6;
  border: 2px solid #232323;
  border-radius: 16px;
  box-shadow: 4px 4px 0 0 #232323;
  padding: 24px 30px;
  max-width: 311px;
  transform: rotate(2.31deg);
  z-index: 3;
}

.ost-ml-facts__disclaimer p {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #292421;
  line-height: 1.3;
  margin: 0;
}

.ost-ml-facts__pin-green {
    position: absolute;
    right: 0px;
    top: -35px;
    width: 90px;
    height: auto;
    pointer-events: none;
}

/* Smiley paperclip top-right of veggies card */
.ost-ml-facts__smile {
  position: absolute;
  right: 0px;
  top: -60px;
  width: 86px;
  height: 86px;
  pointer-events: none;
  z-index: 4;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .ost-ml-facts { padding: 80px 40px; }

  /* Top becomes single column, side photos stay visible */
  .ost-ml-facts__top { grid-template-columns: 1fr; }
  .ost-ml-facts__facts-card { padding: 40px; order: 1; }
  .ost-ml-facts__side--left  { order: 0; }
  .ost-ml-facts__side--right { order: 2; }
  .ost-ml-facts__side {
    height: auto;
    display: flex;
    justify-content: center;
  }
  .ost-ml-facts__side img {
    width: auto;
    max-width: 320px;
    height: auto;
    max-height: 280px;
  }

  .ost-ml-facts__veggies-grid { grid-template-columns: repeat(3, 1fr); }
    .ost-ml-facts__disclaimer {
        max-width: 100%;
        left: 5%;
        right: 20%;
        top: -70px;
    }
  .ost-ml-facts__pin-green { display: none; }
}

@media (max-width: 768px) {
  .ost-ml-facts { padding: 56px 16px; }
  .ost-ml-facts__inner { gap: 100px; }

  .ost-ml-facts__top { gap: 16px; }
  .ost-ml-facts__facts-cols { grid-template-columns: 1fr; gap: 20px; }
  .ost-ml-facts__facts-card { padding: 24px; }
  .ost-ml-facts__facts-heading { font-size: 28px; line-height: 32px; }

  .ost-ml-facts__pin-red { width: 42px; left: 12px; top: -14px; }
  .ost-ml-facts__stanley-photo { width: 100%; height: auto; aspect-ratio: 232/175; }

  .ost-ml-facts__side img { max-width: 240px; max-height: 220px; }

  .ost-ml-facts__veggies-card { transform: none; padding: 32px 20px; padding-top: 80px;}
  .ost-ml-facts__veggies-heading { font-size: 28px; line-height: 32px; margin-bottom: 24px; }
  .ost-ml-facts__veggies-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .ost-ml-facts__veggie-name { font-size: 20px; }

  .ost-ml-facts__smile { width: 56px; height: 56px; top: -36px; right: 8px; }
}

@media (max-width: 420px) {
  .ost-ml-facts__veggies-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .ost-ml-facts__side img { max-width: 200px; max-height: 180px; }
}
/* END_SECTION:custom-meet-leia-facts */

/* START_SECTION:custom-meet-leia-hero (INDEX:28) */
.ost-ml-hero {
  background: #FEFCE8;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
      background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-ml-hero__inner {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ost-ml-hero__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ost-ml-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #2F2F2F;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.ost-ml-hero__label-dot {
  width: 8px;
  height: 8px;
  background: #3FA34D;
  border-radius: 50%;
  flex-shrink: 0;
}

.ost-ml-hero__heading {
  font-family: 'Fraunces', serif;
  font-size: 96px;
  font-weight: 700;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2E251D;
  letter-spacing: -2.4px;
  line-height: 91.2px;
  margin: 0;
}

.ost-ml-hero__heading-leia {
  font-weight: 900;
  font-style: italic;
  color: #3FA34D;
}

.ost-ml-hero__subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #2E251D;
  line-height: 42px;
  margin: 0;
  max-width: 520px;
}

.ost-ml-hero__body {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2E251D;
  line-height: 1.2;
  margin: 0;
  max-width: 520px;
}

.ost-ml-hero__actions {
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
    align-items: center;
    justify-content: flex-end;
}

.ost-ml-hero__handwritten {
    font-family: 'Caveat', cursive;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    color: rgba(63, 163, 77, 1);
    margin: 0;
}

.ost-ml-hero__btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.ost-ml-hero__btn-primary {
  display: inline-flex;
  align-items: center;
  background: #FFD23F;
  border: 1px solid #232323;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2F2F2F;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}

.ost-ml-hero__btn-primary:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 0 #232323;
}

.ost-ml-hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  border: 1px solid #232323;
  border-radius: 999px;
  padding: 12px 24px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2E251D;
  text-decoration: none;
  transition: background 0.15s;
}

.ost-ml-hero__btn-secondary:hover { background: rgba(0,0,0,0.04); }

/* Right: image */
.ost-ml-hero__img-wrap {
  position: relative;
}

.ost-ml-hero__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 1100px) {
  .ost-ml-hero { padding: 64px 40px 80px; }
  .ost-ml-hero__inner { gap: 48px; }
  .ost-ml-hero__heading { font-size: 72px; line-height: 68px; }
  .ost-ml-hero__subtitle { font-size: 22px; line-height: 32px; }
}

@media (max-width: 900px) {
  .ost-ml-hero { padding: 48px 20px 64px; }
  .ost-ml-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .ost-ml-hero__heading { font-size: 64px; line-height: 60px; }
  .ost-ml-hero__subtitle { font-size: 20px; line-height: 28px; }
  .ost-ml-hero__img { border-radius: 24px; }
  .ost-ml-hero__handwritten {
    font-size: 15px;
}
}
/* END_SECTION:custom-meet-leia-hero */

/* START_SECTION:custom-product-about (INDEX:29) */
.ost-product-about {
  background: var(--ost-bg);
  padding: 112px 80px;
  overflow: hidden;
      background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-product-about__inner {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
  align-items: start;
}

.ost-product-about__heading {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: var(--ost-text-on-bg);
  letter-spacing: -1.8px;
  line-height: 36px;
  margin: 0 0 24px;
}

.ost-product-about__text {
  font-family: var(--custom-font);
  font-size: 18px;
  color: var(--ost-text);
  opacity: 0.75;
  line-height: 1.3;
}

.ost-product-about__text p { margin: 0 0 16px; }
.ost-product-about__text p:last-child { margin: 0; }

.ost-product-about__quote-card {
  position: relative;
  background: rgba(232, 221, 214, 1);
  border: 2px solid var(--ost-text-on-bg);
  border-radius: 24px;
  padding: 44px 40px 36px;
  box-shadow: 8px 9px 0 0 var(--ost-text-on-bg);
  transform: rotate(2.4deg);
  margin-top: 24px;
}

.ost-product-about__pin {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 94px;
    height: auto;
    pointer-events: none;
}

.ost-product-about__quote-main {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: var(--ost-text-on-bg);
  letter-spacing: -0.8px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.ost-product-about__quote-main::before {
  content: "\201C";
  margin-right: 2px;
}

.ost-product-about__quote-sub {
  font-family: var(--custom-font);
  font-size: 21px;
  font-weight: 400;
  color: var(--ost-text-on-bg);
  opacity: 0.85;
  line-height: 1.35;
  margin: 0 0 18px;
}

.ost-product-about__quote-attr {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--ost-text);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 1024px) {
  .ost-product-about { padding: 80px 40px; }
  .ost-product-about__inner { gap: 48px; }
  .ost-product-about__heading { font-size: 56px; line-height: 60px; }
  .ost-product-about__quote-main { font-size: 34px; }
}

/* Мобайл */
@media (max-width: 749px) {
  .ost-product-about { padding: 56px 20px; }
  .ost-product-about__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .ost-product-about__heading { font-size: 38px; line-height: 42px; }
  .ost-product-about__text { font-size: 16px; }

  .ost-product-about__quote-card {
    padding: 40px 26px 28px;
    box-shadow: 5px 6px 0 0 var(--ost-text-on-bg);
    transform: rotate(1.4deg);
    margin-top: 28px;
  }
  .ost-product-about__pin {
    width: 52px;
    height: 52px;
    top: -22px;
    right: 20px;
  }
  .ost-product-about__quote-main { font-size: 30px; }
  .ost-product-about__quote-sub { font-size: 18px; }
}
/* END_SECTION:custom-product-about */

/* START_SECTION:custom-product-reviews (INDEX:30) */
.ost-reviews {
  background: var(--ost-bg);
  padding: 80px 80px 112px;
      background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-reviews__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.ost-reviews__heading {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: var(--ost-text-on-bg);
  letter-spacing: -1.8px;
  line-height: 78px;
  margin: 0 0 56px;
  text-align: center;
}

.ost-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Карточка-стикер */
.ost-reviews__card {
  background: #fff;
  border: 2px solid var(--ost-text-on-bg);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 6px 7px 0 0 var(--ost-text-on-bg);
}

.ost-reviews__stars {
  color: var(--ost-star);
  font-size: 16px;
  letter-spacing: 2px;
}

.ost-reviews__quote {
  font-family: var(--custom-font);
  font-size: 18px;
  font-weight: 500;
  color: var(--ost-text);
  line-height: 1.45;
  margin: 0;
  flex: 1;
}

.ost-reviews__meta {
  padding-top: 8px;
}

.ost-reviews__author {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: var(--ost-text);
  opacity: 0.55;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0;
}

/* Планшет — 2 в ряд */
@media (max-width: 1024px) {
  .ost-reviews { padding: 64px 40px 80px; }
  .ost-reviews__heading { font-size: 56px; line-height: 60px; margin-bottom: 40px; }
  .ost-reviews__grid { grid-template-columns: repeat(2, 1fr); }
}

/* Мобайл — 1 колонка */
@media (max-width: 749px) {
  .ost-reviews { padding: 48px 20px 56px; }
  .ost-reviews__heading { font-size: 38px; line-height: 42px; margin-bottom: 32px; }
  .ost-reviews__grid { grid-template-columns: 1fr; gap: 20px; }
  .ost-reviews__card {
    padding: 24px;
    box-shadow: 4px 5px 0 0 var(--ost-text-on-bg);
  }
  .ost-reviews__quote { font-size: 16px; }
}
/* END_SECTION:custom-product-reviews */

/* START_SECTION:custom-product (INDEX:31) */
.ost-product {
  background: var(--ost-bg);
  padding: 64px 80px 112px;
  background-image:
    linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
    url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-product__inner {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  align-items: start;
}

/* Gallery */
.ost-product__main-img-wrap {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid rgba(35,35,35,0.08);
  background: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ost-product__main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ost-product__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ost-product__thumb {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 2px solid transparent;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s;
  padding: 0;
  box-shadow: 0 1px 4px rgba(35,35,35,0.08);
}

.ost-product__thumb.is-active { border-color: #2E251D; }

.ost-product__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Info */
.ost-product__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 90px;
}

.ost-product__title {
  font-family: 'Fraunces', serif;
  font-size: 44px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2E251D;
  line-height: 1.05;
  margin: 0;
}

.ost-product__subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3FA34D;
  margin: -8px 0 0;
  line-height: 1.3;
}

.ost-product__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ost-product__spec-badge {
  background: #FFF3C7;
  border-radius: 999px;
  padding: 4px 12px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2C291F;
}

.ost-product__price {
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: var(--ost-text-on-bg);
  letter-spacing: -1px;
  margin: 0;
}

/* Actions */
.ost-product__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.ost-product__add-btn,
.ost-product__buy-btn {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, opacity 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ost-product__add-btn {
  background: #FEFCE8;
  border: 1.5px solid #232323;
  color: #2F2F2F;
}
.ost-product__add-btn:hover { background: #f0efd6; }

.ost-product__buy-btn {
  background: #232323;
  border: 1.5px solid #232323;
  color: #FFFFEF;
}
.ost-product__buy-btn:hover { opacity: 0.88; }

.ost-product__add-btn:disabled,
.ost-product__buy-btn:disabled { opacity: 0.6; cursor: default; }

.ost-product__shipping-note {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #005300;
  background: #D4EDBC;
  border-radius: 14px;
  padding: 14px 20px;
  margin: 0;
  line-height: 1.3;
}

/* Upsell */
.ost-product__upsell {
  background: #fff;
  border: 1px solid rgba(35,35,35,0.12);
  border-radius: 16px;
  overflow: hidden;
}

.ost-product__upsell-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  cursor: pointer;
}

.ost-product__upsell-plus {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #000000;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 100;
    line-height: 1;
    padding-bottom: 2px;
    background: rgba(255, 243, 199, 1);
}

.ost-product__upsell-label {
  flex: 1;
  margin: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #2E251D;
}

.ost-product__upsell-price {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2E251D;
}

.ost-product__toggle { position: relative; width: 48px; height: 26px; flex-shrink: 0; }
.ost-product__toggle input { display: none; }
.ost-product__toggle-track {
  position: absolute;
  inset: 0;
  background: #D7D7D2;
  border-radius: 999px;
  transition: background 0.2s;
  cursor: pointer;
    border:1px solid;
}
.ost-product__toggle input:checked + .ost-product__toggle-track { background: #F4C430; }
.ost-product__toggle-track::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  border:1px solid;
}
.ost-product__toggle input:checked + .ost-product__toggle-track::after { transform: translateX(22px); }

.ost-product__upsell-detail {
  display: none;
  padding: 18px 22px;
  border-top: 1px solid rgba(35,35,35,0.1);
  gap: 16px;
  align-items: flex-start;
}
.ost-product__upsell-detail.is-open { display: flex; }

.ost-product__upsell-thumb {
  width: 84px;
  height: 84px;
  border-radius: 12px;
  flex-shrink: 0;
  overflow: hidden;
  background: #F2998A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ost-product__upsell-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ost-product__upsell-info { display: flex; flex-direction: column; gap: 8px; }
.ost-product__upsell-name {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #2E251D;
  line-height: 1;
  margin: 0;
}
.ost-product__upsell-detail-price {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #2E251D;
  margin: 0;
}
.ost-product__upsell-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #6a6a60;
  line-height: 1.4;
}
.ost-product__upsell-meta svg { flex-shrink: 0; }
.ost-product__upsell-meta--gift { color: #3FA34D; font-weight: 500; }

/* Why */
.ost-product__why-heading {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2E251D;
  margin: 0 0 14px;
}
.ost-product__why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ost-product__why-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2e251d9e;
  line-height: 1.3;
}
.ost-product__why-check {
  background: #3FA34D;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}

/* Tablet */
@media (max-width: 990px) {
  .ost-product { padding: 48px 40px 80px; }
  .ost-product__inner { grid-template-columns: 1fr; gap: 48px; }
  .ost-product__info { position: static; }
  .ost-product__title { font-size: 48px; }
}

/* Mobile */
@media (max-width: 749px) {
  .ost-product { padding: 28px 18px 56px; }
  .ost-product__inner { gap: 36px; }
  .ost-product__thumbs { gap: 8px; }
  .ost-product__title { font-size: 38px; }
  .ost-product__subtitle { font-size: 17px; }
  .ost-product__price { font-size: 38px; }
  .ost-product__actions { grid-template-columns: 1fr; }
  .ost-product__add-btn,
  .ost-product__buy-btn { min-height: 54px; }
  .ost-product__why-grid { grid-template-columns: 1fr; gap: 12px; }
  .ost-product__upsell-row { padding: 16px 18px; gap: 12px; }
  .ost-product__upsell-label { font-size: 16px; }
  .ost-product__upsell-detail { padding: 16px 18px; }
  .ost-product__upsell-thumb { width: 72px; height: 72px; }
}
/* END_SECTION:custom-product */

/* START_SECTION:custom-products (INDEX:32) */
.cprd {
    background: var(--cprd-bg, #FEFCE8);
    color: var(--cprd-text, #2F2F2F);
    padding: 80px 0;
  }
  .cprd__inner {
    max-width: calc(var(--cf-max-width, 100%) + var(--cf-margin, 80px) * 2);
    margin: 0 auto;
    padding: 0 var(--cf-margin, 80px);
  }
  .cprd__head {
    text-align: center;
    margin-bottom: 48px;
  }
  .cprd__heading {
    font-family: var(--font-display, 'Fraunces', serif);
    font-size: 72px;
    font-weight: 900;
    font-variation-settings: "SOFT" 0, "WONK" 1;
    line-height: 1.0;
    letter-spacing: -1.8px;
    color: var(--cprd-text, #2F2F2F);
    margin: 0 0 12px;
  }
  .cprd__subheading {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--cprd-text, #2F2F2F);
    opacity: 0.7;
    margin: 0;
  }
  .cprd__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .cprd__card {
    border: 2px solid var(--cf-border, #232323);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--cf-shadow, 4px 4px 0px #232323);
    background: var(--cf-white, #FFFFFF);
    display: flex;
    flex-direction: column;
  }
  .cprd__card-media {
    position: relative;
    aspect-ratio: 630 / 575;
    overflow: hidden;
    background: var(--cf-color-2, #E8DDD6);
  }
  .cprd__card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .cprd__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    background: var(--cf-accent, #FFD23F);
    color: var(--cf-text, #2F2F2F);
    border: 2px solid var(--cf-border, #232323);
    border-radius: 100px;
    padding: 4px 12px;
    font-family: var(--custom-font-mono, 'JetBrains Mono', monospace);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 2px 2px 0px #232323;
  }
  .cprd__card-info {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: var(--cf-white, #FFFFFF);
    flex: 1;
  }
  .cprd__card-title {
    font-family: var(--font-display, 'Fraunces', serif);
    font-size: 28px;
    font-weight: 900;
    font-variation-settings: "SOFT" 0, "WONK" 1;
    line-height: 1.1;
    color: var(--cprd-text, #2F2F2F);
    margin: 0 0 6px;
  }
  .cprd__card-desc {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--cprd-text, #2F2F2F);
    opacity: 0.7;
    margin: 0;
  }
  .cprd__card-action {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .cprd__price {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--cprd-text, #2F2F2F);
  }
  .cprd__btn {
    display: inline-block;
    padding: 10px 20px;
    background: var(--cf-primary, #3FA34D);
    color: var(--cf-white, #FFFFFF);
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 100px;
    border: 2px solid var(--cf-border, #232323);
    box-shadow: 2px 2px 0px #232323;
    transition: transform 0.15s;
  }
  .cprd__btn:hover { transform: translate(-1px, -1px); }
  .cprd__coming-soon {
    display: inline-block;
    padding: 10px 20px;
    background: var(--cf-color-2, #E8DDD6);
    color: var(--cprd-text, #2F2F2F);
    font-family: var(--custom-font-mono, 'JetBrains Mono', monospace);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 2px solid var(--cf-border, #232323);
    border-radius: 100px;
    opacity: 0.7;
  }

  @media screen and (max-width: 1023px) {
    .cprd__inner { padding: 0 32px; }
    .cprd__heading { font-size: 52px; }
  }
  @media screen and (max-width: 749px) {
    .cprd { padding: 48px 0; }
    .cprd__inner { padding: 0 16px; }
    .cprd__heading { font-size: 40px; letter-spacing: -1px; }
    .cprd__grid { grid-template-columns: 1fr; }
    .cprd__card-info { flex-direction: column; align-items: flex-start; }
    .cprd__card-action { align-items: flex-start; }
  }
/* END_SECTION:custom-products */

/* START_SECTION:custom-social-follow (INDEX:33) */
.ost-sf {
  background: #FEFCE8;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
      background-image:
  linear-gradient(rgba(254, 252, 232, 0.8), rgba(254, 252, 232, 0.8)),
  url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818');
}

.ost-sf::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('http://localhost:3845/assets/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.png') center/cover;
  mix-blend-mode: multiply;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.ost-sf__inner {
  max-width: 100%;;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  position: relative;
  z-index: 1;
}

/* LEFT column */
.ost-sf__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ost-sf__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #2F2F2F;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.ost-sf__label-dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 210, 63, 1);
    border-radius: 50%;
    flex-shrink: 0;
}

.ost-sf__heading {
  font-family: 'Fraunces', serif;
  font-size: 72px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2E251D;
  letter-spacing: -1.8px;
  line-height: 78px;
  margin: 0;
  max-width: 800px;
}
.ost-sf__heading p {
  margin: 0;
}
.ost-sf__subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #2E251D;
  line-height: 1.5;
  margin: 0;
  max-width: 528px;
}

.ost-sf__leia-img {
  width: 522px;
  height: 354px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  margin-top: 8px;
}

/* RIGHT column - card container */
.ost-sf__right {
  position: relative;
}

.ost-sf__cards-container {
  background: #fff;
  border: 3.889px solid #232323;
  border-radius: 16px;
  box-shadow: 6px 6px 0 0 #232323;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ost-sf__card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #D4EDBC;
  border: 1.667px solid #16261A;
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  min-height: 112px;
  text-decoration: none;
  transition: opacity 0.15s;
}

.ost-sf__card:hover { opacity: 0.88; }

.ost-sf__card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: rgba(22, 38, 26, 0.08);
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.ost-sf__card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.ost-sf__card-info {
  flex: 1;
  min-width: 0;
}

.ost-sf__card-handle {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #16261A;
  margin: 0 0 4px;
  line-height: 1.2;
}

.ost-sf__card-desc {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #16261A;
  margin: 0;
  line-height: 1.3;
}

.ost-sf__card-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
}
.ost-sf__card:last-child .ost-sf__card-icon {
  width: 60px;
  height: 25px;
}
@media (max-width: 1200px) {
  .ost-sf { padding: 80px 40px; }
  .ost-sf__inner { grid-template-columns: 1fr 1fr; gap: 48px; }
  .ost-sf__heading { font-size: 52px; line-height: 56px; }
  .ost-sf__leia-img { width: 100%; height: auto; aspect-ratio: 522/354; }
}

@media (max-width: 900px) {
  .ost-sf { padding: 64px 20px; }
  .ost-sf__inner { grid-template-columns: 1fr; gap: 40px; }
  .ost-sf__heading { font-size: 40px; line-height: 44px; }
  .ost-sf__leia-img { width: 100%; height: auto; }
.ost-sf__cards-container {
    padding: 16px;
    gap: 8px;
}
.ost-sf__card-handle {
  font-size: 16px;
}

.ost-sf__card-desc {
  font-size: 14px;
}
}
/* END_SECTION:custom-social-follow */

/* START_SECTION:custom-social-proof (INDEX:34) */
.ost-sp {
  background: #3FA34D;
  padding: 120px 80px;
  position: relative;
  overflow: hidden;
}

.ost-sp::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('http://localhost:3845/assets/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.png') center/cover;
  mix-blend-mode: multiply;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.ost-sp__inner {
  max-width: 100%;;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}

/* ===== Header (centered) ===== */
.ost-sp__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ost-sp__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #F8FFF3;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ost-sp__label-dot {
  width: 8px;
  height: 8px;
  background: #FFD23F;
  border-radius: 50%;
  flex-shrink: 0;
}

.ost-sp__heading {
  font-family: 'Fraunces', serif;
  font-size: 72px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #F8FFF3;
  letter-spacing: -1.8px;
  line-height: 78px;
  margin: 0;
  max-width: 880px;
}

.ost-sp__subheading {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F8FFF3;
  line-height: 1.5;
  opacity: 0.9;
  margin: 20px 0 0;
  max-width: 560px;
}

/* ===== Cards ===== */
.ost-sp__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
}

.ost-sp__card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.ost-sp__float-badge {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #16261A;
  border: 1.4px solid #232323;
  border-radius: 999px;
  padding: 5px 14px;
  filter: drop-shadow(0px 2px 0px #16261A);
  margin-left: 40px;
}

.ost-sp__card-wrap:nth-child(1) .ost-sp__float-badge {
    background: #E8DDD6;
    transform: rotate(1deg);
    right: 0;
    left: auto;
    margin-left: auto;
    margin-right: 10%;
    margin-bottom: -10px;
}
.ost-sp__card-wrap:nth-child(2) .ost-sp__float-badge {
    background: #FFF3C7;
    transform: rotate(3deg);
    margin-bottom: -10px;
}
.ost-sp__card-wrap:nth-child(3) .ost-sp__float-badge {
  background: #D4EDBC;
  transform: rotate(-4deg);
    margin-left: 10%;
    margin-right: auto;
    margin-bottom: -10px;
}

.ost-sp__card {
  position: relative;
  padding: 42px 30px;
  border-radius: 16px;
  border: 2px solid #232323;
  box-shadow: 4px 4px 0 0 #232323;
  width: 100%;
}

.ost-sp__card-wrap:nth-child(1) .ost-sp__card {
  background: #D4EDBC;
  transform: rotate(-1deg);
}
.ost-sp__card-wrap:nth-child(2) .ost-sp__card {
  background: #E8DDD6;
  transform: rotate(0.5deg);
}
.ost-sp__card-wrap:nth-child(3) .ost-sp__card {
  background: #FFF3C7;
  transform: rotate(-0.5deg);
}

/* Decorative icon per card */
.ost-sp__card-icon {
  position: absolute;
  pointer-events: none;
  z-index: 4;
  height: auto;
}

.ost-sp__card-wrap:nth-child(1) .ost-sp__card-icon {
  width: 90px;
    left: -22px;
    top: -45px;
}
.ost-sp__card-wrap:nth-child(2) .ost-sp__card-icon {
    width: 90px;
  right: -14px;
  top: -40px;
}
.ost-sp__card-wrap:nth-child(3) .ost-sp__card-icon {
  width: 70px;
  right: -18px;
  top: -34px;
}

.ost-sp__card-title {
  font-family: 'Fraunces', serif;
  font-size: 34px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #16261A;
  line-height: 1.1;
  margin: 0 0 16px 0;
}

.ost-sp__card-text {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #16261A;
  line-height: 1.5;
  opacity: 0.85;
  margin: 0 0 20px 0;
}

.ost-sp__card-attr {
  font-family: 'Fraunces', serif;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #16261A;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .ost-sp { padding: 80px 40px; }
  .ost-sp__heading { font-size: 48px; line-height: 52px; }
  .ost-sp__cards { gap: 24px; }
  .ost-sp__card { padding: 28px 20px; }
  .ost-sp__card-title { font-size: 26px; }
}

@media (max-width: 700px) {
  .ost-sp { padding: 60px 20px; }
  .ost-sp__inner { gap: 48px; }
  .ost-sp__cards { grid-template-columns: 1fr; gap: 36px; }
  .ost-sp__heading { font-size: 36px; line-height: 40px; }
  .ost-sp__subheading { font-size: 16px; }
  .ost-sp__card { transform: none !important; padding: 32px 22px; }
  .ost-sp__card-wrap .ost-sp__float-badge { margin-left: 28px; }
}

@media (max-width: 400px) {
  .ost-sp__heading { font-size: 30px; line-height: 34px; }
  .ost-sp__card-title { font-size: 24px; }
}
/* END_SECTION:custom-social-proof */

/* START_SECTION:custom-social (INDEX:35) */
.csoc {
    background: var(--csoc-bg, #FEFCE8);
    color: var(--csoc-text, #2F2F2F);
    padding: 80px 0;
  }
  .csoc__inner {
    max-width: calc(var(--cf-max-width, 100%) + var(--cf-margin, 80px) * 2);
    margin: 0 auto;
    padding: 0 var(--cf-margin, 80px);
  }
  .csoc__head {
    text-align: center;
    margin-bottom: 48px;
  }
  .csoc__heading {
    font-family: var(--font-display, 'Fraunces', serif);
    font-size: 72px;
    font-weight: 900;
    font-variation-settings: "SOFT" 0, "WONK" 1;
    line-height: 1.0;
    letter-spacing: -1.8px;
    color: var(--csoc-text, #2F2F2F);
    margin: 0 0 12px;
  }
  .csoc__subheading {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--csoc-text, #2F2F2F);
    opacity: 0.7;
    margin: 0;
  }
  .csoc__layout {
    display: grid;
    grid-template-columns: 522px 1fr;
    gap: 48px;
    align-items: start;
  }
  .csoc__feature-image {
    border: 2px solid var(--cf-border, #232323);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--cf-shadow, 4px 4px 0px #232323);
  }
  .csoc__feature-image img,
  .csoc__feature-image .placeholder-svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .csoc__cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .csoc__card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--csoc-card-bg, #FFFFFF);
    border: 2px solid var(--cf-border, #232323);
    border-radius: 12px;
    padding: 20px 24px;
    box-shadow: var(--cf-shadow, 4px 4px 0px #232323);
    text-decoration: none;
    color: var(--csoc-text, #2F2F2F);
    transition: transform 0.15s, box-shadow 0.15s;
    height: 112px;
  }
  .csoc__card:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #232323;
  }
  .csoc__card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--cf-border, #232323);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cf-color-1, #D4EDBC);
  }
  .csoc__card-icon img { width: 100%; height: 100%; object-fit: cover; }
  .csoc__card-emoji { font-size: 24px; line-height: 1; }
  .csoc__card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .csoc__card-platform {
    font-family: var(--custom-font-mono, 'JetBrains Mono', monospace);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.55;
  }
  .csoc__card-handle {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 16px;
    font-weight: 700;
  }
  .csoc__card-desc {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 14px;
    font-weight: 400;
    opacity: 0.7;
  }
  .csoc__card-arrow {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 20px;
    opacity: 0.4;
    flex-shrink: 0;
  }

  @media screen and (max-width: 1200px) {
    .csoc__layout { grid-template-columns: 1fr 1fr; }
  }
  @media screen and (max-width: 1023px) {
    .csoc__inner { padding: 0 32px; }
    .csoc__heading { font-size: 52px; }
  }
  @media screen and (max-width: 749px) {
    .csoc { padding: 48px 0; }
    .csoc__inner { padding: 0 16px; }
    .csoc__heading { font-size: 40px; letter-spacing: -1px; }
    .csoc__layout { grid-template-columns: 1fr; }
    .csoc__card { height: auto; min-height: 80px; }
  }
/* END_SECTION:custom-social */

/* START_SECTION:custom-testimonials (INDEX:36) */
.ost-testimonials {
  background: #FEFCE8;
  padding: 96px 80px 80px;
  position: relative;
  overflow: hidden;
}

.ost-testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/cdn/shop/files/4f7971ba4b5d64af8fe0c35525e9960d81c5a6e8.jpg?v=1780954818') center/cover;
  mix-blend-mode: multiply;
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

/* Heading */
.ost-testimonials__heading-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ost-testimonials__heading-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin: 0;
}

.ost-testimonials__heading-main,
.ost-testimonials__heading-hl {
  font-family: 'Fraunces', serif;
  font-size: 72px;
  font-weight: 900;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  color: #2E251D;
  letter-spacing: -1.8px;
  line-height: 1.05;
}

.ost-testimonials__heading-hl {
  background: #FFD23F;
  border-radius: 12px;
  padding: 2px 18px;
  transform: rotate(-1.5deg);
  display: inline-block;
}

.ost-testimonials__subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2F2F2F;
  opacity: 0.7;
  margin: 16px 0 0;
}

/* Scene */
.ost-testimonials__scene {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  height: 840px;
}

.ost-testimonials__leia {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
    display: block;
}

/* Card */
.ost-testimonials__card {
  position: absolute;
  background: #fff;
  border: 1.5px solid #232323;
  box-shadow: 4px 5px 0 0 #232323;
  border-radius: 18px;
  padding: 26px 28px;
  width: 380px;
  z-index: 3;
}

.ost-testimonials__card--1 { left: 2%;  top: 210px; transform: rotate(-3deg); }
.ost-testimonials__card--2 { right: 2%; top: 150px; transform: rotate(3deg); }
.ost-testimonials__card--3 { right: 8%; top: 560px; transform: rotate(-2deg); }

.ost-testimonials__pin {
    position: absolute;
    top: -38px;
    right: 56px;
    width: 70px;
    height: auto;
    z-index: 4;
    pointer-events: none;
}

.ost-testimonials__quote-icon {
  font-family: 'Fraunces', serif;
  font-variation-settings: "SOFT" 0, "WONK" 1;
  font-weight: 900;
  font-size: 44px;
  line-height: 0.8;
  color: #3FA34D;
  display: block;
  margin-bottom: 8px;
}

.ost-testimonials__quote-text {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #2F2F2F;
  line-height: 1.45;
  margin: 0 0 14px 0;
}

.ost-testimonials__quote-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.ost-testimonials__quote-author {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #3FA34D;
  letter-spacing: 0.2px;
}

.ost-testimonials__quote-location {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #2F2F2F;
  opacity: 0.55;
}

/* Tablet */
@media (max-width: 1200px) {
  .ost-testimonials { padding: 72px 40px 64px; }
  .ost-testimonials__heading-main,
  .ost-testimonials__heading-hl { font-size: 52px; }
  .ost-testimonials__scene { height: 720px; }
  .ost-testimonials__card { width: 312px; padding: 20px 22px; }
  .ost-testimonials__card--1 { left: 0;  top: 170px; }
  .ost-testimonials__card--2 { right: 0; top: 130px; }
  .ost-testimonials__card--3 { right: 4%; top: 470px; }
  .ost-testimonials__leia { width: 58%; }
}

/* Mobile: stack */
@media (max-width: 900px) {
  .ost-testimonials { padding: 56px 20px 56px; }
  .ost-testimonials__heading-main,
  .ost-testimonials__heading-hl { font-size: 38px; }
  .ost-testimonials__subtitle { font-size: 16px; }

  .ost-testimonials__scene {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-top: 12px;
  }

  .ost-testimonials__leia {
    position: static;
    transform: none;
    width: 86%;
    max-width: 420px;
    order: -1;
  }

  .ost-testimonials__card {
    position: static;
    width: 100%;
    max-width: 460px;
    transform: none !important;
    margin-top: 12px;
  }

  .ost-testimonials__pin {
    display: none;
  }
}
/* END_SECTION:custom-testimonials */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:custom-cart-drawer (INDEX:83) */
.ccd {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
  }
  .ccd.active {
    visibility: visible;
    pointer-events: all;
  }
  .ccd__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .ccd.active .ccd__overlay {
    opacity: 1;
  }
  .ccd__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 420px;
    max-width: 100vw;
    background: #FEFCE8;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    border-left: 2px solid #232323;
  }
  .ccd.active .ccd__panel {
    transform: translateX(0);
  }
  .ccd__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 24px;
    border-bottom: 2px solid #232323;
    flex-shrink: 0;
  }
  .ccd__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #2F2F2F;
    display: flex;
    align-items: center;
  }
  .ccd__title {
    font-family: var(--custom-font-heading, 'Fraunces', Georgia, serif);
    font-size: 24px;
    font-weight: 900;
    color: #2F2F2F;
    margin: 0;
  }
  .ccd__count {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 16px;
    font-weight: 400;
  }
  .ccd__body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
  }
  .ccd__empty-state {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 24px;
    text-align: center;
    gap: 16px;
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    color: #2F2F2F;
  }
  .ccd.is-empty .ccd__empty-state {
    display: flex;
  }
  .ccd.is-empty .ccd__form {
    display: none;
  }
  .ccd.is-empty .ccd__footer {
    display: none;
  }
  .ccd__continue-empty {
    background: none;
    border: 2px solid #232323;
    padding: 10px 20px;
    cursor: pointer;
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 14px;
    font-weight: 700;
    color: #2F2F2F;
    border-radius: 4px;
  }
  .ccd__items {
    padding: 0;
  }
  .ccd__item {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 12px;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(35,35,35,0.15);
    align-items: start;
  }
  .ccd__item-image {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    background: #E8DDD6;
    border: 1px solid #232323;
  }
  .ccd__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ccd__item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .ccd__item-title {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 14px;
    font-weight: 700;
    color: #2F2F2F;
    text-decoration: none;
    line-height: 1.3;
  }
  .ccd__item-variant {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 13px;
    color: rgba(47,47,47,0.65);
    margin: 0;
  }
  .ccd__item-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
  }
  .ccd__item-price {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 14px;
    font-weight: 700;
    color: #2F2F2F;
  }
  .ccd__item-qty {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #232323;
    border-radius: 4px;
    overflow: hidden;
  }
  .ccd__qty-btn {
    background: none;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    color: #2F2F2F;
  }
  .ccd__qty-val {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 14px;
    min-width: 20px;
    text-align: center;
  }
  .ccd__remove {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: rgba(47,47,47,0.5);
    display: flex;
    align-items: center;
  }
  .ccd__errors {
    padding: 8px 24px;
    color: #E32626;
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 14px;
  }
  .ccd__footer {
    flex-shrink: 0;
    border-top: 2px solid #232323;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #FEFCE8;
  }
  .ccd__subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: #2F2F2F;
  }
  .ccd__shipping-note {
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 13px;
    color: rgba(47,47,47,0.65);
    margin: 0;
    text-align: center;
  }
  .ccd__checkout-btn {
    display: block;
    width: 100%;
    background: #2F2F2F;
    color: #FEFCE8;
    text-align: center;
    padding: 14px 24px;
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid #2F2F2F;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
  }
  .ccd__checkout-btn:hover {
    background: #3FA34D;
    border-color: #3FA34D;
    color: #fff;
  }
  .ccd__continue-btn {
    display: block;
    width: 100%;
    background: transparent;
    color: #2F2F2F;
    text-align: center;
    padding: 12px 24px;
    font-family: var(--custom-font, 'Nunito', system-ui, sans-serif);
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #232323;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
  }
  .ccd__continue-btn:hover {
    background: rgba(35,35,35,0.06);
  }
  @media screen and (max-width: 749px) {
    .ccd__panel { width: 100vw; }
  }
/* END_SNIPPET:custom-cart-drawer */