@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Figtree", sans-serif;
}

:root {
  --primary-color: rgba(12, 47, 21, 1);
}

body {
  overflow-x: hidden;
}

::selection {
  background-color: var(--primary-color);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Serif", serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1350px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 9;
}
.primary-btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.6px;
  background-color: #fff;
  backdrop-filter: blur(9.399999618530273px);
  border-radius: 13px;
  padding: 22px 40px;
  display: inline-block;
  transition: all 0.4s;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 30px;
}

nav {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(9.399999618530273px);
  border-radius: 13px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 50px;
}

.navbar {
  list-style: none;
  display: flex;
  gap: 35px;
}
.navbar li {
  padding: 35px 0;
}
.navbar li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.right-icons {
  display: flex;
  gap: 40px;
  justify-self: end;
  align-items: center;
}
.bag-icon {
  position: relative;
}
.cart-count {
  background-color: var(--primary-color);
  height: 17px;
  width: 17px;
  display: block;
  position: absolute;
  top: -2px;
  right: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  border-radius: 100px;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.bag-icon::before {
  position: absolute;
  content: "";
  right: -20px;
  width: 1px;
  height: 90%;
  background-color: #878787;
  transform: scaleX(0.5);
}
.logo a {
  display: flex;
}

.hero-section {
  background-image: url(../images/hero.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 100dvh;
  position: relative;
  padding-top: 200px;
  padding-bottom: 450px;
}

.hero-section-div h1 {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.hero-section-div h1 span {
  font-family: "Instrument Serif", serif;
  font-style: Italic;
}

.hero-section-div p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  max-width: 650px;
  margin: auto;
}

.hero-section a {
  position: absolute;
  left: 50%;
  bottom: 200px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.hero-section .container {
  position: unset;
}

footer {
  padding: 75px 0 20px 0;
}

.footer-logo {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.footer-logo p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: var(--primary-color);
  margin: 30px 0;
}

.footer-grid {
  max-width: 1085px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.footer-grid div:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.footer-grid div {
  padding: 90px 0;
}
.footer-grid h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.6px;
  font-family: "Figtree", sans-serif;
}
.footer-grid a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: var(--primary-color);
}
.footer-copyright {
  border-top: 1px solid rgba(12, 47, 21, 0.23);
  padding: 25px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  margin-top: 45px;
}
.footer-copyright ul {
  list-style: none;
  display: flex;
  gap: 24px;
}
.footer-copyright a {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
}
.footer-copyright p {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
}
.terms {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  padding-right: 45px;
}
.scrollToTop {
  position: absolute;
  right: 15px;
  bottom: 28px;
  cursor: pointer;
}
.newsletter {
  margin-top: -190px;
}
.newsletter-div {
  padding: 85px 0 120px 0;
  background-color: #f6e1d4;
  max-width: 1085px;
  margin: auto;
}
.newsletter-div h3 {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 83px;
  line-height: 82px;
  margin-bottom: 45px;
  text-align: center;
}
.newsletter-div-inner {
  max-width: 750px;
  margin: auto;
}
.newsletter-div-inner .form {
  position: relative;
  border: 1px solid var(--primary-color);
  padding: 10px 12px;
  border-radius: 29px;
  display: flex;
}
.newsletter-div-inner input {
  padding: 20px;
  background-color: transparent;
  border: 0;
  color: var(--primary-color);
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.newsletter-div-inner input::placeholder {
  color: var(--primary-color);
}
.newsletter-div-inner button {
  background-color: var(--primary-color);
  border: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  border-radius: 19px;
  min-width: 120px;
}
input:focus {
  outline: none;
}
.big-img {
  max-height: 650px;
  overflow: hidden;
}
.big-img img {
  width: 100%;
}

.blog {
  padding: 150px 0;
  background-color: var(--primary-color);
}
.blog-div h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  letter-spacing: 0.6px;
  color: #fff;
  font-family: "Figtree", sans-serif;
}

.blog-div p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 65px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-box {
  background-color: #fff;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
}

.blog-img {
  height: 320px;
  overflow: hidden;
  display: flex;
}

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

.blog-details {
  padding: 35px 40px 45px 40px;
}

.blog-details h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-details p {
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  color: rgba(0, 0, 0, 0.3);
}
.testimonials-div {
  text-align: center;
  padding: 120px 0 170px 0;
}
.border-ts {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 1100px;
  margin: auto;
}
.testimonials-div h3 {
  font-weight: 400;
  font-size: 83px;
  line-height: 88px;
  text-align: center;
  color: var(--primary-color);
  max-width: 900px;
  margin: 30px auto 30px auto;
}
.testimonials-div h4 {
  margin-top: 25px;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
.testimonials-div p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--primary-color);
  opacity: 0.5;
}

.collection {
  background-color: #f6e1d4;
  padding: 120px 0 90px 0;
  position: relative;
}

.collection-div .primary-btn {
  background-color: var(--primary-color);
  color: #fff;
  margin-top: 10px;
}
.collection-div p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.collection-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 140px;
}
.collection-div h3 {
  font-weight: 400;
  font-size: 83px;
  line-height: 82px;
  color: var(--primary-color);
}
.collection-div h3 span {
  font-style: italic;
  font-family: "Instrument Serif", serif;
  display: block;
}
.collection-grid-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.collection-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
}
.collection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-product-home {
  padding: 95px 0 150px 0;
  overflow: hidden;
}

.about-product-home-div h2 {
  font-weight: 400;
  font-size: 83px;
  line-height: 75px;
  margin-bottom: 25px;
  color: var(--primary-color);
}
.about-product-home-div h2 span {
  display: block;
  font-size: 60px;
  letter-spacing: 4.8px;
}
.about-product-home-div p {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary-color);
  display: flex;
  align-items: flex-end;
}

.about-product-home-description span {
  font-weight: 400;
  font-size: 80px;
  line-height: 63px;
  color: var(--primary-color);
  font-family: "Instrument Serif", serif;
  padding-left: 20px;
  font-style: italic;
}
.about-product-home-img {
  width: fit-content;
  display: block;
  margin: auto;
}
.about-product-home-img img {
  max-width: 100%;
}
.about-product-home-box {
  position: relative;
  padding: 50px 0;
}
.about-product-home-inner-box {
  backdrop-filter: blur(15.5px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 17px;
  width: 320px;
  padding: 50px 30px 40px 30px;
  position: absolute;
  box-shadow: inset 0 0 0 0.4px #989898;
  overflow: hidden;
}
.about-product-home-inner-box h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  font-family: "Figtree", sans-serif;
  margin: 10px 0;
}
.about-product-home-inner-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.home-shape {
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-product-home-inner-box-1 {
  left: 20px;
  top: 240px;
}
.about-product-home-inner-box-2 {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.about-product-home-inner-box-3 {
  bottom: 0;
  left: 70px;
}
.products-home-div {
  text-align: center;
  margin-bottom: 90px;
}
.products-home-div p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 5.6px;
  color: var(--primary-color);
}
.products-home-div h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  letter-spacing: -0.6px;
  color: var(--primary-color);
  font-style: italic;
}
.products-home-div h3 span {
  font-style: normal;
}
.products-home {
  padding: 120px 0;
  background: linear-gradient(180deg, #eeeeee 0%, #ffffff 100%);
  border-radius: 224px 224px 0 0;
}
.products-home-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.product-home-img {
  position: relative;
}
.product-home-img img {
  width: 100%;
}
.product-home-img div {
  position: absolute;
  left: 33px;
  top: 33px;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(9.399999618530273px);
  border-radius: 13px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3.2px;
  padding: 17px 23px;
}
.product-home-details {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 0;
}
.product-home-details p {
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
}
.product-home-details p span {
  color: rgba(0, 0, 0, 0.51);
  display: block;
}
.product-home-details a {
  backdrop-filter: blur(9.399999618530273px);
  background: rgba(234, 234, 234, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 3.2px;
  border-radius: 13px;
  padding: 17px 25px;
}
.complete-kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.complete-kit-div h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.complete-kit-div {
  padding-top: 50px;
  border-top: 1px solid rgba(189, 189, 189, 1);
  margin-top: 90px;
}
.complete-kit-img {
  border-radius: 13px;
  overflow: hidden;
  display: flex;
}
.complete-kit-img img {
  width: 100%;
}
.complete-kit-box p {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  margin-top: 15px;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    position: fixed;
    top: 91px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 27px 30.1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 31px;
    transition: all 0.4s;
    max-width: 1000px;
  }
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-box img {
  width: 100%;
  max-height: 230px;
}

.dropdown-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 15px;
  padding: 30px;
}
.menu-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.dropdown-info {
  padding-right: 20px;
}
.dropdown-info p {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}
.dropdown-info h3 {
  font-weight: 400;
  font-style: Italic;
  font-size: 40px;
  line-height: 100%;
  margin-bottom: 15px;
}
.dropdown-box {
  background-color: #d9d9d9;
  border-radius: 19px;
  padding: 30px 18px;
}
.dropdown-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.dropdown-box p span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  display: block;
}
/* end off dropdown */

.contact-page {
  padding: 230px 0 20px 0;
  background-color: #eaeaea;
}
.page-template-contact footer {
  background-color: #eaeaea;
}

.contact-page-div h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 83px;
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.contact-page-div p {
  max-width: 880px;
  margin: auto;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: var(--primary-color);
}
.contact-page-form input {
  margin-top: 15px;
  width: 100%;
  background-color: #fff;
  border: 0;
  height: 70px;
  border-radius: 13px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.6px;
}
.contact-page-form {
  max-width: 680px;
  margin: 50px auto 0 auto;
}
.contact-page-form textarea {
  margin-top: 15px;
  width: 100%;
  background-color: #fff;
  border: 0;
  min-height: 200px;
  border-radius: 13px;
  padding: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.6px;
  resize: none;
}
textarea:focus {
  outline: none;
}
.send-btn {
  background-color: rgba(33, 93, 48, 1);
  color: #fff;
  border-radius: 13px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.6px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 25px;
  margin-top: 15px;
}

.about-page {
  padding: 230px 0 20px 0;
}
.about-page h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.about-page h2 {
  color: var(--primary-color);
  max-width: 1050px;
  margin: auto;
  font-weight: 400;
  font-size: 80px;
  line-height: 83px;
  text-align: center;
}
.pattern {
  margin: 50px 0 80px 0;
}
.pattern img {
  width: 100%;
}
.creator-box {
  max-width: 950px;
  margin: auto;
  background: linear-gradient(90.14deg, #eeeeee 23.65%, #ffffff 108.69%);
  border-radius: 184px;
}
.ceo-img {
  width: 100%;
  mix-blend-mode: luminosity;
}
.top-description {
  max-width: 700px;
  margin: auto;
  padding: 50px 0;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
}
.top-description span {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
}

.bottom-description {
  max-width: 650px;
  margin: -50px auto 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  padding-bottom: 30px;
}
.bottom-description span {
  font-family: "Instrument Serif", serif;
  font-style: Italic;
  font-size: 30px;
  line-height: 39px;
}
.signature {
  display: block;
  margin: auto;
  padding-bottom: 20px;
}
.principles .about-product-home-inner-box {
  position: relative;
  width: 100%;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 990px;
  margin: auto;
}
.page-template-about .newsletter {
  margin-top: -50px;
}

.principles h2 {
  font-weight: 400;
  font-size: 83px;
  line-height: 82px;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
.principles-div {
  background-image: url(../images/principles.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 15px 120px 15px;
}
.page-template-about .testimonials-div {
  padding: 120px 0;
}
.ritual {
  background-image: url(../images/ritual.png);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 215px 0;
  margin-top: 100px;
}
.ritual-div {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.ritual-grid {
  display: flex;
  justify-content: flex-end;
}
.ritual-div h2 {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 83px;
  line-height: 82px;
  color: #fff;
}
.ritual-div p {
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  color: #fff;
}

.page-template-collection {
  background-color: rgba(143, 148, 122, 1);
}
.collection-container {
  max-width: 2000px;
  margin: auto;
}
.collection-container img {
  width: 100%;
}
.collection-page h2 {
  font-weight: 400;
  font-size: clamp(60px, 16vw, 300px);
  line-height: 85%;
  color: var(--primary-color);
  text-align: center;
}
.collection-page h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 3.2px;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.collection-page p {
  max-width: 800px;
  margin: auto;
  color: var(--primary-color);
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
}
.page-template-collection .newsletter-div {
  padding: 85px 0 20px 0;
  background-color: transparent;
}
.page-template-collection .newsletter {
  margin-top: 0;
}
.second-collection-container img {
  mix-blend-mode: multiply;
}
.collection-border {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 50px 0;
}
.collection-page .container {
  margin-top: -90px;
}
.collection-container.second-collection-container {
  margin-top: -280px;
  position: relative;
}

.collection-bottom-div {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
.collection-bottom-div h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 3.2px;
  text-align: center;
  text-transform: uppercase;
  color: var(--primary-color);
}
.collection-bottom-div h5 {
  font-weight: 400;
  font-size: 100px;
  line-height: 83px;
  text-align: center;
  color: var(--primary-color);
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  margin: -180px auto 0 auto;
  gap: 15px;
}
.collection-box h6 {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
}
.collection-box h6 span {
  display: block;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.collection-grid .collection-box:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.collection-box img {
  width: 100%;
}
.hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .container {
    max-width: 767px;
  }
  .hamburger {
    width: 28px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 9;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .hamburger span {
    height: 2px;
    background: #0c2f15;
    width: 100%;
    border-radius: 2px;
    transition: 0.3s;
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  header {
    top: 15px;
  }
  .navbar {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(9.399999618530273px);
    padding: 35px 20px;
    flex-direction: column;
    gap: 20px;
    height: calc(100dvh - 110px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s;
    border-radius: 13px;
    overflow: scroll;
    box-shadow: 0px 27px 30.1px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.4s;
  }
  .dropdown-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
  nav {
    border-radius: 13px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 15px;
  }
  .logo img {
    max-height: 35px;
  }
  .user-icon {
    position: relative;
  }
  .user-icon::before {
    position: absolute;
    content: "";
    right: -20px;
    width: 1px;
    height: 90%;
    background-color: #878787;
    transform: scaleX(0.5);
  }
  .right-icons img {
    height: 22px !important;
  }
  .right-icons {
    gap: 38px;
  }
  .products-home-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .footer-copyright {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 0;
  }
  .footer-copyright ul {
    justify-content: center;
  }
  .footer-copyright p {
    text-align: center;
  }
  .terms {
    justify-content: center;
    padding-right: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid div:first-child {
    border-right: 0;
  }
  .footer-grid div:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .footer-grid div {
    padding: 50px 0;
  }
  .footer-grid a {
    font-size: 18px;
    line-height: 26px;
  }
  .newsletter-div {
    padding: 65px 15px 80px 15px;
    background-color: #f6e1d4;
  }
  .newsletter-div h3 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .newsletter-div-inner input {
    padding: 14px;
    font-size: 18px;
  }
  .newsletter-div-inner button {
    min-width: 100px;
  }
  .newsletter-div-inner .form {
    border-radius: 25px;
  }
  .newsletter {
    margin-top: -50px;
  }
  .big-img {
    height: 350px;
  }
  .big-img img {
    height: 100%;
    object-fit: cover;
  }
  .testimonials-div {
    padding: 100px 0;
  }
  .testimonials-div h3 {
    font-size: 38px;
    line-height: 41px;
  }
  .blog {
    padding: 90px 0;
  }
  .blog-div h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
  }
  .blog-div p {
    margin-bottom: 40px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .blog-details {
    padding: 20px 15px 25px 20px;
  }
  .blog-details h3 {
    font-size: 25px;
    line-height: 34px;
  }
  .collection-grid-home {
    grid-template-columns: 1fr;
  }
  .collection-img {
    position: relative;
    width: 100%;
    margin-top: 90px;
    display: flex;
  }
  .collection {
    padding: 90px 0 0 0;
  }
  .collection-div h3 {
    font-size: 50px;
    line-height: 52px;
  }
  .collection-div {
    gap: 30px;
  }
  .products-home {
    padding: 100px 0;
  }
  .complete-kit-grid {
    display: flex;
    overflow-x: scroll;
    gap: 15px;
  }
  .complete-kit-box {
    min-width: 300px;
  }
  .complete-kit-box p {
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
  }
  .product-home-details {
    margin-top: 15px;
    align-items: flex-start;
    flex-direction: column;
  }
  .product-home-details p {
    font-size: 22px;
    line-height: 1.3;
  }
  .products-home-div h3 {
    font-size: 40px;
    line-height: 50px;
  }
  .products-home-div p {
    font-size: 18px;
  }
  .products-home-div {
    margin-bottom: 45px;
  }
  .products-home {
    border-radius: 80px 80px 0 0;
  }
  .about-product-home {
    padding: 90px 0;
  }
  .about-product-home-div h2 {
    font-size: 65px;
    line-height: 60px;
  }
  .about-product-home-div h2 span {
    font-size: 50px;
  }
  .about-product-home-div p {
    display: block;
  }
  .about-product-home-div br {
    display: none;
  }
  .about-product-home-description span {
    font-size: 60px;
    padding-left: 0;
    margin-top: 10px;
    display: block;
  }
  .about-product-home-inner-box {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: unset;
  }
  .about-home-boxes {
    display: flex;
    overflow-x: scroll;
    gap: 15px;
    position: absolute;
    bottom: 0;
    width: calc(100% + 15px);
  }
  .about-product-home-inner-box {
    min-width: 300px;
    padding: 20px;
  }
  .hero-section-div h1 {
    font-size: 60px;
  }
  .hero-section {
    padding-bottom: 200px;
    padding-top: 160px;
  }
  .hero-section a {
    bottom: 60px;
  }
  .services-dropdown {
    display: none;
  }
  .navbar li {
    padding: 5px 0;
    width: 100%;
  }
  .navbar li a {
    font-size: 30px;
    color: var(--primary-color);
  }
  .menu-products-grid {
    display: flex;
    overflow-x: scroll;
  }
  .menu-products-grid .dropdown-box {
    min-width: 280px;
    padding: 20px 15px;
  }
  .dropdown-box p {
    font-size: 19px;
  }
  .dropdown-box p span {
    font-size: 15px;
  }
  .dropdown-box img {
    max-height: 230px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .product-home-img div {
    left: 15px;
    top: 15px;
    font-size: 14px;
    padding: 15px 20px;
  }
  .collection-container img {
    padding-top: 95px;
  }
  .collection-page .container {
    margin-top: 0;
  }
  .collection-page h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .collection-page p {
    font-size: 20px;
    line-height: 30px;
  }
  .collection-container.second-collection-container {
    margin-top: -80px;
  }
  .collection-bottom-div {
    position: relative;
  }
  .collection-bottom-div h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .collection-bottom-div h5 {
    font-size: 60px;
    line-height: 100%;
  }
  .collection-grid {
    grid-template-columns: 1fr;
    margin: -80px auto 0 auto;
  }
  .collection-grid .collection-box:first-child {
    border-right: 0;
  }
  .collection-box h6 {
    font-size: 25px;
  }
  .collection-box h6 span {
    font-size: 22px;
  }
  .about-page {
    padding: 180px 0 20px 0;
  }
  .about-page h3 {
    font-size: 20px;
  }
  .about-page h2 {
    font-size: 45px;
    line-height: 100%;
  }
  .creator-box {
    border-radius: 69px;
  }
  .top-description {
    font-size: 20px;
    line-height: 26px;
  }
  .top-description span {
    font-size: 25px;
    line-height: 31px;
  }
  .bottom-description {
    margin: -25px auto 0 auto;
    font-size: 20px;
    line-height: 29px;
  }
  .bottom-description span {
    font-size: 25px;
    line-height: 31px;
  }
  .ritual {
    padding: 100px 0;
  }
  .ritual-div h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .ritual-div {
    gap: 20px;
  }
  .ritual-div p {
    font-size: 20px;
  }
  .principles-grid {
    display: flex;
    overflow-x: scroll;
  }
  .principles .container {
    padding: 0;
  }
  .principles-div {
    padding: 80px 0 120px 15px;
  }
  .principles h2 {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 50px;
  }
  .contact-page {
    padding: 180px 0 20px 0;
  }
  .contact-page-div h2 {
    font-size: 50px;
    line-height: 53px;
    margin-bottom: 15px;
  }
  .contact-page-div p {
    font-size: 22px;
    line-height: 120%;
  }
  .contact-page-form input {
    font-size: 16px;
    height: 60px;
  }
  .send-btn {
    font-size: 16px;
    padding: 22px;
  }
}

.footer-logo-1 {
  display: none;
  margin: auto;
}
.green-logo {
  display: block;
  margin: auto;
}
.page-template-home .footer-logo-1 {
  display: block;
}
.page-template-home .green-logo {
  display: none;
}
.page-template-about .footer-logo-1 {
  display: block;
}
.page-template-about .green-logo {
  display: none;
}
.single-product .footer-logo-1 {
  display: block;
}
.single-product .green-logo {
  display: none;
}
/* 
==========================================
single product
========================================== 
 */
.about-product {
  margin-bottom: 30px;
}
.about-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about-product-image {
  display: flex;
  align-items: center;
}
.about-product-image img {
  width: 100%;
}
.about-product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 65px;
}
.about-product-content h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: var(--primary-color);
}
.about-product-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: var(--primary-color);
}
.about-product-content-benefits .about-product-home-inner-box {
  position: relative;
  padding: 0;
  border: 0;
  box-shadow: unset;
  backdrop-filter: unset;
  width: 400px;
  display: flex;
  gap: 50px;
  align-items: center;
}
.about-product-content-benefits {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.about-product-content-benefits h4 {
  font-weight: 400;
  font-size: 60px;
  line-height: 75px;
  letter-spacing: 0.6px;
  color: var(--primary-color);
}
.whats-inside-image img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.whats-inside-image h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3.2px;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.whats-inside {
  margin-top: 90px;
}
.single-product .testimonials-div {
  padding: 70px 0;
}
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1150px;
  margin: auto;
}
.ingredients-div h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3.2px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.ingredients-div ul {
  padding-left: 20px;
}
.ingredients-div ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
}
.ingredients-div p {
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
}
.ingredients-div {
  padding-top: 40px;
  padding-bottom: 80px;
}
.ingredients-div-left {
  padding-right: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.ingredients-div-right {
  padding-left: 60px;
}
/* 
==========================================
woocommerce
========================================== */

.wp-block-woocommerce-cart.alignwide {
  max-width: 1350px;
  margin: auto;
  padding-top: 180px;
  padding-right: 15px;
  padding-left: 15px;
}
.wc-block-cart__submit-container {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 13px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 13px;
  border: 0;
}
#wc-block-components-totals-coupon__input-coupon {
  border-radius: 13px;
}
.wc-block-components-quantity-selector {
  height: 35px;
  border-radius: 13px !important;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  max-width: 1350px;
  margin: auto;
  padding-top: 180px;
  padding-right: 15px;
  padding-left: 15px;
}

.wc-block-checkout__sidebar {
  top: 130px !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  border-radius: 13px;
  border: 0;
  background-color: var(--primary-color);
  color: #fff;
}

button:focus {
  box-shadow: none !important;
}
a:focus {
  box-shadow: none !important;
}

.page-id-22 .woocommerce-order {
  max-width: 1350px;
  margin: auto;
  padding-top: 180px;
  padding-right: 15px;
  padding-left: 15px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex;
  justify-content: space-between;
}

.page-id-22 .woocommerce-order p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--primary-color);
}
.woocommerce ul.order_details li {
  width: 100%;
  text-align: center;
}
.woocommerce ul.order_details li strong {
  color: var(--primary-color);
}
.woocommerce-order-details__title {
  color: var(--primary-color);
  margin-bottom: 10px;
}
.woocommerce-column__title {
  color: var(--primary-color);
  margin-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address {
  backdrop-filter: blur(15.5px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 13px !important;
  padding: 20px !important;
  box-shadow: inset 0 0 0 0.4px #989898;
  border: 0 !important;
  font-size: 18px;
}
.woocommerce .woocommerce-customer-details address p {
  font-size: 18px;
  color: #000;
  text-align: left;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.page-id-21 {
  background-color: #f2f2f2;
}
.page-id-22 {
  background-color: #f2f2f2;
}
