html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

@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;
}


body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

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: 100%;
}

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 {
  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;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  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: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;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;

  position: relative;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-6 {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {

  .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-col {
    width: 100%;
  }
}

.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-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  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: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;

  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

:root {
  --white: #ebeef0;
  --red-hat-display: "Inter", sans-serif;
  --black: #101011;
  --body: 18px;
  --body-mobile: 16px;
  --unbounded: Inter, sans-serif;
  --h1: 60px;
  --h1-mobile: 48px;
  --h2: 48px;
  --h2-mobile: 32px;
  --h3: 32px;
  --h4: 28px;
  --h5: 22px;
  --h6: 18px;
  --purple: #6f44ee;
  --light-grey: #dee3e6;
  --dark-grey: #1f1f1f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}


body {
  background-color: var(--white);
  font-family: var(--red-hat-display);
  color: var(--black);
  font-size: var(--body);
  font-weight: 500;
  line-height: 150%;
}

h1 {
  font-family: var(--unbounded);
  font-size: var(--h1);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  font-family: var(--unbounded);
  font-size: var(--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 150%;
}

h3 {
  font-family: var(--unbounded);
  font-size: var(--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 150%;
}

.spacer-30px-height {
  width: 20px;
  height: 30px;
}

.content-container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;

  p {
    margin-bottom: 20px;
  }
}

.content-container.text-is-white {
  color: var(--white);
}

.spacer-10px-height {
  width: 20px;
  height: 10px;
}

.spacer-40px-height {
  width: 20px;
  height: 40px;
}

.large-text {
  font-size: 32px;
  line-height: 150%;
}

.spacer-20px-height {
  width: 20px;
  height: 20px;
}

.page-hero-section {
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

.page-hero-section.home-page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.page-hero-section.contact-page {
  padding-top: 140px;

}
.contact-page {
  a {
    text-decoration: none;
    color: var(--black);

    &:hover {
      text-decoration: underline;
    }
  }
  
 
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.is-dark {
  background-color: var(--black);
}

.section.is-dark-grey {
  background-color: var(--dark-grey);
  color: var(--white);
}

.home-hero-content-container {
  color: var(--white);
  border-radius: 20px;
  max-width: 1500px;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 24px 24px 54px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.home-hero-content-wrapper {
  z-index: 12;
  max-width: 800px;
  position: relative;
}

.primary-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 80px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  padding-right: 50px;

  &::before {
    content: "";
    position: absolute;

    z-index: 0;
    mask-image: url("../images/arr.png");
    mask-size: cover;

width: 25px;
height: 25px;
right: 15px;
top: 50%;
transform: translateY(-50%);
transition: 0.3s;
background-color: #000;
  }

  &:hover {
    background-color: #454852;
    color: #fff;
    transition: 0.3s;
  }

  &:hover::before {
    background-color: #fff;
    transition: 0.3s;
  }
}

.primary-button-arrow-wrapper {
  flex-flow: row;
  width: 15px;
  height: 15px;
  position: relative;
}

.primary-button-default-arrow {
  position: absolute;
  inset: 0%;
}

.primary-button-hover-arrow {
  display: none;
  position: absolute;
  inset: 0%;
}

.primary-button-circle {
  z-index: 0;
  background-color: var(--black);
  border-radius: 100%;
  width: 120%;
  height: 300%;
  position: absolute;
  inset: 0% 0% 0% -11%;
  transform: translate(0, 40%);
}

.primary-button-text-wrapper {
  z-index: 1;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.main-hero-image {
  z-index: 11;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/photo-1.webp");

  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.secondary-button-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  transition: 0.3s;
  padding-right: 50px;
  position: relative;

  &::before {
    content: "";
    position: absolute;

    z-index: 0;
    mask-image: url("../images/arr.png");
    mask-size: cover;

width: 20px;
height: 20px;
right: 15px;
top: 50%;
transform: translateY(-50%);
transition: 0.3s;
background-color: #000;
  }

  &:hover {
    color: #4e4e4e;
    transition: 0.3s;
    transform: scale(1.2);
  }

 
}

.secondary-button-arrow-wrapper {
  width: 15px;
  height: 15px;
  position: relative;
  overflow: hidden;
}

.secondary-button-default-arrow, .secondary-button-hover-arrow {
  position: absolute;
  inset: 0%;
}

.products-card-wrapper {
  color: var(--black);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 380px;
padding: 20px;

  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.products-card-image {
  z-index: 1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.products-card-tags-wrapper {
  z-index: 4;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-tag {
  background-color: var(--white);
  color: var(--black);
  border-radius: 80px;
  margin-bottom: 10px;
  padding: 8px 16px;
}

.products-card-link {
  z-index: 5;
  position: absolute;
  inset: 0%;
 
}

.w-dyn-item  {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  text-decoration: none;

  &:hover {
    transform: translateY(-10px);
  }
}

.products-card-secondary-image {
  z-index: 2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.gray-overlay {
  z-index: 3;
  background-image: linear-gradient(180deg, transparent, #0505054d 67%, var(--black));
  position: absolute;
  inset: 0%;
}

.story-card-wrapper {
  color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 520px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.story-card-image {
  z-index: 1;

  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.story-card-secondary-image {
  z-index: 2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.story-card-text-wrapper {
  z-index: 4;
  position: relative;
}

.nav-link {
  font-weight: 500;
  transition: color .2s;
}

.nav-link:where(.w-variant-6094af8b-0c8a-3112-d911-57f430ceb689) {
  color: var(--white);
}

.nav-link:hover {
  color: #101011b3;
}

.nav-link:hover:where(.w-variant-6094af8b-0c8a-3112-d911-57f430ceb689) {
  color: var(--purple);
}

.nav-link.w--current:where(.w-variant-6094af8b-0c8a-3112-d911-57f430ceb689) {
  color: var(--white);
}

.nav-menu-line {
  background-color: #fff;
  width: 40px;
  height: 3px;
  margin-bottom:10px;
}

.nav-button-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.navbar {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  inset: 0% 0% auto;
  border-bottom: 1px solid #9f9f9f;
  position: relative;
}

.navbar:where(.w-variant-6094af8b-0c8a-3112-d911-57f430ceb689) {
  background-color: var(--black);
  color: var(--white);
}

.nav-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  display: flex;
  position: relative;
}

.nav-logo-white-theme {
  margin-right: auto;
  max-width: 120px;
}

.nav-logo-white-theme:where(.w-variant-6094af8b-0c8a-3112-d911-57f430ceb689) {
  display: none;
}

.nav-menu {
  display: flex;
}

.cta-section {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-section.is-dark-grey {
  background-color: var(--dark-grey);
}

.cta-section-image {
 
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.cta-section-image.work-with-us {

  background-position: 50% 0;
}

.cta-section-text {
  color: var(--white);
  max-width: 640px;
  padding: 60px;
}

.cta-section-heading {
  font-family: var(--unbounded);
  font-size: var(--h1);
  font-weight: 600;
  line-height: 120%;
}

.category-card-wrapper {
  color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 520px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;

  img {
    margin-bottom: 20px;
  }
}

.text-field {
  background-color: var(--light-grey);
  color: var(--black);
  border: 0 solid #000;
  border-radius: 80px;
  height: 48px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.newsletter-form-wrapper {
  background-color: var(--white);
  filter: drop-shadow(-1px -4px 6px #00000030);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 60px 40px 40px;
}

.submit-button {
  background-color: var(--black);
  border-radius: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color .2s;
  display: block;
}

.submit-button:hover {
  background-color: #101011bf;
}

.newsletter-form {
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;

  & .w-inline-block {
    max-width: 150px;
  }
}

.footer-grid {
  color: var(--white);
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr;
}

.footer-link-wrapper {
  z-index: 0;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: var(--light-grey);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-links-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.unbounded-text {
  font-family: var(--unbounded);
  font-weight: 400;
}

.powerd-by {
  z-index: 1;
  color: #f5f4ed;
  font-size: 16px;
  position: relative;
}

.contact-grid {
  grid-template-rows: auto;
  column-gap: 50px;
}

.textarea {
  background-color: var(--light-grey);
  color: var(--black);
  font-size: var(--body);
  border: 0 solid #000;
  border-radius: 20px;
  min-height: 140px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-us-heading {
  font-family: var(--unbounded);
  font-size: var(--h2);
  font-weight: 300;
  line-height: 120%;
}

.white-theme-cart:where(.w-variant-6094af8b-0c8a-3112-d911-57f430ceb689) {
  display: none;
}

.dark-theme-cart:where(.w-variant-6094af8b-0c8a-3112-d911-57f430ceb689) {
  display: block;
}

.featured-product-wrapper {
  grid-column-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto;
  overflow: hidden;
}

.featured-product-grid-left {
  background-color: var(--black);
  color: var(--white);
  padding: 100px 60px;
}

.featured-product-name {
  font-family: var(--unbounded);
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
}

.featured-product-grid-right {
  position: relative;
  overflow: hidden;
}

.featured-product-primary-image {

  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.featured-product-secondary-image {
  z-index: 2;
  background-image: url("../images/photo-7.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sponsored-image {
 max-height: 1000px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sponsored-section-text {
  margin-bottom: 60px;
  padding-top: 60px;
}

.sponsored-sectio-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.cta-section-grid {
  background-color: var(--black);
  border-radius: 20px;
  grid-template-rows: auto;
}

.hero-gray-overlay {
  z-index: 11;
  background-image: linear-gradient(0deg, transparent, #0505054d 55%, var(--black));
  position: absolute;
  inset: 0%;
}

.nav-logo-dark-theme:where(.w-variant-6094af8b-0c8a-3112-d911-57f430ceb689) {
  display: block;
}

@media screen and (max-width: 991px) {
  .spacer-30px-height, .spacer-10px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .spacer-10px-height:hover {
    background-color: #fff0;
  }

  .spacer-40px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .spacer-20px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .page-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-hero-section.home-page {
    min-height: 0;
  }

  .section {
    padding: 60px 0 40px;
  }



  .section-heading-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }



  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0 0;
    display: block;
  }

  .nav-menu-line {
    background-color: var(--black);
  }

  .nav-link-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
  }

  .navbar {
    padding-bottom: 0;
  }

  .nav-container {
    z-index: 9999999;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .cta-section {
    padding: 60px 0;
  }

  .cta-section-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 470px;
  }

  .category-card-wrapper {
    height: 360px;
  }

  .footer {
    padding: 60px 0 40px;
  }

  .contact-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .featured-product-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }



  .sponsored-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    height: 480px;
  }

  .sponsored-sectio-grid, .cta-section-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: var(--body-mobile);
  }

  h1 {
    font-size: var(--h1-mobile);
  }

  p {
    font-size: var(--body-mobile);
  }

  .spacer-30px-height, .spacer-10px-height, .spacer-40px-height {
    background-color: #fff0;
  }

  .large-text {
    font-size: 24px;
  }

  .spacer-20px-height {
    background-color: #fff0;
  }

  .page-hero-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .home-hero-content-container {
    padding-left: 24px;
  }

  .section-heading-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  
  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }



  .nav-container {
    padding-left: 10px;
    padding-right: 40px;
  }

  .nav-menu {
    padding-top: 60px;
    display: none;
  }

  .cta-section {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-section-image {
    height: 360px;
  }

  .cta-section-text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .category-card-wrapper {
    margin-bottom: 24px;
  }

  .text-field {
    font-size: var(--body-mobile);
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .footer-link-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

  .powerd-by {
    color: #fff;
  }

  .contact-us-heading {
    font-size: var(--h3);
  }

  .featured-product-name {
    font-size: 48px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: var(--h2-mobile);
  }

  p {
    font-size: var(--body-mobile);
  }

  .content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .large-text {
    font-size: 18px;
  }

  .page-hero-section {
    padding: 100px 10px 20px;
  }

  .section {
    padding: 60px 10px 40px;
  }

  .home-hero-content-container {

    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-wrapper {
    z-index: 1;
  }

  .nav-container {
    padding-right: 10px;
  }

  .nav-logo-white-theme {
    width: 200px;
    padding-left: 0;
  }

  .nav-menu {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-section {
    padding: 60px 10px;
  }

  .cta-section-heading {
    font-size: var(--h1-mobile);
  }

  .newsletter-form-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 60px 10px 40px;
  }

  .featured-product-grid-left {
    padding: 40px;
  }



  .sponsored-image {
    height: 260px;
  }

  .sponsored-sectio-grid {
    grid-row-gap: 0px;
  }
}

#w-node-_640304a4-f40c-050f-e229-8326b4aa004d-b4aa004a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_640304a4-f40c-050f-e229-8326b4aa0050-b4aa004a, #w-node-_640304a4-f40c-050f-e229-8326b4aa0058-b4aa004a, #w-node-_640304a4-f40c-050f-e229-8326b4aa0068-b4aa004a {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_640304a4-f40c-050f-e229-8326b4aa004d-b4aa004a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

.nav-menu {
  display: flex;
  gap: 1.5rem;
}
.menu-button {
  display: none;
}

@media (max-width: 991px) {
  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    max-width: 80vw;
    height: 100vh;
    background: white;
    flex-direction: column;
    padding: 2rem 1rem;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    z-index: 1000;
  }
  .nav-menu.open {
    transform: translateX(0);
  }

  .menu-button {
    display: block;
    cursor: pointer;
    z-index: 1100;
  }
}



.category-card-wrapper {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: start;
  transition: transform 0.3s ease;
  color: #333;

  
}

.category-card-wrapper h3 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  line-height: 1.2;
}

.price {
  font-weight: 600;
  font-size: 30px;
  margin: 0.5rem 0 1rem 0;
  color: #094e98;
}

.category-card-wrapper p {
  flex-grow: 1;
  color: #555;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}



.popular-home {

  & .w-dyn-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }

  & .w-col-4 {
    width: 100%;
    text-decoration: none;
  }

  & .w-col {
    padding-left: 0;
    padding-right: 0;
  }

  & .w-row::before, .w-row::after {
    display: none;

   
  }
}

.w-dyn-item:hover .category-card-wrapper {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.centered-section {
  background-color: #313131;
}

.centered-section .content-container {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #fff;
}

.centered-section h2 {

  margin-bottom: 20px;
}

.centered-section p {
  font-size: 1.1rem;
  color: #fff;
}
.left-section {
  background-color: #f7f7f7;
}
.left-section .content-container {
  text-align: left;
  color:#333;

  p {
    color:#333;
  }
}

.reviews-section {
  background-color: #282828;
  padding: 80px 20px;

  color: #fff;
}
.reviews-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 2.5rem;
}
.reviews-wrapper {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.review-card {
  background: rgb(255, 255, 255);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 25px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.review-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 18px;
  border: 2px solid #555;
}
.reviewer-info {
  flex-grow: 1;
}
.reviewer-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 4px;
  color: #000;
}
.review-meta {
  font-size: 0.85rem;
  color: #777;
  display: flex;
  gap: 12px;
  align-items: center;
}
.review-rating {
  color: #f5a623; 
  font-size: 1.1rem;
}
.review-city,
.review-date {
  font-style: italic;
}
.review-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

@media (max-width: 900px) {
  .reviews-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .review-card {
    max-width: 90%;
  }
}

.reviewer-info {
  color: #808080;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;

 .review-city,
 .review-date {
  font-size: 16px;
 }
}

.full-width-gallery {
  width: 100vw;
  overflow: hidden;
  padding: 50px 0;
}
.gallery-wrapper {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery-wrapper img {
  width: 20vw;
  height: auto;
  object-fit: cover;
  display: block;
}

.home-page {
  h1 {
    font-size: 80px;
  }
}

.advantages-list {
  list-style-type: disc;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  max-width: 600px;
  font-size: 1.1rem;
  color: #333;
}

.advantages-list li {
  margin-bottom: 12px;
  line-height: 1.5;
}

.section.is-dark-grey.transparent-delivery {
  background-color: #f7f7f7;

  & .content-container.text-is-white {
    color: #000;
  }
}

.privacy-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
  color: #333;
}

.privacy-label a {
  color: #0073e6;
  text-decoration: underline;
}

.privacy-checkbox {
  width: 16px;
  height: 16px;
  margin: 0;
}

.legal {
  li {
    margin-bottom: 10px;
  }

  ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.sponsored-image img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  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: #6d6d6d;
  }

  & .button.primary-button {
      margin-top: 40px;
      animation: none;
      width: 300px;
      justify-content: center;

      &:hover {
        color: #000;
      }
  }

  @media screen and (max-width: 479px) {
    .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;
}

.catalog-card-1 {
  background-image: url("../images/photo-3.webp");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.catalog-card-2 {
  background-image: url("../images/photo-4.webp");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.catalog-card-3 {
  background-image: url("../images/photo-5.webp");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.catalog-card-4 {
  background-image: url("../images/photo-6.webp");
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.advantages-1 {
  & .story-card-image {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/photo-8.webp");
  

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.advantages-2{
  & .story-card-image {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/photo-9.webp");
  

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0%;
  }
}


.advantages-3{
  & .story-card-image {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/photo-10.webp");
  

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0%;
  }
}

.home-cta {
  & .cta-section-image {
    background-image: url("../images/photo-17.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.about-hero {
  & .cta-section-image.work-with-us {
    background-image: url("../images/photo-18.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.about-order {
  & .cta-section-image {
    background-image: url("../images/photo-20.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


.about-advantages-1 {
  & .story-card-image {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/photo-27.webp");
  

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.about-advantages-2{
  & .story-card-image {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/photo-28.webp");
  

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0%;
  }
}


.about-advantages-3{
  & .story-card-image {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/photo-29.webp");
  

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0%;
  }
}

.about-favorite {
  & .main-hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/photo-30.webp");


  }
}

.shop-hero {
  & .cta-section-image.work-with-us {
    background-image: url("../images/photo-31.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.shop-advantages {
  & .cta-section-image {
    background-image: url("../images/photo-32.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.delivery-hero {
  & .cta-section-image{
    background-image: url("../images/photo-34.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.delivery-details-image {
  background-image: url("../images/photo-35.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.delivery-advantages-1 {
  & .story-card-image {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/photo-36.webp");
  

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.delivery-advantages-2{
  & .story-card-image {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/photo-37.webp");
  

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0%;
  }
}


.delivery-advantages-3{
  & .story-card-image {
    background-image: 
    linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    url("../images/photo-38.webp");
  

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    inset: 0%;
  }
}

.delivery-catalog {
  & .featured-product-secondary-image {
    background-image: url("../images/photo-39.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.home-why-choose,
.about-advantages,
.delivery-benefits {
  & .w-dyn-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }

  & .w-col-4 {
    width: 100%;
  }
}

.home-collections {
  & .w-dyn-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  
  & .w-col-6 {
    width: 100%;
  }
  & .w-row::before, .w-row::after {
    display: none;
  }
}

.home-why-choose,
.about-advantages,
.delivery-benefits {
  .w-row::before, .w-row::after {
    display: none;
  }
}

@media (max-width: 991px) {
  & .w-row::before, .w-row::after {
    display: none;
  
   
  }
  
  .section.popular-home,
  .about-advantages,
  .delivery-benefits {
    & .w-dyn-items {
      grid-template-columns: 1fr 1fr;
    }
  }

  

  .home-why-choose {
    & .w-dyn-items {
      display: grid;
      grid-template-columns: 1fr  1fr;
    }
  
  }
  
}

@media (max-width: 767px) {
  .section.popular-home,
  .about-advantages,
  .delivery-benefits {
    & .w-dyn-items {
      grid-template-columns: 1fr;
    }
  }
  
  .home-why-choose {
    & .w-dyn-items {
      display: grid;
      grid-template-columns: 1fr ;
    }
  
  }
.w-dyn-items {
  display: grid;
}

& .section.popular-home {
  & .w-dyn-items {
    grid-template-columns: 1fr;
  }
}


.home-collections {
  & .w-dyn-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.cta-section-heading {
  font-size: 35px;
}

.home-page {
  & h1 {
    font-size: 60px;
  }
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gallery-wrapper img {
  width: 100%;
}
.review-card {
  width: 100%;
}

}

@media (max-width: 479px) {
  .delivery-hero {
    & .cta-section-heading {
      font-size: 30px;
    }
  }
  .home-order {
    padding: 40px 0;

    & .w-dyn-item {
      border-radius: 0;
    }
  }
 
  .featured-product-name {
    font-size: 35px;
  }
  .home-page {
    & h1 {
      font-size: 40px;
    }
  }
  .legal {
    h1 {
      font-size: 30px;
    }

    h3 {
      font-size: 25px;
    }

    
  }
 
  & .section.popular-home {
    & .w-dyn-items {
      grid-template-columns: 1fr;
    }
  }

  .section.popular-home,
  .about-advantages,
  .delivery-benefits {
    & .w-dyn-items {
      grid-template-columns: 1fr ;
    }
  }

  
}

