:root {
  --ink:#19352e;
  --paper:#f4f0e8;
  --warm:#e7dccb;
  --sage:#bfcfbd;
  --peach:#d87552;
  --line:rgba(25,53,46,.18)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:'DM Sans',sans-serif;
  font-size:14px
}

a {
  color:inherit;
  text-decoration:none
}

.announcement {
  padding:10px 20px;
  background:var(--ink);
  color:#f8f4ed;
  text-align:center;
  font-size:11px;
  letter-spacing:.07em;
  text-transform:uppercase
}

.announcement span {
  margin:0 12px;
  color:#d9b098
}

.site-header {
  min-height:78px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:0 clamp(20px,5vw,76px);
  border-bottom:1px solid var(--line)
}

.nav {
  display:flex;
  gap:30px;
  font-size:12px;
  font-weight:600
}

.nav a,
.header-actions a {
  transition:opacity .2s
}

.nav a:hover,
.header-actions a:hover {
  opacity:.55
}

.header-actions {
  justify-self:end;
  display:flex;
  align-items:center;
  gap:22px;
  font-size:12px
}

.bag {
  border:0;
  background:transparent;
  color:var(--ink);
  font:inherit;
  cursor:pointer
}

.bag span {
  display:inline-grid;
  place-items:center;
  width:20px;
  height:20px;
  margin-left:5px;
  border:1px solid var(--ink);
  border-radius:50%;
  font-size:10px
}

.kicker {
  margin:0 0 18px;
  color:#567067;
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em
}

.stories h2 {
  margin:0;
  font-family:'DM Serif Display',serif;
  font-size:clamp(47px,5.1vw,76px);
  font-weight:400;
  line-height:.98;
  letter-spacing:-.05em
}

.button {
  display:inline-flex;
  align-items:center;
  gap:17px;
  padding:15px 18px;
  font-size:12px;
  font-weight:700
}

.button span {
  font-size:18px
}

.pillow {
  position:absolute;
  z-index:2;
  right:16%;
  bottom:22%;
  width:365px;
  height:205px;
  border-radius:46% 54% 47% 53%/60% 38% 62% 40%;
  background:linear-gradient(145deg,#fffef8,#cfcabf);
  box-shadow:-20px 25px 34px rgba(71,61,45,.16);
  transform:rotate(-14deg)
}

.pillow i {
  position:absolute;
  top:46px;
  left:64px;
  width:153px;
  height:100px;
  border:22px solid rgba(216,211,196,.88);
  border-radius:50%;
  transform:rotate(10deg)
}

.pillow b {
  position:absolute;
  right:48px;
  bottom:35px;
  width:72px;
  height:20px;
  border-radius:50%;
  background:rgba(183,176,164,.35)
}

.product {
  background:#e1e3d8
}

.stories {
  padding:135px clamp(20px,7vw,130px);
  text-align:center
}

.stories h2 {
  font-size:clamp(46px,5vw,68px)
}

form {
  max-width:450px;
  display:flex;
  margin:35px auto 0;
  border-bottom:1px solid var(--ink)
}

input {
  flex:1;
  min-width:0;
  padding:14px 4px;
  border:0;
  background:transparent;
  color:var(--ink);
  font:inherit;
  outline:0
}

input::placeholder {
  color:#68786f
}

form button {
  padding:10px 4px;
  border:0;
  background:transparent;
  color:var(--ink);
  font:700 12px 'DM Sans';
  cursor:pointer
}

footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:27px clamp(20px,5vw,76px);
  background:var(--ink);
  color:#dce4d9;
  font-size:10px
}

footer div {
  display:flex;
  gap:16px
}

@media(max-width:800px) {
  .site-header {
    grid-template-columns:1fr auto;
    min-height:65px
  }
  .nav {
    display:none
  }
  .stories {
    padding:90px 25px
  }
  footer {
    align-items:flex-start;
    flex-direction:column
  }
  .header-actions>a {
    display:none
  }
}

@media(max-width:430px) {
  .announcement {
    font-size:9px
  }
  .announcement span {
    margin:0 4px
  }
  .pillow {
    right:4%;
    width:325px
  }
}

.checkout-button {
  padding:10px 13px;
  border:0;
  background:var(--ink);
  color:#fff;
  font:700 11px 'DM Sans';
  cursor:pointer
}

.cart-drawer {
  position:fixed;
  z-index:200;
  top:0;
  right:0;
  width:min(385px,100%);
  height:100vh;
  padding:26px;
  background:#faf7f0;
  box-shadow:-15px 0 35px rgba(25,53,46,.18);
  transform:translateX(105%);
  transition:transform .25s ease
}

.cart-drawer.is-open {
  transform:translateX(0)
}

.cart-drawer__head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:20px;
  border-bottom:1px solid var(--line)
}

.cart-drawer h2 {
  margin:0;
  font-family:'DM Serif Display';
  font-size:32px;
  font-weight:400
}

.cart-drawer__head button {
  border:0;
  background:transparent;
  color:var(--ink);
  font-size:28px;
  cursor:pointer
}

.cart-total {
  display:flex;
  justify-content:space-between;
  margin-top:20px;
  font-size:14px
}

.checkout-button {
  width:100%;
  margin-top:20px;
  padding:15px
}

.back-link {
  display:inline-block;
  margin-bottom:55px;
  font-size:11px;
  font-weight:700;
  border-bottom:1px solid
}

@media(max-width:800px) {
  .back-link {
    margin-bottom:35px
  }
}

.announcement {
  padding:8px 20px;
  background:#2e465b;
  font-size:10px;
  letter-spacing:.03em;
  text-transform:none
}

.site-header {
  position:relative;
  z-index:10;
  min-height:48px;
  background:#f7f3eb;
  padding:0 clamp(20px,13vw,185px);
  grid-template-columns:1fr auto 1fr
}

.site-header .brand-logo {
  grid-column:2;
  grid-row:1;
  justify-self:center
}

.brand-logo img {
  display:block;
  width:87px;
  height:auto
}

.site-header .nav {
  grid-column:1;
  grid-row:1;
  gap:22px;
  font-size:10px;
  white-space:nowrap
}

.site-header .header-actions {
  grid-column:3;
  grid-row:1;
  font-size:11px
}

.site-header .header-actions>a {
  font-size:19px;
  line-height:1
}

.site-header .bag {
  font-size:0
}

.site-header .bag:before {
  content:'🛒';
  font-size:15px;
  filter:grayscale(1)
}

.site-header .bag span {
  width:14px;
  height:14px;
  margin-left:1px;
  font-size:8px
}

@media(max-width:800px) {
  .site-header {
    padding:0 18px;
    min-height:54px
  }
  .site-header .nav {
    display:none
  }
  .site-header .brand-logo {
    grid-column:1
  }
  .site-header .header-actions {
    grid-column:2
  }
}

.mobile-menu {
  display:none
}

.community h2,
.routine h2 {
  margin:0;
  font-family:"Libre Baskerville",serif;
  font-weight:400;
  letter-spacing:-.04em
}

.community {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  min-height:700px;
  background:#dce3dc
}

.community h2 {
  font-size:clamp(42px,4.6vw,65px);
  line-height:1.05
}

.review {
  max-width:500px;
  padding-top:25px;
  border-top:1px solid rgba(29,41,38,.25)
}

.review blockquote {
  margin:15px 0 20px;
  font-family:"Libre Baskerville",serif;
  font-size:20px;
  line-height:1.55
}

.review strong {
  font-size:11px
}

.review strong span {
  margin-left:8px;
  color:#67736d;
  font-weight:400
}

.routine {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:670px;
  background:#243b34;
  color:#fff
}

.routine h2 {
  font-size:clamp(41px,4.3vw,62px);
  line-height:1.07
}

.routine ul {
  margin:28px 0 35px;
  padding:0;
  list-style:none
}

.routine li {
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.22);
  font-size:11px
}

.routine li:before {
  content:"✓";
  margin-right:12px
}

.callixe-footer {
  display:block;
  padding:0;
  background:#263c52;
  color:#fff;
  font-family:Montserrat,sans-serif;
  font-size:11px
}

.footer-links {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:55px;
  padding:38px clamp(25px,11.5vw,155px)
}

.callixe-footer .footer-links>div {
  display:block
}

.callixe-footer h3 {
  margin:0 0 15px;
  font-family:"Libre Baskerville",serif;
  font-size:20px;
  font-weight:700
}

.callixe-footer a {
  display:block;
  margin:0 0 14px;
  color:#fff
}

.callixe-footer p {
  max-width:290px;
  margin:0 0 20px;
  color:#fff;
  line-height:1.5
}

.footer-bottom {
  display:grid;
  grid-template-columns:100px repeat(4,1fr) 1.4fr;
  align-items:center;
  gap:22px;
  padding:25px clamp(25px,11.5vw,155px);
  border-top:1px solid rgba(255,255,255,.12);
  font-size:8px
}

.footer-bottom>a {
  margin:0;
  text-align:center
}

.footer-bottom>span {
  text-align:right
}

.social-links {
  display:flex;
  align-items:center;
  gap:18px
}

.social-links a {
  margin:0;
  font-size:14px;
  font-weight:700
}

@media(max-width:900px) {
  .mobile-menu {
    grid-column:1;
    display:block;
    width:28px;
    padding:5px 0;
    border:0;
    background:transparent
  }
  .mobile-menu span {
    display:block;
    width:20px;
    height:1px;
    margin:5px 0;
    background:currentColor
  }
  .community,
  .routine {
    grid-template-columns:1fr
  }
  .footer-links {
    grid-template-columns:repeat(2,1fr)
  }
  .footer-bottom {
    grid-template-columns:repeat(3,1fr)
  }
  .footer-bottom>span {
    text-align:left
  }
  .social-links {
    grid-column:1/-1
  }
}

.theraback-page {
  background:#f4f0e8;
  color:#172925;
  font-family:Montserrat,sans-serif
}

.theraback-hero {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:clamp(35px,5vw,80px);
  max-width:1420px;
  margin:auto;
  padding:42px clamp(22px,5vw,72px) 80px
}

.theraback-gallery {
  min-width:0
}

.theraback-main-image,
.theraback-main-video {
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:10px;
  background:#faf9f5
}

.theraback-main-video {
  object-fit:cover;
  background:#172925
}

.theraback-main-video[hidden],
.theraback-main-image[hidden] {
  display:none
}

.theraback-thumbs {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  margin-top:12px
}

.theraback-thumbs button {
  position:relative;
  padding:0;
  overflow:hidden;
  border:1px solid transparent;
  border-radius:7px;
  background:#faf9f5;
  cursor:pointer
}

.theraback-thumbs button.is-selected {
  border-color:#263c52
}

.theraback-thumbs img {
  display:block;
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover
}

.video-thumb span {
  position:absolute;
  inset:50% auto auto 50%;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:rgba(25,41,36,.82);
  color:#fff;
  font-size:13px;
  transform:translate(-50%,-50%)
}

.theraback-buybox {
  align-self:start;
  position:sticky;
  top:112px;
  padding:8px 0
}

.theraback-buybox .back-link {
  margin-bottom:28px
}

.theraback-buybox h1 {
  margin:0;
  color:#152821;
  font-family:'Libre Baskerville',serif;
  font-size:clamp(36px,4vw,57px);
  line-height:1.05;
  letter-spacing:-.035em
}

.product-rating {
  margin:15px 0;
  color:#52635c;
  font-size:12px
}

.product-rating span {
  color:#d87552;
  letter-spacing:.1em
}

.theraback-price {
  margin:17px 0;
  font-size:21px;
  font-weight:700
}

.theraback-lead {
  max-width:600px;
  color:#4f5f59;
  font-size:14px;
  line-height:1.7
}

.package-picker {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:25px 0 16px
}

.package-picker>span {
  flex-basis:100%;
  font-size:11px;
  font-weight:700
}

.package-picker button,
.package-picker a {
  display:inline-flex;
  align-items:center;
  padding:11px 14px;
  border:1px solid #aab2ac;
  border-radius:4px;
  background:transparent;
  color:inherit;
  font:inherit;
  text-decoration:none;
  cursor:pointer
}

.package-picker button.is-selected {
  border-color:#263c52;
  background:#263c52;
  color:#fff
}

.stock-note {
  font-size:11px;
  font-weight:600
}

.stock-note span {
  display:inline-block;
  width:8px;
  height:8px;
  margin-right:7px;
  border-radius:50%;
  background:#4f9b61
}

.buy-row {
  display:grid;
  grid-template-columns:82px 1fr;
  gap:10px;
  margin:18px 0
}

.quantity {
  display:grid;
  grid-template-columns:1fr 42px;
  align-items:center;
  padding-left:11px;
  border:1px solid #aeb6b0;
  border-radius:5px;
  font-size:10px;
  font-weight:700
}

.quantity input {
  width:42px;
  padding:15px 5px;
  text-align:center
}

.theraback-cart {
  border:0;
  border-radius:5px;
  background:#172925;
  color:#fff;
  font:700 13px Montserrat,sans-serif;
  cursor:pointer
}

.product-promises {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:21px 0
}

.product-promises div {
  padding:14px 10px;
  border:1px solid #d4cec2;
  border-radius:5px;
  text-align:center
}

.product-promises strong,
.product-promises span {
  display:block
}

.product-promises strong {
  font-size:10px
}

.product-promises span {
  margin-top:5px;
  color:#6b766f;
  font-size:8px
}

.theraback-buybox details,
.faq-section details {
  border-top:1px solid #d3cec4
}

.theraback-buybox summary,
.faq-section summary {
  padding:16px 0;
  font-size:12px;
  font-weight:700;
  cursor:pointer
}

.theraback-buybox details ul {
  margin-top:0;
  color:#5e6a64;
  font-size:11px;
  line-height:1.8
}

.science-strip {
  padding:90px clamp(22px,8vw,125px);
  background:#263c52;
  color:#fff;
  text-align:center
}

.science-strip h2,
.therapy-feature h2,
.upgrade-section h2,
.package-section h2,
.faq-section h2 {
  margin:0;
  font-family:'Libre Baskerville',serif;
  font-size:clamp(34px,4vw,55px);
  line-height:1.1
}

.science-strip .kicker {
  color:#c5d2ca
}

.science-strip>div {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  max-width:1150px;
  margin:55px auto 0;
  text-align:left
}

.science-strip article {
  border-top:1px solid rgba(255,255,255,.28);
  padding-top:20px
}

.science-strip article>strong {
  color:#aebfb4;
  font-size:10px
}

.science-strip h3 {
  font-family:'Libre Baskerville',serif;
  font-size:23px
}

.science-strip article p {
  color:#d3ddd6;
  line-height:1.65
}

.therapy-feature,
.package-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center
}

.therapy-feature>img,
.package-section>img {
  display:block;
  width:100%;
  height:100%;
  min-height:650px;
  object-fit:cover
}

.therapy-feature>div,
.package-section>div {
  padding:70px clamp(30px,7vw,110px)
}

.therapy-feature>div>p {
  color:#5e6c65;
  line-height:1.7
}

.therapy-feature ul {
  padding:0;
  margin:32px 0 0;
  list-style:none
}

.therapy-feature li {
  padding:18px 0;
  border-top:1px solid #d3cec4
}

.therapy-feature li strong,
.therapy-feature li span {
  display:block
}

.therapy-feature li span {
  margin-top:7px;
  color:#657069;
  font-size:12px;
  line-height:1.6
}

.upgrade-section {
  padding:95px clamp(22px,7vw,110px);
  background:#e9e1d4;
  text-align:center
}

.upgrade-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
  max-width:1200px;
  margin:48px auto 0;
  text-align:left
}

.upgrade-grid article {
  padding:28px;
  background:#f5f1e9
}

.upgrade-grid article>span {
  font-size:28px
}

.upgrade-grid h3 {
  font-family:'Libre Baskerville',serif;
  font-size:18px
}

.upgrade-grid p {
  color:#657069;
  font-size:12px;
  line-height:1.6
}

.package-section {
  background:#faf8f2
}

.package-section ul {
  padding:0;
  list-style:none
}

.package-section li {
  padding:14px 0;
  border-bottom:1px solid #d3cec4
}

.faq-section {
  max-width:900px;
  margin:auto;
  padding:95px 25px
}

.faq-section h2 {
  margin-bottom:40px
}

.faq-section details p {
  margin:0 0 18px;
  color:#5d6963;
  line-height:1.7
}

@media(max-width:900px) {
  .theraback-hero {
    grid-template-columns:1fr;
    padding:24px 18px 55px
  }
  .theraback-buybox {
    position:static
  }
  .science-strip>div,
  .upgrade-grid {
    grid-template-columns:1fr 1fr
  }
  .therapy-feature,
  .package-section {
    grid-template-columns:1fr
  }
  .therapy-feature>img,
  .package-section>img {
    min-height:0;
    aspect-ratio:1/1
  }
  .package-section>img {
    grid-row:1
  }
  .product-promises {
    grid-template-columns:1fr
  }
}

@media(max-width:560px) {
  .theraback-thumbs {
    grid-template-columns:repeat(6,80px);
    overflow-x:auto
  }
  .theraback-buybox h1 {
    font-size:34px
  }
  .science-strip>div,
  .upgrade-grid {
    grid-template-columns:1fr
  }
  .science-strip,
  .upgrade-section,
  .faq-section {
    padding-top:65px;
    padding-bottom:65px
  }
  .buy-row {
    grid-template-columns:72px 1fr
  }
}

.theraback-thumbs {
  grid-template-columns:repeat(5,1fr)
}

@media(max-width:560px) {
  .theraback-thumbs {
    grid-template-columns:repeat(5,80px)
  }
}

.video-banner {
  position:relative;
  min-height:clamp(420px,55vw,760px);
  overflow:hidden;
  background:#172925
}

.video-banner video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover
}

.video-banner__shade {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(12,27,24,.52),rgba(12,27,24,.08) 62%,rgba(12,27,24,.18))
}

.video-banner__copy {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  min-height:inherit;
  padding:clamp(30px,6vw,90px)
}

.video-banner h2 {
  max-width:650px;
  margin:0;
  color:#fff;
  font-family:'Libre Baskerville',serif;
  font-size:clamp(32px,4vw,58px);
  line-height:1.12;
  text-shadow:0 2px 18px rgba(0,0,0,.25)
}

.theraback-page .science-strip {
  margin:42px 18px;
  padding:30px;
  border-radius:11px;
  background:#e8e1d6;
  color:#1d201e;
  text-align:left
}

.theraback-page .science-strip h2 {
  font-size:clamp(25px,2.5vw,36px);
  line-height:1.2
}

.theraback-page .science-strip>div {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  max-width:none;
  margin:24px 0 0;
  text-align:left
}

.theraback-page .science-strip article {
  min-height:86px;
  padding:0 16px;
  border:0;
  border-left:1px solid rgba(29,32,30,.2)
}

.theraback-page .science-strip article:first-child {
  padding-left:0;
  border-left:0
}

.theraback-page .science-strip h3 {
  margin:0 0 11px;
  font-family:Montserrat,sans-serif;
  font-size:16px;
  font-weight:700
}

.theraback-page .science-strip article p {
  margin:0;
  color:#292d2a;
  font-size:15px;
  line-height:1.55
}

.theraback-page .science-strip article p strong {
  color:#1d201e
}

@media(max-width:700px) {
  .theraback-page .science-strip {
    margin:24px 12px;
    padding:24px 20px
  }
  .theraback-page .science-strip>div {
    grid-template-columns:1fr
  }
  .theraback-page .science-strip article,
  .theraback-page .science-strip article:first-child {
    min-height:0;
    padding:18px 0;
    border:0;
    border-top:1px solid rgba(29,32,30,.2)
  }
}

.customer-reviews {
  overflow:hidden;
  padding:95px 0 30px;
  background:#eee8dc;
  text-align:center
}

.customer-reviews>p {
  margin:0 0 8px;
  font-size:14px
}

.customer-reviews>h2 {
  margin:0 20px 38px;
  font-family:'Libre Baskerville',serif;
  font-size:clamp(34px,4vw,56px);
  font-weight:400
}

.review-track {
  display:flex;
  gap:16px;
  overflow-x:auto;
  padding:0 max(20px,calc((100vw - 1180px)/2));
  scroll-snap-type:x mandatory;
  scrollbar-width:none
}

.review-track::-webkit-scrollbar {
  display:none
}

.review-track article {
  flex:0 0 315px;
  min-height:185px;
  padding:24px;
  border-radius:9px;
  background:#fff;
  text-align:left;
  scroll-snap-align:center
}

.review-stars {
  color:#f39a1f;
  font-size:16px;
  letter-spacing:1px
}

.review-track h3 {
  margin:8px 0 10px;
  color:#d56445;
  font:500 15px Montserrat,sans-serif
}

.review-track article>p {
  min-height:66px;
  margin:0 0 16px;
  color:#424a46;
  font-size:14px;
  line-height:1.45
}

.review-track strong {
  color:#c65338;
  font-size:12px
}

.review-track strong span {
  margin-left:4px;
  color:#16ad4a;
  font-size:8px
}

.review-dots {
  display:flex;
  justify-content:center;
  gap:7px;
  margin-top:24px
}

.review-dots i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#fff
}

.review-dots i:first-child {
  background:#263c52
}

@media(max-width:600px) {
  .customer-reviews {
    padding-top:65px
  }
  .review-track article {
    flex-basis:82vw
  }
  .review-track article>p {
    min-height:0
  }
}

.review-dots button {
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#fff;
  cursor:pointer
}

.review-dots button.is-active {
  background:#263c52
}

.video-banner>img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover
}

.theraback-price del {
  margin-left:12px;
  color:#929994;
  font-size:13px;
  font-weight:400
}

.review-wall {
  padding:75px clamp(14px,4vw,60px) 90px;
  background:#eee8dc;
  color:#202723
}

.review-wall__head {
  max-width:720px;
  margin:0 auto 38px;
  text-align:center
}

.review-wall__head>div {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:12px
}

.review-wall__stars,
.review-masonry article span {
  color:#ed8e22;
  letter-spacing:1px
}

.review-wall__head small {
  color:#66716b
}

.review-wall__head h2 {
  margin:13px 0 10px;
  font-family:'Libre Baskerville',serif;
  font-size:clamp(34px,4vw,54px)
}

.review-wall__head>p {
  color:#647069;
  line-height:1.6
}

.review-masonry {
  columns:4 250px;
  column-gap:15px;
  max-width:1220px;
  margin:auto
}

.review-masonry article {
  display:inline-block;
  width:100%;
  overflow:hidden;
  margin:0 0 15px;
  border-radius:7px;
  background:#fff;
  box-shadow:0 3px 13px rgba(30,43,37,.07);
  break-inside:avoid
}

.review-masonry article:nth-child(n+9) {
  display:none
}

.review-wall.is-expanded .review-masonry article:nth-child(n+9) {
  display:inline-block
}

.review-masonry img {
  display:block;
  width:100%;
  height:auto
}

.review-masonry article>div {
  padding:17px
}

.review-masonry h3 {
  margin:7px 0 8px;
  color:#cf5e3f;
  font:600 14px Montserrat,sans-serif
}

.review-masonry p {
  margin:0 0 14px;
  color:#4f5b55;
  font-size:12px;
  line-height:1.55
}

.review-masonry strong {
  color:#394840;
  font-size:10px
}

.review-text-card {
  min-height:190px
}

.review-wall__more {
  display:block;
  margin:24px auto 0;
  padding:12px 22px;
  border:0;
  border-radius:4px;
  background:#263c52;
  color:#fff;
  font:600 11px Montserrat,sans-serif;
  cursor:pointer
}

@media(max-width:600px) {
  .review-wall {
    padding-top:60px
  }
  .review-masonry {
    columns:2 145px
  }
  .review-masonry article>div {
    padding:13px
  }
  .review-masonry h3 {
    font-size:12px
  }
  .review-masonry p {
    font-size:10px
  }
}

@media(max-width:620px) {
  .footer-links {
    grid-template-columns:1fr 1fr;
    gap:35px;
    padding:35px 25px
  }
  .callixe-footer h3 {
    font-size:18px
  }
  .footer-bottom {
    grid-template-columns:1fr 1fr;
    padding:25px
  }
  .social-links {
    grid-column:1/-1
  }
  .footer-bottom>span {
    grid-column:1/-1
  }
}

@media(max-width:800px) {
  body:not(.home-page) .site-header {
    grid-template-columns:auto 1fr auto;
    gap:14px;
    padding:0 16px;
  }
  body:not(.home-page) .nav {
    display:flex;
    justify-content:center;
    gap:14px;
    font-size:10px;
  }
}

@media(max-width:430px) {
  body:not(.home-page) .site-header {
    grid-template-columns:1fr auto;
    padding:9px 14px;
  }
  body:not(.home-page) .nav {
    grid-column:1 / -1;
    grid-row:2;
    order:3;
    padding:8px 0 2px;
    border-top:1px solid var(--line);
  }
}

.site-page .announcement {
  height:29px;
  display:grid;
  place-items:center;
  padding:0 20px;
  background:#263c52;
  color:#fff;
  font:500 10px Montserrat,sans-serif;
  letter-spacing:.02em;
  text-transform:none
}

.site-page .site-header {
  position:sticky;
  top:0;
  z-index:50;
  min-height:64px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:0 clamp(24px,5.8vw,90px);
  border:0;
  border-bottom:1px solid rgba(28,40,37,.1);
  background:rgba(248,246,240,.96);
  backdrop-filter:blur(14px)
}

.site-page .nav {
  grid-column:1;
  grid-row:1;
  display:flex;
  justify-content:flex-start;
  gap:clamp(18px,2.2vw,34px);
  font:500 11px Montserrat,sans-serif
}

.site-page .nav a {
  position:relative;
  padding:25px 0
}

.site-page .nav a:after {
  content:"";
  position:absolute;
  right:0;
  bottom:18px;
  left:0;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transition:transform .2s
}

.site-page .nav a:hover:after,
.site-page .nav a.is-active:after {
  transform:scaleX(1)
}

.site-page .brand-logo {
  grid-column:2;
  grid-row:1;
  justify-self:center
}

.site-page .brand-logo img {
  display:block;
  width:112px;
  height:auto
}

.site-page .header-actions {
  grid-column:3;
  grid-row:1;
  justify-self:end;
  display:flex;
  align-items:center;
  gap:18px
}

.site-page .header-icon,
.site-page .bag {
  position:relative;
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  padding:0;
  border:0;
  background:transparent;
  color:#1d2926
}

.site-page .header-icon svg,
.site-page .bag svg {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5
}

.site-page .bag:before {
  display:none
}

.site-page .bag span {
  position:absolute;
  top:-1px;
  right:-8px;
  width:15px;
  height:15px;
  display:grid;
  place-items:center;
  margin:0;
  border:0;
  border-radius:50%;
  background:#263c52;
  color:#fff;
  font-size:8px
}

@media(max-width:900px) {
  .site-page .site-header {
    grid-template-columns:auto 1fr auto;
    padding:0 20px
  }
  .site-page .mobile-menu {
    display:flex
  }
  .site-page .brand-logo {
    grid-column:2
  }
  .site-page .brand-logo img {
    width:98px
  }
  .site-page .header-actions {
    grid-column:3
  }
  .site-page .nav {
    position:absolute;
    top:64px;
    right:0;
    left:0;
    display:none;
    padding:20px;
    background:#f8f6f0;
    border-top:1px solid rgba(0,0,0,.08);
    box-shadow:0 14px 25px rgba(0,0,0,.08)
  }
  .site-page.menu-open .nav {
    display:grid
  }
  .site-page .nav a {
    padding:9px
  }
}

/* Final mobile responsive rules */
@media(max-width:600px) {
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  body *{min-width:0}
  img,video{max-width:100%}
  .announcement{height:auto!important;min-height:29px;padding:6px 12px!important;line-height:1.35;text-align:center}
  .site-header{min-height:58px!important;grid-template-columns:auto 1fr auto!important;gap:10px!important;padding:0 14px!important}
  .brand-logo{grid-column:2!important;grid-row:1!important}
  .brand-logo img{width:88px!important}
  .header-actions{grid-column:3!important;grid-row:1!important;gap:9px!important}
  .header-icon{display:none!important}
  .nav{position:absolute!important;top:58px!important;right:0!important;left:0!important;grid-column:auto!important;grid-row:auto!important;display:none!important;padding:14px 18px!important;border-top:1px solid rgba(0,0,0,.08)!important;background:#f8f6f0!important;box-shadow:0 14px 25px rgba(0,0,0,.08)!important}
  .menu-open .nav{display:grid!important;gap:2px!important}
  .nav a{padding:10px!important;font-size:13px!important}
  .nav a:after{right:auto!important;bottom:3px!important;left:10px!important;width:28px!important}
  .theraback-hero{width:100vw;max-width:100vw;grid-template-columns:1fr!important;padding:18px 14px 45px}
  .theraback-gallery,
  .theraback-buybox{width:calc(100vw - 28px);max-width:calc(100vw - 28px)}
  .theraback-thumbs{width:100%;max-width:100%;grid-template-columns:repeat(5,76px)!important;overflow-x:auto}
  .theraback-buybox h1{width:calc(100vw - 28px);max-width:calc(100vw - 28px);font-size:30px!important;white-space:normal!important;overflow-wrap:anywhere}
  .video-banner{min-height:390px}
  .video-banner__copy{padding:24px 18px}
  .video-banner h2{font-size:31px}
  .review-masonry{columns:1!important}
  .footer-links{grid-template-columns:1fr!important;gap:28px!important;padding:34px 20px!important}
  .footer-bottom{grid-template-columns:1fr!important;gap:14px!important;padding:22px 20px!important}
  .footer-bottom>*{grid-column:auto!important;text-align:left!important;overflow-wrap:anywhere}
}
