:root {
  --app-height: 100%;
}
.product {
  padding-top: 24px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.product_info h1,
.new-section__title {
  text-transform: none;
}
header._min + main .product {
  padding-top: 60px;
}
.product .product__container {
  position: relative;
  max-width: var(--section-max-width-with-padding);
  margin-left: auto;
  margin-right: auto;
  padding: 0 48px;
  align-items: unset;
  gap: 16px 48px;
}

.product .product__container * {
  font-family: Mulish !important;
}

.product_photo,
.product_info {
  flex: 1;
  width: 100%;
}
.product_photo {
  max-height: 900px;
}
.product_info {
  padding: 0 1px;
}
.product_bottom-info {
  display: none;
  flex: 100%;
}
.product__detail-control {
  width: 100%;
  gap: 16px 24px;
  margin-bottom: 24px;
}
.product__detail-control .btn {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.product__detail-info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  text-align: end;
  overflow: hidden;
  gap: 24px 0;
  height: 100%;
  width: 100%;
  padding: 0 1px;
}
.product__detail-info_child {
  display: grid;
  place-items: end;
  gap: 24px 0;
  width: 100%;
}
.product__detail-prop,
.product__info-detail-prop {
  display: flex;
  flex-direction: column;
}
.product__info-detail-prop {
  margin-bottom: 24px;
}
.product__detail-prop.__overflow-hidden,
.product__info-detail-prop.__overflow-hidden {
  overflow: hidden;
}
.product__detail-prop__label,
.product__info-detail-prop__label {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.product__info-detail-prop__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 12px;
}
.product__info-detail-prop_toggle .product__info-detail-prop__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.product__info-detail-prop_toggle .product__info-detail-prop__label:after {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  content: "";
  transition:
    opacity var(--transition-cond),
    transform var(--transition-cond);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0008 16.7498C11.8018 16.7508 11.6107 16.6715 11.4708 16.5298L3.47082 8.52985C3.19546 8.23434 3.20359 7.77384 3.4892 7.48823C3.77481 7.20261 4.23531 7.19449 4.53082 7.46985L12.0008 14.9398L19.4708 7.46985C19.7663 7.19449 20.2268 7.20261 20.5124 7.48823C20.7981 7.77384 20.8062 8.23434 20.5308 8.52985L12.5308 16.5298C12.3909 16.6715 12.1999 16.7508 12.0008 16.7498Z' fill='rgba(0,0,0,0.5)'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
}
.product__detail-prop__desc,
.product__info-detail-prop__desc {
  transition: max-height 0.5s ease-in-out;
  max-height: 5rem;
  overflow: hidden;
}
.product__info-detail-prop_toggle._shown .product__info-detail-prop__label {
  margin-bottom: 10px;
}
.product__info-detail-prop_toggle .product__info-detail-prop__desc {
  display: none;
}
.product__info-detail-prop_toggle._shown .product__info-detail-prop__desc {
  display: block;
}
.product__detail-prop__show-more,
.product__detail-prop__desc {
  text-align: left;
}
.product__detail-prop__desc.__custom-scroll,
.product__info-detail-prop__desc.__custom-scroll {
  overflow-y: auto;
  height: 100%;
}
.product__detail-prop__desc.__custom-scroll::-webkit-scrollbar-thumb,
.product__info-detail-prop__desc.__custom-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
}
.product__detail-prop__desc.__custom-scroll::-webkit-scrollbar,
.product__info-detail-prop__desc.__custom-scroll::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: -4px;
}
.product__detail-prop__desc,
.product__info-detail-prop__desc {
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  line-height: 20px;
}

.product__detail-prop__desc._text-limited,
.product__info-detail-prop__desc._text-limited {
  max-height: 60px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.product__info-detail-prop_toggle .product__detail-prop__desc._text-limited,
.product__info-detail-prop_toggle
  .product__info-detail-prop__desc._text-limited {
  display: none;
}
.product__info-detail-prop_toggle._shown
  .product__detail-prop__desc._text-limited,
.product__info-detail-prop_toggle._shown
  .product__info-detail-prop__desc._text-limited {
  display: inline-block;
  display: -webkit-inline-box;
}
.product__detail-prop__desc p,
.product_info-prop__body p,
.product__info-detail-prop__desc p,
.product_info-prop__label-value {
  margin: 0;
  display: inline;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
}
.product__detail-prop__show-more,
.product__info-detail-prop__show-more {
  margin-top: 4px;
  text-decoration: underline;
  font-family: Mulish;
  font-size: 14px;
  line-height: 18px;
  transition: var(--transition-cond);
}
.product__flex-control {
  gap: 8px;
  width: 100%;
}
.product__flex-control .btn {
  flex: 1 1 220px;
  max-width: 100%;
  text-wrap: nowrap;
}
.product__flex-control .btn:first-of-type:last-of-type {
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.product__detail-info-control .btn {
  padding: 7px 22px;
}
.btn[data-type="askQuestion"],
.btn[data-type="addBasket"],
.btn[data-type="fitting"],
.returns .btn {
  padding: 20px 24px;
  line-height: 16px;
}
.btn[data-type="fitting"] {
  flex: 100%;
  width: 100%;
}
.returns a.btn {
  text-decoration: underline;
}
.product_photo {
  position: relative;
  align-items: flex-start;
}
.product_photo-thumbnails {
  display: grid;
  margin-right: 16px;
  overflow: hidden;
  max-height: 300px;
  width: 100%;
  max-width: 60px;
}

.product_photo-thumbnails._hidden {
  display: none;
}

.product_photo-thumbnails[data-scrollbar="true"] {
  margin-right: 8px;
  padding-right: 8px;
  max-width: 68px;
  height: 100%;
}

.product_photo-thumbnails .scrollbar-track.scrollbar-track-y,
.product_photo-thumbnails .scrollbar-thumb.scrollbar-thumb-y {
  width: 4px;
}

.product_photo-thumbnails[data-scrollbar="true"] a {
  display: block;
}
.product_photo-thumbnails a {
  height: 96px;
  width: 58px;
  position: relative;
  margin-bottom: 4px;
}
.product_photo-thumbnails a:last-child {
  margin-bottom: 0;
}
.product_photo-thumbnails a img,
.product_photo-thumbnails a video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_photo-detail {
  width: 100%;
  height: 100%;
}
.product_photo-detail img,
.product_photo-detail video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_photo-detail._scroll {
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 12px;
  font-size: 0;
  scroll-behavior: smooth;
  position: relative;
}
.product_photo-detail._scroll .product_photo-detail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 0;
  cursor: pointer;
}
@-moz-document url-prefix() {
  .product_photo-detail._scroll {
    scrollbar-width: none;
  }
  .__custom-scroll {
    scrollbar-width: none;
  }
}
.product_photo-detail._scroll::-webkit-scrollbar-thumb {
  background-color: #000;
}
.product_photo-detail._scroll::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: -4px;
}

.product_another-articles {
  position: absolute;
  bottom: 20px;
  right: 32px;
}

.product_another-articles .btn {
  padding: 12px 24px 12px 20px;
}

.product_info-sf {
  display: flex;
}
.product_info-tags {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
  gap: 4px;
}
.product_info-tags span {
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 7px;
  user-select: none;
}
.product_info-tags span:first-child {
  background-color: #000;
  color: #fff;
}
.product_info-prop.product_info-article,
.product_info-article {
  cursor: pointer;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.product_info-article-code {
  margin-right: 8px;
  font-size: 14px;
  line-height: 16px;
}
.product_info-article-code span {
  margin-left: 4px;
  transition: 0.3s color ease;
}
.product_info-article[data-target="productArticle"] svg path {
  transition: var(--transition-cond);
}
.product_info h1 {
  font-family: Mulish;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 24px 0;

  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -moz-box-orient: vertical;
  box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.product_info-footer {
  flex: 1;
  display: flex;
  align-items: start;
  gap: 8px;
}
.product_info-prop {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
}
.product_info-prop__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 12px;
}
.product_info-prop__body,
.product_info-prop__list {
  display: flex;
}
.product_info-prop__price ._base {
  color: #000;
  font-size: 24px;
  font-weight: 200;
  line-height: 24px;
}
.product_info-prop__price ._discount {
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: line-through;
  margin-left: 10px;
}
.product_info-prop__color {
  max-width: 520px;
}
.product_info-prop__color .product_info-prop__label span {
  color: #000;
}
.product_info-prop__color-i {
  width: 58px;
  height: 96px;
  transition: var(--transition-cond);
  border: 1px solid transparent;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product_info-prop__color-i._current {
  border: 1px solid #000;
  pointer-events: none;
}
.product_info-prop__color-i a {
  -webkit-user-drag: none;
}
.product_info-prop__color-i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
}
.product_info-extra {
  margin-bottom: 24px;
}
.product_detail-bf-group {
  width: 100%;
}
.product__info-detail-control {
  margin-bottom: 16px;
  width: 100%;
  text-wrap: nowrap;
}
.product_info-prop__size .product_info-prop__body,
.product_info-prop__size .product_info-prop__body .product_info-prop__list {
  gap: 12px 4px;
}
.product_info-prop__store .btn,
.product_info-prop__size .btn {
  max-width: 210px;
  flex: 1;
  height: 40px;
  text-wrap: nowrap;
}
.product_info-prop__store .product_info-prop__body,
.product_info-prop__size .product_info-prop__body {
  justify-content: space-between;
  color: #000;
}
.product_info-prop__color .product_info-prop__body {
  position: relative;
  width: 100%;
  gap: 4px;
}

.product_info-prop__color-slider {
  display: flex;
  padding: 0 2px;
  gap: 4px;
}
.product_info-prop__size-i {
  min-width: 40px;
  width: auto;
  padding: 0 4px;
  height: 40px;
  display: grid;
  place-items: center;
  line-height: 18px;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  color: #000;
  cursor: pointer;
  transition: var(--transition-cond);
}
.product_info-prop__size-i._disabled {
  pointer-events: none;
  color: #c4c4c4;
  border-color: #c4c4c4;
}
.product_info-prop__size-i._selected {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.push-notification__body {
  position: fixed;
  top: 76px;
  right: 12px;
  max-width: calc(100dvw - 24px);
  padding: 12px 24px;
  /* border-radius: 12px; */
  opacity: 0;
  visibility: hidden;
  animation: fade-in-out 5s forwards;
  color: #000;
  z-index: 11;
}
.push-notification_info {
  background: #dbdbdb;
}
.push-notification_error {
  background-color: #f8cccc;
  color: #dc0000;
}
.push-notification_warning {
  background-color: #f9eacc;
  color: #e39600;
}
.push-notification_success {
  background-color: #cce6d3;
  color: #008322;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  5% {
    opacity: 1;
    visibility: visible;
  }
  95% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.allow-horizontal-scroll {
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.allow-horizontal-scroll ::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.product .custom.products-slider {
  margin: 68px auto 80px;
}
.show-more-btn {
  display: none;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  transition: var(--transition-cond, 0.3s ease);
  transition-property: opacity;
}

@media (min-width: 1441px) {
  .product_photo-detail {
    min-height: 100%;
    /* height: calc(100dvh - 100px); */
    height: calc(100dvh + 100px);
    max-height: 900px;
  }
  .product_photo-thumbnails {
    max-height: 900px !important;
  }
}
@media (min-width: 767px) and (max-width: 1080px) {
  .product_photo {
    max-height: 600px;
  }
  .product_info-footer,
  .product_info-extra {
    display: none;
  }
  .product_bottom-info {
    display: flex;
  }
  .btn.tableSizes {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1660px) {
  .product .product__container {
    gap: 24px 32px;
  }
}
@media (max-width: 1440px) {
  .product .product__container {
    flex-wrap: wrap;
  }
  .product__detail-info {
    text-align: start;
    align-items: start;
  }
  .product__detail-info_child {
    place-items: start;
  }
}

@media (min-width: 641px) and (max-width: 1440px) {
  .product_photo {
    max-width: 640px;
  }
}
@media (max-width: 1260px) {
  .product__detail-prop__desc.__custom-scroll::-webkit-scrollbar,
  .product__info-detail-prop__desc.__custom-scroll::-webkit-scrollbar,
  .product_photo-detail._scroll::-webkit-scrollbar {
    width: 1px;
  }
}
@media (max-width: 1199px) {
  .product .product__container {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .product .product__container {
    gap: 16px 28px;
  }
  .product__detail-info {
    gap: 16px 0;
  }
  .product_info-tags,
  .product_info-article,
  .product__detail-control,
  .product_info-prop,
  .product_info-extra,
  .product__info-detail-prop {
    margin-bottom: 16px;
  }
  .product_photo-detail._scroll {
    scroll-behavior: smooth;
  }
  .product_photo-thumbnails {
    width: 100%;
    max-width: 38px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] {
    max-width: 46px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] a,
  .product_photo-thumbnails a {
    max-height: 62px;
    max-width: 38px;
  }
  /* .product_photo-detail {
		height: 450px;
	} */
}
@media (max-width: 767px) {
  .product {
    line-height: 16px;
  }
  .product .product__container {
    padding: 0 12px;
  }
  .product_photo,
  .product_info {
    flex: auto;
    max-width: 100%;
    max-height: none;
  }
  .product_photo-thumbnails {
    width: 100%;
    max-width: 28px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] {
    max-width: 36px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] a,
  .product_photo-thumbnails a {
    max-height: 48px;
    max-width: 28px;
  }
  .product_photo-thumbnails[data-scrollbar="true"],
  .product_photo-detail {
    height: 680px;
  }
  .product_another-articles {
    bottom: 10px;
    right: 22px;
  }
  .product_another-articles .btn {
    padding: 4px 8px 4px 4px;
  }
  .product .custom.products-slider {
    margin: 48px auto 48px !important;
  }
  .product_info-prop__label {
    line-height: 14px;
  }

  .product__detail-prop__desc,
  .product__info-detail-prop__desc,
  .product_info-prop__body p,
  .product__detail-prop__desc p,
  .product__info-detail-prop__desc p,
  .product_info-prop__label-value {
    line-height: 16px;
    font-weight: 300;
  }
  .product_info-prop {
    font-weight: 300;
  }
  .product__info-detail-prop_toggle .product__info-detail-prop__desc p {
    line-height: 20px;
  }
  .product_info-prop__price ._base {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
  .product_info-prop__price ._discount {
    font-size: 14px;
    line-height: 14px;
  }
  .full-screen__close {
    top: 13px;
    right: 8px;
    width: 8px;
    height: 7px;
    padding: 0px;
  }

  .main__slider-nav {
    padding: 0px 5px;
  }

  .full-screen__close::after,
  .full-screen__close::before {
    width: 24px;
  }
  .product__another-products {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .product__detail-prop__desc._text-limited,
  .product__info-detail-prop__desc._text-limited {
    max-height: 128px;
  }
  .product__flex-control .btn:first-of-type:last-of-type {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .product_photo-thumbnails {
    margin-right: 8px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] {
    margin-right: 4px;
    padding-right: 6px;
    max-width: 34px;
  }
  .product_photo-detail._scroll {
    padding-right: 8px;
  }
  .product_photo-detail._scroll .product_photo-detail-wrapper {
    right: 8px;
  }
  .product_another-articles {
    right: 18px;
  }
  .product__container {
    flex-direction: column;
    gap: 16px 24px;
  }
  .product_photo,
  .product_info {
    flex: auto;
    max-width: 100%;
    max-height: none;
  }
  .product_info-footer .btn,
  .product_info-extra .btn {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }
  .btn.tableSizes {
    flex: 100%;
    max-width: 100%;
  }
  .product__info-detail-control:has(+ .product__info-detail-prop__btn),
  .product__info-detail-prop__btn:has(+ .product_info-extra),
  .product_info-extra:has(+ .product_info-footer) {
    margin-bottom: 8px;
  }
  .product_photo-thumbnails[data-scrollbar="true"],
  .product_photo-detail {
    height: 650px;
  }
  .product_photo-thumbnails {
    max-height: 450px;
  }

  /* .product_info .btn[data-type='addBasket'] {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	} */
}
@media (max-width: 560px) {
  .product_photo-thumbnails[data-scrollbar="true"],
  .product_photo-detail {
    height: 550px;
  }
  .product_another-articles .btn {
    font-size: 10px;
    line-height: 12px;
  }
  .product_another-articles .btn._loading {
    background-size: auto 6px;
  }
}
@media (max-width: 460px) {
  .product_photo-thumbnails[data-scrollbar="true"],
  .product_photo-detail {
    height: 450px;
  }
}
@media (max-width: 360px) {
  .product_photo-detail._scroll {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 320px) {
  .product__info-detail-control {
    text-wrap: wrap;
  }
}

/* full screen slider */

body.no-scroll {
  overflow: hidden;
}

.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  height: var(--app-height);
  z-index: 700;
  background-color: var(--fade-wrapper-bg);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 2147483001;
}

.full-screen.visible {
  display: flex;
}

.full-screen__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.full-screen__close::after,
.full-screen__close::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background-color: #000;
}

.full-screen__close::after {
  transform: rotate(45deg);
}

.full-screen__close::before {
  transform: rotate(-45deg);
}

.full-screen__inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-screen__main-slider {
  max-width: 671px;
  /* max-width: calc(1920px / 671px *); */
  width: 100%;
}

.main__slider {
  min-width: 0;
}

.main__slide {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding-bottom: 100vh;
  padding-bottom: calc(var(--app-height));
}

.main__slide > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1000;
}

.main__slider-prev,
.main__slider-next {
  position: absolute;
  z-index: 702;
  top: 50%;
  transform: translate(0px, -50%);
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.main__slider-next {
  right: 24px;
  background: url("/local/templates/an/img/icons/fs_slider_arrow_r.svg") center
    center no-repeat;
}

.main__slider-prev {
  left: 24px;
  background: url("/local/templates/an/img/icons/fs_slider_arrow_l.svg") center
    center no-repeat;
}

/* small slider */
.full-screen__nav-slider {
  position: absolute;
  left: 24px;
  top: 0;
  height: 100vh;
  width: 116px;
  z-index: 880;
  min-width: 0;
  display: flex;
  align-items: center;
}

.nav__slider {
  min-width: 0;
  min-height: 0;
}

.nav__slide {
  height: auto !important;
  width: 58px !important;
  padding-bottom: 96px;
  position: relative;
}

.nav__slide:last-child {
  margin: 0 !important;
}

.nav__slide > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  cursor: pointer;
}

.nav__slide.swiper-slide-thumb-active {
  width: 116px !important;
  padding-bottom: 192px;
}
@media (max-width: 1000px) {
  .full-screen__inner {
    padding: 0 24px;
    align-items: flex-start;
  }

  .main__slider {
    max-height: calc(var(--app-height) - 120px);
  }

  .main__slide {
    padding-bottom: calc(var(--app-height) - 120px);
  }

  .nav__wrapper {
    display: flex;
    align-items: flex-end;
  }

  .full-screen__nav-slider {
    bottom: 5px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 108px;
    height: 100%;
    padding: 0px 20px;
  }

  .nav__slide {
    vertical-align: bottom;
    position: relative;
    width: 52px !important;
    padding-bottom: 72px !important;
    transition: none;
  }

  .nav__slide.swiper-slide-thumb-active {
    width: 52px !important;
    padding-bottom: 108px !important;
  }

  .main__slider-next,
  .main__slider-prev {
    width: 24px;
    height: 24px;
    padding: 15px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .main__slider-next {
    right: 14px;
    background: url("/local/templates/an/img/icons/fs_slider_arrow_r.svg")
      center center no-repeat;
  }

  .main__slider-prev {
    left: 14px;
    background: url("/local/templates/an/img/icons/fs_slider_arrow_l.svg")
      center center no-repeat;
  }
}

@media (max-height: 1000px) {
  .full-screen__main-slider {
    max-width: calc(250px + 421 * (100vh - 500px) / 500);
  }

  .main__slider-next,
  .main__slider-prev {
    width: 24px;
    height: 24px;
    padding: 15px;
    border-radius: 50%;
  }

  .main__slider-next {
    right: 14px;
  }

  .main__slider-prev {
    left: 14px;
  }
}

/* .another-products Block */
.product__another-products {
  margin-bottom: 24px;
}
.product__another-products:last-child {
  margin-bottom: 0;
}

.another-products__title {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}

.another-products__inner {
  width: 100%;
}

.another-products__link {
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  width: 58px;
  height: 96px;
  transition: all 0.3s ease 0s;
}

.another-products__link:not(:last-child) {
  margin-right: 4px;
}

.another-products__link > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) {
  .product a:hover {
    text-decoration: none;
  }
  .product__detail-prop__show-more:hover,
  .show-more-btn:hover,
  .product__info-detail-prop__show-more:hover {
    text-decoration: underline !important;
    opacity: 0.5;
  }
  .product_info-prop__color-i:hover {
    border: 1px solid #000;
  }
  .product_info-prop__size-i:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  .product_info-article:hover span {
    color: black;
  }
  .product_info-article[data-target="productArticle"]:hover svg path {
    fill-opacity: 1;
  }
  .full-screen__close:hover {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
    transform: rotate(90deg);
  }
  .main__slider-next:hover,
  .main__slider-prev:hover {
    opacity: 0.7;
    background-color: #ffffff;
    transition: all 0.3s ease 0s;
  }
  .returns a.btn:hover {
    text-decoration: underline;
  }
  .another-products__link:hover {
    border: 1px solid #000;
    transition: all 0.3s ease 0s;
  }
}

@media (max-width: 1199px) {
  .full-screen__indent {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .full-screen__indent {
    margin-top: 48px;
  }
}
