body div[id ^= sandbox_theme_panel] {
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.favorite_top {
  position: relative;
  margin: 0 15px 0 0;
  pointer-events: none;
  height: 52px;
}
.favorite_top a {
  text-decoration: none;
  width: 42px;
  height: 100%;
  position: relative;
  display: block;
}
.favorite_top a ins {
  height: 28px;
  min-width: 28px;
  background-color: #ff3451;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 7px;
  min-width: 18px;
  height: 18px;
  padding: 4px 2px;
  left: auto;
  right: -3px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
}
.favorite_top a i {
  width: 26px;
  height: 26px;
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 13px);
  margin-top: -13px;
}
.favorite_top a i svg {
  width: 100%;
  height: 100%;
  fill: #a993dc;
}
.favorite_top:not(.is-null) {
  pointer-events: auto;
  /*a {
			ins {
				display: flex;
				color: #ff0030;
			}
			i {
				svg {
					fill: #08dbb1;
				}
			}
		}*/
}
.favorite_btn_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.favorite_btn_wrapper:hover .icon {
  transform: scale(1.1);
}
.favorite_btn_wrapper.in-product {
  padding: 0;
  margin: 0;
  width: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.favorite_btn_wrapper.in-product .favorite_btn {
  font-size: 0;
}
.favorite_btn_wrapper.in-product .favorite_btn span.text-favorite {
  display: none;
}
.favorite_btn_wrapper.in-product .favorite_btn a {
  display: none;
}
.favorite_btn_wrapper.in-collection {
  padding: 0;
  margin: 0;
  width: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  display: none;
}
.favorite_btn_wrapper.in-collection .favorite_btn {
  font-size: 0;
  margin: 0;
}
.favorite_btn_wrapper.in-collection .favorite_btn span.icon {
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224%22%20height%3D%2222%22%20%20viewBox%3D%220%200%2024%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5571%202.01413C18.8871%20-0.595875%2014.6081%20-0.636875%2011.8651%201.85413C9.12207%20-0.636875%204.84207%20-0.595875%202.17307%202.01413C-0.489929%204.61713%20-0.536929%208.78712%201.99307%2011.4691L2.17307%2011.6851L11.8651%2021.1601L21.5571%2011.6851L21.7371%2011.4691C24.2661%208.78712%2024.2201%204.61713%2021.5571%202.01413Z%22%20fill%3D%22%23677178%22%2F%3E%3C%2Fsvg%3E");
}
.favorite_btn_wrapper.in-collection .favorite_btn span.text-favorite {
  display: none;
}
.favorite_btn_wrapper.in-collection .favorite_btn a {
  display: none;
}
.favorite_btn_wrapper.in-list {
  padding: 0;
  margin: 0;
  width: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  z-index: 11;
  line-height: 0;
}
@media (max-width: 1260px) {
  .favorite_btn_wrapper.in-list {
    top: auto;
    bottom: 10px;
  }
}
.favorite_btn_wrapper.in-list .favorite_btn {
  font-size: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px;
  border-radius: 50%;
}
.favorite_btn_wrapper.in-list .favorite_btn span.icon {
  margin: 0;
}
.favorite_btn_wrapper.in-list .favorite_btn span.text-favorite {
  display: none;
}
.favorite_btn_wrapper.in-list .favorite_btn a {
  display: none;
}
.favorite_btn_wrapper.in-list2 {
  margin: 0 0 10px;
}
.favorite_btn_wrapper .favorite_btn {
  font-size: 13px;
  color: #898989;
  padding: 0;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.favorite_btn_wrapper .favorite_btn:before {
  display: none;
}
.favorite_btn_wrapper .favorite_btn span.icon {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 1px 0 0 1px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224%22%20height%3D%2222%22%20%20viewBox%3D%220%200%2024%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23fff%22%0A%20%20d%3D%22M21.557%2C2.014%20C18.887%2C-0.596%2014.608%2C-0.637%2011.865%2C1.854%20C9.122%2C-0.637%204.842%2C-0.596%202.173%2C2.014%20C-0.490%2C4.617%20-0.537%2C8.787%201.993%2C11.469%20L2.173%2C11.685%20L11.865%2C21.160%20L21.557%2C11.685%20L21.737%2C11.469%20C24.266%2C8.787%2024.220%2C4.617%2021.557%2C2.014%20ZM20.023%2C9.924%20L19.829%2C10.150%20L11.865%2C17.936%20L3.900%2C10.150%20L3.702%2C9.919%20C2.005%2C8.119%202.055%2C5.353%203.822%2C3.625%20C4.695%2C2.770%205.858%2C2.300%207.094%2C2.300%20C8.278%2C2.300%209.409%2C2.735%2010.279%2C3.524%20L11.865%2C4.965%20L13.452%2C3.524%20C14.321%2C2.735%2015.452%2C2.300%2016.635%2C2.300%20C17.871%2C2.300%2019.034%2C2.770%2019.908%2C3.625%20C21.674%2C5.353%2021.725%2C8.119%2020.023%2C9.924%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 2px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
  will-change: transform;
}
.favorite_btn_wrapper .favorite_btn span.text-favorite {
  display: block;
}
.favorite_btn_wrapper .favorite_btn a {
  text-decoration: none;
  display: block;
  padding-bottom: 2px;
  color: #898989;
}
.favorite_btn_wrapper .favorite_btn a:hover {
  text-decoration: underline;
}
.favorite_btn_wrapper .favorite_btn:hover {
  color: #d0021b;
}
.favorite_btn_wrapper .favorite_btn.active span.icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224%22%20height%3D%2222%22%20%20viewBox%3D%220%200%2024%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5571%202.01413C18.8871%20-0.595875%2014.6081%20-0.636875%2011.8651%201.85413C9.12207%20-0.636875%204.84207%20-0.595875%202.17307%202.01413C-0.489929%204.61713%20-0.536929%208.78712%201.99307%2011.4691L2.17307%2011.6851L11.8651%2021.1601L21.5571%2011.6851L21.7371%2011.4691C24.2661%208.78712%2024.2201%204.61713%2021.5571%202.01413Z%22%20fill%3D%22%23d0021b%22%2F%3E%3C%2Fsvg%3E");
}
.shop2-popup_favorite {
  background: rgba(0, 0, 0, 0.2);
}
.shop2-popup_favorite .popup_inner {
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 0;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 480px) {
  .shop2-popup_favorite .popup_inner {
    width: calc(100% - 20px);
  }
}
.shop2-popup_favorite .popup_inner .text {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-family: "rbcb", Arial, Helvetica, sans-serif;
}
.shop2-popup_favorite .popup_inner .btns {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.shop2-btn.shop2-btn_popup_favorite {
  margin: 0 0 20px;
  text-align: center;
}
.product_list.product-list-price .product_top .product_image {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 10px;
}
.product_list.product-list-price .product_top .product_image > a {
  display: none;
}
.product_list.product-list-price .product_top .product_image .favorite_btn_wrapper.in-list {
  position: static;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn {
  margin: 0 10px;
  border-radius: 0;
  padding: 13px 25px 14px;
  font-size: 17px;
}
@media (max-width: 1260px) {
  .site_header .top_block_wrapper .top_block_wrap .top_btns_wr {
    margin-left: auto;
  }
  .favorite_top {
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .favorite_btn_wrapper .favorite_btn {
    padding: 5px;
  }
}
.kind-image .favorite_btn_wrapper.in-list {
  top: auto;
  left: auto;
  bottom: 10px;
}
.sand .slider-big-images .slick-track {
  display: flex;
}
.sand .slider-big-images .slick-track .thumb-item {
  height: auto;
}
.sand .slider-big-images .slick-track .card-slider__image {
  height: 100%;
}
.sand .slider-big-images .slick-track .card-slider__image a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1261px) {
  .sand .product-label {
    padding-right: 50px;
    box-sizing: border-box;
  }
}
.sand .shop-product .product-side-l .product-thumbnails .thumb-item {
  display: flex;
}
.sand .shop-product .product-side-l .product-thumbnails .thumb-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sand .slider-big-images .thumb-item.has-video .video-container {
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
}
.sand .slider-big-images .thumb-item.has-video a:after {
  display: none;
}
.sand .product-thumbnails .slick-track {
  display: flex;
}
.sand .thumb-item.has-video a {
  position: relative;
}
.sand .thumb-item.has-video a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Crect xmlns='http://www.w3.org/2000/svg' x='7' y='7' width='10' height='10' fill='%23fff'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m23.469 5.929.03.196c-.29-1.029-1.073-1.823-2.068-2.112l-.021-.005c-1.871-.508-9.4-.508-9.4-.508s-7.51-.01-9.4.508c-1.014.294-1.798 1.088-2.083 2.096l-.005.021c-.699 3.651-.704 8.038.031 11.947l-.031-.198c.29 1.029 1.073 1.823 2.068 2.112l.021.005c1.869.509 9.4.509 9.4.509s7.509 0 9.4-.509c1.015-.294 1.799-1.088 2.084-2.096l.005-.021c.318-1.698.5-3.652.5-5.648 0-.073 0-.147-.001-.221.001-.068.001-.149.001-.23 0-1.997-.182-3.951-.531-5.846zm-13.861 9.722v-7.293l6.266 3.652z' fill='%23e92e2e' data-original='%23000000' style=''/%3E%3C/g%3E%3C/svg%3E") 50%/40px no-repeat;
}
.mobile .favorite_top {
  margin-right: 0;
}
.product-list .product-image {
  overflow: visible !important;
}
.product-list .product-image .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  flex-flow: row;
  gap: 2px;
  bottom: 5px !important;
  top: 5px;
  right: 5px;
  left: 5px;
  align-items: flex-end;
  width: auto;
}
@media (max-width: 1024px) {
  .product-list .product-image .swiper-pagination {
    position: static;
    margin-top: 5px;
    width: 100%;
  }
}
.product-list .product-image .swiper-pagination-bullet {
  margin: 0 !important;
  width: 50%;
  border-radius: 0;
  height: 100%;
  transition: 0.3s ease;
  background: transparent;
}
.product-list .product-image .swiper-pagination:not(.swiper-pagination-lock) .swiper-pagination-bullet-active {
  pointer-events: none;
}
.product-list .product-image .custom-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.product-list .product-image .custom-pagination__item {
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 100%;
  transition: all 0.3s ease;
  background: #ebebeb;
}
.product-list .product-image .custom-pagination__item.active {
  background: #f6b8ae;
}
.product-label {
  pointer-events: none !important;
}
.sand .product-list.thumbs .product-image {
  position: relative;
}
.shop2-product-item .swiper, .shop2-product-item .swiper-wrapper {
  position: static !important;
}
@media (max-width: 499px) {
  .shop2-product-item .swiper {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .shop2-product-item .swiper a {
    position: static !important;
  }
}
.product-list.thumbs .product-image {
  overflow: visible;
}
.product-list.thumbs .product-image img {
  border-radius: 12px 12px 0 0;
}
.product-quick-view .quick-card-slider__image .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-quick-view .quick-card-slider .thumb-item.has-video a {
  position: absolute;
}
.sand5 .site-wrapper .shop2-product-item .swiper-wrapper {
  height: auto;
  padding-top: 100%;
}
@media (max-width: 480px) {
  .sand5 .site-wrapper .shop2-product-item .swiper-wrapper {
    padding-top: 0;
  }
}
.sand5 .shop2-product-item .swiper {
  height: 100%;
}
.sand5 .shop2-product-item .swiper .tns-outer, .sand5 .shop2-product-item .swiper .tns-inner, .sand5 .shop2-product-item .swiper .product-image__items {
  height: 100%;
}
.sand5 .shop2-product-item .swiper .tns-outer .product-image__item, .sand5 .shop2-product-item .swiper .tns-inner .product-image__item, .sand5 .shop2-product-item .swiper .product-image__items .product-image__item {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
}
