@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300..700;1,14..32,400..600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
:root {
  --fs-caption: 1.3rem;
  --fs-meta: 1.4rem;
  --fs-body: 1.6rem;
  --fs-lead: 1.75rem;
  --fs-emph: 2.1rem;
  --fs-h3: 2.4rem;
  --fs-h2: 3.4rem;
  --fs-h1: 4.2rem;
  --fs-display: 5.4rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 600;
  --ff-display: "Playfair Display", serif;
  --ff-ui: "Inter", system-ui, sans-serif;
  --ink: #1d1d1b;
  --ink-soft: #2a2218;
  --ink-muted: #666;
  --surface: #ffffff;
  --surface-soft: #f9f8f6;
  --surface-warm: #fdf9f0;
  --surface-linen: #ebe2cb;
  --surface-stone: #f4f3f0;
  --accent: #ece9e3;
  --accent-hover: #dedbd6;
  --rule: #e5e5e5;
  --rule-soft: rgba(0, 0, 0, 0.08);
  --gold: #B58A2E;
  --ease-premium: cubic-bezier(0.2, 1, 0.3, 1);
  --r-0: 0;
  --r-sm: 2px;
  --r-md: 4px;
  --r-pill: 999px;
  --r-round: 50%;
  --r-sheet: 10px;
  --shadow-1: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-2: 0 14px 36px rgba(0, 0, 0, 0.12);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 16px;
  --space-4: 24px;
  --space-5: 40px;
  --space-6: 64px;
  --space-7: 96px;
}

html {
  font-size: 62.5%;
  margin-right: calc(-1 * (100vw - 100%));
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 100c20-40 40-40 60 0s40 40 60 0 40-40 60 0 40 40 60 0M0 50c20-40 40-40 60 0s40 40 60 0 40-40 60 0 40 40 60 0M0 150c20-40 40-40 60 0s40 40 60 0 40-40 60 0 40 40 60 0M0 0c20-20 40-20 60 0s40 20 60 0 40-20 60 0 40 20 60 0M0 200c20-40 40-40 60 0s40 40 60 0 40-40 60 0 40 40 60 0' stroke='%23000000' stroke-width='0.8' stroke-opacity='0.07'/%3E%3C/g%3E%3C/svg%3E");
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

header ul {
  list-style: none;
  padding-left: 0;
}
header ul li {
  padding-left: 0;
}

a {
  text-decoration: none;
  color: #1d1d1b;
}

.underline-link {
  text-decoration: underline;
}

.copyright {
  color: #fff;
  margin-top: 15px;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 35px;
}

.list-inline {
  display: flex;
  justify-content: center;
}
.list-inline li {
  display: inline-block;
}

.custom-card-number {
  font-size: 4.6rem;
  font-weight: 600;
}

.slick-slider .slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  margin-left: -57px;
}

.slick-next,
.slick-prev {
  width: 38px;
  height: 38px;
  z-index: 110;
}
.slick-next:before,
.slick-prev:before {
  content: "";
  display: block;
  font-size: 38px;
  color: #fff;
  opacity: 1;
  top: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.slick-next:active,
.slick-prev:active {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .slick-next,
  .slick-prev {
    display: none;
  }
  .slick-next:before,
  .slick-prev:before {
    font-size: 30px;
    width: 30px;
    height: 30px;
    box-shadow: none;
  }
}

.slick-next {
  right: -11px;
}
.slick-next:before {
  background: #fff url(../images/icons/chevron-right-solid.svg) no-repeat scroll center center;
  background-size: 17px 17px;
  transition: all 0.3s ease;
}
.slick-next:hover:before {
  background: #efefef url(../images/icons/chevron-right-solid.svg) no-repeat scroll center center;
  background-size: 17px 17px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 15px;
  }
}

.slick-prev {
  left: -11px;
}
.slick-prev:before {
  background: #fff url(../images/icons/chevron-left-solid.svg) no-repeat scroll center center;
  background-size: 17px 17px;
  transition: all 0.3s ease;
}
.slick-prev:hover:before {
  background: #efefef url(../images/icons/chevron-left-solid.svg) no-repeat scroll center center;
  background-size: 17px 17px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 15px;
  }
}

.customer-slider-container {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  overflow-x: hidden;
  position: relative;
}
.customer-slider-container .slick-track {
  margin: 0px auto;
}
.customer-slider-container:before, .customer-slider-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 41.66666667%;
  z-index: 100;
}
.customer-slider-container:before {
  left: -10px;
  background: -webkit-linear-gradient(left, #feffff 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #feffff 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00feffff", endColorstr="#ffffff",GradientType=1 );
}
.customer-slider-container:after {
  right: -10px;
  background: -webkit-linear-gradient(left, rgba(254, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
  background: linear-gradient(to right, rgba(254, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00feffff", endColorstr="#ffffff",GradientType=1 );
}
.customer-slider-container .arrows-custom {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-slider-container .arrows-custom .slick-next {
  position: static;
  transform: none;
  margin: 0 5px;
}
.customer-slider-container .arrows-custom .slick-prev {
  position: static;
  transform: none;
  margin: 0 5px;
}
@media screen and (min-width: 576px) {
  .customer-slider-container .arrows-custom .slick-next {
    right: 4%;
    position: absolute;
    transform: translate(0, -50%);
  }
  .customer-slider-container .arrows-custom .slick-prev {
    left: 4%;
    position: absolute;
    transform: translate(0, -50%);
  }
}

.custom-card-photo {
  margin: 1.5rem 0;
  display: block;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.13);
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
}
.custom-card-photo .card-head {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 14px;
  margin-bottom: 7px;
  background-color: inherit;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.custom-card-photo .card-head img,
.custom-card-photo .card-head svg {
  max-width: 50px;
  height: auto;
  margin-right: 1.6rem;
}
.custom-card-photo .card-head .head-text-container {
  flex-grow: 1;
}
.custom-card-photo .card-head .card-head-text {
  margin: 0 0 2px;
  font-size: 1.4rem;
}

.title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 12px;
}

h1,
h2,
h3,
h4 {
  font-weight: var(--fw-bold);
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.4rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.1rem;
}

p {
  font-size: 1.6rem;
}
p a {
  text-decoration: underline;
}

span a {
  text-decoration: underline;
}

label,
input,
select,
textarea {
  font-size: 1.6rem !important;
}

label {
  font-weight: 600;
  margin-bottom: 0.8rem;
}
label .label-extra {
  font-size: 1.3rem;
  font-weight: 400;
}

input:not([type=checkbox]),
textarea,
select {
  padding: 1.2rem !important;
  background-color: white !important;
}
input:not([type=checkbox]):focus,
textarea:focus,
select:focus {
  border-color: #ece9e3 !important;
  box-shadow: none !important;
}

input:focus {
  outline: 1px solid #ece9e3;
}

.custom-checkbox {
  margin-bottom: 1.8rem;
  margin-top: 1rem;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked ~ label .checkmark:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  width: 8px;
  height: 12px;
  position: absolute;
  display: block;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-checkbox label {
  font-weight: 400;
  font-size: 1.4rem !important;
  display: block;
  padding-left: 4rem;
  position: relative;
}
.custom-checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  background-color: rgba(1, 50, 32, 0.0862745098) !important;
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 2px;
  border: 1px solid #e4e6ee;
  display: block;
}
.custom-checkbox label .checkmark:after {
  display: none;
  content: "";
}

.check-info {
  font-weight: 400;
  font-size: 1.4rem !important;
  display: inline-block;
  padding-left: 0.8rem;
  position: relative;
}

.btn-form-submit {
  color: #333;
  width: 100%;
  margin-top: 1rem;
  padding: 1.8rem 2rem;
  background-color: #ece9e3;
  font-size: 1.4rem;
  border-color: transparent;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all linear 100ms;
}
.btn-form-submit:hover,
.btn-form-submit :active {
  background-color: #dedbd6;
}

.form-group {
  margin-bottom: 1.6rem;
}
.form-group input:not([type=checkbox]) {
  background: white !important;
}
.form-group select {
  background: white !important;
}

.btn-ink {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 14px;
  background-color: #ece9e3;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 2px;
  border: none;
  transition: all 0.3s ease;
}
.btn-ink:hover {
  background-color: #dedbd6;
}

.split-line {
  height: 1px;
  background-color: #e5e5e6;
  margin: 4.5rem 0;
}

.breadcrumbs > *, .breadcrumbs a {
  color: #e4e6ee !important;
  font-size: 1.4rem;
  text-decoration: none;
}
.breadcrumbs .last {
  color: #797f99 !important;
  font-size: 1.4rem;
  text-decoration: none;
}

.img-border {
  border-radius: 2px;
}

.color-white {
  color: #fff !important;
}

.product-list {
  padding: 15px 0;
}
.product-list .product-item-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 8px 0;
}
.product-list .product-item-box img {
  border-radius: 2px;
  width: 100%;
}
.product-list .product-item-box .color-list {
  padding: 0;
  margin: 5px 0 0;
  display: block;
}
.product-list .product-item-box .color-list.no-color {
  height: 8px;
  margin: 8px 0;
}
.product-list .product-item-box .color-list .color {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 3px;
  display: inline-block;
}
.product-list .product-item-box .color-list .color:first-child {
  margin: 3px 3px 3px 0;
}
.product-list .product-item-box .color-list .color:last-child {
  margin: 3px 0 3px 3px;
}
.product-list .product-item-box .product-info {
  flex-grow: 1;
}
.product-list .product-item-box .title {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.product-list .product-item-box .description {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.product-list .product-item-box .product-price-block {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.3rem;
  padding: 8px;
}
.product-list .product-item-box .product-price-block .price {
  font-weight: 600;
  margin-top: 4px;
}
.product-list .product-item-box .product-price-block.standard {
  background-color: rgba(1, 50, 32, 0.0862745098);
}
.product-list .product-item-box .product-price-block.custom {
  background-color: #f8f9fa;
}

.submit-btn {
  font-size: 1.6rem;
}

.info-slider .slick-track {
  margin-left: 0;
}

.btn-favorite {
  padding: 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
}
.btn-favorite.active {
  background-color: #E78895;
}
.btn-favorite.active:hover svg path {
  fill: #000;
}
.btn-favorite.active svg path {
  fill: #fff;
}
.btn-favorite:hover svg path {
  fill: #E78895;
}
.btn-favorite svg path {
  fill: #2A3947;
}

.btn-buy-product {
  background-color: var(--ink);
  border: 1px solid var(--ink);
  transition: background-color 0.25s var(--ease-premium), border-color 0.25s var(--ease-premium);
  padding: 20px 24px;
  display: block;
  font-family: var(--ff-display);
  font-weight: var(--fw-medium);
  letter-spacing: 0.02em;
  color: #fff;
  font-size: 1.6rem;
  border-radius: var(--r-sm);
  text-align: center;
  flex: 1 0;
  cursor: pointer;
}
.btn-buy-product:hover, .btn-buy-product:focus-visible {
  background-color: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.btn-buy-product:active {
  background-color: var(--ink-soft);
  border-color: var(--ink-soft);
}

.btn-add-cart {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #ece9e3;
}
.btn-add-cart:hover {
  background: whitesmoke;
}

.cart-product-list {
  padding: 15px 0;
}
.cart-product-list .item-container {
  border: 2px solid #1d1d1b;
  padding: 20px;
  border-radius: var(--r-sm);
}
.cart-product-list .cart-item-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10px 0;
}
.cart-product-list .cart-item-box img {
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .cart-product-list .cart-item-box .col-lg-4 {
    flex: 0 0 auto;
    width: 20% !important;
  }
}
@media screen and (max-width: 768px) {
  .cart-product-list .cart-item-box .col-lg-4 {
    flex: 0 0 auto;
    width: 50% !important;
    display: block !important;
    margin-bottom: 20px;
  }
  .cart-product-list .cart-item-box .item-block {
    width: 80% !important;
  }
  .cart-product-list .cart-item-box .info-group {
    margin: 1px 0 !important;
    align-items: start !important;
  }
  .cart-product-list .cart-item-box .title {
    font-size: 1.6rem !important;
  }
  .cart-product-list .cart-item-box .name {
    padding-right: 3px !important;
    font-size: 1.4rem !important;
  }
  .cart-product-list .cart-item-box .description {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 570px) {
  .cart-product-list .cart-item-box .col-lg-4 {
    padding: 0.1px !important;
  }
  .cart-product-list .cart-item-box .title {
    font-size: 1.4rem !important;
  }
  .cart-product-list .cart-item-box .name {
    padding-right: 3px !important;
    font-size: 1rem !important;
  }
  .cart-product-list .cart-item-box .description {
    font-size: 1rem !important;
  }
  .cart-product-list .cart-item-box .item-container {
    margin: 0 10px;
  }
}
.cart-product-list .cart-item-box .color-list {
  padding: 0;
  margin: 5px 0 0;
  display: block;
}
.cart-product-list .cart-item-box .color-list.no-color {
  height: 8px;
  margin: 8px 0;
}
.cart-product-list .cart-item-box .color-list .color {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 3px;
  display: inline-block;
}
.cart-product-list .cart-item-box .color-list .color:first-child {
  margin: 3px 3px 3px 0;
}
.cart-product-list .cart-item-box .color-list .color:last-child {
  margin: 3px 0 3px 3px;
}
.cart-product-list .cart-item-box .item-info-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--r-sm);
}
@media screen and (min-width: 768px) {
  .cart-product-list .cart-item-box .item-info-wrapper {
    border: none;
    border-radius: 0;
  }
}
.cart-product-list .cart-item-box .product-info {
  flex-grow: 0;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cart-product-list .cart-item-box .product-info .title-wrapper {
  flex-grow: 1;
}
.cart-product-list .cart-item-box .product-info .title {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 6px;
  margin-top: 0;
}
.cart-product-list .cart-item-box .info-group-wrapper {
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  .cart-product-list .cart-item-box .info-group-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 220px;
  }
}
@media screen and (max-width: 992px) {
  .cart-product-list .cart-item-box .info-group-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}
@media (min-width: 768px) {
  .cart-product-list .cart-item-box .col-md-6 {
    flex: 0 0 auto;
    width: 80%;
  }
}
.cart-product-list .cart-item-box .info-group {
  margin: 3px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart-product-list .cart-item-box .info-group .name {
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0;
  padding-right: 10px;
}
.cart-product-list .cart-item-box .info-group .description {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}
.cart-product-list .cart-item-box .total-info {
  border-top: 1px solid #000;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-product-list .cart-item-box .total-info .name {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}
.cart-product-list .cart-item-box .total-info .description {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}
.cart-product-list .btn-close-wrapper {
  margin-left: 10px;
  flex-grow: 0;
  align-self: flex-start;
}
.cart-product-list .btn-close-wrapper img,
.cart-product-list .btn-close-wrapper svg {
  max-width: 30px;
  height: auto;
  cursor: pointer;
}
.cart-product-list .btn-close-wrapper:hover,
.cart-product-list .btn-close-wrapper :active {
  opacity: 0.8;
}

.order-list {
  margin: 35px 0 15px;
}
.order-list .order-row {
  flex-grow: 1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #000 !important;
  align-items: flex-start;
  padding: 5px 4px;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .order-list .order-row {
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .order-list .order-row {
    grid-column-gap: 10px;
  }
}
.order-list .order-row:nth-child(n+2) {
  border-top: 2px solid #ece9e3 !important;
}
.order-list .order-row:first-child {
  border-top: none !important;
}
.order-list .order-row-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  padding: 8px 4px 5px;
  background-color: whitesmoke;
}
.order-list .order-row-total .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2px 0;
}
.order-list .order-row-total p,
.order-list .order-row-total span {
  margin: 2px 0;
  font-size: 1.4rem;
}
.order-list .item-info {
  padding: 2px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order-list .item-info .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 2px 0;
}
.order-list .item-info:first-child {
  align-items: start !important;
}
.order-list .item-info:last-child {
  align-items: end !important;
}
.order-list .item-info p,
.order-list .item-info span {
  margin: 2px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .order-list .item-info .item-info {
    padding: 2px 1px;
  }
  .order-list .item-info .title {
    font-size: 1.3rem;
  }
  .order-list .item-info p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .order-list .item-info .title {
    font-size: 1rem;
  }
  .order-list .item-info p {
    font-size: 0.8rem;
  }
}

.cart-total {
  border-top: 1px solid #000;
  padding: 10px 0;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-total .name {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}
.cart-total .description {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}

.section-margin {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section-margin {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

.top-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s linear;
}
.top-animation.isViewed {
  opacity: 1;
  visibility: visible;
  transform: initial;
}

.opacity-animation {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
}
.opacity-animation.isViewed {
  opacity: 1;
  visibility: visible;
}

::-webkit-scrollbar {
  height: 3px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #ece9e3;
}

.faq-section {
  padding: 20px 0;
}

.faq-item {
  padding: 15px 5px 3px 5px;
  border-bottom: 1px solid gray;
  cursor: pointer;
}
.faq-item .faq-question .faq-title {
  font-weight: 600;
  font-size: 1.75rem;
  position: relative;
  margin-bottom: 12px;
  padding-right: 40px;
}
@media screen and (min-width: 992px) {
  .faq-item .faq-question .faq-title {
    font-size: 2.1rem;
  }
}
.faq-item .faq-question .faq-title::after {
  content: "+";
  display: block;
  font-size: 30px;
  font-weight: 200;
  color: #1f1f1f;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-item .faq-content {
  max-height: 0;
  font-size: 1.4rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .faq-item .faq-content {
    font-size: 1.6rem;
  }
}
.faq-item.active .faq-question .faq-title::after {
  content: "-";
  display: block;
  font-size: 40px;
  font-weight: 200;
  color: #1f1f1f;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-item.active .faq-content {
  max-height: 100%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 12px;
}

.category-container {
  margin: 10px 0;
}
.category-container .category-item {
  display: block;
  position: relative;
  text-decoration: none;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 10px 0;
}
@media screen and (min-width: 576px) {
  .category-container .category-item {
    height: 270px;
  }
}
.category-container .category-item:hover {
  text-decoration: none;
  color: inherit;
}
.category-container .category-item .category-img {
  width: 100%;
  height: auto;
}
.category-container .category-item .category-name {
  color: #fff;
  background-color: rgba(115, 115, 115, 0.5);
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 6px 30px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}

.custom-card-title {
  font-weight: bold;
}

.card-product-price {
  display: flex;
}

.crossed-price {
  text-decoration: line-through;
}

.custom-card-price {
  font-size: larger;
  font-weight: bold;
  margin-left: 0px;
  margin-bottom: 0px;
}

.custom-card-price.crossed-price {
  font-weight: normal;
  color: black;
  margin-left: 5px;
}

.smaller-price-font {
  font-size: 12px;
}

.tag-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .tag-container {
    margin-top: 24px;
  }
}
.tag-container .tag {
  background-color: #ece9e3;
  color: #333;
  padding: 5px 10px;
  border-radius: var(--r-sm);
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 5px;
}
.tag-container .tag:hover {
  background-color: #dedbd6;
  color: #333;
}

@media only screen and (min-width: 768px) {
  .information-container {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .information-container {
    padding: auto 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .company-details {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .information-image-container {
    padding: 0px !important;
  }
}

/* REVIEWS */
/*
.rating-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rating-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rating-content {
  display: flex;
  flex-direction: row;
}

.rating-unit {
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;
  margin-right: 50px;
}

.rating-reviews {
  margin-top: 3%;
  display: flex;
}

.review-widget {
  width: 50%;
  padding: 10px;
}

.review-widget-rating {
  width: 50%;
  margin-bottom: 10px;
}

.review-widget-wrapper {
  width: 50%;
  display: flex;
  flex-direction: row;
}

.review-rating {
  width: 25%;
  margin-bottom: 10px;
}


@media only screen and (max-width: 650px) {
  .rating-content {
      flex-direction: column;
      padding-left: 10px;
      padding-right: 10px;
  }

  .rating-reviews {
      flex-direction: column;
  }

  .rating-unit {
      margin-right: 0px;
  }

  .review-widget-wrapper {
      width: 100%;
  }

  .review-rating {
      width: 40%;
  }
}


#review-wrapper {
  display: none;
}

.reviews-average-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-head-notice {
  font-size: xx-large;
}

.small__{
  font-size: 1rem;
}

.reviews {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  list-style-type: none;
  padding-left: 0px;
}

#reviews-slider {
  margin-top: 30px;
}

.review-grade {
  background: linear-gradient(120deg, $accent 22%, $darkGreyColor 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: $fs-h2;
}

@media only screen and (max-width: 650px) {
  .review-grade-image {
      width: 60%;
  }
}

.review {
  border: 4px solid $accent;
  border-radius: var(--r-sm);
  padding: 10px;
  margin: 30px 0px;
  flex-direction: column;
}

.review-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;

  span {
    font-size: 14px;
  }
}

.rating-stars {
  color: #e7c92e;
}

.review-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.new-review {
  display: flex;
  flex-direction: column;
}

#rating {
  margin-bottom: 10px;
}

.new-review-footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}

.review-image-holder {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.review-image {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

.section {
  margin: 130px 0px;

  @media only screen and (max-width: 768px) {
      margin: 70px 0px;
  }
}
*/
.base-section {
  margin: 80px auto;
  padding: 0px 20px;
}
.base-section h3 {
  margin-bottom: 20px;
}
.base-section .base-section-text {
  padding: 0px 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .base-section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .base-section .base-section-image,
  .base-section .base-section-text {
    flex: 1;
  }
}

.fa-star, .fa-star-half-alt, .fa-star-half {
  color: #FFD700; /* Gold */
}

.usp-container {
  max-width: 100%;
}

.usp-item {
  font-size: 1.3rem;
  line-height: 1.4;
}

.usp-icon {
  font-size: 2.1rem;
  color: black; /* Gold oder deine Brandfarbe */
  min-width: 2.5rem;
  text-align: center;
}

.usp-text {
  font-weight: 500;
}

/* Apply to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 1.2;
}

.custom-card-title {
  font-family: "Playfair Display", serif;
  font-weight: 500 !important;
  font-style: normal;
  line-height: 1.2;
}

.review {
  border-radius: var(--r-sm);
  border: 1px solid rgb(213, 213, 213);
  padding: 24px;
  background: white;
  font-family: system-ui, sans-serif;
  max-width: 600px;
  margin: 0 auto;
}

.review-rating {
  width: 100px;
  height: auto;
  display: inline-block;
}

.verified-label {
  float: right;
  font-size: 1.1rem;
  color: #333;
  font-family: "Playfair Display", serif;
}

.review-comment {
  clear: both;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1rem;
}

.review-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
}

.review-image-holder {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.review-image {
  width: 100px;
  height: auto;
  border-radius: var(--r-sm);
  cursor: pointer;
}

.impact-slider {
  padding: 4rem 2rem;
}
.impact-slider__heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
}
.impact-slider__heading h2 {
  color: #111;
  margin-bottom: 1rem;
}
.impact-slider__heading p {
  line-height: 1.5;
  margin: 0;
}

.impact-slide {
  width: 100%;
  aspect-ratio: 1/1.8;
  border-radius: var(--r-sm);
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.impact-slide div {
  padding: 20px;
}
.impact-slide__overlay {
  width: 100%;
  background: linear-gradient(to top, rgb(0, 0, 0), transparent 100%);
  padding: 20px 20px;
  text-align: left;
  color: white;
}
.impact-slide__overlay span {
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 2.5rem 1.25rem;
}
@media (min-width: 768px) {
  .info-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.info-grid .info-box {
  background: #f9f9f9;
  border-radius: var(--r-sm);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease;
}
.info-grid .info-box span {
  font-size: clamp(1.7rem, 2.5vw, 2rem);
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #111;
  font-family: "Playfair Display", serif;
}
.info-grid .info-box p {
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  color: #333;
  line-height: 1.6;
  margin: 0;
}
.info-grid .info-box:hover {
  transform: translateY(-2px);
}

.upload-section {
  background: #f8f8f8;
  padding: 4rem 1.5rem;
  margin: 8rem 0;
}
@media (min-width: 768px) {
  .upload-section {
    padding: 8rem 1.5rem;
    margin: 10rem 0;
  }
}
.upload-section .container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.upload-section .container h2 {
  margin-bottom: 2rem;
}
.upload-section .container p {
  margin-bottom: 2.5rem;
}
.upload-section .container form {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.upload-section .container form label {
  font-weight: 500;
  text-align: left;
  color: #333;
  margin-bottom: 0px;
}
.upload-section .container form input[type=email],
.upload-section .container form input[type=file] {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: var(--r-sm);
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
.upload-section .container form button {
  font-size: 1.6rem;
  position: relative;
  background-color: #000;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: var(--r-sm);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.upload-section .container form button:hover:not(:disabled) {
  background-color: #333;
}
.upload-section .container form button .btn-text {
  transition: opacity 0.2s ease;
}
.upload-section .container form button .spinner {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
.upload-section .container form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.upload-section .container #upload-success {
  text-align: center;
  font-size: 1.3rem;
  color: green;
  margin-top: 3rem;
}
.upload-section .container .hidden {
  display: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.tp-material__footer {
  margin-top: 0.75rem;
}
.tp-material__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tp-material__tag {
  display: inline-flex;
}

.tp-pill,
.tp-material__tag > a,
.tp-material__tag > span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  border: 1px solid hsl(210, 16%, 85%);
  border-radius: 999px;
  background: hsl(210, 20%, 96%);
  color: hsl(220, 17%, 26%);
  font-size: 1.1rem;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
  cursor: default;
}
.tp-pill:is(a, button, [role=button]),
.tp-material__tag > a:is(a, button, [role=button]),
.tp-material__tag > span:is(a, button, [role=button]) {
  cursor: pointer;
}
.tp-pill:is(a, button, [role=button]):hover,
.tp-material__tag > a:is(a, button, [role=button]):hover,
.tp-material__tag > span:is(a, button, [role=button]):hover {
  background: hsl(210, 20%, 94%);
  border-color: color-mix(in srgb, hsl(210, 16%, 85%), black 12%);
}
.tp-pill:is(a, button, [role=button]):active,
.tp-material__tag > a:is(a, button, [role=button]):active,
.tp-material__tag > span:is(a, button, [role=button]):active {
  background: hsl(210, 20%, 90%);
  transform: translateY(1px);
}
.tp-pill:focus-visible,
.tp-material__tag > a:focus-visible,
.tp-material__tag > span:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, hsl(210, 90%, 56%), white 65%);
}
.tp-pill.tp-pill--sm,
.tp-material__tag > a.tp-pill--sm,
.tp-material__tag > span.tp-pill--sm {
  font-size: 0.75rem;
  padding: 0.2rem 0.45rem;
}
.tp-pill.tp-pill--lg,
.tp-material__tag > a.tp-pill--lg,
.tp-material__tag > span.tp-pill--lg {
  font-size: 0.875rem;
  padding: 0.35rem 0.65rem;
}
.tp-pill.tp-pill--tag,
.tp-material__tag > a.tp-pill--tag,
.tp-material__tag > span.tp-pill--tag { /* additional tag-only tweaks here if needed */ }

@media (prefers-reduced-motion: reduce) {
  .tp-pill,
  .tp-material__tag > a,
  .tp-material__tag > span {
    transition: none;
  }
}
@media (prefers-color-scheme: dark) {
  .tp-pill,
  .tp-material__tag > a,
  .tp-material__tag > span {
    background: hsl(220, 15%, 18%);
    border-color: hsl(220, 14%, 28%);
    color: hsl(210, 20%, 92%);
  }
  .tp-pill:is(a, button, [role=button]):hover,
  .tp-material__tag > a:is(a, button, [role=button]):hover,
  .tp-material__tag > span:is(a, button, [role=button]):hover {
    background: hsl(220, 15%, 16%);
  }
  .tp-pill:is(a, button, [role=button]):active,
  .tp-material__tag > a:is(a, button, [role=button]):active,
  .tp-material__tag > span:is(a, button, [role=button]):active {
    background: hsl(220, 15%, 14%);
  }
  .tp-pill:focus-visible,
  .tp-material__tag > a:focus-visible,
  .tp-material__tag > span:focus-visible {
    box-shadow: 0 0 0 3px color-mix(in srgb, hsl(210, 90%, 56%), black 55%);
  }
}
@container (max-width: 420px) {
  .tp-pill,
  .tp-material__tag > a,
  .tp-material__tag > span {
    max-width: 16ch;
  }
}
.primary-button {
  background-color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--r-sm);
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: none;
  max-width: fit-content;
  min-height: 60px;
  padding: 0px 30px;
  transition: background-color 0.25s var(--ease-premium), border-color 0.25s var(--ease-premium), color 0.25s var(--ease-premium);
}
.primary-button:hover, .primary-button:focus-visible {
  background-color: var(--gold);
  border-color: var(--gold);
  color: #fff;
}
.primary-button:active {
  background-color: var(--ink-soft);
  border-color: var(--ink-soft);
}

.secondary-button {
  border: 1px solid var(--ink);
  border-radius: var(--r-sm);
  cursor: pointer;
  overflow: hidden;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: none;
  max-width: fit-content;
  min-height: 60px;
  padding: 0 30px;
  color: var(--ink);
  background-color: var(--surface);
  transition: background-color 0.25s var(--ease-premium), color 0.25s var(--ease-premium);
}
.secondary-button:hover, .secondary-button:focus-visible {
  background-color: var(--ink);
  color: #fff;
}

/*# sourceMappingURL=common.css.map */
