@charset "UTF-8";
/*Fonts*/
@font-face {
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url("../fonts/TomatoPro.woff2") format("woff2");
  font-family: "Tomato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
/*Reset*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, ol, ul, li, form, label, footer, header, section, video, input, button, textarea, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: none;
}

/*General*/
::-moz-selection {
  color: #06070a;
  background-color: #F7CF07;
}
::selection {
  color: #06070a;
  background-color: #F7CF07;
}

*, :after, :before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #06070a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  scroll-margin-top: 9rem;
}

h1, h2 {
  font-weight: 900;
}

h3, h4, h5, h6 {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

input,
textarea {
  color: var(--c-black);
  display: block;
  width: 100%;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 25px;
  border: 1px solid var(--c-black);
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--c-dark-silver);
}

input::placeholder,
textarea::placeholder {
  color: var(--c-dark-silver);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/*Wrapper*/
.main-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: clip;
}

.main-content {
  flex-grow: 1;
  padding-top: var(--header-height);
}

.container {
  width: 100%;
  max-width: 1312px;
  padding: 0 16px;
  margin: 0 auto;
}

/*Btn*/
.button,
.wc-block-components-checkout-place-order-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #ffe902;
  border-radius: 8px;
  padding: 12px 24px;
  transition-property: background-color;
  transition-duration: 0.35s;
}

.button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background-color: #F7CF07;
}

.cont-to-shop {
  color: #fff;
  background-color: #000;
  margin-bottom: 12px;
  width: 100%;
}

.cont-to-shop:hover {
  background-color: #171717;
}

/*Text*/
.title-1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .title-1 {
    font-size: 2.45rem;
  }
}

.title-2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .title-2 {
    font-size: 2.5rem;
  }
}

.title-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .title-3 {
    font-size: 1.375rem;
  }
}

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

.page-404 {
  margin: 6rem 0;
}
@media (min-width: 992px) {
  .page-404 {
    margin: 9rem 0;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1rem 0;
  background-color: transparent;
  transition-property: padding, background-color, box-shadow;
  transition: background-color 0.35s;
  z-index: 5;
}
.header.is-scrolled {
  padding: 0.75rem 0;
  background-color: #06070a;
  box-shadow: 0 0 1rem 0.125rem rgba(112, 112, 112, 0.1);
}
@media (min-width: 992px) {
  .header.is-scrolled .header__logo {
    width: 4rem;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.header__logo {
  display: flex;
  width: 3rem;
  height: auto;
  border-radius: 50%;
  transition: width 0.35s;
}
@media (min-width: 992px) {
  .header__logo {
    width: 5rem;
    margin: auto;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__menu {
  display: none;
}
@media (min-width: 992px) {
  .header__menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .header__menu a {
    transition: color 0.35s;
  }
  .header__menu a:hover {
    color: #F7CF07;
  }
}
.header__menu li.stickers a {
  position: relative;
}
.header__menu li.stickers a::after {
  content: "Новинка";
  position: absolute;
  top: -0.75rem;
  right: -2rem;
  color: #06070a;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.25rem;
  background-color: #F7CF07;
  border-radius: 2rem;
  transform: rotate(354deg);
}
.header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
.header__cart {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0.625rem;
  background-color: #2f2f2f;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
  z-index: 4;
}
.header__cart svg {
  stroke: #FFF;
  width: 100%;
  height: 100%;
}
.header__cart-count {
  position: absolute;
  background: red;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 0;
  right: 0;
}
.header__burger {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 2rem;
}
.header__burger span {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #FFF;
  border-radius: 0.25rem;
}
@media (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100dvh;
  background-color: #1a1a1a;
  transition: right 0.35s;
  z-index: 5;
}
.header__mobile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1rem;
}
.header__mobile-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header__mobile-close {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}
.header__mobile-menu {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.header__mobile-menu li + li {
  margin-top: 1rem;
}
.header__mobile-menu li:last-child a {
  position: relative;
}
.header__mobile-menu li:last-child a::after {
  content: "Новинка";
  position: absolute;
  top: -0.5rem;
  right: -2rem;
  color: #06070a;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.25rem;
  background-color: #F7CF07;
  border-radius: 2rem;
  transform: rotate(354deg);
}
.header__mobile-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .header__mobile-social {
    justify-content: flex-start;
  }
}
.header__mobile-social a {
  width: 2.5rem;
  aspect-ratio: 1;
}
.header__mobile-social a:hover img, .header__mobile-social a:hover svg {
  transform: scale(1.15);
}
.header__mobile-social a img {
  border-radius: 50%;
  transition: transform 0.35s;
}
.header__mobile-social a svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
  border-radius: 50%;
  transition: transform 0.35s;
}
@media (min-width: 992px) {
  .header__mobile {
    display: none;
  }
}
.header.is-menuOpen .header__mobile {
  right: 0;
}

.btn {
  color: #06070a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 2.5rem;
  background-color: #F7CF07;
  border: 2px solid #F7CF07;
  border-radius: 0.5rem;
  transition-property: color, background-color;
  transition-duration: 0.35s;
}
.btn:hover {
  color: #F7CF07;
  background-color: transparent;
}
.btn-white {
  color: #FFF;
  border-color: #FFF;
  background-color: transparent;
}
.btn-white:hover {
  color: #06070a;
  background-color: #FFF;
}
.btn-card {
  padding: 0.75rem 1.5rem;
}

.mini-cart {
  position: fixed;
  right: -375px;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 375px;
  padding: 24px 16px;
  overflow-y: auto;
  background-color: #2f2f2f;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition-property: right;
  transition-duration: 0.35s;
  z-index: 6;
}

.mini-cart.open {
  right: 0;
}

.mini-cart-head {
  position: absolute;
  top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #3f3f3f;
  width: calc(100% - 32px);
}

.mini-cart-title {
  font-size: 24px;
  font-weight: 700;
}

.mini-cart-close {
  width: 24px;
  height: 24px;
  transition-property: transform;
  transition-duration: 0.35s;
}

.mini-cart-close:hover {
  transform: scale(1.15);
}

.mini-cart-close svg {
  width: 100%;
  height: 100%;
}

.mini-cart-body {
  padding-top: 80px;
  height: 100%;
}

.mini-cart-body.loading {
  opacity: 0.5;
  position: relative;
  pointer-events: none;
}

.mini-cart-body.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  z-index: 10;
  background: transparent;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.mini-cart-body .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
}

.woocommerce-mini-cart.cart_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.woocommerce-mini-cart-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 24px 12px 12px;
  background-color: #444444;
  border-radius: 8px;
  gap: 16px;
}

.woocommerce-mini-cart-item img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.mini-cart-item-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.woocommerce-mini-cart-item a:not(.remove) {
  display: flex;
  gap: 12px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}

.remove_from_cart_button {
  position: absolute;
  top: 0;
  right: 4px;
  color: #fff !important;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.35s;
  z-index: 2;
}

.remove_from_cart_button:hover {
  color: #ff4444 !important;
}

.mini-cart-qty-wrapper {
  position: absolute;
  bottom: 12px;
  left: 106px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mini-cart-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  padding: 4px 9px;
  border-radius: 20px;
}

.mini-cart-qty button {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  transition: all 0.3s;
}

.mini-cart-qty button:hover:not(.disabled) {
  background: #e0e0e0;
  border-radius: 50%;
}

.mini-cart-qty button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.mini-cart-qty .qty {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  min-width: 20px;
  text-align: center;
}

.mini-cart-item-price {
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
}

.mini-cart-qty-minus.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.mini-cart-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mini-cart-footer .woocommerce-mini-cart__total {
  font-size: 20px;
}

.mini-cart-footer .woocommerce-mini-cart__buttons a:first-child {
  display: none;
}

.mini-cart-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #06070a;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.35s;
  z-index: 5;
}
.mini-cart-backdrop.is-shown {
  opacity: 0.8;
  visibility: visible;
}

.wcpa_cart_meta {
  display: none;
}

.hero__section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 48rem;
}
@media (min-width: 992px) {
  .hero__section {
    min-height: 100dvh;
  }
}
.hero__section::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background: #06070a;
  filter: blur(6rem);
  opacity: 0.8;
  z-index: 0;
}
.hero__section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #06070a;
  opacity: 0.9;
  z-index: -1;
}
.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 64rem;
  margin: 0 auto;
}
.hero__title {
  color: #F7CF07;
}
.hero__title span {
  display: block;
  font-family: "Tomato", sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}
@media (min-width: 992px) {
  .hero__title span {
    font-size: 2em;
  }
}
.hero__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
}
.hero__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .hero__btns {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.hero__marquee {
  position: absolute;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 40%, black 60%, transparent);
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  z-index: -1;
}
.hero__marquee-row {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: marquee 120s linear infinite;
}
.hero__marquee-row:nth-child(even) {
  animation-direction: reverse;
}
.hero__marquee-logo {
  padding: 1rem;
  margin: 0 0.625rem;
  width: 6.5rem;
  height: 6.5rem;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .hero__marquee-logo {
    padding: 1.5rem;
    margin: 0 20px;
    width: 8rem;
    height: 8rem;
  }
}
.hero__marquee-logo img {
  filter: grayscale(0) brightness(1.5);
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

@keyframes marquee {
  0% {
    transform: translateZ(0) translateX(0%);
  }
  100% {
    transform: translateZ(0) translate(-50%);
  }
}
.about__section {
  margin-top: 7rem;
}
@media (min-width: 992px) {
  .about__section {
    margin-top: 10rem;
  }
}
.about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 992px) {
  .about__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .about__info {
    position: relative;
  }
  .about__info::before {
    content: "Про нас";
    position: absolute;
    top: -2rem;
    left: 0;
    color: #FFF;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.05;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .about__info {
    width: 40%;
  }
}
.about__text {
  margin-top: 0.5rem;
}
.about__text p + p {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .about__slider {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 60%;
  }
}
.about__slider .splide__pagination {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.about__slider .splide__pagination .splide__pagination__page {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #1a1a1a;
  border-radius: 50%;
}
.about__slider .splide__pagination .splide__pagination__page.is-active {
  background-color: #F7CF07;
}
.about__img {
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  border-radius: 1rem;
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.services__section {
  position: relative;
  margin-top: 9rem;
}
@media (min-width: 992px) {
  .services__section {
    margin-top: 10rem;
  }
}
.services__text {
  margin-top: 0.5rem;
  max-width: 56rem;
}
.services__grid {
  position: relative;
  display: grid;
  gap: 3rem;
  margin-top: 2rem;
}
.services__grid::before {
  content: "Послуги";
  position: absolute;
  bottom: calc(100% + 13rem);
  left: 0;
  color: #FFF;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.05;
  z-index: -1;
}
@media (min-width: 992px) {
  .services__grid::before {
    font-size: 10rem;
    left: auto;
    bottom: calc(100% + 1.5rem);
    right: 0;
  }
}
@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .services__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem 2rem;
    margin-top: 2rem;
  }
}

.service:hover img {
  transform: scale(1.05);
}
.service__img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
}
.service__name {
  display: block;
  margin-top: 0.5rem;
}
.service__desc {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.service__link {
  margin-top: 1.5rem;
}

.merch__section {
  margin-top: 9rem;
}
@media (min-width: 992px) {
  .merch__section {
    margin-top: 10rem;
  }
}
.merch__text {
  margin-top: 0.5rem;
  max-width: 56rem;
}
.merch__slider {
  position: relative;
  margin-top: 3rem;
}
.merch__slider::before {
  content: "Мерч";
  position: absolute;
  bottom: calc(100% + 9.5rem);
  left: 0;
  color: #FFF;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.05;
  z-index: -1;
}
@media (min-width: 992px) {
  .merch__slider::before {
    font-size: 10rem;
    left: auto;
    bottom: calc(100% + 1.5rem);
    right: 0;
  }
}
.merch__slider-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 100%;
  margin-top: 2rem;
}
.merch__slider-progress {
  width: 100%;
  background-color: #1a1a1a;
}
.merch__slider-progress-bar {
  width: 0;
  height: 0.25rem;
  background: #F7CF07;
}
.merch__slider-arrows {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.merch__slider-arrows svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.35s;
}
.merch__slider-arrows svg path {
  fill: #F7CF07;
}
.merch__slider-prev, .merch__slider-next {
  position: static;
  background-color: transparent;
  transform: unset;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
}
.merch__slider-prev svg, .merch__slider-next svg {
  transform: unset;
}
.merch__slider-prev:hover svg, .merch__slider-next:hover svg {
  transform: scale(1.1);
}
.merch__block:hover img {
  transform: scale(1.05);
}
.merch__img {
  overflow: hidden;
}
.merch__img img {
  transition: transform 0.35s;
}
.merch__name {
  display: block;
  margin-top: 0.5rem;
}
.merch__desc {
  margin-top: 0.25rem;
}
.merch__price {
  color: #F7CF07;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.merch__link {
  margin-top: 1.5rem;
}

.stickers__section {
  position: relative;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .stickers__section {
    margin-top: 9rem;
  }
}
.stickers__title {
  position: relative;
  display: inline-block;
}
.stickers__title::after {
  content: "Новинка";
  position: absolute;
  top: -1.5rem;
  right: -4rem;
  color: #06070a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  background-color: #F7CF07;
  border-radius: 2rem;
  transform: rotate(354deg);
}
.stickers__text {
  margin-top: 0.5rem;
  max-width: 56rem;
}
.stickers__grid {
  position: relative;
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}
.stickers__grid::before {
  content: "Стікери";
  position: absolute;
  bottom: calc(100% + 11.5rem);
  left: 0;
  color: #FFF;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.05;
  z-index: -1;
}
@media (min-width: 992px) {
  .stickers__grid::before {
    font-size: 10rem;
    left: auto;
    bottom: calc(100% + 1.5rem);
    right: 0;
  }
}
@media (min-width: 768px) {
  .stickers__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .stickers__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
  }
}

.sticker:hover img {
  transform: scale(1.05);
}
.sticker__img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.sticker__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
}
.sticker__name {
  display: block;
  margin-top: 0.5rem;
}
.sticker__desc {
  margin-top: 0.25rem;
}
.sticker__price {
  color: #F7CF07;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.sticker__link {
  margin-top: 1.5rem;
}

.faq {
  background-color: #1a1a1a;
  border-radius: 1rem;
}
.faq__section {
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .faq__section {
    margin: 9rem 0;
  }
}
.faq__wrapper {
  max-width: 56rem;
  margin: auto;
}
.faq__title {
  text-align: center;
}
.faq__text {
  text-align: center;
  margin-top: 0.5rem;
  max-width: 56rem;
}
@media (min-width: 992px) {
  .faq__text {
    margin-top: 0.5rem;
  }
}
.faq__list {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}
.faq__head {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1.5rem 2rem;
}
.faq__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  aspect-ratio: 1;
}
.faq__btn::before, .faq__btn::after {
  content: "";
  position: absolute;
  background-color: #FFF;
  border-radius: 0.25rem;
}
.faq__btn::before {
  width: 100%;
  height: 1px;
}
.faq__btn::after {
  width: 1px;
  height: 100%;
  transition: transform 0.35s;
}
.faq__body {
  display: none;
  border-top: 1px solid #F7CF07;
}
.faq__body p {
  padding: 1rem 2rem 1.5rem;
}
.faq__help {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 3rem;
}
.faq__help p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.faq__help a {
  color: #FFF;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  padding: 0.875rem 1.5rem;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 0.75rem;
  width: auto;
  border-color: fill 0.35s;
}
.faq__help a:hover {
  border-color: #F7CF07;
}
.faq__help a:hover svg {
  fill: #F7CF07;
}
.faq__help a svg {
  width: auto;
  height: 2rem;
  fill: #FFF;
  transition: fill 0.35s;
}
.faq.is-open .faq__btn::after {
  transform: rotate(90deg);
}

.footer {
  padding: 3rem 0;
  background-color: #0b0b0b;
}
@media (min-width: 992px) {
  .footer {
    padding: 5rem 0 3rem;
  }
}
.footer a {
  color: #FFF;
  transition: color 0.35s;
}
.footer a:hover {
  color: #F7CF07;
}
.footer__grid {
  display: grid;
  gap: 2.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__grid {
    grid-template-columns: 1fr 0.8fr 1.2fr 1fr;
    text-align: left;
  }
}
.footer__logo {
  width: 6rem;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .footer__logo {
    width: 9rem;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.footer__menu li + li {
  margin-top: 0.25rem;
}
.footer__addresses a {
  display: block;
}
.footer__addresses a + a {
  margin-top: 0.25rem;
}
.footer__link {
  display: block;
}
.footer__link:last-of-type {
  margin-bottom: 1.5rem;
}
.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 992px) {
  .footer__social {
    justify-content: flex-start;
  }
}
.footer__social a {
  width: 2rem;
  aspect-ratio: 1;
}
.footer__social a:hover img, .footer__social a:hover svg {
  transform: scale(1.15);
}
.footer__social a img {
  border-radius: 50%;
  transition: transform 0.35s;
}
.footer__social a svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
  border-radius: 50%;
  transition: transform 0.35s;
}
.footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #1a1a1a;
  padding-top: 3rem;
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 6rem;
  }
  .footer__bottom > * {
    width: 33%;
  }
}
.footer__payments {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__payments img {
  width: auto;
  height: 2rem;
}
.footer__submenu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  .footer__submenu {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0;
  }
}
.footer__submenu li {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .footer__submenu li:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    margin: 0 1rem;
    background-color: #FFF;
  }
}
.footer__copyright {
  font-size: 0.875rem;
}

.footer__link + .footer__link {
  margin-top: 0.25rem;
}

/*Checkout*/
.is-checkout .woocommerce {
  width: 100%;
  max-width: 1312px;
  padding: 0 16px;
  margin: 6rem auto;
}
@media (min-width: 992px) {
  .is-checkout .woocommerce {
    margin: 12rem auto;
  }
}
.is-checkout .checkout-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .is-checkout .checkout-title {
    font-size: 2rem;
  }
}
.is-checkout .checkout-wrap {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 992px) {
  .is-checkout .checkout-wrap {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .is-checkout .checkout-left {
    width: calc(60% - 1.5rem);
  }
}
@media (min-width: 992px) {
  .is-checkout .checkout-right {
    width: calc(40% - 1.5rem);
  }
}
.is-checkout h3 {
  margin-bottom: 1rem;
}
.is-checkout label {
  display: block;
  margin-bottom: 0.375rem;
}
.is-checkout label .required {
  color: red;
  text-decoration: none !important;
}
.is-checkout input,
.is-checkout textarea {
  color: #FFF;
  line-height: 1;
  padding: 1rem 1.25rem;
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 0.5rem;
}
.is-checkout input::-moz-placeholder, .is-checkout textarea::-moz-placeholder {
  color: #505050;
  font-weight: 400;
}
.is-checkout input::placeholder,
.is-checkout textarea::placeholder {
  color: #505050;
  font-weight: 400;
}
.is-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; /* відступ між полями */
}
.is-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
.is-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: 100%;
}
@media (min-width: 992px) {
  .is-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
  .is-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
    flex: 1 1 0; /* кожне поле займає 50% */
    min-width: calc(50% - 1.5rem); /* враховує відступ */
  }
}
.is-checkout .form-row-wide {
  width: 100%;
}
.is-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.is-checkout .woocommerce-checkout-review-order {
  padding: 1rem;
  background-color: #1a1a1a;
  border-radius: 0.5rem;
}
.is-checkout .woocommerce-additional-fields {
  margin-top: 1.5rem;
}
.is-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
}
.is-checkout .woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}
.is-checkout .woocommerce-checkout-review-order-table .product-name,
.is-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
.is-checkout .woocommerce-checkout-review-order-table .order-total th {
  text-align: left;
}
.is-checkout .woocommerce-checkout-review-order-table .product-total,
.is-checkout .woocommerce-checkout-review-order-table .cart-subtotal td,
.is-checkout .woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}
.is-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
  display: none;
}
.is-checkout .select2-container--default .select2-selection--single {
  height: auto;
  background-color: transparent;
}
.is-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFF;
  padding: 1rem 1.25rem;
  line-height: 1;
}
.is-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.675rem;
  right: 0.5rem;
}
.is-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF transparent transparent transparent;
}
.is-checkout .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFF transparent;
}
.is-checkout .shop_table td {
  padding: 0.625rem 0;
  vertical-align: middle;
  line-height: 1.5em;
  width: 80%;
}
.is-checkout .woocommerce-table--order-details th {
  text-align: left;
}
.is-checkout .woocommerce-table--order-details td {
  width: auto;
}
.is-checkout .woocommerce-checkout-payment,
.is-checkout .place-order {
  margin-top: 1rem;
}
.is-checkout .payment_method_morkva-monopay label {
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #FFF;
  border-radius: 0.5rem;
}
.is-checkout .woocommerce-privacy-policy-text {
  display: none;
}
.is-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 0.5rem;
}
.is-checkout .woocommerce-form__label-for-checkbox {
  font-size: 0.75rem;
}
.is-checkout .woocommerce-form__input-checkbox {
  display: inline-block;
  width: auto;
  padding: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: none;
}
.is-checkout .woocommerce-terms-and-conditions-link {
  color: #F7CF07;
  text-decoration: underline;
}
.is-checkout .checkout-inline-error-message {
  font-size: 0.75rem;
  text-align: center;
  padding: 0.5rem;
  border: 1px solid red;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}
.is-checkout button {
  margin-top: 1.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .is-checkout button {
    width: auto;
  }
}
.is-checkout .woocommerce-NoticeGroup-checkout {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid red;
  border-radius: 0.5rem;
}
.is-checkout .woocommerce-order-details,
.is-checkout .woocommerce-customer-details {
  margin-top: 3rem;
}

/* Thank You Page */
.woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.woocommerce-order {
  padding: 16px;
  background-color: #2f2f2f;
  border-radius: 8px;
}

.woocommerce-thankyou-order-received {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}

.woocommerce table.shop_table {
  border-color: #474747;
}

/*Media*/
@media (min-width: 768px) {
  .mini-cart-icon {
    width: 64px;
    height: 64px;
    padding: 16px;
  }
  .mini-cart-count {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .mini-cart {
    max-width: 420px;
    right: -420px;
  }
}/*# sourceMappingURL=style.css.map */