@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/dsgr-child/assets/fonts/Inter-Medium.woff2") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/dsgr-child/assets/fonts/Inter-Regular.woff2") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/wp-content/themes/dsgr-child/assets/fonts/Inter-Bold.woff2") format("woff");
  font-weight: 700;
  font-display: swap;
}
*:not(.fa):not(.swal2-icon) {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  box-sizing: border-box;
}

.general-section {
  width: 100%;
}

.basic-container-width, .general-container {
  max-width: 1690px;
  margin: 0 auto;
  padding: 0px 30px;
}

.small-container-width, .small-container {
  max-width: 1418px;
  margin: 0 auto;
  padding: 0px 30px;
}

span, a, p, b, h1, h2, h3, h4, h5 {
  color: #030303;
}

.bold {
  font-weight: 700;
}

.blue {
  color: #50586F;
}

.white {
  color: #ffffff;
}

.grey {
  color: #474747;
}

.red {
  color: #EB5050;
}

img {
  max-width: 100%;
}

.image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rounded_image {
  border-radius: 250px;
  overflow: hidden;
}

* {
  font-weight: 200;
}

.font_700 {
  font-weight: 700;
}

.font_400 {
  font-weight: 400;
}

.font_200 {
  font-weight: 200;
}

.font_110 {
  font-size: 110px;
  line-height: 120px;
}

.font_100 {
  font-weight: 100;
}

.font_90 {
  font-size: 90px;
  line-height: 100px;
}

.font_70 {
  font-size: 70px;
  line-height: 80px;
}

.font_60 {
  font-size: 60px;
  line-height: 75px;
}

.font_40 {
  font-size: 40px;
  line-height: 45px;
}

.font_30 {
  font-size: 30px;
  line-height: 35px;
}

.font_25 {
  font-size: 25px;
  line-height: 25px;
}

.font_26 {
  font-size: 26px;
  line-height: 29px;
}

.font_22 {
  font-size: 22px;
  line-height: 30px;
}

.font_20 {
  font-size: 20px;
  line-height: 26px;
}

.font_18 {
  font-size: 18px;
  line-height: 22px;
}

.font_14 {
  font-size: 14px;
  line-height: 15px;
}

.underline {
  text-decoration: underline;
}

strong {
  font-weight: 700 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-05 {
  opacity: 0.5;
}

input:focus-visible {
  outline: none;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

.no-pointer-events {
  pointer-events: none;
}

.general-container {
  max-width: 1640px;
  width: calc(100% - 40px);
  margin: auto;
}

.menu-horizontal {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-horizontal ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

::-webkit-scrollbar-thumb {
  background: #EB5050;
}

::-webkit-scrollbar-track {
  background: #f2f2f2;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #EB5050 #f2f2f2;
}

.typical_button {
  border-radius: 4px;
  background: #fff;
  padding: 13px 50px;
  display: inline-flex;
  justify-self: center;
}

.button {
  background: #CCCCCC;
  border-radius: 12px;
  border: none;
  padding: 12px 30px;
}

.custom-button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.25rem 4rem 1.25rem 4rem;
  text-align: center;
  position: relative;
  border-radius: 4px;
}

#temp_load {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
#temp_load::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 9;
  background: #fff;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #EB5050;
  border-bottom-color: #f2f2f2;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section_title {
  font-size: 32px;
}

.general-page .page-header {
  background-color: #FAF8F5;
  padding: 1rem 0rem 3rem 0rem;
}
@media (min-width: 992px) {
  .general-page .page-header {
    padding: 1rem 0rem 6rem 0rem;
  }
}
@media (min-width: 992px) {
  .general-page .page-header .small-container {
    padding: 0px 70px;
  }
}
.general-page .page-header .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .general-page .page-header .title {
    flex-direction: row;
  }
}
.general-page .page-header .title h1 {
  padding-top: 2rem;
  width: 100%;
  font-size: 32px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .general-page .page-header .title h1 {
    width: 49%;
    padding-top: 1rem;
    font-family: "Inter", Helvetica, Verdana, sans-serif;
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .general-page .page-header .title h1 {
    font-size: 54px;
  }
}
@media (min-width: 1600px) {
  .general-page .page-header .title h1 {
    font-size: 64px;
  }
}
.general-page .page-header .title p {
  color: #555555;
  width: 100%;
}
@media (min-width: 992px) {
  .general-page .page-header .title p {
    width: 51%;
    padding-top: 2rem;
    font-family: "Inter", Helvetica, Verdana, sans-serif;
    font-size: 16px;
  }
}
.general-page .general-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .general-page .general-section .small-container {
    padding: 0px 70px;
  }
}
@media (max-width: 992px) {
  .general-page .general-section .small-container .content img {
    height: auto;
  }
}
.general-page .general-section table {
  width: 100%;
  border: 1px solid #555555;
}
.general-page .general-section table tbody tr td {
  padding: 0.65rem;
}
.general-page .general-section table tbody tr td:not(:last-child) {
  border-right: #555555 1px solid;
}
.general-page .general-section table tbody tr:first-child td {
  background-color: #555555;
  color: #FFFFFF;
}
.general-page .general-section table tbody tr:first-child td:not(:last-child) {
  border-right: #FFFFFF 1px solid;
}
.general-page .general-section table tbody tr:not(:first-child):nth-child(odd) td {
  background-color: #EFEFED;
}

.newsletter-container {
  border-top: rgba(200, 189, 173, 0.4) 1px solid;
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .newsletter-container {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .newsletter-container .small-container {
    padding: 0;
  }
}
.newsletter-container .newsletter-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .newsletter-container .newsletter-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .newsletter-container .newsletter-wrapper {
    min-height: 400px;
    background-image: url("../images/newsletter-background.jpg");
    background-repeat: no-repeat;
    background-position: left center;
  }
}
.newsletter-container .newsletter-wrapper .newsletter-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .newsletter-container .newsletter-wrapper .newsletter-text {
    width: 52%;
  }
}
.newsletter-container .newsletter-wrapper .newsletter-text .newsletter-title {
  color: #EB5050;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .newsletter-container .newsletter-wrapper .newsletter-text .newsletter-title {
    width: 95%;
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .newsletter-container .newsletter-wrapper .newsletter-text .newsletter-title {
    width: 90%;
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .newsletter-container .newsletter-wrapper .newsletter-text .newsletter-title {
    width: 80%;
    font-size: 54px;
  }
}
@media (min-width: 1600px) {
  .newsletter-container .newsletter-wrapper .newsletter-text .newsletter-title {
    width: 70%;
    font-size: 60px;
  }
}
.newsletter-container .newsletter-wrapper .newsletter-text .newsletter-subtitle {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .newsletter-container .newsletter-wrapper .newsletter-text .newsletter-subtitle {
    margin-bottom: 0rem;
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .newsletter-container .newsletter-wrapper .newsletter-text .newsletter-subtitle {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .newsletter-container .newsletter-wrapper .newsletter-text .newsletter-subtitle {
    width: 80%;
  }
}
@media (min-width: 1600px) {
  .newsletter-container .newsletter-wrapper .newsletter-text .newsletter-subtitle {
    width: 70%;
  }
}
@media (min-width: 1800px) {
  .newsletter-container .newsletter-wrapper .newsletter-text .newsletter-subtitle {
    width: 60%;
  }
}
.newsletter-container .newsletter-wrapper .newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .newsletter-container .newsletter-wrapper .newsletter-form {
    width: 48%;
  }
}
.newsletter-container .newsletter-wrapper .newsletter-form .newsletter-inputs {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .newsletter-container .newsletter-wrapper .newsletter-form .newsletter-inputs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.newsletter-container .newsletter-wrapper .newsletter-form label {
  font-weight: 700;
  display: block;
  padding-bottom: 0.45rem;
}
.newsletter-container .newsletter-wrapper .newsletter-form input[type=email] {
  border: #C8BDAD 1px solid;
  padding: 0.65rem 1.25rem;
  border-radius: 4px;
  margin-bottom: 0.45rem;
}
@media (min-width: 992px) {
  .newsletter-container .newsletter-wrapper .newsletter-form input[type=email] {
    margin-right: 20px;
    flex: 1;
    margin-bottom: 0rem;
  }
}
.newsletter-container .newsletter-wrapper .newsletter-form button {
  font-size: 14px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 4px;
  text-align: center;
}
.newsletter-container .newsletter-wrapper .newsletter-form button span {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .newsletter-container .newsletter-wrapper .newsletter-form button {
    font-size: 16px;
  }
}
.newsletter-container .newsletter-wrapper .newsletter-form .newsletter-acceptance {
  padding-top: 0.65rem;
}
.newsletter-container .newsletter-wrapper .newsletter-form .newsletter-acceptance label {
  font-weight: 400;
}
.newsletter-container .newsletter-wrapper .newsletter-form .newsletter-acceptance label a {
  font-weight: 700;
  color: #EB5050;
  text-decoration: underline;
}

.mc4wp-response .mc4wp-alert.mc4wp-error p {
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.45rem 1rem;
  background-color: red;
  border-radius: 4px;
}
.mc4wp-response .mc4wp-alert.mc4wp-success p {
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.45rem 1rem;
  background-color: green;
  border-radius: 4px;
}
.mc4wp-response .mc4wp-alert.mc4wp-warning p {
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.45rem 1rem;
  background-color: orange;
  border-radius: 4px;
}

.swal2-confirm {
  background-color: #000000 !important;
  color: #FFFFFF;
  padding: 0.65rem 3rem 0.65rem 3rem;
  text-align: center;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
}

.swal2-html-container {
  margin: 0;
}
.swal2-html-container .woocommerce-error:focus-visible {
  outline: 0;
}

.tooltip-wrapper {
  position: relative;
  border-bottom: 1px dotted black; /* Add dots under the hoverable text */
  cursor: pointer;
}

.tester {
  display: none;
}

header.site-header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #ffffff;
  transition: top 0.3s ease-in-out;
}
header.site-header .top-header {
  background: #E3E3E3;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  header.site-header .top-header {
    padding: 0.5rem 0rem;
  }
}
header.site-header .top-header {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
header.site-header .top-header .text {
  display: flex;
  font-size: 12px;
  padding: 0.35rem;
}
@media (min-width: 992px) {
  header.site-header .top-header .text {
    font-size: 16px;
    padding: 0;
  }
}
header.site-header .top-header .text span {
  text-align: center;
}
@media (min-width: 420px) {
  header.site-header .top-header .text span {
    white-space: nowrap;
  }
}
header.site-header .top-header .text span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.site-header .top-header .text a {
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #E41801;
  text-decoration: underline;
  margin-left: 10px;
}
header.site-header .main-header {
  display: flex;
  flex-direction: row;
  max-width: 1680px;
  padding: 20px 10px;
  margin: auto;
}
@media (min-width: 420px) {
  header.site-header .main-header {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  header.site-header .main-header {
    padding: 30px 30px 0px 30px;
    flex-wrap: wrap;
  }
}
header.site-header .main-header .logo-container {
  order: 2;
  width: 100%;
}
@media (min-width: 992px) {
  header.site-header .main-header .logo-container {
    order: 1;
    width: auto;
  }
}
@media (min-width: 992px) {
  header.site-header .main-header .logo-container img {
    max-height: 68px;
  }
}
@media (max-width: 992px) {
  header.site-header .main-header .logo-container img {
    max-height: 52px;
  }
}
@media (max-width: 768px) {
  header.site-header .main-header .logo-container img {
    max-height: 48px;
  }
}
@media (max-width: 576px) {
  header.site-header .main-header .logo-container img {
    max-height: 36px;
  }
}
header.site-header .main-header .mobile-navigation-toggle {
  cursor: pointer;
  margin-right: 10px;
}
@media (min-width: 992px) {
  header.site-header .main-header .mobile-navigation-toggle {
    display: none;
  }
}
header.site-header .main-header .mobile-navigation-toggle svg {
  width: 35px;
  height: 32px;
}
header.site-header .main-header .header-search {
  display: none;
}
@media (min-width: 992px) {
  header.site-header .main-header .header-search {
    order: 2;
    width: 20%;
    margin-left: 2rem;
    max-width: 691px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  header.site-header .main-header .header-search {
    width: 25%;
  }
}
@media (min-width: 1080px) {
  header.site-header .main-header .header-search {
    width: 30%;
  }
}
@media (min-width: 1240px) {
  header.site-header .main-header .header-search {
    width: 40%;
  }
}
@media (min-width: 1460px) {
  header.site-header .main-header .header-search {
    width: 60%;
  }
}
@media (min-width: 1600px) {
  header.site-header .main-header .header-search {
    order: 2;
    width: 100%;
    margin-left: 2rem;
    max-width: 691px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
  }
}
header.site-header .main-header .header-search .woocommerce-product-search {
  background: #F3F4F6;
  border-radius: 50px !important;
  border: none !important;
  font-size: 16px;
  height: 49px;
  padding: 0 10px;
  display: flex;
}
header.site-header .main-header .header-search .woocommerce-product-search .screen-reader-text {
  display: none;
}
header.site-header .main-header .header-search .woocommerce-product-search .search-field {
  background: unset;
  border-radius: unset;
  border: none !important;
  font-size: 16px;
  padding: 0;
  width: 100%;
}
header.site-header .main-header .header-search .woocommerce-product-search .search-field ::-moz-placeholder {
  color: #5B5B5B;
}
header.site-header .main-header .header-search .woocommerce-product-search .search-field ::placeholder {
  color: #5B5B5B;
}
header.site-header .main-header .header-search .woocommerce-product-search button {
  background: #F3F4F6;
  border: none;
  border-radius: 70px !important;
  padding-right: 15px;
}
header.site-header .main-header .header-secondary-menu {
  order: 3;
  display: none;
}
@media (min-width: 992px) {
  header.site-header .main-header .header-secondary-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-grow: 1;
    align-items: center;
  }
}
header.site-header .main-header .header-secondary-menu .header-secondary-menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 2rem;
  justify-content: space-between;
  padding-right: 1.15rem;
}
header.site-header .main-header .header-secondary-menu .header-secondary-menu-list li a {
  font-size: 14px;
}
header.site-header .main-header .header-secondary-menu .header-secondary-menu-contact {
  font-size: 14px;
}
header.site-header .main-header .menu-container {
  order: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 992px) {
  header.site-header .main-header .menu-container {
    order: 4;
    width: 100%;
    flex-wrap: nowrap;
    padding-top: 1.1rem;
  }
}
header.site-header .main-header .menu-container .actions-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 992px) {
  header.site-header .main-header .menu-container .actions-container {
    gap: 24px;
  }
}
header.site-header .main-header .menu-container .actions-container svg {
  width: 28px;
  height: 28px;
}
header.site-header .main-header .menu-container .actions-container .action {
  cursor: pointer;
  position: relative;
}
header.site-header .main-header .menu-container .actions-container .action.active svg path {
  fill: #EB5050;
}
header.site-header .main-header .menu-container .actions-container .action .cart-count {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  top: -10px;
  right: -10px;
  background: #EB5050;
  color: #ffffff;
}
header.site-header .mobile-header-search {
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}
@media (min-width: 992px) {
  header.site-header .mobile-header-search {
    display: none;
  }
}
header.site-header .mobile-header-search .woocommerce-product-search {
  background: #F3F4F6;
  border-radius: 50px !important;
  border: none !important;
  font-size: 16px;
  height: 49px;
  padding: 0 10px;
  display: flex;
}
header.site-header .mobile-header-search .woocommerce-product-search .screen-reader-text {
  display: none;
}
header.site-header .mobile-header-search .woocommerce-product-search .search-field {
  background: unset;
  border-radius: unset;
  border: none !important;
  font-size: 16px;
  padding: 0;
  width: 100%;
}
header.site-header .mobile-header-search .woocommerce-product-search .search-field ::-moz-placeholder {
  color: #5B5B5B;
}
header.site-header .mobile-header-search .woocommerce-product-search .search-field ::placeholder {
  color: #5B5B5B;
}
header.site-header .mobile-header-search .woocommerce-product-search button {
  background: #F3F4F6;
  border: none;
  border-radius: 70px !important;
  padding-right: 15px;
}

body.is-scrolled header.site-header {
  top: -40px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
}

footer.site-footer {
  background: #ffffff;
  border-top: rgba(200, 189, 173, 0.4) 1px solid;
}
footer.site-footer * {
  color: #000000;
}
footer .main-footer {
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
}
@media (min-width: 576px) {
  footer .main-footer {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  footer .main-footer {
    flex-wrap: nowrap;
    padding: 50px 0 20px 0px;
  }
}
footer .main-footer {
  justify-content: space-between;
}
footer .main-footer .footer-section {
  width: 100%;
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  footer .main-footer .footer-section {
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .main-footer .footer-section {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  footer .main-footer .footer-section.first-footer-section {
    width: 32%;
  }
}
@media (min-width: 1400px) {
  footer .main-footer .footer-section.first-footer-section {
    width: 35%;
  }
}
@media (min-width: 1600px) {
  footer .main-footer .footer-section.first-footer-section {
    width: 39%;
  }
}
footer .main-footer .footer-section.first-footer-section .footer-catalog-subtitle {
  padding-bottom: 0.65rem;
  color: #000000;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
footer .main-footer .footer-section.first-footer-section .footer-catalog-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
footer .main-footer .footer-section.first-footer-section .footer-catalog-button {
  display: block;
  padding-top: 2rem;
}
footer .main-footer .footer-section.first-footer-section .footer-catalog-button .button {
  font-size: 14px;
  font-weight: 500;
}
footer .main-footer .footer-section.first-footer-section .footer-catalog-button .button.hollow {
  padding: 0.65rem 4.5rem;
  background-color: transparent;
  border: 1px solid #C8BDAD;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  footer .main-footer .footer-section.second-footer-section {
    width: 19%;
  }
}
@media (min-width: 1400px) {
  footer .main-footer .footer-section.second-footer-section {
    width: 17%;
  }
}
@media (min-width: 1600px) {
  footer .main-footer .footer-section.second-footer-section {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  footer .main-footer .footer-section.third-footer-section {
    width: auto;
  }
}
@media (min-width: 1200px) {
  footer .main-footer .footer-section.fourth-footer-section {
    width: 20%;
  }
}
footer .main-footer .footer-section .logo-container {
  background: #ffffff;
}
footer .main-footer .footer-section .social-container {
  display: flex;
  flex-direction: column;
}
footer .main-footer .footer-section .social-container .social-container-title {
  display: block;
  padding-top: 1.25rem;
}
footer .main-footer .footer-section .social-container .social-container-icons {
  display: flex;
  gap: 10px;
}
footer .main-footer .footer-section .social-container .social-container-icons .social-icon {
  width: 30px;
  height: 30px;
}
footer .main-footer .footer-section .social-container .social-container-icons .social-icon svg {
  width: 30px;
  height: 30px;
}
footer .main-footer .footer-section ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .main-footer .footer-section ul li {
  line-height: 2;
}
footer .main-footer .footer-section ul li a {
  color: #000000;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
footer .main-footer .footer-section .footer-column-title {
  color: #5B5B5B;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 1.15rem;
}
footer .main-footer .footer-section p {
  color: #000000;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 15px;
}
footer .footer-copyright-wrapper {
  border-top: rgba(200, 189, 173, 0.4) 1px solid;
}
footer .footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 0;
  align-items: center;
}
@media (min-width: 992px) {
  footer .footer-copyright {
    flex-direction: row;
  }
}
footer .footer-copyright > div {
  padding: 0.65rem 0rem 0.65rem 0rem;
}

.mobile-navigation {
  position: fixed;
  width: 0px;
  height: 100%;
  z-index: 9999;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-navigation #threeds-mobile-navigation-close {
  cursor: pointer;
}
.mobile-navigation.active {
  width: 100%;
  max-width: 450px;
}
.mobile-navigation.active .mobile-navigation-header,
.mobile-navigation.active .mobile-navigation-menu,
.mobile-navigation.active .mobile-navigation-footer {
  display: flex;
}
@media (min-width: 992px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation .mobile-navigation-header {
  padding: 1.25rem 2rem;
}
.mobile-navigation .mobile-navigation-header img {
  height: 36px;
}
.mobile-navigation .mobile-navigation-header a {
  padding-left: 1rem;
  width: 100%;
  justify-content: center;
  display: flex;
}
.mobile-navigation .mobile-navigation-header {
  max-height: 90px;
  box-shadow: 0px 0px 13px -4px rgb(66, 68, 90);
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 450px;
}
.mobile-navigation .mobile-navigation-menu {
  margin-top: 10px;
  height: 100%;
  width: 100%;
  top: 100px;
  position: relative;
}
.mobile-navigation .mobile-navigation-menu .drilldown-menu {
  width: 100%;
}
.mobile-navigation .mobile-navigation-menu .drilldown-menu .drilldown-menu__link:hover {
  color: #fff;
  background-color: #EB5050;
}
.mobile-navigation .mobile-navigation-footer {
  background-color: #F9F7F4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 450px;
}
.mobile-navigation .mobile-navigation-footer .mobile-secondary-menu-list {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 10px;
  padding: 0.65rem;
  width: 100%;
  justify-content: center;
}
@media (max-width: 360px) {
  .mobile-navigation .mobile-navigation-footer .mobile-secondary-menu-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mobile-navigation .mobile-navigation-header,
.mobile-navigation .mobile-navigation-menu,
.mobile-navigation .mobile-navigation-footer {
  display: none;
}

.desktop-menu-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.desktop-menu-wrapper .desktop-navigation-menu {
  display: none;
}
@media (min-width: 992px) {
  .desktop-menu-wrapper .desktop-navigation-menu {
    display: flex;
  }
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first {
  display: flex;
  gap: 2.5rem;
  padding: 0;
  margin: 0;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li {
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li {
    padding: 0rem 0.75rem;
  }
}
@media (min-width: 1200px) {
  .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li {
    padding: 0rem 1.25rem;
  }
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children {
  line-height: 60px;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 800 800' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(2.08397,0,0,2.08397,-432.304,-441.093)'%3E%3Cpath d='M400,508.333C396.717,508.347 393.46,507.707 390.427,506.447C387.393,505.19 384.64,503.337 382.333,501L215.667,334.333C212.342,329.469 210.842,323.588 211.431,317.727C212.019,311.866 214.659,306.401 218.884,302.295C223.108,298.19 228.647,295.709 234.523,295.289C240.399,294.869 246.234,296.537 251,299.999L400,448L549,299.999C553.7,296.953 559.283,295.572 564.86,296.078C570.437,296.585 575.683,298.949 579.757,302.791C583.83,306.634 586.493,311.733 587.323,317.271C588.153,322.808 587.1,328.465 584.333,333.333L417.667,500C415.443,502.517 412.73,504.557 409.693,505.99C406.657,507.423 403.357,508.22 400,508.333Z' style='fill:rgb(47,51,58);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E");
  width: 10px !important;
  height: 10px !important;
  position: absolute;
  right: 0px;
  top: 40%;
}
@media (min-width: 992px) {
  .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children::after {
    right: -10px;
  }
}
@media (min-width: 1200px) {
  .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children::after {
    right: 0px;
  }
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children::after {
  transition: transform 0.4s;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover::after {
  transform: rotate(180deg);
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
  visibility: visible;
  display: block;
  position: fixed;
  min-height: 250px;
  background: #f2f2f2;
  top: 210px;
  padding-bottom: 40px;
  z-index: 9;
  width: 100%;
  opacity: 1;
  transition: all 3s ease-in-out;
}
@media (min-width: 992px) {
  .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
    top: 240px;
  }
}
@media (min-width: 1200px) {
  .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
    top: 210px;
  }
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper {
  visibility: hidden;
  left: 0;
  width: 100%;
  border-top: 1px solid #eee;
  opacity: 0;
  background: #fff;
  text-align: center;
  transition: all 0ms ease-in-out;
  display: none;
  transform: scale(1);
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container.second {
  display: flex;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 1.25rem 2rem;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container.second ul {
  /* display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));;
  list-style-type: none;
  width: 100%; */
  flex: 1;
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-gap: 10px;
       column-gap: 10px;
  text-align: left;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container.second ul li {
  line-height: 20px;
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container.second ul li a {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container.third {
  display: flex;
  padding-top: 0.65rem;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container.third ul {
  display: flex;
  flex-direction: column;
  width: auto;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container.third ul li {
  line-height: 18px;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container.third ul li a {
  font-size: 14px;
  font-weight: 400;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container {
  display: flex;
  gap: 30px;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container.width-25 {
  width: 25%;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container.width-50 {
  width: 50%;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container.width-75 {
  width: 75%;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container.width-100 {
  width: 100%;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container .navigation-image {
  position: relative;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container .navigation-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container .navigation-image::before {
  content: "";
  background-color: #000000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container .navigation-image .navigation-image-text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container .navigation-image .navigation-image-text-wrap .navigation-image-text {
  color: #FFFFFF;
  font-size: 20px;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu .submenu-wrapper .submenu-container .menu-image-container .navigation-image .navigation-image-text-wrap .navigation-image-button {
  background: #FFFFFF;
  color: #000000;
  border-radius: 4px;
  padding: 1rem 3rem;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

body.is-scrolled .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
  top: 180px;
}
@media (min-width: 992px) {
  body.is-scrolled .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
    top: 200px;
  }
}
@media (min-width: 1200px) {
  body.is-scrolled .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
    top: 180px;
  }
}

body.error404 .page-404-error-wrapper .page-header .title h1 {
  width: 100%;
}
body.error404 .error-404-loader-icon {
  display: flex;
  flex-direction: row;
  font-size: 12em;
  font-weight: 700;
  justify-content: center;
  margin: 1.25rem auto;
}
@media (min-width: 1200px) {
  body.error404 .error-404-loader-icon {
    margin: 3rem auto;
  }
}
body.error404 .error-404-loader {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  border: 8px solid #131a1d;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 4rem;
}
body.error404 .error-404-loader::after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  height: 100%;
  background: #263238;
  z-index: 5;
  border-bottom: 8px solid #131a1d;
  box-sizing: border-box;
  animation: eyeShade 3s infinite;
}
body.error404 .error-404-loader::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 15px;
  width: 32px;
  z-index: 2;
  height: 32px;
  background: #111;
  border-radius: 50%;
  animation: eyeMove 3s infinite;
}
body.error404 .content {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  body.error404 .content {
    width: 60%;
  }
}
body.error404 .content p {
  color: #000000;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
body.error404 .content a {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 4px;
  text-align: center;
}

@keyframes eyeShade {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes eyeMove {
  0% {
    transform: translate(30px, -5px);
  }
  30% {
    transform: translate(-20px, 5px);
  }
  50% {
    transform: translate(30px, 5px);
  }
  70% {
    transform: translate(70px, 5px);
  }
  100% {
    transform: translate(30px, -5px);
  }
}
.pagination-container {
  display: flex;
  justify-content: center;
}

.pagination-container {
  display: flex;
  justify-content: center;
}
.pagination-container .nav-links {
  display: flex;
  gap: 15px;
}

.prev.page-numbers,
.next.page-numbers {
  background: transparent;
  border: solid 1px #f2f2f2;
  color: #000000;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 50px;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  background: #f2f2f2;
  color: #000000;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1607843137);
}

.prev.page-numbers:focus,
.next.page-numbers:focus {
  background: #f2f2f2;
  color: #000000;
  border: solid 1px #f2f2f2;
}

.page-numbers:not(.prev):not(.next) {
  background: #f2f2f2;
  color: #000000;
  min-height: 50px;
  min-width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  list-style: none;
}

.current.page-numbers:not(.prev):not(.next) {
  color: #ffffff;
  background: #f2f2f2;
}

.page-numbers:not(.prev):not(.next):not(.current):hover {
  background: #f2f2f2;
}

.breadcrumbs-container #breadcrumbs {
  padding: 15px 0 15px 0;
}
.breadcrumbs-container #breadcrumbs * {
  color: #000;
}
.breadcrumbs-container #breadcrumbs .breadcrumb_last {
  opacity: 0.5;
}
.breadcrumbs-container #breadcrumbs > span > span {
  margin-right: 15px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrumbs-container #breadcrumbs > span > span a {
  color: #000;
}
.breadcrumbs-container #breadcrumbs > span > svg {
  margin-right: 15px;
}

#home {
  padding: 0 !important;
}
#home .homepage-section.first .homepage-section-wrapper {
  position: relative;
}
#home .homepage-section.first .homepage-section-wrapper .swiper-button-next {
  display: flex;
  z-index: 1;
  position: absolute;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 1rem;
  width: auto;
  height: auto;
}
#home .homepage-section.first .homepage-section-wrapper .swiper-button-next svg {
  width: 12px;
  height: 12px;
}
#home .homepage-section.first .homepage-section-wrapper .swiper-button-next::after {
  content: "";
}
#home .homepage-section.first .homepage-section-wrapper .swiper-button-prev {
  display: flex;
  z-index: 1;
  position: absolute;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 1rem;
  width: auto;
  height: auto;
}
#home .homepage-section.first .homepage-section-wrapper .swiper-button-prev svg {
  width: 12px;
  height: 12px;
}
#home .homepage-section.first .homepage-section-wrapper .swiper-button-prev::after {
  content: "";
}
#home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide {
  position: relative;
}
#home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .image_container {
  width: 100%;
  height: 100vh;
  max-height: 800px;
}
#home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .image_container picture {
  width: 100%;
}
#home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .image_container picture img {
  width: 100%;
}
#home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .the_context {
  position: absolute;
  bottom: 0%;
  top: auto;
  text-align: center;
  width: 100%;
  max-width: 620px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 20px 35px;
}
#home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .the_context h1 {
  font-size: 32px;
}
@media (min-width: 992px) {
  #home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .the_context h1 {
    font-size: 64px;
  }
}
#home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .the_context .the_description {
  margin-bottom: 20px;
}
#home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .the_context .the_description span {
  font-size: 18px;
}
@media (min-width: 640px) {
  #home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .the_context {
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media (min-width: 992px) {
  #home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .the_context {
    background: rgba(0, 0, 0, 0.4784313725);
    top: 49%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
#home .homepage-section.second .homepage-section-wrapper {
  margin-bottom: 44px;
}
#home .homepage-section.second .homepage-section-wrapper .collections-title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
#home .homepage-section.second .homepage-section-wrapper .collections-title span {
  color: #eb5050;
}
#home .homepage-section.second .homepage-section-wrapper .collections {
  max-width: 1240px;
  padding: 0px 30px;
  margin: 0 auto;
}
#home .homepage-section.second .homepage-section-wrapper .collections .collection-image {
  width: 170px;
  height: 102px;
  padding: 30px;
  display: flex;
  justify-content: center;
  border: 1px solid #c8bdad;
  border-radius: 4px;
  align-items: center;
  opacity: 0.5;
}
#home .homepage-section.third {
  background-color: #f9f7f4;
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  #home .homepage-section.third {
    padding: 6rem 0rem 4rem;
  }
}
#home .homepage-section.third .homepage-section-wrapper {
  position: relative;
}
#home .homepage-section.third .homepage-section-wrapper .categories-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  #home .homepage-section.third .homepage-section-wrapper .categories-title {
    font-size: 32px;
  }
}
#home .homepage-section.third .homepage-section-wrapper .swiper-slide a {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#home .homepage-section.third .homepage-section-wrapper .swiper-slide img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #home .homepage-section.third .homepage-section-wrapper .swiper-slide img {
    width: 120px;
    height: 120px;
  }
}
#home .homepage-section.third .homepage-section-wrapper .swiper-slide p {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  text-align: center;
  padding: 0.95rem 0rem 0.25rem 0rem;
}
@media (min-width: 992px) {
  #home .homepage-section.third .homepage-section-wrapper .swiper-slide p {
    font-size: 14px;
  }
}
#home .homepage-section.third .homepage-section-wrapper .no-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  background-color: #dfe4ea;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #home .homepage-section.third .homepage-section-wrapper .no-image {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  #home .homepage-section.third .homepage-section-wrapper .swiper-scrollbar {
    display: none;
  }
}
#home .homepage-section.third .homepage-section-wrapper .swiper-button-next {
  display: none;
}
@media (min-width: 992px) {
  #home .homepage-section.third .homepage-section-wrapper .swiper-button-next {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    border: #c8bdad 1px solid;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    width: auto;
    height: auto;
  }
  #home .homepage-section.third .homepage-section-wrapper .swiper-button-next svg {
    width: 12px;
    height: 12px;
  }
}
#home .homepage-section.third .homepage-section-wrapper .swiper-button-next::after {
  content: "";
}
#home .homepage-section.third .homepage-section-wrapper .swiper-button-prev {
  display: none;
}
@media (min-width: 992px) {
  #home .homepage-section.third .homepage-section-wrapper .swiper-button-prev {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 60px;
    left: auto;
    border: #c8bdad 1px solid;
    border-radius: 6px;
    padding: 0.85rem 1rem;
    width: auto;
    height: auto;
  }
  #home .homepage-section.third .homepage-section-wrapper .swiper-button-prev svg {
    width: 12px;
    height: 12px;
  }
}
#home .homepage-section.third .homepage-section-wrapper .swiper-button-prev::after {
  content: "";
}
#home .homepage-section.fourth .homepage-section-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  padding: 25px;
  background: #f9f7f4;
}
#home .homepage-section.fourth .homepage-section-wrapper .left-side,
#home .homepage-section.fourth .homepage-section-wrapper .right-side {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
#home .homepage-section.fourth .homepage-section-wrapper .left-side .the-context,
#home .homepage-section.fourth .homepage-section-wrapper .right-side .the-context {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
}
#home .homepage-section.fourth .homepage-section-wrapper .left-side .the-context h2,
#home .homepage-section.fourth .homepage-section-wrapper .right-side .the-context h2 {
  margin-bottom: 25px;
  font-size: 40px;
}
#home .homepage-section.fourth .homepage-section-wrapper .left-side .the-context .above-title,
#home .homepage-section.fourth .homepage-section-wrapper .right-side .the-context .above-title {
  font-size: 18px;
}
#home .homepage-section.fourth .homepage-section-wrapper .left-side .image-container::before,
#home .homepage-section.fourth .homepage-section-wrapper .right-side .image-container::before {
  content: "";
  background: linear-gradient(180deg, rgba(232, 0, 0, 0) 47%, rgba(0, 0, 0, 0.5914740896) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
}
#home .homepage-section.fifth {
  background-color: #ffffff;
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  #home .homepage-section.fifth {
    padding: 6rem 0rem;
  }
}
#home .homepage-section.fifth .homepage-section-wrapper {
  position: relative;
}
@media (max-width: 576px) {
  #home .homepage-section.fifth .first-row {
    margin-bottom: 3rem;
  }
}
@media (max-width: 992px) {
  #home .homepage-section.fifth .second-row {
    position: relative;
  }
}
#home .homepage-section.fifth .swiper-container {
  position: relative;
  padding: 0rem 2.25rem;
}
#home .homepage-section.fifth .section-title {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 992px) {
  #home .homepage-section.fifth .section-title {
    font-size: 32px;
    font-weight: 400;
  }
}
#home .homepage-section.fifth ul.homepage-products {
  flex-wrap: nowrap;
}
#home .homepage-section.fifth ul.homepage-products > li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  #home .homepage-section.fifth ul.homepage-products > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.fifth ul.homepage-products > li {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 1400px) {
  #home .homepage-section.fifth ul.homepage-products > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#home .homepage-section.fifth {
  /* 		 .swiper-container{
  			position: relative;
  		 } */
}
#home .homepage-section.fifth .swiper-button-next-5 {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 48%;
  right: -10px;
  left: auto;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  width: auto;
  height: auto;
}
#home .homepage-section.fifth .swiper-button-next-5 svg {
  width: 12px;
  height: 12px;
}
#home .homepage-section.fifth .swiper-button-next-5::after {
  content: "";
}
#home .homepage-section.fifth .swiper-button-prev-5 {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 48%;
  left: -10px;
  right: auto;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  width: auto;
  height: auto;
}
#home .homepage-section.fifth .swiper-button-prev-5 svg {
  width: 12px;
  height: 12px;
}
#home .homepage-section.fifth .swiper-button-prev-5::after {
  content: "";
}
#home .homepage-section.sixth {
  background-color: #F9F7F4;
}
#home .homepage-section.sixth .homepage-section-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
}
@media (min-width: 992px) {
  #home .homepage-section.sixth .homepage-section-wrapper {
    flex-direction: row;
  }
}
#home .homepage-section.sixth .homepage-section-wrapper .first-row {
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  #home .homepage-section.sixth .homepage-section-wrapper .first-row {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.sixth .homepage-section-wrapper .first-row {
    width: 50%;
  }
}
#home .homepage-section.sixth .homepage-section-wrapper .first-row img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#home .homepage-section.sixth .homepage-section-wrapper .first-row .section-text {
  position: absolute;
  bottom: 60px;
  left: 30px;
  color: #FFFFFF;
  width: 60%;
}
#home .homepage-section.sixth .homepage-section-wrapper .first-row .section-text .section-title {
  color: #FFFFFF;
}
#home .homepage-section.sixth .homepage-section-wrapper .first-row .section-text .section-subtitle {
  color: #FFFFFF;
}
#home .homepage-section.sixth .homepage-section-wrapper .second-row {
  width: 100%;
}
@media (max-width: 992px) {
  #home .homepage-section.sixth .homepage-section-wrapper .second-row {
    position: relative;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.sixth .homepage-section-wrapper .second-row {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    position: relative;
  }
}
@media (min-width: 1400px) {
  #home .homepage-section.sixth .homepage-section-wrapper .second-row {
    padding: 0rem 3rem;
  }
}
#home .homepage-section.sixth .homepage-section-wrapper .second-row .button-container {
  display: flex;
  justify-content: flex-end;
  /* margin-right: 9rem; */
}
#home .homepage-section.sixth .homepage-section-wrapper .second-row .button-container a.button-hollow {
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.65rem 1rem;
  font-size: 12px;
}
@media (min-width: 340px) {
  #home .homepage-section.sixth .homepage-section-wrapper .second-row .button-container a.button-hollow {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.sixth .homepage-section-wrapper .second-row .button-container a.button-hollow {
    font-size: 14px;
    padding: 0.85rem 3rem;
  }
}
#home .homepage-section.sixth .homepage-section-wrapper .second-row .button-container a.button-hollow {
  font-weight: 400;
}
#home .homepage-section.sixth .homepage-section-wrapper .swiper-container {
  position: relative;
  padding: 0rem 2.25rem;
}
#home .homepage-section.sixth .homepage-section-wrapper ul.homepage-products {
  flex-wrap: nowrap;
}
#home .homepage-section.sixth .homepage-section-wrapper ul.homepage-products > li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  #home .homepage-section.sixth .homepage-section-wrapper ul.homepage-products > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.sixth .homepage-section-wrapper ul.homepage-products > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  #home .homepage-section.sixth .homepage-section-wrapper ul.homepage-products > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.sixth .homepage-section-wrapper .swiper-container {
    position: relative;
  }
}
#home .homepage-section.sixth .homepage-section-wrapper .swiper-button-next-6 {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 48%;
  right: -15px;
  left: auto;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  width: auto;
  height: auto;
}
#home .homepage-section.sixth .homepage-section-wrapper .swiper-button-next-6 svg {
  width: 12px;
  height: 12px;
}
#home .homepage-section.sixth .homepage-section-wrapper .swiper-button-next-6::after {
  content: "";
}
#home .homepage-section.sixth .homepage-section-wrapper .swiper-button-prev-6 {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 48%;
  left: -15px;
  right: auto;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  width: auto;
  height: auto;
}
#home .homepage-section.sixth .homepage-section-wrapper .swiper-button-prev-6 svg {
  width: 12px;
  height: 12px;
}
#home .homepage-section.sixth .homepage-section-wrapper .swiper-button-prev-6::after {
  content: "";
}
#home .homepage-section.seventh {
  background-color: #ffffff;
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  #home .homepage-section.seventh {
    padding: 6rem 0rem;
  }
}
#home .homepage-section.seventh .homepage-section-wrapper {
  position: relative;
}
#home .homepage-section.seventh .section-title {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 992px) {
  #home .homepage-section.seventh .section-title {
    font-size: 32px;
    font-weight: 400;
  }
}
#home .homepage-section.seventh .first-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #home .homepage-section.seventh .first-row {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.seventh .first-row .first-row-button {
    justify-content: space-between;
    flex-direction: row;
    /* margin-right: 9rem; */
    margin-top: 0.5rem;
  }
}
#home .homepage-section.seventh .first-row .first-row-button a {
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  font-size: 12px;
}
@media (min-width: 340px) {
  #home .homepage-section.seventh .first-row .first-row-button a {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.seventh .first-row .first-row-button a {
    font-size: 14px;
    padding: 0.85rem 3rem;
  }
}
#home .homepage-section.seventh .first-row .first-row-button a {
  font-weight: 400;
}
@media (max-width: 360px) {
  #home .homepage-section.seventh .first-row {
    margin-bottom: 3rem;
  }
}
#home .homepage-section.seventh .second-row {
  position: relative;
  padding: 20px 60px;
}
@media (min-width: 992px) {
  #home .homepage-section.seventh .second-row {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.seventh .second-row .homepage-products-section-7 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
#home .homepage-section.seventh ul.homepage-products {
  flex-wrap: nowrap;
}
#home .homepage-section.seventh ul.homepage-products > li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  #home .homepage-section.seventh ul.homepage-products > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  #home .homepage-section.seventh ul.homepage-products > li {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 1400px) {
  #home .homepage-section.seventh ul.homepage-products > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#home .homepage-section.seventh {
  /* 		 .swiper-container{
  			position: relative;
  		 } */
}
#home .homepage-section.seventh .swiper-button-next-7 {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 45%;
  right: 0;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  width: auto;
  height: auto;
}
#home .homepage-section.seventh .swiper-button-next-7 svg {
  width: 12px;
  height: 12px;
}
@media (min-width: 992px) {
  #home .homepage-section.seventh .swiper-button-next-7 {
    top: 45%;
    left: auto;
  }
}
#home .homepage-section.seventh .swiper-button-next-7::after {
  content: "";
}
#home .homepage-section.seventh .swiper-button-prev-7 {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 45%;
  left: 0;
  right: auto;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  width: auto;
  height: auto;
}
#home .homepage-section.seventh .swiper-button-prev-7 svg {
  width: 12px;
  height: 12px;
}
@media (min-width: 992px) {
  #home .homepage-section.seventh .swiper-button-prev-7 {
    top: 45%;
    left: 0;
    right: auto;
  }
}
#home .homepage-section.seventh .swiper-button-prev-7::after {
  content: "";
}
#home .homepage-section.eigth {
  background-color: #ffffff;
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  #home .homepage-section.eigth {
    padding: 6rem 0rem;
  }
}
#home .homepage-section.eigth .homepage-section-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #home .homepage-section.eigth .homepage-section-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#home .homepage-section.eigth .homepage-section-wrapper .additional-links-section-card {
  padding: 1.25rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  #home .homepage-section.eigth .homepage-section-wrapper .additional-links-section-card {
    width: 50%;
  }
}
#home .homepage-section.eigth .homepage-section-wrapper .additional-links-section-card .additional-links-section-card-image {
  text-align: center;
}
#home .homepage-section.eigth .homepage-section-wrapper .additional-links-section-card .additional-links-section-card-title {
  font-size: 18px;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  padding: 1.25rem 0rem;
}
@media (min-width: 992px) {
  #home .homepage-section.eigth .homepage-section-wrapper .additional-links-section-card .additional-links-section-card-title {
    font-size: 24px;
    font-weight: 400;
  }
}
#home .homepage-section.eigth .homepage-section-wrapper .additional-links-section-card .additional-links-section-card-title span {
  padding-left: 1.25rem;
}
#home .section_2 {
  margin-bottom: 44px;
}
#home .section_2 .collections-title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
#home .section_2 .collections-title span {
  color: #eb5050;
}
#home .section_2 .the_repeater {
  max-width: 1240px;
  padding: 0px 30px;
  margin: 0 auto;
}
#home .section_2 .the_repeater .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .section_2 .the_repeater .owl-item .the_image {
  width: 170px;
  height: 102px;
  padding: 30px;
  display: flex;
  justify-content: center;
  border: 1px solid #c8bdad;
  border-radius: 4px;
  align-items: center;
  opacity: 0.5;
}
#home .section_3 {
  padding-bottom: 70px;
  background: #f9f7f4;
}
#home .section_3 .section_wrapper .the_header {
  padding-top: 80px;
  margin-bottom: 50px;
}
#home .section_3 .section_wrapper .the_repeater .owl-nav {
  bottom: calc(100% + 33px);
}
#home .section_3 .section_wrapper .the_repeater .the_item {
  text-align: center;
}
#home .section_3 .section_wrapper .the_repeater .the_item .image_container {
  height: 120px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
}
#home .section_3 .section_wrapper .the_repeater .the_item .the_text {
  font-size: 14px;
  color: #555555;
  padding-top: 5px;
}
#home .section_5 {
  padding-top: 80px;
}
#home .section_5 .section_wrapper .the_header {
  padding-bottom: 25px;
}
#home .section_5 .section_wrapper .the_header span {
  max-width: 450px;
  display: flex;
  color: #555555;
}
.contact-information {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-information {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2.5rem;
  }
}
.contact-information .contact-column {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-information .contact-column {
    width: 50%;
  }
}
.contact-information .contact-column .contact-row {
  display: flex;
}
.contact-information .contact-column .contact-row > div {
  padding-bottom: 1rem;
  padding-right: 10px;
}
.contact-information .contact-column .contact-row > div:first-child {
  width: auto;
}
.contact-information .contact-column .contact-row > div img {
  width: 15px;
  margin-right: 10px;
}
.contact-information .contact-column .contact-row > div p {
  color: #000000;
  width: 100%;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  padding: 0px;
  margin: 0;
}
.contact-information .contact-column .contact-row > div p:not(.bold) {
  color: #555555;
}
.contact-information .contact-column:last-child .contact-row {
  display: flex;
}
.contact-information .contact-column:last-child .contact-row > div p:not(.bold) {
  padding: 0px 0px 15px 0px;
}

body.page-template-page-contact .general-page .page-header .title .subtitle {
  width: 100%;
  color: #EB5050;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .page-header .title .subtitle {
    font-size: 48px;
  }
}
body.page-template-page-contact .general-page .page-header .title > div {
  width: 100%;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .page-header .title > div {
    width: 50%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .contact-form-wrapper {
    padding: 3rem 0rem;
  }
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 500;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-title {
    font-size: 48px;
  }
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-subtitle {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #EB5050;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-subtitle {
    font-size: 32px;
  }
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container {
  padding: 1rem 0rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container {
    flex-direction: row;
    padding: 3rem 0rem;
  }
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form-image {
  width: 100%;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form-image {
    width: 47%;
  }
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form {
  width: 100%;
  padding: 2rem 0rem;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form {
    width: 53%;
  }
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form .wpcf7-list-item {
  margin: 0;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form .contact-form-line {
  width: 100%;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form .contact-form-line.half-width {
  width: 100%;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form .contact-form-line.half-width {
    width: 48.5%;
  }
  body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form .contact-form-line.half-width:nth-child(odd) {
    margin-left: 1.25rem;
  }
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form input[type=text] {
  width: 100%;
  margin: 0.45rem 0rem;
  padding: 1.25rem;
  border-radius: 4px;
  border: #C8BDAD 1px solid;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form input[type=email] {
  width: 100%;
  margin: 0.45rem 0rem;
  padding: 1.25rem;
  border-radius: 4px;
  border: #C8BDAD 1px solid;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form label {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  width: 100%;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form label {
    font-size: 16px;
  }
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form input[type=checkbox] {
  transform: scale(1.2);
  border: 1px solid #C8BDAD;
  margin-right: 0.65rem;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form input[type=submit] {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.25rem 3rem;
  text-align: center;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form .contact-form-line-submit {
  display: flex;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form .contact-form-button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.25rem 3rem 1.25rem 4rem;
  text-align: center;
  position: relative;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form .contact-form-button::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.346' height='20.346' viewBox='0 0 20.346 20.346'%3E%3Cg id='Icon_feather-send' data-name='Icon feather-send' transform='translate(-2.25 1.061)'%3E%3Cpath id='Path_62' data-name='Path 62' d='M26.694,3,16.5,13.194' transform='translate(-5.159 -3)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_63' data-name='Path 63' d='M21.535,3,15.048,21.535l-3.707-8.341L3,9.487Z' transform='translate(0 -3)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12%;
}
body.page-template-page-contact .general-page .contact-form-wrapper .contact-form-container .contact-form form a:hover.red {
  color: #EB5050;
}
body.page-template-page-contact .general-page .store-list-section {
  border-top: 1px solid #E9E5DE;
  padding: 6rem 0rem;
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-header {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-header {
    flex-direction: row;
    justify-content: space-between;
  }
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-header .store-list-title {
  color: #000000;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-header .store-list-title {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-header .store-list-button-wrapper {
    padding-top: 1rem;
  }
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-header .store-list-button-wrapper .store-list-button {
  display: flex;
  justify-content: center;
  border: #C8BDAD 1px solid;
  border-radius: 4px;
  padding: 1rem 3rem;
  color: #000000;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-container {
  display: flex;
  flex-direction: column;
  padding: 2rem 0rem;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-container {
    gap: 1.75rem;
    flex-direction: row;
  }
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-container .store-list-item {
  width: 100%;
}
@media (min-width: 992px) {
  body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-container .store-list-item {
    width: 33%;
  }
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-container .store-list-item .store-list-item-area {
  padding: 1rem 0rem 0.65rem 0rem;
  color: #000000;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-container .store-list-item .store-list-item-info .store-list-item-info-line {
  display: flex;
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-container .store-list-item .store-list-item-info .store-list-item-info-line p {
  margin: 0 0 0.65rem 0;
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-container .store-list-item .store-list-item-info .store-list-item-info-line p:first-child {
  width: auto;
  padding-right: 0.75rem;
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-container .store-list-item .store-list-item-info .store-list-item-info-line p:first-child img {
  width: 15px;
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-item-button {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-item-button a {
  border: 1px solid #C8BDAD;
  border-radius: 4px;
  padding: 1rem 3rem;
}
@media (max-width: 992px) {
  body.page-template-page-contact .general-page .store-list-section .store-list-wrapper .store-list-item-button {
    margin-bottom: 2rem;
  }
}

.df-popup-thumb {
  width: 406px !important;
}

body.page-template-page-catalogs .general-page .catalogs-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body.page-template-page-catalogs .general-page .catalogs-container {
    flex-direction: row;
    gap: 1.25rem;
    flex-wrap: wrap;
  }
}
body.page-template-page-catalogs .general-page .catalogs-container .catalog-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  body.page-template-page-catalogs .general-page .catalogs-container .catalog-item {
    width: 48%;
  }
}
body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-shortcode {
  display: flex;
  justify-content: center;
  background-color: #FAF8F5;
}
body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-title {
  padding: 2rem 0rem 1rem 0rem;
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
@media (min-width: 992px) {
  body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-title {
    font-size: 32px;
  }
}
body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links {
    flex-direction: row;
    gap: 1.25rem;
  }
}
body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links .catalog-link-open, body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links .catalog-file-open {
  cursor: pointer;
  border: #C8BDAD 1px solid;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links .catalog-link-open svg, body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links .catalog-file-open svg {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links .catalog-link-open, body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links .catalog-file-open {
  width: 100%;
}
@media (min-width: 992px) {
  body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links .catalog-link-open, body.page-template-page-catalogs .general-page .catalogs-container .catalog-item .catalog-links .catalog-file-open {
    width: 50%;
  }
}
body.page-template-page-catalogs .general-page .catalogs-text-section {
  border-top: 1px solid #E9E5DE;
  padding: 6rem 0rem;
}
body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container {
    flex-direction: row;
  }
}
body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container .catalogs-text-image {
  text-align: center;
  width: 100%;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container .catalogs-text-image {
    text-align: left;
    width: 47%;
    padding-right: 20px;
    padding-bottom: 0rem;
  }
}
body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container .catalogs-text-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container .catalogs-text-wrap {
    width: 53%;
  }
}
body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container .catalogs-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container .catalogs-text-wrap .catalogs-text-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  padding-bottom: 0.65rem;
}
@media (min-width: 992px) {
  body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container .catalogs-text-wrap .catalogs-text-title {
    font-size: 48px;
    padding-bottom: 4rem;
    padding-right: 2.5rem;
  }
}
body.page-template-page-catalogs .general-page .catalogs-text-section .catalogs-text-container .catalogs-text-wrap .catalogs-text-content {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #545454;
}

.stores-section {
  padding: 0rem 0rem 3rem 0rem;
}
.stores-section .small-container {
  max-width: 1330px;
}
.stores-section .stores-list-title {
  padding-bottom: 2rem;
}
.stores-section .stores-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .stores-section .stores-list {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.stores-section .stores-list .store-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .stores-section .stores-list .store-item {
    width: 48%;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .stores-section .stores-list .store-item {
    width: 32%;
    justify-content: flex-start;
  }
}
.stores-section .stores-list .store-item .store-information-image {
  padding-bottom: 2rem;
}
.stores-section .stores-list .store-item h2 {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.stores-section .stores-list .store-item .contact-row {
  display: flex;
  gap: 10px;
}
.stores-section .stores-list .store-item .contact-row img {
  width: 16px;
  height: 16px;
}
.stores-section .stores-list .store-item .contact-row p {
  padding: 0;
  margin: 0;
}
.stores-section .stores-list .store-item .store-list-item-button {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
.stores-section .stores-list .store-item .store-list-item-button a {
  border: 1px solid #C8BDAD;
  border-radius: 4px;
  padding: 1rem 3rem;
}
@media (max-width: 992px) {
  .stores-section .stores-list .store-item .store-list-item-button {
    margin-bottom: 2rem;
  }
}

.central-offices-section .central-offices-information-container {
  display: flex;
  flex-direction: column;
  background-color: #FAF8F5;
}
@media (min-width: 992px) {
  .central-offices-section .central-offices-information-container {
    flex-direction: row;
  }
}
.central-offices-section .central-offices-information-container .central-offices-information-image-content, .central-offices-section .central-offices-information-container .central-offices-information-text-content {
  width: 100%;
}
@media (min-width: 992px) {
  .central-offices-section .central-offices-information-container .central-offices-information-image-content, .central-offices-section .central-offices-information-container .central-offices-information-text-content {
    width: 50%;
  }
}
.central-offices-section .central-offices-information-container .central-offices-information-image {
  width: 100%;
}
.central-offices-section .central-offices-information-container .central-offices-information-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .central-offices-section .central-offices-information-container .central-offices-information-image {
    height: 100%;
  }
  .central-offices-section .central-offices-information-container .central-offices-information-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: auto;
  }
}
.central-offices-section .central-offices-information-container .central-offices-information-text-content {
  padding: 3rem;
}
@media (min-width: 1800px) {
  .central-offices-section .central-offices-information-container .central-offices-information-text-content {
    padding: 3rem 0rem;
  }
}
.central-offices-section .central-offices-information-container .central-offices-information-subtitle {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.central-offices-section .central-offices-information-container .central-offices-information-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #EB5050;
  line-height: 1;
  margin-bottom: 3rem;
}
.central-offices-section .central-offices-information-container .central-offices-information-addressline1 {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0.45rem;
}
.central-offices-section .central-offices-information-container .central-offices-information-addressline2 {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0.45rem;
}
.central-offices-section .central-offices-information-container .central-offices-information-telephone {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0.45rem;
}
.central-offices-section .central-offices-information-container .central-offices-information-email {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0.45rem;
}
.central-offices-section .central-offices-information-container .central-offices-information-button {
  display: flex;
  justify-content: flex-start;
  margin-top: 2.25rem;
}
.central-offices-section .central-offices-information-container .central-offices-information-button a {
  border: 1px solid #C8BDAD;
  border-radius: 4px;
  padding: 1rem 5rem;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 992px) {
  .central-offices-section .central-offices-information-container .central-offices-information-button {
    margin-bottom: 2rem;
  }
}

.store-map {
  padding-top: 3rem;
}
.store-map .map-content .map-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #EB5050;
}
.store-map .map-content .map-canvas iframe {
  width: 100%;
}
.store-map .map-content .map-canvas {
  margin: 2rem 0rem 3rem 0rem;
}

.store-information .store-information-content {
  padding: 3rem 0rem 6rem 0rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .store-information .store-information-content {
    flex-direction: row;
  }
}
.store-information .store-information-content .store-information-content-image, .store-information .store-information-content .store-information-content-text {
  width: 100%;
}
@media (min-width: 992px) {
  .store-information .store-information-content .store-information-content-image, .store-information .store-information-content .store-information-content-text {
    width: 50%;
  }
}
.store-information .store-information-content .store-information-content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.store-information .store-information-content .store-information-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .store-information .store-information-content .store-information-title {
    margin-bottom: 4rem;
    margin-top: 0rem;
    font-size: 48px;
  }
}

.giftcards-form-section {
  background-color: #FAF8F5;
}
@media (min-width: 992px) {
  .giftcards-form-section {
    padding-bottom: 6rem;
  }
}
.giftcards-form-section .giftcards-form-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .giftcards-form-section .giftcards-form-container {
    flex-direction: row;
    padding: 0;
  }
}
.giftcards-form-section .giftcards-form-container .giftcards-form-image {
  width: 100%;
  text-align: center;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .giftcards-form-section .giftcards-form-container .giftcards-form-image {
    width: 50%;
    padding-bottom: 0rem;
    padding-right: 1rem;
  }
}
.giftcards-form-section .giftcards-form-container .variations th, .giftcards-form-section .giftcards-form-container .variations td {
  display: flex;
  box-sizing: border-box;
  clear: both;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .giftcards-form-section .giftcards-form-container .giftcards-form-wrap {
    width: 50%;
  }
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .giftcards-form-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 500;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .cgkit-swatch-title {
  display: none;
}
@media (max-width: 992px) {
  .giftcards-form-section .giftcards-form-container .giftcards-form-wrap .woo-variation-items-wrapper {
    flex-direction: column;
  }
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .reset_variations {
  margin-left: 1rem;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .cgkit-attribute-swatches {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .cgkit-attribute-swatches li:not(:first-child) {
  margin-left: 1rem;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .cgkit-attribute-swatches li button {
  border: #C8BDAD 1px solid;
  background-color: #FFFFFF;
  color: #555555;
  padding: 0.45rem 1rem;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .cgkit-attribute-swatches li button.cgkit-swatch-selected {
  background-color: #EB5050;
  border: #EB5050 1px solid;
  color: #FFFFFF;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap #pwgc-purchase-container {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0rem;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap #pwgc-purchase-container .pwgc-field-container {
  width: 100%;
}
@media (min-width: 992px) {
  .giftcards-form-section .giftcards-form-container .giftcards-form-wrap #pwgc-purchase-container .pwgc-field-container:not(:nth-child(3)) {
    width: 50%;
  }
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container {
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container {
    width: 20%;
  }
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container .quantity {
  display: flex;
  position: relative;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container .quantity .quantity-controls {
  cursor: pointer;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container .quantity .quantity-controls:first-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container .quantity .quantity-controls:last-child {
  position: absolute;
  right: 0;
  top: 0;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container .quantity input[type=number] {
  width: 100%;
  -moz-appearance: textfield;
  text-align: center;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container .quantity input[type=number]::-webkit-inner-spin-button,
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .quantity-container .quantity svg {
  width: 32px !important;
  height: 32px !important;
  display: inline;
  padding: 8px;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap input[type=text], .giftcards-form-section .giftcards-form-container .giftcards-form-wrap input[type=number], .giftcards-form-section .giftcards-form-container .giftcards-form-wrap textarea {
  border: 1px solid #C8BDAD;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap input[type=text], .giftcards-form-section .giftcards-form-container .giftcards-form-wrap input[type=number] {
  padding: 1rem 1.75rem;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .giftcards-form-section .giftcards-form-container .giftcards-form-wrap .woocommerce-variation-add-to-cart {
    flex-direction: row;
    gap: 10px;
  }
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .single_add_to_cart_button {
  margin-top: 1rem;
  border-radius: 0;
  background: #000000;
  color: #FFFFFF;
  position: relative;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .single_add_to_cart_button:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='shopping-cart' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M8.5,19A1.5,1.5,0,1,0,10,20.5,1.5,1.5,0,0,0,8.5,19ZM19,16H7a1,1,0,0,1,0-2h8.49121A3.0132,3.0132,0,0,0,18.376,11.82422L19.96143,6.2749A1.00009,1.00009,0,0,0,19,5H6.73907A3.00666,3.00666,0,0,0,3.92139,3H3A1,1,0,0,0,3,5h.92139a1.00459,1.00459,0,0,1,.96142.7251l.15552.54474.00024.00506L6.6792,12.01709A3.00006,3.00006,0,0,0,7,18H19a1,1,0,0,0,0-2ZM17.67432,7l-1.2212,4.27441A1.00458,1.00458,0,0,1,15.49121,12H8.75439l-.25494-.89221L7.32642,7ZM16.5,19A1.5,1.5,0,1,0,18,20.5,1.5,1.5,0,0,0,16.5,19Z'%3E%3C/path%3E%3C/svg%3E");
  width: 32px;
  height: 32px;
  top: 25%;
  left: 10%;
  position: absolute;
}
@media (min-width: 992px) {
  .giftcards-form-section .giftcards-form-container .giftcards-form-wrap .single_add_to_cart_button:before {
    left: 20%;
  }
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .commercekit-wishlist {
  display: none;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .giftcards-form-howitworks {
  display: inline-flex;
  font-family: Inter, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(200, 189, 173);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 4px;
  padding: 0.65rem 2rem;
  margin: 1rem 0rem;
}
.giftcards-form-section .giftcards-form-container .giftcards-form-wrap .giftcards-form-howitworks svg {
  width: 16px;
  height: 16px;
  margin-right: 0.65rem;
}

.giftcards-text-section {
  padding: 3rem 0rem;
}
.giftcards-text-section .giftcards-text-section-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .giftcards-text-section .giftcards-text-section-container {
    flex-direction: row;
  }
}
.giftcards-text-section .giftcards-text-section-container .giftcards-text-section-image {
  text-align: center;
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .giftcards-text-section .giftcards-text-section-container .giftcards-text-section-image {
    width: 50%;
    padding-right: 1.5rem;
    padding-bottom: 0rem;
  }
}
.giftcards-text-section .giftcards-text-section-container .giftcards-text-section-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .giftcards-text-section .giftcards-text-section-container .giftcards-text-section-wrap {
    width: 50%;
  }
}
.giftcards-text-section .giftcards-text-section-container .giftcards-text-section-wrap .giftcards-text-section-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .giftcards-text-section .giftcards-text-section-container .giftcards-text-section-wrap .giftcards-text-section-title {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .giftcards-text-section .giftcards-text-section-container .giftcards-text-section-wrap .giftcards-text-section-title {
    width: 80%;
  }
}
.giftcards-text-section .giftcards-text-section-container .giftcards-text-section-wrap .giftcards-text-section-text {
  line-height: 1.7;
}
@media (min-width: 1600px) {
  .giftcards-text-section .giftcards-text-section-container .giftcards-text-section-wrap .giftcards-text-section-text {
    width: 92%;
  }
}

.giftcards-how-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .giftcards-how-section {
    padding: 6rem 0rem;
  }
}
.giftcards-how-section .giftcards-how-section-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .giftcards-how-section .giftcards-how-section-container {
    flex-direction: row;
  }
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap {
    width: 50%;
  }
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 0.65rem;
}
@media (min-width: 992px) {
  .giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-title {
    font-size: 48px;
    padding-bottom: 2rem;
  }
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-subtitle {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-subtitle {
    font-size: 26px;
    padding-bottom: 2rem;
  }
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-image {
  display: inline-flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-image {
    display: none;
  }
}
@media (min-width: 992px) {
  .giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion {
    width: 70%;
  }
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #000 1px solid;
  border-radius: 0;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .card-header {
  border: none;
  background-color: transparent;
  padding: 1rem 0rem 0rem 0rem;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .card-header a {
  padding: 0rem 0rem 1.5rem 0rem;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .card-header a h3 {
  display: flex;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .card-header a h3 span {
  text-align: left;
  color: #818181;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .card-header a h3 span:first-child {
  font-size: 16px;
  padding-right: 1.5rem;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .card-header a h3 {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #818181;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .card-header a:not(.collapsed) h3 span {
  color: #EB5050;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .card-header a:not(.collapsed) {
  padding: 0;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .card-body {
  padding-top: 0;
  padding-left: 3rem;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-text-wrap .giftcards-how-section-text-accordion .card .collapse .card-body {
  padding-top: 0;
  padding-left: 3rem;
}
.giftcards-how-section .giftcards-how-section-container .giftcards-how-section-image-wrap {
  display: none;
  background-color: #F9F7F4;
}
@media (min-width: 992px) {
  .giftcards-how-section .giftcards-how-section-container .giftcards-how-section-image-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 4.5rem 0rem;
  }
}

body.page-template-page-giftcards .not-available-message {
  font-size: 14px;
  padding-left: 0.45rem;
  font-weight: 700;
  color: #EB5050;
}
body.page-template-page-giftcards table.variations .woo-variation-items-wrapper {
  flex-direction: column;
}
body.page-template-page-giftcards table.variations .woo-variation-items-wrapper .reset_variations {
  padding: 0.65rem 0rem;
  margin: 0;
}
body.page-template-page-giftcards .added_to_cart.wc-forward {
  display: none;
}
body.page-template-page-giftcards .commercekit-wishlist-remove {
  display: none;
}

.become-partner-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .become-partner-section {
    padding: 3rem 0rem;
  }
}
.become-partner-section .become-partner-container .become-partner-wrap .become-partner-title {
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #EB5050;
}
@media (min-width: 992px) {
  .become-partner-section .become-partner-container .become-partner-wrap .become-partner-title {
    font-size: 32px;
    padding: 1.25rem 0rem;
  }
}
.become-partner-section .become-partner-container .become-partner-wrap .become-partner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  .become-partner-section .become-partner-container .become-partner-wrap .become-partner {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
}
.become-partner-section .become-partner-container .become-partner-wrap .become-partner {
  padding: 2rem 0rem 3rem 0rem;
}
.become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 992px) {
  .become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item {
    padding: 1.25rem 0rem;
  }
}
@media (min-width: 576px) {
  .become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item {
    flex-direction: column;
    width: 23%;
  }
}
.become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item .become-partner-item-image {
  min-width: 52px;
}
@media (min-width: 992px) {
  .become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item .become-partner-item-image {
    text-align: center;
    padding: 1.25rem 0rem;
  }
}
.become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item .become-partner-item-text-wrap {
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item .become-partner-item-text-wrap {
    padding-left: 0rem;
  }
}
.become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item .become-partner-item-text-wrap .become-partner-item-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item .become-partner-item-text-wrap .become-partner-item-title {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-size: 24px;
  }
}
.become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item .become-partner-item-text-wrap .become-partner-item-text {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .become-partner-section .become-partner-container .become-partner-wrap .become-partner .become-partner-item .become-partner-item-text-wrap .become-partner-item-text {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
  }
}

.b2b-form-section {
  padding: 6rem 0rem;
}
@media (min-width: 992px) {
  .b2b-form-section {
    padding: 3rem 0rem;
  }
}
.b2b-form-section .b2b-form-container {
  width: 100%;
}
@media (min-width: 992px) {
  .b2b-form-section .b2b-form-container {
    width: 50%;
    margin: 0 auto;
  }
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form-title {
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form-title {
    font-size: 48px;
  }
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form-subtitle {
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #EB5050;
}
@media (min-width: 992px) {
  .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form-subtitle {
    font-size: 32px;
  }
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form {
  padding: 3rem 0rem;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form > h2 {
  display: none;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 20px; */
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form wc-order-attribution-inputs {
  display: none;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .b2bking_custom_registration_container {
  width: 100%;
}
@media (min-width: 992px) {
  .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .b2bking_custom_registration_container {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .b2bking_custom_registration_container {
    width: 48%;
  }
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > .woocommerce-form-row {
  width: 100%;
}
@media (min-width: 992px) {
  .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > .woocommerce-form-row {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > .woocommerce-form-row {
    width: 48%;
  }
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > .woocommerce-form-row.b2bking_registration_roles_dropdown_section_hidden {
  width: 100%;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > .woocommerce-form-row:first-child, .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > .woocommerce-form-row:last-child {
  width: 100%;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .woocommerce-form-row label {
  display: block;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form input[type=text], .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form input[type=tel], .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form input[type=email], .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form input[type=password] {
  width: 100%;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 1.25rem;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form select {
  width: 100%;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 1.25rem;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .select2-container--default .select2-selection--single {
  width: 100%;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 1.25rem;
  height: 60px;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 30%;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .button {
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.25rem 4rem 1.25rem 4rem;
  text-align: center;
  position: relative;
  border-radius: 4px;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-of-type(7n) {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-of-type(7n) p.form-row-wide {
  width: 100% !important;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-of-type(7n) p.form-row {
  width: 100%;
}
@media (min-width: 992px) {
  .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-of-type(7n) p.form-row {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-of-type(7n) p.form-row {
    width: 48%;
  }
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-of-type(7n) p:last-child {
  display: none;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-last-child(3) {
  display: flex !important;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-last-child(3) > p {
  width: auto;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-last-child(3) > p input[type=checkbox] {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  border: 1px solid #C8BDAD;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form > div.b2bking_custom_registration_container:nth-last-child(3) > p a {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #EB5050;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .b2bking_custom_registration_container.b2bking_vat_number_registration_field_container {
  display: inline-flex !important;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .b2bking_custom_registration_container .woocommerce-form-row {
  width: 100%;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form .privacy a {
  color: #EB5050;
}

.first-text-section {
  background-color: #FAF8F5;
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .first-text-section {
    padding: 6rem 0rem;
  }
}
.first-text-section .first-text-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .first-text-section .first-text-container {
    flex-direction: row;
    gap: 20px;
    padding: 3rem 0rem;
  }
}
.first-text-section .first-text-container .first-text-wrap {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .first-text-section .first-text-container .first-text-wrap {
    width: 48%;
    order: 1;
  }
}
.first-text-section .first-text-container .first-text-wrap .first-text-section-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .first-text-section .first-text-container .first-text-wrap .first-text-section-title {
    font-size: 48px;
    padding-bottom: 3rem;
  }
}
.first-text-section .first-text-container .first-text-wrap .first-text-section-text {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.first-text-section .first-text-container .first-text-image {
  order: 1;
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .first-text-section .first-text-container .first-text-image {
    width: 48%;
    order: 2;
    padding-bottom: 0rem;
  }
}

.second-text-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .second-text-section {
    padding: 6rem 0rem;
  }
}
.second-text-section .second-text-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .second-text-section .second-text-container {
    flex-direction: row;
    gap: 20px;
    padding: 3rem 0rem;
  }
}
.second-text-section .second-text-container .second-text-wrap {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .second-text-section .second-text-container .second-text-wrap {
    width: 48%;
  }
}
.second-text-section .second-text-container .second-text-wrap .second-text-section-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .second-text-section .second-text-container .second-text-wrap .second-text-section-title {
    font-size: 48px;
    padding-bottom: 3rem;
  }
}
.second-text-section .second-text-container .second-text-wrap .second-text-section-text {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.second-text-section .second-text-container .second-text-image {
  order: 1;
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .second-text-section .second-text-container .second-text-image {
    width: 48%;
    padding-bottom: 0rem;
  }
}

.general-blog-page .child-category-list-wrap {
  color: #555555;
  width: 100%;
}
@media (min-width: 992px) {
  .general-blog-page .child-category-list-wrap {
    width: 51%;
    padding-top: 2rem;
    font-family: "Inter", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.65rem;
  }
}
.general-blog-page .child-category-list-wrap > form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .general-blog-page .child-category-list-wrap > form {
    width: 60%;
  }
}
.general-blog-page .child-category-list-wrap > form select {
  width: 100%;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 1.25rem;
}
.general-blog-page .child-category-list-wrap > form label {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.general-blog-page .section-blog .blog-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  .general-blog-page .section-blog .blog-container {
    flex-direction: row;
    gap: 15px;
  }
}
.general-blog-page .section-blog .blog-container .blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .general-blog-page .section-blog .blog-container .blog-card {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .general-blog-page .section-blog .blog-container .blog-card {
    flex-direction: column;
    width: 32%;
  }
}
.general-blog-page .section-blog .blog-container .blog-card .img-container img {
  max-height: 294px;
  -o-object-fit: cover;
     object-fit: cover;
}
.general-blog-page .section-blog .blog-container .blog-card .blog-card-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #A1A1AA;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0.65rem 0rem 0rem 0rem;
}
.general-blog-page .section-blog .blog-container .blog-card .blog-card-meta .category {
  padding-right: 0.45rem;
}
.general-blog-page .section-blog .blog-container .blog-card .blog-card-meta a {
  color: #A1A1AA;
}
.general-blog-page .section-blog .blog-container .blog-card .blog-card-meta .date {
  padding-left: 0.45rem;
}
.general-blog-page .section-blog .blog-container .blog-card .title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding: 0.45rem 0rem 1rem 0rem;
}
.general-blog-page .section-blog .blog-container .blog-card .excerpt {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.general-blog-page .section-blog .pagination-container {
  padding: 3rem 0rem;
}
.general-blog-page .section-blog .pagination-container .pagination .screen-reader-text {
  display: none;
}
.general-blog-page .section-blog .pagination-container .pagination .nav-links .page-numbers {
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  font-weight: normal;
  background: #FFFFFF;
}
.general-blog-page .section-blog .pagination-container .pagination .nav-links .page-numbers.current {
  background: #EB5050;
  border: #EB5050 1px solid;
}
.general-blog-page .section-blog .pagination-container .pagination .nav-links .page-numbers:hover {
  box-shadow: none;
}
.general-blog-page .section-blog .pagination-container .pagination .nav-links .page-numbers.next {
  min-width: auto;
}
.general-blog-page .section-blog .pagination-container .pagination .nav-links .page-numbers.next svg {
  width: 16px;
  height: 16px;
}
.general-blog-page .section-blog .pagination-container .pagination .nav-links .page-numbers.prev {
  min-width: auto;
}
.general-blog-page .section-blog .pagination-container .pagination .nav-links .page-numbers.prev svg {
  width: 16px;
  height: 16px;
}

body.single-post .page-header .post-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #A1A1AA;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 1rem 0rem 0rem 0rem;
  justify-content: center;
}
body.single-post .page-header .post-meta .category {
  padding-right: 0.45rem;
}
body.single-post .page-header .post-meta a {
  color: #A1A1AA;
}
body.single-post .page-header .post-meta .date {
  padding-left: 0.45rem;
}
body.single-post .page-header .title {
  flex-direction: column;
}
body.single-post .page-header .title h1 {
  width: 95%;
  margin: 0 auto;
  padding-top: 2rem;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  body.single-post .page-header .title h1 {
    width: 80%;
    padding-top: 1rem;
    font-family: "Inter", Helvetica, Verdana, sans-serif;
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  body.single-post .page-header .title h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  body.single-post .page-header .title h1 {
    font-size: 54px;
  }
}
body.single-post .single-blog-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  body.single-post .single-blog-section {
    padding: 6rem 0rem;
  }
}
body.single-post .single-blog-section .single-blog-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body.single-post .single-blog-section .single-blog-container {
    flex-direction: row;
    gap: 30px;
  }
}
body.single-post .single-blog-section .single-blog-container .single-blog-sidebar {
  width: 100%;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  body.single-post .single-blog-section .single-blog-container .single-blog-sidebar {
    width: 20%;
  }
}
body.single-post .single-blog-section .single-blog-container .single-blog-sidebar {
  position: relative;
}
@media (max-width: 992px) {
  body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top.active {
    position: relative !important;
    width: 100%;
    /* top: 169px; */
    top: 0;
    background-color: #FFFFFF;
    left: 0;
    /* padding: 1rem 2rem; */
    /* border-top: #F0F0F0 1px solid; */
    z-index: 1 !important;
  }
}
@media (min-width: 992px) {
  body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top {
    position: sticky;
    top: 220px;
    z-index: 1;
  }
}
body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc {
    padding-bottom: 0rem;
  }
}
body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc h3 {
  position: relative;
}
@media (max-width: 992px) {
  body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc h3 {
    cursor: pointer;
  }
  body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc h3::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 16 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;'%3E%3Cg id='Path_77' transform='matrix(-3.82857e-16,-1,-1,3.82857e-16,14.135,7.36)'%3E%3Cpath d='M6.36,12.721L0,6.36L6.36,0' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:2px;'/%3E%3C/g%3E%3C/svg%3E");
    width: 16px;
    height: 9px;
    top: 30%;
    right: 10px;
  }
}
body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc.active h3 {
  position: relative;
}
@media (max-width: 992px) {
  body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc.active h3::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 16 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;'%3E%3Cg id='Path_77' transform='matrix(-3.82857e-16,1,-1,-3.82857e-16,14.135,1)'%3E%3Cpath d='M6.36,12.721L0,6.36L6.36,0' style='fill:none;fill-rule:nonzero;stroke:black;stroke-width:2px;'/%3E%3C/g%3E%3C/svg%3E");
    width: 16px;
    height: 9px;
    top: 30%;
    right: 10px;
  }
}
body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc .toc-list {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc .toc-list {
    display: flex;
    flex-direction: column;
  }
}
body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc .toc-list.active {
  display: flex;
  flex-direction: column;
}
body.single-post .single-blog-section .single-blog-container .single-blog-sidebar .single-blog-toc-wrapper.sticky-top .single-blog-toc .toc-list li {
  padding: 0.25rem 0rem;
}
body.single-post .single-blog-section .single-blog-container .single-blog-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  body.single-post .single-blog-section .single-blog-container .single-blog-wrapper {
    width: 80%;
  }
}
body.single-post .single-blog-section .single-blog-container .single-blog-wrapper .content-toc {
  padding-bottom: 3rem;
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 32px;
  padding-bottom: 3rem;
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list {
    flex-direction: row;
    gap: 15px;
  }
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card {
    width: 48%;
  }
}
@media (min-width: 992px) {
  body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card {
    flex-direction: column;
    width: 32%;
  }
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card .img-container img {
  max-height: 294px;
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card .blog-card-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #A1A1AA;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0.65rem 0rem 0rem 0rem;
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card .blog-card-meta .category {
  padding-right: 0.45rem;
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card .blog-card-meta a {
  color: #A1A1AA;
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card .blog-card-meta .date {
  padding-left: 0.45rem;
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card .title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding: 0.45rem 0rem 1rem 0rem;
}
body.single-post .single-related-section .related-articles-wrapper .related-articles .related-articles-list .blog-card .excerpt {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.profile-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .profile-section {
    padding: 6rem 0rem;
  }
}
.profile-section .profile-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .profile-section .profile-container {
    flex-direction: row;
    gap: 20px;
    padding: 3rem 0rem;
  }
}
.profile-section .profile-container .profile-wrap {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .profile-section .profile-container .profile-wrap {
    width: 48%;
  }
}
.profile-section .profile-container .profile-wrap .profile-section-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .profile-section .profile-container .profile-wrap .profile-section-title {
    font-size: 48px;
    padding-bottom: 3rem;
  }
}
.profile-section .profile-container .profile-wrap .profile-section-text {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.profile-section .profile-container .profile-image {
  order: 1;
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .profile-section .profile-container .profile-image {
    width: 48%;
    padding-bottom: 0rem;
  }
}

.stand-out-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .stand-out-section {
    padding: 3rem 0rem;
  }
}
.stand-out-section .stand-out-container .stand-out-wrap .stand-out-title {
  text-align: center;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #EB5050;
}
@media (min-width: 992px) {
  .stand-out-section .stand-out-container .stand-out-wrap .stand-out-title {
    font-size: 32px;
    padding: 1.25rem 0rem;
  }
}
.stand-out-section .stand-out-container .stand-out-wrap .stand-out {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  .stand-out-section .stand-out-container .stand-out-wrap .stand-out {
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
}
.stand-out-section .stand-out-container .stand-out-wrap .stand-out {
  padding: 2rem 0rem 3rem 0rem;
}
.stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 992px) {
  .stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item {
    padding: 1.25rem 0rem;
  }
}
@media (min-width: 576px) {
  .stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item {
    flex-direction: column;
    width: 23%;
  }
}
.stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item .stand-out-item-image {
  min-width: 52px;
}
@media (min-width: 992px) {
  .stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item .stand-out-item-image {
    text-align: center;
    padding: 1.25rem 0rem;
  }
}
.stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item .stand-out-item-text-wrap {
  padding-left: 1rem;
}
@media (min-width: 992px) {
  .stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item .stand-out-item-text-wrap {
    padding-left: 0rem;
  }
}
.stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item .stand-out-item-text-wrap .stand-out-item-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item .stand-out-item-text-wrap .stand-out-item-title {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-size: 24px;
  }
}
.stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item .stand-out-item-text-wrap .stand-out-item-text {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .stand-out-section .stand-out-container .stand-out-wrap .stand-out .stand-out-item .stand-out-item-text-wrap .stand-out-item-text {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
  }
}

.history-section {
  padding: 3rem 0rem;
  background-color: #FAF8F5;
}
@media (min-width: 992px) {
  .history-section {
    padding: 6rem 0rem;
  }
}
.history-section .history-section-container .history-section-wrap .history-section-title {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .history-section .history-section-container .history-section-wrap .history-section-title {
    font-size: 48px;
  }
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap {
  position: relative;
  padding: 2rem 0rem 0rem 0rem;
}
@media (min-width: 992px) {
  .history-section .history-section-container .history-section-wrap .history-slider-wrap {
    padding: 5rem 0rem 0rem 0rem;
  }
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .swiper-button-next {
  position: absolute;
  top: 0;
  right: 0;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  width: auto;
  height: auto;
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .swiper-button-next svg {
  width: 15px;
  height: 15px;
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .swiper-button-next::after {
  content: "";
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .swiper-button-prev {
  position: absolute;
  top: 0;
  right: 60px;
  left: auto;
  border: #C8BDAD 1px solid;
  border-radius: 6px;
  padding: 0.85rem 1rem;
  width: auto;
  height: auto;
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .swiper-button-prev svg {
  width: 15px;
  height: 15px;
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .swiper-button-prev::after {
  content: "";
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .history-slider {
  overflow: hidden;
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .history-slider .history-slider-wrapper {
  display: flex;
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .history-slider .history-slider-wrapper .history-item .history-item-wrap .history-item-year {
  padding-top: 1rem;
  color: #EB5050;
  font-size: 32px;
  font-weight: 400;
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .history-slider .history-slider-wrapper .history-item .history-item-wrap .history-item-year::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  background-color: #000000;
  position: absolute;
  top: 0;
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .history-slider .history-slider-wrapper .history-item .history-item-wrap .history-item-year::after {
  content: "";
  width: 100%;
  border-bottom: solid 1px #000;
  left: 0;
  z-index: 1;
  position: absolute;
  top: 7px;
}
.history-section .history-section-container .history-section-wrap .history-slider-wrap .history-slider .history-slider-wrapper .history-item .history-item-wrap .history-item-text {
  padding: 2rem 1rem 2rem 0rem;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.vision-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .vision-section {
    padding: 3rem 0rem;
  }
}
.vision-section .vision-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .vision-section .vision-container {
    flex-direction: row;
    gap: 20px;
    padding: 3rem 0rem;
  }
}
.vision-section .vision-container .vision-wrap {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .vision-section .vision-container .vision-wrap {
    width: 48%;
  }
}
.vision-section .vision-container .vision-wrap .vision-section-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .vision-section .vision-container .vision-wrap .vision-section-title {
    font-size: 48px;
    padding-bottom: 3rem;
  }
}
.vision-section .vision-container .vision-wrap .vision-section-text {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.vision-section .vision-container .vision-image {
  order: 1;
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .vision-section .vision-container .vision-image {
    width: 48%;
    padding-bottom: 0rem;
  }
}

.sustainability-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .sustainability-section {
    padding: 6rem 0rem;
  }
}
.sustainability-section .sustainability-section-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .sustainability-section .sustainability-section-container {
    flex-direction: row;
  }
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .sustainability-section .sustainability-section-container .sustainability-section-text-wrap {
    width: 50%;
  }
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 0.65rem;
}
@media (min-width: 992px) {
  .sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-title {
    font-size: 48px;
    padding-bottom: 2rem;
  }
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-subtitle {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-subtitle {
    font-size: 26px;
    padding-bottom: 2rem;
  }
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-image {
  display: inline-flex;
}
@media (min-width: 992px) {
  .sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-image {
    display: none;
  }
}
@media (min-width: 992px) {
  .sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion {
    width: 70%;
  }
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #000 1px solid;
  border-radius: 0;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .card-header {
  border: none;
  background-color: transparent;
  padding: 1rem;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .card-header a h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .card-header a h3:focus-visible {
  outline: 0;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .card-header a h3 span {
  font-size: 20px;
  padding-right: 1.5rem;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .card-header a h3 span.text {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #818181;
  text-align: left;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .card-header a:not(.collapsed) h3 {
  color: #EB5050;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .card-header a:not(.collapsed) {
  padding: 0;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .card-body {
  padding-top: 0;
  padding-left: 3rem;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .collapse .card-body {
  padding-top: 0;
  padding-left: 3rem;
}
.sustainability-section .sustainability-section-container .sustainability-section-image-wrap {
  display: none;
  background-color: #F9F7F4;
}
@media (min-width: 992px) {
  .sustainability-section .sustainability-section-container .sustainability-section-image-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 4.5rem 0rem;
  }
}

.blog-latest-section {
  padding: 3rem 0rem;
}
@media (min-width: 992px) {
  .blog-latest-section {
    padding: 6rem 0rem;
  }
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-title-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-title-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-all {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-all {
    padding-bottom: 0rem;
  }
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-all .button-hollow {
  padding: 1rem 5rem 1rem 5rem;
  text-align: center;
  position: relative;
  border-radius: 4px;
  border: #C8BDAD 1px solid;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-all .button-hollow {
    width: auto;
  }
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 32px;
  padding-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-title {
    padding-bottom: 3rem;
  }
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  .blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list {
    flex-direction: row;
    gap: 15px;
  }
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 992px) {
  .blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card {
    flex-direction: column;
    width: 32%;
  }
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card .img-container img {
  max-height: 294px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card .blog-card-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #A1A1AA;
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0.65rem 0rem 0rem 0rem;
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card .blog-card-meta .category {
  padding-right: 0.45rem;
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card .blog-card-meta a {
  color: #A1A1AA;
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card .blog-card-meta .date {
  padding-left: 0.45rem;
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card .title {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding: 0.45rem 0rem 1rem 0rem;
}
.blog-latest-section .latest-articles-wrapper .latest-articles .latest-articles-list .blog-card .excerpt {
  font-family: "Inter", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.faq-page .general-container {
  max-width: 1200px;
}
.faq-page .faq-section {
  margin-bottom: 65px;
}
.faq-page .page-title h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 54px;
}
.faq-page .faq-section-title {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 42px;
}
.faq-page .accordion {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-page .accordion .accordion-item {
  background: #F0F1F5;
  border-radius: 20px !important;
  margin-bottom: 16px;
  border: none !important;
}
.faq-page .accordion .accordion-item .accordion-button {
  background: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 24px;
  color: #030303;
  font-weight: 700;
}
.faq-page .accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq-page .accordion .accordion-item .accordion-body * {
  font-size: 18px;
  color: #030303;
}

.sidebar-toggle-temp {
  position: fixed;
  left: 5%;
  top: 50%;
}

#threeds-payment-sidebar, #threeds-shipping-sidebar, #threeds-sidebar-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  background: #F0F1F5;
  overflow: hidden;
  right: -450px;
  top: 0;
  bottom: 0;
  z-index: 111;
  width: 450px;
  transition: all 0.2s ease-in-out;
  padding: 20px;
}
#threeds-payment-sidebar #close-threeds-payment-sidebar, #threeds-payment-sidebar #close-threeds-shipping-sidebar, #threeds-payment-sidebar #close-threeds-terms-sidebar, #threeds-shipping-sidebar #close-threeds-payment-sidebar, #threeds-shipping-sidebar #close-threeds-shipping-sidebar, #threeds-shipping-sidebar #close-threeds-terms-sidebar, #threeds-sidebar-container #close-threeds-payment-sidebar, #threeds-sidebar-container #close-threeds-shipping-sidebar, #threeds-sidebar-container #close-threeds-terms-sidebar {
  position: absolute;
  left: 0px;
  top: 10px;
  cursor: pointer;
}
#threeds-payment-sidebar #close-threeds-payment-sidebar svg, #threeds-payment-sidebar #close-threeds-shipping-sidebar svg, #threeds-payment-sidebar #close-threeds-terms-sidebar svg, #threeds-shipping-sidebar #close-threeds-payment-sidebar svg, #threeds-shipping-sidebar #close-threeds-shipping-sidebar svg, #threeds-shipping-sidebar #close-threeds-terms-sidebar svg, #threeds-sidebar-container #close-threeds-payment-sidebar svg, #threeds-sidebar-container #close-threeds-shipping-sidebar svg, #threeds-sidebar-container #close-threeds-terms-sidebar svg {
  width: 24px;
  height: 24px;
  display: inline;
}
#threeds-payment-sidebar .threeds-sidebar-container, #threeds-shipping-sidebar .threeds-sidebar-container, #threeds-sidebar-container .threeds-sidebar-container {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  overflow: auto;
  border-radius: 20px;
}
#threeds-payment-sidebar .header, #threeds-shipping-sidebar .header, #threeds-sidebar-container .header {
  display: flex;
  justify-content: center;
  padding: 20px 20px 40px 20px;
  position: relative;
}
#threeds-payment-sidebar .header .close-side-wrapper-btn svg, #threeds-shipping-sidebar .header .close-side-wrapper-btn svg, #threeds-sidebar-container .header .close-side-wrapper-btn svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
}
#threeds-payment-sidebar .header .label, #threeds-shipping-sidebar .header .label, #threeds-sidebar-container .header .label {
  font-size: 20px;
  font-weight: 700;
}
#threeds-payment-sidebar .blockUI.blockOverlay, #threeds-shipping-sidebar .blockUI.blockOverlay, #threeds-sidebar-container .blockUI.blockOverlay {
  display: none !important;
}

#threeds-payment-sidebar.active, #threeds-shipping-sidebar.active {
  right: 0;
}

.simple-page-with-menu-sidebar .general-container {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: auto;
}
.simple-page-with-menu-sidebar .general-container .title {
  padding: 24px 0 24px 0;
}
.simple-page-with-menu-sidebar .general-container .title h1 {
  font-weight: 700;
  margin-bottom: 57px;
}
.simple-page-with-menu-sidebar .content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin: 0 -15px 150px -15px;
}
.simple-page-with-menu-sidebar .content-container aside.sidebar-menu-wrapper {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.simple-page-with-menu-sidebar .content-container aside.sidebar-menu-wrapper > div.accordion {
  position: sticky;
  top: 160px;
}
.simple-page-with-menu-sidebar .content-container section.simple-page-content-wrapper {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}
.simple-page-with-menu-sidebar .accordion-button {
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
  color: #000;
}
.simple-page-with-menu-sidebar .accordion-button:after {
  width: 14px;
  height: 16px;
  background-size: 100%;
}
.simple-page-with-menu-sidebar .accordion-body {
  padding: 0;
}
.simple-page-with-menu-sidebar .accordion-item {
  border: none;
  margin-bottom: 40px;
}
.simple-page-with-menu-sidebar .accordion {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.simple-page-with-menu-sidebar li.list-group-item {
  border: none !important;
}
.simple-page-with-menu-sidebar li.list-group-item.active-menu a {
  font-weight: 700;
}
.simple-page-with-menu-sidebar .simple-menu-link {
  margin-bottom: 40px;
}
.simple-page-with-menu-sidebar .simple-page-content-wrapper h2 {
  font-weight: 700;
  margin-bottom: 32px;
}
.simple-page-with-menu-sidebar .simple-page-content-wrapper p {
  color: #030303;
  font-size: 18px;
  line-height: 24px;
}/*# sourceMappingURL=dsgr-child.css.map */