@charset "UTF-8";
html {
  height: 100%;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #212121;
  background: white;
  font: 0.875rem/1.2 "Golos Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 360px) {
  body {
    font-size: 1rem;
    line-height: 1.2;
  }
}

a {
  text-decoration: none;
}

h1 {
  color: #4A5439;
  font: 29px/29px "Golos Text", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  padding: 1rem 0 0 0;
}

h2 {
  color: #4A5439;
  font: 25px/25px "Golos Text", sans-serif;
  font-weight: 900;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 360px) {
  h2 {
    font: 32px/32px "Golos Text", sans-serif;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font: 46px/46px "Golos Text", sans-serif;
    font-weight: 900;
    margin-bottom: 1.5rem;
  }
}

.btn {
  display: block;
  background: white;
  padding: 1.3rem;
  margin: 1rem 0;
  border-radius: 9999px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 360px) {
  .btn {
    padding: 1.3rem 2rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 1.5rem 2rem;
  }
}
.btn.beige {
  color: white;
  background: linear-gradient(to right, #CB964A, #E5B168);
}
.btn.flatorange {
  color: white;
  background: #CB964A;
}
.btn.transparent {
  color: white;
  background: transparent;
  border: 1px solid #CB964A;
}
.btn.arrow {
  padding-right: 4rem;
}
.btn.arrow::after {
  content: "";
  margin: auto;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.5rem;
  background: url("../images/arrow-circle-PFYqrsZ.svg");
}

.content {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .content {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    margin-top: 7rem;
  }
}
.content > div > div:first-child {
  padding-top: 1rem;
}

p {
  margin: 0 0 0.5rem 0;
}

p.subheader {
  text-align: center;
  align-self: center;
}
@media screen and (min-width: 768px) {
  p.subheader {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.center {
  text-align: center;
  align-self: center;
}

.altfont {
  font-family: "Caveat", sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

p.brown {
  color: #B09B7C;
}

p.olive {
  color: #4A5439;
}

.fs-4 {
  font-size: 0.8rem;
}
@media screen and (min-width: 360px) {
  .fs-4 {
    font-size: 1rem;
  }
}

.fs-5 {
  font-size: 0.875rem;
}
@media screen and (min-width: 360px) {
  .fs-5 {
    font-size: 1.125rem;
  }
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mt-5 {
  margin-top: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.blur {
  backdrop-filter: blur(2px);
}

figure {
  text-align: center;
}
figure figcaption {
  margin: 1rem 0 2rem 0;
}
@media screen and (min-width: 360px) {
  figure figcaption {
    font-size: 16px;
  }
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  max-width: 1232px;
  margin: auto;
  padding: 1rem;
  gap: 1rem;
  justify-content: center;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
select,
textarea {
  box-sizing: border-box;
  outline: none;
  width: 100%;
  border: 1px solid #CEC6B9;
  padding: 1rem;
  border-radius: 7px;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=password].error,
input[type=number].error,
select.error,
textarea.error {
  border: 1px solid #ff0000 !important;
}

div.error,
span.error {
  color: #ff0000;
  display: block;
}

.user-icon {
  background: white url("../images/user-icon-R4l4daX.svg") right 1rem center no-repeat;
  padding-right: 3rem;
}

input[type=email] {
  background: white url("../images/email-icon-D3-h081.svg") right 1rem center no-repeat;
  padding-right: 3rem;
}

input[type=password] {
  background: white url("../images/key-icon-kb9eWxv.svg") right 1rem center no-repeat;
  padding-right: 3rem;
}

input[type=submit] {
  border: none;
}

.content-banner {
  background-color: #4A5439;
  background-image: url("../images/wheat-olive-bg-left-sWZD7kh.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom -35px;
  color: white;
  padding: 1rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .content-banner {
    background-image: url("../images/wheat-olive-bg-side-left-mbEhctU.webp"), url("../images/wheat-olive-bg-side-right-jFFYRq1.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, auto 100%;
    background-position: left 100px bottom, right 100px top;
    padding: 2rem 0;
  }
}
.content-banner .crumbs {
  margin: auto;
}
.content-banner .crumbs a,
.content-banner .crumbs a:visited {
  color: white;
}
.content-banner .crumbs a:hover {
  opacity: 0.8;
}
.content-banner h1,
.content-banner span.title {
  color: white;
  text-align: center;
  width: 100%;
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 800;
  padding: 0;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .content-banner h1,
  .content-banner span.title {
    font-size: 52px;
    line-height: 1.2;
  }
}

.d-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-block {
    display: block;
  }
}

.wooden-back {
  color: #4A5439;
  background: url("../images/wooden-back-HVPzKrH.webp") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1400px) {
  .wooden-back {
    background: url("../images/wooden-back-hi-aBzVdLg.webp") repeat;
    background-size: auto 100%;
  }
}
.wooden-back .bigger {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.sell-banner {
  width: 100%;
}
.sell-banner.without-image {
  display: grid;
  justify-content: center;
  align-items: center;
}
.sell-banner.without-image h2 {
  margin: auto !important;
}
@media screen and (min-width: 992px) {
  .sell-banner.without-image {
    justify-content: initial;
  }
  .sell-banner.without-image a {
    grid-column: 2/3;
  }
}

.sell-banner,
.olive-wood-back {
  box-sizing: border-box;
  padding: 1rem;
  z-index: 1;
  position: relative;
  margin: auto;
  background-image: url("../images/olive-wood-bg-hi-6sFMRUM.webp");
  border-image: url("../images/border-image-GmhKEWH.svg") 16/16px 0 round;
  background-repeat: repeat;
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .sell-banner,
  .olive-wood-back {
    height: auto;
    border-image: url("../images/border-image-GmhKEWH.svg") 16/16px round;
    background-position: 0 0;
    padding: 3rem 4rem 4rem 4rem;
  }
  .sell-banner a,
  .olive-wood-back a {
    max-width: 250px;
  }
}
.sell-banner h2,
.olive-wood-back h2 {
  color: white;
  line-height: 1.3;
  margin: 1.5rem auto !important;
}
@media screen and (min-width: 1200px) {
  .sell-banner h2,
  .olive-wood-back h2 {
    max-width: 650px !important;
    text-align: start !important;
    margin: 0 0 1.5rem 0 !important;
  }
  .sell-banner h2 br,
  .olive-wood-back h2 br {
    display: none;
  }
}
.sell-banner h2 .orange,
.olive-wood-back h2 .orange {
  color: #E5B168;
}
.sell-banner .auto-columns-xl,
.olive-wood-back .auto-columns-xl {
  margin: 0;
  grid-auto-columns: auto;
}
.sell-banner p,
.olive-wood-back p {
  font-weight: 900;
  color: white;
  font: 60px/60px "Caveat", sans-serif;
  line-height: 1.2;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .sell-banner p,
  .olive-wood-back p {
    margin: 0;
    text-align: start;
  }
}

@media screen and (min-width: 992px) {
  .mw-50-lg {
    max-width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .mw-60-xl {
    max-width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .mw-75-lg {
    max-width: 75%;
  }
}

.auto-columns-lg,
.auto-columns-xl {
  display: grid;
  margin: 1rem auto;
  gap: 2rem;
}

@media screen and (min-width: 992px) {
  .auto-columns-lg {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .auto-columns-xl {
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
  }
}

.faded-bread-back {
  color: #4A5439;
  background: url("../images/faded-bread-bg-GhxEVlu.webp") no-repeat;
  background-size: cover;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .faded-bread-back {
    background: url("../images/faded-bread-bg-hi-ZMQOQbr.webp") no-repeat;
    background-size: cover;
  }
}
.faded-bread-back .bigger {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media screen and (min-width: 360px) {
  .faded-bread-back .bigger {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 900;
  }
}
.faded-bread-back p:last-child {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 450;
  padding-bottom: 1rem;
}
@media screen and (min-width: 360px) {
  .faded-bread-back p:last-child {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.bread-inter {
  display: none;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .bread-inter {
    display: block;
    z-index: 3;
    margin: -25rem 0 0 0 !important;
    left: 50%;
    padding-left: 110px;
  }
}

#bonus {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #bonus {
    display: grid;
    gap: 3rem;
    align-items: center;
  }
  #bonus h2 {
    grid-column: 1/1;
  }
  #bonus picture,
  #bonus img {
    grid-column: 2/2;
    grid-row: 1/2;
  }
}
#bonus picture {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #bonus ul li {
    margin: 1rem 0;
  }
}

#bonus-droplet {
  display: none;
}
@media screen and (min-width: 992px) {
  #bonus-droplet {
    display: block;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: -700px;
    top: 0;
    width: 607px;
    height: 293px;
    background: url("../images/bonus-HRM80ae.webp") no-repeat top left;
  }
}

.striked {
  text-decoration: line-through;
}

.text-justify {
  text-align: justify;
}

.mb-4 {
  margin-bottom: 1rem;
}

.bullets {
  margin: 1rem auto;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .bullets {
    display: none;
  }
}
.bullets .bullet {
  width: 9px;
  height: 9px;
  background: url("../images/bullet-empty-3V7lFzm.svg");
}
.bullets .bullet.active {
  background: url("../images/bullet-QM_S82z.svg");
}

.lightbox {
  display: grid;
  gap: 1rem;
}
.lightbox .bigger {
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}
@media screen and (min-width: 768px) {
  .lightbox .bigger {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }
}
.lightbox.top {
  display: grid;
  justify-content: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lightbox.top {
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .lightbox.top {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.lightbox.top .box {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  padding: 0;
  max-width: 380px;
  border-radius: 25px;
  align-items: start;
}
.lightbox.top .box .img-container {
  grid-column: 1/2 !important;
  grid-row: 1/2;
}
.lightbox.top .box .img-container img {
  border-radius: 25px 25px 0 0;
  height: auto;
}
.lightbox.top .box div:last-child {
  grid-column: 1/2;
  grid-row: 2/3;
  margin: 0 1.5rem 1rem 1.5rem;
}
.lightbox .box {
  position: relative;
  z-index: 2;
  display: none;
  align-items: center;
  gap: 1rem;
}
.lightbox .box:not(.flat) {
  background: white;
  border-radius: 60px;
  padding: 0.3rem;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.lightbox .box.active {
  display: grid;
}
@media screen and (min-width: 992px) {
  .lightbox .box {
    display: grid;
    padding: 2rem;
  }
  .lightbox .box:nth-child(2n) .img-container {
    grid-column: 2/3;
  }
  .lightbox .box:nth-child(2n) div:last-child {
    grid-column: 1/2;
  }
  .lightbox .box:nth-child(2n) .img-container .steps {
    right: 1rem;
  }
}
.lightbox .box img {
  max-width: 100%;
}
.lightbox .box .img-container {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  grid-column: 1/2;
}
@media screen and (min-width: 992px) {
  .lightbox .box .img-container {
    position: initial;
    width: auto;
  }
}
.lightbox .box .img-container img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .lightbox .box .img-container img {
    width: auto;
  }
}
.lightbox .box .img-container .steps {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: white;
  font-size: 3.75rem;
  font-weight: 900;
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 992px) {
  .lightbox .box .img-container .steps {
    font-size: 5rem;
    font-weight: 900;
    color: #B09B7C;
    -webkit-text-stroke: 2px #B09B7C;
    right: 0;
    bottom: auto;
    top: -2rem;
  }
}
.lightbox .box div:last-child {
  margin: 1rem;
}
@media screen and (min-width: 992px) {
  .lightbox .box div:last-child {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

#review-lightbox {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #review-lightbox {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  flex-direction: column;
}
header #avatar {
  border-radius: 9999px;
}
@media screen and (min-width: 360px) {
  header #header-logo {
    width: 140px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  header #header-logo {
    width: 192px;
    height: auto;
  }
}
header #wbg {
  background: white;
  display: flex;
}
header #wbg .container {
  flex-direction: row;
  align-items: center;
}
header #cart-button {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  header #cart-button {
    margin-left: 0;
    flex-direction: row;
    order: 3;
  }
}
header #cart-button #cart-items-count {
  color: #212121;
}
header:after {
  height: 8px;
  content: "";
  background: url("../images/bg-uYjedG7.svg") bottom center repeat-x;
}
header a,
header a:visited {
  display: inline-block;
  color: white;
}
@media screen and (min-width: 1200px) {
  header a,
  header a:visited {
    color: #212121;
  }
}
@media screen and (min-width: 1200px) {
  header #social {
    order: 3;
    margin: 0;
  }
}
@media screen and (min-width: 360px) {
  header #social a img,
  header #social a:visited img {
    height: 41px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  header #social a img,
  header #social a:visited img {
    height: 44px;
    width: auto;
  }
}
header #burger-link {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../images/menu-k7xU5Ss.svg");
  background-size: cover;
}
@media screen and (min-width: 360px) {
  header #burger-link {
    height: 41px;
    width: 41px;
  }
}
@media screen and (min-width: 768px) {
  header #burger-link {
    height: 44px;
    width: 44px;
  }
}
@media screen and (min-width: 1200px) {
  header #burger-link {
    display: none;
  }
}
header #menu {
  display: none;
  animation-name: fade;
  animation-direction: reverse;
  animation-duration: 0.6s;
  background-image: url("../images/bg-olive-stWK0jD.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  position: fixed;
  overflow: visible;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 9;
  padding-bottom: 8px;
  gap: 1rem;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 1200px) {
  header #menu {
    display: flex;
    margin-left: auto;
    position: initial;
    flex-direction: row;
    order: 2;
    padding: 0;
    animation-name: none;
    background-image: none;
  }
}
@media screen and (min-width: 360px) {
  header #menu {
    top: 81px;
  }
}
@media screen and (min-width: 768px) {
  header #menu {
    top: 97px;
  }
}
header #menu .olive-bg {
  background-image: url("../images/bg-uYjedG7.svg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #4A5439;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  header #menu .olive-bg {
    background: none;
    padding: 0;
  }
}
header #menu nav,
header #menu div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  header #menu nav,
  header #menu div {
    flex-direction: row;
    align-items: center;
  }
}
header #menu nav a,
header #menu nav a:visited,
header #menu div a,
header #menu div a:visited {
  display: block;
  text-decoration: none;
  padding: 1rem;
}
header #menu nav a:hover,
header #menu div a:hover {
  color: #B09B7C;
}
@media screen and (min-width: 1200px) {
  header #menu nav {
    order: 1;
  }
  header #menu nav .mobile-only {
    display: none;
  }
}
header #menu #account-buttons {
  flex-direction: row;
  margin: 1rem;
  gap: 1rem;
}
@media screen and (min-width: 1200px) {
  header #menu #account-buttons {
    order: 3;
  }
}
header #menu #account-buttons a {
  flex: 1 1 0;
  width: 0;
  margin: 0;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  header #menu #account-buttons a {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  header #menu #account-buttons a {
    width: auto;
  }
}
header #menu #account-buttons a#userwelcome {
  display: flex;
  gap: 1rem;
  align-items: center;
  text-align: start;
  padding: 0;
}
header #menu #account-buttons a#userwelcome p {
  padding: 0;
  margin: 0;
}
header #menu #account-buttons a#userwelcome strong {
  font-weight: 900;
}
@media screen and (min-width: 1200px) {
  header #menu #account-buttons .transparent {
    color: #212121;
  }
}
header #menu hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  height: 1px;
  margin: 1rem;
}
@media screen and (min-width: 1200px) {
  header #menu hr {
    display: none;
  }
}

header.open #menu {
  display: flex;
  animation-direction: normal;
}
header.open #burger-link {
  background: url("../images/close-menu-Ji3Yv2F.svg");
  background-size: cover;
}

footer {
  background: #EEE8D2;
  text-align: center;
  padding: 2rem;
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  footer {
    background: #EEE8D2 url("../images/footer-bg-vC2-viB.webp") no-repeat bottom center;
    border-image: url("../images/border-image-GmhKEWH.svg") 16/16px 0 0 0 round;
  }
  footer.on-beige {
    border-image: url("../images/border-image-on-beige-KS9rQY0.svg") 16/16px 0 0 0 round;
  }
}
@media screen and (min-width: 992px) {
  footer .container {
    display: grid;
    grid-template-columns: 1fr 1fr auto 2fr;
    gap: 3rem;
  }
}
footer .container .social {
  margin: auto;
}
@media screen and (min-width: 992px) {
  footer .container .social {
    grid-column: 1/1;
    grid-row: 2/2;
  }
}
@media screen and (min-width: 360px) {
  footer .container .social img {
    width: auto;
    height: 44px;
  }
}
footer .container #footer-links {
  display: none;
  text-align: start;
  align-self: start;
  margin: 2rem 0;
}
footer .container #footer-links a,
footer .container #footer-links a:visited,
footer .container #footer-links a:hover {
  color: #212121;
  display: block;
  padding: 0.5rem;
}
@media screen and (min-width: 992px) {
  footer .container #footer-links {
    display: block;
    grid-column: 2/2;
  }
}
footer .container #sub-newsletter {
  margin: auto;
}
@media screen and (min-width: 992px) {
  footer .container #sub-newsletter {
    grid-column: 4/4;
    grid-row: 1/1;
    align-self: start;
    text-align: start;
  }
}
footer .container #sub-newsletter #username {
  display: none;
}
footer .container .legal {
  padding: 1rem 0;
  margin: auto;
}
@media screen and (min-width: 992px) {
  footer .container .legal {
    grid-column: 4/4;
    grid-row: 2/2;
  }
  footer .container .legal br {
    display: none;
  }
  footer .container .legal a {
    display: inline-block !important;
    padding: 2rem;
  }
}
footer .container .legal a,
footer .container .legal a:visited {
  display: block;
  text-decoration: underline;
  color: #212121;
}
footer .container img {
  margin: auto;
  padding: 1rem 0;
}
footer .container .btn {
  padding: 1rem 2rem;
  width: auto;
  display: inline-block;
}

#dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}
#dialog-overlay.open {
  display: block;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 105;
  display: none;
  align-items: center;
  justify-content: center;
  color: #4A5439;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 900;
  padding: 1rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #loading-overlay {
    padding: 1.5rem 2rem;
    border-radius: 25px;
    margin: auto;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
#loading-overlay.open {
  display: flex;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ebe4d8;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 1rem;
  box-sizing: border-box;
}
.dialog h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  color: #4A5439;
  font-weight: 900;
}
.dialog .dialog-close {
  position: absolute;
  display: block;
  padding: 1.5rem;
  top: 0;
  right: 0;
  cursor: pointer;
}
.dialog .dialog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  margin: auto;
}
.dialog .dialog-content div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dialog {
    border-radius: 25px;
    margin: auto;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    min-width: 480px;
    max-width: 600px;
  }
}
.dialog.open {
  display: flex;
}
.dialog .bigger {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #4A5439;
  font-weight: 900;
}
.dialog .bigger a,
.dialog .bigger a:visited {
  color: #4A5439;
  text-decoration: underline;
}

#register-dialog input[name=username] {
  display: none;
}

#added-to-cart {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
  background: white;
  display: none;
  z-index: 100;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  #added-to-cart {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    padding: 1.5rem 2rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 25px;
  }
}
#added-to-cart .confirmation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
}
#added-to-cart.open {
  display: flex;
  opacity: 1;
}
#added-to-cart p {
  margin: 0;
}

.error-page {
  background: #4A5439;
  background-image: url("../images/wheat-olive-bg-left-sWZD7kh.webp"), url("../images/wheat-olive-bg-right-8zOHEqa.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: auto 40%, auto 50%;
  background-position: left bottom, right -100px top -135px;
  height: 100%;
  box-sizing: border-box;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .error-page {
    background-size: auto auto, auto auto;
    background-position: left 100px bottom, right 100px top;
  }
}
.error-page img {
  max-width: 100%;
  box-sizing: border-box;
}
.error-page #error-logo {
  max-width: 190px;
}
@media screen and (min-width: 768px) {
  .error-page #error-logo {
    max-width: none;
  }
}
.error-page p {
  padding: 1rem;
  max-width: 600px;
}

#bread-back {
  z-index: 0;
  min-height: 630px;
  background: url("../images/bg-bread-PF2SVXv.webp") no-repeat bottom center, linear-gradient(to bottom left, #ece4d9 20%, #ddd7ca 80%);
  background-size: 100%, auto;
}
@media screen and (min-width: 992px) {
  #bread-back {
    background-image: url("../images/index-bread-basket-bg-QEMedq5.webp"), url("../images/darken-wheat-bg-TDseNrM.webp"), linear-gradient(to top right, #ece4d9 20%, #ddd7ca 80%);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto, auto;
    background-position: top right, bottom left, top left;
    min-height: 826px;
  }
}
#bread-back .container {
  align-items: start;
}
#bread-back .container #banner-items {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #bread-back .container #banner-items {
    flex-direction: column;
  }
}
#bread-back .container #banner-items div {
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: center;
  background: #4A5439;
  border-radius: 15px;
  padding: 1rem;
  flex: 1 1 0;
  color: white;
  max-width: 550px;
}
#bread-back .container #banner-items div strong {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
#bread-back h1 {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}
#bread-back h1,
#bread-back p,
#bread-back a {
  max-width: 650px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
#bread-back .price {
  color: #4A5439;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #bread-back h1 {
    margin: 5rem 0 2rem 0;
    font-size: 3.125rem;
    line-height: 1.2;
  }
  #bread-back p {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #bread-back a {
    max-width: 365px;
    margin: 1rem 0 0 0;
  }
}
#bread-back #back-markup {
  font: 20px/20px "Caveat", sans-serif;
  color: #B09B7C;
  max-width: 200px;
  margin: 0 0.3rem 0 auto;
  padding-right: 0;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  #bread-back #back-markup {
    margin: 0 0.3rem 0 16rem;
  }
}

#banner-separator {
  display: block;
  margin-top: -65px;
  height: 67px;
  width: 100%;
  background: url("../images/dual-arc-bg-8Tgj_FI.svg") no-repeat bottom;
  background-size: 100%;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

#index #viktoriia {
  max-width: 225px;
  height: auto;
}
@media screen and (min-width: 360px) {
  #index #viktoriia {
    max-width: none;
  }
}
#index .emphasized {
  padding: 0.6rem 0 0.6rem 0.8rem;
  border-left: 2px solid #B3CAD0;
}
@media screen and (min-width: 768px) {
  #index .emphasized {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
#index #wheat-stalk {
  display: none;
}
@media screen and (min-width: 1800px) {
  #index #wheat-stalk {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 870px;
    width: 334px;
    height: 285px;
    background: url("../images/wheat-stalk-8W_pPG2.webp") no-repeat left -0.5rem;
  }
}
#index #wheat-stalk-blur-right {
  display: none;
}
@media screen and (min-width: 1200px) {
  #index #wheat-stalk-blur-right {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 1000px;
    width: 622px;
    height: 313px;
    background: url("../images/wheat-blur-bg-hi-T1lHLnD.webp") no-repeat left -0.5rem;
  }
}
#index .wheat-blur-back {
  background: url("../images/wheat-blur-bg-7PMCjSk.webp") no-repeat top right;
  background-size: 135px auto;
}
@media screen and (min-width: 992px) {
  #index .wheat-blur-back {
    background: none;
  }
}
#index #class-description h3 {
  margin: 1rem 0 0 0;
}
#index #class-description ul {
  margin: 0;
  list-style-type: "🍞 ";
}
#index #class-description ul li {
  margin: 1rem 0;
}
@media screen and (min-width: 992px) {
  #index #about-me {
    padding-bottom: 8rem;
    margin-bottom: -2rem;
  }
  #index #about-me .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #index #about-me .container .center {
    grid-column: 2/2;
    grid-row: 1/5;
  }
  #index #about-me .container p:not(.center) {
    grid-column: 1/1;
  }
}
#index .wheat-back {
  background: url("../images/wheat-bg-q68jReU.webp") no-repeat right -0.5rem;
}
#index #hand-beater {
  display: none;
}
@media screen and (min-width: 1800px) {
  #index #hand-beater {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2400px;
    width: 294px;
    height: 470px;
    background: url("../images/hand-beater-JnAdXjp.webp") no-repeat top left;
  }
}
#index #bread-slice-droplet {
  display: none;
}
@media screen and (min-width: 1650px) {
  #index #bread-slice-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 2000px;
    width: 272px;
    height: 430px;
    background: url("../images/bread-slice-droplet-l4GxEUT.webp") no-repeat top left;
  }
}
#index #bread-droplet {
  display: none;
}
@media screen and (min-width: 1450px) {
  #index #bread-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5800px;
    width: 276px;
    height: 484px;
    background: url("../images/full-bread-droplet-gohEWt9.webp") no-repeat top left;
  }
}
#index #stalk-droplet {
  display: none;
}
@media screen and (min-width: 1200px) {
  #index #stalk-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    right: 3rem;
    top: 6100px;
    width: 368px;
    height: 237px;
    background: url("../images/wheat-stalk-droplet-DpoanHK.webp") no-repeat top left;
  }
}
#index #blur-left-droplet {
  display: none;
}
@media screen and (min-width: 1450px) {
  #index #blur-left-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 6800px;
    width: 647px;
    height: 313px;
    background: url("../images/wheat-blur-left-bg-hi-mq0ZiEk.webp") no-repeat top left;
  }
}
@media screen and (min-width: 768px) {
  #index #why-courses .altfont {
    font-size: 2.875rem;
    line-height: 1.2;
  }
}
#index #why-courses h2 {
  max-width: 600px;
}
#index #why-courses .figures {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  #index #why-courses .figures {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#index #why-courses #zigzag {
  width: 94px;
  height: auto;
}
#index #why-courses .bigger {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 2rem;
}
#index #why-courses a.btn {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #index .wooden-back.with-stars > .container > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 1.5rem;
  }
  #index .wooden-back.with-stars > .container > div > figure {
    width: 270px;
    margin: 0;
  }
}
#index .wooden-back.with-stars figcaption {
  color: #212121;
}
#index .wooden-back a.btn {
  margin: auto;
}
#index .subheader {
  max-width: 870px;
}
#index .star {
  background: url("../images/star-dsV3HHo.svg");
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem auto;
}
#index #recipe-samples {
  max-width: 100%;
  height: auto;
  margin: auto;
}
#index #reviews {
  background-image: url("../images/wheat-bg-q68jReU.webp"), url("../images/faded-bread-bg-GhxEVlu.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-position: top right, 0 0;
}
@media screen and (min-width: 768px) {
  #index #reviews {
    background-image: url("../images/faded-bread-bg-hi-ZMQOQbr.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
  }
}

#redesign-home {
  background: #12170e;
  color: #c9cfb4;
  font-family: "Onest", sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  min-height: 100vh;
}
#redesign-home h1, #redesign-home h2, #redesign-home h3 {
  margin: 0;
  padding: 0;
  color: #eae4d0;
  font-family: "Prata", serif;
  font-weight: 400;
}
#redesign-home h2 {
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  #redesign-home h2 {
    font-size: 36px;
    line-height: 1.15;
  }
}
#redesign-home p {
  margin: 0;
}
#redesign-home s {
  color: #909a78;
}
#redesign-home strong {
  color: #eae4d0;
}
#redesign-home .rh-wrap {
  max-width: 1240px;
  margin: 0 auto;
}
#redesign-home .rh-section-pad {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px 18px 8px;
}
@media (min-width: 900px) {
  #redesign-home .rh-section-pad {
    gap: 22px;
    padding: 56px 48px 16px;
  }
}
#redesign-home .rh-center {
  align-items: center;
  text-align: center;
}
#redesign-home .rh-center-text {
  text-align: center;
}
#redesign-home .rh-kicker {
  font-family: "JetBrains Mono", monospace;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #d9b25f;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  #redesign-home .rh-kicker {
    font-size: 12px;
    letter-spacing: 0.18em;
  }
}
#redesign-home .rh-sub {
  color: #aab393;
  text-wrap: pretty;
}
@media (min-width: 900px) {
  #redesign-home .rh-sub {
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto;
  }
}
#redesign-home .rh-lead {
  font-size: 15.5px;
  line-height: 1.65;
  color: #eae4d0;
}
@media (min-width: 900px) {
  #redesign-home .rh-lead {
    font-size: 17px;
  }
}
#redesign-home .rh-bigger {
  font-size: 16px;
  line-height: 1.6;
  color: #eae4d0;
  text-wrap: pretty;
}
@media (min-width: 900px) {
  #redesign-home .rh-bigger {
    font-size: 18px;
    max-width: 720px;
    margin: 0 auto;
  }
}
#redesign-home .rh-btn {
  display: inline-block;
  background: #d9b25f;
  color: #12170e;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
#redesign-home .rh-btn-big {
  padding: 16px;
  font-size: 15.5px;
  box-shadow: 0 8px 32px rgba(217, 178, 95, 0.35);
}
@media (min-width: 900px) {
  #redesign-home .rh-btn-big {
    padding: 17px 30px;
    font-size: 16px;
    white-space: nowrap;
  }
}
#redesign-home .rh-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(18, 23, 14, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #242c1b;
}
@media (min-width: 900px) {
  #redesign-home .rh-nav {
    position: static;
    background: #12170e;
    backdrop-filter: none;
  }
}
#redesign-home .rh-nav-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
}
@media (min-width: 900px) {
  #redesign-home .rh-nav-inner {
    gap: 26px;
    padding: 18px 48px;
  }
}
#redesign-home .rh-logo {
  font-family: "Prata", serif;
  font-size: 18px;
  color: #eae4d0;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 900px) {
  #redesign-home .rh-logo {
    font-size: 22px;
  }
}
#redesign-home .rh-logo-tag {
  font-family: "Onest", sans-serif;
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #d9b25f;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (min-width: 900px) {
  #redesign-home .rh-logo-tag {
    font-size: 10px;
    letter-spacing: 0.22em;
  }
}
#redesign-home .rh-nav-links {
  display: none;
}
@media (min-width: 1240px) {
  #redesign-home .rh-nav-links {
    display: flex;
    gap: 16px;
    margin-left: auto;
  }
  #redesign-home .rh-nav-links a {
    font-size: 13px;
    font-weight: 500;
    color: #aab393;
    text-decoration: none;
    white-space: nowrap;
  }
  #redesign-home .rh-nav-links a:hover {
    color: #eae4d0;
  }
}
#redesign-home .rh-nav-side {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
@media (min-width: 1240px) {
  #redesign-home .rh-nav-side {
    margin-left: 0;
    gap: 14px;
  }
}
#redesign-home .rh-socials {
  display: none;
}
@media (min-width: 1240px) {
  #redesign-home .rh-socials {
    display: flex;
    gap: 10px;
  }
  #redesign-home .rh-socials a {
    color: #aab393;
    display: inline-flex;
  }
  #redesign-home .rh-socials a:hover {
    color: #d9b25f;
  }
}
#redesign-home .rh-lang {
  display: flex;
  gap: 2px;
  border: 1px solid #303a22;
  border-radius: 999px;
  padding: 2px;
  font-size: 10.5px;
  font-weight: 700;
}
#redesign-home .rh-lang span,
#redesign-home .rh-lang a {
  padding: 3px 8px;
  color: #909a78;
  text-decoration: none;
}
#redesign-home .rh-lang span.active,
#redesign-home .rh-lang a.active {
  background: #d9b25f;
  color: #12170e;
  border-radius: 999px;
}
@media (min-width: 900px) {
  #redesign-home .rh-lang {
    padding: 3px;
    font-size: 11.5px;
  }
  #redesign-home .rh-lang span,
  #redesign-home .rh-lang a {
    padding: 4px 10px;
  }
}
#redesign-home .rh-cart {
  position: relative;
  display: inline-flex;
  color: #eae4d0;
}
#redesign-home .rh-cart:hover {
  color: #d9b25f;
}
#redesign-home .rh-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 999px;
  background: #d9b25f;
  color: #12170e;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}
#redesign-home .rh-account {
  display: none;
  align-items: center;
  gap: 8px;
  color: #eae4d0;
  text-decoration: none;
  font-size: 13px;
}
#redesign-home .rh-account img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}
@media (min-width: 900px) {
  #redesign-home .rh-account {
    display: inline-flex;
  }
  #redesign-home .rh-account span {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#redesign-home .rh-nav-cta {
  display: none;
}
@media (min-width: 900px) {
  #redesign-home .rh-nav-cta {
    display: inline-block;
    padding: 10px 20px;
  }
}
#redesign-home .rh-burger {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px 2px;
  background: none;
  border: none;
  cursor: pointer;
}
#redesign-home .rh-burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #eae4d0;
}
@media (min-width: 1240px) {
  #redesign-home .rh-burger {
    display: none;
  }
}
#redesign-home .rh-mobile-menu {
  display: none;
  border-top: 1px solid #242c1b;
  background: rgba(26, 33, 19, 0.96);
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
#redesign-home .rh-mobile-menu > .rh-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
}
#redesign-home .rh-mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#redesign-home .rh-mobile-menu nav a {
  padding: 10px 0;
  color: #c9cfb4;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #242c1b;
}
#redesign-home .rh-mobile-menu nav a:last-child {
  border-bottom: none;
}
#redesign-home.rh-menu-open .rh-mobile-menu {
  display: block;
}
#redesign-home .rh-menu-login {
  align-self: flex-start;
  padding: 10px 24px;
}
#redesign-home .rh-account-mobile {
  display: flex;
}
#redesign-home .rh-account-mobile strong {
  color: #d9b25f;
}
#redesign-home .rh-socials-mobile {
  display: flex;
  gap: 16px;
}
#redesign-home .rh-socials-mobile a {
  color: #aab393;
  display: inline-flex;
}
#redesign-home .rh-hero-frame {
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  #redesign-home .rh-hero-frame {
    height: 560px;
  }
}
#redesign-home .rh-hero-media {
  position: relative;
  display: block;
  height: 430px;
}
#redesign-home .rh-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 30%;
  filter: brightness(0.92);
}
@media (min-width: 900px) {
  #redesign-home .rh-hero-media {
    position: absolute;
    inset: 0;
    left: auto;
    width: 620px;
    height: auto;
  }
  #redesign-home .rh-hero-media img {
    object-position: 50% 30%;
    filter: brightness(0.82) saturate(0.95);
  }
}
#redesign-home .rh-hero-shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 430px;
  background: linear-gradient(to top, rgba(18, 23, 14, 0.9), rgba(18, 23, 14, 0) 18%);
}
@media (min-width: 900px) {
  #redesign-home .rh-hero-shade {
    height: auto;
    inset: 0;
    left: auto;
    width: 620px;
    background: linear-gradient(to right, #12170e 0%, rgba(18, 23, 14, 0.35) 30%, rgba(18, 23, 14, 0) 55%), linear-gradient(to top, rgba(18, 23, 14, 0.5), transparent 30%);
  }
}
#redesign-home .rh-hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 14px 18px 30px;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  #redesign-home .rh-hero-content {
    height: 100%;
    justify-content: center;
  }
}
#redesign-home .rh-hero-content h1 {
  font-size: 32px;
  line-height: 1.14;
  text-wrap: balance;
}
#redesign-home .rh-hero-content p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #c9cfb4;
  text-wrap: pretty;
}
@media (min-width: 900px) {
  #redesign-home .rh-hero-content {
    justify-content: center;
    gap: 22px;
    max-width: 560px;
    padding: 0 48px;
  }
  #redesign-home .rh-hero-content h1 {
    font-size: 50px;
    line-height: 1.12;
  }
  #redesign-home .rh-hero-content p {
    font-size: 16.5px;
    line-height: 1.65;
    max-width: 480px;
  }
}
#redesign-home .rh-hero-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#redesign-home .rh-hero-cta .rh-btn-big {
  display: block;
}
@media (min-width: 900px) {
  #redesign-home .rh-hero-cta {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  #redesign-home .rh-hero-cta .rh-btn-big {
    display: inline-block;
  }
}
#redesign-home .rh-price-note {
  font-size: 13.5px;
  color: #aab393;
  text-align: center;
}
@media (min-width: 900px) {
  #redesign-home .rh-price-note {
    text-align: left;
    white-space: nowrap;
  }
}
#redesign-home .rh-panel-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 900px) {
  #redesign-home .rh-panel-grid {
    display: grid;
    gap: 18px;
  }
}
@media (min-width: 900px) {
  #redesign-home .rh-panel-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  #redesign-home .rh-panel-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
#redesign-home .rh-card {
  background: #1a2113;
  border: 1px solid #2c3520;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 900px) {
  #redesign-home .rh-card {
    border-radius: 18px;
    padding: 24px;
    gap: 12px;
  }
}
#redesign-home .rh-card-num {
  font-family: "Prata", serif;
  font-size: 20px;
  color: #d9b25f;
}
@media (min-width: 900px) {
  #redesign-home .rh-card-num {
    font-size: 26px;
  }
}
#redesign-home .rh-card-bonus .rh-card-num {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: "JetBrains Mono", monospace;
  font-weight: 600;
  padding-top: 4px;
}
@media (min-width: 900px) {
  #redesign-home .rh-card-bonus .rh-card-num {
    font-size: 15px;
    padding-top: 8px;
  }
}
#redesign-home .rh-card-title {
  font-weight: 700;
  font-size: 15px;
  color: #eae4d0;
  font-family: "Onest", sans-serif;
}
@media (min-width: 900px) {
  #redesign-home .rh-card-title {
    font-size: 16px;
  }
}
#redesign-home .rh-benefits .rh-card {
  background: linear-gradient(155deg, #e3c078, #d9b25f 70%);
  border-color: #b8944a;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}
#redesign-home .rh-benefits .rh-card .rh-card-title {
  color: #12170e;
  font-size: 16px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
#redesign-home .rh-benefits .rh-card .rh-card-title::before {
  content: "✦";
  font-size: 13px;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  #redesign-home .rh-benefits .rh-card .rh-card-title {
    font-size: 17.5px;
  }
}
#redesign-home .rh-benefits .rh-card .rh-card-text {
  color: #3b3220;
  font-size: 13.5px;
}
@media (min-width: 900px) {
  #redesign-home .rh-benefits .rh-card .rh-card-text {
    font-size: 14px;
  }
}
#redesign-home .rh-benefits .rh-card .rh-card-num {
  color: rgba(18, 23, 14, 0.55);
}
#redesign-home .rh-benefits .rh-card .rh-card-list {
  color: #3b3220;
}
#redesign-home .rh-benefits .rh-card .rh-card-list li::before {
  color: #12170e;
}
#redesign-home .rh-card-text {
  font-size: 13px;
  line-height: 1.55;
  color: #aab393;
}
@media (min-width: 900px) {
  #redesign-home .rh-card-text {
    font-size: 13.5px;
    line-height: 1.6;
  }
}
#redesign-home .rh-card-text strong {
  color: #eae4d0;
}
#redesign-home .rh-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 13px;
  line-height: 1.5;
  color: #aab393;
}
#redesign-home .rh-card-list li::before {
  content: "·";
  color: #d9b25f;
  font-weight: 800;
  margin-right: 8px;
}
@media (min-width: 900px) {
  #redesign-home .rh-card-list {
    font-size: 13.5px;
  }
}
#redesign-home .rh-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#redesign-home .rh-checklist li {
  position: relative;
  padding-left: 26px;
  text-wrap: pretty;
}
#redesign-home .rh-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #d9b25f;
  font-weight: 800;
}
@media (min-width: 900px) {
  #redesign-home .rh-checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 40px;
    font-size: 15px;
  }
}
#redesign-home .rh-about-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px 18px 8px;
}
@media (min-width: 900px) {
  #redesign-home .rh-about-inner {
    gap: 26px;
    padding: 56px 48px 16px;
  }
}
#redesign-home .rh-about-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 900px) {
  #redesign-home .rh-about-intro {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 56px;
    align-items: center;
  }
}
#redesign-home .rh-about-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: justify;
}
@media (min-width: 900px) {
  #redesign-home .rh-about-text {
    grid-column: 2;
    grid-row: 1;
  }
}
#redesign-home .rh-about-photo {
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 340px;
  align-self: center;
}
@media (min-width: 900px) {
  #redesign-home .rh-about-photo {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    justify-self: start;
    width: 86%;
  }
}
#redesign-home .rh-about-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: 18px;
  border: 1px solid rgba(217, 178, 95, 0.35);
  position: relative;
  z-index: 1;
}
#redesign-home .rh-about-photo::before {
  content: "";
  position: absolute;
  inset: 16px 16px -16px -16px;
  border: 1px solid rgba(217, 178, 95, 0.3);
  border-radius: 20px;
  pointer-events: none;
  z-index: 0;
}
#redesign-home .rh-about-photo figcaption {
  margin-top: 22px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #909a78;
  text-align: center;
}
@media (min-width: 900px) {
  #redesign-home .rh-about-photo figcaption {
    font-size: 12px;
  }
}
#redesign-home .rh-about-bridge {
  font-size: 17px;
  line-height: 1.45;
  color: #d9b25f;
  font-family: "Prata", serif;
  border-left: 3px solid #d9b25f;
  padding: 6px 0 6px 16px;
}
@media (min-width: 900px) {
  #redesign-home .rh-about-bridge {
    font-size: 21px;
  }
}
#redesign-home .rh-about-outro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-wrap: pretty;
}
@media (min-width: 900px) {
  #redesign-home .rh-about-outro {
    max-width: 760px;
  }
}
#redesign-home .rh-figures {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#redesign-home .rh-figures figure {
  margin: 0;
  background: #1a2113;
  border: 1px solid #2c3520;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#redesign-home .rh-figures figure img {
  max-width: 170px;
  height: auto;
  border-radius: 12px;
}
#redesign-home .rh-figures figure figcaption {
  font-size: 13px;
  line-height: 1.55;
  color: #aab393;
  text-align: center;
}
#redesign-home .rh-figures figure figcaption strong {
  color: #eae4d0;
}
@media (min-width: 900px) {
  #redesign-home .rh-figures {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  #redesign-home .rh-figures figure {
    border-radius: 18px;
    padding: 24px;
  }
  #redesign-home .rh-figures figure figcaption {
    font-size: 13.5px;
  }
}
#redesign-home .lightbox .box:not(.flat) {
  background: #1a2113;
  border: 1px solid #2c3520;
  border-radius: 18px;
  box-shadow: none;
  padding: 14px;
}
@media (min-width: 900px) {
  #redesign-home .lightbox .box:not(.flat) {
    padding: 28px;
  }
}
#redesign-home .lightbox .box .bigger {
  color: #eae4d0;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#redesign-home .lightbox .box p {
  color: #aab393;
  margin-bottom: 0.5rem;
}
#redesign-home .lightbox .box .img-container img {
  width: 100%;
  max-width: 480px;
  border-radius: 14px;
}
#redesign-home .lightbox .box .steps {
  color: #d9b25f;
  -webkit-text-stroke: 1px #d9b25f;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 900px) {
  #redesign-home .lightbox .box .steps {
    color: #d9b25f;
    -webkit-text-stroke: 2px #d9b25f;
  }
}
#redesign-home .bullets .bullet {
  width: 9px;
  height: 9px;
  background: #2c3520;
  border-radius: 50%;
}
#redesign-home .bullets .bullet.active {
  background: #d9b25f;
}
@media (min-width: 900px) {
  #redesign-home .rh-reviews-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: start;
  }
}
#redesign-home .rh-reviews-box .flat.box img {
  width: 100%;
  border-radius: 14px;
}
#redesign-home .rh-reviews-bullets {
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  #redesign-home .rh-outcome-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#redesign-home .rh-icon-card {
  flex-direction: row;
  align-items: flex-start;
}
@media (min-width: 900px) {
  #redesign-home .rh-icon-card {
    flex-direction: column;
  }
}
#redesign-home .rh-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #d9b25f;
  border-radius: 50%;
}
#redesign-home .rh-icon img {
  width: 26px;
  height: 26px;
}
@media (min-width: 900px) {
  #redesign-home .rh-icon {
    width: 56px;
    height: 56px;
  }
  #redesign-home .rh-icon img {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 900px) {
  #redesign-home .rh-bonus-inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 48px;
    align-items: center;
  }
}
#redesign-home .rh-bonus-inner > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 900px) {
  #redesign-home .rh-bonus-list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
}
#redesign-home .rh-bonus-photo {
  display: flex;
  justify-content: center;
}
#redesign-home .rh-bonus-photo img {
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 18px;
}
#redesign-home .rh-duo-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 18px 8px;
}
#redesign-home .rh-duo-inner img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  filter: saturate(0.97);
}
#redesign-home .rh-duo-inner img:first-child {
  object-position: 50% 45%;
  filter: brightness(0.92);
}
@media (min-width: 900px) {
  #redesign-home .rh-duo-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 18px;
    padding: 40px 48px 16px;
  }
  #redesign-home .rh-duo-inner img {
    height: 340px;
    border-radius: 18px;
  }
}
#redesign-home .rh-duo-inner.rh-trio img,
#redesign-home .rh-duo-inner.rh-trio img:first-child {
  object-position: 50% 50%;
  filter: saturate(0.97);
}
@media (min-width: 900px) {
  #redesign-home .rh-duo-inner.rh-trio {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #redesign-home .rh-duo-inner.rh-trio img {
    height: 400px;
  }
}
#redesign-home .rh-cta-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 28px;
  padding: 28px 18px 120px;
  text-align: center;
}
#redesign-home .rh-cta-inner h2 {
  font-size: 22px;
  line-height: 1.3;
}
#redesign-home .rh-cta-inner p {
  font-size: 13px;
  color: #aab393;
}
@media (min-width: 900px) {
  #redesign-home .rh-cta-inner {
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin-top: 56px;
    padding: 44px 48px;
    border-top: 1px solid #242c1b;
    text-align: left;
  }
  #redesign-home .rh-cta-inner h2 {
    font-size: 27px;
    line-height: 1.25;
  }
  #redesign-home .rh-cta-inner p {
    margin-top: 8px;
    font-size: 14px;
  }
  #redesign-home .rh-cta-inner .rh-cta-text {
    flex: 1;
  }
  #redesign-home .rh-cta-inner .rh-btn-big {
    box-shadow: none;
  }
}
#redesign-home .rh-offer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(26, 33, 19, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid #2c3520;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
}
#redesign-home .rh-offer-bar .rh-btn {
  flex: 1;
}
@media (min-width: 900px) {
  #redesign-home .rh-offer-bar {
    display: none;
  }
}
#redesign-home .rh-offer-price {
  display: flex;
  flex-direction: column;
}
#redesign-home .rh-offer-now {
  font-size: 16px;
  font-weight: 800;
  color: #eae4d0;
}
#redesign-home .rh-offer-now s {
  font-size: 11.5px;
  font-weight: 500;
}
#redesign-home .rh-offer-sub {
  font-size: 10.5px;
  color: #aab393;
}
#redesign-home .rh-course-hero {
  border-bottom: 1px solid #242c1b;
  background: linear-gradient(180deg, rgba(217, 178, 95, 0.06), transparent 70%);
}
#redesign-home .rh-course-hero h1 {
  font-size: 30px;
  line-height: 1.15;
  max-width: 760px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  #redesign-home .rh-course-hero h1 {
    font-size: 44px;
  }
}
#redesign-home .rh-course-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  font-family: "Prata", serif;
}
#redesign-home .rh-course-price s {
  color: #909a78;
  font-size: 18px;
}
@media (min-width: 900px) {
  #redesign-home .rh-course-price s {
    font-size: 22px;
  }
}
#redesign-home .rh-course-price-now {
  color: #d9b25f;
  font-size: 34px;
}
@media (min-width: 900px) {
  #redesign-home .rh-course-price-now {
    font-size: 44px;
  }
}
#redesign-home .rh-buy-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 420px;
  margin: 8px auto 0;
}
#redesign-home .rh-input {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid #303a22;
  background: #1a2113;
  color: #eae4d0;
  font-family: "Onest", sans-serif;
  font-size: 14px;
}
#redesign-home .rh-input::placeholder {
  color: #909a78;
}
#redesign-home .rh-input:focus {
  outline: none;
  border-color: #d9b25f;
}
#redesign-home .rh-pack-card {
  margin: 0;
}
#redesign-home .rh-pack-card .rh-pack-desc {
  color: #3b3220;
  font-size: 13.5px;
}
#redesign-home .rh-pack-card .rh-pack-desc ul {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#redesign-home .rh-pack-card .rh-pack-desc p {
  margin: 0 0 8px;
}
#redesign-home .rh-pack-card .rh-pack-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
#redesign-home .rh-pack-card .rh-pack-bottom .rh-input {
  background: rgba(18, 23, 14, 0.18);
  border-color: rgba(18, 23, 14, 0.35);
  color: #12170e;
}
#redesign-home .rh-pack-card .rh-pack-bottom .rh-input::placeholder {
  color: rgba(18, 23, 14, 0.55);
}
#redesign-home .rh-pack-card .rh-pack-bottom .rh-btn {
  text-align: center;
  background: #12170e;
  color: #d9b25f;
}
#redesign-home .rh-pack-card .rh-pack-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: "Prata", serif;
  color: #12170e;
  font-size: 26px;
}
#redesign-home .rh-pack-card .rh-pack-price s {
  font-size: 16px;
  color: rgba(18, 23, 14, 0.5);
}
#redesign-home .rh-pack-card .rh-pack-price small {
  font-family: "Onest", sans-serif;
  font-size: 12px;
  color: rgba(18, 23, 14, 0.6);
}
#redesign-home .rh-course-desc {
  max-width: 760px;
  margin: 34px auto 0;
}
#redesign-home .rh-course-desc strong {
  color: #eae4d0;
}
#redesign-home .rh-inspire-photo,
#redesign-home .rh-how-photo {
  max-width: min(100%, 486px);
  height: auto;
  border-radius: 18px;
  margin: 22px auto;
  display: block;
}
#redesign-home .rh-gold-lead {
  font-family: "Prata", serif;
  color: #d9b25f;
  font-size: 18px;
  line-height: 1.5;
  max-width: 640px;
  margin: 18px auto;
}
@media (min-width: 900px) {
  #redesign-home .rh-gold-lead {
    font-size: 22px;
  }
}
#redesign-home .rh-note {
  font-size: 12px;
  color: #909a78;
}
#redesign-home .rh-product-card {
  cursor: pointer;
}
#redesign-home .rh-product-card .rh-product-image {
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#redesign-home .rh-product-card .rh-product-image img {
  width: 100%;
  max-width: 260px;
  height: auto;
  border-radius: 8px;
}
#redesign-home .rh-product-card .rh-product-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
#redesign-home .rh-product-card .rh-pack-price {
  color: #d9b25f;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: "Prata", serif;
  font-size: 24px;
}
#redesign-home .rh-product-card .rh-pack-price s {
  font-size: 15px;
  color: #909a78;
}
#redesign-home .rh-product-card .rh-pack-price small {
  font-family: "Onest", sans-serif;
  font-size: 12px;
  color: #909a78;
}
#redesign-home .rh-product-card .rh-product-buttons {
  display: flex;
  gap: 10px;
}
#redesign-home .rh-product-card .rh-product-buttons .rh-btn {
  flex: 1;
}
#redesign-home .rh-product-card .rh-product-buttons .rh-btn-cart {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}
#redesign-home .rh-crumbs {
  font-size: 12.5px;
  color: #909a78;
  margin-bottom: 20px;
}
#redesign-home .rh-crumbs a {
  color: #aab393;
  text-decoration: none;
}
#redesign-home .rh-crumbs a:hover {
  color: #d9b25f;
}
#redesign-home .rh-crumbs span {
  color: #eae4d0;
}
#redesign-home .rh-crumbs-center {
  margin-bottom: 12px;
}
#redesign-home .rh-product-detail {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (min-width: 900px) {
  #redesign-home .rh-product-detail {
    flex-direction: row;
    gap: 48px;
  }
}
#redesign-home .rh-product-gallery {
  flex: 0 0 42%;
}
#redesign-home .rh-product-gallery #main-product-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: #fff;
}
#redesign-home .rh-product-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
#redesign-home .rh-product-thumbs .small-product-image-link {
  border: 2px solid transparent;
  border-radius: 10px;
  display: inline-flex;
  overflow: hidden;
}
#redesign-home .rh-product-thumbs .small-product-image-link.active {
  border-color: #d9b25f;
}
#redesign-home .rh-product-thumbs .small-product-image-link img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
#redesign-home .rh-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#redesign-home .rh-product-info h1 {
  font-size: 26px;
  line-height: 1.2;
}
@media (min-width: 900px) {
  #redesign-home .rh-product-info h1 {
    font-size: 32px;
  }
}
#redesign-home .rh-product-info .rh-course-price {
  justify-content: flex-start;
}
#redesign-home .rh-product-info .rh-btn-big {
  align-self: flex-start;
  min-width: 240px;
}
#redesign-home .rh-product-buyline {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
#redesign-home .rh-quantity {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  border: 1px solid #303a22;
  border-radius: 999px;
  padding: 4px;
}
#redesign-home .rh-quantity .amount-button {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d9b25f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
#redesign-home .rh-quantity .amount-value {
  min-width: 28px;
  text-align: center;
  color: #eae4d0;
  font-weight: 700;
}
#redesign-home .rh-product-desc {
  color: #aab393;
  font-size: 14px;
  line-height: 1.65;
}
#redesign-home .rh-product-desc strong {
  color: #eae4d0;
}
#redesign-home .rh-product-desc ul {
  padding-left: 18px;
}
#redesign-home .rh-related-title {
  margin-top: 48px;
  margin-bottom: 24px;
}
#redesign-home .rh-faq-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto 22px;
}
#redesign-home .rh-faq-cats .faq-category {
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid #2c3520;
  color: #aab393;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
#redesign-home .rh-faq-cats .faq-category.active {
  background: #d9b25f;
  border-color: #d9b25f;
  color: #2a2212;
  font-weight: 600;
}
#redesign-home .rh-faq-cats .faq-category:hover:not(.active) {
  color: #eae4d0;
  border-color: rgba(217, 178, 95, 0.5);
}
#redesign-home .rh-faq-cat:not(.open) {
  display: none;
}
#redesign-home .rh-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#redesign-home .rh-faq-item {
  width: 100%;
  box-sizing: border-box;
  background: #1a2113;
  border: 1px solid #2c3520;
  border-radius: 16px;
  padding: 18px 22px;
  cursor: pointer;
}
#redesign-home .rh-faq-item h2 {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-right: 30px;
}
#redesign-home .rh-faq-item h2::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #d9b25f;
  font-size: 22px;
  font-weight: 400;
}
#redesign-home .rh-faq-item .fold {
  display: none;
  padding-top: 10px;
  color: #aab393;
  font-size: 14px;
  line-height: 1.65;
}
#redesign-home .rh-faq-item .fold p {
  margin: 0 0 10px;
}
#redesign-home .rh-faq-item .fold p:last-child {
  margin-bottom: 0;
}
#redesign-home .rh-faq-item .fold ul {
  margin: 8px 0 0;
  padding-left: 22px;
}
#redesign-home .rh-faq-item .fold ul li::marker {
  color: #d9b25f;
}
#redesign-home .rh-faq-item.open {
  border-color: rgba(217, 178, 95, 0.4);
}
#redesign-home .rh-faq-item.open h2::after {
  content: "−";
}
#redesign-home .rh-faq-item.open .fold {
  display: block;
}
#redesign-home .rh-faq-cta {
  margin-top: 34px;
}
#redesign-home .rh-inline-link {
  color: #d9b25f;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#redesign-home .rh-inline-link:hover {
  color: #e1c280;
}
#redesign-home .rh-contact-inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#redesign-home .rh-contact-inner h2 {
  margin-bottom: 8px;
}
#redesign-home .rh-contact-inner .rh-contact-form {
  margin: 18px 0 0;
  max-width: 460px;
}
#redesign-home .rh-contact-inner .rh-contact-form textarea.rh-input {
  resize: vertical;
  min-height: 120px;
}
@media (min-width: 900px) {
  #redesign-home .rh-contact-inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  #redesign-home .rh-contact-inner > div:first-child {
    flex: 1;
  }
}
#redesign-home .rh-contact-photo {
  display: none;
}
@media (min-width: 900px) {
  #redesign-home .rh-contact-photo {
    display: block;
  }
  #redesign-home .rh-contact-photo img {
    max-width: 380px;
    height: auto;
    border-radius: 18px;
  }
}
#redesign-home .rh-checkout-grid {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (min-width: 900px) {
  #redesign-home .rh-checkout-grid {
    flex-direction: row;
    align-items: flex-start;
  }
  #redesign-home .rh-checkout-grid > .cart {
    flex: 1.2;
  }
  #redesign-home .rh-checkout-grid > form {
    flex: 1;
  }
}
#redesign-home .rh-card-panel {
  background: #1a2113;
  border: 1px solid #2c3520;
  border-radius: 18px;
  padding: 22px;
}
#redesign-home .rh-card-panel h2 {
  font-size: 20px;
  margin-bottom: 16px;
}
#redesign-home .checkout {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#redesign-home .checkout select.rh-input,
#redesign-home .checkout select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #303a22;
  background: #12170e;
  color: #eae4d0;
  font-family: "Onest", sans-serif;
  font-size: 14px;
}
#redesign-home .checkout .form-box-unit {
  margin-top: 12px;
}
#redesign-home .checkout .error {
  color: #e08b8b;
  font-size: 12px;
}
#redesign-home .checkout input.error,
#redesign-home .checkout textarea.error {
  border-color: #e08b8b;
}
#redesign-home .checkout textarea.rh-input {
  resize: vertical;
  min-height: 90px;
}
#redesign-home .rh-checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: #aab393;
  margin: 12px 0;
}
#redesign-home .rh-checkbox input {
  accent-color: #d9b25f;
  margin-top: 3px;
}
#redesign-home .cart-items {
  display: flex;
  flex-direction: column;
}
#redesign-home .cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #242c1b;
}
#redesign-home .cart-item .cart-item-image img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  background: #fff;
}
#redesign-home .cart-item .cart-item-title {
  color: #eae4d0;
  font-weight: 600;
  font-size: 14px;
}
#redesign-home .cart-item .cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 6px;
}
#redesign-home .cart-item .cart-item-quantity .quantity-button {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #303a22;
  border-radius: 50%;
  color: #d9b25f;
  text-decoration: none;
  font-weight: 700;
}
#redesign-home .cart-item .cart-item-quantity .amount-value,
#redesign-home .cart-item .cart-item-quantity .quantity-value {
  min-width: 22px;
  text-align: center;
  color: #eae4d0;
}
#redesign-home .cart-item .cart-item-price {
  color: #d9b25f;
  font-weight: 700;
  white-space: nowrap;
}
#redesign-home .cart-item .cart-item-remove {
  color: #909a78;
}
#redesign-home .cart-item .cart-item-remove:hover {
  color: #e08b8b;
}
#redesign-home .rh-delivery-note {
  color: #aab393;
  font-size: 13px;
  margin: 14px 0 0;
}
#redesign-home .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 16px;
}
#redesign-home .cart-total p {
  margin: 0;
  color: #eae4d0;
  font-weight: 700;
}
#redesign-home .cart-total .price {
  font-family: "Prata", serif;
  font-size: 24px;
  color: #d9b25f;
}
#redesign-home .rh-login .rh-buy-form {
  margin-top: 0;
}
#redesign-home .rh-form-error {
  color: #e08b8b;
  font-size: 13.5px;
}
#redesign-home .rh-forgot-link {
  color: #aab393;
  font-size: 13px;
  text-decoration: none;
}
#redesign-home .rh-forgot-link:hover {
  color: #d9b25f;
  text-decoration: underline;
}
#redesign-home .rh-program-photo {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: auto;
}
#redesign-home #rh-to-top {
  position: fixed;
  right: 16px;
  bottom: 86px;
  z-index: 40;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(26, 33, 19, 0.96);
  border: 1px solid rgba(217, 178, 95, 0.45);
  color: #d9b25f;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
#redesign-home #rh-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#redesign-home #rh-to-top:hover {
  background: #d9b25f;
  color: #12170e;
}
@media (min-width: 900px) {
  #redesign-home #rh-to-top {
    right: 28px;
    bottom: 28px;
  }
}
#redesign-home .rh-footer {
  border-image: none !important;
  text-align: left;
  padding: 0;
  border-top: 1px solid #242c1b;
  background: rgba(26, 33, 19, 0.96) !important;
  margin-top: 40px;
  padding-bottom: 70px;
}
@media (min-width: 900px) {
  #redesign-home .rh-footer {
    padding-bottom: 0;
  }
}
#redesign-home .rh-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 34px 18px;
}
@media (min-width: 900px) {
  #redesign-home .rh-footer-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
    padding: 44px 48px;
  }
}
#redesign-home .rh-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#redesign-home .rh-footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#redesign-home .rh-footer-links a {
  color: #aab393;
  text-decoration: none;
  font-size: 14px;
}
#redesign-home .rh-footer-links a:hover {
  color: #d9b25f;
}
#redesign-home .rh-footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 320px;
}
#redesign-home .rh-footer-newsletter p {
  margin: 0;
  color: #c9cfb4;
  font-size: 13.5px;
}
#redesign-home .rh-footer-newsletter form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#redesign-home .rh-footer-newsletter .rh-btn {
  align-self: flex-start;
  padding: 10px 24px;
}
#redesign-home .rh-footer-newsletter .error {
  color: #e08b8b;
  font-size: 12px;
}
#redesign-home .rh-footer-legal {
  font-size: 12.5px;
  color: #909a78;
  line-height: 1.7;
}
#redesign-home .rh-footer-legal a {
  display: block;
  color: #aab393;
  text-decoration: none;
}
#redesign-home .rh-footer-legal a:hover {
  color: #d9b25f;
}
#redesign-home .rh-footer-legal p {
  margin: 10px 0 0;
}
#redesign-home .rh-reviews-grid {
  column-count: 1;
  column-gap: 18px;
}
@media (min-width: 600px) {
  #redesign-home .rh-reviews-grid {
    column-count: 2;
  }
}
@media (min-width: 900px) {
  #redesign-home .rh-reviews-grid {
    column-count: 3;
  }
}
#redesign-home .rh-review-card {
  break-inside: avoid;
  margin-bottom: 18px;
  background: #1a2113;
  border: 1px solid #2c3520;
  border-radius: 16px;
  padding: 10px;
}
#redesign-home .rh-review-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
#redesign-home .rh-course-card {
  text-decoration: none;
  align-items: center;
  text-align: center;
}
#redesign-home .rh-course-card img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 12px;
}
#redesign-home .rh-course-card .rh-card-title {
  font-size: 16.5px;
}
#redesign-home .rh-course-card .rh-btn {
  margin-top: auto;
}
#redesign-home .rh-course-card:hover {
  border-color: #d9b25f;
}
#redesign-home .rh-thanks-inner {
  padding: 0 18px 60px;
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#redesign-home .rh-thanks-inner .rh-checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
#redesign-home .rh-thanks-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media (min-width: 900px) {
  #redesign-home .rh-thanks-actions {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
  }
}
#redesign-home .rh-btn-ghost {
  background: transparent;
  border: 1px solid #2c3520;
  color: #aab393;
}
#redesign-home .rh-btn-ghost:hover {
  color: #eae4d0;
  border-color: rgba(217, 178, 95, 0.5);
}
#redesign-home .rh-legal {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 18px 60px;
  color: #c9cfb4;
  line-height: 1.7;
}
#redesign-home .rh-legal p {
  margin: 0 0 14px;
}
#redesign-home .rh-legal ol {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#redesign-home .rh-legal ol li::marker {
  color: #d9b25f;
  font-weight: 700;
}
@media (min-width: 900px) {
  #redesign-home .rh-legal {
    padding-bottom: 80px;
  }
}
#redesign-home .rh-member {
  padding-bottom: 30px;
}
#redesign-home .rh-member h1 {
  font-size: 28px;
  margin: 0 0 24px;
}
@media (min-width: 900px) {
  #redesign-home .rh-member h1 {
    font-size: 38px;
  }
}
#redesign-home .rh-member #bread-right-droplet,
#redesign-home .rh-member #left-stalk-droplet {
  display: none;
}
#redesign-home .rh-member .btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(160deg, #e6c476, #d9b25f);
  background-image: linear-gradient(160deg, #e6c476, #d9b25f);
  color: #2a2212;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: none;
}
#redesign-home .rh-member .btn.arrow {
  padding-right: 44px;
}
#redesign-home .rh-member .btn.arrow::after {
  content: "→";
  background: none;
  width: auto;
  height: auto;
  right: 18px;
  color: #2a2212;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
#redesign-home .rh-member .btn.transparent {
  background: transparent;
  border: 1px solid #2c3520;
  color: #aab393;
}
#redesign-home .rh-member .btn.transparent.active {
  background: #d9b25f;
  border-color: #d9b25f;
  color: #2a2212;
}
#redesign-home .rh-member-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
#redesign-home .rh-member-nav a {
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid #2c3520;
  color: #aab393;
  text-decoration: none;
  font-size: 14px;
}
#redesign-home .rh-member-nav a.active {
  background: #d9b25f;
  border-color: #d9b25f;
  color: #2a2212;
  font-weight: 600;
}
#redesign-home .rh-member-nav a:hover:not(.active) {
  color: #eae4d0;
  border-color: rgba(217, 178, 95, 0.5);
}
#redesign-home .rh-member #courses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  #redesign-home .rh-member #courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  #redesign-home .rh-member #courses-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
#redesign-home .rh-member #courses-grid > a {
  display: flex;
  flex-direction: column;
  background: #1a2113;
  border: 1px solid #2c3520;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #c9cfb4;
  transition: border-color 0.2s ease;
}
#redesign-home .rh-member #courses-grid > a img {
  width: 100%;
  height: auto;
  display: block;
}
#redesign-home .rh-member #courses-grid > a h3 {
  font-family: "Prata", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.35;
  color: #eae4d0;
  margin: 14px 16px 4px;
}
#redesign-home .rh-member #courses-grid > a p {
  margin: 4px 16px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #aab393;
}
#redesign-home .rh-member #courses-grid > a .btn {
  margin: auto 16px 16px;
  align-self: flex-start;
}
#redesign-home .rh-member #courses-grid > a:hover {
  border-color: rgba(217, 178, 95, 0.5);
}
#redesign-home .rh-member .course-content {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#redesign-home .rh-member .course-content h2 {
  font-size: 22px;
  margin: 22px 0 4px !important;
  text-align: left;
}
@media (min-width: 900px) {
  #redesign-home .rh-member .course-content h2 {
    font-size: 27px;
  }
}
#redesign-home .rh-member .course-content p {
  color: #c9cfb4;
  line-height: 1.7;
  margin: 0;
}
#redesign-home .rh-member .course-content ul {
  color: #c9cfb4;
  line-height: 1.7;
  margin: 8px 0 0;
  padding-left: 24px;
}
#redesign-home .rh-member .course-content ul li::marker {
  color: #d9b25f;
}
#redesign-home .rh-member .course-content strong {
  color: #eae4d0;
}
#redesign-home .rh-member .course-content > img {
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: 14px;
}
#redesign-home .rh-member .course-content [data-vjs-player] {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #2c3520;
}
#redesign-home .rh-member .accordion-sections > div {
  background: #1a2113;
  border: 1px solid #2c3520;
  box-shadow: none;
  border-radius: 16px;
  color: #c9cfb4;
}
#redesign-home .rh-member .accordion-sections > div h2 {
  color: #eae4d0;
}
#redesign-home .rh-member .accordion-sections > div .fold {
  color: #c9cfb4;
}
#redesign-home .rh-member .accordion-sections > div .fold p,
#redesign-home .rh-member .accordion-sections > div .fold li {
  color: #c9cfb4;
}
#redesign-home .rh-member .accordion-sections > div .fold li::marker {
  color: #d9b25f;
}
#redesign-home .rh-member .accordion-sections > div .fold strong {
  color: #eae4d0;
}
#redesign-home .rh-member .accordion-sections > div .fold a {
  color: #d9b25f;
}
#redesign-home .rh-member .accordion-sections > div .fold table th {
  background-color: rgba(217, 178, 95, 0.18);
  color: #eae4d0;
}
#redesign-home .rh-member .accordion-sections > div .fold table th,
#redesign-home .rh-member .accordion-sections > div .fold table td {
  border-color: #2c3520;
}
#redesign-home .rh-extend-card {
  max-width: 460px;
  margin: 10px auto 0;
  background: #1a2113;
  border: 1px solid rgba(217, 178, 95, 0.35);
  border-radius: 18px;
  padding: 34px 28px;
  text-align: center;
}
#redesign-home .rh-extend-card h3 {
  color: #eae4d0;
  font-family: "Prata", serif;
  font-weight: 400;
  font-size: 23px;
  margin: 0 0 12px;
}
#redesign-home .rh-extend-card p {
  color: #aab393;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 auto 20px;
  max-width: 360px;
}
#redesign-home .rh-extend-card .rh-extend-price {
  color: #d9b25f;
  font-family: "Prata", serif;
  margin-bottom: 22px;
}
#redesign-home .rh-extend-card .rh-extend-price .rh-extend-amount {
  font-size: 42px;
  line-height: 1;
}
#redesign-home .rh-extend-card .rh-extend-price .rh-extend-period {
  color: #aab393;
  font-family: "Onest", sans-serif;
  font-size: 14px;
}
#redesign-home .rh-extend-card .rh-btn {
  display: inline-block;
}

#privacy-policy,
#terms-and-conditions {
  background: url("../images/wooden-back-HVPzKrH.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  #privacy-policy,
  #terms-and-conditions {
    background: url("../images/wooden-back-hi-aBzVdLg.webp") no-repeat;
    background-size: contain;
    background-position: center;
  }
}
#privacy-policy ol,
#terms-and-conditions ol {
  padding-inline-start: 1rem;
  margin: 1rem 0;
}
#privacy-policy ol li,
#terms-and-conditions ol li {
  margin-bottom: 1.8rem;
  text-align: justify;
}
#privacy-policy ol li::marker,
#terms-and-conditions ol li::marker {
  content: counters(list-item, ".") " ";
  font-weight: 600;
}

#contact-page {
  background: url("../images/wooden-back-HVPzKrH.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  #contact-page {
    background: url("../images/wooden-back-hi-aBzVdLg.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6rem;
  }
}
#contact-page .container {
  justify-content: center;
  align-items: center;
}
#contact-page .container form input,
#contact-page .container form textarea {
  margin: 0.5rem 0;
}
#contact-page .container form textarea {
  resize: none;
}
#contact-page .container h2,
#contact-page .container p {
  margin: 0.5rem 0;
  text-align: center;
}
#contact-page .container h3 {
  color: #4A5439;
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
  margin: 2rem auto 0 auto;
}
#contact-page .container img {
  margin-top: -10rem;
}
@media screen and (min-width: 768px) {
  #contact-page .container {
    background: #EEE8D2;
    border-radius: 25px;
    padding: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #contact-page .container {
    display: flex;
    flex-direction: row;
    gap: 8rem;
  }
}

#store-page .products-grid {
  display: grid;
  gap: 2rem;
  margin: 3rem auto;
  justify-content: center;
  grid-template-columns: auto;
}
@media screen and (min-width: 768px) {
  #store-page .products-grid {
    grid-template-columns: auto auto auto;
  }
}
#store-page .products-grid > div {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 25px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  max-width: 280px;
  margin: 0 auto;
  cursor: pointer;
}
#store-page .products-grid > div .product-image {
  width: 100%;
  border-radius: 25px 25px 0 0;
  background: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
#store-page .products-grid > div .product-image > img {
  height: 100%;
  width: auto;
  box-sizing: border-box;
}
#store-page .products-grid > div .product-data {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  flex: 1 1 auto;
}
#store-page .products-grid > div .product-data h3 {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
}
#store-page .products-grid > div .product-data p {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#store-page .products-grid > div .product-data a {
  margin-bottom: 0;
  padding: 1rem;
}
#store-page .products-grid > div .product-data .price {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 900;
  margin-top: auto;
}
#store-page .products-grid > div .product-data .product-buttons {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  gap: 1rem;
}
#store-page .products-grid > div .product-data .product-buttons > :first-child {
  flex: 2 1 auto;
}
#store-page .products-grid > div .product-data .product-buttons .add-to-cart {
  flex: 1 1 auto;
  padding: 0.657rem 1rem;
}
#store-page #product-details {
  grid-auto-columns: auto;
}
@media screen and (min-width: 768px) {
  #store-page #product-details {
    background: white;
    border-radius: 25px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    padding: 1rem;
  }
}
#store-page #product-details h1 {
  padding: 0;
}
#store-page #product-details #product-images {
  margin: 0 auto;
}
#store-page #product-details #main-product-image {
  background-color: white;
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  object-fit: contain;
  max-width: 390px;
}
#store-page #product-details #small-product-images {
  display: grid;
  gap: 1rem;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  justify-content: start;
  margin: 1rem 0;
}
#store-page #product-details #small-product-images a {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: white;
  margin: 0;
  padding: 0;
  filter: grayscale(1);
  opacity: 0.5;
}
#store-page #product-details #small-product-images a:hover {
  filter: grayscale(0);
  opacity: 0.8;
}
#store-page #product-details #small-product-images a.active {
  border: 1px solid #CB964A;
  filter: grayscale(0);
  opacity: 1;
}
#store-page #product-details #small-product-images a img {
  border-radius: 10px;
  width: 100%;
  max-width: 90px;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  object-fit: contain;
  padding: 0.5rem;
}
#store-page #product-details #product-amount {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 15px;
  background-color: #EEE8D2;
}
@media screen and (min-width: 992px) {
  #store-page #product-details #product-amount {
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }
}
#store-page #product-details #product-amount .price {
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #212121;
}
@media screen and (min-width: 992px) {
  #store-page #product-details #product-amount .price {
    margin: 0;
  }
}
#store-page #product-details #product-amount .price .striked {
  font-size: 1.0625rem;
  line-height: 1.2;
  font-weight: 400;
}
#store-page #product-details #product-amount p {
  margin: 0;
}
#store-page #product-details #product-amount #quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: auto;
  padding: 1rem;
  background: white;
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  #store-page #product-details #product-amount #quantity {
    margin: 0 0 0 auto;
  }
}
#store-page #product-details #product-amount .btn {
  margin: 0;
}
#store-page #product-details h4,
#store-page #product-details p,
#store-page #product-details td,
#store-page #product-details li,
#store-page #product-details th {
  color: #212121;
}
#store-page #product-details table {
  border-spacing: 0;
}
#store-page #product-details table tr:nth-child(2n+1) {
  background-color: #EEE8D2;
  border-radius: 5px;
}
#store-page #product-details table td {
  padding: 0.75rem;
  width: 50%;
}
#store-page #product-details table td:first-child {
  border-radius: 5px 0 0 5px;
}
#store-page #product-details table td:last-child {
  border-radius: 0 5px 5px 0;
}

#sourdough-bread-back {
  min-height: 800px;
  background: #ebe4d8;
}
#sourdough-bread-back:before {
  content: "";
  position: absolute;
  opacity: 0.15;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
  background: url("../images/sourdough-back-bottom-Gt4Qywj.webp") no-repeat bottom center;
  background-size: 100% auto;
}
#sourdough-bread-back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: url("../images/viktoriia-sourdough-background-pRHhzia.webp") no-repeat 34px bottom;
  background-size: auto 360px;
}
@media screen and (min-width: 768px) {
  #sourdough-bread-back:after {
    background: none;
    background-size: auto;
  }
}
@media screen and (min-width: 992px) {
  #sourdough-bread-back {
    background-color: #ebe4d8;
    background-image: url("../images/darken-wheat-bg-TDseNrM.webp");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
  }
  #sourdough-bread-back:before {
    background: url("../images/sourdough-back-right--qET-fZ.webp") right bottom no-repeat;
  }
  #sourdough-bread-back:after {
    background: url("../images/viktoriia-sourdough-background-pRHhzia.webp") no-repeat right 300px bottom;
    background-size: auto;
  }
}
#sourdough-bread-back .price {
  top: 445px;
}

#prefermented-bread-back,
#sourdough-bread-back,
#panettone-bread-back {
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  #prefermented-bread-back,
  #sourdough-bread-back,
  #panettone-bread-back {
    min-height: 800px;
  }
}
#prefermented-bread-back .container,
#sourdough-bread-back .container,
#panettone-bread-back .container {
  align-items: start;
}
#prefermented-bread-back .container #banner-items,
#sourdough-bread-back .container #banner-items,
#panettone-bread-back .container #banner-items {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  #prefermented-bread-back .container #banner-items,
  #sourdough-bread-back .container #banner-items,
  #panettone-bread-back .container #banner-items {
    margin: 3rem 0 1rem 0;
  }
}
#prefermented-bread-back .container #banner-items div,
#sourdough-bread-back .container #banner-items div,
#panettone-bread-back .container #banner-items div {
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: start;
  background: #4A5439;
  border-radius: 15px;
  color: #4A5439;
  padding-left: 60px;
  min-height: 36px;
  padding-left: 50px;
}
@media screen and (min-width: 992px) {
  #prefermented-bread-back .container #banner-items div,
  #sourdough-bread-back .container #banner-items div,
  #panettone-bread-back .container #banner-items div {
    margin: 1rem;
    padding-left: 60px;
  }
}
#prefermented-bread-back .container #banner-items div strong,
#sourdough-bread-back .container #banner-items div strong,
#panettone-bread-back .container #banner-items div strong {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 360px) {
  #prefermented-bread-back .container #banner-items div strong,
  #sourdough-bread-back .container #banner-items div strong,
  #panettone-bread-back .container #banner-items div strong {
    font-size: 1rem;
    line-height: 1.2;
  }
}
#prefermented-bread-back .container #banner-items div:nth-child(1),
#sourdough-bread-back .container #banner-items div:nth-child(1),
#panettone-bread-back .container #banner-items div:nth-child(1) {
  background: url("../images/calendar-z_HOz0F.svg") no-repeat center left;
  background-size: auto 100%;
}
#prefermented-bread-back .container #banner-items div:nth-child(2),
#sourdough-bread-back .container #banner-items div:nth-child(2),
#panettone-bread-back .container #banner-items div:nth-child(2) {
  background: url("../images/shuttle-iXv0z8b.svg") no-repeat center left;
  background-size: auto 100%;
}
#prefermented-bread-back h1,
#sourdough-bread-back h1,
#panettone-bread-back h1 {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}
#prefermented-bread-back h1,
#prefermented-bread-back p,
#prefermented-bread-back a,
#prefermented-bread-back form,
#sourdough-bread-back h1,
#sourdough-bread-back p,
#sourdough-bread-back a,
#sourdough-bread-back form,
#panettone-bread-back h1,
#panettone-bread-back p,
#panettone-bread-back a,
#panettone-bread-back form {
  max-width: 600px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
#prefermented-bread-back .price,
#sourdough-bread-back .price,
#panettone-bread-back .price {
  position: absolute;
  background: url("../images/price-jAl6Uuz.svg") no-repeat center;
  background-size: 100%;
  color: white;
  text-align: end;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  width: 135px;
  height: 135px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #prefermented-bread-back .price,
  #sourdough-bread-back .price,
  #panettone-bread-back .price {
    width: 240px;
    height: 240px;
    top: 40px;
    font-size: 2.25rem;
    line-height: 1;
    left: auto;
    right: 100px;
  }
}
@media screen and (min-width: 992px) {
  #prefermented-bread-back .price,
  #sourdough-bread-back .price,
  #panettone-bread-back .price {
    right: 200px;
  }
}
#prefermented-bread-back .price > div,
#sourdough-bread-back .price > div,
#panettone-bread-back .price > div {
  transform: rotate(10deg);
}
#prefermented-bread-back .price .striked,
#sourdough-bread-back .price .striked,
#panettone-bread-back .price .striked {
  font-weight: 400;
  text-decoration: line-through;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #prefermented-bread-back .price .striked,
  #sourdough-bread-back .price .striked,
  #panettone-bread-back .price .striked {
    font-size: 1.375rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  #prefermented-bread-back h1,
  #sourdough-bread-back h1,
  #panettone-bread-back h1 {
    margin: 0;
    font-size: 3.125rem;
    line-height: 1.2;
  }
  #prefermented-bread-back p,
  #sourdough-bread-back p,
  #panettone-bread-back p {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  #prefermented-bread-back a,
  #sourdough-bread-back a,
  #panettone-bread-back a {
    max-width: 365px;
    margin: 1rem 0 0 0;
  }
}
#prefermented-bread-back #back-markup,
#sourdough-bread-back #back-markup,
#panettone-bread-back #back-markup {
  font: 20px/20px "Caveat", sans-serif;
  color: #B09B7C;
  max-width: 200px;
  margin: 0 0.3rem 0 auto;
  padding-right: 0;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  #prefermented-bread-back #back-markup,
  #sourdough-bread-back #back-markup,
  #panettone-bread-back #back-markup {
    margin: 0 0.3rem 0 16rem;
  }
}

#panettone-bread-back {
  background: #F7EDD7 url("../images/panettone-bottom-bg-8rfQ_YB.webp") no-repeat bottom 10px center;
  background-size: 100%;
  min-height: 840px;
}
@media screen and (min-width: 992px) {
  #panettone-bread-back {
    min-height: 860px;
    background-color: #ebe4d8;
    background-image: url("../images/panettone-right-bg-oICH7S_.webp"), url("../images/darken-wheat-bg-TDseNrM.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: bottom right -350px, bottom left;
  }
}
@media screen and (min-width: 1400px) {
  #panettone-bread-back {
    background-position: bottom right, bottom left;
  }
}
#panettone-bread-back .price {
  top: 660px;
}
@media screen and (min-width: 992px) {
  #panettone-bread-back .price {
    top: 140px;
  }
}
@media screen and (min-width: 1400px) {
  #panettone-bread-back .price {
    right: 460px;
  }
}

#prefermented-bread-back {
  background: #ebe4d8 url("../images/prefermented-bread-header-right-KqAwRoN.webp") no-repeat bottom center;
  background-size: 100%, auto;
  min-height: 900px;
}
@media screen and (min-width: 992px) {
  #prefermented-bread-back {
    background-color: #ebe4d8;
    background-image: url("../images/prefermented-bread-header-right-KqAwRoN.webp"), url("../images/darken-wheat-bg-TDseNrM.webp");
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-position: center right, bottom left;
  }
}
#prefermented-bread-back .price {
  top: 560px;
}

#courses-page h2 {
  text-align: center;
  max-width: 890px;
  margin: 1rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  #courses-page h2 {
    margin: 3rem auto 0 auto;
  }
}
@media screen and (min-width: 992px) {
  #courses-page #viktoriia-showing-bread {
    display: grid;
    gap: 1rem 3rem;
  }
  #courses-page #viktoriia-showing-bread img {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
#courses-page #viktoriia-showing-bread h2 {
  margin: 3rem auto 0 auto;
  text-align: start;
}
#courses-page #viktoriia-showing-bread img {
  width: 100%;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
#courses-page .bigger {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
  grid-column: 1/2;
}
@media screen and (min-width: 768px) {
  #courses-page .bigger {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
#courses-page figure {
  margin: 1.5rem 0;
}
#courses-page figcaption {
  font-size: 1.0625rem;
  color: #4A5439;
  line-height: 1.2;
  font-weight: 600;
  margin: 1rem 0;
}
#courses-page figcaption .note {
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #courses-page #step {
    margin: 3rem auto;
  }
}
@media screen and (min-width: 992px) {
  #courses-page #step {
    display: grid;
    gap: 1rem 3rem;
  }
  #courses-page #step img {
    grid-row: 1/4;
  }
  #courses-page #step h2,
  #courses-page #step p,
  #courses-page #step a {
    grid-column: 2/3;
  }
}
#courses-page #step a {
  width: 100%;
  max-width: 310px;
  text-align: start;
  box-sizing: border-box;
}
#courses-page #step h2 {
  margin: 3rem auto 0 auto;
  text-align: start;
}
#courses-page #step img {
  width: 90%;
  height: auto;
  margin: auto;
  max-width: max-content;
}
@media screen and (min-width: 992px) {
  #courses-page #packages .auto-columns-lg {
    grid-auto-flow: initial;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#courses-page #packages .auto-columns-lg div {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background: white;
  padding: 2rem;
  box-sizing: border-box;
  margin: 1rem 0;
  gap: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#courses-page #packages .auto-columns-lg div h3 {
  font-size: 1.0625rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 1rem auto 2rem auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #courses-page #packages .auto-columns-lg div h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
#courses-page #packages ul {
  color: #212121;
  margin: 1rem auto;
  padding: 0;
}
#courses-page #packages ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin: 1.5rem 0;
  list-style-type: none;
  font-size: 0.875rem;
  line-height: 1.5;
}
#courses-page #packages ul li:before {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background: url("../images/check-mark-ARZoa4w.svg") no-repeat left center;
  margin-right: 0.75rem;
}
#courses-page #packages ul li.grayed {
  color: #bbbbbb;
}
#courses-page #packages ul li.grayed:before {
  background: url("../images/check-mark-grayed-iF0fkP7.svg") no-repeat left center;
}
#courses-page #packages hr {
  display: block;
  border: none;
  background-color: #E4E4E4;
  box-sizing: border-box;
  height: 1px;
  margin: 2rem 0;
}
#courses-page #packages .price {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  color: #4A5439;
}
#courses-page #packages .priceUsd {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #4A5439;
}
#courses-page #left-stalk-droplet,
#courses-page #bread-right-droplet,
#courses-page #right-blur-stalk-droplet,
#courses-page #left-bread-droplet,
#courses-page #left-single-stalk-droplet,
#courses-page #right-bread-droplet {
  display: none;
}
@media screen and (min-width: 1200px) {
  #courses-page #left-stalk-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1560px;
    width: 433px;
    height: 195px;
    background: url("../images/courses-droplets/left-stalk-droplet-BAG5-vd.webp") no-repeat top left;
  }
}
@media screen and (min-width: 1400px) {
  #courses-page #bread-right-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 900px;
    width: 253px;
    height: 431px;
    background: url("../images/courses-droplets/bread-right-droplet-s_feZiu.webp") no-repeat top right;
  }
}
@media screen and (min-width: 1400px) {
  #courses-page #right-blur-stalk-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 3500px;
    width: 614px;
    height: 313px;
    background: url("../images/courses-droplets/right-blur-stalk-droplet-kBhekEw.webp") no-repeat top right;
  }
}
@media screen and (min-width: 1200px) {
  #courses-page #left-bread-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 4000px;
    width: 230px;
    height: 485px;
    background: url("../images/courses-droplets/left-bread-droplet-HDdCSAp.webp") no-repeat top left;
  }
}
@media screen and (min-width: 1400px) {
  #courses-page #left-single-stalk-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 6200px;
    width: 368px;
    height: 237px;
    background: url("../images/courses-droplets/left-single-stalk-droplet-yV55L1D.webp") no-repeat top left;
  }
}
@media screen and (min-width: 1400px) {
  #courses-page #right-bread-droplet {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 7070px;
    width: 235px;
    height: 431px;
    background: url("../images/courses-droplets/right-bread-droplet-k3g34Ik.webp") no-repeat top right;
  }
}
#courses-page #courses-grid {
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  #courses-page #courses-grid {
    grid-template-columns: 1fr 1fr;
  }
}
#courses-page #courses-grid a {
  color: #212121;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: start;
  box-sizing: border-box;
  background: white;
  border-radius: 25px;
  padding: 0 0 2rem 0;
}
#courses-page #courses-grid a img {
  width: 100%;
  border-radius: 25px 25px 0 0;
}
#courses-page #courses-grid a h3 {
  font-size: 1.3rem;
  text-align: start;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 2rem;
  color: #4A5439;
}
@media screen and (min-width: 768px) {
  #courses-page #courses-grid a h3 {
    font-size: 1.5rem;
  }
}
#courses-page #courses-grid a p,
#courses-page #courses-grid a span {
  margin: 0 2rem;
}
#courses-page #courses-grid a span {
  margin-top: auto;
}
#courses-page .course-content {
  margin: 3rem 0;
}
#courses-page .course-content h2 {
  margin: 3rem auto 0 auto !important;
  text-align: start;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  max-width: none;
}
#courses-page .course-content p {
  margin: 1.5rem 0;
  text-align: justify;
}
#courses-page .course-content img {
  width: 100%;
  height: auto;
  margin: 2rem 0;
  border-radius: 25px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
#courses-page .course-content .video-js {
  width: 100%;
}
#courses-page .video-js {
  margin: 2rem auto;
}
#courses-page .accordion-sections {
  display: grid;
  gap: 1rem;
}
#courses-page .accordion-sections > div {
  background: white;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #courses-page .accordion-sections > div {
    padding: 2rem;
  }
}
#courses-page .accordion-sections > div:not(.open) {
  cursor: pointer;
}
#courses-page .accordion-sections > div:not(.open) .fold {
  max-height: 0px;
  overflow: hidden;
}
#courses-page .accordion-sections > div h2 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  #courses-page .accordion-sections > div h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
#courses-page .accordion-sections > div h2:after {
  content: "";
  float: right;
  background: url("../images/arrow-beige-down-QgyyhUN.svg") no-repeat right center;
  width: 29px;
  height: 30px;
}
#courses-page .accordion-sections > div.loading {
  cursor: wait;
}
#courses-page .accordion-sections > div.loading h2:after {
  background: url("../images/bean-eater-vsm9Ykm.svg") no-repeat right center;
  background-size: auto 100%;
}
#courses-page .accordion-sections > div.open h2 {
  margin: 0 0 1rem 0 !important;
}
#courses-page .accordion-sections > div.open h2:after {
  background: none;
}
#courses-page .accordion-sections > div table th {
  background-color: #ddd;
  padding: 0.75rem;
}
#courses-page .accordion-sections > div table td {
  padding: 0.75rem;
}
#courses-page .accordion-sections > div li {
  margin: 1rem 0;
}

.course-selection-page {
  background: #4A5439;
  background-image: url("../images/wheat-olive-bg-left-sWZD7kh.webp"), url("../images/wheat-olive-bg-right-8zOHEqa.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: auto 40%, auto 50%;
  background-position: left bottom, right -100px top -135px;
  min-height: 100%;
  box-sizing: border-box;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .course-selection-page {
    background-size: auto auto, auto auto;
    background-position: left 100px bottom, right 100px top;
  }
}
.course-selection-page h1 {
  color: white;
}
.course-selection-page img {
  max-width: 100%;
  box-sizing: border-box;
}
.course-selection-page #error-logo {
  max-width: 190px;
}
@media screen and (min-width: 768px) {
  .course-selection-page #error-logo {
    max-width: none;
  }
}
.course-selection-page p {
  padding: 1rem;
  max-width: 600px;
}
.course-selection-page #courses-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .course-selection-page #courses-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .course-selection-page #courses-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.course-selection-page #courses-grid a {
  color: #212121;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: start;
  box-sizing: border-box;
  background: white;
  border-radius: 25px;
  padding: 0 0 2rem 0;
  max-width: 400px;
}
.course-selection-page #courses-grid a img {
  width: 100%;
  border-radius: 25px 25px 0 0;
}
.course-selection-page #courses-grid a h3 {
  font-size: 1.3rem;
  text-align: start;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 2rem;
  color: #4A5439;
}
@media screen and (min-width: 768px) {
  .course-selection-page #courses-grid a h3 {
    font-size: 1.5rem;
  }
}
.course-selection-page #courses-grid a p,
.course-selection-page #courses-grid a span {
  margin: 0 2rem;
}
.course-selection-page #courses-grid a span {
  margin-top: auto;
}

#program-page img {
  width: 100%;
  max-width: 482px;
  height: auto;
  margin: 1rem auto;
}
@media screen and (min-width: 992px) {
  #program-page > div > div {
    display: grid;
    gap: 2rem;
  }
  #program-page > div > div > *:not(img) {
    grid-column: 1/2;
  }
  #program-page > div > div > img {
    grid-column: 2/3;
  }
  #program-page #chapter-1-image {
    grid-row: 1/4;
  }
  #program-page #chapter-2-image {
    grid-row: 4/12;
  }
  #program-page #chapter-3-image {
    grid-row: 12/15;
  }
  #program-page #chapter-4-image {
    grid-row: 15/17;
  }
}
#program-page #steps-decoration {
  display: none;
  grid-column: 1/2;
  grid-row: 1/17;
}
@media screen and (min-width: 1200px) {
  #program-page #steps-decoration {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #program-page > div > div > *:not(img) {
    grid-column: 2/3;
  }
  #program-page > div > div > img {
    grid-column: 3/4;
  }
}

@media screen and (min-width: 768px) {
  .login-background {
    background: #ebe4d8;
    padding: 3rem 0;
  }
}

#login-page .container {
  gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  background: white;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  #login-page .container {
    margin: 3rem auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 26px;
    padding: 2rem;
  }
}
#login-page .container .btn {
  width: 80px;
}
#login-page .container p {
  text-align: center;
  color: #4A5439;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 1rem 0;
}

.logged-in-page {
  background: #ebe4d8;
}
@media screen and (min-width: 1200px) {
  .logged-in-page > .container {
    display: grid;
    gap: 2rem;
    grid-template-columns: auto 1fr;
    padding-top: 6rem;
    align-items: start;
  }
}
.logged-in-page h1 {
  margin: 1.5rem 0;
  padding-top: 0;
}
.logged-in-page h2 {
  margin: 1rem auto !important;
}
.logged-in-page #member-nav {
  display: none;
  margin: 1rem 0;
  gap: 1rem;
}
@media screen and (min-width: 1200px) {
  .logged-in-page #member-nav {
    display: grid;
  }
}
.logged-in-page #member-nav a,
.logged-in-page #member-nav a:visited {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: white url("../images/arrow-right-gray-jsva_yQ.svg") right 1rem center no-repeat;
  text-decoration: none;
  padding: 1rem 3rem 1rem 1rem;
  color: #4A5439;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin: 0 1rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logged-in-page #member-nav a,
  .logged-in-page #member-nav a:visited {
    text-align: start;
    margin: 0;
  }
}
.logged-in-page #member-nav a img,
.logged-in-page #member-nav a:visited img {
  display: none;
}
@media screen and (min-width: 768px) {
  .logged-in-page #member-nav a img:not(.white),
  .logged-in-page #member-nav a:visited img:not(.white) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .logged-in-page #member-nav a.active img:not(.white),
  .logged-in-page #member-nav a:visited.active img:not(.white) {
    display: none;
  }
  .logged-in-page #member-nav a.active img.white,
  .logged-in-page #member-nav a:visited.active img.white {
    display: block;
  }
}
.logged-in-page #member-nav a:hover {
  background: #4A5439 url("../images/arrow-right-white-NFLhcJk.svg") right 1rem center no-repeat;
  color: white;
}
.logged-in-page #member-nav a.active {
  background: #CB964A url("../images/arrow-right-white-NFLhcJk.svg") right 1rem center no-repeat;
  color: white;
}
.logged-in-page #courses-page #left-stalk-droplet {
  top: 600px;
}

@media screen and (min-width: 1200px) {
  #checkout-page .container {
    display: grid;
    gap: 2rem;
    grid-template-columns: 6fr 5fr;
  }
  #checkout-page .container > div:first-child {
    order: 2;
  }
  #checkout-page .container > div:last-child {
    order: 1;
  }
}
#checkout-page .container h2 {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: 900;
}
#checkout-page .container .cart h2 {
  margin-top: 2rem;
}
#checkout-page .container .cart .cart-items {
  display: grid;
  gap: 1rem;
}
#checkout-page .container .cart .cart-items .cart-item {
  display: grid;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  background-color: white;
  border-radius: 25px;
  grid-template-columns: 90px auto 56px;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #checkout-page .container .cart .cart-items .cart-item {
    grid-template-columns: 90px auto auto auto 56px;
  }
}
#checkout-page .container .cart .cart-items .cart-item .cart-item-image {
  grid-column: 1/2;
  grid-row: 1/4;
  background-color: #F3F3F3;
  width: 90px;
  height: 90px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #checkout-page .container .cart .cart-items .cart-item .cart-item-image {
    grid-row: 1/2;
  }
}
#checkout-page .container .cart .cart-items .cart-item .cart-item-image img {
  height: 100%;
  width: 100%;
}
#checkout-page .container .cart .cart-items .cart-item .cart-item-title {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #4A5439;
  font-size: 1rem;
  line-height: 1.2;
}
#checkout-page .container .cart .cart-items .cart-item .cart-item-quantity {
  grid-column: 2/3;
  grid-row: 2/3;
  border: 1px solid #E7E1D9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: auto;
  padding: 1rem;
  background: white;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  #checkout-page .container .cart .cart-items .cart-item .cart-item-quantity {
    grid-row: 1/2;
    grid-column: 3/4;
  }
}
#checkout-page .container .cart .cart-items .cart-item .cart-item-price {
  grid-column: 2/3;
  grid-row: 3/4;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: end;
}
@media screen and (min-width: 768px) {
  #checkout-page .container .cart .cart-items .cart-item .cart-item-price {
    grid-row: 1/2;
    grid-column: 4/5;
  }
}
#checkout-page .container .cart .cart-items .cart-item .remove-from-cart {
  grid-column: 3/4;
  grid-row: 1/4;
  text-align: end;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #checkout-page .container .cart .cart-items .cart-item .remove-from-cart {
    grid-row: 1/2;
    grid-column: 5/6;
  }
}
#checkout-page .container .cart table {
  width: 100%;
  margin: 2rem 0;
}
#checkout-page .container .cart table td:last-child {
  font-weight: 700;
  text-align: end;
}
#checkout-page .container .cart .cart-total {
  margin-top: 2rem;
  text-align: end;
}
#checkout-page .container .cart .cart-total .price {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
#checkout-page .container .checkout {
  display: grid;
  gap: 2rem;
}
#checkout-page .container .checkout h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
#checkout-page .container .checkout > div {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  background-color: white;
  border-radius: 25px;
  display: grid;
  gap: 1rem;
}
#checkout-page .container .checkout .form-box-unit {
  position: relative;
}
#checkout-page .container .checkout input[type=text],
#checkout-page .container .checkout input[type=email],
#checkout-page .container .checkout input[type=tel],
#checkout-page .container .checkout input[type=password],
#checkout-page .container .checkout select,
#checkout-page .container .checkout .ts-control,
#checkout-page .container .checkout textarea {
  font-size: 0.9375rem;
  line-height: 1.2;
  border-radius: 15px;
  border: 1px solid #DCD7CE;
  font-weight: 700;
  color: #212121;
}
@media screen and (min-width: 768px) {
  #checkout-page .container .checkout input[type=text],
  #checkout-page .container .checkout input[type=email],
  #checkout-page .container .checkout input[type=tel],
  #checkout-page .container .checkout input[type=password],
  #checkout-page .container .checkout select,
  #checkout-page .container .checkout .ts-control,
  #checkout-page .container .checkout textarea {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
#checkout-page .container .checkout .form-box-unit input[type=text],
#checkout-page .container .checkout .form-box-unit input[type=email],
#checkout-page .container .checkout .form-box-unit input[type=tel],
#checkout-page .container .checkout .form-box-unit input[type=password],
#checkout-page .container .checkout .form-box-unit select,
#checkout-page .container .checkout .form-box-unit .ts-control,
#checkout-page .container .checkout .form-box-unit textarea {
  background: transparent;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 2rem 1rem 1rem 1rem;
}
#checkout-page .container .checkout .form-box-unit label {
  margin-left: 1rem;
  margin-top: 1rem;
  padding: 0;
  color: #CCC6BD;
  font-size: 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 1px;
  left: 0;
  transition: all 0.2s linear;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  margin: 1rem auto;
  position: relative;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert:first-of-type {
  margin-top: 8rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/*# sourceMappingURL=app.output.css.map */
