html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

img {
  border: 0;
  object-fit: cover;
}

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

button, [type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --body: #333;
  --title: black;

  --bg: #f4ece3;
  --primary: #f4765b;
  --secondary: #111235;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body);
  background-color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
  line-height: 140%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;

}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(186, 138, 91, .2);
  padding-top: 15px;
  padding-bottom: 15px;
}

.brand {
  padding-left: 0;
  max-width: 120px;
}

.navbar-right {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}



.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;

  &.w--current {
    color: var(--primary);
  }
}

.search-input:focus-visible {
  border-color: #ba8a5b;
}


.main-title {
  margin-bottom: 0;
}


.footer {
  background-color: var(--bg);

  & .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(155, 128, 100, .2);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 130%;
}

.footer-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ft-title {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.ft-menu {
  grid-column-gap: 50px;
  align-items: flex-start;
  display: flex;
}

.ft-link {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.ft-link:hover, .ft-link.w--current {
  color: var(--primary);
}

.ft-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 150%;
}

.ft-info {
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.ft-data {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  display: flex;
}

.ft-mail {
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.ft-mail:hover {
  color: var(--primary);
}

.ft-center {
  text-align: center;
  border-left: 1px solid rgba(155, 128, 100, .2);
  border-right: 1px solid rgba(155, 128, 100, .2);
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding: 60px 90px 70px;
  display: flex;
}

.ft-left {
  width: 100%;
  max-width: 50%;
  padding-top: 60px;
  padding-right: 62px;
}

.ft-right {
  width: 100%;
  max-width: 30%;
  padding-top: 60px;
  padding-left: 80px;
}

.instagram {
  overflow: hidden;
}

.insta-wrap {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.insta-img {
  background-color: var(--bg);
  min-width: 240px;
  max-width: 240px;
}

.insta-image {
  object-fit: cover;
  width: 100%;
  min-height: 240px;
  max-height: 240px;
}

.ft-left-wrap {
  width: 100%;
  max-width: 101%;
  display: flex;
}

.button-wrap {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.primary-button {
  background-color: var(--secondary);
  color: #fff;
  text-transform: uppercase;
  border-width: 0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--primary);
}

.btn-text-wrap {
  position: relative;
  overflow: hidden;
}

.btn-text.hover {
  position: absolute;
}

.secondary-button {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  color: inherit; 
  position: relative;
  padding-right: 20px; 
}
.secondary-button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  mask-image: url('../images/arr.webp');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: currentColor;
  transition: background-color 0.3s;
  flex-shrink: 0;
}

.secondary-button:hover {
  color: var(--primary);
}


.btn-icon {
  border: 1px solid var(--body);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  display: flex;
}

.single-text {
  margin-bottom: 0;
}

.contact {
  margin-bottom: var(--desktop);
}

.contact-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.contact-left {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: start;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.contact-right {
  width: 100%;
  max-width: 55%;
}

.contact-text {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 150%;
}

.input {
  color: var(--body);
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 5px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 20px;
}

.form-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  color: var(--body);
  border: 0 solid #000;
  border-radius: 5px;
  min-height: 150px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.form-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-title {
  margin-bottom: 25px;
}

.section-image {
  width: 100%;
  max-height: 500px;
}

.que {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.ans-text {
  margin-bottom: 0;
}

.reviews {
  
  h2 {
    margin-bottom: 40px;
  }
}

.review-item {
  display: flex;
}

.review-list {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-block {
  grid-row-gap: 25px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding: 80px 50px 40px;
  display: flex;
  position: relative;
}

.review-text {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.review-name {
  color: #000;
  font-size: 16px;
  line-height: 170%;
}

.review-data {
  font-size: 12px;
  line-height: 120%;
}

.review-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 50px;
  right: auto;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 80px;
  max-height: 80px;
}


.post-item {
  display: flex;
}

.post-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-block {
  border-radius: 5px;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.post-img {
  background-color: var(--bg);
  width: 100%;
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;

}

.post-data {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

.post-description {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.post-bottom {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 130%;
}

.about {
  overflow: hidden;
}


.journey-wrap {
  grid-column-gap: 16px;
  display: flex;
}

.journey-img {
  background-color: var(--bg);
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  max-height: 330px;
}

.journey-right {
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  padding: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.journey-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.journey-title {
  margin-bottom: 6px;
}

.section-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.section-img {
  background-color: var(--bg);
  border-radius: 5px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.section-data {
  width: 100%;
  max-width: 50%;
}

.purpose-title {
  margin-bottom: 25px;
  line-height: 150%;
}


.cta-wrap {
  background-color: var(--primary);
  border-radius: 5px;
  justify-content: start;
  align-items: stretch;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 150px;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.cta-data {
  width: 100%;
  max-width: 52%;
}

.cta-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.cta-btn {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.cta-btn:hover {
  background-color: var(--secondary);
  color: #fff;
}

.provide {
  margin-bottom: var(--desktop);
}

.provide-wrap {
  border-radius: 5px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.provide-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
}

.provide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.provide-data {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 50%;
  padding: 20px 60px;
  display: flex;
}

.provide-open {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.provide-box {
  margin-top: 10px;
}

.provide-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.provide-info {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.provide-info.top {
  padding-top: 0;
}

.provide-title {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
}

.section-heading {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.section-sub-title {
  margin-bottom: 30px;
  font-weight: 500;
}

.section-button {
  display: flex;
}

.section-button.mobile {
  display: none;
}


.products-item {
  display: flex;
  transition: transform 0.3s ease;
}

.products-item:hover {
  transform: translateY(-10px);
}


.products-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.products-block {
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.product-img {
  background-color: var(--bg);
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.product-image {
  object-fit: cover;
  width: 100%;

  max-height: 360px;
}

.product-name {
  margin-bottom: 2px;
}

.product-price {
  grid-column-gap: 10px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.compare-price {
  color: #999;
  text-decoration: line-through;
}


.safety-wrap {
  grid-column-gap: 100px;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.safety-title {
  margin-bottom: 0;
}

.safety-left {
  grid-row-gap: 35px;
  flex-flow: column;
  width: 100%;

  display: flex;
}

.safety-right {
  grid-column-gap: 68px;
  justify-content: space-between;
  width: 100%;

  display: flex;
}

.safety-block {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.safety-icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.safety-sub-title {
  margin-bottom: 4px;
}


.sub-heading {
  margin-bottom: 25px;
}

.logo-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.trusted-logo {
  min-width: 160px;
  max-width: 160px;
  min-height: 46px;
  max-height: 46px;
}


.banner-wrap {
  grid-column-gap: 20px;
  display: flex;
  max-height: 600px;

}

.free-shipping {
  color: #fff;
  background-color: #f45b5b;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  max-width: 430px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-right {
  grid-column-gap: 20px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.banner-left {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 58%;
  display: flex;
}

.on-sale {
  color: #fff;
  background-color: #9e5bf4;
  border-radius: 5px;
  width: 100%;
  max-width: 42%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.banner-top {
  background-color: #f4ae5b;
  border-radius: 5px;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.banner-bottom {
  background-color: #5bc6f4;
  border-radius: 5px;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.banner-top-img {
  object-fit: cover;
  width: 100%;
  height: 100%;

}

.banner-bottom-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.on-sale-img {
  object-fit: cover;
  width: 100%;
  height: 100%;

}

.shipping-img {
  object-fit: cover;
  width: 100%;
  height: 100%;

}


.fp-list {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fp-image {
  object-fit: cover;
  width: 100%;
  max-height: 420px;
}

.fp-block {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fp-name {
  margin-bottom: 2px;
}

.about-left {
  background-color: var(--bg);
  border-radius: 10px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.about-title {
  margin-bottom: 15px;
}

.about-data {
  margin-top: 25px;
  display: flex;
}

.about-list {
  grid-column-gap: 62px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.about-item {
  background-image: url("../images/check.webp");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 0;
  padding-left: 28px;
}

.category-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-info {
  grid-column-gap: 5px;
  background-color: #fff;
  background-image: url("../images/category-1.webp");
  background-position: -20px 100%;
  background-repeat: no-repeat;
  background-size: 120px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 20px 28px 106px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.category-info.dog {
  background-image: url("../images/category-2.webp");
}

.category-info.litter {
  background-image: url("../images/category-3.webp");
}

.category-info.crates {
  background-image: url("../images/category-4.webp");
  background-size: 130px;
}

.category-heading {
  margin-bottom: 2px;
}

.category-icon {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: flex;
}

.hero-wrap {
  grid-column-gap: 26px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-left {
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.hero-right {
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.hero-title {
  font-size: 72px;
  font-weight: 600;
  line-height: 110%;
}

.hero-top {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-top.mobile {
  display: none;
}

.hero-img {
  background-color: var(--bg);
  border-radius: 5px;
  width: 100%;
  max-width: 65%;
  position: relative;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 530px;
  max-height: 530px;
}

.hero-thumb {
  background-color: var(--bg);
  border-radius: 5px;
  width: 100%;
  max-width: 35%;
  position: relative;
  overflow: hidden;
}

.hero-thumb-img {
  object-fit: cover;
  width: 100%;
  min-height: 295px;
  max-height: 295px;
}

.hero-btn {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.on-scroll {
  background-color: #fdf7f1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.on-scroll.green {
  background-color: #cbda74;
}

.on-scroll.yellow {
  background-color: #fad777;
}

@media screen and (max-width: 991px) {

  .banner-wrap {
    max-height: fit-content;
    display: grid;
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .nav-menu {
    background-color: #fdf7f1;
    border-bottom: 1px solid rgba(186, 138, 91, .1);
    padding: 20px;
  }

  .menu-button {
    padding: 5px;
    overflow: hidden;
  }

  .navbar-right {
    grid-column-gap: 18px;
  }

  .nav-menu-wrap {
    position: static;
    transform: none;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
  }

  .top-line {
    background-color: #000;
    border-radius: 9px;
    width: 15px;
    height: 2px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .center-line {
    background-color: #000;
    border-radius: 9px;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bottom-line {
    background-color: #000;
    border-radius: 9px;
    width: 25px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }


  .footer-wrap {
    flex-flow: wrap;
  }

  .ft-menu {
    grid-column-gap: 50px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ft-info {
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .ft-center {
    border-left-width: 0;
    max-width: 45%;
    padding: 50px 20px;
  }

  .ft-left {
    max-width: 55%;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .ft-right {
    border-top: 1px solid rgba(155, 128, 100, .2);
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .ft-newsletter {
    width: 100%;
    max-width: 38%;
  }

  .ft-left-wrap {
    flex-flow: row-reverse wrap;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .contact-left {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .contact-right {
    max-width: 100%;
  }


  .review-list {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .review-block {
    margin-top: 30px;
    padding: 60px 25px 25px;
  }

  .review-text {
    font-size: 16px;
    line-height: 150%;
  }

  .review-img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    top: -30px;
    left: 25px;
  }

  .review-image {
    min-height: 60px;
    max-height: 60px;
  }



  .post-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .post-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }


  .post-data {
    grid-row-gap: 30px;
    padding: 25px;
  }

  .post-title {
    font-size: 16px;
  }

  .post-description {
    font-size: 12px;
  }

  .category {
    margin-bottom: var(--tablet);
  }



  .journey-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .journey-img, .journey-right {
    max-width: 100%;
  }



  .section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .section-img, .section-data {
    max-width: 100%;
  }

  .purpose-title {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .cta {
    margin-bottom: var(--tablet);
  }

  .cta-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 50px;
  }

  .cta-data {
    max-width: 62%;
  }

  .cta-title {
    font-size: 32px;
  }

  .provide {
    margin-bottom: var(--tablet);
  }

  .provide-wrap {
    flex-flow: column;
  }

  .provide-img {
    max-width: 100%;
  }

  .provide-data {
    max-width: 100%;
    padding: 40px;
  }


  .products-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .products-block {
    grid-row-gap: 12px;
  }

  .product-image {
    min-height: 280px;
    max-height: 280px;
  }

  .safety {
    margin-bottom: var(--tablet);
  }

  .safety-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .safety-title {
    font-size: 32px;
  }

  .safety-left {
    grid-row-gap: 10px;
    max-width: 100%;
  }

  .safety-right {
    grid-column-gap: 40px;
    max-width: 100%;
  }

  .safety-block {
    grid-row-gap: 20px;
    font-size: 14px;
  }

  .safety-sub-title {
    font-size: 16px;
  }


  .logo-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner {
    margin-bottom: var(--tablet);
  }

  .banner-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .free-shipping {
    max-width: 100%;
  }

  .banner-right {
    grid-column-gap: 18px;
    max-width: 100%;
  }

  .banner-left {
    grid-row-gap: 18px;
  }

  .shipping-img {
    width: 100%;
    height: 100%;
  }


  .fp-list {
    grid-column-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fp-block {
    grid-row-gap: 12px;
  }

  .about-left {
    max-width: 100%;
  }

  .about-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .about-data {
    margin-top: 20px;
  }

  .category-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .category-info {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .hero-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hero-left {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .hero-right {
    max-width: 100%;
    display: none;
  }

  .hero-title {
    font-size: 64px;
  }

  .hero-top {
    grid-column-gap: 20px;
  }

  .hero-top.mobile {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section-heading {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .category-wrap {
    grid-template-columns: 1fr;
  }

  .free-shipping {
    max-height: 400px;
  }

  .banner-top, .banner-bottom {
    max-height: 400px;
  }

  .on-sale {
    max-height: 400px;
  }
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-right {
    grid-column-gap: 16px;
  }


  .footer-bottom {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .ft-menu {
    justify-content: space-between;
  }

  .ft-info {
    width: 100%;
  }

  .ft-center {
    grid-column-gap: 60px;
    text-align: left;
    border-bottom: 1px solid rgba(155, 128, 100, .2);
    border-right-width: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 40px 0;
  }

  .ft-left {
    max-width: 100%;
    padding: 30px 0;
  }

  .ft-right {
    grid-column-gap: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    align-items: start;
  }

  .instagram {
    overflow: hidden;
  }

  .insta-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .insta-img {
    min-width: 180px;
    max-width: 180px;
  }

  .insta-image {
    min-height: 180px;
    max-height: 180px;
  }

  .ft-newsletter {
    max-width: 50%;
  }

  .ft-left-wrap {
    flex-flow: column-reverse;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

  .contact-left {
    grid-row-gap: 30px;
  }

  .form-bottom {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }



  .review-list {
    grid-template-columns: 1fr;
  }



  .post-list {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .post-block {
    display: flex;
  }

  .post-img {
    max-width: 40%;
  }

  .post-image {
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .post-data {
    grid-row-gap: 40px;
    width: 100%;
    max-width: 60%;
    padding: 20px;
  }

  .category {
    margin-bottom: var(--landscape-mobile);
  }

  .about {
    margin-bottom: var(--landscape-mobile);
  }

  .journey-right {
    padding: 20px;
  }


  .section-wrap {
    grid-row-gap: 30px;
  }

  .purpose-title {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .cta {
    margin-bottom: var(--landscape-mobile);
  }

  .cta-wrap {
    padding: 50px 40px;
  }

  .cta-data {
    max-width: 100%;
  }

  .cta-title {
    font-size: 28px;
  }

  .provide {
    margin-bottom: var(--landscape-mobile);
  }

  .provide-data {
    padding: 25px;
  }

  .provide-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .provide-title {
    font-size: 16px;
    line-height: 170%;
  }

  .products {
    margin-bottom: var(--landscape-mobile);
  }

  .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .product-image {
    min-height: 300px;
    max-height: 300px;
  }

  .safety {
    margin-bottom: var(--landscape-mobile);
  }

  .safety-wrap {
    grid-row-gap: 25px;
  }

  .safety-title {
    font-size: 28px;
  }

  .safety-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sub-heading {
    margin-bottom: 20px;
  }

  .logo-wrap {
    grid-column-gap: 40px;
  }

  .trusted-logo {
    min-width: 140px;
    max-width: 140px;
    min-height: 40px;
    max-height: 40px;
  }

  .banner {
    margin-bottom: var(--landscape-mobile);
  }

  .banner-wrap {
    grid-row-gap: 16px;
  }


  .banner-right {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .banner-left {
    grid-row-gap: 16px;
    flex-flow: column;
    max-width: 100%;
  }

  .on-sale {
    max-width: 100%;
  }

  .banner-top, .banner-bottom {
    width: 100%;
    height: auto;
  }

  .banner-top-img, .banner-bottom-img {
    right: 60px;
  }



  .shipping-img {
  width: 100%;
  height: 100%;

  }

  .fp-list {
    grid-column-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }



  .fp-name {
    font-size: 16px;
  }

  .about-title {
    font-size: 28px;
  }

  .category-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .category-info {
    background-size: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 110px;
    font-size: 12px;
  }

  .category-info.dog {
    background-position: -10px 100%;
    background-size: 114px;
  }

  .category-info.litter {
    background-position: -14px 100%;
    background-size: 110px;
  }

  .category-info.crates {
    background-position: -10px 100%;
    background-size: 120px;
  }

  .category-heading {
    font-size: 16px;
  }

  .category-icon {
    min-width: 28px;
    max-width: 28px;
    min-height: 28px;
    max-height: 28px;
    display: none;
  }

  .hero-title {
    font-size: 48px;
    line-height: 120%;
  }

  .hero-top.mobile {
    grid-column-gap: 14px;
  }

  .hero-image {
    min-height: 400px;
    max-height: 400px;
  }

  .hero-thumb-img {
    min-height: 220px;
    max-height: 220px;
  }

  .hero-btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  .navbar-right {
    grid-column-gap: 14px;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile);
  }

  .ft-menu {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ft-info {
    max-width: 100%;
  }

  .ft-center {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    text-align: center;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ft-right {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
  }

  .insta-img {
    min-width: 150px;
    max-width: 150px;
  }

  .insta-image {
    min-height: 150px;
    max-height: 150px;
  }

  .ft-newsletter {
    max-width: 100%;
  }

  .button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .primary-button {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-left {
    grid-row-gap: 20px;
  }

  .form-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .que {
    grid-column-gap: 15px;
  }


  .review-list {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }

  .review-block {
    margin-top: 25px;
    padding: 50px 18px 18px;
  }

  .review-img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    top: -25px;
    left: 18px;
  }

  .review-image {
    min-height: 50px;
    max-height: 50px;
  }


  .post-list {
    grid-row-gap: 40px;
  }

  .post-block {
    display: block;
  }

  .post-img {
    max-width: 100%;
  }


  .post-data {
    max-width: 100%;
    padding: 18px;
  }

  .category {
    margin-bottom: var(--portrait-mobile);
  }


  .journey-right {
    padding: 16px;
  }



  .purpose-title {
    font-size: 20px;
  }

  .cta {
    & .container {
      padding: 0;
    }
  }

  .brand {
    max-width: 100px;
  }

  .cta-wrap {
    padding: 40px 20px;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-btn {
    padding: 10px 24px;
  }

  .provide {
    margin-bottom: var(--portrait-mobile);
  }

  .section-button.desktop {
    display: none;
  }

  .section-button.mobile {
    margin-top: 30px;
    display: flex;
  }

  .products {
    margin-bottom: var(--portrait-mobile);
  }

  .products-list {
    grid-column-gap: 15px;
  }

  .product-image {
    min-height: 190px;
    max-height: 230px;
  }

  .product-name {
    font-size: 14px;
  }

  .product-price {
    grid-column-gap: 8px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    font-size: 12px;
    line-height: 150%;
  }

  .safety {
    margin-bottom: var(--portrait-mobile);
  }

  .safety-title {
    font-size: 24px;
  }

  .safety-right {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .safety-block {
    grid-row-gap: 10px;
  }

  .safety-icon {
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
  }

  .trusted {
    margin-bottom: var(--portrait-mobile);
  }

  .logo-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .banner {
    margin-bottom: var(--portrait-mobile);
  }





  

  .fp-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }



  .fp-name {
    font-size: 14px;
  }

  .about-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .category-wrap {
    grid-template-columns: 1fr;
  }

  .category-info {
    padding-left: 120px;
  }

  .category-icon {
    display: flex;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-image {
    min-height: 260px;
    max-height: 330px;
  }

  .hero-thumb-img {
    min-height: 140px;
    max-height: 160px;
  }

  .hero-btn {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 991px) {
  .provide-image {
    max-height: 500px;
  }
  .navbar-right {
    display: block;
  }
  .menu-button {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    z-index: 10;
  }
  
  .menu-button .bar {
    width: 30px;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: 1px;
  }
  

  .menu-button.open .top-line {
    transform: rotate(45deg);
  }
  
  .menu-button.open .center-line {
    opacity: 0;
    transform: translateX(20px);
  }
  
  .menu-button.open .bottom-line {
    transform: rotate(-45deg) ;
  }
  

  .nav-menu {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
  }
 
  .nav-menu.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  
}


.header {
  & .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.home-popular {
  background-color: #faeada;
}

.home-category {
  background-color: #fcf7f2;
}

.home-consulting {
  background-color: #faeada;
}

.home-new-products {
  background-color: #fcf7f2;
}

.our-journey {
  background-color: #faeada;  
}

.insta-wrap {
  display: flex;
  white-space: nowrap;

  will-change: transform;
}

.blogs {
  background-color: #faeada;  
}

.provide-open {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.provide-info.open .provide-open {
  opacity: 1;
}
.provide-icon {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s ease;
  user-select: none;
  margin-left: 10px;
}

.provide-info.open .provide-icon {
  transform: rotate(45deg);
}

.about-hero {
 & .container  {
  padding-top: 40px;
 }
}

.delivery-support {
  background-color: #fcf7f2;
}

.contact {
  background-color: #fcf7f2;
}

.checkbox-wrap {
  margin-top: 10px;

  input {
    margin-right: 10px;
  }
  
}

.legal {
  & .section-data {
    max-width: 100%;
  }

  & .container {
    max-width: 1000px;
  }

  h2 {
    font-weight: 500;
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  & .primary-button {
    max-width: fit-content;
    margin: 0 auto;
  }

  h1 {
      margin-bottom: 30px;
      line-height: 150%;
      font-size: 50px;
      color: #333;
      font-weight: 600;
  }

  h2 {
      margin-bottom: 40px;
      line-height: 150%;
      font-size: 25px;
      color: #333;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #333;
  }

  div {
      margin-bottom: 50px;
  }

 
a {
color: #fff;
text-decoration: none;
}

  @media screen and (max-width: 479px) {
   
    .navbar {
      & .primary-button {
        min-width: 127px;
        max-width: fit-content;
      }

      & .button-con {
        margin-left: 0;
      }
    }
    .products-grid {
      grid-template-columns: 1fr;
    }

      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }

      
  }
  
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-banner,
.shop-banner,
.delivery-free {
  & .cta-wrap {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/photo-10.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 991px) {
.legal {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }
}
}

section {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .legal {
    h1 {
      font-size: 30px;
    }
  
    h2 {
      font-size: 20px;
    }
  }
}