/*!
Theme Name: justgifted
Theme URI: http://underscores.me/
Author: Chempione
Author URI: http://bigwayup.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: justgifted
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

justgifted is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Fira Sans - self-hosted */

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Fira Sans Thin"), local("FiraSans-Thin"), url("assets/fonts/FiraSans-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Fira Sans ExtraLight"), local("FiraSans-ExtraLight"), url("assets/fonts/FiraSans-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url("assets/fonts/FiraSans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("assets/fonts/FiraSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url("assets/fonts/FiraSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url("assets/fonts/FiraSans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url("assets/fonts/FiraSans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url("assets/fonts/FiraSans-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Fira Sans Black"), local("FiraSans-Black"), url("assets/fonts/FiraSans-Black.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

input,
button,
textarea,
select {
  border: none;
  background: none;
  font: inherit;
  outline: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Fira Sans", Roboto, Arial, sans-serif;
  color: #F2EED5;
  background: #590212;
  line-height: 1.5;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header__mobile {
  display: none;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 11px;
  padding-bottom: 15px;
}

.header__category {
  position: relative;
  display: block;
}

.header__category:hover .header__category-dropdown {
  display: block;
}

.header__category:hover .header__category-btn {
  background-color: #F2EED5;
  color: #590212;
}

.header__category:hover .header__category-btn path {
  fill: #590212;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__category-btn {
  font-size: 18px;
  font-weight: 400;
  color: #F2EED5;
  padding: 15px 26px 15px 10px;
  border: 2px solid #F2EED5;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}

.header__category-btn:hover {
  background-color: #F2EED5;
  color: #590212;
}

.header__category-btn:hover path {
  fill: #590212;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__category-btn svg {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-size: cover;
}

.header__category-btn svg path {
  fill: #F2EED5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__category-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -100px;
  z-index: 10;
  padding-top: 10px;
}

.header__category-list {
  background-color: #590212;
  border: 2px solid #F2EED5;
  border-radius: 10px;
  width: 330px;
}

.header__category-list li:first-child {
  border-radius: 5px 5px 0 0;
}

.header__category-list li:last-child {
  border-radius: 0 0 5px 5px;
}

.header__category-list li a {
  padding: 10px 20px;
}

.header__category-list li:hover {
  background-color: #F2EED5;
}

.header__category-list li:hover a {
  color: #590212;
}

.header__category-list a {
  color: #F2EED5;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 24px;
}

.header__nav-item {
  margin-right: 32px;
}

.header__nav-item:last-child {
  margin-right: 0;
}

.header__nav-item:last-child .header__nav-link {
  padding-right: 16px;
}

.header__nav-link {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav-link:hover {
  color: #f9f8ef;
}

.header__nav-link svg {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-size: cover;
}

.header__nav-link svg path {
  fill: #F2EED5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav-sub {
  position: relative;
}

.header__nav-sub:hover .header__nav-submenu {
  display: block;
}

.header__nav-sub:hover .header__nav-link {
  fill: #f9f8ef;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav-sub:hover .header__nav-link svg path {
  fill: #f9f8ef;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav-submenu {
  display: none;
  position: absolute;
  top: 100%;
  right: -20px;
  z-index: 10;
}

.header__nav-sublist {
  margin-top: 10px;
  background-color: #590212;
  border: 2px solid #F2EED5;
  border-radius: 10px;
  padding: 50px 60px;
}

.header__nav-sublist a {
  color: #F2EED5;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.header__nav-subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  min-width: 250px;
}

.header__nav-subitem:last-child {
  margin-bottom: 0;
}

.header__nav-sublink {
  font-size: 24px;
  margin-right: 30px;
}

.header__nav-sublink-whatsapp {
  margin-right: 10px;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 27px;
}

.header__search-input {
  padding: 15px 28px;
  border: 2px solid #F2EED5;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #F2EED5;
  width: 387px;
}

.header__search-input::-webkit-input-placeholder {
  color: #F2EED5;
  font-size: 18px;
  font-weight: 300;
}

.header__search-input::-moz-placeholder {
  color: #F2EED5;
  font-size: 18px;
  font-weight: 300;
}

.header__search-input:-ms-input-placeholder {
  color: #F2EED5;
  font-size: 18px;
  font-weight: 300;
}

.header__search-input::-ms-input-placeholder {
  color: #F2EED5;
  font-size: 18px;
  font-weight: 300;
}

.header__search-input::placeholder {
  color: #F2EED5;
  font-size: 18px;
  font-weight: 300;
}

.header__search-btn {
  position: absolute;
  margin-top: 5px;
  margin-left: -81px;
  padding: 12px 25px;
  background-color: #F2EED5;
  border-radius: 10px;
}

.header__search-form {
  margin-left: 30px;
  margin-right: 250px;
}

.header__wishlist-btn {
  margin-right: 50px;
}

.header__wishlist-btn img {
  width: 35px;
  height: 29px;
}

.offer {
  background: url("assets/images/banner.png") no-repeat; }

.offer {
  position: relative;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 900px;
  min-height: 700px;
  max-height: 900px;
}

.offer__content {
  padding-top: 190px;
}

.offer__title {
  font-size: 74px;
  font-weight: 500;
  margin-bottom: 20px;
}

.offer__description {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 50px;
}

.offer__btn {
  padding: 13px 33px;
  font-size: 12px;
  font-weight: 500;
  color: #590212;
  background-color: #F1EDD4;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.offer__btn:hover {
  background-color: #e6e1bd;
}

.catalog__title {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  color: #F2EED5;
}

.catalog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog__list li {
  margin-bottom: 30px;
}

.catalog__list li:last-child {
  margin-bottom: 0;
}

.catalog__list a {
  display: inline-block;
  min-width: 350px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 30px;
  border-radius: 35px;
  color: #590212;
  background-color: #F2EED5;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.catalog__list a:hover {
  background-color: #e6e1bd;
}

.catalog__list-left li:first-child {
  margin-left: 100px;
}

.catalog__list-left li:last-child {
  margin-left: 100px;
}

.catalog__list-right {
  text-align: right;
}

.catalog__list-right li:first-child {
  margin-right: 100px;
}

.catalog__list-right li:last-child {
  margin-right: 100px;
}

.catalog__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-sales__title {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  color: #F2EED5;
}

.top-sales__item {
  text-align: center;
}

.top-sales__item-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 10px;
}

.top-sales__price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
}

.top-sales__image {
  display: inline-block;
  padding: 17px;
  border: 2px solid rgba(242, 238, 213, 0.5019607843);
  border-radius: 35px;
}

.top-sales__image img {
  border-radius: 35px;
}

.top-sales__cart {
  font-size: 12px;
  font-weight: 500;
  color: #590212;
  background-color: #F2EED5;
  padding: 13px 33px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.top-sales__cart:hover {
  background-color: #e6e1bd;
}

.top-sales__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-sales__wishlist {
  margin-right: 20px;
}

.about-us {
  margin-bottom: 150px;
  position: relative;
  z-index: 1;
}

.about-us__title {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  color: #F2EED5;
}

.about-us__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us__content {
  background-color: #F2EED5;
  border-radius: 35px;
  padding: 45px;
  max-width: 600px;
}

.about-us__description {
  font-size: 18px;
  font-weight: 400;
  color: #590212;
}

.about-us__img {
  background: url("assets/images/about-us.png") no-repeat; }

.about-us__img {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 650px;
  height: 470px;
  z-index: -1;
  background-size: cover;
}

.footer {
  border: #F2EED5 2px solid;
  border-radius: 35px 35px 0 0;
  padding: 50px;
}

.footer__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.footer__nav-item,
.footer__contacts-item {
  margin-bottom: 25px;
}

.footer__nav-item:last-child,
.footer__contacts-item:last-child {
  margin-bottom: 0;
}

.footer__nav a,
.footer__contacts a {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #F2EED5;
}

.footer__nav a:last-child,
.footer__contacts a:last-child {
  margin-bottom: 0;
}

.swiper {
  max-width: 1200px;
  height: 550px;
}

.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
  border: #F2EED5 2px solid !important;
  opacity: 1 !important;
  margin: 0 8px !important;
}

.swiper-pagination-bullet-active {
  background: #F2EED5 !important;
}

@media (max-width: 1200px) {
  .header__search-form {
    margin-right: 110px;
  }

  .catalog__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .catalog__list-left,
  .catalog__list-right {
    text-align: center;
  }

  .catalog__list-left li:first-child,
  .catalog__list-left li:last-child,
  .catalog__list-right li:first-child,
  .catalog__list-right li:last-child {
    margin: 0 0 30px 0;
  }

  .catalog__list-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .catalog__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 50px 0;
  }

  .about-us__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .about-us__img {
    position: static;
    margin-top: 30px;
    width: 500px;
    height: 364px;
  }

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

  .footer__logo {
    grid-column: 1/-1;
    place-items: center;
  }

  .footer__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 992px) {
  .header__wrap {
    display: none;
  }

  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 40px;
    height: 30px;
    z-index: 3;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }

  .header__burger span {
    position: absolute;
    background-color: #F2EED5;
    left: 0;
    width: 40px;
    height: 4px;
    top: 13px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:after,
  .header__burger:before {
    content: "";
    background-color: #F2EED5;
    position: absolute;
    width: 40px;
    height: 4px;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger.active span {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px;
  }

  .header__burger.active:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 13px;
  }

  .header__burger.active:after {
    width: 0;
    opacity: 0;
  }

  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }

  .header__logo img {
    width: 85px;
  }

  .header__mobile-actions {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    text-align: right;
  }

  .header__wishlist-btn {
    margin-right: 20px;
  }

  .header__wishlist-btn img,
  .header__cart-btn img {
    width: 22px;
    height: auto;
  }

  .header__mobile-menu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
    background-color: #590212;
    padding: 20px 0;
    z-index: 2;
    text-align: center;
  }

  .header__mobile-menu.active {
    display: block;
  }

  .offer {
    height: 600px;
    min-height: 600px;
  }

  .offer__title {
    font-size: 48px;
  }

  .offer__description {
    font-size: 24px;
  }

  .top-sales__title,
  .catalog__title,
  .about-us__title {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .catalog__img {
    margin: 0;
  }

  .about-us {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .offer {
    height: 375px;
    min-height: 375px;
  }

  .offer__content {
    padding-top: 33px;
  }

  .offer__title {
    margin-bottom: 15px;
    max-width: 300px;
  }

  .offer__description {
    margin-bottom: 25px;
    max-width: 200px;
  }

  .offer__btn {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 14px 25px;
  }

  .catalog__list a {
    min-width: 290px;
    font-size: 16px;
    padding: 20px;
  }

  .about-us__content {
    padding: 30px;
  }

  .about-us__img {
    width: 290px;
    height: 211px;
  }

  .footer {
    padding: 25px;
  }

  .footer__nav a,
  .footer__contacts a {
    font-size: 18px;
  }

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

  .footer__wrap__logo {
    margin-bottom: 20px;
  }
}