body {
  background-color: #0a0a0a;
  margin: 0;
  padding: 0;
}

.video_wrapper {
  width: 100%;
  max-height: calc(100vh - 180px);
  overflow: hidden;
}

.video_wrapper video {
  width: 100%;
  opacity: 0.5;
}

#mobile_video {
  display: none;
}

* {
  font-family: "Oxanium", sans-serif;
}

div,
section {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select[disabled] {
  cursor: not-allowed;
}

section#home {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

section#home .buttons_wrapper {
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#home .buttons_wrapper h4 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin: 0;
  margin-bottom: 38px;
}

section#home .buttons_wrapper .buttons button {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  background-color: #2c2c2c;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 280px;
  height: 80px;
  position: relative;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section#home .buttons_wrapper .buttons button:hover {
  background-color: #cb2c30;
}

section#home .buttons_wrapper .buttons button:first-child {
  position: relative;
  left: 25px;
  top: -10px;
  z-index: 1;
}

section#home .buttons_wrapper .buttons button:last-child {
  right: 25px;
}

section#home .buttons_wrapper .buttons button.active {
  background-color: #cb2c30;
}

section#home .content {
  width: 820px;
  height: 330px;
  position: absolute;
  top: 45%;
}

section#home .content::after {
  content: "";
  position: absolute;
  background-color: #0f0f0fba;
  -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  width: 840px;
  height: 291px;
  z-index: 1;
}

section#home .content .text {
  z-index: 3;
  position: absolute;
  right: 100px;
  top: 15%;
}

section#home .content .text h1 {
  font-size: 50px;
  color: #fff;
  margin: 0;
  line-height: 62.5px;
  margin-bottom: 23px;
}

section#home .content .text .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#home .content .text .wrapper p {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

section#home .content .text .wrapper button {
  width: 182px;
  height: 44px;
  background-color: #cb2c30;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  margin-right: 31px;
  -webkit-transition: .5s;
  transition: .5s;
}

section#home .content .text .wrapper button:hover {
  background-color: #910004;
}

section#home .content > svg {
  position: absolute;
  top: -20px;
  z-index: 2;
  width: 848px;
}

section#search {
  padding: 93px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19px;
  width: 100%;
  background-color: #0F0F0F;
  position: relative;
}

section#search .select-box {
  position: relative;
}

section#search .select-box svg {
  position: absolute;
  top: 24px;
  right: 16px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

section#search .select-box select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  width: 245px;
  background-color: #0A0A0A;
  border: 1px solid #2C2C2C;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 18px 16px;
}

section#search button.search {
  width: 245px;
  height: 54px;
  background-color: #CB2C30;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

section#search button.search:hover {
  background-color: #910004;
}

section#search .select-box.selected svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section#search .error-notification {
  position: absolute;
  bottom: 30px;
  display: none;
  width: auto !important;
}

section#products {
  width: 100%;
  padding: 100px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#products h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 13px;
  line-height: 56.25px;
}

section#products > p {
  font-size: 14px;
  line-height: 17.64px;
  color: #CB2C30;
  font-weight: 600;
  font-family: Plus Jakarta Sans;
  text-align: center;
  cursor: pointer;
  margin: 0;
}

section#products > p svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 18px;
}

section#products > p svg rect {
  fill: #CB2C30;
}

section#products .cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1065px;
  gap: 15px;
  margin-top: 60px;
  scrollbar-width: none;
}

section#products .cards-wrapper .card {
  width: 255px;
  padding: 15px;
  background-color: #0F0F0F;
}

section#products .cards-wrapper .card > p {
  font-size: 14px;
  font-weight: 600;
  line-height: 17.5px;
  color: #8B8B8B;
}

section#products .cards-wrapper .card * {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}

section#products .cards-wrapper .card img {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  pointer-events: none;
}

section#products .cards-wrapper .card h4 {
  font-size: 14px;
  color: #fff;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 13px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
}

section#products .cards-wrapper .card h6 {
  font-size: 14px;
  color: #3E3E3E;
}

section#products .cards-wrapper .card h6 .old {
  text-decoration: line-through;
}

section#products .cards-wrapper .card h6 .new {
  color: #CB2C30;
  margin-left: 11px;
}

section#products .cards-wrapper .card button {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #CB2C30;
  text-align: left;
  color: #CB2C30;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

section#products .cards-wrapper .card button:hover {
  color: #fff;
  border-color: #fff;
}

section#products .cards-wrapper .card button:hover .icon svg {
  margin-right: 5px;
}

section#products .cards-wrapper .card button:hover .icon path {
  fill: #fff;
}

section#products .cards-wrapper .card button .icon {
  float: right;
  -webkit-transition: .5s;
  transition: .5s;
}

section#products .cards-wrapper .card button .icon svg {
  -webkit-transition: .5s;
  transition: .5s;
}

section#products .cards-wrapper .card button .icon svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

section#racebox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 293px;
  position: relative;
  overflow: hidden;
}

section#racebox .wrapper {
  width: 1065px;
}

section#racebox .content {
  background-color: #0A0A0A;
  width: 675px;
  padding: 26px 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}

section#racebox img {
  width: 1050px;
  height: 592px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 114.5px;
  left: 45%;
  z-index: -1;
  -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
}

section#racebox p:not(.description) {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #8B8B8B;
}

section#racebox p:not(.description) svg {
  margin-left: 8px;
}

section#racebox h2 {
  font-size: 54px;
  line-height: 68px;
  color: #fff;
  padding-bottom: 17px;
  border-bottom: 1px solid #fff;
  margin-bottom: 21px;
  margin-top: 17px;
  width: 480px;
}

section#racebox .description {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  width: 496px;
  margin-bottom: 22px;
}

section#racebox a {
  width: 182px;
  height: 44px;
  line-height: 44px;
  background-color: #CB2C30;
  color: #fff;
  border: none;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

section#categories {
  padding-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

section#categories h2 {
  font-size: 45px;
  line-height: 56px;
  color: #fff;
  margin: 0;
  margin-bottom: 60px;
  text-align: center;
}

section#categories .gallery {
  width: 100%;
  max-width: 1065px;
}

section#categories .gallery .wrapper {
  position: relative;
}

section#categories .gallery .wrapper span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

section#categories .gallery .wrapper:nth-child(3) {
  width: 67.14%;
  margin-right: 1.4%;
}

section#categories .gallery .wrapper:nth-child(4) {
  width: 31.46%;
}

section#categories .gallery .wrapper:nth-child(1) {
  width: 49.3%;
  margin-right: 1.4%;
  margin-bottom: 1.4%;
}

section#categories .gallery .wrapper:nth-child(2) {
  width: 49.3%;
}

section#categories .gallery img {
  opacity: .65;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

section#categories .gallery img:hover {
  opacity: 1;
}

section#passion {
  padding-top: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

section#passion .wrapper {
  width: 1065px;
  height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

section#passion .content {
  background-color: #0A0A0A;
  width: 510px;
  float: right;
}

section#passion img {
  position: absolute;
  left: 0;
  width: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

section#passion p:not(.description) {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #8B8B8B;
}

section#passion p:not(.description) svg {
  margin-left: 8px;
}

section#passion h2 {
  font-size: 61px;
  line-height: 76.25px;
  color: #fff;
  padding-bottom: 17px;
  border-bottom: 1px solid #fff;
  margin-bottom: 21px;
  margin-top: 17px;
  width: 510px;
}

section#passion .description {
  font-family: Plus Jakarta Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  width: 510px;
  margin-bottom: 22px;
}

section#passion a {
  width: 201px;
  height: 44px;
  line-height: 44px;
  background-color: #CB2C30;
  color: #fff;
  border: none;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
}

section#passion a:hover {
  background-color: #910004;
}

@media (min-width: 1920px) {
  section#passion {
    position: static;
  }
  section#passion .wrapper {
    position: relative;
  }
  section#passion .wrapper img {
    left: -40%;
    width: 800px;
  }
}

@media (max-width: 1500px) {
  section#racebox .content {
    width: 630px;
  }
  section#racebox img {
    -o-object-position: -100px;
       object-position: -100px;
    left: 40%;
  }
}

@media (max-width: 1400px) {
  section#home .buttons_wrapper .buttons button {
    width: 230px;
    height: 70px;
    font-size: 18px;
  }
  section#search {
    gap: 5px;
  }
  section#search .select-box {
    position: relative;
    width: 20%;
  }
  section#search .select-box select {
    width: 100%;
    font-size: 12px;
    line-height: 15.12px;
  }
  section#search button.search {
    width: 20%;
    font-size: 12px;
    line-height: 15.12px;
  }
  section#search .select-box.selected svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 1300px) {
  .video_wrapper {
    display: none;
  }
  section#home {
    max-height: calc(100vh - 180px);
  }
  section#home .content {
    width: 680px;
    height: 250px;
    position: absolute;
    top: 45%;
  }
  section#home .content::after {
    content: "";
    position: absolute;
    background-color: #0f0f0fba;
    -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    width: 680px;
    height: 250px;
    z-index: 1;
  }
  section#home .content .text {
    z-index: 3;
    position: absolute;
    right: 100px;
    top: 15%;
  }
  section#home .content .text h1 {
    font-size: 40px;
    color: #fff;
    margin: 0;
    line-height: 62.5px;
    margin-bottom: 23px;
  }
  section#home .content .text .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#home .content .text .wrapper p {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  section#home .content .text .wrapper button {
    width: 182px;
    height: 44px;
    background-color: #cb2c30;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    margin-right: 31px;
  }
  section#home .content > svg {
    position: absolute;
    top: -20px;
    z-index: 2;
    width: 848px;
    height: 250px;
    left: -100px;
  }
  #mobile_video {
    display: block;
    min-width: 100%;
    height: 100%;
    opacity: 0.5;
  }
}

@media (max-width: 1200px) {
  section#products .cards-wrapper {
    display: block;
    white-space: nowrap;
    gap: 0;
    overflow: auto;
    cursor: -webkit-grab;
    cursor: grab;
    width: 100%;
  }
  section#products .cards-wrapper .card {
    display: inline-block;
    float: none;
    margin-right: 17px;
    white-space: wrap;
  }
  section#racebox {
    padding: 200px 5% 0 5%;
  }
  section#racebox .content {
    width: 600px;
  }
  section#racebox .content h2 {
    font-size: 48px;
    width: 460px;
    line-height: 55px;
  }
  section#racebox .content .description {
    width: 460px;
  }
  section#racebox img {
    left: 40%;
    width: 800px;
    height: 550px;
    top: 38.3px;
  }
  section#categories {
    padding: 100px 5%;
  }
  section#categories h2 {
    font-size: 35px;
    margin-bottom: 34px;
  }
  section#passion {
    padding: 200px 5% 0 5%;
  }
  section#passion .content {
    width: 460px;
  }
  section#passion h2 {
    font-size: 54px;
    line-height: 61px;
    width: 100%;
  }
  section#passion .description {
    width: 100%;
  }
  section#passion img {
    width: 60%;
    left: -15%;
  }
}

@media (max-width: 1000px) {
  section#racebox {
    padding: 200px 5% 0 5%;
  }
  section#racebox .content {
    width: 450px;
  }
  section#racebox .content h2 {
    font-size: 40px;
    width: 355px;
    line-height: 50px;
  }
  section#racebox .content .description {
    width: 410px;
    font-size: 12px;
  }
  section#racebox img {
    -o-object-position: -100px;
       object-position: -100px;
    left: 33%;
    width: 800px;
    height: 500px;
    top: 78px;
  }
  section#passion .content {
    width: 360px;
  }
  section#passion h2 {
    font-size: 45px;
    line-height: 55px;
  }
  section#passion img {
    width: 70%;
    left: -22%;
  }
  section#passion .description {
    font-size: 13px;
  }
  section#passion a {
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  section#home {
    max-height: calc(100vh - 151px);
  }
  section#home .buttons_wrapper .buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#home .buttons_wrapper .buttons button {
    width: 185px;
    height: 53px;
    font-size: 14px;
    padding: 0;
  }
  section#search {
    display: block;
    padding: 35px 5% 35px 5%;
  }
  section#search .select-box {
    position: relative;
    width: 49%;
    margin-bottom: 15px;
  }
  section#search .select-box select {
    width: 100%;
    font-size: 12px;
    line-height: 15.12px;
  }
  section#search .select-box:nth-child(2n) {
    float: right;
  }
  section#search button.search {
    width: 100%;
    font-size: 12px;
    line-height: 15.12px;
  }
  section#search .select-box.selected svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  section#search .error-notification {
    position: absolute;
    bottom: 10px;
    margin: 0;
  }
  section#products {
    padding: 70px 5% 100px 5%;
  }
  section#products h2 {
    font-size: 25px;
    margin-bottom: 11px;
  }
  section#products > p {
    font-size: 12px;
  }
  section#products .cards-wrapper {
    margin-top: 43px;
  }
  section#racebox {
    padding-top: 0;
  }
  section#racebox .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section#racebox .content {
    width: 90%;
    -webkit-clip-path: none;
            clip-path: none;
  }
  section#racebox .content h2, section#racebox .content .description {
    width: 100%;
  }
  section#racebox .content h2 br, section#racebox .content .description br {
    display: none;
  }
  section#racebox .content h2 {
    font-size: 37px;
    margin: 11px 0 23px 0;
  }
  section#racebox .content p:not(.description) {
    font-size: 12px;
  }
  section#racebox .content a {
    font-size: 12px;
    line-height: 38px;
    height: 38px;
  }
  section#racebox img {
    position: static;
    width: 100vw;
    height: auto;
    -o-object-position: center;
       object-position: center;
    -webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
  }
  section#categories .gallery .wrapper {
    width: 100% !important;
    margin: 0;
    margin-bottom: 3% !important;
    height: 300px;
  }
  section#categories .gallery .wrapper img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section#passion {
    padding-top: 0;
  }
  section#passion .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section#passion .content {
    width: 90vw;
    margin-bottom: 73px;
  }
  section#passion h2 {
    font-size: 40px;
  }
  section#passion p:not(.description), section#passion .description, section#passion a {
    font-size: 12px;
  }
  section#passion img {
    width: 100vw;
    float: left;
    position: static;
  }
  section#newsletter {
    margin-top: 100px;
  }
  section#newsletter p:not(.description), section#newsletter .description, section#newsletter button {
    font-size: 12px !important;
  }
  section#newsletter h2 {
    font-size: 30px;
  }
  section#newsletter .search input {
    height: 40px;
    width: 277px;
  }
  section#newsletter .search button {
    width: 83px;
    height: 40px;
    line-height: 43px;
  }
}

@media (max-width: 700px) {
  section#home .content {
    width: 540px;
    height: 218px;
    position: absolute;
    top: 45%;
  }
  section#home .content::after {
    content: "";
    position: absolute;
    background-color: #0f0f0fba;
    -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    width: 500px;
    height: 185px;
    z-index: 1;
  }
  section#home .content .text {
    z-index: 3;
    position: absolute;
    right: 100px;
    top: 15%;
  }
  section#home .content .text h1 {
    font-size: 26px;
    color: #fff;
    margin: 0;
    line-height: 32.5px;
    margin-bottom: 23px;
  }
  section#home .content .text .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#home .content .text .wrapper p {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.12px;
  }
  section#home .content .text .wrapper button {
    width: 182px;
    height: 44px;
    background-color: #cb2c30;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    margin-right: 31px;
  }
  section#home .content > svg {
    position: absolute;
    top: -20px;
    z-index: 2;
    width: 500px;
    height: 190px;
    left: -10px;
  }
}

@media (max-width: 550px) {
  section#home .content {
    width: 360px;
  }
  section#home .content .text {
    display: block;
    top: 7%;
    bottom: none;
    left: 50px;
  }
  section#home .content .text h1 {
    width: 300px;
    margin-bottom: 10px;
  }
  section#home .content .text .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  section#home .content .text .wrapper p {
    margin-top: 0;
  }
  section#home .content svg {
    left: -150px;
  }
  section#home .content::after {
    width: 360px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
  }
  section#search .select-box {
    margin-bottom: 10px;
  }
  section#categories {
    padding-top: 52px;
  }
  section#categories h2 {
    font-size: 25px;
    margin-bottom: 34px;
  }
  section#categories .gallery .wrapper {
    height: 217px;
  }
}
/*# sourceMappingURL=home.css.map */