@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay Variable;
  src: url('../fonts/ClashDisplay-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashdisplay;
  src: url('../fonts/ClashDisplay-Light.ttf') format("truetype"), url('../fonts/ClashDisplay-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #030303;
  background-image: url('../images/sta-ba.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Clashdisplay, sans-serif;
  font-size: 118px;
  font-weight: 600;
  line-height: 101.563%;
}

.text-span {
  color: #f28c27;
}

.counterwrapper {
  grid-column-gap: 41px;
  grid-row-gap: 7px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.countdown-wrapper {
  position: static;
}

.countdown-wrapper.up {
  z-index: 6;
  background-color: #04010a;
  border-radius: 12px;
  min-width: 98px;
  min-height: 98px;
}

.countdown-wrapper.up.second {
  background-color: #000;
  border: 1.5px solid #f28c27;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  min-height: 110px;
  padding: 0;
  display: flex;
  left: 543px;
}

.countdown-wrapper.up.min {
  background-color: #000;
  border: 1.5px solid #f28c27;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  min-height: 110px;
  padding: 0;
  display: flex;
  left: 693px;
}

.countdown-wrapper.up.day {
  filter: blur();
  background-color: #000;
  border: 1.5px solid #f28c27;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  min-height: 110px;
  padding: 0;
  display: flex;
  left: 285px;
  right: auto;
}

.countdown-wrapper.up.hours {
  background-color: #000;
  border: 1.5px solid #f28c27;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  min-height: 110px;
  padding: 0;
  display: flex;
  left: 413px;
}

.paragraph-2 {
  z-index: 0;
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 80%;
  position: relative;
}

.paragraph-2.day {
  display: none;
}

.countdown-writting {
  z-index: 7;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: center;
  align-items: center;
  min-width: 86%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.paragraph-7 {
  color: #8d8d8d;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  min-width: 98px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 80%;
  display: flex;
}

.boximage {
  width: auto;
  max-width: 100%;
  height: 50%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
}

.linearwrapper {
  -webkit-text-fill-color: inherit;
  background-color: orange;
  background-clip: border-box;
  border-radius: 33px;
  padding: 1px;
}

.html-embed-2 {
  display: none;
}

.cornergrad {
  display: none;
  position: absolute;
  inset: auto auto 0% -10%;
}

.cornergrad2 {
  display: none;
  position: absolute;
  inset: -10% -10% auto auto;
}

.countbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobileboximage, .cornergradmobile {
  display: none;
}

.socialmedia {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #57320d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px 12px;
  display: flex;
  position: static;
  inset: auto 38% 14%;
}

.html-embed-3 {
  padding-left: 16px;
  padding-right: 16px;
}

.html-embed-4 {
  padding-left: 16px;
  padding-right: 0;
}

.html-embed-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.html-embed-6 {
  padding-left: 1px;
  padding-right: 1px;
}

.html-embed-7 {
  display: none;
}

.main-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-1 {
  color: #f28c26;
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
}

.text-span-2 {
  color: #fff;
}

.heading-2 {
  color: #fff;
  letter-spacing: -7px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 100%;
}

.text-span-3 {
  color: #f28c26;
}

.link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-bottom: 10vh;
  display: flex;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-3 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.text-span-4 {
  color: #f28c26;
  font-weight: 600;
}

.categore-3-content {
  background-image: url('../images/categorie-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 71px;
  display: flex;
}

.main-categorire-subheading {
  color: #fff;
  font-size: 20px;
}

.code-embed-20 {
  position: absolute;
  inset: auto -4% -9% auto;
}

.categore-3-video {
  background-image: linear-gradient(90deg, #e78bdc, #e78bdc00);
  border-bottom-right-radius: 64px;
  width: 50%;
  max-height: 100%;
}

.code-embed-19 {
  position: absolute;
  inset: -22% -6% auto auto;
}

.categories-content {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 109px;
  display: flex;
}

.code-embed-21 {
  position: absolute;
  inset: auto auto -24% -9%;
}

.code-embed-18 {
  position: absolute;
  inset: -37% auto auto -5%;
}

.categorie-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.categories-second-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.categore-1-content {
  background-image: url('../images/Group-93.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 71px;
  display: flex;
}

.categorie-mid {
  margin-top: 12px;
}

.categories-main-heading {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.main-categorie-heading {
  color: #fff;
  letter-spacing: -1px;
  font-size: 32px;
  font-weight: 700;
}

.categore-4-content {
  background-image: url('../images/categorie-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 71px;
  display: flex;
}

.categore-2-content {
  background-image: url('../images/categorie-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 71px;
  display: flex;
}

.categorie-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-categorie-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.categore-2-video {
  background-image: linear-gradient(90deg, #f68977, #f6897700);
  border-bottom-right-radius: 64px;
  width: 50%;
  max-height: 100%;
}

.text-block-3 {
  letter-spacing: -3px;
  padding-right: 64px;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.categories-heading {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #808581;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.categories {
  padding-bottom: 64px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.categorie-1 {
  border: 1px solid #0000;
  border-top-left-radius: 32px;
  border-bottom-right-radius: 32px;
  height: 333px;
  display: flex;
  position: relative;
}

.categore-1-video {
  background-image: linear-gradient(90deg, #90b74a, #90b74a00);
  border-bottom-right-radius: 64px;
  width: 50%;
  max-height: 100%;
}

.categore-4-video {
  background-image: linear-gradient(90deg, #71aeff, #e78bdc00);
  border-bottom-right-radius: 64px;
  width: 50%;
  max-height: 100%;
}

.code-embed-22 {
  position: absolute;
  inset: -22% -6% auto auto;
}

.code-embed-23 {
  position: absolute;
  inset: auto auto -24% -9%;
}

.code-embed-24 {
  position: absolute;
  inset: -37% auto auto -5%;
}

.text-block-5 {
  color: #808581;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.code-embed-25 {
  position: absolute;
  inset: -22% -6% auto auto;
}

.code-embed-26 {
  position: absolute;
  inset: auto auto -24% -9%;
}

.code-embed-27 {
  position: absolute;
  inset: -37% auto auto -5%;
}

.text-block-6 {
  color: #808581;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block {
  margin-top: 32px;
}

.main-content-wrapper {
  display: none;
}

.logo-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-right: 30px;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  color: #fff;
  letter-spacing: .36px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-span-5 {
  font-weight: 600;
}

.code-embed-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #74a4e7;
  padding: 20px;
}

.navbar-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.cms-products-wrapper {
  text-align: center;
  background-color: #fdaeae;
  padding-top: 40px;
}

.content-text {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.cms-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-offset: 0px;
  color: #fff;
  background-color: #e97e7e;
  outline: 3px solid #4ef0da;
  padding: 14px;
  display: flex;
}

.standalone-label {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.collection-item {
  background-color: #ce3c3c;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.collection-list-wrapper {
  margin-top: 40px;
}

.proizvodi-template {
  text-align: center;
  background-color: #f5d190;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.navv {
  text-align: center;
  background-color: #f8f673;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1.5;
}

.link-block-2 {
  text-decoration: none;
}

.standalone-brand {
  color: #fff;
  text-decoration: none;
}

.cms-item-textf {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.label-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-8 {
  font-family: Raleway, sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.standalone-brand-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.standalone-subcategory-div, .standalone-category-div, .standalone-price-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.price {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.standalone-discount-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.filters-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.checkbox-field {
  background-color: #aa4a4a;
  padding: 24px 24px 24px 50px;
}

.dropdown {
  flex: 1;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-2.w--open {
  text-transform: none;
  background-color: #fff;
  margin-left: -20px;
  padding-left: 20px;
}

.sort-text {
  color: #303030bf;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.dropdown-toggle-3 {
  text-transform: none;
  padding: 10px 24px 10px 0;
}

.dropdown-link {
  color: #303030;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.filters-mobile-trigger {
  display: none;
}

.icon {
  margin-right: 0;
}

.product-sort-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.popularity-text {
  color: #303030;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-9 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
}

.text-block-10 {
  font-size: 22px;
  line-height: 1.2;
}

.cms-dynamic {
  font-size: 32px;
  line-height: 1.2;
}

.image-96 {
  max-width: 85%;
}

.link-block-3 {
  margin-top: -10px;
}

.image-97 {
  margin-left: -2px;
}

@media screen and (min-width: 1280px) {
  .categore-3-content {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
  }

  .categore-3-video {
    width: 50%;
  }

  .categore-1-content {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
  }

  .categories-main-heading {
    justify-content: flex-start;
    align-items: center;
  }

  .categore-4-content, .categore-2-content {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
  }

  .categore-2-video {
    width: 50%;
  }

  .categories {
    padding-top: 128px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .categorie-1 {
    border-top-left-radius: 64px;
    border-bottom-right-radius: 64px;
    display: flex;
  }

  .categore-1-video, .categore-4-video {
    width: 50%;
  }

  .logo-wrapper {
    margin-right: 52px;
  }
}

@media screen and (min-width: 1440px) {
  .categories-heading {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .logo-wrapper {
    margin-right: 52px;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 147px;
  }

  .counterwrapper {
    grid-column-gap: 50px;
  }

  .boximage {
    height: 60%;
  }

  .heading-1 {
    font-size: 105px;
  }

  .heading-2 {
    font-size: 170px;
  }

  .heading-3 {
    font-size: 42px;
  }

  .categories {
    padding-left: 20%;
    padding-right: 20%;
  }

  .logo-wrapper {
    margin-right: 48px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    overflow: hidden;
  }

  .heading {
    font-size: 64px;
    line-height: 110%;
  }

  .countdown-wrapper.up.second, .countdown-wrapper.up.min, .countdown-wrapper.up.day, .countdown-wrapper.up.hours {
    min-width: 80px;
    min-height: 80px;
  }

  .paragraph-2 {
    font-size: 48px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .boximage {
    max-width: 100vw;
    position: absolute;
    inset: auto 0% 0% auto;
    overflow: hidden;
  }

  .text-block-3 {
    font-size: 40px;
  }

  .dropdown-toggle-3 {
    padding-right: 20px;
  }

  .filters-mobile-trigger {
    max-width: 8%;
    margin-left: 40px;
    display: block;
  }

  .product-sort-wrapper {
    z-index: 1;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 54px;
  }

  .counterwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-position: 50%;
    max-width: 100vw;
  }

  .heading {
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 55px;
  }

  .counterwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    justify-content: center;
    max-width: 100vw;
    min-height: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .countdown-wrapper.up.second {
    border-style: solid;
    border-radius: 13px;
    flex-direction: column;
    min-width: 60px;
    min-height: 60px;
    left: 308px;
  }

  .countdown-wrapper.up.min {
    border-style: solid;
    border-radius: 13px;
    flex-direction: column;
    min-width: 60px;
    min-height: 60px;
    left: 219px;
  }

  .countdown-wrapper.up.day {
    z-index: 6;
    border: 1.5px solid #f28c27;
    border-radius: 13px;
    flex-direction: column;
    min-width: 60px;
    min-height: 60px;
    position: static;
    left: 37px;
  }

  .countdown-wrapper.up.hours {
    border-style: solid;
    border-radius: 13px;
    flex-direction: column;
    min-width: 60px;
    min-height: 60px;
    left: 128px;
  }

  .paragraph-2 {
    font-size: 28px;
  }

  .paragraph-2.day {
    font-size: 12px;
    display: block;
  }

  .countdown-writting {
    grid-column-gap: 0px;
    font-size: 14px;
    display: none;
  }

  .paragraph-7 {
    min-width: auto;
    font-size: 15px;
  }

  .boximage {
    display: none;
  }

  .linearwrapper {
    border-radius: 14px;
  }

  .html-embed-2 {
    z-index: 0;
    position: relative;
  }

  .cornergrad, .cornergrad2 {
    display: none;
  }

  .countbox {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .mobileboximage {
    width: auto;
    max-height: 55vh;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .cornergradmobile {
    width: 100%;
    max-width: 100vw;
    height: 50%;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .socialmedia {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 95%;
  }

  .heading-1 {
    letter-spacing: -6px;
    font-size: 56px;
  }

  .heading-2 {
    letter-spacing: -3.2px;
    font-size: 64px;
  }

  .content-wrapper {
    width: 100%;
  }

  .arrow-div {
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 30px;
  }

  .heading-3 {
    text-align: center;
    font-size: 20px;
  }

  .categore-3-content {
    z-index: 2;
    width: 100%;
    height: 50%;
    position: relative;
  }

  .code-embed-20 {
    display: none;
  }

  .categore-3-video {
    background-image: linear-gradient(#e78bdc, #e78bdc00);
    width: 100%;
    height: 50%;
  }

  .main-content-div.testing {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 33px;
    margin-left: 38px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .code-embed-19, .code-embed-21, .code-embed-18 {
    display: none;
  }

  .categories-second-heading {
    width: 100%;
  }

  .categore-1-content.testing {
    z-index: 2;
    width: 100%;
    height: 50%;
    position: relative;
  }

  .categories-main-heading {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .categore-4-content, .categore-2-content {
    z-index: 2;
    width: 100%;
    height: 50%;
    position: relative;
  }

  .main-categorie-text {
    font-size: 18px;
  }

  .categore-2-video {
    background-image: linear-gradient(#f68977, #f6897700);
    width: 100%;
    height: 50%;
  }

  .text-block-3 {
    font-size: 32px;
    line-height: 32px;
  }

  .categories-heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .categorie-1 {
    flex-flow: column;
  }

  .categore-1-video.testing {
    background-image: linear-gradient(#90b74a, #90b74a00);
    width: 100%;
    height: 50%;
  }

  .categore-4-video {
    background-image: linear-gradient(#71aeff, #e78bdc00);
    width: 100%;
    height: 50%;
  }

  .code-embed-22, .code-embed-23, .code-embed-24 {
    display: none;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .code-embed-25, .code-embed-26, .code-embed-27 {
    display: none;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .logo-wrapper {
    margin-right: 0;
  }

  .image-95 {
    max-width: 50%;
  }

  .dropdown-list-2.w--open {
    z-index: 1;
  }

  .sort-text {
    font-size: 14px;
  }

  .filters-mobile-trigger {
    justify-content: flex-end;
    align-items: center;
    max-width: 24%;
    display: flex;
  }

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

  .popularity-text {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.ttf') format('truetype'), url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}