@import url(https://fonts.googleapis.com/css?family=Geologica:100,200,300,regular,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Mulish:regular,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Carrois+Gothic:regular&display=swap);

@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

[class*=_icon-]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block
}

._icon-trash:before {
  content: ""
}

._icon-inst:before {
  content: ""
}

._icon-play:before {
  content: ""
}

._icon-filter:before {
  content: ""
}

._icon-up:before {
  content: ""
}

._icon-mail:before {
  content: ""
}

._icon-plus:before {
  content: ""
}

._icon-heart-fill:before {
  content: ""
}

._icon-cross:before {
  content: ""
}

._icon-list:before {
  content: ""
}

._icon-ch-down:before {
  content: ""
}

._icon-s-inst:before {
  content: ""
}

._icon-arrow-up:before {
  content: ""
}

._icon-heart:before {
  content: ""
}

._icon-user-header:before {
  content: ""
}

._icon-bag:before {
  content: ""
}

._icon-search:before {
  content: ""
}

._icon-ch-round-right:before {
  content: ""
}

._icon-arrow-right:before {
  content: ""
}

._icon-user:before {
  content: ""
}

._icon-phone:before {
  content: ""
}

._icon-s-fb:before {
  content: ""
}

._icon-s-yt:before {
  content: ""
}

._icon-cross-sharp:before {
  content: ""
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
*::after,
*::before {
  box-sizing: border-box
}

*::after,
*::before {
  display: inline-block
}

input:focus,
textarea:focus {
  outline: 0
}

* {
  -webkit-tap-highlight-color: transparent
}

body,
html {
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  color: #000;
  line-height: 1;
  font-family: Geologica, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: Geologica, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
  width: 100%
}

button,
option,
select {
  cursor: pointer
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

.summary-block {
  padding: 1.8125rem;
  border: .0625rem solid rgba(0, 0, 0, .1)
}

.summary-block__total {
  display: flex;
  gap: .625rem;
  align-items: center
}

.summary-block__total:not(:last-child) {
  padding-bottom: .625rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  margin-bottom: .625rem
}

.summary-block__title {
  flex-grow: 1
}

.summary-block__title--small {
  font-size: 1.5rem
}

.summary-block__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem
}

.summary-block__items:not(:last-child) {
  margin-bottom: 1.25rem
}

.summary-block__body:not(:last-child) {
  padding-bottom: .625rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  margin-bottom: 1.25rem
}

.summary-block__label {
  color: #1e1e1e;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: .25rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .625rem
}

.summary-block__label:not(:last-child) {
  margin-bottom: .625rem
}

.summary-block__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem
}

.summary-block__inputs:not(:last-child) {
  margin-bottom: 1.25rem
}

.summary-block__field input {
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .14rem;
  padding: .9375rem 1.5rem
}

.summary-block__button {
  width: 100%
}

details summary {
  list-style: none
}

details summary::-webkit-details-marker {
  display: none
}

input {
  border-radius: 0
}

input[type=search] {
  -webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

body {
  position: relative
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s
}

.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible !important;
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip;
    min-height: 0;
  }
}

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 116.25rem;
  margin: 0 auto;
  padding: 0 .625rem
}

.button {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: .25rem;
  text-transform: uppercase;
  padding: .625rem .875rem;
  background-color: #1e1e1e;
  text-align: center;
  border: .125rem solid transparent;
  transition: all .3s
}

.button--white {
  background-color: #fff;
  color: #1e1e1e;
  border-color: #fff
}

.button--gray {
  background-color: #f2eff2;
  color: #1e1e1e;
  letter-spacing: .14rem
}

.button--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .625rem .9375rem;
  gap: .625rem
}

.button--icon::before {
  font-size: 1.5rem
}

.button--icon svg {
  width: 1.25rem;
  height: 1.25rem
}

.button--border {
  background-color: rgba(0, 0, 0, 0);
  color: #1e1e1e;
  border-color: #1e1e1e
}

.button:disabled {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  color: #fff;
  cursor: default
}

.title {
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: .45rem;
  text-transform: uppercase
}

.splide__pagination {
  align-items: center;
  gap: .8125rem;
  border-radius: 2.1875rem !important;
  background: hsla(0, 0%, 100%, .2) !important;
  backdrop-filter: blur(.46875rem) !important;
  padding: .875rem !important;
  width: 100% !important;
  max-width: -webkit-max-content !important;
  max-width: max-content !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important
}

.splide__pagination li {
  position: relative;
  height: .375rem;
  width: .375rem
}

.splide__pagination__page {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  height: .375rem !important;
  width: .375rem !important;
  border: none !important;
  opacity: 1 !important;
  border: .0625rem solid transparent;
  transition: all .3s;
  background-color: rgba(0, 0, 0, .3) !important
}

.splide__pagination__page.is-active {
  border-color: #e6e6e6 !important;
  background-color: #fff !important
}

.splide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem !important;
  height: 2.125rem !important;
  border-radius: 50% !important;
  background: hsla(0, 0%, 100%, .2) !important;
  backdrop-filter: blur(.46875rem);
  opacity: 1 !important;
  transition: all .3s !important;
  z-index: 5 !important
}

.splide__arrow::before {
  color: #fff;
  font-size: .625rem
}

.splide__arrow svg {
  display: none
}

.splide__arrow--prev {
  left: 0 !important
}

.splide__arrow--prev::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.splide__arrow--black {
  width: 2.625rem !important;
  height: 2.625rem !important;
  background-color: #1e1e1e !important;
  border-radius: 0 !important;
  border: .0625rem solid transparent !important
}

.splide__arrow--black::before {
  color: #fff !important;
  font-size: .9375rem !important
}

.splide__arrow--black:disabled {
  opacity: 0 !important;
  cursor: default
}

.splide__arrow--next {
  left: auto !important;
  right: 0 !important
}

.fav-btn {
  font-size: 1.875rem;
  color: rgba(0, 0, 0, .6);
  transition: color .3s
}

.fav-btn._active::before {
  content: "";
  color: #dc3f6c
}

.item-product {
  position: relative
}

.item-product__image {
  aspect-ratio: 348/380;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: .0625rem solid #e6e6e6
}

.item-product__image img {
  position: absolute;
  top: 0;
  left: 0
}

.item-product__image img.hover {
  z-index: 2;
  opacity: 0;
  transition: opacity .3s
}

.item-product__image:not(:last-child) {
  margin-bottom: .9375rem
}

.item-product__fav {
  position: absolute;
  top: .625rem;
  right: .625rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all .3s
}

.item-product__label {
  color: #fff;
  text-align: center;
  line-height: 1.72;
  letter-spacing: .12rem;
  text-transform: uppercase;
  padding: 0 .5625rem;
  background-color: red;
  position: absolute;
  top: .625rem;
  left: .625rem;
  pointer-events: none;
  z-index: 3
}

.item-product__label--black {
  background-color: #1e1e1e
}

.item-product__content {
  display: flex;
  gap: .625rem;
  align-items: center
}

.item-product__body {
  flex-grow: 1
}

.item-product__title {
  color: #1e1e1e;
  font-weight: 200;
  letter-spacing: .1rem;
  text-transform: uppercase
}

.item-product__title:not(:last-child) {
  margin-bottom: .75rem
}

.item-product__price {
  display: flex;
  align-items: center;
  gap: .5rem;
  line-height: 1.3
}

.item-product__price span {
  color: rgba(128, 128, 128, .55);
  font-size: .875rem;
  text-decoration: line-through
}

.item-product__button {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  color: #fff;
  flex-shrink: 0;
  background-color: #000;
  border: .0625rem solid transparent;
  transition: all .3s;
  opacity: 0;
  visibility: hidden
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9375rem
}

.section-header:not(:last-child) {
  margin-bottom: 1.875rem
}

.products-section__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 1.875rem 1.25rem
}

.products-section__items:not(:last-child) {
  margin-bottom: 1.875rem
}

.products-section__slider:not(:last-child) {
  margin-bottom: 1.875rem
}

.field {
  display: flex;
  flex-direction: column;
  gap: .1875rem;
  position: relative
}

.field__input {
  position: relative
}

.field__input::before {
  position: absolute;
  top: 50%;
  left: .75rem;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: rgba(0, 0, 0, .3019607843)
}

.field__input input {
  padding: 1.03125rem .75rem 1.03125rem .75rem;
  border: .0625rem solid transparent;
  border-bottom-color: #1e1e1e;
  background-color: #fff;
  transition: border-color .3s;
  font-weight: 300;
  letter-spacing: .28rem;
  text-transform: uppercase;
  color: rgba(30, 30, 30, .6)
}

.field__input input::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.field__input input:-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.field__input input::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.field__input input::placeholder {
  transition: opacity .3s
}

.field__input input:focus {
  border-color: #1e1e1e
}

.field__input input:focus::-webkit-input-placeholder {
  opacity: 0
}

.field__input input:focus:-ms-input-placeholder {
  opacity: 0
}

.field__input input:focus::-ms-input-placeholder {
  opacity: 0
}

.field__input input:focus::placeholder {
  opacity: 0
}

.field__input--border input {
  border-color: #1e1e1e
}

.field__input[class*=_icon-] input {
  padding-left: 2.625rem
}

.field__input:has(input:not(:-ms-input-placeholder)) .field__label {
  opacity: 0;
  visibility: hidden
}

.field__input:has(input:focus-visible) .field__label,
.field__input:has(input:not(:placeholder-shown)) .field__label {
  opacity: 0;
  visibility: hidden
}

.field__error {
  color: #dc3f6c;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: right
}

.field:has(.field__error) input {
  border-color: #dc3f6c
}

.field__label {
  color: rgba(30, 30, 30, .6);
  font-weight: 300;
  letter-spacing: .28rem;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.125rem;
  transition: all .3s;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.field__label span {
  color: red
}

.field__textarea {
  padding: 1rem .75rem;
  padding-bottom: 1.25rem;
  border: .0625rem solid #1e1e1e;
  font-weight: 300;
  letter-spacing: .28rem;
  text-transform: uppercase;
  min-height: 4.375rem;
  resize: vertical;
  color: rgba(30, 30, 30, .6)
}

.field__textarea::-webkit-input-placeholder {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.field__textarea:-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.field__textarea::-ms-input-placeholder {
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

.field__textarea::placeholder {
  transition: opacity .3s
}

.field__textarea:focus {
  border-color: #1e1e1e
}

.field__textarea:focus::-webkit-input-placeholder {
  opacity: 0
}

.field__textarea:focus:-ms-input-placeholder {
  opacity: 0
}

.field__textarea:focus::-ms-input-placeholder {
  opacity: 0
}

.field__textarea:focus::placeholder {
  opacity: 0
}

.field__length {
  color: #b9b9b9;
  font-size: .875rem;
  font-weight: 200;
  line-height: 1.72;
  position: absolute;
  bottom: .1875rem;
  right: 1.0625rem
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: .9375rem;
  align-items: start
}

.contacts__title {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .3rem;
  text-transform: uppercase
}

.contacts--white .contacts__title {
  color: #fff
}

.contacts__link {
  padding: .375rem 0;
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .25rem;
  text-transform: uppercase;
  border-bottom: .0625rem solid transparent;
  transition: border-color .3s
}

.contacts--white .contacts__link {
  color: hsla(0, 0%, 100%, .6)
}

.contacts__social {
  display: flex;
  gap: 1.25rem
}

.contacts__social-link {
  font-size: 1.5rem;
  transition: color .3s
}

.contacts--white .contacts__social-link {
  color: hsla(0, 0%, 100%, .6980392157)
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: .3125rem
}

.breadcrumbs ul li {
  color: #b9b9b9;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.72;
  display: flex;
  align-items: center;
  gap: .3125rem
}

.breadcrumbs ul li:not(:last-child)::after {
  content: "/";
  color: rgba(185, 185, 185, .5490196078)
}

.breadcrumbs ul li:first-child {
  color: #1e1e1e
}

.page__breadcrumbs {
  padding-top: 1.25rem;
  padding-bottom: .6875rem
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: .9375rem;
  cursor: pointer
}

.checkbox__label {
  color: #1e1e1e;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.72;
  text-transform: capitalize;
  flex-grow: 1
}

.checkbox__label span {
  color: #b9b9b9;
  font-size: .875rem
}

.checkbox::before {
  content: "";
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: .125rem;
  border: .0625rem solid #000;
  flex-shrink: 0;
  background: #f2eff2;
  transition: all .3s
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0
}

.checkbox:has(input:checked)::before {
  background: #1e1e1e url(../img/icons/check.svg) no-repeat center/contain
}

.checkbox .count {
  color: #1e1e1e;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  background-color: #f2eff2;
  padding: 0 .375rem
}
























.border_div {
  width: 96%;
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  gap: 40px;
  flex-direction: column;
}

@media (min-width: 1920px) {
  .border_div {
    max-width: 116.25rem;
    margin: 0 auto;
    transform: translateX(0);
    left: 0;
  }

}

.title_div {
  width: 100%;
  display: flex;
  gap: 15px;
  text-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #F2EFF2;
}

.title_div h2 {
  font-family: "Geologica";
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
}

.title_div text {
  font-family: "Geologica";
  font-weight: 300;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0;
  color: black;
  padding: 5px;
  background-color: #F2EFF2;
}

.inside_rel {
  width: 100%;
  position: relative;
  display: flex;
}

.left_nav {
  width: 30%;
}

.left_nav h4 {
  font-family: "Geologica";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav_ul {
  list-style: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 20px;
}

.nav_li {
  font-family: "Geologica", Regular;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 172%;
  color: #1E1E1E;
}

.nav_li.active a {
  border-bottom: 1px solid black;
}

.rightside {
  width: 38%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.top_info {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top_info h4 {
  font-family: "Geologica";
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.top_info text {
  font-family: "Geologica";
  font-weight: 200;
  font-size: 1rem;
}

.email_border {
  width: 100%;
  padding: 50px;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.email_border h3 {
  font-family: "Geologica";
  font-weight: 400;
  font-size: 23px;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.email_border text {
  font-family: "Geologica";
  font-weight: 200;
  font-size: 1rem;
  line-height: 172%;
  letter-spacing: 1.2px;
}

.email_border input {
  font-family: "Geologica";
  font-weight: 300;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 5px;
  border-bottom: 1px solid #1E1E1E;
  opacity: 1;
  transition: all .3s ease;
}

.email_border input:focus::placeholder {
  opacity: 0;
  transition: all .3s ease;
}

.email_border button {
  background-color: #1E1E1E;
  padding: 20px 50px 20px 50px;
  width: 100%;
  transition: all .3s ease;
}

.email_border button:hover {
  background-color: #363636;
  transition: all .3s ease;
}

.email_border h5 {
  font-family: "Geologica";
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 140%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: white;
}



































.footer {
  background-color: #000;
  padding: 3.125rem 0;
  margin-top: 100px;
}

.footer__body {
  display: flex;
  gap: 3.125rem;
  justify-content: space-between;
  flex-wrap: wrap
}

.footer__body:not(:last-child) {
  margin-bottom: 9.25rem
}

.footer__logo {
  aspect-ratio: 152/71;
  width: 9.5rem
}

.footer__block h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: .3rem;
  text-transform: uppercase
}

.footer__block h3:not(:last-child) {
  margin-bottom: .9375rem
}

.footer__block ul li {
  color: hsla(0, 0%, 100%, .6);
  font-size: .875rem;
  font-weight: 300;
  letter-spacing: .25rem;
  text-transform: uppercase
}

.footer__block ul li:not(:last-child) {
  margin-bottom: .9375rem
}

.footer__block ul li a {
  padding: .375rem 0 .3125rem;
  border-bottom: .0625rem solid transparent;
  transition: border-color .3s
}

.footer__bottom {
  display: flex;
  align-items: end;
  gap: 5.1875rem;
  flex-wrap: wrap
}

.footer__copy {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 200;
  flex-grow: 1;
  line-height: 1.72
}

.footer__payment {
  aspect-ratio: 251/22;
  width: 15.6875rem
}

.footer__up {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  color: #000;
  background-color: #fff;
  transition: background-color .3s
}

.splide--image .splide__track {
  height: 100%
}

.splide--image .splide__actions {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  left: 0;
  bottom: 1.4375rem;
  padding: 0 1.4375rem
}

.splide--image .splide__pagination {
  position: static !important;
  background: 0 0 !important;
  backdrop-filter: none !important;
  -webkit-transform: none !important;
  transform: none !important
}

.splide--image .splide__arrows {
  display: flex;
  align-items: center;
  gap: .5rem
}

.splide--image .splide__arrow {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
  background: rgba(0, 0, 0, .1) !important;
  backdrop-filter: blur(.46875rem) !important
}

.splide--image .splide__arrow::before {
  color: #000
}









.hero-home__body {
  background-color: white;
  ;
}

.hero-home__slider .splide__arrow {
  top: 95%;
}

.splide__pagination {
  background: rgba(0, 0, 0, 0) !important;
}

.splide__arrow--next {
  left: 50px !important;
}

.splide__arrow::before {
  color: black;
}

.hero-home__slider .splide__slide {
  display: block;
}

.rightside_div img {
  object-fit: cover;
}

.hero-home__image {
  max-width: 1025px;
}

.splide__track--fade>.splide__list>.splide__slide {
  height: 400px;
}

@media (max-width: 1400px) {
  .double-fields {
    gap: 0;
  }

  .splide__pagination {
    display: none;
  }

  input,
  textarea {
    font-size: 1rem;
  }

  .social_icons {
    justify-content: flex-start;
  }

  .socials h5 {
    color: white;
  }

  .rightside_div {
    height: 392px;
  }

  .rightside_div img {
    object-fit: cover;
  }
}


@media (max-width: 1024px) {

  .breadcrumbs__container {
    white-space: nowrap;
  }

  .breadcrumbs ul li {
    font-size: 1.05rem;
  }

  .border_div {
    gap: 40px;
  }

  .title_div {
    flex-direction: row;
    gap: 20px;
    text-align: left;
    justify-content: space-between;
  }


  .title_div h2 {
    font-size: 1.5rem;
    width: 45%;
  }

  .inside_rel {
    flex-direction: column;
  }

  .left_nav {
    width: 100%;
    transition: all .3s ease;
  }

  .left_nav h4 {
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    transition: all .3s ease;
  }

  .left_nav h4::after {
    content: "";
    width: 13px;
    height: 14px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(45deg);
    left: 90%;
    top: -1%;
    margin-top: 2%;
    position: absolute;
    transition: all 0.3s ease;
  }

  .left_nav.open {
    max-height: 1000px;
    transition: all .3s ease;
  }

  .left_nav.open h4::after {
    transform: rotate(225deg);
    top: 0%;
  }

  .left_nav.open .nav_ul {
    display: block;
    transition: all .3s ease;
  }

  .nav_li {
    transition: all .3s ease;
  }

  .nav_ul {
    display: none;
  }

  .rightside {
    width: 100%;
    padding-top: 20px;
  }



}

@media (max-width: 600px) {

  .breadcrumbs__container {
    white-space: nowrap;
  }

  .breadcrumbs ul li {
    font-size: 1.05rem;
  }

  .splide__pagination {
    display: none;
  }

  .border_div {
    gap: 40px;
  }

  .title_div {
    flex-direction: row;
    gap: 20px;
    text-align: left;
    justify-content: space-between;
  }


  .title_div h2 {
    font-size: 1.5rem;
    width: 45%;
  }

  .inside_rel {
    flex-direction: column;
  }

  .left_nav {
    width: 100%;
    transition: all .3s ease;
  }

  .left_nav h4 {
    border-bottom: 2px solid black;
    padding-bottom: 5px;
    transition: all .3s ease;
  }

  .left_nav h4::after {
    content: "";
    width: 13px;
    height: 14px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(45deg);
    left: 90%;
    top: 0%;
    margin-top: 2%;
    position: absolute;
    transition: all 0.3s ease;
  }

  .left_nav.open {
    max-height: 1000px;
    transition: all .3s ease;
  }

  .left_nav.open h4::after {
    transform: rotate(225deg);
  }

  .left_nav.open .nav_ul {
    display: block;
    transition: all .3s ease;
  }

  .nav_li {
    transition: all .3s ease;
  }

  .nav_ul {
    display: none;
  }

  .rightside {
    width: 100%;
    padding-top: 20px;
    gap: 30px;
  }




}

@media (any-hover:hover) {
  .button:not(:disabled):hover {
    border-color: #1e1e1e;
    background-color: #f2eff2;
    color: #1e1e1e
  }

  .button--white:not(:disabled):hover {
    border-color: #fff;
    background-color: #fff;
    border-bottom-color: #1e1e1e
  }

  .splide__arrow:not(:disabled):hover {
    background-color: #000 !important
  }

  .splide__arrow--black:not(:disabled):hover {
    border-color: #1e1e1e !important;
    background: #f2eff2 !important
  }

  .splide__arrow--black:not(:disabled):hover::before {
    color: #1e1e1e !important
  }

  .fav-btn:hover {
    color: #dc3f6c
  }

  .item-product__button:hover {
    border-color: #000;
    background: #f2eff2;
    color: #000
  }

  .item-product:hover .item-product__image .hover {
    opacity: 1
  }

  .item-product:hover .item-product__button {
    opacity: 1;
    visibility: visible
  }

  .item-product:hover .item-product__fav {
    opacity: 1;
    visibility: visible
  }

  .contacts__link:hover {
    border-color: #000
  }

  .contacts--white .contacts__link:hover {
    border-color: hsla(0, 0%, 100%, .6)
  }

  .contacts__social-link:hover {
    color: #dc3f6c
  }

  .contacts--white .contacts__social-link:hover {
    color: #fff
  }

  .upload-comp ol li button:not(:disabled):hover {
    color: #1e1e1e
  }

  .select__option:hover {
    background: #d9d9d9
  }

  .breadcrumbs ul li a:hover,
  .cakes-share__link:hover,
  .filters-catalog__link:hover,
  .item-review__title a:hover,
  .menu__submenu li a:hover {
    text-decoration-color: inherit
  }

  .upload-comp ol li a:hover {
    text-decoration-color: transparent
  }

  .icon-menu:hover {
    color: #dc3f6c
  }

  .header__actions-btn:hover {
    color: rgba(0, 0, 0, .6980392157)
  }

  .menu__link:hover {
    border-color: #000
  }

  .menu details:hover .menu__submenu {
    opacity: 1;
    visibility: visible
  }

  .menu details:hover summary {
    border-color: #000
  }

  .menu details:hover summary::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .footer__block ul li a:hover {
    border-color: hsla(0, 0%, 100%, .6)
  }

  .footer__up:hover {
    background-color: hsla(0, 0%, 100%, .8)
  }

  .splide--image .splide__arrow:not(:disabled):hover::before {
    color: #fff
  }

  .spoilers__item:has(.spoilers__title:hover) {
    border-color: rgba(128, 128, 128, .55)
  }

  .spoilers__item:has(.spoilers__title:hover) .spoilers__title {
    color: rgba(128, 128, 128, .55)
  }

  .spoilers__item:has(.spoilers__title:hover) .icon span::after,
  .spoilers__item:has(.spoilers__title:hover) .icon span::before {
    background-color: rgba(128, 128, 128, .55)
  }

  .collection-home__button:not(:disabled):hover {
    color: #fff;
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff
  }

  .item-category-h:hover .item-category-h__image .hover {
    opacity: 1
  }

  .spoilers-product__title:hover {
    color: rgba(128, 128, 128, .55)
  }

  .cakes-share__image:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
  }

  .form-share__close:hover::before {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  .checkout__label button:hover {
    color: #1e1e1e
  }

  .item-checkout__title a:hover {
    color: #2eb37b
  }

  .item-checkout__btn:hover {
    color: #dc3f6c
  }
}

@media all and not (any-hover:hover) {
  .item-product .item-product__button {
    opacity: 1;
    visibility: visible
  }

  .item-product .item-product__fav {
    opacity: 1;
    visibility: visible
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}