@charset "UTF-8";

/*
Theme Name: Astra Child
Template: astra
*/
/* FOOTER STOPKA  */
.desktop-footer {
  background-color: #fcfbf9;
}

@media only screen and (max-width: 921px) {
  .desktop-footer {
    background-color: #ffffff;
  }
}

.site-footer {
  background-color: #fcfbf9;
}

.site-footer .contact_box {
  color: #4f3f3e;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-bottom: 16px;
}

.site-footer .contact_box p {
  font-size: 16px;
}

@media (max-width: 1200px) {
  .site-footer .contact_box p {
    font-size: 14px;
  }
}

.site-footer .contact_box a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #C56E7C;
  margin-top: 8px;
  margin-bottom: 4px;
}

.site-footer .contact_box a.address-box {
  align-items: start;
}

.site-footer .contact_box a.address-box img {
  margin-top: 6px;
}

@media (max-width: 1200px) {
  .site-footer .contact_box a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .site-footer .contact_box a {
    margin-top: 0;
  }
}

.site-footer .contact_box a img {
  width: 16px;
  max-width: 16px;
  margin-right: 10px;
}

.site-footer .contact_box .socials_box {
  display: flex;
}

@media (max-width: 1024px) {
  .site-footer .contact_box .socials_box {
    display: none;
  }
}

.site-footer .contact_box .socials_box a {
  padding: 0;
}

.site-footer .contact_box .socials_box img {
  width: 32px;
  max-width: 32px;
  height: 32px;
  margin: 0;
  object-fit: contain;
}

.site-footer .footer_title {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 160%;
  letter-spacing: 0;
  color: #3a2c2b;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .site-footer .footer_title {
    font-size: 16px !important;
  }
}

.site-footer .row1 {
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 1200px) {
  .site-footer .row1 {
    gap: 10px;
  }
}

@media (max-width: 1024px) {
  .site-footer .row1 {
    padding-top: 32px;
    flex-direction: column;
    gap: 0;
  }
}

.site-footer .row1 .col {
  flex: 1;
}

@media (max-width: 1024px) {
  .site-footer .row1 .col1 {
    text-align: center;
  }
}

@media (max-width: 1024px) {

  .site-footer .row1 .col2,
  .site-footer .row1 .col3,
  .site-footer .row1 .col4,
  .site-footer .row1 .col5 {
    display: none;
  }
}

.site-footer .row2 {
  padding: 64px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 1200px) {
  .site-footer .row2 {
    gap: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer .row2 {
    padding: 32px 0;
    flex-direction: column;
    gap: 0;
  }
}

.site-footer .row2 .col {
  padding-right: 20px;
  flex: 1;
}

@media only screen and (max-width: 1200px) {
  .site-footer .row2 .col {
    padding-right: 10px;
  }
}

.site-footer .row2 .col.col3 {
  flex-basis: 20%;
}

.site-footer .row2 .col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .site-footer .row2 .col ul {
    padding-top: 16px;
  }
}

.site-footer .row2 .col ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.site-footer .row2 .col ul li a {
  color: #4f3f3e;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1024px) {
  .site-footer .row2 .col ul li a {
    font-size: 14px;
  }
}

.site-footer .row3 {
  display: none;
}

@media (max-width: 1024px) {
  .site-footer .row3 {
    display: block;
    padding-bottom: 32px;
  }

  .site-footer .row3 .contact_row {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 16px;
  }
}

.site-footer .row4 {
  padding: 24px 0;
  border-top: 1px solid #d6d6d6;
}

@media only screen and (max-width: 1024px) {
  .site-footer .row4 {
    padding-bottom: 32px;
    padding-top: 20px;
  }
}

.site-footer .row4 .socials_box {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .site-footer .row4 .socials_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.site-footer .row4 .socials_box a {
  padding: 0;
}

.site-footer .row4 .socials_box img {
  width: 32px;
  max-width: 32px;
  height: 32px;
  margin: 0;
  object-fit: contain;
}

.site-footer .row4 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .site-footer .row4 .wrapper {
    flex-direction: column;
  }
}

.site-footer .row4 .wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #776866;
}

@media only screen and (max-width: 1024px) {
  .site-footer .row4 .wrapper p {
    font-size: 14px;
    text-align: center;
  }

  .site-footer .row4 .wrapper p:nth-child(1) {
    padding-top: 20px;
    padding-bottom: 8px;
  }
}

.site-footer .row4 .wrapper p a {
  color: #776866;
}

@media only screen and (max-width: 1024px) {
  .site-footer .item_tab .tab_content {
    display: none;
  }

  .site-footer .item_tab.active .tab_content {
    display: block;
  }
}

.site-footer .item_tab .list-post {
  column-count: 2;
  column-gap: 44px;
}

@media (max-width: 1024px) {
  .site-footer .item_tab .list-post {
    column-count: 1;
    column-gap: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .site-footer .item_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #3a2c2b;
    padding: 16px 0;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-footer .item_title::after {
    position: absolute;
    top: 18px;
    right: 0;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-image: url("./img/arrow_tab.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.site-header {
  position: relative;
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.0784313725);
  z-index: 998;
}

.site-header::after {
  background-image: url("./img/design.svg");
  width: 100%;
  display: block;
  content: "";
  height: 20px;
  position: absolute;
  bottom: -19px;
  z-index: 999;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto;
}

@media only screen and (max-width: 1024px) {
  .site-header::after {
    height: 10px;
    bottom: -9px;
    background-size: cover;
  }
}

.site-header .top-beam {
  background: #ffffff;
  padding-top: 8px;
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header .top-beam .logo {
  object-fit: contain;
  width: 177px;
}

@media only screen and (max-width: 1580px) {
  .site-header .top-beam .logo {
    width: 117px;
  }
}

.site-header .top-beam .ast-container {
  max-width: 1800px !important;
}

.site-header .top-beam .row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header .top-beam .col-1 {
  width: 100%;
  max-width: 40%;
}

.site-header .top-beam .col-1 ul li {
  margin-right: 40px !important;
}

@media only screen and (max-width: 1580px) {
  .site-header .top-beam .col-1 ul li {
    margin-right: 20px !important;
  }
}

.site-header .top-beam .col-2 {
  width: 100%;
  max-width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header .top-beam .col4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 40%;
}

.site-header .top-beam .col4 .btn_wrapper {
  margin-left: 40px;
}

@media only screen and (max-width: 1580px) {
  .site-header .top-beam .col4 .btn_wrapper {
    margin-left: 30px;
  }
}

.site-header .top-beam .col4 .btn_wrapper a {
  height: 48px !important;
  padding: 0 16px !important;
}

.site-header .top-beam .col4 .btn_wrapper a:focus {
  color: #fff;
}

.site-header .top-beam .col4 ul li {
  margin-left: 40px;
}

@media only screen and (max-width: 1580px) {
  .site-header .top-beam .col4 ul li {
    margin-left: 20px;
  }
}

.site-header ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-header ul li {
  font-family: "Geist", sans-serif;
}

.site-header ul li a {
  font-family: "Geist", sans-serif;
  color: #4f3f3e;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1580px) {
  .site-header ul li a {
    font-size: 14px;
  }
}

.site-header {
  width: 100%;
  position: fixed;
}

@media only screen and (max-width: 1200px) {
  .site-header .desktop {
    display: none;
  }
}

.site-header .mobile {
  display: none;
  background: #ffffff;
  height: 68px;
  position: relative;
  z-index: 998;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
}

@media only screen and (max-width: 1200px) {
  .site-header .mobile {
    display: block;
  }
}

.site-header .mobile .mobile_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 4px;
}

.site-header .mobile .ast-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.site-header .mobile .menu {
  width: 17px;
  height: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.2s linear;
  gap: 5px;
}

.site-header .mobile .menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.2s linear;
  border-radius: 100px;
}

.site-header .mobile .togglemenu {
  height: 14px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
  flex-direction: column;
  position: relative;
}

.site-header .mobile .togglemenu span {
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  background-color: #3a2c2b;
  transition: all 0.2s linear;
  border-radius: 2px;
}

.site-header .mobile .togglemenu.isActive {
  transition: all 0.2s linear;
  justify-content: center;
}

.site-header .mobile .togglemenu.isActive span {
  transition: all 0.2s linear;
}

.site-header .mobile .togglemenu.isActive span:first-child {
  transform: rotate(45deg);
  position: absolute;
  width: 100%;
}

.site-header .mobile .togglemenu.isActive span:nth-child(2) {
  transition: all 0.2s linear;
  margin-left: -20px;
  width: 100%;
  opacity: 0;
}

.site-header .mobile .togglemenu.isActive span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
  position: absolute;
}

#fixed_menu {
  height: 100vh;
  width: 100%;
  background: #f7eeec;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: none;
  min-height: 100vh;
  overflow-x: scroll;
}

#fixed_menu.isActive {
  display: block;
}

#fixed_menu .fixed_wrapper {
  padding-top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-bottom: 48px;
}

#fixed_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

#fixed_menu ul li {
  padding: 0;
  margin: 0;
  padding-bottom: 16px;
}

#fixed_menu ul li a {
  font-weight: 400;
  font-size: 28px;
  line-height: 135%;
  letter-spacing: -0.2px;
  text-align: center;
  color: #3a2c2b;
  font-family: "Playfair Display", serif !important;
}

#fixed_menu .button_wrapper {
  padding-top: 24px;
}

.products .list-items,
.others-products .list-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px 20px;
}

.products .list-items .item,
.others-products .list-items .item {
  flex: 0 0 calc((100% - 60px) / 4);
}

@media (max-width: 1024px) {

  .products .list-items .item,
  .others-products .list-items .item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

.products .list-items .item a.hover-effect:hover img,
.others-products .list-items .item a.hover-effect:hover img {
  transform: scale(1.05);
}

.products .list-items .item .image-container,
.others-products .list-items .item .image-container {
  aspect-ratio: 0.75;
  overflow: hidden;
}

.products .list-items .item .image-container img,
.others-products .list-items .item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.products .list-items .item h5,
.others-products .list-items .item h5 {
  padding-top: 16px;
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #3A2C2B;
  letter-spacing: 0;
  text-align: center;
}

.products .list-items .item h5 a,
.others-products .list-items .item h5 a {
  color: #3A2C2B;
}

.products .list-items .item h5 a:hover,
.others-products .list-items .item h5 a:hover {
  color: #BA6E6D;
}

@media (max-width: 1024px) {

  .products .list-items .item h5,
  .others-products .list-items .item h5 {
    font-size: 20px;
  }
}

.products .list-items .item .desc,
.others-products .list-items .item .desc {
  padding-top: 12px;
}

.products .list-items .item .desc p,
.products .list-items .item .desc ol li,
.products .list-items .item .desc ul li,
.others-products .list-items .item .desc p,
.others-products .list-items .item .desc ol li,
.others-products .list-items .item .desc ul li {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4F3F3E;
  letter-spacing: 0;
}

.products .list-items .item .desc ul,
.others-products .list-items .item .desc ul {
  list-style: none;
}

.products .list-items .item .desc ul li,
.others-products .list-items .item .desc ul li {
  display: flex;
  align-items: center;
}

.products .list-items .item .desc ul li::before,
.others-products .list-items .item .desc ul li::before {
  content: "•";
  font-size: 14px;
  margin-top: 3px;
  margin-right: 0.5em;
  margin-left: 0.5em;
  display: inline-block;
  line-height: 1;
}

.cakes-flavors-page .list-items .item h5 {
  text-align: left;
}

.torte-taxonomy-page .list-items .item .desc p {
  text-align: center;
}

.products {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .products {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}

.others-products {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .others-products {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.others-products h2.second-heading {
  text-align: center;
  padding-bottom: 48px;
}

.cakes-list:first-child {
  padding-bottom: 64px;
}

.cakes-list h2 {
  text-align: center;
  padding-bottom: 40px;
}

.gallery-ceremonies {
  padding: 120px 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .gallery-ceremonies {
    padding: 64px 0;
  }
}

.gallery-ceremonies h2 {
  padding-bottom: 64px;
}

@media (max-width: 1024px) {
  .gallery-ceremonies h2 {
    padding-bottom: 48px;
  }
}

.gallery-ceremonies #gallery-content p {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 1024px) {
  .gallery-ceremonies #gallery-content p {
    gap: 16px;
  }
}

.gallery-ceremonies #gallery-content p a {
  aspect-ratio: 3/4;
  overflow: hidden;
  flex: 0 0 calc((100% - 40px) / 3);
}

@media (max-width: 768px) {
  .gallery-ceremonies #gallery-content p a {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

.gallery-ceremonies #gallery-content p a img {
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-ceremonies #gallery-content p a:hover img {
  transform: scale(1.05);
}

#envirabox-title-float-main {
  display: none !important;
}

img.envira-gallery-image {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

#gallery-content {
  opacity: 0;
  transform: translateY(50px);
  will-change: transform, opacity;
}

section.usp_section {
  text-align: center;
}

section.usp_section .usp_row {
  padding: 96px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 1024px) {
  section.usp_section .usp_row {
    padding: 48px 0;
    flex-direction: column;
    gap: 32px;
  }
}

section.usp_section .usp_row .usp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 48px;
  flex: 1;
}

@media only screen and (max-width: 1024px) {
  section.usp_section .usp_row .usp {
    padding: 0 24px;
  }
}

section.usp_section .usp_row img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  display: block;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  section.usp_section .usp_row img {
    width: 100px;
    height: 100px;
  }
}

section.usp_section .usp_row h4 {
  padding-top: 32px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.1px;
  color: #3a2c2b;
}

@media only screen and (max-width: 1024px) {
  section.usp_section .usp_row h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.1px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 8px;
  }
}

section.usp_section .usp_row p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #4f3f3e;
}

@media only screen and (max-width: 1024px) {
  section.usp_section .usp_row p {
    font-size: 14px;
  }
}

section.banner_section {
  background-color: #f7eeec;
  padding: 200px 0 77px 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  section.banner_section {
    margin-bottom: 0;
    padding: 48px 0;
  }
}

section.banner_section::after {
  position: absolute;
  bottom: -85px;
  left: 0;
  width: 421px;
  height: 269px;
  background-image: url("./img/desc_bottom.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

@media only screen and (max-width: 1024px) {
  section.banner_section::after {
    display: none;
  }
}

section.banner_section.animate::before,
section.banner_section.animate::after {
  opacity: 1;
  transform: translateY(0);
}

section.banner_section::before {
  position: absolute;
  top: 90px;
  left: auto;
  right: 0;
  width: 452px;
  height: 191px;
  background-image: url("./img/desc_top.svg");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

@media only screen and (max-width: 1024px) {
  section.banner_section::before {
    width: 226px;
    height: 96px;
    top: 16px;
  }
}

section.banner_section .ast-container {
  max-width: 1580px;
}

section.banner_section .ast-container .row1 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 {
    flex-direction: column;
  }
}

section.banner_section .ast-container .row1 .col1 {
  margin-top: -140px;
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 .col1 {
    margin-top: 0;
  }
}

section.banner_section .ast-container .row1 .col1 img:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 .col1 img:nth-child(2) {
    display: block;
    max-width: 500px;
    margin: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 .col1 img:nth-child(1) {
    display: none;
  }
}

section.banner_section .ast-container .row1 .col1 img,
section.banner_section .ast-container .row1 .col3 img {
  width: 100%;
  max-width: 423px;
}

@media only screen and (max-width: 1024px) {

  section.banner_section .ast-container .row1 .col1 img,
  section.banner_section .ast-container .row1 .col3 img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 .col3 {
    display: none;
  }
}

section.banner_section .ast-container .row1 .col2 {
  max-width: 550px;
  padding-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 .col2 {
    max-width: 100%;
  }
}

section.banner_section .ast-container .row1 .col2 em {
  font-family: "Great Vibes", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  color: #c56e7c;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 .col2 em {
    font-size: 24px;
  }
}

section.banner_section .ast-container .row1 .col2 h2 {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -0.5px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 .col2 h2 {
    font-size: 32px;
    padding-bottom: 16px;
  }
}

section.banner_section .ast-container .row1 .col2 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #4f3f3e;
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 .col2 p {
    font-size: 16px;
  }
}

section.banner_section .ast-container .row1 .col2 .btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  section.banner_section .ast-container .row1 .col2 .btn_wrapper {
    margin-top: 32px;
  }
}

.cakes-flavors-page .banner_section {
  margin-bottom: -9px;
}

section.production-banner {
  background-image: url("./img/production-section.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 46px 0 46px 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  section.production-banner {
    padding: 64px 0;
  }
}

section.production-banner::after {
  position: absolute;
  bottom: -134px;
  left: 0;
  width: 421px;
  height: 269px;
  background-image: url("./img/desc_bottom.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

@media only screen and (max-width: 1024px) {
  section.production-banner::after {
    width: 226px;
    height: 96px;
    bottom: -40px;
  }
}

@media only screen and (max-width: 480px) {
  section.production-banner::after {
    display: none;
  }
}

section.production-banner::before {
  position: absolute;
  top: -95px;
  left: auto;
  right: 0;
  width: 452px;
  height: 191px;
  background-image: url("./img/desc_top.svg");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

@media only screen and (max-width: 1024px) {
  section.production-banner::before {
    width: 226px;
    height: 96px;
    top: -35px;
  }
}

@media only screen and (max-width: 480px) {
  section.production-banner::before {
    display: none;
  }
}

section.production-banner.animate::before,
section.production-banner.animate::after {
  opacity: 1;
  transform: translateY(0);
}

section.production-banner .ast-container {
  max-width: 1580px;
}

section.production-banner .ast-container .row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

@media only screen and (max-width: 1024px) {
  section.production-banner .ast-container .row1 {
    flex-direction: column;
    gap: 32px;
  }
}

section.production-banner .ast-container .row1 .col img.mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  section.production-banner .ast-container .row1 .col img.mobile {
    display: block;
    max-width: 500px;
    margin: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  section.production-banner .ast-container .row1 .col img.desktop {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  section.production-banner .ast-container .row1 .col1 {
    margin-top: 0;
  }
}

section.production-banner .ast-container .row1 .col1 img,
section.production-banner .ast-container .row1 .col3 img {
  width: 100%;
  max-width: 423px;
}

@media only screen and (max-width: 1024px) {

  section.production-banner .ast-container .row1 .col1 img,
  section.production-banner .ast-container .row1 .col3 img {
    max-width: 100%;
  }
}

section.production-banner .ast-container .row1 .col2 {
  max-width: 550px;
  padding-top: 30px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  section.production-banner .ast-container .row1 .col2 {
    padding-top: 0;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  section.production-banner .ast-container .row1 .col2 {
    text-align: left;
  }
}

section.production-banner .ast-container .row1 .col2 em {
  font-family: "Great Vibes", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  color: #c56e7c;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) {
  section.production-banner .ast-container .row1 .col2 em {
    font-size: 24px;
  }
}

section.production-banner .ast-container .row1 .col2 h2 {
  padding-top: 8px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  section.production-banner .ast-container .row1 .col2 h2 {
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .cooperation-section .ast-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.cooperation-section .main-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .cooperation-section .main-row {
    flex-direction: column;
  }
}

.cooperation-section .main-row .col1.partner-box {
  padding-top: 108px;
  padding-bottom: 108px;
  width: 75%;
  background-image: url(./img/production-section.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .cooperation-section .main-row .col1.partner-box {
    width: 100%;
    padding: 48px 16px 97px 16px;
  }
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 630px;
}

@media (max-width: 1024px) {
  .cooperation-section .main-row .col1.partner-box .partner-wrapper {
    padding: 0;
  }
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper h2.second-heading {
  padding-top: 8px;
  padding-bottom: 24px;
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper .info-box {
  text-align: center;
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper .info-box .body-text {
  padding-right: 52px;
  padding-left: 52px;
}

@media (max-width: 1024px) {
  .cooperation-section .main-row .col1.partner-box .partner-wrapper .info-box .body-text {
    padding: 0;
  }
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper .contact-box {
  padding-top: 56px;
}

@media only screen and (max-width: 1024px) {
  .cooperation-section .main-row .col1.partner-box .partner-wrapper .contact-box {
    padding-top: 32px;
  }
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper .contact-box h5 {
  padding-bottom: 32px;
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #776866;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .cooperation-section .main-row .col1.partner-box .partner-wrapper .contact-box h5 {
    padding-bottom: 16px;
  }
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper .contact-box .contact-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  gap: 48px;
}

@media only screen and (max-width: 768px) {
  .cooperation-section .main-row .col1.partner-box .partner-wrapper .contact-box .contact-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper .contact-box .contact-row .col {
  flex-basis: auto;
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper .contact-box .contact-row .person-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.cooperation-section .main-row .col1.partner-box .partner-wrapper .contact-box .contact-row .person-row .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.cooperation-section .main-row .col2.usp-box {
  background-color: #C56E7C;
  text-align: center;
  max-width: 32%;
  position: absolute;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .cooperation-section .main-row .col2.usp-box {
    position: relative;
    margin-top: -48px;
    margin-right: 16px;
    margin-left: 16px;
    max-width: 437px;
  }
}

.cooperation-section .main-row .col2.usp-box h4 {
  padding: 56px 32px 0 32px;
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.1px;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .cooperation-section .main-row .col2.usp-box h4 {
    padding-top: 32px;
    font-size: 24px;
  }
}

.cooperation-section .main-row .col2.usp-box img {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .cooperation-section .main-row .col2.usp-box img {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.cooperation-section .main-row .col2.usp-box .white-text {
  padding: 0 32px 56px 32px;
}

@media only screen and (max-width: 1024px) {
  .cooperation-section .main-row .col2.usp-box .white-text {
    padding-bottom: 32px;
  }
}

.cooperation-section .main-row .col2.usp-box .white-text ul,
.cooperation-section .main-row .col2.usp-box .white-text ol {
  list-style: none;
}

.cooperation-section .main-row .col2.usp-box .white-text ul li,
.cooperation-section .main-row .col2.usp-box .white-text ol li {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #fff;
}

@media only screen and (max-width: 1024px) {

  .cooperation-section .main-row .col2.usp-box .white-text ul li,
  .cooperation-section .main-row .col2.usp-box .white-text ol li {
    font-size: 14px;
  }
}

.cooperation-section .main-row .col2.usp-box .white-text ul li:not(:last-child),
.cooperation-section .main-row .col2.usp-box .white-text ol li:not(:last-child) {
  padding-bottom: 24px;
}

@media only screen and (max-width: 1024px) {

  .cooperation-section .main-row .col2.usp-box .white-text ul li:not(:last-child),
  .cooperation-section .main-row .col2.usp-box .white-text ol li:not(:last-child) {
    padding-bottom: 8px;
  }
}

.offer-header {
  position: relative;
  background-image: url("/wp-content/uploads/2025/07/page-header.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 0 74px 0;
}

@media (max-width: 1024px) {
  .offer-header {
    padding: 48px 12px 32px 12px;
  }
}

.offer-header::before {
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 421px;
  height: 269px;
  background-image: url("./img/desc_bottom.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
}

@media only screen and (max-width: 1280px) {
  .offer-header::before {
    width: 210px;
    height: 134px;
  }
}

@media only screen and (max-width: 1024px) {
  .offer-header::before {
    width: 226px;
    height: 96px;
  }
}

@media only screen and (max-width: 768px) {
  .offer-header::before {
    display: none;
  }
}

.offer-header::after {
  position: absolute;
  bottom: 67px;
  left: auto;
  right: 0;
  width: 452px;
  height: 191px;
  background-image: url("./img/desc_top.svg");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
}

@media only screen and (max-width: 1280px) {
  .offer-header::after {
    width: 226px;
    height: 96px;
  }
}

@media only screen and (max-width: 768px) {
  .offer-header::after {
    display: none;
  }
}

.job-header {
  background-color: #F7EEEC;
  padding: 116px 0 96px 0;
}

@media (max-width: 1024px) {
  .job-header {
    padding: 48px 0;
  }
}

.job-header .wrapper-header {
  max-width: 980px;
  margin: 0 auto;
}

.blog-header {
  background-color: #FCFBF9;
  padding: 116px 0 96px 0;
}

@media (max-width: 1024px) {
  .blog-header {
    padding: 48px 0;
  }
}

.blog-header .wrapper-header {
  max-width: 770px;
  margin: 0 auto;
}

.page-header {
  text-align: center;
}

.page-header h1 {
  padding-top: 12px;
  padding-bottom: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .page-header h1 {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}

.page-header .description p {
  color: #4F3F3E;
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .page-header .description p {
    font-size: 16px;
  }
}

.team {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 1024px) {
  .team {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.team .row {
  padding-right: 72px;
  padding-left: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .team .row {
    padding-right: 0;
    padding-left: 0;
    flex-direction: column;
  }
}

.team .row .col {
  flex: 0 0 calc((100% - 64px) / 2);
}

@media (max-width: 1024px) {
  .team .row .col.col1 {
    padding-bottom: 32px;
  }
}

.team .row .col em {
  padding-bottom: 12px;
}

.team .row .col h1,
.team .row .col h2 {
  padding-bottom: 40px;
}

.team .row .col h2 {
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.5px;
  color: #3A2C2B;
}

@media only screen and (max-width: 1300px) {
  .team .row .col h2 {
    font-size: 36px;
  }
}

.part-organisation {
  padding-top: 120px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .part-organisation {
    padding-top: 48px;
    padding-bottom: 0;
  }
}

.part-organisation .row1 {
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}

@media only screen and (max-width: 1024px) {
  .part-organisation .row1 {
    padding-bottom: 48px;
    flex-direction: column;
  }
}

.part-organisation .row1 .col {
  flex: 0 0 calc((100% - 20px) / 2);
}

.part-organisation .row1 .col h3 {
  max-width: 485px;
}

@media only screen and (max-width: 1024px) {
  .part-organisation .row1 .col h3 {
    padding-bottom: 24px;
    max-width: 100%;
  }
}

.social-media {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .social-media {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.social-media .row {
  padding-right: 72px;
  padding-left: 72px;
  padding-bottom: 96px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
}

@media only screen and (max-width: 1024px) {
  .social-media .row {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 48px;
    flex-direction: column;
  }
}

.social-media .row .col {
  flex: 0 0 calc((100% - 20px) / 2);
}

@media only screen and (max-width: 1024px) {
  .social-media .row .col {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .social-media .row .col h3 {
    padding-bottom: 24px;
  }
}

.team-people {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1024px) {
  .team-people {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.team-people .row1 {
  padding-bottom: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}

@media only screen and (max-width: 1024px) {
  .team-people .row1 {
    padding-bottom: 48px;
    flex-direction: column;
  }
}

.team-people .row1 .col {
  flex: 0 0 calc((100% - 20px) / 2);
}

@media only screen and (max-width: 1024px) {
  .team-people .row1 .col h3 {
    padding-bottom: 24px;
  }
}

.team-people .row2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .team-people .row2 {
    flex-direction: column;
    align-items: center;
  }
}

.team-people .row2 .col {
  flex: 0 0 calc((100% - 40px) / 3);
}

.team-people .row2 .col img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  max-width: 440px;
}

.team-people .row2 .col h5 {
  padding-top: 24px;
  padding-bottom: 4px;
}

.contact-page .wpcf7-response-output {
  display: none;
}

.contact-page .contact-us {
  padding-top: 116px;
  padding-bottom: 96px;
  text-align: center;
  background-color: #F7EEEC;
}

@media (max-width: 1024px) {
  .contact-page .contact-us {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.contact-page .contact-us .row1 {
  padding-bottom: 64px;
}

.contact-page .contact-us .row1 h1 {
  padding-top: 12px;
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  .contact-page .contact-us .row1 h1 {
    padding-top: 8px;
    padding-bottom: 24px;
  }
}

.contact-page .contact-us .row2 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
  gap: 32px;
}

@media (max-width: 1024px) {
  .contact-page .contact-us .row2 {
    flex-direction: column;
    align-items: center;
  }
}

.contact-page .contact-us .row2 .col {
  flex: 0 0 calc((100% - 64px) / 3);
}

.contact-page .contact-us .row2 .col h5 {
  padding-top: 20px;
  padding-bottom: 8px;
}

@media (max-width: 1024px) {
  .contact-page .contact-us .row2 .col h5 {
    padding-top: 16px;
  }
}

.contact-page .contact-us .row2 .col .body-text {
  padding-bottom: 20px;
}

@media (max-width: 1024px) {
  .contact-page .contact-us .row2 .col .body-text {
    padding-bottom: 16px;
  }
}

.contact-page .contact-us .row2 .col a.bold-body-text {
  display: block;
}

.contact-page .orders {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 1024px) {
  .contact-page .orders {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.contact-page .orders .row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .contact-page .orders .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .contact-page .orders .row {
    align-items: start;
    text-align: left;
  }
}

.contact-page .orders .row .col {
  flex: 0 0 calc((100% - 32px) / 4);
}

@media (max-width: 1024px) {
  .contact-page .orders .row .col.col2 {
    padding-bottom: 32px;
  }
}

.contact-page .orders .row .col .small-text {
  padding-bottom: 24px;
}

.contact-page .orders .row .col img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  max-width: 280px;
}

.contact-page .orders .row .col h4 {
  padding-right: 40px;
  padding-bottom: 16px;
}

@media (max-width: 1024px) {
  .contact-page .orders .row .col h4 {
    padding-right: 0;
  }
}

.contact-page .orders .row .col h5 {
  padding-top: 24px;
  padding-bottom: 4px;
}

.contact-page .orders .row .col .contact-data {
  padding-top: 8px;
}

@media only screen and (max-width: 480px) {
  .contact-page .orders .row .col .contact-data {
    text-align: left;
  }
}

@media only screen and (max-width: 1360px) {
  .contact-page .orders .row .col .contact-data a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-page .orders .row .col .contact-data a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1360px) {
  .contact-page .orders .row .col .contact-data a img {
    margin-right: 0;
  }
}

.contact-page .cooperation-section {
  padding: 120px 0;
}

.contact-page .address-section {
  padding-bottom: 80px;
}

.contact-page .address-section .address-row {
  margin-bottom: 8px;
  padding-left: 47px;
  background-color: #F7EEEC;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
}

@media only screen and (max-width: 1130px) {
  .contact-page .address-section .address-row {
    padding-left: 0;
    flex-direction: column;
  }
}

.contact-page .address-section .address-row .content-section {
  width: 65%;
  height: 663px;
  padding: 64px 47px;
  position: relative;
}

@media only screen and (max-width: 1130px) {
  .contact-page .address-section .address-row .content-section {
    width: 100%;
    padding: 48px 16px;
    height: unset;
  }
}

.contact-page .address-section .address-row .content-section .wrapper {
  max-width: 555px;
  position: absolute;
  right: 0;
  padding-right: 30%;
  box-sizing: content-box;
}

@media only screen and (max-width: 1400px) {
  .contact-page .address-section .address-row .content-section .wrapper {
    padding-right: 0;
    left: 47px;
  }
}

@media only screen and (max-width: 1130px) {
  .contact-page .address-section .address-row .content-section .wrapper {
    position: relative;
    left: 94px;
    height: unset;
  }
}

@media only screen and (max-width: 768px) {
  .contact-page .address-section .address-row .content-section .wrapper {
    left: 0;
    max-width: 100%;
  }
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
  .contact-page .address-section .address-row .content-section .wrapper .gallery-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__slide {
    max-width: 83%;
  }
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__slide img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__arrows .splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #67302D;
  border-radius: 50%;
  opacity: 1;
  height: 54px;
  width: 54px;
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__arrows .splide__arrow[disabled] {
  border-color: #D6D6D6;
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__arrows .splide__arrow[disabled]::after {
  filter: invert(86%) sepia(0%) saturate(0%) hue-rotate(168deg) brightness(92%) contrast(89%);
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -74px;
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__arrows .splide__arrow.splide__arrow--next {
  right: -74px;
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__arrows .splide__arrow svg {
  display: none;
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__arrows .splide__arrow::after {
  width: 19px;
  height: 9px;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  content: "";
  background-image: url(./img/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-page .address-section .address-row .content-section .wrapper .gallery-container .splide__arrows .splide__arrow.splide__arrow--next::after {
  transform: rotate(180deg);
}

.contact-page .address-section .address-row .content-section .wrapper .address-box {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
  gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .contact-page .address-section .address-row .content-section .wrapper .address-box {
    padding-bottom: 8px;
  }
}

.contact-page .address-section .address-row .content-map {
  width: 35%;
}

@media only screen and (max-width: 1130px) {
  .contact-page .address-section .address-row .content-map {
    width: 100%;
  }
}

.contact-page .address-section .address-row .content-map .mapa {
  width: 100%;
  height: 663px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .contact-page .address-section .address-row .content-map .mapa {
    height: 375px;
  }
}

.contact-page .address-section .address-row .content-map .mapa a.button-map {
  max-width: 254px;
  background-color: #C56E7C;
  padding: 32px;
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.contact-page .address-section .address-row .content-map .mapa a.button-map:hover {
  background-color: #BA6E6D;
}

.contact-page .address-section .address-row .content-map .mapa a.button-map h6 {
  padding-bottom: 8px;
  font-family: Geist, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact-page .address-section .address-row .content-map .mapa a.button-map h6 {
    font-size: 16px;
  }
}

.contact-page .address-section .address-row .content-map .mapa a.button-map p {
  font-family: Geist, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}

.contact-page .form-section {
  margin-top: -16px;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #F7EEEC;
}

@media (max-width: 1024px) {
  .contact-page .form-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.contact-page .form-section .row {
  padding-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .contact-page .form-section .row {
    flex-direction: column;
    gap: 32px;
  }
}

.contact-page .form-section .row .wrapper-entry {
  max-width: 400px;
}

@media only screen and (max-width: 768px) {
  .contact-page .form-section .row .wrapper-entry {
    max-width: 100%;
    text-align: center;
  }
}

.contact-page .form-section .row .wrapper-entry h2 {
  padding-bottom: 24px;
}

.contact-page .form-section .row .banner-questions {
  padding: 24px;
  max-width: 580px;
  background-color: #F3E5E3;
  display: inline-block;
  border-radius: 16px;
}

.contact-page .form-section .row .banner-questions h6 {
  padding-bottom: 16px;
}

.contact-page .form-section .row .banner-questions p.small-text {
  padding-bottom: 16px;
}

.popup-container .popup-title {
  position: relative;
  padding-left: 32px;
  padding-bottom: 16px;
  padding-right: 24px;
  font-family: Geist, sans-serif;
  font-weight: 500;
  color: #3A2C2B;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
}

.popup-container .popup-title:after {
  content: url("./img/info.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}

@media only screen and (max-width: 640px) {
  .popup-container .popup-title {
    font-size: 16px;
  }
}

.popup-container .popup-text {
  font-family: Geist, sans-serif;
  font-weight: 400;
  color: #4F3F3E;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}

.popup-container .btn-underline {
  padding-top: 16px;
  display: inline-block;
}

.popup-container .cake-options {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
  gap: 32px;
}

.popup-container .cake-image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}

.popup-container .cake-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.popup-container .cake-option:hover .cake-image img {
  transform: scale(1.05);
}

.popup-container .cake-title {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  color: #3A2C2B;
}

@media only screen and (max-width: 640px) {
  .popup-container .cake-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {

  #popmake-2118,
  #popmake-2127,
  #popmake-2129,
  #popmake-2131,
  .pum-container {
    width: 90% !important;
  }
}

.jobs-section {
  background-color: #fff;
  padding: 96px 0;
}

.job-card {
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
}

@media only screen and (max-width: 768px) {
  .job-card {
    flex-direction: column;
  }
}

.job-card-content {
  max-height: 191px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
}

@media only screen and (max-width: 1024px) {
  .job-card-content {
    max-height: unset;
    flex-direction: column;
    align-items: start;
    flex: 0 0 75%;
    height: 100%;
  }
}

.job-info {
  padding: 32px 48px 32px 32px;
  flex: 0 0 50%;
}

@media only screen and (max-width: 1024px) {
  .job-info {
    flex-basis: 100%;
    padding: 32px;
    border-bottom: 1px solid #D6D6D6;
  }
}

.job-title {
  padding-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  color: #3A2C2B;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.1px;
}

.job-actions {
  margin-left: auto;
  min-width: 191px;
  height: 191px;
  background-color: #F3E5E3;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .job-actions {
    margin-left: unset;
    min-width: unset;
    width: 100%;
    height: 298px;
  }
}

@media only screen and (max-width: 768px) {
  .job-actions {
    height: 160px;
  }
}

.job-address {
  padding: 32px 32px 32px 48px;
  border-left: 1px solid #D6D6D6;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  flex: 0 0 50%;
}

@media only screen and (max-width: 1024px) {
  .job-address {
    flex-basis: 100%;
    padding: 32px;
    border-left: none;
  }
}

.address-label {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #776866;
}

@media only screen and (max-width: 1024px) {
  .address-label {
    font-size: 16px;
  }
}

.job-form-section {
  scroll-margin-top: 96px;
  background-color: #F7EEEC;
  padding: 96px 0;
}

@media only screen and (max-width: 1024px) {
  .job-form-section {
    padding: 48px 0;
  }
}

.job-form-section h2 {
  padding-bottom: 24px;
}

.job-form-section .form-container {
  padding-top: 32px;
}

.custom-form .form-part {
  padding-bottom: 32px;
}

.custom-form .form-part:last-child {
  padding-bottom: 0;
}

.custom-form h4 {
  padding-bottom: 16px;
}

.custom-form .limited {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4F3F3E;
  line-height: 150%;
  letter-spacing: 0;
}

.custom-form label,
.custom-form .label-text {
  font-family: Geist, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #4F3F3E;
  line-height: 150%;
  letter-spacing: 0;
}

.custom-form label span,
.custom-form .label-text span {
  padding-top: 6px;
}

.custom-form .label-text {
  padding-bottom: 9px;
}

.custom-form select,
.custom-form input[type=date],
.custom-form input[type=text],
.custom-form input[type=email],
.custom-form input[type=tel] {
  padding-right: 16px;
  padding-left: 16px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3A2C2B;
  line-height: 150%;
  letter-spacing: 0;
}

.custom-form select {
  appearance: none;
  background-image: url("./img/arrow_tab.svg");
  background-repeat: no-repeat;
  background-position: right 14px top 50%;
  background-size: 22px;
}

.custom-form select:hover {
  cursor: pointer;
}

.custom-form input[type=date] {
  background: #fff;
  background-image: url("./img/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: right 14px top 50%;
  background-size: 20px;
}

.custom-form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.custom-form textarea {
  resize: none;
  height: 92px;
}

.custom-form .acceptance {
  padding-bottom: 24px;
}

.custom-form .wpcf7-list-item-label {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4F3F3E;
  line-height: 150%;
  letter-spacing: 0;
}

.custom-form .wpcf7-list-item-label a {
  font-weight: 400;
  color: #4F3F3E;
  text-decoration: underline;
}

.custom-form .btn-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 26px;
  margin-right: 26px;
  width: calc(100% - 52px);
}

.custom-form .btn-wrapper p {
  width: 100%;
  height: 54px;
  background-color: #67302D;
}

.custom-form .btn-wrapper p .btn--submit {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  color: #F3E5E3;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  background-color: #67302D;
  position: relative;
  margin-left: 26px;
  transition: all 0.3s linear;
  margin-right: 26px;
}

.custom-form .btn-wrapper::before,
.custom-form .btn-wrapper::after {
  position: absolute;
  height: 100%;
  width: 26px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right;
  transition: all 0.3s linear;
  top: 0;
}

.custom-form .btn-wrapper::before {
  left: -24px;
  background-image: url(./img/button_left.svg);
}

.custom-form .btn-wrapper::after {
  right: -24px;
  background-image: url(./img/button_right.svg);
}

.custom-form .btn--submit:hover {
  background-color: #BA6E6D;
}

.custom-form .btn--submit:hover .btn-wrapper p {
  background-color: #BA6E6D;
}

.custom-form .btn--submit:hover .btn-wrapper::before {
  background-color: #BA6E6D;
}

.custom-form .btn--submit:hover .btn-wrapper::after {
  background-color: #BA6E6D;
}

.custom-form .cake-container {
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
  transition: height 0.3s ease;
}

.custom-form .cake-container br {
  display: none;
}

.custom-form .cake-container button.remove {
  float: right;
  padding: 16px 0 16px 16px;
  box-shadow: none;
  background-color: transparent;
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3A2C2B;
}

.custom-form .cake-container button.remove:hover {
  color: #BA6E6D;
  transition: all 0.3s linear;
}

.custom-form .cake-container .container-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custom-form .cake-container .container-btns .btn-divider {
  border-bottom: 1px solid #D6D6D6;
  width: 100%;
}

.custom-form .cake-container .container-btns button.add {
  background-color: transparent;
  border: 2px solid #67302D;
  padding: 8px 16px 8px 40px;
  font-family: Geist, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #67302D;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.custom-form .cake-container .container-btns button.add::before {
  content: url("./img/plus.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 11px;
}

.custom-form .cake-container .container-btns button.add:hover {
  color: #BA6E6D;
  border-color: #BA6E6D;
  transition: all 0.3s linear;
}

.custom-form .cake-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}

.custom-form .cake-box:not(:first-child) {
  padding-top: 32px;
  position: relative;
}

.custom-form .cake-box:not(:first-child)::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #D6D6D6;
  position: absolute;
  top: 16px;
  left: 0;
}

.custom-form .cake-box .cake-info {
  position: relative;
  padding-right: 24px;
}

.custom-form .cake-box .cake-info:after {
  content: url("./img/info.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 2px;
}

.custom-form .cake-box.tort-group div {
  flex: 0 0 calc((100% - 32px) / 3);
}

.custom-form .cake-box.tort-group div.btn-remove-container {
  flex: 0 0 100%;
}

@media only screen and (max-width: 1024px) {
  .custom-form .cake-box.tort-group div {
    flex: 0 0 100%;
  }
}

.custom-form .cake-box.cake-group div {
  flex: 0 0 calc((100% - 16px) / 2);
}

.custom-form .cake-box.cake-group div.btn-remove-container {
  flex: 0 0 100%;
}

@media only screen and (max-width: 1024px) {
  .custom-form .cake-box.cake-group div {
    flex: 0 0 100%;
  }
}

.custom-form .alert p {
  padding-top: 16px;
  color: #f33140;
  font-family: Geist, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
}

.custom-form #data-fields {
  padding-bottom: 0;
}

.custom-form #data-fields .data-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.custom-form #data-fields .data-row.row1 {
  padding-bottom: 16px;
}

.custom-form #data-fields .data-row.row2 {
  padding-bottom: 24px;
}

.custom-form #data-fields .data-row .data-column {
  flex: 0 0 calc((100% - 20px) / 2);
}

@media only screen and (max-width: 1024px) {
  .custom-form #data-fields .data-row .data-column {
    flex: 0 0 100%;
  }
}

.custom-file-upload {
  position: relative;
}

.custom-file-upload>p:first-child,
.custom-file-upload span.wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}

.custom-file-upload .codedropz-upload-wrapper .wpcf7-drag-n-drop-file.d-none {
  display: block;
  height: 92px;
  opacity: 0;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  pointer-events: none;
}

.custom-file-upload .codedropz-upload-wrapper .codedropz-upload-handler {
  position: relative;
  height: 92px;
  background-color: #ffffff;
  border: 1px dashed #D6D6D6;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
  pointer-events: auto;
}

.custom-file-upload .codedropz-upload-wrapper .codedropz-upload-handler:hover {
  border-color: #9ca3af;
  background-color: #f9fafb;
}

.custom-file-upload .codedropz-upload-wrapper .codedropz-upload-handler:hover .codedropz-upload-inner h6 {
  color: #374151;
}

.custom-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding: 16px;
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h6 {
  position: relative;
  padding-left: 32px;
  display: inline-block;
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3A2C2B;
  line-height: 150%;
  letter-spacing: 0;
}

.custom-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h6::before {
  content: url("./img/upload-file.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
}

.custom-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span,
.custom-file-upload .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap {
  display: none;
}

/* Lista wybranych plików */
.dnd-upload-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 8px;
  transition: background-color 0.2s ease;
}

.dnd-upload-status:hover {
  background-color: #f3f4f6;
}

.dnd-upload-status .dnd-upload-details {
  font-family: Geist, sans-serif;
  line-height: 150%;
  letter-spacing: 0;
}

.dnd-upload-status .dnd-upload-details .name {
  color: #4F3F3E;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dnd-upload-status .dnd-upload-details .name em {
  font-size: 14px;
  font-weight: 400;
}

.dnd-upload-status .dnd-upload-details .remove-file {
  top: 12px;
  right: 12px;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus,
.wpcf7 select.wpcf7-form-control:focus,
.wpcf7 textarea.wpcf7-form-control:focus {
  border-color: #67302D;
}

input::placeholder,
textarea::placeholder {
  font-family: Geist, sans-serif;
  color: #776866;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}

.wpcf7-form-control.wpcf7-acceptance input[type=checkbox].custom-checkbox-wrap {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-top: 0;
  padding-left: 30px;
  min-height: 20px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #4F3F3E;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}

.wpcf7-form-control.wpcf7-acceptance input[type=checkbox].custom-checkbox-wrap:checked+.wpcf7-list-item-label::after {
  content: url("./img/check.svg");
  position: absolute;
  top: 1px;
  left: 3px;
  pointer-events: none;
}

.wpcf7-form-control.wpcf7-acceptance input[type=checkbox].custom-checkbox-wrap:checked+.wpcf7-list-item-label::before {
  background-color: #67302D;
  border-color: #67302D;
}

.wpcf7-form-control.wpcf7-acceptance input[type=checkbox].custom-checkbox-wrap:focus+.wpcf7-list-item-label::before {
  box-shadow: none;
  border-color: #67302D;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:hover::before {
  border-color: #67302D;
}

.status-page .status-banner {
  position: relative;
  margin-bottom: -8px;
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #F7EEEC;
}

@media (max-width: 1024px) {
  .status-page .status-banner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.status-page .status-banner.error-section {
  background-image: url(./img/production-section.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.status-page .status-banner .row {
  padding: 110px 50px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.status-page .status-banner .row.error-row {
  padding: 0;
}

@media (max-width: 1024px) {
  .status-page .status-banner .row {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .status-page .status-banner .row {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.status-page .status-banner .row h2 {
  padding-bottom: 16px;
}

.status-page .status-banner .row h3 {
  padding-top: 40px;
  padding-bottom: 16px;
}

.status-page .status-banner .row .thanks-text {
  padding-bottom: 40px;
}

.status-page .status-banner .row .text-404 {
  padding-bottom: 32px;
}

.blog-list {
  padding-bottom: 96px;
}

@media (max-width: 1024px) {
  .blog-list {
    padding-bottom: 48px;
  }
}

.blog-list .blog-posts {
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 48px 32px;
}

@media (max-width: 1024px) {
  .blog-list .blog-posts {
    padding: 0;
    gap: 32px 16px;
  }
}

.blog-list .blog-posts .post-item {
  flex: 0 0 calc((100% - 64px) / 3);
  min-height: 462px;
}

@media (max-width: 1024px) {
  .blog-list .blog-posts .post-item {
    flex: 0 0 calc((100% - 32px) / 2);
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .blog-list .blog-posts .post-item {
    flex: 0 0 100%;
  }
}

.blog-list .blog-posts .post-item h5 {
  margin: 12px 0;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list .blog-posts .post-item .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 24px;
}

.blog-list .blog-posts .post-item .image-container {
  margin-bottom: 32px;
  overflow: hidden;
}

.blog-list .blog-posts .post-item .image-container img {
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
}

.blog-list .blog-posts .post-item .image-container img:hover {
  transform: scale(1.05);
}

.pagination-posts {
  margin-top: 64px;
  border-top: 1px solid #D6D6D6;
  padding-top: 20px;
}

.pagination-posts button {
  box-shadow: none;
}

.pagination-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page-numbers {
  display: flex;
}

.page-numbers .page-btn {
  border-radius: 8px;
  width: 40px;
  height: 40px;
}

.page-numbers .page-btn:hover {
  background: #F3E5E3;
  color: #67302D;
  font-weight: bold;
}

.page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-family: Geist, sans-serif;
  color: #4F3F3E;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-previous {
  margin-right: auto;
}

.page-previous svg {
  margin-right: 6px;
}

@media (max-width: 650px) {
  .page-previous {
    display: none;
  }
}

.page-next {
  margin-left: auto;
}

.page-next svg {
  margin-left: 6px;
}

@media (max-width: 650px) {
  .page-next {
    display: none;
  }
}

.page-previous,
.page-next {
  font-weight: 500;
  transition: 0.3s linear;
}

.page-previous:hover,
.page-previous:focus,
.page-next:hover,
.page-next:focus {
  background-color: transparent;
  color: #BA6E6D;
  transition: 0.3s linear;
}

.page-previous:hover svg path,
.page-previous:focus svg path,
.page-next:hover svg path,
.page-next:focus svg path {
  fill: #BA6E6D;
  transition: 0.3s linear;
}

.page-btn.active {
  background: #F3E5E3;
  color: #67302D;
}

.page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.single-post .post-content {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 96px 0;
}

@media (max-width: 1024px) {
  .single-post .post-content {
    padding: 48px 0 24px 0;
  }
}

.single-post .post-content .date-container,
.single-post .post-content .post-title {
  text-align: center;
}

.single-post .post-content .post-title {
  padding: 12px 0 64px 0;
}

@media (max-width: 1024px) {
  .single-post .post-content .post-title {
    padding-bottom: 32px;
  }
}

.single-post .post-content img.post-image {
  margin-bottom: 96px;
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 1024px) {
  .single-post .post-content img.post-image {
    margin-bottom: 48px;
  }
}

.single-post .post-content .post-excerpt {
  padding-bottom: 32px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .single-post .post-content .post-excerpt {
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
}

.single-post .post-content .post-excerpt p {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #4F3F3E;
}

@media (max-width: 1024px) {
  .single-post .post-content .post-excerpt p {
    font-size: 16px;
  }
}

.single-post .post-content .post-text p,
.single-post .post-content .post-text div,
.single-post .post-content .post-text ul,
.single-post .post-content .post-text ol,
.single-post .post-content .post-text li {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #4F3F3E;
}

@media (max-width: 1024px) {

  .single-post .post-content .post-text p,
  .single-post .post-content .post-text div,
  .single-post .post-content .post-text ul,
  .single-post .post-content .post-text ol,
  .single-post .post-content .post-text li {
    font-size: 16px;
  }
}

.single-post .post-content .post-text figure {
  margin: 48px 0;
}

@media (max-width: 1024px) {
  .single-post .post-content .post-text figure {
    margin: 32px 0;
  }
}

.single-post .post-content .post-text figure figcaption.wp-caption-text {
  margin: 16px 0 0 0;
  text-align: left;
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  color: #776866;
}

.single-post .post-content .post-text h2,
.single-post .post-content .post-text h3,
.single-post .post-content .post-text h4,
.single-post .post-content .post-text h5,
.single-post .post-content .post-text h6 {
  margin-top: 48px;
  margin-bottom: 24px;
}

@media (max-width: 1024px) {

  .single-post .post-content .post-text h2,
  .single-post .post-content .post-text h3,
  .single-post .post-content .post-text h4,
  .single-post .post-content .post-text h5,
  .single-post .post-content .post-text h6 {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.single-post .post-content .post-text blockquote {
  border-left: 2px solid #C56E7C;
  margin: 48px 0;
  padding: 0 0 0 20px;
  position: relative;
}

@media (max-width: 1024px) {
  .single-post .post-content .post-text blockquote {
    margin: 32px 0;
  }
}

.single-post .post-content .post-text blockquote p {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.1px;
}

@media (max-width: 1024px) {
  .single-post .post-content .post-text blockquote p {
    font-size: 24px;
  }
}

.single-post .post-content .post-text blockquote p b,
.single-post .post-content .post-text blockquote p strong {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #776866;
}

@media (max-width: 1024px) {

  .single-post .post-content .post-text blockquote p b,
  .single-post .post-content .post-text blockquote p strong {
    font-size: 14px;
  }
}

.single-post .post-content .post-gallery p {
  margin-top: 32px;
  column-count: 3;
  column-gap: 16px;
}

@media (max-width: 1024px) {
  .single-post .post-content .post-gallery p {
    column-count: 2;
  }
}

.single-post .post-content .post-gallery p.p-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.single-post .post-content .post-gallery p,
.single-post .post-content .post-gallery p.p-2 {
  line-height: 1rem;
}

.single-post .post-content .post-gallery p a,
.single-post .post-content .post-gallery p.p-2 a {
  display: inline-block;
  margin-top: 16px;
  width: 100%;
}

.single-post .post-content .post-gallery p a img,
.single-post .post-content .post-gallery p.p-2 a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.single-post .blog-list {
  padding-top: 96px;
  max-width: 1216px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .single-post .blog-list {
    padding-top: 24px;
  }
}

.single-post .blog-list h3 {
  padding-bottom: 20px;
}

.single-post .blog-list .blog-posts {
  padding-top: 64px;
}

@media (max-width: 1024px) {
  .single-post .blog-list .blog-posts {
    padding-top: 32px;
  }
}

.single-post .blog-list .load-more-container {
  margin-top: 64px;
  border-top: 1px solid #D6D6D6;
  padding-top: 16px;
}

.single-post .blog-list .load-more-container .btn--primary {
  margin-left: auto;
}

html {
  scroll-behavior: smooth;
}

.first-section {
  margin-top: 96px;
}

@media (max-width: 1200px) {
  .first-section {
    margin-top: 67px;
  }
}

@media only screen and (min-width: 1025px) {
  .wrapper-content {
    padding: 0 40px;
  }
}

::selection {
  background: #F3E5E3;
  background-color: #F3E5E3;
  color: #000;
}

::-moz-selection {
  background: #F3E5E3;
  background-color: #F3E5E3;
  color: #000;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Geist", sans-serif;
  color: #4F3F3E;
}

ol,
ul {
  margin: 0;
}

em.subtitle {
  color: #C56E7C;
  font-family: Great Vibes, cursive;
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  em.subtitle {
    font-size: 24px;
  }
}

h1 {
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.5px;
  color: #3A2C2B;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }
}

h2,
h2.second-heading {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #3A2C2B;
}

@media (max-width: 1024px) {

  h2,
  h2.second-heading {
    font-size: 32px;
  }
}

h3,
h3.third-heading {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 135%;
  letter-spacing: -0.2px;
  color: #3A2C2B;
}

@media (max-width: 1024px) {

  h3,
  h3.third-heading {
    font-size: 28px;
  }
}

h4,
h4.fourth-heading {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.1px;
  color: #3A2C2B;
}

@media (max-width: 1024px) {

  h4,
  h4.fourth-heading {
    font-size: 24px;
  }
}

h5,
h5.fifth-heading,
h5.fifth-heading a {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0;
  color: #3A2C2B;
}

@media (max-width: 1024px) {

  h5,
  h5.fifth-heading,
  h5.fifth-heading a {
    font-size: 20px;
  }
}

h6,
h6.sixth-heading {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #776866;
}

@media (max-width: 1024px) {

  h6,
  h6.sixth-heading {
    font-size: 16px;
  }
}

.body-text p {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #4F3F3E;
}

.body-text p:not(:first-child) {
  padding-top: 10px;
}

@media (max-width: 1024px) {
  .body-text p {
    font-size: 16px;
  }
}

p.bold-body-text,
a.bold-body-text,
.bold-body-text p,
h6.bold-body-text,
.bold-body-text {
  font-family: Geist, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #3A2C2B;
}

@media (max-width: 1024px) {

  p.bold-body-text,
  a.bold-body-text,
  .bold-body-text p,
  h6.bold-body-text,
  .bold-body-text {
    font-size: 16px;
  }
}

.person-name {
  font-family: Playfair Display, serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0;
  color: #3A2C2B;
}

@media (max-width: 1024px) {
  .person-name {
    font-size: 20px;
  }
}

.person-title,
.small-text {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}

@media (max-width: 1024px) {

  .person-title,
  .small-text {
    font-size: 14px;
  }
}

.person-title {
  color: #776866;
}

.small-text {
  color: #4F3F3E;
}

.contact-data a {
  display: block;
  font-family: Geist, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #C56E7C;
}

@media (max-width: 1024px) {
  .contact-data a {
    font-size: 16px;
  }
}

.contact-data a img {
  margin-right: 6.5px;
}

@media only screen and (max-width: 768px) {
  .contact-data {
    text-align: center;
  }
}

a.btn-underline {
  font-family: Geist, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #67302D;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

a.btn-underline::after {
  content: "";
  background-color: #67302D;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -8px;
}

a.btn-underline:hover {
  color: #BA6E6D;
}

a.btn-underline:hover::after {
  background-color: #BA6E6D;
}

.liner {
  position: relative;
  height: 24px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.geist {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ast-article-single {
  padding: 0 !important;
}

#primary {
  padding-bottom: 0;
  margin: 119px 0 0 0 !important;
}

@media only screen and (max-width: 921px) {
  #primary {
    margin: 56px 0 0 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 640px) {
  .ast-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.btn--primary {
  font-family: "Geist", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  color: #eed9d6;
  height: 54px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  background-color: #67302d;
  position: relative;
  margin-left: 26px;
  transition: all 0.3s linear;
  margin-right: 26px;
}

.btn--primary:hover {
  color: #eed9d6 !important;
  transition: all 0.3s linear;
  background-color: #ba6e70;
}

.btn--primary::before {
  position: absolute;
  height: 100%;
  width: 26px;
  content: "";
  display: block;
  left: -24px;
  background-image: url("./img/button_left.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right;
  transition: all 0.3s linear;
}

.btn--primary:hover::before {
  background-image: url("./img/button_left_colored.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.3s linear;
  background-position: right;
}

.btn--primary::after {
  position: absolute;
  height: 100%;
  width: 26px;
  content: "";
  display: block;
  right: -24px;
  background-image: url("./img/button_right.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right;
  transition: all 0.3s linear;
}

.btn--primary:hover::after {
  background-image: url("./img/button_right_colored.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.3s linear;
  background-position: right;
}

a.link {
  font-weight: 600;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  color: #4f3f3e;
  position: relative;
  display: block;
  margin-bottom: 40px;
  margin-top: 8px;
  width: fit-content;
}

@media only screen and (max-width: 1024px) {
  a.link {
    font-weight: 500;
  }
}

a.link::after {
  height: 1px;
  width: 100%;
  position: relative;
  content: "";
  display: block;
  background-color: #4f3f3e;
  bottom: -8px;
}

@media only screen and (max-width: 1024px) {
  a.link::after {
    bottom: -4px;
  }
}

p {
  padding: 0;
  margin: 0;
}

.sm-ast-container {
  max-width: 818px;
}

.ast-container {
  flex-direction: column;
  width: 100%;
}

.ast-container-xl {
  max-width: 1620px !important;
}

/* MENU MENU HEADER */
.fixed-submenu {
  display: none;
  position: fixed;
  top: 119px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  height: 100vh;
  color: #0a1b2c;
  opacity: 0;
  text-decoration: none !important;
}

.fixed-submenu .wrapper {
  padding: 32px 0 48px 0;
  background: #ffffff;
}

.fixed-submenu.active {
  display: block;
  opacity: 1;
  text-decoration: none !important;
}

.fixed-submenu .menu-header {
  margin-bottom: 40px;
  color: #0a1b2c;
  font-size: 40px;
  text-decoration: none !important;
}

.fixed-submenu .menu-container {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-decoration: none !important;
}

.fixed-submenu .menu-container .menu-item {
  display: flex;
  justify-content: start;
  align-items: start;
  text-decoration: none !important;
}

.fixed-submenu .menu-container p {
  color: #0a1b2c;
  text-decoration: none !important;
}

.fixed-submenu .menu-container .menu-item>div {
  margin-left: 20px;
  text-decoration: none !important;
}

.fixed-submenu .menu-container .menu-item>div p:first-child {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.006em;
  text-align: left;
  margin-bottom: 8px;
  text-decoration: none !important;
}

.fixed-submenu .div1 {
  grid-area: 3/3/4/5;
  background: #52e399;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  height: auto;
  text-decoration: none !important;
}

.fixed-submenu .div1 .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-submenu .div1 .img-wrapper,
.fixed-submenu .div1 .button-wrapper {
  width: 50%;
}

.fixed-submenu .div1 img {
  object-fit: cover;
  width: fit-content;
  height: 112px;
}

.fixed-submenu .div1 .btn--primary {
  background: #0a1b2c;
  color: #52e399;
}

p.subheader,
.subheader {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #c56e7c;
}

@media only screen and (max-width: 1024px) {

  p.subheader,
  .subheader {
    font-size: 24px;
  }
}

.main_banner {
  background-image: url("./img/banner_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 300px;
  padding-bottom: 115px;
  position: relative;
  display: block;
}

@media only screen and (max-width: 1300px) {
  .main_banner h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1024px) {
  .main_banner {
    padding-top: 125px;
    padding-bottom: 48px;
  }
}

.main_banner::before {
  position: absolute;
  top: 0 !important;
  bottom: auto;
  left: 0;
  content: "";
  display: block;
  height: 681px;
  width: 1074px;
  background-image: url("./img/banner_bottom.svg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

@media only screen and (max-width: 1300px) {
  .main_banner::before {
    background-image: url("./img/main_mobile.svg");
    width: 210px;
    height: 135px;
    top: 78px !important;
    left: auto;
    bottom: auto;
    right: 0;
  }
}

@media only screen and (max-width: 860px) {
  .main_banner::before {
    display: none;
  }
}

.main_banner::after {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  height: 453px;
  width: 550px;
  background-image: url("./img/banner_top.svg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

@media only screen and (max-width: 1024px) {
  .main_banner::after {
    display: none;
  }
}

.main_banner.animate::before,
.main_banner.animate::after {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 1024px) {
  .main_banner .desktop {
    display: none;
  }
}

.main_banner .mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .main_banner .mobile {
    display: block;
    width: 100%;
    margin-left: auto;
    max-width: 600px;
    margin-right: auto;
  }
}

.main_banner .ast-container {
  max-width: 1620px !important;
}

.main_banner .row {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .main_banner .row {
    flex-direction: column-reverse;
  }
}

.main_banner .row .col2 {
  text-align: center;
}

@media only screen and (max-width: 1300px) {
  .main_banner .row .col2 {
    margin: 0 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .main_banner .row .col2 {
    margin: 0 0 48px 0;
  }
}

.main_banner .row .col2 .text {
  margin-top: 16px;
  margin-bottom: 40px;
  max-width: 540px;
  width: 100%;
}

@media only screen and (max-width: 1300px) {
  .main_banner .row .col2 .text {
    margin-top: 8px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .main_banner .row .col2 .text {
    max-width: 100%;
    width: 100%;
  }
}

.main_banner .row .col2 .text h1 {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .main_banner .row .col2 .text h1 {
    width: 100%;
    max-width: 100%;
  }
}

.main_banner .row .col2 .text p {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
  color: #4f3f3e;
  padding-top: 24px;
}

@media only screen and (max-width: 1300px) {
  .main_banner .row .col2 .text p {
    font-size: 16px;
    padding-top: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .main_banner .row .col2 .text p {
    width: 100%;
    max-width: 100%;
  }
}

.main_banner .row .col2 .btn_wrapper {
  display: flex;
  justify-content: center;
}

.main_banner .row .col3 {
  position: relative;
  top: -120px;
}

@media only screen and (max-width: 1024px) {
  .main_banner .row .col3 {
    display: none;
  }
}

.our_baked_goods {
  padding: 96px 0;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .our_baked_goods {
    padding: 48px 0;
  }
}

.our_baked_goods .row h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #3a2c2b;
  margin: auto;
  text-align: center;
  width: fit-content;
}

@media only screen and (max-width: 1024px) {
  .our_baked_goods .row h2 {
    font-size: 32px;
  }
}

.our_baked_goods .row2 {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

.our_baked_goods .row2 .splide {
  max-width: 100%;
  width: 100%;
  margin-top: -72px;
}

@media only screen and (max-width: 1024px) {
  .our_baked_goods .row2 .splide {
    margin-top: 0 !important;
  }
}

.our_baked_goods .row2 .splide .splide__track,
.our_baked_goods .row2 .splide .splide__list {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {

  .our_baked_goods .row2 .splide .splide__track,
  .our_baked_goods .row2 .splide .splide__list {
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

.our_baked_goods .row2 .splide .splide__slide {
  padding-top: 72px;
}

@media only screen and (max-width: 1024px) {
  .our_baked_goods .row2 .splide .splide__slide {
    padding-top: 0;
  }
}

.our_baked_goods .row2 .splide .splide__slide .splide_inner {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

.our_baked_goods .row2 .splide .splide__slide .splide_inner h4 {
  text-align: center;
  width: fit-content;
  margin: auto;
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.1px;
  padding-top: 16px;
  color: #3a2c2b;
}

@media (max-width: 1024px) {
  .our_baked_goods .row2 .splide .splide__slide .splide_inner h4 {
    font-size: 24px;
  }
}

.our_baked_goods .row2 .splide .splide__slide .splide_inner .img_cover {
  width: 100%;
  aspect-ratio: 281/375;
  transition: all 0.2s linear;
  overflow: hidden;
}

@media only screen and (max-width: 1250px) {
  .our_baked_goods .row2 .splide .splide__slide .splide_inner .img_cover {
    height: 410px;
  }
}

@media only screen and (max-width: 1024px) {
  .our_baked_goods .row2 .splide .splide__slide .splide_inner .img_cover {
    height: auto;
    width: 28vw;
  }
}

@media only screen and (max-width: 800px) {
  .our_baked_goods .row2 .splide .splide__slide .splide_inner .img_cover {
    height: auto;
    width: 55vw;
  }
}

@media only screen and (max-width: 600px) {
  .our_baked_goods .row2 .splide .splide__slide .splide_inner .img_cover {
    width: 79vw;
  }
}

.our_baked_goods .row2 .splide .splide__slide .splide_inner .img_cover img {
  width: 100%;
  height: 100%;
  aspect-ratio: 281/375;
  object-fit: cover;
  transition: all 0.3s linear;
}

@media only screen and (min-width: 1025px) {
  .our_baked_goods .row2 .splide .splide__slide .splide_inner .img_cover img:hover {
    transition: all 0.3s linear;
    transform: scale(1.05);
    object-fit: cover;
  }
}

.our_baked_goods .row2 .splide .splide__slide:nth-child(odd) .splide_inner {
  margin-top: -70px !important;
}

@media only screen and (max-width: 1024px) {
  .our_baked_goods .row2 .splide .splide__slide:nth-child(odd) .splide_inner {
    margin-top: 0 !important;
  }
}

section.about_section {
  background-image: url("./img/bg_about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 96px 0;
}

@media only screen and (max-width: 1024px) {
  section.about_section {
    padding: 64px 0;
  }
}

section.about_section .row1 {
  margin-bottom: 48px;
}

section.about_section .row1 .subheader {
  text-align: left;
}

section.about_section .row1 h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #3a2c2b;
  max-width: 614px;
  padding-top: 8px;
}

section.about_section .row2 {
  display: flex;
  justify-content: space-between;
  gap: 68px;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 {
    flex-direction: column;
    gap: 32px;
  }
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col1 {
    max-width: 100%;
    width: 100%;
  }
}

section.about_section .row2 .col1 img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col1 img {
    max-width: 100%;
    width: 100%;
  }
}

section.about_section .row2 .col1 .wrapper {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  aspect-ratio: 785/500;
  object-fit: cover;
  padding: 20px;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col1 .wrapper {
    padding: 10px;
  }
}

section.about_section .row2 .col1 .text {
  margin-top: 28px;
}

section.about_section .row2 .col1 .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #776866;
}

@media only screen and (max-width: 1200px) {
  section.about_section .row2 .col1 .text p {
    max-width: 303px;
  }
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col1 .text p {
    max-width: 100%;
  }
}

section.about_section .row2 .col1 .text p strong {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #3a2c2b;
}

section.about_section .row2 .col2 {
  max-width: 507px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  section.about_section .row2 .col2 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col2 {
    max-width: 100%;
  }
}

section.about_section .row2 .col2 .top_text {
  margin-bottom: 64px;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col2 .top_text {
    margin-bottom: 32px;
  }
}

section.about_section .row2 .col2 .top_text .socials_box {
  display: flex;
}

section.about_section .row2 .col2 .top_text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #4f3f3e;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col2 .top_text p {
    font-size: 16px;
    line-height: 160%;
  }
}

section.about_section .row2 .col2 .top_text a.link {
  margin-bottom: 40px;
  margin-top: 8px;
}

section.about_section .row2 .col2 .info_box {
  background-image: url("./img/bg_about_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 48px;
  width: 670px;
  min-width: 640px;
  right: 0;
  position: relative;
  left: -270px;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col2 .info_box {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    padding: 32px;
    left: 0;
  }
}

section.about_section .row2 .col2 .info_box .roww {
  display: flex;
}

section.about_section .row2 .col2 .info_box .roww .coll {
  flex: 1;
}

section.about_section .row2 .col2 .info_box .roww .coll1 {
  margin-right: 24px;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col2 .info_box .roww .coll1 {
    margin-right: 18px;
  }
}

section.about_section .row2 .col2 .info_box .roww .coll2 {
  margin-left: 24px;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col2 .info_box .roww .coll2 {
    margin-left: 18px;
  }
}

section.about_section .row2 .col2 .info_box .roww .coll em {
  font-family: "Playfair Display", serif !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: none;
  font-style: normal;
  padding: 0 !important;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col2 .info_box .roww .coll em {
    font-size: 20px;
  }
}

section.about_section .row2 .col2 .info_box .roww .coll strong,
section.about_section .row2 .col2 .info_box .roww .coll b {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 0.5;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 1024px) {

  section.about_section .row2 .col2 .info_box .roww .coll strong,
  section.about_section .row2 .col2 .info_box .roww .coll b {
    font-size: 64px;
    line-height: 120%;
  }
}

section.about_section .row2 .col2 .info_box .roww .coll p {
  font-family: Geist, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  section.about_section .row2 .col2 .info_box .roww .coll p {
    font-size: 14px;
  }
}

section.about_section .row2 .col2 .info_box .roww .coll p:nth-last-child(1) {
  padding-top: 32px !important;
}

section.about_section .row2 .col2 .info_box .roww .coll p:nth-child(1) {
  padding-bottom: 9px !important;
}

section.offer_section {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  section.offer_section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

section.offer_section h2 {
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.5px;
  text-align: center;
  color: #3a2c2b;
  padding-top: 8px;
  padding-bottom: 32px;
}

@media (max-width: 1024px) {
  section.offer_section h2 {
    font-size: 36px;
  }
}

section.offer_section .btn_wrapper {
  display: flex;
  justify-content: center;
}

section.offer_section #splide2 {
  padding-top: 64px;
  padding-bottom: 102px;
}

@media (max-width: 1024px) {
  section.offer_section #splide2 {
    padding-top: 48px;
  }
}

@media (max-width: 640px) {
  section.offer_section #splide2 {
    padding-bottom: 0;
  }
}

section.offer_section #splide2 .image-container {
  overflow: hidden;
}

section.offer_section #splide2 .image-container img {
  aspect-ratio: 0.75;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

section.offer_section #splide2 .image-container img:hover {
  transform: scale(1.05);
}

section.offer_section #splide2 .splide__arrow {
  top: unset;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #67302D;
  border-radius: 50%;
  opacity: 1;
  height: 54px;
  width: 54px;
}

section.offer_section #splide2 .splide__arrow[disabled] {
  border-color: #D6D6D6;
}

section.offer_section #splide2 .splide__arrow[disabled]::after {
  filter: invert(86%) sepia(0%) saturate(0%) hue-rotate(168deg) brightness(92%) contrast(89%);
}

section.offer_section #splide2 .splide__arrow svg {
  display: none;
}

section.offer_section #splide2 .splide__arrow::after {
  width: 19px;
  height: 9px;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  content: "";
  background-image: url(./img/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

section.offer_section #splide2 .splide__arrow.splide__arrow--prev {
  left: calc(50% - 62px);
}

section.offer_section #splide2 .splide__arrow.splide__arrow--next {
  right: calc(50% - 62px);
}

section.offer_section #splide2 .splide__arrow.splide__arrow--next::after {
  transform: rotate(180deg);
}

section.offer_section #splide2 .title {
  padding-top: 16px;
  text-align: center;
}

section.desc_section {
  padding-top: 0;
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  section.desc_section {
    padding-bottom: 64px;
  }
}

section.desc_section .row_img img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  section.desc_section .row_img img {
    aspect-ratio: 343/175;
    object-fit: cover;
  }
}

section.desc_section .row_img,
section.desc_section .row1 {
  display: flex;
}

@media only screen and (max-width: 768px) {

  section.desc_section .row_img,
  section.desc_section .row1 {
    flex-direction: column;
  }
}

section.desc_section .row_img .col,
section.desc_section .row1 .col {
  flex: 1;
}

section.desc_section .row_img .col1 .desc,
section.desc_section .row1 .col1 .desc {
  padding: 48px 20px 0 32px;
}

@media only screen and (max-width: 768px) {

  section.desc_section .row_img .col1 .desc,
  section.desc_section .row1 .col1 .desc {
    padding: 48px 0 0 0;
  }
}

section.desc_section .row_img .col1 .desc em,
section.desc_section .row1 .col1 .desc em {
  font-family: "Great Vibes", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  color: #c56e7c;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {

  section.desc_section .row_img .col1 .desc em,
  section.desc_section .row1 .col1 .desc em {
    font-size: 24px;
  }
}

section.desc_section .row_img .col1 .desc h3,
section.desc_section .row1 .col1 .desc h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 135%;
  letter-spacing: -0.2px;
  color: #3a2c2b;
}

@media only screen and (max-width: 768px) {

  section.desc_section .row_img .col1 .desc h3,
  section.desc_section .row1 .col1 .desc h3 {
    font-size: 28px;
  }
}

section.desc_section .row_img .col2 a.link,
section.desc_section .row1 .col2 a.link {
  margin-bottom: 0;
}

section.desc_section .row_img .col2 .desc,
section.desc_section .row1 .col2 .desc {
  padding: 48px 16px 0 0;
}

@media only screen and (max-width: 768px) {

  section.desc_section .row_img .col2 .desc,
  section.desc_section .row1 .col2 .desc {
    padding: 20px 0 0 0;
  }
}

section.desc_section .row_img .col2 .desc p,
section.desc_section .row1 .col2 .desc p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #4f3f3e;
}

@media only screen and (max-width: 768px) {

  section.desc_section .row_img .col2 .desc p,
  section.desc_section .row1 .col2 .desc p {
    font-size: 16px;
  }
}

section.desc_section .row_img .col2 .desc p strong,
section.desc_section .row_img .col2 .desc p b,
section.desc_section .row1 .col2 .desc p strong,
section.desc_section .row1 .col2 .desc p b {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #776866;
  padding-top: 16px;
  padding-bottom: 24px;
  display: block;
}

@media only screen and (max-width: 768px) {

  section.desc_section .row_img .col2 .desc p strong,
  section.desc_section .row_img .col2 .desc p b,
  section.desc_section .row1 .col2 .desc p strong,
  section.desc_section .row1 .col2 .desc p b {
    font-size: 14px;
  }
}

section.blog_section {
  padding-top: 96px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1024px) {
  section.blog_section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

section.blog_section .row1 {
  display: flex;
  gap: 42px;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .row1 {
    flex-direction: column;
    gap: 0;
  }
}

section.blog_section .row1 .col1 {
  max-width: 396px;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .row1 .col1 {
    max-width: 100%;
  }
}

section.blog_section .row1 .col1 .subheader {
  text-align: left;
}

section.blog_section .row1 .col1 h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -0.5px;
  color: #3a2c2b;
  padding-top: 8px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .row1 .col1 h2 {
    font-size: 32px;
  }
}

section.blog_section .row1 .col1 p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #4f3f3e;
  padding-bottom: 32px;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .row1 .col1 p {
    font-size: 16px;
    padding-bottom: 18px;
  }
}

section.blog_section .row1 .col2 {
  max-width: 900px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .row1 .col2 {
    max-width: 100%;
  }
}

section.blog_section .blog_container .blog_inner {
  margin-bottom: 16px;
}

section.blog_section .blog_container .blog_inner .blog_row {
  display: flex;
  align-items: center;
}

section.blog_section .blog_container .blog_inner .img_wrapper {
  overflow: hidden;
}

section.blog_section .blog_container .blog_inner .img_wrapper img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
  width: 120px;
  max-width: 120px;
  transition: transform 0.3s ease;
}

section.blog_section .blog_container .blog_inner .img_wrapper img:hover {
  transform: scale(1.05);
}

@media only screen and (max-width: 1024px) {
  section.blog_section .blog_container .blog_inner .img_wrapper img {
    width: 100px;
    max-width: 100px;
  }
}

section.blog_section .blog_container .blog_inner h4.post_title {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #3a2c2b;
  padding: 2px 0 0 0 !important;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .blog_container .blog_inner h4.post_title {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

section.blog_section .blog_container .blog_inner h4.post_title a {
  color: #3a2c2b;
}

section.blog_section .blog_container .blog_inner .date {
  color: #776866;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .blog_container .blog_inner .date {
    font-size: 14px;
  }
}

section.blog_section .blog_container .blog_inner .date span {
  color: #4f3f3e;
  padding-left: 3px;
}

section.blog_section .blog_container .blog_inner .post_excerpt,
section.blog_section .blog_container .blog_inner a.link {
  display: none;
}

section.blog_section .blog_container .blog_inner .coll2 {
  padding-left: 40px;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .blog_container .blog_inner .coll2 {
    padding-left: 16px;
  }
}

section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row {
  align-items: stretch;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row {
    flex-direction: column;
  }
}

section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row img {
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center;
  width: 300px;
  max-width: 300px;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row img {
    max-width: 100%;
  }
}

section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row h4.post_title {
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.1px;
  color: #3a2c2b;
  padding: 16px 0 !important;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row h4.post_title {
    font-size: 24px;
  }
}

section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row .post_excerpt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #4f3f3e;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row .post_excerpt p {
    font-size: 14px;
  }
}

section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row .coll2 {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row .coll2 {
    max-width: 100%;
    padding-top: 24px;
    padding-left: 0 !important;
    padding-bottom: 24px;
  }
}

section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row .coll2 a.link {
  margin: 0;
}

section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row .post_excerpt,
section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row a.link {
  display: block;
}

section.blog_section .blog_container .blog_inner:nth-child(1) .blog_row .post_excerpt {
  padding-bottom: 16px;
}

.text-page {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 1024px) {
  .text-page {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.text-page h1 {
  text-align: center;
  padding-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */