@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;
  }
}

#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;
  }
}

#faq-page #faq-categories {
  gap: 1rem;
}
#faq-page #faq-categories a {
  color: #4A5439;
  padding: 1rem;
  border: 1px solid #DBDBDB;
  text-align: center;
}
#faq-page #faq-categories a.active {
  color: white;
  background: #4A5439;
  border: none;
}
#faq-page .faq-questions {
  display: grid;
  gap: 1rem;
}
#faq-page .faq-questions:not(.open) {
  max-height: 0px;
  transition: max-height 0.5s ease-in;
  overflow: hidden;
}
#faq-page .faq-questions.open {
  max-height: 5000px;
  transition: max-height 0.5s ease-out;
}
#faq-page .faq-questions > 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;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #faq-page .faq-questions > div {
    padding: 2rem;
  }
}
#faq-page .faq-questions > div:not(.open) .fold {
  max-height: 0px;
  overflow: hidden;
}
#faq-page .faq-questions > div h2 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #faq-page .faq-questions > div h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
#faq-page .faq-questions > div h2:after {
  content: "";
  float: right;
  background: url("../images/arrow-beige-down-QgyyhUN.svg") no-repeat right center;
  width: 29px;
  height: 30px;
}
#faq-page .faq-questions > div.open h2 {
  margin: 0 0 1rem 0;
}
#faq-page .faq-questions > div.open h2:after {
  background: url("../images/arrow-beige-up-iP-XSRx.svg") no-repeat right center;
}

@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 */
