:root {
  --h3: 2rem;
  --body-2: 1em;
  --body-1: 16px;
  --small-text-2: 10px;
  --black: #171717;
  --h2: 3rem;
  --white: white;
  --gray-2: #f4f4f4;
  --small-text-1: 12px;
  --blue: #ff8a00;
  --h4: 24px;
  --h5: 18px;
  --gray-1: #f2eeea;
  --h1: 4rem;
  --gray-4: #e8e8eb;
  --gray-3: #c4c4c4;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.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;
}

@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: #333;
  font-family: Libre Franklin, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  font-size: var(--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul {
  color: #17171799;
  font-size: var(--body-2);
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 40px;
  font-weight: 500;
  line-height: 1.5;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

label {
  color: #171717cc;
  font-size: var(--small-text-2);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.success-heading {
  color: var(--black);
  font-size: var(--h3);
  letter-spacing: -.5px;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
}

.success-heading.white {
  color: var(--white);
}

.navbar {
  background-color: var(--gray-2);
}

.brand {
  height: 100px;
}

.nav-container-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.nav-container-wrapper.no-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-link {
  color: var(--black);
  font-size: var(--small-text-1);
  text-transform: uppercase;
  padding: 10px;
  font-weight: 700;
}

.nav-link:hover {
  color: #17171799;
}

.nav-link.w--current {
  color: var(--blue);
}

.nav-link.cta {
  background-color: var(--blue);
  color: var(--white);
  font-size: var(--small-text-1);
  border: 1px solid #0000;
  border-radius: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
  display: inline-block;
}

.nav-link.cta:hover {
  border-color: var(--blue);
  color: var(--blue);
  background-color: #06c0;
}

.nav-link.search {
  padding-left: 0;
  padding-right: 0;
}

.nav-link.search:hover {
  color: var(--black);
}

.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 560px;
  display: flex;
  position: relative;
}

.hero-section.promo {
  height: 480px;
}

.hero-content-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-content-wrapper.main {
  width: 60%;
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 0;
  padding-right: 100px;
}

.hero-content-wrapper.main.slide-1.promo {
  margin-top: 10%;
}

.hero-content-wrapper.main.slide-1.bf-promo {
  margin-top: 0%;
}

.hero-content-wrapper.main.promo {
  margin-top: 10%;
}

.hero-content-wrapper.main.shop-slide {
  margin-top: 0%;
}

.section-title {
  color: var(--gray-1);
  font-size: var(--small-text-2);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}

.section-title.dark {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
}

.hero-heading {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: var(--h1);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.1;
  display: inline;
}

.hero-heading.main {
  font-weight: 700;
}

.hero-heading.main.large {
  font-size: var(--h1);
}

.hero-slider {
  background-color: var(--black);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-slider.hide {
  display: none;
}

.hero-slide {
  background-image: linear-gradient(#fff0, #000), url('../images/pay-small-small.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-slide._3 {
  background-image: linear-gradient(#fff0, #000), url('../images/woman-holds-phone-to-chest-with-a-smile.webp');
}

.hero-mask {
  height: 100%;
}

.hero-slide-nav {
  font-size: .7em;
}

.hero-slide-2 {
  background-image: linear-gradient(#fff0, #000000e3), url('../images/quick-sand.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-slide-2._2 {
  background-image: linear-gradient(90deg, #000 28%, #3a3a3a00), url('../images/student-drags-bag.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.gray {
  background-color: var(--gray-4);
}

.section.success {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.bg {
  background-image: linear-gradient(63deg, #000, #79797942), url('../images/buy-now-img.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-start;
  height: 540px;
  display: flex;
}

.grid-3-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.categ-wrapper {
  border: 1px solid var(--gray-4);
  background-color: var(--white);
  border-radius: 10px;
  height: 360px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.categ-wrapper.phone {
  background-image: url('../images/categ-img-phone.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.categ-wrapper.computer {
  background-image: url('../images/categ-img-2.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.categ-wrapper.home {
  background-image: url('../images/categ-img-3.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 400px;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  font-size: var(--small-text-2);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 10px;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: var(--black);
  background-color: #17171700;
}

.button.submit {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.button.submit:hover {
  color: var(--black);
}

.button.submit.product {
  font-size: var(--small-text-1);
}

.button.white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button.white:hover {
  color: var(--white);
  background-color: #ffffff03;
}

.categ-heading {
  font-size: var(--h4);
  letter-spacing: -.5px;
  line-height: 1.2;
}

.section-no-padding.type {
  background-color: var(--white);
  padding-top: 40px;
  position: relative;
}

.value-prop {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px 40px;
  display: grid;
}

.value-prop.brands {
  background-color: var(--white);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.value-prop.checkout {
  grid-row-gap: 8px;
  border: 1px solid var(--gray-3);
  background-color: #17171700;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  padding: 16px;
}

.value-prop.vert {
  grid-row-gap: 40px;
  background-color: #17171700;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
}

.value-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.value-content-wrapper.new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.value-content-wrapper.why {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.value-content-wrapper.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.value-text {
  color: var(--gray-4);
  font-size: var(--small-text-1);
  text-transform: uppercase;
  font-weight: 400;
}

.value-text.center {
  color: var(--black);
  text-align: left;
  font-weight: 600;
  line-height: 1.5;
}

.value-text.small {
  color: #171717b3;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.value-text.sell {
  margin-top: 0;
  margin-bottom: -20px;
}

.value-text.black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.value-text.why {
  color: var(--black);
  font-size: var(--body-1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

.section-container.short {
  max-width: 860px;
  padding-right: 100px;
}

.section-container.short.center {
  text-align: center;
  padding-right: 0;
}

.section-container.short.search {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 100px 40px;
  display: flex;
  position: relative;
}

.section-container.contact {
  max-width: 860px;
  padding-left: 0;
  padding-right: 0;
}

.section-container.search {
  padding-left: 60px;
  padding-right: 60px;
}

.section-container.n-search {
  max-width: 860px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-container.n-search.center {
  text-align: center;
  padding-right: 0;
}

.section-container.n-search.search {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 100px 40px;
  display: flex;
  position: relative;
}

.section-container.bnpss {
  width: 60%;
  margin-left: 10%;
}

.section-container.flex {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.section-heading {
  color: var(--black);
  font-size: var(--h2);
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
}

.section-heading.left-align {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.section-heading.left-align.search {
  font-size: var(--h3);
  margin-bottom: 20px;
}

.section-heading.left-align.white {
  color: var(--white);
}

.feature-col-wrapper {
  width: 90%;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.feature-col-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-col-list._5-col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.f-product-list-wrapper {
  border: 1px solid #0000;
  flex-direction: column;
  padding: 10px 0 0;
  display: flex;
}

.f-product-list-wrapper:hover {
  border: 1px solid var(--blue);
  border-radius: 10px;
}

.f-product-list-img-wrapper {
  background-image: url('../images/467535180_18480628714015187_5669626306013231880_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 180px;
  border-radius: 10px;
  height: 250px;
  position: relative;
}

.f-product-content-wrapper {
  height: auto;
  padding: 10px 20px 20px;
  transition: padding .4s ease-out;
}

.price-text {
  color: var(--black);
  font-size: var(--body-1);
  font-weight: 700;
  display: inline-block;
}

.price-text.currency {
  color: #17171799;
  font-size: var(--small-text-1);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.5px;
  font-weight: 700;
  display: inline-block;
}

.price-text.large {
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.price-text.large.blue {
  color: var(--blue);
  margin-left: 2px;
  margin-right: 5px;
}

.price-text.tax {
  color: #17171799;
  font-size: var(--small-text-1);
  font-weight: 500;
}

.price-text.discount {
  color: #ef2525;
  font-size: var(--small-text-1);
}

.price-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 7.5px;
  display: inline-block;
  position: relative;
}

.price-wrapper.checkout, .price-wrapper.bnpss {
  margin-top: 0;
  margin-bottom: 5px;
}

.product-list-heading {
  color: var(--black);
  font-size: var(--body-1);
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 800;
  line-height: 1.3;
  transition: color .2s;
}

.product-list-heading:hover {
  color: var(--blue);
}

.product-list-heading.large {
  font-size: var(--h3);
}

.product-list-heading.large:hover {
  color: var(--black);
}

.product-list-heading.sum-details {
  color: #17171799;
  font-size: var(--small-text-1);
  font-weight: 500;
}

.product-list-heading.small {
  font-weight: 700;
}

.product-list-heading.search {
  font-size: 20px;
  transition: -webkit-text-stroke-color .2s, color .2s;
}

.product-list-heading.search:hover {
  text-decoration: underline;
}

.product-list-heading.bnpss-small {
  font-size: var(--body-2);
  margin-left: 20px;
  font-weight: 600;
}

.product-list-heading.bnpss-small:hover {
  color: var(--black);
}

.product-list-heading.bnpss-small-title {
  font-size: var(--body-2);
  margin-left: 0;
  font-weight: 700;
}

.product-list-heading.bnpss-small-title:hover {
  color: var(--black);
}

.product-brand-heading {
  color: #17171799;
  font-size: var(--small-text-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}

.product-brand-heading.filter {
  margin-right: 5px;
  display: inline-block;
}

.product-brand-heading.filter.hide {
  display: none;
}

.product-brand-heading.center {
  text-align: center;
  margin-top: 10px;
}

.product-text-link {
  color: var(--blue);
  font-size: var(--small-text-2);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.product-list-cta-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.section-gray {
  background-image: url('../images/bg-img-beo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-paragraph {
  color: #17171799;
  font-size: var(--body-2);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-paragraph.short {
  font-size: var(--body-1);
  width: 60%;
  margin-bottom: 40px;
}

.section-paragraph.short.white {
  color: var(--gray-3);
  margin-top: 0;
}

.section-paragraph.short.white.large {
  margin-left: 0;
}

.section-paragraph.desc {
  font-size: var(--small-text-1);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.section-paragraph.desc.center {
  text-align: center;
  margin-bottom: 0;
}

.section-paragraph.center {
  margin-left: auto;
  margin-right: auto;
}

.section-paragraph.large {
  color: var(--gray-3);
  font-size: var(--h5);
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.4;
}

.section-paragraph.white {
  color: #ffffffc9;
  width: 80%;
}

.section-paragraph.large-alt {
  color: var(--white);
  font-size: var(--h5);
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.4;
}

.section-paragraph.no-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.footer-form {
  border-bottom: 1px solid var(--gray-3);
  color: var(--white);
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: var(--h5);
  text-align: center;
  line-height: 1.2;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  width: 460px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.footer-form-input {
  font-size: var(--body-2);
  border: 1px #000;
  border-radius: 40px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: var(--blue);
  font-size: var(--small-text-1);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 48px;
  padding: 8px 18px;
  position: absolute;
}

.button-primary.center {
  border-radius: 5px;
  margin-top: 20px;
}

.footer-link {
  color: #fffc;
  font-size: var(--small-text-1);
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--blue);
}

.footer-bottom {
  border-top: 1px solid var(--gray-1);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.footer-copyright {
  color: #fff9;
  font-size: var(--small-text-1);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff9;
  font-size: var(--small-text-1);
  margin-left: 24px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: var(--white);
}

.footer-link-wrapper {
  padding-bottom: 20px;
}

.footer-link-title {
  color: var(--white);
  font-size: var(--body-1);
  margin-bottom: 20px;
}

.hero-slide-3 {
  background-image: linear-gradient(#2020204a, #000000e3), url('../images/EYKROM_WEB_BANNER2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-slide-3.shop {
  padding-top: 60px;
}

.hero-slide-3._1 {
  background-image: linear-gradient(#fff0, #000000e3), url('../images/buy-now-img.webp');
  background-position: 0 0, 50% 30%;
}

.shop-hero-section {
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
  position: relative;
}

.shop-hero-section.no-bg {
  background-color: var(--black);
  background-image: none;
}

.shop-hero-section.easter {
  background-image: url('../images/WhatsApp-Image-2024-03-26-at-9.40.28-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.shop-hero-section.categ {
  background-color: var(--black);
  background-image: none;
  height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.product-section {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: var(--gray-4);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 60px 2.5% 100px;
  display: grid;
  position: relative;
}

.product-section.promo {
  grid-template-columns: 1fr;
}

.filter-block {
  z-index: 1;
  background-color: var(--white);
  border-radius: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 20px;
  overflow: auto;
}

.shop-col-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.filter-checkbox-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.fs-checkbox-label {
  color: #17171799;
  font-size: var(--small-text-2);
  text-transform: none;
  margin-bottom: 0;
  margin-left: 4px;
  font-weight: 600;
}

.fs-checkbox {
  width: 10px;
  height: 10px;
  margin-top: 0;
  margin-left: 0;
}

.brands-col-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.brands-col-list {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.brands-col-item {
  margin-bottom: 10px;
}

.filter-title {
  color: var(--black);
  font-size: var(--body-2);
  font-weight: 700;
}

.shop-product-list-wrapper {
  flex-direction: column;
  padding: 0;
  transition: border-color .2s;
  display: flex;
}

.product-detail-page-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 60px 5%;
  display: grid;
}

.product-display {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: sticky;
  top: 40px;
}

.product-thumbnail-wrapper {
  width: 20%;
}

.product-main-showcase {
  border: 1px solid var(--gray-3);
  border-radius: 5px;
  width: 80%;
  height: 500px;
  position: relative;
}

.product-thumbnail-col-list {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.product-thumbnail-col-item {
  border: 1px solid var(--gray-3);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.main-showcase-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.product-info-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

.product-details-title {
  color: #171717cc;
  font-size: var(--small-text-1);
  letter-spacing: -.25px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.product-details-title.checkout {
  color: var(--black);
  font-size: var(--h5);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.product-details-title.bnpss {
  color: #000;
  font-size: var(--small-text-1);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffdcb2;
  border-radius: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 8px 20px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.product-details-title.bnpss-copy {
  color: var(--black);
  font-size: var(--h4);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.product-details-title.bnpss-form-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.product-details-title.bnpss-form-title.d-styled {
  background-color: var(--gray-4);
  text-align: center;
  padding: 8px 24px;
}

.product-details-title.bnpss-main-heading {
  color: var(--black);
  font-size: var(--h4);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  display: inline;
}

.product-details-title.bnpss-btn {
  border: 1px solid var(--blue);
  color: #fff;
  font-size: var(--small-text-1);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ff8a00;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 8px 20px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.product-details-title.bnpss-btn:hover {
  color: var(--blue);
  background-color: #61616100;
}

.product-desc-wrapper {
  border-bottom: 1px solid var(--gray-3);
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.product-desc-rich-text-block {
  margin-top: 8px;
}

.product-desc-rich-text-block p {
  color: #17171799;
  font-size: var(--body-2);
  font-weight: 500;
}

.product-desc-rich-text-block h4 {
  color: var(--black);
  font-size: var(--h5);
}

.product-desc-rich-text-block ol {
  color: #17171799;
  font-size: var(--small-text-1);
  font-weight: 500;
  line-height: 1.6;
}

.product-desc-rich-text-block ul {
  font-size: var(--small-text-1);
  line-height: 1.6;
}

.product-desc-rich-text-block li {
  margin-bottom: 8px;
}

.title-wrapper {
  z-index: 1;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hide-content-details-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
}

.product-text-link-collapse {
  opacity: 0;
  color: var(--blue);
  font-size: var(--small-text-2);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.breadcrumbs-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -7.5% 0% auto;
}

.breadcrumbs-wrapper.type {
  padding-top: 5px;
  inset: 10% 0% auto 5%;
}

.breadcrumbs-wrapper.shop-page {
  margin-top: 1%;
  inset: .25% 0% auto 2.5%;
}

.breadcrumbs-link {
  color: var(--blue);
  font-size: var(--small-text-2);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  color: #171717b3;
}

.breadcrumbs-text {
  color: #171717cc;
  font-size: var(--small-text-2);
  -webkit-text-stroke-color: #171717e6;
  text-transform: uppercase;
  border-bottom: 1px solid #171717cc;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.breadcrumbs-text.arrow {
  border-bottom-style: none;
}

.check-out-modal {
  z-index: 1000;
  background-color: var(--white);
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.checkout-heading {
  color: var(--black);
  font-size: var(--h4);
  font-weight: 600;
}

.checkout-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
}

.checkout-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 40px;
  display: grid;
}

.checkout-grid.bnpss {
  padding-top: 40px;
}

.checkout-product-wrapper {
  border: 1px solid var(--gray-3);
  border-radius: 10px;
  padding: 40px 24px 24px;
}

.checkout-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.checkout-content-wrapper.new {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  place-items: end start;
}

.checkout-content-wrapper.top {
  grid-template-rows: auto auto;
  margin-top: 20px;
}

.checkout-content-wrapper.item-details {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.checkout-content-wrapper.bnpss-check-w {
  grid-row-gap: 16px;
  border: 1px solid var(--gray-3);
  border-radius: 16px;
  grid-template-rows: auto;
  place-items: end start;
  margin-top: 24px;
  padding: 16px;
}

.form-field {
  border: 1px solid var(--gray-3);
  color: var(--black);
  font-size: var(--small-text-1);
  border-radius: 2px;
  flex: 1;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.form-field.message {
  height: auto;
  margin-bottom: 40px;
}

.check-form-data-wrapper {
  flex-direction: column;
  padding-left: 40px;
  padding-right: 40px;
}

.hori-line {
  background-color: var(--gray-4);
  height: 1px;
  margin-top: 20px;
}

.close-button {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  font-size: var(--small-text-1);
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  position: absolute;
  inset: 40% 15% auto auto;
}

.close-button.reset {
  font-size: var(--small-text-2);
  inset: 0% 0% auto auto;
}

.filter-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.top-bar-sort {
  border-top: 1px solid var(--gray-3);
  border-bottom: 1px solid var(--gray-3);
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.count-text {
  color: var(--black);
  font-size: var(--small-text-1);
  font-weight: 500;
}

.count-text-result {
  color: var(--blue);
  font-size: var(--small-text-1);
  font-weight: 600;
}

.count-text-total {
  font-size: var(--small-text-1);
  font-weight: 500;
}

.ad-bar {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.ad-text {
  color: var(--white);
  font-size: var(--small-text-2);
}

.social-media {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.social-media.show {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin: 40px auto;
  display: flex;
}

.hero-arrow {
  width: 50px;
  height: 50px;
}

.shop-col-item {
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 10px;
  transition: border-color .2s;
}

.shop-col-item:hover {
  border-color: var(--blue);
}

.success-content-wrapper {
  width: 60%;
  padding: 0 60px 40px;
}

.success-order-wrapper {
  border-top: 1px solid var(--gray-4);
  border-right: 1px solid var(--gray-4);
  border-bottom: 1px solid var(--gray-4);
  background-color: var(--gray-4);
  border-radius: 10px;
  width: 40%;
  padding: 40px 40px 0;
}

.success-form {
  display: flex;
}

.success-email-field {
  color: var(--black);
  font-size: var(--body-2);
  border: 1px #000;
  width: 240px;
  height: 20px;
  margin-bottom: 3px;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  display: inline-block;
}

.success-text.in-line {
  color: #17171799;
  font-size: var(--body-2);
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
}

.success-text.in-line.body {
  color: #17171799;
}

.success-name-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.success-top-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.success-label {
  color: #171717b3;
  line-height: 1.3;
  display: inline-block;
}

.success-order-flex {
  border-bottom: 1px solid var(--gray-3);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.success-order-flex.amount {
  flex-direction: row;
  display: flex;
}

.success-order-details-child {
  color: var(--black);
  font-size: var(--body-1);
  text-transform: capitalize;
  background-color: #fff0;
  border-style: none;
  border-color: #000;
  flex: 1;
  height: 30px;
  padding: 0 0 5px;
  font-weight: 600;
}

.success-order-details-child.amount {
  padding-left: 5px;
  display: inline;
}

.success-order-details-child.url {
  display: none;
}

.success-order-details-child.label {
  flex: none;
  align-items: center;
  display: flex;
}

.success-html-embed {
  margin-right: 10px;
}

.type-col-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.type-col-wrapper.hide {
  display: none;
}

.type-col-list {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 40px;
  display: flex;
  overflow: auto;
}

.type-col-item {
  flex-direction: column;
  align-items: center;
}

.product-type-wrapper {
  background-color: var(--gray-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 100px;
  width: 72px;
  height: 72px;
}

.type-heading {
  font-size: var(--small-text-2);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.type-heading.profile {
  color: #17171799;
  margin-top: 0;
}

.type-link {
  color: #171717cc;
  border: 1px solid #c4c4c400;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.type-link:hover {
  border-color: var(--blue);
  color: var(--blue);
  padding-top: 5px;
  padding-bottom: 5px;
}

.type-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.nav-link-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.nav-link-wrapper:hover {
  opacity: .6;
}

.nav-link-wrapper.hide {
  display: flex;
}

.filter-btn-wrapper {
  display: none;
}

.about-content-wrapper {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 80px;
}

.about-content-wrapper.center {
  border-top: 1px solid var(--gray-4);
  border-bottom: 1px solid var(--gray-4);
  background-color: var(--black);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 56px;
  align-items: stretch;
  margin-top: 40px;
}

.about-grid.profile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.about-grid.values {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.about-img {
  height: 380px;
}

.about-img.profile-img {
  background-image: url('../images/WhatsApp-Image-2024-02-26-at-10.45.59-PM.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.about-img.quality {
  background-image: url('../images/christian-wiediger-Htfy7TaDBgo-unsplash-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img.customer {
  background-image: url('../images/thought-catalog-23KdVfc395A-unsplash-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img.innovate {
  background-image: url('../images/WhatsApp-Image-2024-02-29-at-1.22.52-AM.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-img.pan {
  background-image: url('../images/clarke-sanders-ybPJ47PMT_M-unsplash-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-content {
  background-color: var(--gray-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.about-content.plain {
  background-color: #f4f4f400;
}

.about-content.profile {
  background-color: var(--white);
  text-align: left;
  display: block;
}

.about-content.story {
  background-color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.about-parent-grid {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 56px;
  align-items: stretch;
  margin-top: 40px;
}

.about-wrapper.story {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column-reverse;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.search-pop-up {
  z-index: 1000;
  background-color: var(--white);
  opacity: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.search-element-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gray-3);
  color: var(--black);
  font-size: var(--body-1);
  width: 630px;
  margin-bottom: 0;
  padding: 8px;
}

.search-col-wrapper {
  margin-top: 20px;
}

.search-col-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.search-cms-link {
  background-color: var(--black);
  color: var(--white);
  font-size: var(--small-text-2);
  border: 1px solid #0000;
  border-radius: 100px;
  padding: 6px 12px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
  display: block;
}

.search-cms-link:hover {
  border-color: var(--black);
  color: var(--black);
  background-color: #17171700;
}

.search-categ-title {
  color: #17171799;
  font-size: var(--body-2);
  text-align: left;
  font-weight: 700;
}

.cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.close-wrapper {
  cursor: pointer;
  background-image: url('../images/Close.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  padding: 5px;
  position: absolute;
  inset: 10% 0% auto auto;
}

.contact-social-link-block {
  opacity: .8;
}

.contact-social-link-block:hover {
  opacity: 1;
}

.legal-rich-texbox {
  color: var(--black);
}

.legal-rich-texbox h1 {
  font-size: var(--h2);
  font-weight: 400;
}

.legal-rich-texbox h3 {
  font-size: var(--h4);
  font-weight: 400;
}

.legal-rich-texbox h2 {
  margin-top: 0;
  font-weight: 700;
}

.legal-rich-texbox h4 {
  font-size: var(--h5);
  font-weight: 600;
}

.legal-rich-texbox h5 {
  font-size: var(--body-1);
  font-weight: 700;
}

.legal-rich-texbox h6 {
  font-size: var(--body-2);
  font-weight: 700;
}

.legal-rich-texbox p {
  font-size: var(--body-2);
  line-height: 1.4;
}

.legal-rich-texbox ol {
  font-size: var(--body-2);
  font-weight: 600;
}

.legal-rich-texbox li {
  color: #171717cc;
}

.legal-rich-texbox ul {
  font-weight: 600;
}

.brand-link {
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.page-button {
  border-style: none;
  border-color: var(--gray-3);
  background-color: var(--blue);
  color: var(--white);
  font-size: var(--small-text-1);
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 12px 30px;
  font-weight: 600;
  line-height: 1.2;
}

.page-button.section {
  margin-top: 20px;
}

.paginate-block {
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pagination-number {
  color: #171717bf;
  font-size: var(--body-2);
  flex: none;
  width: 5%;
  margin-top: 4px;
  font-weight: 600;
  line-height: 1.4;
  display: none;
}

.product-list-name-link {
  text-decoration: none;
}

.search-img-wrapper {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-content-wrapper {
  width: 70%;
  padding-left: 40px;
  padding-right: 40px;
}

.search-result-item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-result-wrapper {
  margin-top: 40px;
}

.search-link {
  border-bottom: 1px solid var(--gray-4);
  padding: 40px 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.search-link:hover {
  background-color: var(--gray-2);
  border-radius: 10px;
}

.search-slug {
  color: var(--blue);
  font-size: var(--small-text-1);
  font-weight: 500;
  line-height: 1.2;
  display: none;
}

.discount-cancel {
  background-color: #ff0606;
  width: 100%;
  height: 1.5px;
  position: absolute;
  top: 45%;
}

.form-pay-now {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  font-size: var(--small-text-2);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.form-pay-now:hover {
  color: var(--black);
  background-color: #17171700;
}

.form-pay-now.submit {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  text-decoration: none;
  display: block;
}

.form-pay-now.submit:hover {
  color: var(--black);
}

.form-pay-now.white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.form-pay-now.white:hover {
  color: var(--white);
  background-color: #ffffff03;
}

.hero-slide--4 {
  background-image: linear-gradient(#fff0, #000), url('../images/WhatsApp-Image-2024-03-27-at-1.39.11-PM.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.hero-slide--5 {
  background-image: linear-gradient(#fff0, #000), url('../images/WhatsApp-Image-2024-03-27-at-1.40.34-PM.jpeg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.sold-tag {
  background-color: #f70505;
  border-radius: 30px;
  margin-top: 15px;
  margin-left: 15px;
  padding: 4px 12px;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sold-tag-text {
  color: var(--white);
  font-size: var(--small-text-2);
  text-transform: uppercase;
  display: inline-block;
}

.shop-hero {
  background-image: linear-gradient(#fff0, #000000e3), url('../images/2-6-min.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
}

.shop-hero.slide-1 {
  padding-top: 60px;
}

.shop-hero.slide-2 {
  background-image: linear-gradient(#fff0, #000000e3), url('../images/1-10-min.png');
  padding-top: 60px;
}

.check-out-modal-bnpss {
  z-index: 1000;
  background-color: var(--white);
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.bnpss-text-block {
  font-size: var(--small-text-1);
  text-transform: none;
  margin-top: 5px;
  font-weight: 400;
}

.bnpss-text-block.margin {
  margin-left: 0;
  font-weight: 600;
}

.bnpss-text-block.days {
  color: var(--white);
  font-size: var(--small-text-2);
  margin-left: 0;
}

.bnpss-item-details-w {
  grid-column-gap: 16px;
  margin-top: 40px;
  display: flex;
}

.bnpss-radio-button {
  color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bnpss-check-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
}

.bnpss-checkbox-mark {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 24px;
}

.bnpss-payment-text-block {
  font-size: var(--small-text-1);
  text-transform: none;
  margin-left: 8px;
}

.days-tag {
  background-color: var(--blue);
  border-radius: 40px;
  padding: 4px 16px;
  display: block;
}

.tnc-note {
  color: #171717d1;
  font-size: var(--small-text-1);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.field-wrapper {
  width: 47%;
  margin: 0 5px;
  display: inline-block;
}

.field-wrapper.long {
  width: 97%;
}

.tnc-checkbox {
  margin-top: 0;
}

.tnc-checkbox-field {
  margin-bottom: 20px;
}

.bnpss-checkout-top-w {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bnpss-text-span {
  font-size: var(--body-2);
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.bnpss-img {
  position: absolute;
  inset: 0% 0% auto auto;
}

.bnpss-w {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bnpss-w.gray {
  background-color: var(--gray-4);
}

.bnpss-w.success {
  padding-top: 60px;
  padding-bottom: 40px;
}

.bnpss-w.bg {
  background-image: linear-gradient(63deg, #000, #79797942), url('../images/buy-now-img.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  height: 540px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.form-radio:active, .form-radio:focus {
  color: var(--blue);
}

.radio-button-icon {
  margin-top: 5px;
  margin-right: 10px;
}

.n-label {
  font-size: var(--small-text-1);
  letter-spacing: -.5px;
  font-weight: 500;
  display: block;
}

.old-form {
  display: none;
}

.success-message {
  background-color: #066629;
  border-radius: 24px;
}

.payfone-link {
  background-image: url('../images/payfone-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95px;
  width: 100px;
  height: 40px;
  margin-top: -16px;
  margin-bottom: -16px;
}

.empty-state {
  display: none;
}

.modal-heading {
  color: #878787;
  font-size: var(--small-text-2);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
}

.payment-badges {
  background-image: url('../images/paystack-badge-cards-ghs.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  margin-top: 20px;
}

.bf-wrapper {
  background-image: linear-gradient(#1f1f1f00, #000), url('../images/Untitled-design.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-slide-4 {
  height: 100%;
}

.hero-slide-4.shop {
  padding-top: 60px;
}

.hero-slide-4._1 {
  background-image: linear-gradient(#fff0, #000000e3), url('../images/buy-now-img.webp');
  background-position: 0 0, 50% 30%;
}

.hero-paragraph {
  color: var(--gray-1);
  font-size: var(--body-2);
  margin-bottom: 40px;
  line-height: 1.4;
}

.right-cta-w {
  display: flex;
}

.hero-sell-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, #171717 34%, #3330 80%), url('../images/high-angle-hands-holding-smartphone.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.sell-hero-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  margin-left: 7.5%;
  display: flex;
}

.sell-hero-img {
  height: 100%;
}

.sell-about-container {
  text-align: center;
}

.sell-why-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gray-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

.sell-child-flex-w {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding-left: 40px;
  display: flex;
}

.sell-child-flex-img-w {
  background-image: url('../images/2147882088.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  width: 45%;
  height: 600px;
}

.number-w {
  background-color: var(--black);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.large-text {
  color: var(--white);
}

.why-child-flex {
  width: 80%;
}

.list-parent-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 80px 40px;
  display: flex;
}

.list-left-child-flex {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 24px 40px;
  display: grid;
}

.list-left-child-flex.brands {
  background-color: var(--white);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.list-left-child-flex.checkout {
  grid-row-gap: 8px;
  border: 1px solid var(--gray-3);
  background-color: #17171700;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  padding: 16px;
}

.list-left-child-flex.vert {
  grid-row-gap: 40px;
  background-color: #17171700;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
}

.list-child-flex-w {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.vert-line {
  background-color: var(--black);
  width: 1px;
  height: 80px;
}

.list-form-parent {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.list-form-w {
  background-color: var(--gray-1);
  padding: 40px 60px;
}

.list-form-field {
  background-color: var(--white);
  font-size: var(--small-text-1);
  border: 1px solid #cac7c5;
  border-radius: 4px;
  flex: 1;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
}

.list-form-field.message {
  height: 100px;
  margin-bottom: 40px;
}

.form-wrapper-small {
  flex: 1;
  width: 48%;
}

.form-wrapper-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-wrapper-large.code {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.subtext {
  color: var(--blue);
  font-size: 10px;
  font-weight: 400;
}

.hero-w {
  background-image: linear-gradient(#0000008f, #1d1d1da1 50%, #000), url('../images/eykrom-home-img_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.div-ani-w {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 8px;
  padding-top: 20px;
  display: inline-flex;
}

.circle-1 {
  background-color: var(--blue);
  border-radius: 40px;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 1280px) {
  .nav-container {
    max-width: 80%;
  }

  .hero-content-wrapper.main.promo {
    margin-top: 5%;
  }

  .grid-3-3 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-container {
    max-width: 1200px;
  }

  .section-container.short {
    max-width: 940px;
  }

  .section-container.short.search {
    padding-bottom: 0;
  }

  .section-container.success {
    max-width: 940px;
  }

  .section-container.search {
    padding-left: 140px;
    padding-right: 140px;
  }

  .section-container.n-search {
    max-width: 940px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-container.n-search.search {
    padding-bottom: 0;
  }

  .feature-col-wrapper {
    max-width: 1200px;
  }

  .feature-col-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f-product-list-wrapper {
    transition: border-color .2s, border-radius .2s, border-width .2s;
  }

  .price-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-list-heading, .section-paragraph.short.white {
    font-size: var(--h5);
  }

  .shop-col-wrapper {
    max-width: 1200px;
  }

  .shop-product-list-wrapper {
    transition: border-color .2s, border-radius .2s, border-width .2s;
  }

  .product-detail-page-flex {
    grid-template-columns: 1fr .75fr;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-container {
    max-width: 1080px;
  }

  .type-col-list {
    justify-content: center;
  }

  .product-type-wrapper {
    background-size: 48px;
    width: 80px;
    height: 80px;
  }

  .search-cms-link {
    font-size: var(--small-text-1);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .search-result-item {
    padding-bottom: 20px;
  }

  .n-label {
    margin-bottom: 0;
  }

  .payment-badges {
    background-size: contain;
    height: 130px;
  }

  .list-form-field {
    font-size: var(--body-2);
  }

  .form-wrapper-large.code {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    height: 640px;
  }

  .hero-section.promo {
    height: 480px;
  }

  .hero-content-wrapper.main.promo {
    margin-top: 5%;
  }

  .hero-heading {
    font-size: 4.5rem;
  }

  .hero-heading.main {
    font-size: 56px;
  }

  .button {
    font-size: var(--small-text-1);
  }

  .section-container {
    max-width: 1360px;
  }

  .section-container.short, .section-container.success, .section-container.n-search {
    max-width: 1020px;
  }

  .feature-col-wrapper {
    max-width: 1360px;
  }

  .product-list-heading.search {
    font-size: var(--h4);
  }

  .section-gray {
    background-color: var(--gray-1);
    background-position: 70% 40%;
    background-size: 1400px;
  }

  .section-paragraph.short.white {
    font-size: var(--h5);
  }

  .section-paragraph.search {
    font-size: var(--body-1);
    line-height: 1.5;
  }

  .shop-col-wrapper {
    max-width: 1360px;
  }

  .product-detail-page-flex {
    max-width: 1280px;
  }

  .checkout-container {
    max-width: 1200px;
  }

  .check-form-data-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .success-email-field, .success-text.in-line {
    font-size: var(--body-1);
  }

  .success-label {
    font-size: var(--small-text-1);
  }

  .success-order-details-child {
    font-size: var(--body-1);
  }

  .type-col-list {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .search-cms-link {
    font-size: var(--body-2);
  }

  .form-pay-now {
    font-size: var(--small-text-1);
  }

  .bnpss-product-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .payment-badges {
    height: 160px;
  }

  .circle-1 {
    width: 16px;
    height: 16px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  ul {
    font-size: var(--body-1);
  }

  .success-heading {
    font-size: var(--h2);
  }

  .nav-link {
    font-size: var(--body-1);
  }

  .nav-link.cta {
    font-size: var(--h5);
  }

  .hero-section {
    height: 890px;
  }

  .hero-section.promo {
    height: 540px;
  }

  .section-title.dark {
    font-size: var(--h5);
  }

  .hero-heading {
    font-size: 6rem;
  }

  .hero-heading.main {
    font-size: var(--h1);
  }

  .hero-slide-nav {
    margin-bottom: 15px;
    font-size: 1em;
  }

  .section.success {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-3-3 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    font-size: var(--body-1);
    padding: 12px 20px;
  }

  .value-prop.vert {
    grid-row-gap: 64px;
  }

  .value-text {
    font-size: var(--h4);
  }

  .value-text.black {
    font-size: var(--h5);
  }

  .value-text.why {
    font-size: var(--h4);
  }

  .section-container {
    max-width: 1520px;
  }

  .section-container.short {
    max-width: 1200px;
  }

  .section-container.success {
    max-width: 1180px;
  }

  .section-container.n-search {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-heading.left-align {
    font-size: var(--h1);
  }

  .section-heading.left-align.search {
    font-size: var(--h2);
  }

  .feature-col-wrapper {
    max-width: 1520px;
  }

  .feature-col-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feature-col-list._5-col {
    grid-column-gap: 24px;
  }

  .f-product-list-img-wrapper {
    height: 320px;
    position: relative;
  }

  .price-text {
    font-size: var(--h4);
  }

  .price-text.currency {
    font-size: var(--h5);
  }

  .price-text.large {
    font-size: var(--h3);
  }

  .product-list-heading {
    font-size: var(--h4);
  }

  .product-list-heading.large {
    font-size: var(--h2);
  }

  .product-list-heading.search {
    font-size: var(--h3);
  }

  .product-brand-heading.filter {
    font-size: var(--body-1);
  }

  .section-paragraph.short {
    font-size: var(--h5);
    width: 70%;
    line-height: 1.4;
  }

  .section-paragraph.short.white {
    font-size: var(--h4);
  }

  .section-paragraph.desc {
    font-size: var(--body-1);
  }

  .section-paragraph.search {
    font-size: var(--h5);
  }

  .section-paragraph.no-margin {
    font-size: var(--h5);
    line-height: 1.4;
  }

  .footer-link {
    font-size: var(--body-1);
  }

  .footer-link-title {
    font-size: var(--h4);
  }

  .shop-col-wrapper {
    max-width: 1520px;
  }

  .fs-checkbox-label {
    font-size: var(--body-1);
    margin-bottom: 5px;
  }

  .filter-title {
    font-size: var(--h5);
  }

  .product-detail-page-flex {
    max-width: 1440px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-main-showcase {
    background-size: cover;
  }

  .product-details-title {
    font-size: var(--h5);
  }

  .product-details-title.bnpss, .product-details-title.bnpss-btn, .product-desc-rich-text-block p, .product-desc-rich-text-block ol, .product-desc-rich-text-block ul {
    font-size: var(--body-1);
  }

  .breadcrumbs-wrapper {
    top: -12%;
  }

  .breadcrumbs-link, .breadcrumbs-text {
    font-size: var(--body-1);
  }

  .close-button.reset {
    font-size: var(--body-2);
  }

  .success-email-field {
    font-size: var(--h5);
    width: 310px;
    height: auto;
  }

  .success-text.in-line, .success-text.in-line.body {
    font-size: var(--h5);
  }

  .success-label {
    font-size: var(--body-2);
  }

  .success-order-details-child {
    font-size: var(--h4);
    height: auto;
  }

  .search-element-wrapper {
    margin-bottom: 60px;
  }

  .search-input {
    font-size: var(--h4);
    width: 800px;
  }

  .search-cms-link {
    font-size: var(--h5);
    padding: 12px 20px;
  }

  .search-categ-title {
    font-size: var(--h4);
    line-height: 1.6;
  }

  .page-button {
    font-size: var(--body-1);
  }

  .form-pay-now {
    font-size: var(--body-1);
    padding: 12px 20px;
  }

  .sold-tag {
    background-color: #ff171b;
  }

  .bnpss-w.success {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .n-label {
    font-size: var(--body-1);
  }

  .sell-hero-container {
    margin-left: 10%;
  }

  .sell-why-flex {
    font-size: var(--small-text-2);
    border-radius: 40px;
    justify-content: space-between;
    align-items: center;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .sell-child-flex-w {
    width: 50%;
    padding: 60px 40px;
  }

  .sell-child-flex-img-w {
    border-radius: 0 40px 40px 0;
    height: 780px;
  }

  .number-w {
    width: 64px;
    height: 64px;
  }

  .list-parent-flex {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-form-field {
    height: 64px;
  }

  .circle-1 {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-container-wrapper {
    justify-items: start;
  }

  .nav-link {
    font-size: var(--h3);
    margin: 40px 10px;
    font-weight: 500;
  }

  .nav-link.cta {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-link.search {
    font-size: var(--body-2);
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content-wrapper.main {
    width: 80%;
    margin-top: 20%;
    padding-right: 40px;
  }

  .hero-heading {
    font-size: var(--h2);
    text-align: center;
    line-height: 1.2;
  }

  .hero-heading.main {
    text-align: left;
  }

  .hero-slide-2._2 {
    background-size: auto, cover;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-3-3 {
    grid-template-columns: 1fr 1fr;
  }

  .categ-wrapper.phone {
    background-position: 50% 70%;
    background-size: cover;
  }

  .section-no-padding.type {
    padding-top: 20px;
  }

  .value-content-wrapper.list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .section-container.short {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-container.short.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container.short.search {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container.contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-container.search {
    padding-left: 0;
    padding-right: 0;
  }

  .section-container.n-search {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-container.n-search.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container.n-search.search {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container.bnpss {
    width: 100%;
  }

  .feature-col-list, .feature-col-list._5-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-gray {
    background-position: 50% 100%;
  }

  .section-paragraph.short {
    width: 70%;
  }

  .footer-form {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .product-section.type {
    grid-row-gap: 38px;
    padding-top: 40px;
  }

  .filter-block {
    position: relative;
  }

  .shop-product-child-wrapper {
    padding-top: 20px;
  }

  .shop-col-wrapper {
    margin-top: 20px;
  }

  .brands-col-list {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    display: flex;
  }

  .product-info-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumbs-wrapper.type {
    top: 5%;
  }

  .check-form-data-wrapper {
    padding-right: 20px;
  }

  .filter-title-wrapper {
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--white);
    width: 45%;
    height: 100vh;
    padding: 40px 20px;
  }

  .social-media {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hero-arrow {
    font-size: var(--h4);
    background-color: #0066ccb8;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .success-content-wrapper {
    padding: 40px;
  }

  .type-col-wrapper {
    margin-left: 0%;
    margin-right: 0%;
    overflow: hidden;
  }

  .type-col-list {
    padding: 0 10px 20px;
    overflow: auto;
  }

  .nav-link-wrapper {
    align-items: center;
  }

  .filter-btn-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .show-filter, .hide-filter {
    font-size: var(--small-text-2);
    text-transform: uppercase;
    cursor: pointer;
  }

  .about-grid, .about-wrapper {
    grid-row-gap: 40px;
  }

  .search-element-wrapper, .search-col-list {
    margin-bottom: 30px;
  }

  .close-wrapper {
    top: 7.5%;
  }

  .page-button {
    font-size: var(--small-text-1);
  }

  .page-button.section {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .field-wrapper, .field-wrapper.long {
    width: 100%;
  }

  .bnpss-w {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-sell-flex {
    background-size: auto, cover;
  }

  .sell-hero-container {
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .number-w {
    width: 32px;
    height: 32px;
  }

  .large-text {
    font-size: var(--small-text-1);
  }

  .why-child-flex {
    flex: 1;
  }

  .list-parent-flex {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-left-child-flex {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    padding: 0;
    display: grid;
  }

  .list-child-flex-w {
    flex-flow: row;
    width: 100%;
  }

  .vert-line {
    width: 50px;
    height: 1px;
    display: none;
  }

  .form-wrapper-small {
    flex: none;
  }

  .form-wrapper-large {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-container-wrapper {
    grid-template-columns: .25fr .35fr 1fr;
  }

  .nav-container-wrapper.no-grid {
    grid-row-gap: 0px;
    justify-items: center;
    position: relative;
  }

  .nav-link.cta {
    font-size: var(--small-text-2);
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link.search {
    font-size: var(--small-text-1);
  }

  .hero-section {
    height: auto;
  }

  .hero-section.promo {
    height: 280px;
  }

  .hero-content-wrapper.main {
    width: 80%;
    margin-top: 40%;
    padding-right: 0;
  }

  .hero-content-wrapper.main.slide-1 {
    margin-top: 15%;
  }

  .hero-content-wrapper.main.promo {
    margin-top: 20%;
  }

  .hero-content-wrapper.main.shop-slide {
    margin-top: 15%;
  }

  .hero-heading.main {
    font-size: var(--h3);
  }

  .hero-slide {
    background-position: 0 0, 90%;
  }

  .hero-slide-2 {
    background-position: 0 0, 70%;
  }

  .grid-3-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .categ-wrapper.computer {
    background-size: cover;
  }

  .categ-wrapper.home {
    background-position: 100% 100%;
    background-size: 500px;
  }

  .section-no-padding.type {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .value-prop.brands {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .value-prop.checkout {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .value-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .value-content-wrapper.new {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .value-content-wrapper.why {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .value-content-wrapper.list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .value-text {
    text-align: center;
    line-height: 1.5;
  }

  .value-text.small, .value-text.why {
    text-align: left;
  }

  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container.short.search {
    padding-top: 60px;
  }

  .section-container.search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container.bnpss {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-heading {
    font-size: var(--h3);
  }

  .feature-col-list, .feature-col-list._5-col {
    grid-template-columns: 1fr 1fr;
  }

  .section-gray {
    background-position: 50% 150%;
    background-size: 1080px;
  }

  .section-paragraph.short.white {
    width: 100%;
  }

  .footer-section {
    padding: 40px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-slide-3 {
    background-image: linear-gradient(#fff0, #000000e3), url('../images/WhatsApp-Image-2024-03-27-at-1.34.08-PM.jpeg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .product-section.type {
    padding-top: 20px;
  }

  .product-display {
    flex-direction: column-reverse;
  }

  .product-thumbnail-wrapper {
    width: 100%;
  }

  .product-main-showcase {
    width: 100%;
    height: 360px;
  }

  .product-thumbnail-col-list {
    align-items: flex-start;
  }

  .form-product-details-wrapper {
    margin-bottom: 20px;
  }

  .checkout-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-grid.bnpss {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .checkout-product-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkout-content-wrapper.new, .checkout-content-wrapper.top, .checkout-content-wrapper.item-details, .checkout-content-wrapper.bnpss-check-w {
    grid-column-gap: 0px;
  }

  .check-form-data-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-button {
    position: absolute;
    inset: 10% 7% auto auto;
  }

  .social-media {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-arrow {
    font-size: var(--h4);
    background-color: #06c0;
    margin-left: 0;
    margin-right: 0;
  }

  .success-content-wrapper, .success-order-wrapper {
    width: 100%;
  }

  .success-form {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .type-col-wrapper {
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-wrapper.hide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-grid.profile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-img.quality {
    height: auto;
  }

  .about-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-wrapper.story {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .search-pop-up {
    overflow: auto;
  }

  .search-input {
    font-size: var(--body-2);
  }

  .search-cms-link {
    font-size: var(--small-text-2);
    padding: 4px 8px;
  }

  .page-button.section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-slide--4 {
    background-position: 0 0, 90%;
  }

  .hero-slide--5 {
    background-position: 0 0, 80%;
  }

  .shop-hero {
    background-image: linear-gradient(#fff0, #000000e3), url('../images/WhatsApp-Image-2024-03-27-at-1.34.08-PM.jpeg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .bnpss-product-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bnpss-w.bg {
    background-position: 0 0, 70%;
    height: 460px;
  }

  .payment-badges {
    background-size: contain;
  }

  .hero-slide-4 {
    background-image: linear-gradient(#fff0, #000000e3), url('../images/WhatsApp-Image-2024-03-27-at-1.34.08-PM.jpeg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .right-cta-w {
    flex-flow: row-reverse;
  }

  .hero-sell-flex {
    background-image: linear-gradient(#00000080, #00000080), url('../images/high-angle-hands-holding-smartphone.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sell-why-flex {
    flex-flow: column;
  }

  .sell-child-flex-w {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .sell-child-flex-img-w {
    width: 100%;
    height: 320px;
  }

  .list-left-child-flex.brands {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .list-left-child-flex.checkout {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .list-form-parent {
    padding-left: 0;
    padding-right: 0;
  }

  .list-form-w {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrapper-small {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 20px;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
  }

  .nav-container-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-container-wrapper.no-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-link {
    font-size: var(--h4);
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .nav-link.cta {
    border-bottom-style: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8px;
    font-weight: 600;
  }

  .nav-link.search {
    text-align: right;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    font-weight: 600;
  }

  .hero-section.promo {
    height: 320px;
  }

  .hero-content-wrapper.main {
    margin-left: 15%;
  }

  .hero-content-wrapper.main.slide-1 {
    margin-top: 40%;
  }

  .hero-content-wrapper.main.slide-1.promo, .hero-content-wrapper.main.slide-1.bf-promo {
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .hero-content-wrapper.main.promo {
    margin-top: 10%;
  }

  .hero-content-wrapper.main.shop-slide {
    margin-top: 40%;
  }

  .hero-content-wrapper.main.shop-slide.promo {
    margin-top: 10%;
  }

  .hero-heading {
    font-size: var(--h3);
  }

  .hero-slide {
    background-position: 0 0, 80%;
    background-size: auto, cover;
  }

  .hero-slide-2._2 {
    background-image: linear-gradient(90deg, #000, #3a3a3a00), url('../images/student-drags-bag.webp');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.success {
    padding-top: 40px;
  }

  .grid-3-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .categ-wrapper.phone {
    background-position: 50%;
    background-size: cover;
  }

  .categ-wrapper.computer, .categ-wrapper.home {
    background-size: cover;
  }

  .button {
    font-size: var(--small-text-1);
    letter-spacing: .5px;
    text-transform: capitalize;
    width: 100%;
    padding: 4px 12px;
    font-weight: 500;
  }

  .button.submit.product {
    font-size: var(--small-text-1);
    text-transform: uppercase;
  }

  .button.white {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--black);
  }

  .button.white:hover {
    border-color: var(--white);
    color: var(--white);
    background-color: #fff0;
  }

  .section-no-padding.type {
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
  }

  .value-prop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
  }

  .value-prop.brands {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .value-prop.checkout {
    border-style: solid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 16px;
  }

  .value-prop.vert {
    grid-row-gap: 20px;
  }

  .value-content-wrapper.new {
    flex-flow: row;
    margin-bottom: 20px;
  }

  .value-content-wrapper.why {
    flex-flow: column;
    margin-bottom: 0;
  }

  .value-content-wrapper.list {
    flex-flow: row;
    margin-bottom: 20px;
  }

  .value-text.center {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .value-text.black {
    text-align: center;
  }

  .value-text.black.left {
    text-align: left;
  }

  .section-container.short {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container.short.search {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    max-width: 100%;
    padding: 100px 10px 20px;
  }

  .section-container.contact, .section-container.n-search {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container.n-search.search {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    max-width: 100%;
    padding: 100px 10px 20px;
  }

  .section-heading {
    font-size: var(--h3);
  }

  .section-heading.left-align.search {
    margin-bottom: 0;
  }

  .feature-col-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-col-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-col-item {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .f-product-list-wrapper {
    border-color: var(--gray-4);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 10px 0;
    display: flex;
  }

  .f-product-list-img-wrapper {
    background-size: 125px;
    height: 150px;
  }

  .f-product-content-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
  }

  .f-product-content-wrapper:hover {
    padding-bottom: 10px;
  }

  .price-text {
    font-size: var(--body-2);
  }

  .price-text.currency {
    font-size: var(--small-text-1);
    font-weight: 500;
  }

  .price-text.currency.discount {
    font-size: var(--small-text-2);
  }

  .price-text.discount {
    font-size: var(--body-2);
  }

  .price-wrapper {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: inline-flex;
  }

  .price-wrapper.bnpss {
    margin-left: 20px;
  }

  .product-list-heading {
    font-size: var(--body-2);
  }

  .product-list-heading.large {
    font-size: var(--h4);
  }

  .product-list-heading.search {
    font-size: var(--h5);
  }

  .product-list-heading.bnpss-small {
    margin-left: 20px;
  }

  .product-brand-heading {
    font-size: 9px;
    font-weight: 500;
  }

  .product-list-cta-wrapper {
    margin-top: 10px;
  }

  .section-gray {
    background-image: linear-gradient(#ffffffcf, #ffffffcf), url('../images/bg-img-beo.png');
    background-position: 0 0, 70% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-paragraph.short {
    width: 100%;
  }

  .section-paragraph.search {
    display: none;
  }

  .section-paragraph.white {
    width: 100%;
  }

  .footer-section {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px;
  }

  .footer-form {
    padding: 20px 0;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: var(--small-text-1);
    text-align: center;
  }

  .footer-legal-link {
    font-size: var(--small-text-1);
    text-decoration: none;
  }

  .footer-link-title {
    line-height: 1.5;
  }

  .hero-slide-3 {
    background-image: linear-gradient(#fff0, #000000e3), url('../images/2-6-min.png');
    background-position: 0 0, 50%;
  }

  .hero-slide-3._1 {
    background-position: 0 0, 70% 30%;
  }

  .shop-hero-section {
    height: 380px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-section {
    border-bottom: 1px solid var(--gray-3);
    grid-template-columns: 1fr;
    padding: 20px 5px 40px;
  }

  .product-section.type {
    padding-top: 0;
  }

  .filter-block {
    border: 1px solid var(--gray-3);
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-product-child-wrapper {
    margin-top: 20px;
    padding: 20px 0;
  }

  .shop-col-wrapper {
    margin-top: 0;
  }

  .fs-checkbox-label {
    font-size: var(--small-text-1);
    font-weight: 500;
  }

  .brands-col-item {
    margin-bottom: 5px;
  }

  .filter-title {
    margin-bottom: 10px;
  }

  .shop-product-list-wrapper {
    border-color: var(--gray-3);
    flex-flow: column;
    align-items: stretch;
    padding: 10px 0;
  }

  .shop-product-list-wrapper:hover {
    border-color: var(--blue);
  }

  .product-detail-page-flex {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-display {
    margin-bottom: 60px;
    position: relative;
  }

  .product-main-showcase {
    height: 320px;
    margin-top: 10px;
  }

  .product-thumbnail-col-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .product-thumbnail-col-item {
    width: 80px;
    height: 80px;
  }

  .product-desc-rich-text-block {
    font-size: .9em;
    line-height: 1.1;
  }

  .breadcrumbs-wrapper {
    top: -9%;
  }

  .breadcrumbs-wrapper.shop-page {
    top: .05%;
  }

  .breadcrumbs-link, .breadcrumbs-link.w--current {
    flex: none;
  }

  .breadcrumbs-text {
    border-bottom-style: none;
  }

  .check-out-modal {
    height: auto;
    padding-bottom: 40px;
    overflow: auto;
  }

  .checkout-heading {
    font-size: var(--h5);
  }

  .checkout-grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    overflow: scroll;
  }

  .checkout-product-wrapper {
    border-radius: 10px;
    padding: 20px 10px;
  }

  .checkout-content-wrapper.bnpss-check-w {
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .check-form-data-wrapper {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .close-button.reset {
    inset: 0% 0% auto auto;
  }

  .filter-title-wrapper {
    position: relative;
  }

  .nav-menu {
    width: 80vw;
  }

  .top-bar-sort {
    margin-bottom: 20px;
  }

  .ad-bar {
    padding: 10px 20px;
  }

  .ad-text {
    text-align: center;
    line-height: 1.4;
  }

  .social-media {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu.w--open {
    background-color: var(--black);
  }

  .hero-arrow {
    font-size: var(--h5);
    background-color: #17171700;
    border-radius: 0;
    width: 24px;
    height: 24px;
    margin-top: 285px;
    margin-left: 0;
    margin-right: 0;
  }

  .shop-col-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .success-content-wrapper {
    padding: 20px 20px 40px;
  }

  .success-order-wrapper {
    padding-bottom: 20px;
  }

  .success-name-wrapper {
    margin-bottom: 10px;
  }

  .success-top-wrapper, .success-label.title, .success-order-flex, .success-order-flex.amount {
    margin-bottom: 20px;
  }

  .product-type-wrapper {
    background-size: 40px;
    width: 64px;
    height: 64px;
  }

  .nav-link-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 10px;
  }

  .nav-link-wrapper.hide {
    width: auto;
    margin-top: -30px;
    margin-bottom: 10px;
  }

  .about-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .about-grid.values {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .about-img.quality {
    height: 220px;
  }

  .about-content.profile, .about-content.story {
    padding: 0 0 20px;
  }

  .about-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .search-element-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    margin-bottom: 20px;
  }

  .search-input {
    font-size: var(--small-text-1);
    width: 100%;
  }

  .search-col-wrapper {
    margin-top: 10px;
  }

  .search-col-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
  }

  .search-cms-link {
    margin-bottom: 5px;
  }

  .search-categ-title {
    font-size: var(--small-text-1);
  }

  .cta-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .close-wrapper {
    width: 24px;
    height: 24px;
    inset: 10% 5% auto auto;
  }

  .product-img-link {
    width: 100%;
  }

  .brand-link {
    margin-bottom: 0;
  }

  .page-button {
    font-size: var(--small-text-1);
    padding-left: 10px;
    padding-right: 10px;
  }

  .paginate-block {
    justify-content: space-between;
  }

  .search-img-wrapper {
    height: 100px;
  }

  .search-content-wrapper {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .search-result-item {
    flex-flow: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .search-result-wrapper {
    margin-top: 10px;
  }

  .search-link {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search-slug {
    font-size: 11px;
    display: block;
  }

  .discount-cancel {
    width: 60%;
  }

  .form-pay-now {
    padding: 8px 12px;
  }

  .form-pay-now.white {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--black);
  }

  .form-pay-now.white:hover {
    border-color: var(--white);
    color: var(--white);
    background-color: #fff0;
  }

  .hero-slide--4 {
    background-position: 0 0, 80%;
  }

  .hero-slide--5 {
    background-position: 0 0, 70%;
  }

  .check-out-modal-bnpss {
    height: auto;
    padding-bottom: 40px;
    overflow: auto;
  }

  .bnpss-checkbox-mark {
    margin-left: -26px;
    margin-right: 10px;
  }

  .days-tag {
    margin-bottom: 24px;
  }

  .bnpss-product-wrapper {
    border-radius: 10px;
    padding: 20px 0 0;
  }

  .bnpss-w {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bnpss-w.success {
    padding-top: 40px;
  }

  .bnpss-w.bg {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/buy-now-img.webp');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-radius: 0;
  }

  .empty-state {
    width: 288px;
  }

  .bf-wrapper {
    background-image: url('../images/Black-friday-mobile_1.avif');
  }

  .hero-slide-4 {
    background-image: linear-gradient(#fff0, #000000e3), url('../images/2-6-min.png');
    background-position: 0 0, 50%;
  }

  .hero-slide-4._1 {
    background-position: 0 0, 70% 30%;
  }

  .right-cta-w {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-sell-flex {
    background-image: linear-gradient(#fff0, #000), url('../images/high-angle-hands-holding-smartphone.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .sell-about-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sell-why-flex {
    padding: 40px 20px;
  }

  .sell-child-flex-w {
    padding-top: 20px;
  }

  .why-child-flex {
    width: 100%;
  }

  .list-parent-flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-left-child-flex {
    grid-template-columns: 1fr;
    place-items: start;
    padding: 10px;
  }

  .list-left-child-flex.brands {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .list-left-child-flex.checkout {
    border-style: solid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding: 16px;
  }

  .hero-w {
    background-image: linear-gradient(#000000d9 9%, #1d1d1da1 50%, #000 93%), url('../images/eykrom-home-img_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
}

#w-node-_06092bda-e75c-f21b-7105-180e174be390-174be38f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_06092bda-e75c-f21b-7105-180e174be3a0-174be38f, #w-node-_06092bda-e75c-f21b-7105-180e174be3ab-174be38f, #w-node-_06092bda-e75c-f21b-7105-180e174be3b8-174be38f, #w-node-_06092bda-e75c-f21b-7105-180e174be3c1-174be38f, #w-node-_06092bda-e75c-f21b-7105-180e174be3ca-174be38f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06092bda-e75c-f21b-7105-180e174be3d1-174be38f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_1233f88d-4850-62c7-ce3f-47f0e9674750-e967474e, #w-node-_1233f88d-4850-62c7-ce3f-47f0e9674752-e967474e, #w-node-_1233f88d-4850-62c7-ce3f-47f0e9674754-e967474e, #w-node-_1233f88d-4850-62c7-ce3f-47f0e9674756-e967474e, #w-node-_1233f88d-4850-62c7-ce3f-47f0e9674758-e967474e, #w-node-_1233f88d-4850-62c7-ce3f-47f0e967475a-e967474e, #w-node-aa1b24ec-6209-97e6-c592-b2a8834a869f-834a869d, #w-node-aa1b24ec-6209-97e6-c592-b2a8834a86a3-834a869d, #w-node-aa1b24ec-6209-97e6-c592-b2a8834a86ab-834a869d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87d9c592-1860-f0af-5ee8-2db7b44fad4d-1d027939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eac83882-84a2-d86f-b729-1ad77559fd1e-b4384ed3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_64cc86e2-4a2c-71f9-7b90-62e30a362409-bd1d11b7, #w-node-_2510036a-9d1c-53ca-69bd-d4b248ca0e2a-bd1d11b7, #w-node-_3c4741d8-f8e1-a1f1-e90f-e6bd7e9d1a4b-bd1d11b7, #w-node-a7136756-d262-854e-c73c-db0ab5f227b8-bd1d11b7, #w-node-_08c4a1fa-b673-641e-fab8-186e535dcd6d-bd1d11b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c4a1fa-b673-641e-fab8-186e535dcd7a-bd1d11b7 {
  justify-self: start;
}

#w-node-_08c4a1fa-b673-641e-fab8-186e535dcd66-bd1d11b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64ba12cf-ad01-5139-e432-efbdbdf3a640-bd1d11b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_64ba12cf-ad01-5139-e432-efbdbdf3a641-bd1d11b7, #w-node-_64ba12cf-ad01-5139-e432-efbdbdf3a648-bd1d11b7, #w-node-_64ba12cf-ad01-5139-e432-efbdbdf3a64f-bd1d11b7, #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebe85-bd1d11b7, #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebe87-bd1d11b7, #w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed503-bd1d11b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed513-bd1d11b7 {
  justify-self: start;
}

#w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed520-bd1d11b7, #w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed525-bd1d11b7, #w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed531-bd1d11b7, #w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed536-bd1d11b7 {
  justify-self: end;
}

#w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed53c-bd1d11b7, #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebe8d-bd1d11b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebe9d-bd1d11b7 {
  justify-self: start;
}

#w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebeaa-bd1d11b7, #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebeaf-bd1d11b7, #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebebb-bd1d11b7, #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebec0-bd1d11b7 {
  justify-self: end;
}

#w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebec6-bd1d11b7, #w-node-_707a38a3-6c53-0f6b-bf78-08c11fb1f886-2ccc8d40, #w-node-_707a38a3-6c53-0f6b-bf78-08c11fb1f8aa-2ccc8d40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aa23720-fea0-3764-13ca-800579ba22c4-b61751f8 {
  place-self: auto center;
}

#w-node-f508ac22-fa0d-dc9a-9051-4c91643a3522-b61751f8, #w-node-f508ac22-fa0d-dc9a-9051-4c91643a3546-b61751f8, #w-node-af9659f4-e96d-6308-f3e1-f130ff5990d9-b6285f7f, #w-node-_1b324d21-d413-5647-1283-41f87aae7e1a-b6285f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67d5b9e1-75f5-434a-2aea-0301533b62d5-b8122bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_67d5b9e1-75f5-434a-2aea-0301533b62d6-b8122bf4, #w-node-adf39011-c432-ba3b-701e-d68da4677a71-b8122bf4, #w-node-b6b4672d-cbf8-28cf-b261-cd4856973891-b8122bf4, #w-node-e785f1cb-33cf-af65-a707-d05da244fcc6-b8122bf4, #w-node-_106c5201-b900-ce53-a060-dfa1b0af34b5-b8122bf4, #w-node-_106c5201-b900-ce53-a060-dfa1b0af34b6-b8122bf4, #w-node-_106c5201-b900-ce53-a060-dfa1b0af34bb-b8122bf4, #w-node-_106c5201-b900-ce53-a060-dfa1b0af34c0-b8122bf4, #w-node-_106c5201-b900-ce53-a060-dfa1b0af34c1-b8122bf4, #w-node-_106c5201-b900-ce53-a060-dfa1b0af34c2-b8122bf4, #w-node-_106c5201-b900-ce53-a060-dfa1b0af34c7-b8122bf4, #w-node-_106c5201-b900-ce53-a060-dfa1b0af34cc-b8122bf4, #w-node-e3334675-5f0b-bedd-e8ee-c61483c636f5-b8122bf4, #w-node-_5d6e0fc3-0a31-7f3f-db8b-c5c1d33692c7-b8122bf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67d5b9e1-75f5-434a-2aea-0301533b62d5-763f7c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_67d5b9e1-75f5-434a-2aea-0301533b62d6-763f7c2e, #w-node-_1b324d21-d413-5647-1283-41f87aae7e1a-52aaa390, #w-node-_1b324d21-d413-5647-1283-41f87aae7e1a-4df772ad, #w-node-_1b324d21-d413-5647-1283-41f87aae7e1a-5296f6a7, #w-node-b5ca33d0-4cff-05e0-6cd5-c31f32cbd25c-50bcec0d, #w-node-_2f8d55cd-b21f-fab4-6915-336f71b712e2-50bcec0d, #w-node-b541c486-bd20-e377-fbf3-d555de01d65d-50bcec0d, #w-node-_19a8bbfb-a300-b5e0-3922-1e0730ebbe7c-50bcec0d, #w-node-bc418417-89a8-16df-92e8-bfa91c343446-50bcec0d, #w-node-_8f7badf3-7639-7d1d-0b70-9a108656a6de-50bcec0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_466633ce-13e1-1f64-e31f-a7151d027947-1d027939 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_707a38a3-6c53-0f6b-bf78-08c11fb1f886-2ccc8d40, #w-node-_707a38a3-6c53-0f6b-bf78-08c11fb1f8aa-2ccc8d40, #w-node-f508ac22-fa0d-dc9a-9051-4c91643a3522-b61751f8, #w-node-f508ac22-fa0d-dc9a-9051-4c91643a3546-b61751f8, #w-node-af9659f4-e96d-6308-f3e1-f130ff5990d9-b6285f7f, #w-node-_1b324d21-d413-5647-1283-41f87aae7e1a-b6285f7f, #w-node-_1b324d21-d413-5647-1283-41f87aae7e1a-52aaa390, #w-node-_1b324d21-d413-5647-1283-41f87aae7e1a-4df772ad, #w-node-_1b324d21-d413-5647-1283-41f87aae7e1a-5296f6a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_466633ce-13e1-1f64-e31f-a7151d02793c-1d027939 {
    justify-self: end;
  }

  #w-node-_466633ce-13e1-1f64-e31f-a7151d027947-1d027939 {
    justify-self: start;
  }

  #w-node-_87d9c592-1860-f0af-5ee8-2db7b44fad4d-1d027939 {
    justify-self: center;
  }

  #w-node-cbef41cc-e60b-510f-1b59-5475c657e1cb-b8122bf4, #w-node-cbef41cc-e60b-510f-1b59-5475c657e1cb-763f7c2e {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06092bda-e75c-f21b-7105-180e174be390-174be38f, #w-node-_06092bda-e75c-f21b-7105-180e174be3d1-174be38f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_466633ce-13e1-1f64-e31f-a7151d02793c-1d027939, #w-node-_87d9c592-1860-f0af-5ee8-2db7b44fad4d-1d027939 {
    justify-self: center;
  }

  #w-node-_64ba12cf-ad01-5139-e432-efbdbdf3a640-bd1d11b7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed520-bd1d11b7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed525-bd1d11b7 {
    justify-self: start;
  }

  #w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed531-bd1d11b7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_93d5e4d8-9aa9-6a93-4be8-ae0dab8ed536-bd1d11b7 {
    justify-self: start;
  }

  #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebeaa-bd1d11b7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebeaf-bd1d11b7 {
    justify-self: start;
  }

  #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebebb-bd1d11b7 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_134b8b74-09d7-a0bf-2f7a-34ac0cbebec0-bd1d11b7 {
    justify-self: start;
  }

  #w-node-_106c5201-b900-ce53-a060-dfa1b0af34bb-b8122bf4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_106c5201-b900-ce53-a060-dfa1b0af34c7-b8122bf4 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_5d6e0fc3-0a31-7f3f-db8b-c5c1d33692c7-b8122bf4 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


