@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");

body {
  font-family: "Montserrat", sans-serif, Arial;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.mobile {
  display: none;
}

.wrapper0 {
  margin-bottom: 10vw;
}

#footer-mobile {
  display: none;
}

#header-mobile {
  display: none;
}

.br-mobile {
  display: none;
}

a {
  text-decoration: none;
}

.btn, .btn-white, .category-button {
  cursor: pointer;
}

/* header start */

header {
  display: flex;
  position: relative;
  width: 100%;
  margin: auto;
}

#headerContent {
  position: absolute;
  text-align: center;
  width: 100%;
  right: 0px;
  padding: 5%;
  margin-bottom: 5%;
}

#headerContent h2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: white;
}

#headerButtons {
  text-align: center;
  width: 100%;
  margin-bottom: 1%;
  text-transform: uppercase;
  transform: translateY(-50%);
}

#headerButtons .btn {
  display: inline-block;
  margin: 0 min(2vw, 30px);
  padding: 20px 30px;
  background-color: #590d0d;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  text-align: center;
  transition: 0.3s ease;
}

#headerButtons .btn:hover {
  background-color: #350808;
  color: #ffffff;
  border-color: #350808;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
}

/* header end */

/* nav start */

nav {
  display: block;
  width: 80%;
  margin: 0 10% 0 10%;
}

nav .forhimher {
  display: grid;
  grid-template-columns: 20% 38% 38%;
  grid-gap: 2%;
  text-align: center;
  margin-bottom: 2%;
}

nav .forhimher .firstunit {
  display: inline-grid;
  text-align: left;
}

nav .forhimher .unit {
  display: inline-grid;
  text-align: right;
}

nav .unit-txt {
  display: flex;
  position: relative;
}

nav .forhimher .unit-txt h2 {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  right: 10%;
  top: 20%;
}

nav .forhimher .btn-white {
  display: block;
  margin: 10px 20px;
  padding: 15px;
  background-color: transparent;
  border: 1px white solid;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  transition: 0.3s ease;
  text-align: center;
  max-width: 150px;
}

nav .grawer {
  display: block;
  text-align: center;
  margin-bottom: 2%;
}

nav .grawer .unit-txt h2 {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 4%;
}

nav .grawer .btn-white {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 30px;
  background-color: transparent;
  border: 1px white solid;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  transition: 0.3s ease;
  text-align: center;
  max-width: 150px;
  height: auto;
}

nav .btn-white:hover {
  background-color: #350808;
  color: #ffffff;
  border-color: #350808;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
}

nav .kartka {
  display: block;
  text-align: center;
  margin-bottom: 2%;
}

nav .kartka .unit-txt h2 {
  position: absolute;
  color: black;
  text-transform: uppercase;
  font-size: 30px;
  width: 100%;
  text-align: left;
  right: 0;
  padding: 3%;
}

#redbold {
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
  color: #9B1B31;
}

nav .kartka .btn {
  display: block;
  position: absolute;
  bottom: 15%;
  left: 3%;
  padding: 15px 30px;
  background-color: black;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  transition: 0.3s ease;
  text-align: center;
}

nav .btn:hover {
  background-color: #350808;
  color: #ffffff;
  border-color: #350808;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.2);
}

/* nav end */

/* section start */

section {
  display: block;
  width: 80%;
  margin: 0 10% 0 10%;
}

section h2 {
  text-align: center;
  font-size: 40px;
  color: black;
  padding: 2rem;
  margin-bottom: 2%;
}

section .category-nav {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10% 2%;
  text-align: center;
  margin-bottom: 2%;
  justify-content: center;
}

section .category-nav .category-button {
  border: 2px solid #590d0d;
  border-radius: 10px;
  background-color: transparent;
  position: relative;
  height: 8rem;
}

section .category-nav .category-button h2 {
  padding: 3rem 2rem;
  font-size: 20px;
  font-weight: bold;
  color: black;
  text-align: right;
}

section .category-nav .category-button img {
  height: 110%;
  width: auto;
  left: -2%;
  bottom: 5%;
  position: absolute;
}

/* products -- start */

.container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5em;
}
.product {
  display: flex;

  flex-basis: 33%;
}
.product.hide {
  display: none;
}
/* .container--first {
  justify-content: flex-end;
  width: 33.3%;
}
.container--second {
  justify-content: center;
  width: 33.3%;
}
.container--third {
  justify-content: flex-start;
  width: 33.3%;
} */
.txt {
  color: #1b1b1b;
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: bold;
}
.pheight {
  height: 6rem;
}
.container img {
  max-width: 300px;
  padding-left: 1rem;
  width: 50%;
}
.prod-details {
  text-align: left;
  flex-basis: 50%;
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
}
.promotion-price {
  font-size: 2.5rem;
  color: #181818;
  font-weight: bold;
}
.promotion-sup {
  top: -1.2rem;
  font-size: 1.5rem;
}
.regular-price {
  margin-left: 1rem;
  color: #636363;
  font-size: 1.4rem;
  text-decoration: line-through;
}
.example_c {
  color: #f0f0f8 !important;
  text-transform: uppercase;
  background: #181818;
  padding: 13px 18px;
  border: 3px solid #181818 !important;
  border-radius: 4px;
  display: inline-block;
  margin: 1rem auto 0;
  font-weight: 700 !important;

  text-align: center;
}
.example_c:hover {
  color: #181818 !important;
  background: #fff;
  border-color: #181818 !important;
  transition: all 0.4s ease 0s;
}
.btn {
  font-size: 1rem;
}

.btn-more {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 35px;
  background-color: #fff;
  color: #181818;
  border: 2px solid #181818;
  border-radius: 4px;
  cursor: pointer;
}

/* products -- end */

/* section end */

@media screen and (max-width: 1600px) {
  #headerContent h2 {
    font-size: 50px;
  }
  #headerContent {
    padding: 5% 10%;
  }
  nav .forhimher .unit-txt h2 {
    font-size: 35px;
  }
  nav .forhimher .btn-white {
    padding: 10px;
  }
  nav .grawer .btn-white {
    padding: 10px 20px;
  }
  nav .grawer .unit-txt h2 {
    font-size: 35px;
  }
  nav .kartka .unit-txt h2 {
    font-size: 25px;
  }
  section .category-nav .category-button h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1500px) {
  #headerButtons .btn {
    padding: 15px 20px;
    font-size: 20px;
  }
  nav .forhimher .btn-white {
    font-size: 15px;
  }
  nav .grawer .btn-white {
    font-size: 15px;
  }
  nav .kartka .btn {
    font-size: 15px;
  }
  section h2 {
    font-size: 35px;
  }
  section .category-nav .category-button h2 {
    padding: 3rem 1rem;
  }
  .txt {
    line-height: 1.2;
    font-size: 1.1rem;
  }
  .promotion-price {
    font-size: 2rem;
  }
  .promotion-sup {
    font-size: 1.2rem;
  }
  .regular-price {
    margin-left: 0.8rem;
    font-size: 1.2rem;
  }
  .example_c {
    padding: 10px 15px;
    margin: 0.6rem auto 0;
  }
}

@media screen and (max-width: 1400px) {
  #headerContent h2 {
    font-size: 45px;
  }
}

@media screen and (max-width: 1306px) {
  #headerContent {
    padding: 4% 10%;
  }
  #headerContent h2 {
    font-size: 45px;
  }
  #headerButtons .btn {
    font-size: 17px;
  }
  nav .forhimher .unit-txt h2 {
    font-size: 30px;
    right: 8%;
  }
  nav .forhimher .btn-white {
    display: block;
    margin: 5px 20px;
    font-size: 13px;
    max-width: 120px;
  }
  nav .grawer .unit-txt h2 {
    font-size: 25px;
  }
  nav .grawer .btn-white {
    font-size: 13px;
    max-width: 120px;
  }
  nav .kartka .unit-txt h2 {
    font-size: 20px;
  }
  #redbold {
    font-size: 25px;
  }
  nav .kartka .btn {
    font-size: 13px;
  }
  section h2 {
    font-size: 30px;
  }
  section .category-nav .category-button h2 {
    padding: 2.5rem 1rem;
    font-size: 17px;
  }
  section .category-nav .category-button img {
    height: 90%;
    left: -4%;
    bottom: 1%;
  }
  section .categories h2 {
    padding: 3rem;
    margin-bottom: 0%;
  }
  .prod-details {
    margin-left: 15px;
  }
  .pheight {
    height: 5rem;
  }
  .txt {
    font-size: 1rem;
  }
  .promotion-price {
    font-size: 1.8rem;
  }
  .regular-price {
    margin-left: 0.6rem;
    font-size: 1rem;
  }
  .btn {
    font-size: 0.8rem;
  }
  .example_c {
    padding: 8px 18px;
  }
  .promotion-sup {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  #headerContent h2 {
    font-size: 40px;
    line-height: 50px;
  }
  #headerButtons {
    margin-bottom: 2%;
    bottom: -25%;
  }
  nav .forhimher .unit-txt h2 {
    font-size: 25px;
  }
  nav .grawer .unit-txt h2 {
    padding: 3%;
  }
  nav .kartka .unit-txt h2 {
    font-size: 18px;
  }
  section .category-nav .category-button h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1150px) {
  section .category-nav {
    grid-template-columns: repeat(2, 40%);
    grid-gap: 2em;
  }
}

@media screen and (max-width: 1024px) {
  #headerContent h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #headerButtons .btn {
    font-size: 15px;
    padding: 10px 20px;
  }
  nav .forhimher .unit-txt h2 {
    font-size: 20px;
  }
  nav .forhimher .btn-white {
    margin: 5px 0px;
    font-size: 12px;
    max-width: 100px;
    padding: 5px 10px;
  }
  nav .grawer .unit-txt h2 {
    padding: 4%;
    font-size: 14px;
  }
  nav .grawer .btn-white {
    font-size: 12px;
    max-width: 100px;
    padding: 5px 20px;
  }
  nav .kartka .unit-txt h2 {
    font-size: 14px;
  }
  nav .kartka .btn {
    font-size: 12px;
    padding: 5px 20px;
  }
  section h2 {
    font-size: 25px;
  }
  section .category-nav .category-button img {
    left: -8%;
    bottom: 0;
  }
  section .category-nav .category-button h2 {
    font-size: 13px;
  }
  
  #redbold {
    font-size: 18px;
  }
}

/* MOBILE */

@media screen and (max-width: 768px) {
  /* .br-mobile {
    display: block;
  } */

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
  
  #redbold {
    font-size: 34px;
    line-height: 1.3;
  }

  #header-mobile {
    display: unset;
    width: 100%;
  }

  #header-desktop {
    display: none;
  }

  header {
    display: flex;
    flex-wrap: wrap;
  }

  #headerContent {
    top: 50%;
    transform: translateY(-50%);
  }

  #headerContent h2 {
    font-size: 30px;
  }

  #headerButtons {
    font-size: 24px;
    position: static;
    transform: translateY(0);
    margin: auto;
    width: 100%;
    padding: 5% 10%;
  }

  #headerButtons .btn {
    width: 100%;
    margin: auto;
    margin-bottom: 1.5em;
  }

  nav {
    width: 100%;
    margin: auto;
  }

  nav .forhimher {
    grid-template-columns: 100%;
    grid-gap: 1em;
  }
  nav .forhimher .firstunit {
    padding: 5% 10%;
  }

  nav .forhimher .unit-txt h2 {
    font-size: 32px;
  }
  
  section .category-nav {
    grid-template-columns: min(100%, 350px);
    margin-bottom: 2%;
    grid-gap: 3em;
  }

  section .category-nav .category-button img {
    height: 120%;
  }
  
  section .category-nav .category-button h2 {
    text-align: left;
    padding-left: 45%;
    font-size: 18px;
  }

  nav .grawer .unit-txt h2 {
    font-size: 18px;
    width: 50%;
    line-height: 1.4;
    text-align: right;
    padding: 8% 5% 0 0;
  }

  nav .grawer .btn-white {
    left: 80%;
    max-width: none;
    font-size: 16px;
    padding: 15px 20px;
  }

  nav .kartka .unit-txt h2 {
    font-size: 18px;
    width: 50%;
    left: 0;
    top: 5%;
    line-height: 1.4;
  }
  
  nav .kartka .btn {
    font-size: 16px;
    padding: 15px 20px;
  }

  .product {
    flex-basis: 50%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .container img {
    width: 70%;
  }
  
  .prod-details {
    text-align: center;
    flex-basis: 100%;
  }
  
  .pheight {
    height: auto;
    margin: 1em 0;
  }
}

@media screen and (max-width: 470px) {
  #headerContent h2 {
    font-size: 22px;
  }
  #headerButtons {
    font-size: 24px;
  }

  nav .forhimher .unit-txt h2 {
    font-size: 28px;
  }

  nav .grawer .unit-txt h2 {
    line-height: 1.2;
    font-size: 14px;
  }

  nav .grawer .btn-white {
    padding: 10px 20px;
    font-size: 13px;
  }

  nav .kartka .unit-txt h2 {
    font-size: 16px;
    line-height: 1.3;
  }
  
  nav .kartka .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  
  #redbold {
    font-size: 26px;
  }
}

@media screen and (max-width: 350px) {
  #headerContent h2 {
    font-size: 16px;
  }
  #headerButtons {
    font-size: 24px;
  }

  nav .forhimher .unit-txt h2 {
    font-size: 24px;
  }

  nav .grawer .unit-txt h2 {
    line-height: 1.1;
    font-size: 12px;
  }

  nav .grawer .btn-white {
    font-size: 11px;
  }

  nav .kartka .unit-txt h2 {
    font-size: 14px;
    line-height: 1.2;
  }
  
  nav .kartka .btn {
    font-size: 12px;
  }
  
  #redbold {
    font-size: 20px;
  }
}
