:root {
  --main-color: #000;
  --accent-color: #FF4000;
  --text-color: #fff;
  --secondary-color: #242424;
  --secondary-light-color: #B6B6B6;
}

@font-face {
  font-family: 'Actay';
  src: url('../fonts/ActayWide/Actay-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Actay Wide';
  src: url('../fonts/ActayWide/ActayWide-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.36;
  background-color: var(--main-color);
  color: var(--text-color);
}

.container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
}

.site-category {
  background-color: white;
}

a {
  text-decoration: none;
  color: var(--text-color);
}

ul {
  list-style-type: none;
}

ul,
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: 'Actay Wide', sans-serif;
  font-weight: bold;
  line-height: 1.33;
}

h1 {
  font-size: 74px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 50px;
}

.title-block {
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

input,
select {
  outline: none;
}

input {
  border-radius: 4px;
}

img {
  max-width: 100%;
}

.site-main .um a.um-link {
  color: var(--accent-color);
}

.btn,
.btn-light,
.single_add_to_cart_button,
.site-main .um-request-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.wc-block-components-button,
.um input[type="submit"].um-button,
.um .um-button.um-al,
.site-main .um .um-button.um-alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  /* max-width: fit-content; */
  padding: 10px 44px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.666;
  font-weight: 700;
  border-radius: 4px;

  white-space: nowrap;
  font-family: 'Actay Wide', sans-serif;
}

.btn,
.single_add_to_cart_button,
.site-main .um-request-button,
.site-main .um .um-button.um-alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.ajax_add_to_cart,
.site-main .um input[type="submit"].um-button,
.wc-block-components-button,
.site-main .um .um-button.um-al,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  background-color: var(--text-color);
  color: var(--main-color);
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}

.btn:hover,
.single_add_to_cart_button:hover,
.site-main .um .um-button.um-al:hover,
.site-main .um-request-button:hover,
.site-main .um .um-button.um-alt:hover,
.wc-block-components-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.ajax_add_to_cart:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover {
  background-color: var(--accent-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--text-color)
}

.btn-light,
.wp-block-button__link,
.wp-block-button__link.add_to_cart_button,
.site-main .um input[type="submit"].um-button,
.um-form .um input[type=submit].um-button {
  background-color: transparent;
  background: transparent;
  border: 1px solid var(--text-color);
  color: var(--text-color);
  transition: border-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.btn-light:hover,
.wp-block-button__link:hover,
.wp-block-button__link.add_to_cart_button:hover,
.site-main .um input[type="submit"].um-button:hover {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background: transparent;
}

.site-main .um input[type="submit"].um-button {
  border: 1px solid var(--text-color) !important;
}

.site-main .um input[type="submit"].um-button:hover {
  border-color: var(--accent-color) !important;
}

.um .um-cover-add:hover,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-item-meta a,
.um .um-member-less a:hover,
.um .um-member-more a:hover,
.um .um-member-name a:hover,
.um .um-members-pagi a:hover,
.um .um-profile-subnav a.active,
.um .um-tip:hover,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
  color: var(--accent-color) !important;
}

/* header */
.header {
  background-color: var(--text-color);
  color: var(--main-color);
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}

.header__offer {
  padding: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 2.5;
  text-transform: uppercase;
  background-color: var(--main-color);
  color: var(--text-color);
  font-weight: 400;
}

.header-logo {
  filter: brightness(0) invert(0);
  transition: filter 0.5s ease-in-out;
}

.header-logo:hover {
  filter: brightness(0) invert(41%) sepia(97%) saturate(1975%) hue-rotate(-10deg);
}

.header-logo-mobi {
  display: none;
}

.cart-ico {
  width: 23px;
}

.account-ico {
  width: 20px;
}

.account-mobi,
.logo__header-mobi,
.woocommerce span.onsale,
.search-mobi-ico,
.wc-block-cart-item__product .wc-block-components-product-metadata {
  display: none;
}

.header__wrapper {
  padding: 19px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .menu a {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.8;
}

.main-navigation .menu {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
}

.burger-menu {
  width: 18px;
  height: 40px;
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: self-start;
  gap: 5px;
}

.underline {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: var(--text-color);
  width: 0;
  transition: all 0.5s ease;
}

.header.header-light .underline {
  background-color: var(--main-color);
}

.header__shop-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.woocommerce-product-search {
  position: relative;
}

.header__shop-wrapper .search-field {
  width: 250px;
  padding: 4px 40px 4px 18px;
  background: #EDEDED;
  font-size: 17px;
  line-height: 2;
  border: none;
  border-radius: 5px;
}

.header__shop-wrapper .search-field::placeholder {
  color: var(--main-color);
}

.header.header-light img {
  filter: invert(100%);
  transition: filter 0.5s ease;
}

.entry-header {
  padding-top: 50px;
}

/* Кнопка пошуку */
.woocommerce-product-search button[type="submit"] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/search.svg') no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  border: none;
  cursor: pointer;
}

/* Скидання стандартного стилю кнопки */
.woocommerce-product-search button[type="submit"]:focus {
  outline: none;
}

/* Скидання фону та стилів при наведенні */
.woocommerce-product-search button[type="submit"]:hover {
  opacity: 0.8;
}

.header__shop-wrapper a {
  display: block;
  position: relative;
}

.header__shop-wrapper .cart-count {
  color: var(--main-color);
  position: absolute;
  top: -10px;
  right: -10px;
}

.header.header-light .header__shop-wrapper .cart-count {
  color: var(--main-color);
}

.header-main {
  padding: 250px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.header-main,
.header-archive,
.product-header,
.site-main--error,
.site-main {
  margin-top: 120px;
}

.header-main__wrapper {
  max-width: 100%;
  color: var(--text-color);
  text-align: center;
}

.title_header {
  text-align: center;
}

.text_header {
  margin: 12px auto 35px;
  max-width: 640px;
  text-align: center;
}

/* collection */
.collection {
  padding: 120px 0 100px;
  background-color: white;
  color: black;
}

.product-categories {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-rows: auto auto;
  gap: 30px;
}

.product-category {
  position: relative;
  overflow: hidden;
  height: 340px;
  border-radius: 10px;
}

.category-title__link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.collection .hover__arrow {
  opacity: 0;
  position: relative;
  width: 50px;
  background: var(--text-color) url(../img/arrow-right-black.svg) no-repeat center;
  background-size: 13px 20px;
  border-radius: 50%;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
}

.collection .category-title__link:hover .hover__arrow {
  opacity: 1;
  height: 50px;
}

.product-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease-in-out;
}

.product-category:hover .category-image {
  transform: scale(1.05);
}

.product-categories :first-child {
  grid-column: span 2;
}

.product-categories :nth-child(2) {
  grid-column: 1;
}

.product-categories :nth-child(3) {
  grid-column: 2;
}

/* real */
.real {
  padding-top: 100px;
  padding-bottom: 140px;
}

/* Загальний стиль для слайдів */
.real .splide__slide {
  /* transition: all 0.5s ease;
  padding: 40px 0; */
  border-radius: 10px;
  /* overflow: hidden;
  pointer-events: none; */
}

/* Зображення в слайдах */
.real .splide__slide img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}

/* Контейнер слайдів */
/* .real .splide__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; 
} */

/* Активний слайд */
/* .real .splide__slide.is-active {
  transform: scale(1.1);
  z-index: 2;
  pointer-events: auto;
} */

/* Виправлення відступів для активного слайду */
/* .real .splide__slide.is-active {
  margin-left: 5px; 
  margin-right: 5px;
} */

.real .splide__track {
  overflow: hidden;
}

.splide__arrow {
  top: auto;
  bottom: -100px;
  width: 50px;
  height: 50px;
  background: url(../img/arrow-right-white.svg) no-repeat center;
  border: 1px solid #fff;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
}

.splide__arrow:hover {
  opacity: 1;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--prev {
  left: calc(50% - 55px);
  background: url(../img/arrow-left-white.svg) no-repeat center;
}

.splide__arrow--next {
  right: calc(50% - 65px);
}

/* reviews */
.reviews {
  padding: 100px 0;
}

.reviews .splide__track {
  padding-bottom: 60px;
}

.reviews .splide {
  visibility: visible;
}

.reviews__item {
  max-width: 430px;
  padding: 32px 45px 38px 30px;
  background: #0F0F0F;
  border-radius: 10px;
}

.reviews__header {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}

.reviews__name {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.reviews__avatar {
  width: 54px;
  height: 54px;
  border-radius: 50px;
}

.reviews__header-block {
  display: block;
  flex-direction: column;
  justify-content: space-between;
}

.reviews__stars {
  margin-bottom: 8px;
  background: url(../img/stars.svg) no-repeat;
  width: 100px;
  height: 17px;
}

.reviews__content {
  font-size: 17px;
  font-weight: 400;
}

.reviews__title {
  margin-bottom: 14px;
  font-weight: 700;
}

.splide__progress {
  background: #1A1A1A;
  height: 2px;
  position: absolute;
  bottom: -35px;
  left: 0;
  width: calc(100% - 160px);
}

.splide__progress__bar {
  background: var(--text-color);
  height: 3px;
  width: 0;
}

.reviews .splide__arrow {
  bottom: -80px;
}

.reviews .splide__arrow--next {
  right: 0;
}

.reviews .splide__arrow--prev {
  left: calc(100% - 120px);
}

/* mission */
.mission {
  padding: 100px 0;
  background-color: white;
}

.mission__wrapper {
  padding: 80px 80px 180px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.mission-title {
  margin: 0;
}

.mission-label {
  display: block;
  margin-bottom: 40px;
}

.mission-text {
  max-width: 800px;
  margin: 16px auto 24px;
  text-align: center;
}

/* presentation */
.presentation {
  padding: 100px 0;
  background-color: white;
}

.presentation--black {
  background-color: black;
}

.presentation__wrapper {
  /* background-size: 650px; */
  padding: 80px 45px 85px;
  border: 1px solid #616669;
  border-radius: 40px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.presentation__label {
  font-size: 22px;
  text-transform: uppercase;
}

.presentation__product-title {
  text-transform: none;
  max-width: 700px;
}

.presentation__product-prices {
  margin: 64px 0 50px;
  color: var(--secondary-light-color);
}

.presentation__product-label {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.presentation__sale-price {
  margin-bottom: 2px;
  font-family: 'Actay Wide', sans-serif;
  display: block;
  font-size: 32px;
  color: var(--accent-color);
}

.presentation__regular-price {
  font-family: 'Actay Wide', sans-serif;
  display: block;
  font-size: 32px;
}

.presentation__product-attributes ul {
  display: flex;
  justify-content: space-between;
}

.presentation .presentation__product-attributes ul {
  max-width: 500px;
}

.products-content .presentation__product-attributes ul {
  max-width: 550px;
}

.presentation__product-attributes li {
  padding: 0 24px;
  border-left: 1px solid #616669;
}

.attributes__name {
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--secondary-light-color);
}

.presentation__product-buttons {
  margin-top: 50px;
  display: flex;
  gap: 15px;
}

.presentation__product-buttons a {
  display: flex;
  align-items: center;
  line-height: 20px;
}

/* about */
.about {
  padding: 100px 0 100px;
  background-color: white;
  color: black;
}

.about__text-after-title {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.about__list {
  margin-top: 70px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
}

.about__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.about-btn {
  border: 1px solid black;
  margin-top: 35px;
}

.about__item-wrapper {
  max-width: 545px;
}

.about-title {
  margin-bottom: 15px;
}

.about-title__item {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
}

.about-image {
  border-radius: 10px;
}

.about-text {
  font-weight: 400;
}

.about-text p {
  margin-bottom: 15px;
}

/* benefits */
.benefits {
  padding: 100px 0;
}

.benefits__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.benefits__item {
  width: calc(25% - 15px);
  padding: 50px;
  border: 1px solid var(--text-color);
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.benefits__item img {
  display: block;
  margin: 0 auto 10px;
}

/* banner */
.banner {
  padding: 100px 0;
}

.banner img {
  border-radius: 20px;
}

/* like */

.like {
  padding: 100px 0;
}


.like__img-wrapper {
  overflow: hidden;
  height: 405px;
}

.like__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.like-product__item img {
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.like-product__container {
  padding: 5px;
}

.like-title {
  text-align: left;
}

.like-product__title {
  height: 60px;
  margin: 20px 0 10px;
}

.like-product__title a {
  font-size: 22px;
}

.like__product-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.like__product-buttons a {
  display: flex;
  align-items: center;
  line-height: 20px;
  padding: 10px 30px;
  min-width: calc(50% - 8px);
  justify-content: center;
}

.like .splide {
  visibility: visible;
}

.product-attributes {
  font-size: 19px;
  font-weight: 400;
}

/* footer */
.footer {
  padding: 105px 0;
  background: #000;
  color: #fff;
}

.footer__list {
  display: flex;
  justify-content: space-between;
}

.footer__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__item--subscribe {
  width: 430px;
}

.footer__item--menu {
  flex-direction: row;
  width: 525px;
  justify-content: space-between;
}

.footer__title {
  font-size: 44px;
  line-height: 1.36;
  text-transform: uppercase;
}

.footer__text {
  font-size: 18px;
  line-height: 1.33;
}

.footer__menu-wrapper li {
  margin-bottom: 8px;
}

.footer__menu-wrapper a {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.footer__menu-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
}

/* form-send */
.tnp.tnp-subscription {
  display: flex;
  position: relative;
  margin-top: 20px;
}

.tnp.tnp-subscription .tnp-subscription input[type=email] {
  width: 100%;
  padding: 11px 18px;
  background-color: #EDEDED;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-size: 17px;
  line-height: 1.9;
}

.tnp-field.tnp-field-email,
.tnp.tnp-subscription form {
  width: 100%;
}

.form-send input::placeholder,
tnp-email::placeholder {
  color: #777;
}

.btn-send,
.tnp-field.tnp-field-button {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 55px;
  height: 54px;
  background: url(../img/arrow-right-white.png) no-repeat center, #000;
  border-radius: 0 10px 10px 0;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.btn-send:hover,
.tnp-field.tnp-field-button:hover {
  background: url(../img/arrow-right-white.png) no-repeat center, var(--accent-color);
}

.tnp.tnp-subscription {
  margin-bottom: 0;
}

.tnp.tnp-subscription label {
  display: none;
}

.tnp.tnp-subscription .tnp-field input[type="submit"] {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
  color: transparent;
}

/* archive-product */

.header-archive-bg {
  position: relative;
  min-height: 745px;
  padding: 45px 0;
  display: flex;
  background-repeat: no-repeat;
  background-position: left top;
  color: #fff;
  background-size: cover;
}

.header-category__wrapper {
  max-width: 640px;
  margin: 15% auto 20%;
  text-align: center;
}

.header-category-title {
  font-size: 74px;
}

.header-archive-bg .hover__arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 50px;
  left: calc(50% - 25px);
  background: var(--text-color) url(../img/arrow-right-black.svg) no-repeat center;
  background-size: 13px 20px;
  border-radius: 50%;
  transform: rotate(90deg);
  transform-origin: center center;
  animation: moveUpDown 2s ease-in-out infinite;
}

@keyframes moveUpDown {

  0%,
  100% {
    bottom: 50px;
  }

  50% {
    bottom: 45px;
  }
}

.header-archive-bg .hover__arrow a {
  display: block;
  width: 50px;
  height: 50px;
}

.content-wrapper {
  padding: 115px 0 85px;
}

.products-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

/* product */
.product-header {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.product-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.product-header>* {
  position: relative;
  z-index: 2;
}

.product-header-content {
  padding: 200px 0 90px;
}

.product-header__top {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}

.product-header__top form.cart {
  margin: 25px auto 0;
  max-width: fit-content;
  display: flex;
  align-items: center;
}

.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  width: fit-content;
  border-radius: 3px;
  padding: 4px 12px;
  font-weight: 500;
  font-size: 15px;
  background: #fff;
}

.quantity button {
  background-color: transparent;
  border: none;
  padding: 5px 0;
  cursor: pointer;
}

.quantity input {
  border: none;
}

.woocommerce .quantity .qty {
  width: 40px;
  padding: 5px 10px;
  background: #fff;
}

.product-header__bottom {
  margin-top: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.product-header__bottom .presentation__product-prices {
  margin: 0;
}

.product-header__bottom .presentation__product-label {
  margin-bottom: 8px;
}

.product-header__bottom .presentation__sale-price {
  margin-bottom: 8px;
}

.product-description-block {
  padding: 75px 0 100px;
}

.product__title-block {
  margin-bottom: 45px;
  font-size: 40px;
  text-align: left;
  line-height: 1;
}

.product-description-block .gallery {
  max-width: 1350px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.product-description-block .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-description-block .gallery-icon.landscape,
.product-description-block .gallery-icon.portrait {
  overflow: hidden;
  height: 450px;
  border: 1px solid #fff;
  border-radius: 15px;
}

.product-description-block figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-description-block .gallery::-webkit-scrollbar {
  display: none;
}

.product-description-block .gallery-item {
  min-width: 430px;
}

.product-description-block figcaption {
  margin-top: 45px;
  height: 150px;
  text-align: center;
}

.product-description-block figcaption b {
  display: block;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.product-description-block figcaption p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/* product-big-img */
.product-big-img {
  padding: 100px 0;
  background-color: white;
}

.product-big-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* features */
.features {
  padding: 100px 0;
  background-color: white;
  color: black;
}

.features__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}

.features__list {
  min-width: 590px;
}

.features__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 26px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.features__item span {
  display: block;
}

.features-name {
  text-align: left;
}

.features-value {
  text-align: right;
}

.features__image {
  border-radius: 40px;
  margin-bottom: 40px;
}

.features__description {
  font-size: 16px;
  line-height: 1.9;
  font-family: "Montserrat", sans-serif;
}

/* gallery-image */
.gallery-image {
  padding: 100px 0;
}

.product-gallery__row {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.product-gallery__row img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-gallery__item.product-gallery__row--first {
  overflow: hidden;
  height: 500px;
  width: calc(50% - 15px);
}

.product-gallery__row--second {
  margin-bottom: 0;
}

.woocommerce-breadcrumb {
  display: none;
  margin: 0;
}

/* error */
.site-main--error {
  padding: 115px 0;
  background-image: url(../img/smoke-2.png), url(../img/smoke-bg.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-color: #000;
  color: #fff;
}

.error__wrapper {
  margin: 0 auto;
  text-align: center;
}

.error-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 50px;
}

.error-title p {
  font-size: 350px;
  font-weight: 800;
  line-height: 0.8;
}

.site-main--error h2 {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.4;
  font-weight: 800;
}

.btn-back {
  min-width: 430px;
  display: block;
  margin: 30px auto 0;
}

.text-error {
  font-size: 15px;
}

article fieldset {
  margin: 20px 0 30px;
}

.woocommerce-Address-title h2 {
  font-size: 20px;
  margin-top: 20px;
}

.woocommerce-message {
  border: none;
  background: var(--main-color);
  color: var(--text-color);
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  width: 100%;
  overflow: hidden;
  height: 300px;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.policy__wrapper p {
  margin: 15px 0;
}

.policy__wrapper h4 {
  font-size: 24px;
  line-height: 1.5;
}

.policy__wrapper a {
  text-decoration: underline;
}

.policy__wrapper ul {
  padding: 10px 0 10px 20px;
  list-style-type: disc;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon:hover {
  transform: scale(1.05);
}

.whatsapp-icon::before {
  content: '';
  width: 45px;
  height: 45px;
  background-image: url('../img/icons8-whatsapp.gif');
  background-size: cover;
  background-position: center;
}

h1.product-title {
  text-transform: capitalize;
}

.map-wrapper {
  margin-top: 30px;
}

.contact-form-wrapper a {
  transition: color 0.5s ease-in-out;
  color: var(--accent-color);
}

.contact-form-wrapper a:hover {
  color: white;
}

/* Woocommerce shortcode checkout page */

/**
 * ===================================================================
 * Стили для страницы оформления заказа WooCommerce (Kugoo)
 *
*/
.custom-checkout-layout {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.checkout-left-column {
  width: 100%;
  max-width: 60%;
}

.checkout-right-column {
  width: 100%;
  max-width: 40%;
  background-color: #1a1a1a;
  padding: 25px;
  border-radius: 8px;
  align-self: flex-start;
  position: sticky;
  top: 40px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-billing-fields>h3,
.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-billing-fields>h2 {
  font-size: 1.25em;
  margin-bottom: 8px;
}

.subtitle {
  margin-bottom: 20px;
  font-size: 0.875em;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #1a1a1a;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  gap: 0 16px;
  flex-wrap: wrap;
}

.woocommerce form .form-row {
  flex: 1 0 100%;
}

#billing_first_name_field,
#billing_last_name_field,
#billing_city_field,
#billing_state_field {
  flex: 1 0 calc(50% - 12px);
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, .8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  height: 3em;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1.3em .4em .4em;
  width: 100%;
}

#ship-to-different-address {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 1em;
}

#order_comments {
  height: 8em;
  resize: none;
  padding-top: 0.4em;
}


.form-row.floating-label-field {
  position: relative;
}

.form-row.floating-label-field>label {
  color: hsla(0, 0%, 7%, .7);
  cursor: text;
  font-size: 1em;
  left: .5625em;
  line-height: 1.5;
  margin: 0;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 1.75em;
  transform: translateY(-50%);
  transform-origin: top left;
  transition: all .2s ease;
  pointer-events: none;
}

.form-row.floating-label-field.field--active>label {
  top: 0;
  transform: translateY(4px) scale(0.75);
}

.form-row.floating-label-field .input-text {
  caret-color: #000;
}

.form-row.floating-label-field .input-text::placeholder {
  color: transparent;
}


.woocommerce-shipping-methods,
#payment .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

#payment .wc_payment_methods {
  border: none;
}

.woocommerce-shipping-methods li,
#payment .wc_payment_method {
  margin-bottom: 10px;
  position: relative;
}

.woocommerce-shipping-totals .shipping_method,
#payment .wc_payment_method>input[type="radio"] {
  display: none;
}

.woocommerce-shipping-totals .shipping_method+label,
#payment .wc_payment_method>label {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  position: relative;
  padding-left: 35px;
}

.woocommerce-shipping-totals .shipping_method+label::before,
#payment .wc_payment_method>label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #888;
  border-radius: 50%;
  background-color: transparent;
  transition: border-color 0.3s ease;
}

.woocommerce-shipping-totals .shipping_method:checked+label::after,
#payment .wc_payment_method>input[type="radio"]:checked+label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.woocommerce-shipping-totals .shipping_method+label:hover::before,
.woocommerce-shipping-totals .shipping_method:checked+label::before,
#payment .wc_payment_method>label:hover::before,
#payment .wc_payment_method>input[type="radio"]:checked+label::before {
  border-color: #fff;
}

.woocommerce-shipping-totals .shipping_method+label {
  justify-content: space-between;
}

.woocommerce-shipping-totals .shipping_method+label .amount {
  font-weight: bold;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: transparent !important;
  padding: 0 0 0 35px;
  margin-top: 10px;
  position: relative;
  color: #ddd;
  box-shadow: none;
  border-radius: 0;
}

#payment .payment_box::before {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li,
.tamara-gateway-checkout-description__default {
  color: #fff;
}

.woocommerce-privacy-policy-text {
  font-size: 0.8em;
  font-weight: 400;
  color: #fff;
}

.woocommerce-checkout .place-order #place_order {
  width: 100%;
  background-color: #fff;
  float: none;
  color: #000;
  margin-top: 20px;
  font-size: 1em;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3 ease;
}

.woocommerce-checkout .place-order #place_order:hover {
  background-color: var(--accent-color);
}

/*
 * Исправляем отображение единственного способа доставки в WooCommerce.
 * Если у способа доставки скрытый input (type="hidden"), 
 * то стилизуем его label так, будто он выбран.
 */
.woocommerce-shipping-methods li input[type="hidden"] + label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}