/** Shopify CDN: Minification failed

Line 3009:5 Expected ":"
Line 3297:3 Expected ":"
Line 4435:3 Expected ":"

**/
/* Custom Css */
/* Global */

/* Policies */
.shopify-policy__title {
  display: none;
}

/* Multicolumn Custom Section Css start from here */
.margin--auto {
  margin: auto;
}

.multiColumn_Custom h1,
h2,
h3,
h4,
h5,
p,
a,
span {
  color: #25272c;
}

store-header.header {
  background: #FFF;
}

.multiColumn_Custom {
  max-width: 1300px;
  padding: 20px 25px;
  margin: auto;
  width: 100%;
  margin-bottom: 40px;
}

.multiColumn_Custom .badges {
  background: #fef4ee;
  padding: 6px 16px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  margin: 5px;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.multiColumn_Custom .badges::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(45deg, #ce3817, #f5a67c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.multiColumn_Custom .badges span {
  background: linear-gradient(to right, #ce3817, #f5a67c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: Asap, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.multiColumn_Custom .prose p {
  margin-top: 20px;
  color: #5b616e;
}

.multiColumn_Custom .multi-column__item {
  padding: 30px;
  margin: 10px;
  text-align: center;
  background: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(to right, #ce3817, #f5a67c) border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-block;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .multiColumn_Custom .multi-column__item {
      /* Safari-specific styles */
      background: #fff;
      border: 2px solid #ce3817;
      border-radius: 10px;
    }
  }
}

.multiColumn_Custom .multi-column__item:nth-child(odd) {
  transform: rotate(-1deg);
}

.multiColumn_Custom .multi-column__item:nth-child(even) {
  transform: rotate(1deg);
}

.multiColumn_Custom .multi-column__item:last-child {
  transform: rotate(-1deg);
}

.multiColumn_Custom .multi-column {
  row-gap: 35px;
}

.multiColumn_Custom .section-stack {
  row-gap: 35px;
}

.shopify-section--slideshow x-slideshow.slideshow.slideshow--boxed {
  padding-top: 0px;
}

.faq-two-cln {
  padding: 60px 16px 50px;
}

.faq-two-cln .section-boxed {
  max-width: 1024px;
  margin: auto;
  padding: 48px;
  border-radius: 24px;
  box-shadow: none;
}

.faq-two-cln .section-stack {
  gap: 40px;
}

.faq-two-cln .section-stack__intro .badges {
  font-family: "Asap";
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
}

.faq-two-cln .section-stack__intro .badges {
  font-family: "Asap";
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
  background: linear-gradient(90.59deg, #ce3817 0%, #f9cbaf 100%);
  display: inline-block;
  padding: 4px 8px;
  background-clip: text;
  color: transparent;
  font-size: 18px;
  border-radius: 4px;
  position: relative;
}

.faq-two-cln .section-stack__intro .badges:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(45deg, #ce3817, #f5a67c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.faq-two-cln .active .accordion__content {
  display: block;
  opacity: 1 !important;
}

.faq-two-cln .accordion__content {
  display: none;
}

.big-heading h2 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 100px;
  line-height: 28px;
  text-align: center;
  color: #f8f5ee;
}

.individuelles-layout p.h2 {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 66px;
  color: #25272c;
}

.individuelles-layout p {
  font-size: 18px;
  line-height: 28px;
  color: #5b616e;
}

.button,
.btn {
  border-radius: 4px;
  font-weight: 600;
}

.faq-two-cln .section-stack__intro h2 {
  margin-top: 8px;
  font-size: 54px;
  font-family: "Asap Condensed", sans-serif;
  color: #000000;
  line-height: 52px;
}

.faq-two-cln .section-stack__intro p {
  color: #5b616e;
  margin-top: 8px;
  line-height: 26px;
}

.faq-two-cln .section-stack__intro .team-part {
  display: flex;
  gap: 24px;
}

.faq-two-cln .team-part .team-img img,
.faq-two-cln .team-part .email-phone {
  margin-top: 0px !important;
}

.faq-two-cln .team-part .email-phone ul {
  list-style: none;
  gap: 13px;
}

.faq-two-cln .team-part .email-phone ul img {
  margin-top: 0px !important;
  width: 24px;
}

.faq-two-cln .team-part .email-phone ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-two-cln .team-part .email-phone ul li a {
  color: #ce3817;
  background: none;
  font-weight: 600;
  line-height: 26px;
}

.faq-two-cln .accordion-box {
  background: transparent;
  padding: 0;
}

.faq-two-cln .accordion-custom .accordion__toggle {
  padding: 16px 22px 16px 16px;
}

.faq-two-cln .accordion-box .accordion-custom:not(:last-child) {
  border-bottom: 1px solid #d8dbdf !important;
}

.faq-two-cln .accordion-box .accordion__toggle svg {
  width: 12px;
  height: auto;
  color: #0f172a;
}

.faq-two-cln .accordion-box .accordion__toggle span {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.faq-two-cln .accordion-custom .accordion__content {
  padding: 0px 16px 20px;
  margin-bottom: 0;
}

.faq-two-cln .accordion-custom .group-expanded {
  transition: 0.5s all;
}

.faq-two-cln .accordion-custom.active .accordion__toggle .group-expanded {
  transform: rotate(-180deg);
}

.individuelles-layout {
  padding: 50px 16px 60px;
}

.individuelles-layout .section-blends {
  max-width: 1024px;
  margin: auto;
  padding: 0;
}

.individuelles-layout .section-blends .media-with-text__content {
  padding: 0;
}

.individuelles-layout .section-blends .media-with-text__item {
  gap: 60px;
  display: flex;
}

.individuelles-layout .media-with-text__item .media-with-text__media {
  width: 55%;
}

.individuelles-layout .media-with-text__item .media-with-text__content {
  width: 45%;
}

.individuelles-layout .media-with-text__item .media-with-text__content .badges {
  width: fit-content;
  background-color: #fef4ee;
}

.individuelles-layout .media-with-text__item .media-with-text__content .badges .badges-near {
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1px;
  background: linear-gradient(90.59deg, #ce3817, #f9cbaf);
  display: inline-block;
  padding: 4px 8px;
  background-clip: text;
  color: transparent;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: "Asap Condensed", sans-serif;
  position: relative;
}

.individuelles-layout .media-with-text__item .media-with-text__content .badges .badges-near:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(45deg, #ce3817, #f5a67c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.individuelles-layout .media-with-text__content .prose p.h2,
.individuelles-layout .media-with-text__content .prose p {
  margin-top: 16px;
}

.individuelles-layout .media-with-text__content .prose a.button {
  margin-top: 16px !important;
}

.individuelles-layout img {
  object-fit: contain;
}

.big-heading {
  margin-bottom: 40px;
}

/* Header part css start */
.announcement-bar.bg-custom.text-custom {
  padding: 36px 12px 8px;
}

.top-bar {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}

.top-bar p.text-xs,
.top-bar a.button-solid {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.top-bar a.button-solid {
  display: inline-block;
  padding: 7.5px 12px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.announcement-bar .announcement-bar__wrapper {
  display: block;
}

.announcement-bar .container {
  width: 100%;
  margin: auto;
}

.header__wrapper {
  padding: 26px 16px;
  max-width: 1332px;
  margin: auto;
}

nav.header__link-list li a.link-faded-reverse {
  color: #5b616e;
}

.header__wrapper nav.header__link-list {
  gap: 48px;
}

/* Header part css end */

/* footer part css start */
.footer-part {
  padding: 50px 32px 32px;
  background: transparent;
}

.footer-inner {
  background-color: #f7f8f8;
  padding: 48px 24px 24px;
  border-radius: 24px;
}

.footer-part .footer__block.footer-logo-part a:first-child {
  max-width: 176px;
}

.footer-part .footer__block.footer-logo-part {
  max-width: 253px;
  gap: 12px;
}

.button-red {
  font-family: "Inter";
  background-color: #ce3817;
  border-radius: 4px;
  color: #ffffff;
  line-height: 1.2;
  display: inline-block;
  padding: 8.5px 12px;
  width: fit-content;
  font-weight: 600;
}

.footer-part .footer__block--menu {
  gap: 12px;
}

.footer__block--menu .v-stack li a {
  color: #5b616e;
  opacity: 1;
}

.footer-part .footer__wrapper {
  gap: 40px;
}

.footer-part .footer__aside {
  padding-top: 24px;
  border-top: 1px solid #d8dbdf;
}

.footer-part .footer__aside-bottom {
  justify-content: center;
}

.footer-part .footer__aside-bottom .v-stack li a {
  opacity: 1;
  color: #5b616e;
  font-size: 12px;
  line-height: 17px;
}

.footer-part .footer__aside-bottom .v-stack {
  display: flex;
  line-height: 0;
}

.footer-inner .container {
  max-width: 1024px;
  margin: auto;
}

.footer__block-list {
  gap: 40px;
  flex-wrap: nowrap;
}

.footer__block-list .footer__block:last-child {
  margin: 0;
}

/* footer part css end */
.banner-part {
  padding: 20px 16px;
}

.banner-part .contact-us.desktopimg {
  padding: 60px 20px;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.mobileimg {
  display: none;
}

.banner-part .contact-us h1 {
  font-family: "Asap Condensed", sans-serif;
  font-size: 54px;
  line-height: 52px;
  font-weight: 700;
  color: #25272c;
}

.banner-part .contact-us p {
  color: #5b616e;
  font-size: 20px;
  line-height: 32px;
  max-width: 655px;
  margin-top: 24px;
}

.collection {
  margin: 0px;
}

.product-list {
  gap: 40px;
}

.product-list .product-card {
  border-radius: 12px;
  border: 1px solid #d8dbdf;
}

.product-card__info {
  padding-top: 0px;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.product-card__info .v-stack {
  padding: 0 24px;
}

.product-card .product-card__cta {
  align-items: center;;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.product-card__info .product-details-btn {
  align-items: center;
  color: #ce3817;
  display: flex;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  line-height: 19px;
  padding: 10px;
  text-decoration: underline;
  width: 100%;
}

.product-card .button {
  width: 100%;
}

.product-card__info .product-card__title {
  font-size: 18px;
  line-height: 28px;
}

.product-card__info .v-stack .text-subdued {
  font-weight: 700;
}

.product-card .product-card__figure a>img {
  object-fit: contain;
  aspect-ratio: 492/320;
}

/*Contact page start*/
.shopify-section--contact:has(.contact-section) {
  padding: 80px 16px;
}

.shopify-section--contact:has(.contact-section) .section-blends {
  max-width: 1024px;
  margin: auto;
  padding: 0px;
}

.contact-section {
  width: 100%;
  gap: 40px;
  display: flex;
}

.contact-section .section-stack__main {
  width: 66%;
}

.contact-section .section-stack__main .contact-form {
  background: transparent;
  padding: 0px;
  border-radius: unset;
}

.contact-section .section-stack__main .contact-form form .fieldset,
.contact-section .section-stack__main .contact-form form .fieldset .input-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-section .section-stack__main .contact-form form .form-control {
  display: flex;
  flex-direction: column-reverse;
  gap: 4px;
}

.contact-section .section-stack__main .contact-form form .form-control label {
  height: unset;
  position: relative;
  display: inline-block;
  margin: 0px;
  color: #25272c;
  opacity: 1;
  transform: unset;
}

.contact-section .section-stack__main .contact-form form .form-control input:focus~label,
.contact-section .section-stack__main .contact-form form .form-control textarea:focus~label {
  transform: unset !important;
}

.contact-section .section-stack__main .contact-form form .form-control input,
.contact-section .section-stack__main .contact-form form .form-control textarea {
  border: 1px solid #d8dbdf;
  border-radius: 4px;
  padding: 10px 16px !important;
  height: unset;
}

.contact-section .section-stack__main .contact-form form .form-control input:focus,
.contact-section .section-stack__main .contact-form form .form-control textarea:focus {
  box-shadow: none;
  outline: 1px solid #d8dbdf;
}

.contact-section .section-stack__intro {
  width: 34%;
}

.contact-section .section-stack__intro .prose {
  padding: 24px;
  text-align: center;
  background: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(to right, #ce3817, #f9a619) border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-block;
}

.contact-section .section-stack__intro .contact-details {
  text-align: left;
}

.contact-section .section-stack__intro .contact-details img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.contact-section .section-stack__intro .contact-details .subheading {
  background: #fef4ee;
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

.contact-section .section-stack__intro .contact-details .subheading span {
  display: inline-block;
  font-family: Asap, sans-serif;
  font-size: 18px;
  line-height: 20.63px;
  letter-spacing: 1px;
  background: linear-gradient(to right, #ce3817, #f5a67c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  padding: 4px 8px;
}

.contact-section .section-stack__intro .contact-details .subheading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(90.59deg, #ce3817 0%, #f9cbaf 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.contact-section .section-stack__intro .contact-details .h2 {
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  margin-top: 8px;
  font-family: "Asap Condensed", sans-serif;
}

.contact-section .section-stack__intro .contact-details p {
  color: #5b616e;
  margin-top: 8px;
}

.contact-section .section-stack__intro .contact-email-phone ul {
  list-style-type: none !important;
  gap: 12px;
}

.contact-section .section-stack__intro .contact-email-phone ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-section .section-stack__intro .contact-email-phone ul li>span img {
  margin: 0px;
}

.contact-section .section-stack__intro .contact-email-phone ul li a {
  color: #ce3817;
  background: none;
  font-weight: 600;
  line-height: 24.8px;
}

.contact-section .form .button {
  background: #ce3817;
  padding: 10.5px 16px;
}

.contact-section .form .button>div {
  line-height: 19px;
}

/*Contact page end*/

/* contact page - Schnell section start */
.fotobox-section {
  padding: 0;
  max-width: 1024px;
  margin: auto;
}

.fotobox-container-desktop .container {
  margin: 0px;
  display: flex;
}

.fotobox-section .contact-us .container-url-link a {
  padding: 13px 24px;
  background: #ce3817;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.fotobox-section .fotobox-container-desktop {
  padding: 0px 48px !important;
}

.fotobox-container-desktop {
  padding: 0px 48px;
}

.fotobox-section .container-url-link {
  width: 163px;
  display: flex;
  align-items: center;
}

.fotobox-section .container {
  gap: 24px;
}

.fotobox-section .container .container-img-text {
  width: calc(100% - 187px);
  display: flex;
  gap: 40px;
}

.fotobox-section .container .container-text {
  padding: 53px 0px;
}

.fotobox-section .container .container-text h2 {
  font-family: "Asap Condensed", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.fotobox-section .container .container-text p {
  font-size: 18px;
  line-height: 28px;
  color: #25272c;
  margin-top: 12px;
}

.fotobox-section .container-img-text .fotobox-left-image {
  width: 20%;
  display: flex;
  align-items: end;
}

.fotobox-section .container-img-text .container-text {
  width: 80%;
}

/* contact page - Schnell section end */

/* standard Content user section  */

.user-section {
  padding: 50px 38px;
}

.user-section .section {
  padding: 0px;
  max-width: 1024px;
  margin: auto;
}

.user-section .heading-text-content h2 {
  font-family: "Asap Condensed", sans-serif;
  font-size: 54px;
  line-height: 52px;
  text-align: center;
  font-weight: 700;
}

.user-section .heading-text-content p {
  color: #5b616e;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  max-width: 720px;
  margin: 12px auto 0px;
}

.user-section .image-text-boxes {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 60px;
  grid-row-gap: 48px;
}

.user-section .image-text-boxes .image-text-box {
  width: calc(33.33% - 40px);
}

.user-section .image-text-boxes .image-text-box img {
  aspect-ratio: 285/412;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.user-section .image-text-boxes .image-text-box h4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
}

.user-section .image-text-boxes .image-text-box p {
  color: #5b616e;
  text-align: center;
}

.user-section .image-text-box .user-image {
  position: relative;
  z-index: 1;
}

.user-section .image-text-box .user-image:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  left: -12px;
  bottom: 0;
  border-radius: 24px;
  background: linear-gradient(90.59deg, #ce3817, #f9a619);
  transform: rotate(-3.21deg);
}

.user-section .image-text-box .user-image:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -10px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #FFF8EB;
  border-radius: 20px;
  z-index: 1;
  transform: rotate(-3.21deg);
}

.bereich-section {
  padding: 50px 16px;
}

.bereich-section>.section {
  padding: 0px;
}

.bereich-section .bereich-container {
  max-width: 1024px;
  margin: auto;
}

.bereich-section .bereich-top-content p:has(span) {
  background: #fef4ee;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  margin: auto;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  width: fit-content;
}

.bereich-section .bereich-top-content p:has(span)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(45deg, #ce3817, #f5a67c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.bereich-section .bereich-top-content p span {
  background: linear-gradient(to right, #ce3817, #f5a67c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  font-family: "Asap Condensed", sans-serif;
  text-transform: uppercase;
}

.bereich-section .bereich-top-content {
  max-width: 720px;
  margin: auto;
}

.bereich-section .bereich-top-content h2 {
  font-family: "Asap Condensed", sans-serif;
  font-size: 54px;
  line-height: 52px;
  text-align: center;
  font-weight: 700;
  margin-top: 8px;
}

.bereich-section .bereich-top-content .bereich-p p {
  color: #5b616e;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-top: 12px;
}

.bereich-section .bereich-top-content p.bereich-bottom-text {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-top: 12px;
  font-weight: 700;
  color: #ce3817;
}

.bereich-section .bereich-top-content img {
  margin: auto;
}

.bereich-section .bereich-bottom-boxes {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}

.bereich-section .bereich-bottom-boxes .bereich-bottom-box {
  padding: 24px 24px;
  border-radius: 12px;
}

.bereich-section .bereich-bottom-boxes .bereich-bottom-box {
  padding: 24px;
  text-align: center;
  background: linear-gradient(#fff 0 0) padding-box,
    linear-gradient(to right, #ce3817, #f9a619) border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-block;
}

.bereich-section .bereich-bottom-box div img {
  width: 62px;
  height: 62px;
  margin: auto;
}

.bereich-section .bereich-bottom-box h3 {
  font-family: "Asap Condensed", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 16px;
}

.bereich-section .bereich-bottom-box p {
  color: #5b616e;
  line-height: 28px;
  margin-top: 8px;
}

.bereich-section .bereich-bottom-box a {
  color: #ce3817;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top: 16px;
  display: inline-block;
}

.bereich-section .bereich-bottom-box img {
  max-width: 94px;
  margin-top: 2px;
  margin: auto;
}

.twocolumnsec .two-cln-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.twocolumnsec {
  padding: 50px 16px;
}

.twocolumnsec .two-cln-img,
.twocolumnsec .two-cln-heading {
  width: 50%;
}

.twocolumnsec .two-cln-img .fullimage {
  height: 100%;
}

.twocolumnsec .two-cln-img .fullimage img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  padding: 0px;
  background: transparent;
}

.twocolumnsec .two-cln-heading {
  padding-left: 40px;
}

.two-cln-heading h4 {
  font-family: "Asap Condensed";
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 12px;
}

.two-cln-heading p,
.icons-ul li {
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(37, 39, 44, 1);
}

.icons-ul li {
  display: flex;
  align-items: flex-start;
  grid-gap: 12px;
  margin-bottom: 12px;
}

.icons-ul li:before {
  content: "";
  min-width: 26px;
  height: 26px;
  background: url(/cdn/shop/files/right-round.svg) no-repeat center;
}

ul.icons-ul {
  margin: 24px 0px;
}

.icons-ul li:last-child {
  margin-bottom: 0;
}

.button-full {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
  margin-top: 12px;
}

.button-full a.button {
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.2;
  background: #fef4ee;
  color: #25272c;
  padding: 10px 16px;
  transition: all 0.3s;
}

.button-full a.button:hover {
  background: #ce3817;
  color: #fff;
}

.twocolumnsec .right-mediapart .two-cln-heading {
  padding-left: 0;
  padding-right: 40px;
}

.right-mediapart ul.icons-ul li:before {
  display: none;
}

.right-mediapart ul.icons-ul li {
  flex-direction: column;
  grid-gap: 0px;
}

.right-mediapart ul.icons-ul li strong p {
  font-weight: 600;
}

.right-mediapart {
  flex-direction: row-reverse;
}

.mache-part {
  display: flex;
}

.faq-two-cln .accordion__content {
  display: block !important;
  height: 0;
  opacity: 0;
  padding: 0 16px !important;
  overflow: hidden;
  transition: all 0.5s;
}

.faq-two-cln .active .accordion__content {
  display: block;
  opacity: 1 !important;
  height: auto;
  overflow: visible;
  padding: 0 16px 20px !important;
}

.faq-two-cln .accordion__content .prose {
  margin-bottom: -100%;
  transition: all 0.5s;
}

.faq-two-cln .active .accordion__content .prose {
  margin-bottom: 0%;
}

.textwithcontent {
  padding: 40px 16px 50px;
}

.textwithcontent .container,
.quote-part .conatiner {
  max-width: 1024px;
  margin: auto;
}

.quote-part {
  padding: 50px 16px;
}

.quote-part .quotefull {
  display: flex;
  gap: 40px;
}

.quote-part .title-quote {
  width: 160px;
}

.quote-part .content-quote {
  width: calc(100% - 200px);
  position: relative;
  z-index: 1;
}

.quote-part .quote-img img {
  max-width: 160px;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.quote-part .content-quote h5 {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2em;
}

.quote-part .content-quote h6 {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  margin-top: 20px;
}

.quote-part .content-quote p {
  color: #8e95a2;
  font-size: 18px;
  line-height: 28px;
}

.quote-part .content-quote::before {
  content: "";
  width: 93px;
  height: 80px;
  position: absolute;
  background: url(/cdn/shop/files/quote_icon_0795780c-c302-487d-96f6-88eddf601836.svg) no-repeat center;
  z-index: -1;
  top: -30px;
  left: -56px;
}

.textwithcontent h4 {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 4px;
}

.textwithcontent p {
  line-height: 26px;
}

.imagewithtext {
  padding: 50px 16px;
}

.imagewithtext .container {
  max-width: 1024px;
  margin: auto;
}

.imagewithtext p {
  color: #5b616e;
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
}

.textwithcontent ul {
  list-style: disc;
  padding-left: 27px;
  padding-top: 20px;
}

.textwithcontent ul li {
  color: #25272c;
}

.shopify-section--product-recommendations {
  padding: 50px 16px;
}

.shopify-section--product-recommendations .section-blends {
  max-width: 1024px;
  margin: auto;
  padding: 0px !important;
}

/* Tablet view css */

/* standared content slider section start */
.slideshow__carousel .slideshow__controls {
  position: unset;
  margin-top: 24px;
}

.slideshow__carousel .slideshow__controls .stretching-dots {
  justify-content: center;
}

.slideshow__carousel .slideshow__controls .stretching-dots>*[aria-current=true] {
  background: #5B616E;
  width: 32px;
}

.slideshow__carousel .slideshow__controls .stretching-dots>* {
  background: #B6BAC3;
  opacity: 1 !important;
}

.shopify-section--main-collection .container {
  max-width: 1024px;
  margin: 0 auto;
}

.shopify-section--main-collection {
  padding: 80px 16px 50px;
}

/* standared content slider section end */

/* standared content faq section start */
.faq-slot.faq-two-cln {
  padding: 0px 16px 50px;
}

.faq-slot.faq-two-cln .section-blends {
  padding: 0px;
  max-width: 1024px;
  margin: auto;
}

.faq-slot.faq-two-cln .section-stack__main {
  width: 100%;
}

.twocolumnsec .container,
.custom_rich_text_section .section,
.authorinformation-two .container,
.slideshow--multiple-slides {
  max-width: 1024px;
  margin: 0 auto;
}

.shopify-section--slideshow {
  padding: 0px 16px 80px;
}

.shopify-section--slideshow .slideshow {
  padding: 0px !important;
}

.shopify-section--product-recommendations {
  padding: 50px 16px;
}

.shopify-section--product-recommendations .section-blends {
  max-width: 1024px;
  margin: auto;
  padding: 0px !important;
}

.shopify-section--product-recommendations .product-list {
  gap: 40px;
}

.shopify-section--product-recommendations .product-list .product-card {
  border-radius: 12px;
}

.section1 .container1 {
  padding: 0px !important;
}

/* standared content faq section end */
@media screen and (max-width: 1024px) {
  .footer__block-list {
    justify-content: space-between;
  }

  .header__secondary-nav {
    display: none;
  }

  .mobile-panel-part {
    display: flex;
    justify-content: space-between;
    padding: 0 24px 0 24px;
    align-items: center;
    border-bottom: 1px solid #d8dbdf;
    padding-bottom: 25px;
  }

  .navigation-drawer [is="close-button"] {
    border: none;
    width: auto;
  }

  .navigation-drawer [is="close-button"] svg {
    width: 22px;
    height: 22px;
    color: #ce3817;
  }

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

  .panel-list__wrapper li a {
    font-family: Inter;
    font-size: 18px;
    line-height: 21.78px;
    font-weight: 400;
    color: #5b616e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 15px;
  }

  .panel-list__wrapper ul li .active {
    background: #fef4ee;
    border: 1px solid #ce3817;
    font-weight: 600;
    padding: 12px;
    border-radius: 4px;
  }

  .panel-list__wrapper li a:after {
    content: "";
    background-image: url(/cdn/shop/files/right-arrow.svg);
    width: 7px;
    height: 12px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #header-sidebar-menu {
    padding: 0px;
    border-radius: 0px;
  }

  .pane-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pane-btn .button-red {
    width: 100%;
    text-align: center;
  }

  .panel__scroller {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .header__main-nav {
    order: 2;
  }
}

/* Tablet view css */
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .big-heading h2 {
    font-size: 70px;
  }

  .individuelles-layout p.h2 {
    font-size: 44px;
    line-height: 40px;
  }

  .big-heading {
    margin-bottom: 25px;
  }

  .individuelles-layout .section-blends .media-with-text__item {
    gap: 20px;
  }

  .individuelles-layout {
    padding: 20px 16px 0px;
  }

  /* contact page - Schnell section - responsive start  */
  .fotobox-section .container-img-text .fotobox-left-image {
    width: 25%;
  }

  .fotobox-section .container-img-text .container-text {
    width: 75%;
  }

  .fotobox-section .fotobox-container-desktop {
    padding: 0 28px !important;
  }

  .fotobox-section .container .container-text h2 {
    font-size: 32px;
  }

  .contact-section .section-stack__main {
    width: 60%;
  }

  .contact-section .section-stack__intro {
    width: 40%;
  }

  /* contact page - Schnell section - responsive end  */
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
  .multiColumn_Custom .multi-column {
    grid: auto / repeat(2, minmax(0, 1fr));
  }
}

/* Mobile view css */
@media screen and (max-width: 767px) {
  .big-heading {
    display: none;
  }

  .section1 {
    padding: 8px 0px 0px !important;
  }

  .shopify-section--contact:has(.contact-section) {
    padding: 40px 16px;
  }

  .faq-slot.faq-two-cln {
    padding: 0 16px 20px;
  }

  #shopify-section-template--16719011741740__fotobox_ErjLRK {
    padding-bottom: 20px;
  }

  .shopify-section--slideshow {
    padding: 0 16px 40px;
  }

  .shopify-section--main-collection {
    padding: 0px 16px 0px;
  }

  .top-bar p.text-xs,
  .top-bar a.button-solid {
    font-size: 12px;
  }

  .individuelles-layout .section-blends .media-with-text__item {
    display: block;
  }

  .individuelles-layout .media-with-text__item .media-with-text__media {
    width: 100%;
  }

  .individuelles-layout .media-with-text__item .media-with-text__content {
    width: 100%;
  }

  .individuelles-layout p.h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .individuelles-layout .media-with-text__item .media-with-text__content .badges {
    margin-top: 20px !important;
  }

  .individuelles-layout {
    padding: 10px 16px 20px;
  }

  .navigation-drawer {
    --drawer-content-max-height: calc(100vh - (var(--spacing-2) * 0)) !important;
  }

  .multiColumn_Custom .multi-column__item {
    padding: 20px 15px !important;
  }

  .multiColumn_Custom .multi-column,
  .multiColumn_Custom .section-stack {
    row-gap: 20px !important;
  }

  .multiColumn_Custom .multi-column__item .prose p {
    margin-top: 0px !important;
  }

  .multiColumn_Custom .prose p {
    margin-top: 15px !important;
  }

  .multiColumn_Custom .badges span {
    font-size: 16px !important;
  }

  .footer-part {
    padding: 40px 16px 16px;
  }

  .footer__block-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .footer-inner {
    padding: 24px 16px 16px;
    border-radius: 12px;
  }

  .footer-part .footer__wrapper {
    gap: 20px;
  }

  .footer__block-list {
    gap: 20px;
  }

  .footer__block--menu .v-stack li a {
    line-height: 26px;
  }

  .footer-part .footer__block.footer-logo-part {
    padding-bottom: 20px;
    max-width: 100%;
  }

  .footer__block--menu p,
  .footer__block.footer-logo-part p {
    line-height: 26px;
  }

  .footer-part .footer__aside-bottom .v-stack {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .faq-two-cln {
    padding: 20px 16px 0px;
  }

  .faq-two-cln .section-boxed {
    padding: 16px;
  }

  .faq-two-cln .section-stack__intro h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .faq-two-cln .section-stack__intro .badges {
    line-height: 18px;
    font-size: 16px;
  }

  .faq-two-cln .team-part .email-phone ul {
    gap: 12px;
  }

  .faq-two-cln .section-stack__intro .team-part {
    margin-top: 24px;
  }

  .faq-two-cln .section-stack {
    gap: 20px;
  }

  .faq-two-cln .accordion-box .accordion__toggle span {
    font-size: 16px;
  }

  .faq-two-cln .lg\:hidden {
    display: none;
  }

  .banner-part {
    padding: 0px 16px;
  }

  .desktopimg {
    display: none;
  }

  .banner-part .contact-us.desktopimg {
    padding: 0px 0px;
    background-image: none !important;
  }

  .banner-part .contact-us.mobileimg h1 {
    font-size: 44px;
    line-height: 48px;
    text-align: center;
  }

  .banner-part .contact-us.mobileimg p {
    font-size: 18px;
    margin-top: 12px;
    text-align: center;
  }

  .mobileimg {
    display: block !important;
    background-color: #f8f5ee !important;
    padding: 60px 16px;
    background-repeat: no-repeat;
    background-position: top 80% left 0;
    border-radius: 12px;
    background-size: cover;
  }

  .collection .v-stack.gap-4.md\:hidden {
    display: none;
  }

  .collection .product-card__info .product-card__title {
    font-size: 16px;
  }

  .collection .product-list {
    gap: 20px;
  }

  .collection {
    margin: 0;
    padding: 40px 0px 20px 0px;
  }

  .contact-section {
    flex-direction: column;
  }

  .contact-section .section-stack__main {
    width: 100%;
  }

  .contact-section .section-stack__intro {
    width: 100%;
  }

  .contact-section .form .button>div {
    font-size: 16px;
  }

  .contact-section .section-stack__intro .contact-details .subheading {
    margin-top: 20px;
  }

  /* contact page - Schnell section - responsive start  */
  .fotobox-section .fotobox-container-mob {
    padding: 48px 24px 24px;
    background-image: none !important;
    border-radius: 24px !important;
  }

  .fotobox-section .fotobox-container-mob .container {
    margin: 0px;
    display: flex;
    flex-direction: column;
  }

  .fotobox-section .container .container-img-text {
    width: 100%;
    gap: 20px;
    flex-direction: column;
  }

  .fotobox-section .container-img-text .fotobox-left-image {
    width: 100%;
    max-width: 143px;
    margin: auto;
  }

  .fotobox-section .container-img-text .container-text {
    width: 100%;
    padding: 0px;
  }

  .fotobox-section .container .container-text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .fotobox-section .container .container-text p {
    font-size: 16px !important;
    text-align: left !important;
  }

  .fotobox-section .container-url-link {
    width: 100%;
  }

  .fotobox-section .contact-us .container-url-link a {
    width: 100%;
    text-align: center;
  }

  .contact-section .section-stack__intro .contact-details .h2 {
    font-size: 21px;
    line-height: 26px;
  }

  .contact-section .section-stack__intro .contact-details p {
    line-height: 25px;
  }

  .contact-section .section-stack__intro .contact-email-phone {
    margin-top: 16px;
  }

  .contact-section .section-stack__intro .contact-details .subheading span {
    font-size: 16px;
    line-height: 18px;
  }

  .user-section {
    padding: 20px 38px;
  }

  .user-section .heading-text-content h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .user-section .heading-text-content p {
    font-size: 16px;
  }

  .user-section .image-text-boxes .image-text-box {
    width: 100%;
  }

  .user-section .image-text-boxes .image-text-box h4 {
    font-size: 21px;
  }

  .user-section .image-text-boxes {
    grid-row-gap: 30px;
  }

  /* contact page - Schnell section - responsive end  */
  .twocolumnsec {
    padding: 20px 16px;
  }

  .mache-part {
    flex-wrap: wrap;
    grid-gap: 20px;
  }

  .twocolumnsec .two-cln-img,
  .twocolumnsec .two-cln-heading {
    width: 100%;
  }

  .twocolumnsec .two-cln-heading,
  .twocolumnsec .right-mediapart .two-cln-heading {
    padding: 0px;
  }

  .two-cln-heading h4 {
    font-size: 24px;
    line-height: 1.3;
  }

  .two-cln-heading p,
  .icons-ul li {
    font-size: 14px;
  }

  .textwithcontent h4 {
    font-family: "Asap Condensed", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 4px;
  }

  .textwithcontent p {
    line-height: 26px;
  }

  .textwithcontent {
    padding: 40px 16px 40px;
  }

  .quote-part {
    padding: 20px 16px;
  }

  .quote-part .quotefull {
    flex-direction: column;
    position: relative;
    gap: 20px;
  }

  .quote-part .title-quote {
    width: 100%;
  }

  .quote-part .content-quote {
    width: 100%;
    position: unset;
  }

  .quote-part .quote-img img {
    max-width: 120px;
  }

  .quote-part .content-quote:before {
    width: 70px;
    height: 48px;
    top: -15px;
    left: 98px;
    background-size: contain;
  }

  .quote-part .content-quote h5 {
    font-size: 21px;
    line-height: 26px;
  }

  .quote-part .content-quote h6 {
    font-size: 18px;
    line-height: 32px;
  }

  .quote-part .content-quote p {
    font-size: 16px;
  }

  .textwithcontent h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .headlinetext {
    padding: 0px 16px 40px;
  }

  .headlinetext h1 {
    font-size: 44px;
    line-height: 48px;
  }

  .headlinetext h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .headlinetext h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .headlinetext h4 {
    font-size: 30px;
    line-height: 36px;
  }

  .headlinetext h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .headlinetext h6 {
    font-size: 21px;
    line-height: 26px;
  }

  .imagewithtext {
    padding: 0px 16px 20px;
  }

  .imagewithtext p {
    font-size: 12px;
  }

  .imagewithtext .fullimage .mobileimg {
    padding: 0px !important;
    width: 100%;
  }

  .textwithcontent {
    padding: 20px 16px;
  }

  .textwithcontent ul li {
    line-height: 26px;
  }

  .bereich-section {
    padding: 20px 16px;
  }

  .bereich-section .bereich-top-content p span {
    font-size: 16px;
    line-height: 18px;
  }

  .bereich-section .bereich-top-content p:has(span) {
    padding: 4px 8px;
  }

  .bereich-section .bereich-top-content h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .bereich-section .bereich-top-content .bereich-p p,
  .bereich-section .bereich-top-content p.bereich-bottom-text,
  .bereich-section .bereich-bottom-box a {
    font-size: 16px;
  }

  .bereich-section .bereich-top-content img {
    max-width: 240px;
  }

  .bereich-section .bereich-bottom-boxes {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }

  .bereich-section .bereich-bottom-boxes .bereich-bottom-box {
    padding: 16px;
  }

  .bereich-section .bereich-bottom-box h3 {
    font-size: 21px;
    line-height: 26px;
  }

  .bereich-section .bereich-bottom-box p {
    line-height: 26px;
  }

  .bereich-section .bereich-bottom-box img {
    max-width: 84px;
  }

  .authorinformation-two {
    padding: 20px 16px !important;
  }

  .custom_rich_text_section {
    padding: 20px 16px !important;
  }

  .authorfull {
    flex-wrap: wrap;
    grid-gap: 20px;
  }

  .authorfull .team-part-author,
  .authorfull .min-column {
    width: 100% !important;
  }

  .authorfull .team-part-author {
    padding: 16px;
  }

  .team-part-author .badges-near p {
    font-size: 16px;
  }

  .team-part-author .email-phone h4 {
    font-size: 21px;
  }

  .authorfull .min-column {
    padding: 0px !important;
  }

  .min-column .heading-min h4 {
    font-size: 24px;
    line-height: 1.3;
  }

  .min-column .heading-min p,
  .min-column .heading-min ul li {
    font-size: 14px;
  }

  .shopify-section--product-recommendations {
    padding: 20px 16px 0px;
  }

  .shopify-section--product-recommendations .product-list {
    gap: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .multiColumn_Custom .multi-column__item .prose p {
    font-size: 18px;
    line-height: 26px;
  }

  .multiColumn_Custom .multi-column__item p.h4 {
    font-size: 28px;
    line-height: 32px;
  }

  .multiColumn_Custom .prose p {
    font-size: 18px;
    line-height: 26px;
  }
}

.multiColumn__sections img {
  margin-bottom: 15px;
}

/* Multicolumn Custom Section Css End */
/* Brand Logo List Section Css start from here */

.brandLogo-List .section-stack {
  justify-items: center;
  align-items: flex-start;
  display: flex;
  width: 100%;
  margin: auto;
}

.logo-list__item {
  background: transparent !important;
  padding: 0px;
  display: inline-block;
  max-width: 140px;
  padding: 15px;
  width: 100%;
  height: auto;
}

.logo-list__item .logo-list__image {
  max-height: 60px;
  max-width: -webkit-fill-available;
  width: auto;
}

reveal-items.logo-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  /* padding: 20px 0px; */
  padding-bottom: 40px;
}

@media only screen and (max-width: 450px) {
  .logo-list__item.item_text_list {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: auto;
    text-align: center;
    font-size: 16px;
  }

  .logo-list__item {
    background: transparent !important;
    display: inline-block;
    max-width: 75px;
    padding: 5px;
  }

  reveal-items.logo-list {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 450px) and (max-width: 599px) {
  .logo-list__item.item_text_list {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: auto;
    text-align: center;
    font-size: 16px;
  }

  .logo-list__item {
    background: transparent !important;
    display: inline-block;
    max-width: 100px;
    padding: 10px;
  }

  reveal-items.logo-list {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .logo-list__item {
    background: transparent !important;
    display: inline-block;
    max-width: 120px;
    padding: 10px;
  }
}

.shopify-section--slideshow x-slideshow.slideshow.slideshow--boxed {
  padding-bottom: 80px;
}

/* Testimonial Section start from here */

.customer-testimonials {
  text-align: center;
  padding: 40px;
}

.customer-testimonials h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.testimonial-slider {
  display: flex;
  overflow: hidden;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.testimonial-slide {
  /* width: 25%;  */
  background: #fef4ee;
  border-radius: 10px;
  position: relative;
  /* overflow: hidden;  */
  box-sizing: border-box;
  margin: 35px 35px;
  max-width: 360px;
  max-height: 520px;
  min-width: 360px;
  min-height: 520px !important;
}

.testimonial-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(45deg, #ce3817, #f5a67c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.testimonial-slide img {
  width: 100%;
  border-radius: 10px;
}

.testimonial-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}

.testimonial-nav {
  margin-top: 20px;
}

.testimonial-nav button {
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  padding: 10px;
}

.testimonial-slide:nth-child(odd) {
  transform: rotate(-4.5deg);
}

.testimonial-slide:nth-child(even) {
  transform: rotate(4.5deg);
}

.testimonial-slide:nth-child(odd) .testimonial-overlay {
  transform: rotate(4.5deg);
}

.testimonial-slide:nth-child(even) .testimonial-overlay {
  transform: rotate(-4.5deg);
}

.testimonial-dynamic {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  max-height: 520px;
}

.testimonial-overlay {
  position: absolute;
  width: 99%;
  top: -5px;
  left: 2px;
  right: 0px;
  border-radius: 10px;
  z-index: 99999999;
}

.testimonial-overlay_img {
  display: block;
  width: 100%;
  border-radius: 10px;
  position: relative;
}

.testimonial-content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: #00000060;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: flex-end;
  justify-content: flex-start;
}

.testimonial-content p {
  text-align: left;
  display: block;
  width: 100%;
  margin: 0px !important;
  line-height: 28px;
}

.testimonial_info p {
  text-align: left;
  display: block;
  width: 100%;
  margin: 0px !important;
  line-height: 28px;
}

.testimonial_info {
  display: block;
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
}

.customer-testimonials .main-heading {
  font-size: 45px;
  /* margin-bottom: 25px !important; */
}

.customer-testimonials .slick-list.draggable {
  padding: 0px 40px !important;
}

.section__testimoniall {
  display: flex;
  column-gap: 30px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.customer-testimonials .section-header {
  grid-template-columns: 450px;
}

/* Testimonial section code end. */
/* Product Hero section css start from here */

.photo-box-section {
  position: relative;
  text-align: center;
  padding: 20px 0px;
}

.background-text {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -45%);
  font-size: 100px;
  color: #0000001a;
  font-family: none;
  z-index: 0;
  margin-bottom: 0px !important;
}

.slider-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.slider-count {
  text-align: center;
  margin-bottom: 10px;
}

.slider {
  position: relative;
  overflow: hidden;
}

.slider div {
  display: flex;
  align-items: center;
}

.slider img {
  width: 50%;
}

.slide-content {
  width: 50%;
  padding: 20px;
}

.slide-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.slide-content p {
  margin-bottom: 10px;
}

.slide-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.slide-content ul li {
  margin-bottom: 5px;
}

.slide-content .button {
  display: inline-block;
  background-color: orange;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
}

.slider-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 4px;
  /* Adjust height as needed */
  background-color: #e0e0e0;
  /* Light gray background for the empty part */
  border-radius: 0px;
  /* Rounded corners (optional) */
}

/* Active progress bar part */
.progress-bar .active {
  position: absolute;
  height: 100%;
  top: 0px;
  background-color: #ce3817;
  /* Color for the active part */
  border-radius: 4px;
  width: 25%;
  /* Match the container's border radius (optional) */
}

/* Style for the progress bar container and active part */
.progress-bar-container {
  position: relative;
  margin-top: 0px;
  /* Space between slider and progress bar */
}

.photo-box-section .slide__block.slide-img-left {
  padding-bottom: 0px !important;
}

.photo-box-section .main_slidee.slick-slide {
  margin-bottom: 0px !important;
}

.photo-box-section .slick-track {
  display: flex;
  align-items: flex-end;
}

.product-hero-sliderr {
  max-width: 1332px;
  margin: 0 auto;
}

.product-hero-sliderr .badges {
  background: #fef4ee;
  padding: 6px 16px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  margin: 5px;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.product-hero-sliderr .badges::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(45deg, #ce3817, #f5a67c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.product-hero-sliderr .badges span {
  background: linear-gradient(to right, #ce3817, #f5a67c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: Asap, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.product-hero-sliderr section-header.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-hero-sliderr h2.h2.main-heading {
  margin: 5px 0px !important;
}

.product-hero-sliderr .section-header p {
  margin-top: 15px !important;
}

.slider_section {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0px;
}

.main_slidee {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px;
  align-items: center;
}

.slide__block {
  /* width: 50%; */
  display: block;
  padding: 20px;
  height: 100%;
}

.slide__block.slide-content-right {
  text-align: left;
}

.slide__block.slide-content-right h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  font-family: "Asap Condensed";
  letter-spacing: 1px;
}

.slide__block.slide-content-right p {
  font-size: 16px;
  font-family: "Inter";
  letter-spacing: 0px;
  line-height: 26px;
  margin-top: 10px;
}

.slide__block.slide-content-right li {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  color: #25272c;
  font-size: 16px;
  padding: 5px 0px;
  margin-top: 10px;
}

.slide__block.slide-content-right li img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.slide__block.slide-content-right .button {
  display: inline-block;
  background-color: #fef4ee;
  color: #25272c;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  font-family: "Inter";
  margin-top: 20px;
}

.product-hero-sliderr .slick-arrow.slick-hidden,
.customer-testimonials .slick-arrow.slick-hidden {
  display: inline !important;
  cursor: pointer;
}

span.slider-counter {
  font-weight: 700;
  font-family: "Asap Condensed";
  font-size: 32px;
  line-height: 50px;
  color: #5b616e;
}

.activee {
  color: #ce3817;
}

/* standardContent */
.authorinformation-two {
  padding: 50px 16px;
}

.authorfull {
  display: flex;
  align-items: center;
}

.team-part-author {
  width: 34%;
  position: relative;
  padding: 24px;
  border-radius: 12px;
  background: linear-gradient(90.59deg, #CE3817 0%, #F9A619 100%);
  z-index: 1;
}

.team-part-author::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
  border-radius: 11px;
  z-index: -1;
}

.team-part-author .team-img img {
  max-width: 120px;
  width: 100%;
  margin: auto;
  aspect-ratio: 1/1;
}

.team-part-author .email-phone {
  margin-top: 40px;
}

.team-part-author .email-phone p {
  font-family: 'Inter';
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #5B616E;
}

.team-part-author .badges {
  line-height: 0;
}

.team-part-author .badges-near {
  background: #fef4ee;
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.team-part-author .badges-near::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(45deg, #ce3817, #f5a67c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.team-part-author .badges-near p {
  background: linear-gradient(to right, #ce3817, #f5a67c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: 'Asap';
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}

.team-part-author .email-phone h4 {
  font-family: Asap Condensed, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin: 8px 0;
  color: #000;
}

.team-part-author .phone-phone ul li {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.team-part-author .phone-phone ul li span {
  display: inline-block;
}

.team-part-author .phone-phone ul li:not(:last-child) {
  margin-bottom: 12px;
}

.email-phone .phone-phone {
  margin-top: 16px;
}

.team-part-author .phone-phone ul li a {
  font-family: 'Inter';
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #CE3817;
}

.authorfull .min-column {
  width: 66%;
  padding-left: 40px;
}

.min-column .heading-min h4 {
  font-family: 'Asap Condensed';
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 4px;
}

.min-column .heading-min p,
.min-column .heading-min ul li {
  font-family: 'Inter';
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 12px;
  color: #25272c;
}

.min-column .heading-min ul {
  list-style-type: disc;
  padding-left: 25px;
}

.min-column .heading-min ul li {
  margin: 0px;
}

.photo-box-section .section-header,
.section1 {
  padding: 0px 16px !important;
}

@media only screen and (min-width: 768px) {
  .main_slidee11 {
    display: flex !important;
    align-items: flex-end;
  }
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  column-gap: 30px;
  margin-top: 20px;
}

span.slick-arrow {
  font-size: 16px;
  width: 48px;
  height: 48px;
  padding: 5px 8px;
  padding-bottom: 7px !important;
  border-radius: 100%;
  border: 1px solid #d8dbdf;
}

.photo-box-section .slick-track .main_slidee .slide__block.slide-img-left img {
  height: 300px;
  max-width: unset;
  object-fit: contain;
}

@media only screen and (min-width: 1025px) {
  nav.header__link-list li a.link-faded-reverse.active {
    color: #CE3817;
    position: relative;
  }

  nav.header__link-list li a.link-faded-reverse.active::after {
    content: '';
    display: block;
    background: url(/cdn/shop/files/Vector_1.svg?v=1722516479)no-repeat center;
    width: 100%;
    height: 4px;
    background-size: contain;
  }

  .product-hero-sliderr .big-heading h2 {
    font-family: "Asap Condensed";
    font-weight: 700;
    font-size: 175px;
    line-height: 130px;
    text-align: center;
    color: #f8f5ee;
  }

  .photo-box-section .slick-track .main_slidee .slide__block.slide-img-left img {
    object-fit: contain;
    max-width: unset;
    height: 300px;
  }
}

@media only screen and (max-width: 1025px) {
  .product-hero-sliderr .big-heading h2 {
    font-family: "Asap Condensed";
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #f8f5ee;
    f.photo-box-section .main_slidee.slick-slide
  }
}

@media only screen and (max-width: 750px) {
  .product-hero-sliderr .big-heading {
    display: none;
  }

  .progress-bar-container {
    display: none;
  }

  .slider-controls {
    column-gap: 20px;
    margin-top: 10px;
  }

  .product-hero-sliderr .badges {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 17px;
  }

  .product-hero-sliderr .badges span {
    font-size: 14px;
  }

  .product-hero-sliderr h2.h2.main-heading {
    font-size: 30px;
    margin: 0px !important;
  }

  span.slider-counter {
    font-size: 32px;
    line-height: 40px;
  }

  span.slick-arrow {
    font-size: 16px;
    width: 48px;
    height: 48px;
    padding: 5px 8px;
    padding-bottom: 7px !important;
  }

  .main_slidee {
    display: block !important;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #d8dbdf;
    border-radius: 12px;
  }

  .slide__block {
    width: 100%;
    display: block;
    padding: 0px;
    height: auto;
  }

  .slide__block.slide-content-right h3 {
    font-size: 32px;
    line-height: 30px;
  }

  .slick-slide img {
    display: block;
    width: 100%;
  }

  .slider-container .slick-list.draggable {
    padding: 0px !important;
  }

  .slide__block.slide-content-right {
    text-align: left;
    margin-top: 30px;
  }

  .slide__block.slide-content-right .button {
    width: 100%;
  }

  .section__testimoniall {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .customer-testimonials .main-heading {
    font-size: 32px;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 750px) {
  .testimonial-slide {
    margin: 20px 30px;
    max-width: 320px;
    max-height: 480px;
    min-width: 320px;
    min-height: 480px !important;
  }

  .testimonial-dynamic {
    height: auto;
    max-height: 480px;
  }

  .section__testimoniall .prose {
    text-align: center;
    width: 100%;
  }

  .section__testimoniall span.slick-arrow {
    margin: 0px 4px;
  }

  .customer-testimonials {
    text-align: center;
    padding: 20px 35px;
    overflow: hidden;
  }

  .customer-testimonials .slick-list.draggable {
    padding: 0px !important;
  }

  .photo-box-section .main_slidee.slick-slide {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 767px) {
  .customer-testimonials .slider-controls {
    justify-content: left;
    width: 100%;
    column-gap: 30px;
    margin-top: 0px;
  }
}

span.slick-arrow {
  cursor: pointer;
}

/* Product Hero section css end*/

/* Main Product Page css start from here */
.main-product-pagee .product-gallery__media {
  padding: 10px;
}

.main-product-pagee .product-gallery__media img {
  padding: 12px;
  border-radius: 12px !important;
  background: #fff;
  box-shadow: 0px 0px 10px 0px #00000040;
}

.main-product-pagee h1.product-info__title.h2 {
  color: #25272c;
}

@media only screen and (min-width: 769px) {
  .main-product-pagee .product {
    max-width: 1280px;
    margin: auto;
    padding: 40px;
    border-radius: 24px;
    background: #f8f5ee;
    margin-bottom: 30px;
  }

  .main-product-pagee h1.product-info__title.h2 {
    /* font-size: 45px; */
    /* line-height: 45px; */
  }

  .product_description_custom {
    max-width: 850px;
    margin: auto;
    margin-top: 30px;
  }

  .product__trustwidget {
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .custom_rich_text_section .section-stack__intro {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .width_20 {
    width: 80% !important;
    margin: auto;
  }

  .width_80 {
    width: 100% !important;
    margin: auto;
  }

  .custom_rich_text_section h2.h2 {
    font-size: 32px !important;
  }

  .custom_rich_text_section p {
    margin-top: 10px !important;
  }

  .width_20 img {
    margin: auto;
  }

  .custom_rich_text_section ul {
    max-width: 100% !important;
    flex-wrap: wrap;
  }

  .custom_rich_text_section .section {
    border-radius: 12px !important;
    border: 1px solid #ce3817;
  }

  .main-product-pagee .product {
    max-width: 100%;
    margin: auto;
    padding: 30px 20px;
    border-radius: 12px;
    background: #f8f5ee;
    margin-bottom: 30px;
  }

  .main-product-pagee h1.product-info__title.h2 {
    font-size: 36px;
    line-height: 32px;
  }

  .main-product-pagee {
    padding: 0px 20px;
  }

  .custom_rich_text_section .section {
    border-radius: 12px;
  }

  .custom_rich_text_section .section {
    border-radius: 24px;
    max-width: 1250px;
    margin: auto;
  }
}

.main-product-pagee .product-info {
  padding: 15px 10px;
}

.main-product-pagee .product-info__price {
  font-weight: 800;
  font-family: "Asap";
}

.main-product-pagee .product-info__block-item {
  margin-top: 10px;
}

.main-product-pagee .product-info__price sale-price {
  font-size: 28px;
  color: #25272c;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.main-product-pagee buy-buttons.buy-buttons {
  max-width: 200px;
}

.product__custom_trustWidgets {
  display: block;
  width: 100%;
  r
}

.product__trustwidget {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  column-gap: 20px;
}

.product__trustwidget div {
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: flex-start;
}

.custom_rich_text_section {
  padding: 50px 16px;
}

.custom_rich_text_section .section {
  border-radius: 24px;
}

.custom_rich_text_section .section-stack__intro {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.width_20 {
  width: 20%;
}

.width_80 {
  width: 80%;
}

.custom_rich_text_section .badges {
  background: #fef4ee;
  padding: 6px 16px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  margin: 5px;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.custom_rich_text_section .badges::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(45deg, #ce3817, #f5a67c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.custom_rich_text_section .badges span {
  background: linear-gradient(to right, #ce3817, #f5a67c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: Asap, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.custom_rich_text_section h2.h2 {
  font-size: 45px;
  letter-spacing: 0px;
  margin-top: 0px !important;
  color: #000;
}

.custom_rich_text_section p {
  margin-top: 15px !important;
}

.custom_rich_text_section ul {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px;
}

.custom_rich_text_section li {
  display: flex;
  align-content: center;
  justify-content: flex-start;
}

.custom_rich_text_section li a {
  text-decoration: none !important;
  margin-left: 10px;
  border-bottom: 0px !important;
  background: transparent !important;
  color: #ce3817;
  font-weight: 700;
}

/*Product page start*/
.main-product-pagee .product {
  padding: 14px !important;
  position: relative;
  gap: 80px;
  align-items: center;
}

.main-product-pagee .product::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/cdn/shop/files/back-image.png?v=1722336544) no-repeat;
  top: 0;
  left: 0;
  border-radius: 12px;
}

.main-product-pagee .product-gallery__media img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.main-product-pagee .product-info .product-info__block-item {
  margin: 0px;
}

.main-product-pagee .product-info .product-info__title {
  /* font-size: 54px !important;
  line-height: 1em !important; */
}

.main-product-pagee .product-info__price sale-price {
  font-size: 30px !important;
  color: #25272c;
  line-height: 36px !important;
  letter-spacing: unset;
  margin-top: 4px;
}

.main-product-pagee .product-info__buy-buttons button {
  margin-top: 24px;
  padding: 13px 24px !important;
  font-size: 18px;
  line-height: 21.78px;
}

/* .main-product-pagee .product__custom_trustWidgets {
  margin: 24px 0 70px;
} */

.main-product-pagee .product__custom_trustWidgets .product__trustwidget {
  gap: 24px;
}

.main-product-pagee .product__custom_trustWidgets .product__trustwidget div {
  gap: 12px;
  color: #000000;
}

.main-product-pagee .page-dots {
  background: transparent;
  padding: 0px;
  bottom: 32px;
  backdrop-filter: none;
}

.main-product-pagee .page-dots>*[aria-current="true"] {
  width: 32px;
  color: #ffffff;
}

.main-product-pagee .page-dots>* {
  opacity: 1;
  color: #ffffff80;
  width: 8px;
  height: 8px;
}

.related__products section-header.section-header {
  justify-content: center !important;
  display: flex !important;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.related__products section-header.section-header .prose {
  width: 100%;
  text-align: center;
}

.related__products h2.h2.main-heading {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  margin-top: 0px;
}

.related__products p {
  margin-top: 10px !important;
}

@media only screen and (max-width: 768px) {
  .related__products h2.h2.main-heading {
    font-size: 36px !important;
    line-height: 40px;
    letter-spacing: 0px;
    margin-top: 0px;
  }

  .related__products span.product-card__title {
    font-size: 18px;
  }

  .related__products .price-list sale-price {
    font-size: 18px;
  }

  .multiColumn_Custom {
    margin: auto auto 10px;
    padding-bottom: 0px;
  }

  .custom_rich_text_section .section {
    background: transparent !important;
  }
}

.related__products .price-list sale-price {
  font-weight: bold;
  color: #000;
}

.related__products .product__des {
  margin: 8px 0px;
}

.related__products .product__detaillsss a {
  color: #ce3817 !important;
  font-weight: 600;
  text-decoration: underline;
  font-size: 16px !important;
}

.related__products .product__detaillsss {
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #d8dbdf;
  margin-top: 20px;
}

.related__products product-card.product-card {
  border: 1px solid #d8dbdf;
}

.related__products .infoo_des {
  padding: 15px 25px;
}

.main-product-pagee {
  padding: 0 20px;
}

/* .main-product-pagee .product-info__text {
  margin-top: 12px;
} */

.main-product-pagee .product-info__text ul {
  list-style: none;
  gap: 12px;
}

/* .main-product-pagee .product-info__text ul li:first-child {
  font-weight: 600;
  font-size: 18px;
  color: #25272c;
  line-height: 28px;
  margin-bottom: 4px;
} */

.main-product-pagee .product-info__text ul li {
  position: relative;
  display: flex;
  gap: 12px;
  color: #25272c;
}

.main-product-pagee .product-info__text ul li::before {
  content: "";
  background: url(/cdn/shop/files/right-round.svg?v=1722324966) no-repeat center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .main-product-pagee .product {
    gap: 40px;
  }

  .main-product-pagee .product-info .product-info__title {
    font-size: 42px !important;
  }

  /* .main-product-pagee .product__custom_trustWidgets {
    margin: 24px 0 30px;
  } */

  .authorfull .team-part-author {
    width: 40%;
  }

  .authorfull .min-column {
    width: 60%;
  }
}

@media screen and (max-width: 999px) {
  .main-product-pagee .product::before {
    display: none;
  }

  .main-product-pagee .product {
    padding: 10px 10px 16px !important;
    gap: 16px;
  }
}

@media screen and (max-width: 749px) {
  .main-product-pagee .product-info .product-info__title {
    font-size: 36px !important;
  }

  .main-product-pagee .product-info__price sale-price {
    font-size: 24px !important;
  }

  /* .main-product-pagee .product-info__text ul li:first-child,
  .main-product-pagee .product-info__text ul li {
    font-size: 16px;
    align-items: center;
  } */

  .main-product-pagee buy-buttons.buy-buttons {
    max-width: unset;
  }

  /* .main-product-pagee .product__custom_trustWidgets {
    margin: 24px 0px;
  } */

  .main-product-pagee .product__custom_trustWidgets .product__trustwidget {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-product-pagee .product__custom_trustWidgets .product__trustwidget div {
    font-size: 16px;
    line-height: 20px;
  }

  .product_description_custom {
    font-size: 16px !important;
  }
}

.product_description_custom {
  font-size: 18px;
}

.product_description_custom span {
  color: #000 !important;
}

@media only screen and (min-width: 769px) {
  .section1 {
    position: relative;
    margin-bottom: 40px;
  }

  .custom_rich_text_section .section.section-boxed.bg-custom {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .related__products .section.section-blends.section-full {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.custom_rich_text_section .section.section-boxed.bg-custom {
  box-shadow: 2px 2px 10px #e6e3e3 !important;
}

/*Product page end*/

/* FAQ Section Product Page code start from here */

.faq_custom__section {
  max-width: 780px;
  margin: auto;
  padding: 20px;
}

.faq_custom__section .accordion-item {
  border-bottom: 1px solid #ddd;
}

.faq_custom__section .accordion-item:last-child {
  border-bottom: none;
}

.faq_custom__section .accordion-header {
  padding: 12px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq_custom__section .accordion-header span img {
  width: 11px;
  height: 7px;
  transform: rotate(0deg);
  /* Pointing right */
  transition: transform 0.2s ease;
  margin-left: 8px;
}

.faq_custom__section .accordion-header.active span img {
  transform: rotate(180deg);
}

.faq_custom__section .accordion-content {
  display: none;
  padding: 12px;
  padding-top: 0px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.faq_custom__section .accordion-custom {
  margin: 30px 0px;
}

.faq_custom__section .badges {
  background: #fef4ee;
  padding: 6px 16px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  margin: 5px;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.faq_custom__section .badges::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 2px;
  background: linear-gradient(45deg, #ce3817, #f5a67c);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: subtract;
}

.faq_custom__section .badges span {
  background: linear-gradient(to right, #ce3817, #f5a67c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: Asap, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.faq_custom__section section-header.section-header {
  justify-content: center !important;
  display: flex !important;
  width: 100%;
}

.faq_custom__section section-header.section-header .prose {
  width: 100%;
  text-align: center;
}

.faq_custom__section h2.h2.main-heading {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0px;
  margin-top: 0px;
}

.faq_custom__section p {
  margin-top: 10px !important;
}

.faq_custom__section .accordion {
  margin-top: 30px;
  margin-bottom: 30px;
}

.faq_custom__section .faq-button {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .faq_custom__section h2.h2.main-heading {
    font-size: 36px !important;
    line-height: 40px;
    letter-spacing: 0px;
    margin-top: 0px;
  }

  .testimonial-slide.blank_bg_image .testimonial-overlay_img {
    height: 480px;
  }
}

/* End FAQ section code */

.testimonial-slide.blank_bg_image .testimonial-overlay_img {
  height: 520px;
}

.testimonial-slide.blank_bg_image .testimonial-content {
  background:
    linear-gradient(#fff 0 0) padding-box,
    /*this is your grey background*/
    linear-gradient(45deg, #ce3817, #f5a67c) border-box;
  padding: 25px;
  border: 1px solid transparent;
}

h1.product-info__title.h1 {
  color: #25272c;
}

/* Hero Banner Section */

.custom-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1332px;
  margin: 0 auto;
  padding: 0 16px;
}

.custom-Slide-Show .slide {
  position: relative;
  width: 100%;
  background-size: contain;
  background-position: right;
  display: block;
  align-items: center;
  border-radius: 24px;
  background-repeat: no-repeat;
}

.custom-Slide-Show .custom-slider-content {
  display: flex;
  gap: 50px;
  padding: 90px 25px 0 80px;
}

.custom-Slide-Show .custom-slider-content .content {
  width: 66%;
}

.custom-Slide-Show .custom-slider-content .button {
  margin-top: 15px;
  transform: rotate(-1deg);
}

.custom-Slide-Show .custom-slider-content .product-image {
  width: 34%;
  position: relative;
}

.custom-Slide-Show .custom-slider-content .content h1 {
  font-family: "Asap Condensed", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
  color: #25272C;
  max-width: 600px;
}

.custom-Slide-Show .custom-slider-content .content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #5B616E;
  margin-top: 20px;
}

.custom-Slide-Show .custom-slider-content .content h1 span {
  background: #CE3817;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  transform: rotate(-1deg);
  z-index: 1;
}

/* .custom-Slide-Show .custom-slider-content .content h1 span::before {
  content: '';
  display: inline-block;
  background: #CE3817;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(-1deg);
} */

.custom-Slide-Show .custom-slider-content .product-image img {
  width: 100%;
  position: absolute;
  top: 0;
}

.polaroid-images {
  margin-top: 60px;
}

.polaroid-images-block {
  display: flex;
  justify-content: space-around;
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img {
  width: fit-content;
  background: #ffffff;
  padding: 12px 12px 12px 12px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #D8DBDF;
  border-bottom: 0;
  margin-bottom: -40px;
  box-shadow: -4px -4px 48px 0px rgba(0, 0, 0, 0.12), 0px -4px 24px 0px rgba(0, 0, 0, 0.12);
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img img {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 1) {
  transform: rotate(5deg) translateY(0px);
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 2) {
  transform: rotate(-7.78deg) translateY(0px);
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 3) {
  transform: rotate(12deg) translateY(0px);
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 4) {
  transform: rotate(-8deg) translateY(0px);
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img {
  transition: all 0.3s;
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 1):hover {
  transform: rotate(5deg) translateY(-15px);
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 2):hover {
  transform: rotate(-7.78deg) translateY(-15px);
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 3):hover {
  transform: rotate(12deg) translateY(-15px);
}

.custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 4):hover {
  transform: rotate(-8deg) translateY(-15px);
}

@media screen and (max-width: 1200px) {
  .custom-Slide-Show .polaroid-images-block .polaroid-images-img img {
    width: 200px !important;
    height: 200px;
  }
}

@media screen and (max-width: 1180px) {
  .custom-Slide-Show .custom-slider-content {
    padding: 60px 25px 0 60px !important;
  }
}

@media screen and (max-width: 1024px) {
  .custom-Slide-Show .custom-slider-content .content h1 {
    font-size: 68px;
  }

  .custom-Slide-Show .polaroid-images-block .polaroid-images-img img {
    width: 180px !important;
    height: 180px !important;
  }

  .custom-Slide-Show .custom-slider-content {
    padding: 40px 25px 0 40px !important;
  }

  .custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 4) {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .custom-Slide-Show .custom-slider-content {
    gap: 30px;
  }

  .custom-Slide-Show .custom-slider-content .content h1 {
    font-size: 56px;
  }

  .custom-Slide-Show .custom-slider-content .content p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }

  .polaroid-images {
    margin-top: 40px;
  }
}

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

@media screen and (max-width: 767px) {
  .desktop_vieww {
    display: none;
  }

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

  .custom-Slide-Show .slide {
    background-image: none !important;
    overflow: hidden;
  }

  .custom-Slide-Show .custom-slider-content {
    gap: 20px;
    flex-direction: column;
  }

  .custom-Slide-Show .custom-slider-content .content {
    width: 100%;
  }

  .custom-Slide-Show .custom-slider-content .product-image {
    width: 100%;
  }

  .custom-Slide-Show .custom-slider-content .product-image img {
    max-width: 230px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }

  .custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 1) {
    transform: rotate(-5deg);
    opacity: 50%;
  }

  .custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 2) {
    transform: rotate(7.78deg);
    opacity: 50%;
  }
}

@media screen and (max-width: 559px) {
  .custom-Slide-Show .custom-slider-content {
    padding: 16px 16px 0 16px !important;
  }

  .custom-Slide-Show .custom-slider-content .content h1 {
    font-size: 36px;
    line-height: 40px;
    max-width: 300px;
  }

  .custom-Slide-Show .custom-slider-content .product-image img {
    max-width: 180px;
  }

  .polaroid-images {
    margin-top: 50%;
  }

  .custom-Slide-Show .polaroid-images-block .polaroid-images-img img {
    width: 160px !important;
    height: 160px !important;
  }

  .custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 1) {
    margin-left: -50px;
  }

  .custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 2) {
    margin-right: -10px;
    margin-top: auto;
  }

  .custom-Slide-Show .polaroid-images-block .polaroid-images-img:nth-child(4n + 2) img {
    width: 130px !important;
    height: 140px !important;
  }
}


.main-cropped-images .product-gallery__media img {
  background: transparent !important;
  padding: 0px !important;
  border-radius: 0px !important;
  background: #fff;
  box-shadow: none !important;
}

.main-cropped-images .product-gallery__media {
  padding-bottom: 0px !important;
}

.main-cropped-images .product {
  padding-bottom: 0px !important;
}


@media only screen and (max-width: 998px) {
  .product-gallery {
    position: relative;
  }

  .product-gallery::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/cdn/shop/files/back-image.webp?v=1723014818) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
    border-radius: 12px 0px 0px 0px;
    bottom: 0;
    /* border-radius: 12px; */
    margin: -10px 0px 0 -10px;
  }

  .main-cropped-images .product-gallery__media {
    padding-bottom: 10px !important;
  }

}

/* Booking Drawer */

.booking-drawer {
  --drawer-footer-padding: 1rem 1.5rem 1.5rem 1.5rem;
  --drawer-content-max-height: none;
  height: 100%;
  top: 0;
}

.booking-drawer::part(outside-close-button) {
  display: none;
}

.booking-drawer>[is="close-button"] {
  display: grid;
}

.booking-drawer__top {
  gap: var(--spacing-2);
  padding-block-end: var(--spacing-6);
  display: grid;
}

@media screen and (min-width: 700px) {
  .booking-drawer {
    --drawer-footer-padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  }

  .booking-drawer__top {
    gap: var(--spacing-4);
    padding-block-end: var(--spacing-8);
  }
}

.booking-drawer .booking-drawer__b2b {
  background: #fce4df;
  border: 1px solid #ce3818;
  border-radius: 8px;
  padding: 10px;
}

/* Datepicker */
.booking-drawer h3 {
  margin-bottom: 5px
}

.booking-drawer a {
  color: #ce3917;
  text-decoration: underline;
}

.booking-drawer__instructions {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.booking-drawer__instructions .instruction-step {
  display: flex;
  gap: 10px;
}

.booking-drawer__instructions .instruction-step .number {
  align-items: center;
  background: #fef4ee;
  color: #ce3917;
  display: flex;
  flex-shrink: 0;
  font-family: 'Asap';
  font-size: 25px;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.booking-drawer__instructions .instruction-step .number.even {
  transform: rotate(-2deg);
}

.booking-drawer__instructions .instruction-step .number.odd {
  transform: rotate(2deg);
}

.booking-drawer .flatpickr-calendar {
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  border: 1px solid rgb(206 56 23);
  padding: 10px;
}


.booking-drawer .flatpickr-days,
.booking-drawer .dayContainer {
  width: 100%;
  max-width: 100%;
}

.booking-drawer .flatpickr-rContainer,
.booking-drawer .flatpickr-months {
  padding: 10px;
}

.booking-drawer .flatpickr-day {
  aspect-ratio: 1;
  align-items: center;
  display: flex;
  height: auto;
  max-width: 15%;

}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: rgb(206 56 23);
  border-color: rgb(206 56 23);
}

.booking-drawer #availability-message {
  margin-top: 15px;
}

.booking-drawer__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.booking-drawer .checkout-button button {
  width: 100%;
}

/* AB-Tests */

product-card button.primary,
product-card a.primary {
  background: #ce3817;
  color: #ffffff;
}

product-card button.secondary,
product-card a.secondary {
  background: transparent;
  color: #ce3817;
  text-decoration: underline;
}

.ab-test-a {
  display: none;
}

/* Badges */

.product-gallery__media-list-wrapper .product-info__badge-list {
  position: absolute;
}

/* Price List */

.price-list sale-price {
  color: #25272c !important;
  font-family: 'Asap' !important;
}

.price-list compare-at-price {
  font-family: 'Asap' !important;
}

/* -------------------------------- GAT Junglas */
.alt-wedding h1,
.alt-wedding h2,
.alt-wedding h3 {
    font-family:"Asap Condensed", sans-serif !important;
    color:#D09255!important;
     font-weight:700;

}

.alt-wedding p,
.alt-wedding li {
 font-family: "Inter", sans-serif;
    color:#7C4B1A!important;
}

.cta-btn {
  display: inline-block;
  padding: 15px 100px;
 /* border-radius: 20px;*/
  font-weight: 600;
  text-decoration: none;
  font-size:1.2em;
  margin:50px auto;
}

.cta-btn--primary {
  background-color: #31C7E8;
  border-radius:50px;
  color: #fff;
}

.cta-btn--secondary {
  background-color: #fff;
  border-radius:30px;
  color: #000;
  border: 2px solid #000;
}

.diagonal-section__headline {
 h1, h2, h3: color:#D09255;
 /* font-family: "Playfair Display", serif;*/
   
}