@font-face{font-family:"AmazoneM";src:url("../../../../../fonts/1AmazoneM.ttf")}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  min-height: 100dvh;
  color: #2a2a2a;
  display: flex;
  flex-direction: column;
}

.link {
  position: relative;
  font-size: 14px;
  color: #448aff;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
}
.link_arrow:after {
  content: "";
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/arrow-right-blue-link.svg);
  width: 8px;
  height: 9px;
  margin-left: 6px;
  transition: 0.2s;
}
.text-direction__btn > * {
  pointer-events: none;
}
.link_white {
  color: #fff;
}
.link_white.link_arrow:after {
  background-image: url(../images/common/arrow-right-white.svg);
}
.link_underline {
  background: transparent;
  border: none;
  padding: 0;
  color: #32347e;
  text-decoration: underline;
}
#preview-canvas {
  width: 600px;
  height: 600px;
  position: absolute;
  top: -600px;
  left: -600px;
}
.link:hover {
  color: #0bc1e2;
}
.link:hover.link_arrow:after {
  background-image: url(../images/common/arrow-right-blue-link-hover.svg);
}
.checkout-section__already-client {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 400;
}
.checkout-section .custom-radio__title strong {
  margin-left: auto;
}
.checkout-section .custom-form + .error {
  margin-top: -13px;
  margin-bottom: 13px;
}
.express-checkout__title {
  text-align: center;
  display: block;
  color: #707070;
  font-size: 14px;
  margin-bottom: 17px;
}
.checkout-order__title {
  display: block;
  margin: 17px 0 26px;
  text-align: center;
  color: #707070;
  font-size: 14px;
  position: relative;
}
.checkout-order__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 0.7px solid #dedede;
  backface-visibility: hidden;
}
.checkout-login-form {
  margin-bottom: 25px;
}
.checkout-order__title span {
  position: relative;
  background: #fff;
  padding: 0 13px;
}
.button {
  border: none;
  padding: 7px 25px 9px;
  white-space: nowrap;
  border-radius: 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: inline-block;
  outline: none !important;
  text-align: center;
  user-select: none;
  cursor: pointer;
}
.button > * {
  position: relative;
  z-index: 1;
}
.button_gradient-border {
  padding: 0.8px;
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}
.button_gradient-border > span {
  display: block;
  padding: 6px 25px 7px;
  border-radius: 20px;
  background: #fff;
  color: #32347e;
  transition: .35s;
}
.custom-select-popup-content hr {
  margin: 4px 0;
}
.button_gradient-border:hover > span {
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  color: #fff;
}
.button_gradient-dark {
  position: relative;
  color: #fff;
  padding: 9px 25px 10px;
  background-color: #222222;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.button_gradient-dark:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(50deg, rgba(48, 201, 205, 0.8) 0%, rgba(51, 13, 105, 0.2) 50%, rgba(48, 201, 205, 0.8) 100%);
  opacity: 0.6;
  transition: 0.2s;
  z-index: 0;
}
.button_gradient-dark:hover:before {
  opacity: 1;
}
.button_gradient {
  position: relative;
  color: #fff;
  padding: 9px 17px 10px;
  box-shadow: -3px 4px 7px -3px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.button_gradient:before, .button_gradient:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.button_gradient:before {
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
}
.button_gradient:after {
  /* background: linear-gradient(55deg, rgb(48, 201, 205) 0%, rgb(49, 166, 186) 19%, rgb(51, 13, 105) 50%, rgb(49, 148, 177) 81%, rgb(48, 201, 205) 100%); */
  background: linear-gradient(25deg, rgb(48, 201, 205) 0%, rgb(49, 166, 186) 24%, rgb(51, 13, 105) 50%, rgb(49, 148, 177) 76%, rgb(48, 201, 205) 100%);
  opacity: 0;
  transition: 0.2s;
}
.button_gradient:hover:after {
  opacity: 1;
}
.button_big.button_gradient-border {
  border-radius: 25px;
}
.button_big.button_gradient, .button_big.button_gradient-dark, .button_big.button_gradient-border span {
  padding: 13px 25px;
  border-radius: 24px;
}

input,
textarea {
  appearance: none;
}
.search-engrave-input {
  margin-left: 25px;
}

#selectEngrave .modal-header,
#selectEngraveInField .modal-header {
  padding-right: 49px;
}
.custom-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.custom-form-wrap {
  position: relative;
  width: 100%;
}
.custom-form_with-btn .custom-form__field {
  padding-right: 95px;
}
/* Chrome, Safari, Edge, Opera */
.custom-form input::-webkit-outer-spin-button,
.custom-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-product-img-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.custom-form__clear-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  border-radius: 0 22px 22px 0;
  border: none;
  font-size: 24px;
  background: transparent;
  font-weight: 100;
  color: #494949;
  line-height: 16px;
  cursor: pointer;
  display: none;
}
.custom-form__field.hasValue ~ .custom-form__clear-btn {
  display: block;
}
.custom-form__clear-btn:hover {
  background: #00000005;
  color: #000;
}
/* Firefox */
.custom-form input[type=number] {
  -moz-appearance: textfield;
}
.custom-form__field {
  width: 100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 22px;
  height: 44px;
  padding: 12px 29px 0;
  outline: none;
  transition: 0.2s, padding 0s;
}
.custom-form__field:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}
.custom-form__field:focus {
  padding-right: 29px;
}
.custom-form__field:focus ~ .custom-form__edit-btn {
  display: none;
}
.custom-form__field[required] + .custom-form__placeholder:before {
  content: "*";
  display: inline-block;
  color: #fe0101;
  margin: 0 5px 0 0;
}
.custom-form__edit-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
}
.custom-form textarea {
  height: 181px;
  resize: none;
  padding-top: 22px;
}
.custom-form__placeholder {
  position: absolute;
  top: 12px;
  left: 30px;
  color: #a8acb0;
  pointer-events: none;
  transition: .15s;
}
.active.custom-form__placeholder {
  font-size: 11px;
  top: 2px;
}
textarea.custom-form__field + .custom-form__placeholder {
  top: 0;
  left: 0;
  padding: 14px 30px 3px;
  background: #fff;
  width: 100%;
  height: 26px;
  border-radius: 22px 22px 0 0;
}
textarea.custom-form__field + .custom-form__placeholder.active {
  padding-top: 4px;
}
.title {
  display: block;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
.custom-form_search:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/image/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
  pointer-events: none;
}
.custom-form_search input {
  padding-right: 43px !important;
}
.pac-container {
  margin-top: 5px;
  border-radius: 10px;
  border: none;
  padding-top: 7px;
}
.pac-item {
  padding: 10px 11px;
  white-space: normal;
  line-height: 17px;
  font-size: 13px;
  border: none;
  cursor: pointer;
}
.pac-icon.pac-icon-marker {
  display: none;
}
.pac-item:hover {
  background: #f5f5f5;
}
.pac-logo:after {
  padding: 14px 11px;
  background-position: 11px;
  background-color: #efefef;
  filter: grayscale(1);
  margin-top: 7px;
}

.custom-form-wrap.checkout__postcode {
  max-width: 115px;
}
.custom-form-wrap.checkout__postcode #input-payment-postcode {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-form-wrap.checkout__postcode .custom-form__placeholder {
  left: 12px;
}
.custom-form-group.custom-form-group_three {
  display: flex;
  gap: 15px;
}
.constructor-info {
  display: none;
  padding: 0 20px;
  color: #ff3636;
  font-size: 13px;
}
.constructor-info_mob {
  margin-top: 11px;
}
.product-images-with-preview .constructor-info {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00000082;
  color: #fff;
  padding: 10px 20px;
  pointer-events: none;
}
.has-constructor {
  display: none;
  position: absolute;
  top: 8px;
  right: 10px;
  background: #33a7dfa1;
  padding: 5px 14px;
  color: #ffffff;
  border-radius: 7px;
  max-width: 160px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  user-select: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .has-visualization .has-constructor {
    display: block;
    top: 17px;
    right: -6px;
    z-index: 5;
  }
}
.product-slider-wrap .has-constructor {
  display: none !important;
}
.has-visualization .product-image-desktop .product-images:first-of-type .has-constructor {
  display: block;
}
.has-visualization .product-images-with-preview  .constructor-info.constructor-info_mob,
.has-constructor-info {
  display: none;
}
.visualization-added .has-constructor {
  display: none !important;
}
.has-constructor-info:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #30afbf transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: -7px;
}
.custom-form .has-constructor-info {
  position: absolute;
  bottom: calc(100% + 11px);
  left: 0;
  color: #fff;
  padding: 7px 18px 6px;
  border-radius: 19px;
  font-size: 13px;
  background: #30afbf;
}
.has-visualization .custom-form .has-constructor-info {
  display: flex;
}
@media (max-width: 767px) {
  .product-images-with-preview .constructor-info {
    padding-bottom: 50px;
  }
}

@media (max-width: 1100px) {
  .custom-form-group.custom-form-group_three {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-form-group.custom-form-group_three .custom-select.custom-form-wrap {
    width: calc(100% - 130px);
  }
  .custom-select.custom-form-wrap[style="display: none;"] + .custom-form-wrap.checkout__postcode,
  .custom-select.custom-form-wrap[style="display: none"] + .custom-form-wrap.checkout__postcode {
    max-width: none;
  }
}
.checkout-coupon a {
  color: #000;
  font-size: 14px;
}
.checkout-coupon {
  margin-top: 18px;
}
.checkout-coupon {
  font-size: 13px;
}
button#button-coupon {
  height: 44px;
}
.checkout-coupon .custom-form {
  margin-bottom: 0 !important;
}
.checkout-coupon .custom-form__field {
  padding-right: 191px;
}
.checkout-coupon .alert.alert-danger button.close {
  border: none;
  background: transparent;
  font-size: 17px;
  margin-left: auto;
  align-self: flex-start;
}
.checkout-coupon .alert.alert-danger {
  padding: 5px 11px;
  display: flex;
  align-items: center;
}
#input-group-coupon .error {
  font-size: 12px;
}

@media (max-width: 500px) {
  #button-coupon {
    height: 44px;
    position: relative;
    border-radius: 20px;
    margin-left: auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
}
.custom-checkbox__field {
  position: absolute;
  opacity: 0;
}
.custom-checkbox__field:checked + .custom-checkbox__inner {
  background-image: url(../images/common/checked.svg);
}
.custom-checkbox__field:checked + .custom-checkbox__inner {
  background-color: #000;
}
.custom-checkbox__inner {
  width: 18px;
  height: 18px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.15);
  display: flex;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 0.2s;
  outline: 1px solid #bfbfbf;
  border-radius: 4px;
  overflow: hidden;
}
.field-tabs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
}
.change-unformatted-text + .change-unformatted-text {
  margin-right: auto;
}
.get-preview,
.get-image-preview {
  display: none;
  padding: 5px 15px;
  border-radius: 20px;
  min-width: 120px;
}
.get-image-preview {
  margin-right: 10px;
  margin-left: 0;
  padding: 9px 18px;
  flex-shrink: 0;
}
.preview-is-updated {
  display: none;
  padding: 5px 15px;
  margin-bottom: 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  margin-right: 7px;
  transition: .3s;
  border: none;
}
.get-preview[style="display: block;"] + .preview-is-updated {
  display: none !important;
}
.custom-form-group {
  display: flex;
  column-gap: 20px;
}
.invert .preview-photo .preview-photo-text {
  color: #fff;
}
.invert .preview-photo .preview-image-example img {
  filter: invert(1);
}
.product-detail__rating_mob {
  display: none !important;
}
.loader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader-wrap #loading-spinner {
  width: 58%;
}
.check-status__fields.loading .loader-wrap {
  display: block !important;
}
.check-status__fields.loading .check-status__btn.button.button_gradient-dark {
  color: transparent;
}
.check-status__fields.loading .check-status__input {
  pointer-events: none;
}
.check-status__fields.loading .check-status__btn {
  pointer-events: none;
}
#loading-spinner {
  display: block;
  margin: 0 auto;
  animation: loading-spinner-spin 2s linear infinite;
  will-change: transform;
  align-self: center;
}
#loading-circle {
  stroke-dasharray: 105;
  stroke-dashoffset: 105;
  stroke-linecap: round;
  animation: loading-spinner-small 1.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  transform: translateZ(0);
  transform-origin: center;
  will-change: stroke-dashoffset;
}


@keyframes loading-spinner-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner-small {
  0% {
    stroke-dashoffset: 95;
    transform: scaleY(1);
  }
  49.99% {
    stroke-dashoffset: 0;
    transform: scaleY(1);
  }
  50% {
    stroke-dashoffset: 0;
    transform: scaleY(-1) rotate(25deg);
  }
  100% {
    stroke-dashoffset: 95;
    transform: scaleY(-1) rotate(-32deg);
  }
}
.preview-banner__mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .button_gradient-border:hover span {
    background: #fff  !important;
    color: #32347e !important;
  }
  .preview-banner__mobile {
    display: flex !important;
  }
  .preview-banner__desktop {
    display: none !important;
  }
  .preview-banner__mobile .button {
    display: flex;
    gap: 7px;
    min-width: 196px;
    padding: 8px 17px;
  }
  .preview-banner-mob-icon {
    position: relative;
    top: -1px;
  }
  .preview-banner__mobile .show-preview-banner__arrow {
    margin: 0;
  }
  .get-preview {
    display: none !important;
  }
  .preview-is-updated {
    /* display: none !important; */
  }
  .custom-form-group {
    column-gap: 10px;
  }
  .product-detail__head .product-detail__rating {
    display: none !important;
  }

  .product-detail__rating_mob {
    display: flex !important;
  }
  .order-status-info__error:not(:empty), .order-status-info__title:not(:empty) {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
.product-detail__rating_mob .product-detail__reviews {
  margin-top: 4px;
  margin-left: 6px;
  color: #000;
  font-weight: 300;
  font-size: 13px;
}
.custom-radio-group {
  display: flex;
  flex-direction: column;
}
.custom-radio-group_inline {
  flex-direction: row;
}
.custom-radio-group_inline .custom-radio + .custom-radio {
  margin-left: 18px;
}

.custom-radio {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  cursor: pointer;
}
.custom-radio__field {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.custom-radio__field:checked ~ .custom-radio__inner {
  background-image: url(../images/common/radio-checked.svg);
}
.custom-radio__inner {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.custom-radio__title {
  display: flex;
  align-items: center;
  width: 100%;
}
.custom-radio__title span {
  color: #a8acb0;
}

.custom-number {
  position: relative;
}
.custom-number input {
  width: 100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 22px;
  height: 40px;
  padding: 12px 35px;
  outline: none;
  transition: 0.2s;
  text-align: center;
  -moz-appearance: textfield;
}
.custom-number input::-webkit-outer-spin-button, .custom-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-number__btn {
  position: absolute;
  width: 36px;
  height: 100%;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.custom-number__btn_minus {
  background-image: url(../images/common/minus.svg);
}
.custom-number__btn_minus::after {
  content: "";
  background: url(../images/common/minus-hover.svg), url(../images/common/plus-hover.svg);
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.custom-number__btn_plus {
  background-image: url(../images/common/plus.svg);
  right: 0;
}
.custom-number__btn:hover.custom-number__btn_minus {
  background-image: url(../images/common/minus-hover.svg);
}
.custom-number__btn:hover.custom-number__btn_plus {
  background-image: url(../images/common/plus-hover.svg);
  right: 0;
}

.custom-select {
  position: relative;
}
.custom-select__field {
  position: relative;
  width: 100%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 22px;
  height: 44px;
  padding: 18px 43px 0 29px;
  transition: 0.2s, border-radius 0s;
  cursor: pointer;
}
.custom-select__field > * {
  pointer-events: none;
}
.custom-select__field:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-down.svg);
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.2s;
  opacity: 0.4;
}
/* .custom-select__field.has-value:after {
  top: 62%;
} */
.custom-select__placeholder {
  position: absolute;
  top: 12px;
  left: 30px;
  color: #a8acb0;
  pointer-events: none;
  user-select: none;
  transition: .25s;
}
.custom-select__value {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
}
.custom-select__value:not(:empty) ~ .custom-select__placeholder {
  font-size: 11px;
  top: 2px;
}
.custom-select__invisible {
  opacity: 0;
  position: absolute;
}
.lg-outer .lg-thumb-item img {
  object-fit: cover;
}
.custom-select__invisible[required] ~ .custom-select__placeholder:before {
  content: "*";
  display: inline-block;
  color: #fe0101;
  margin: 0 5px 0 0;
}
.custom-select-popup {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 11px -3px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 22px 22px;
  border-top: 1px solid #dddddd;
  top: calc(100% - 4px);
  left: 0;
  overflow: hidden;
  z-index: 9;
}
.custom-select-popup-content {
  max-height: 300px;
  overflow: auto;
}
.custom-select-popup .os-content {
  padding: 8px 0 !important;
}
.custom-select-popup .os-scrollbar.os-scrollbar-vertical {
  right: 18px;
}
.custom-select-popup .os-scrollbar.os-scrollbar-vertical:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  width: 2px;
  height: calc(100% - 30px);
  background: #a8acb0;
  transform: translateX(-50%);
}
.custom-select-popup .os-scrollbar-handle {
  background: #2b353d !important;
}
.custom-select.active .custom-select__field {
  border-radius: 22px 22px 0 0;
}
.custom-select__item {
  display: block;
  padding: 6px 30px;
  cursor: pointer;
}
.custom-select__item:hover {
  background: #eeeeef;
}

.active .custom-select-popup {
  display: block;
}

.active .custom-select__field:after {
  transform: translateY(-50%) rotate(180deg);
}

.active .custom-form__field {
  border-radius: 22px 22px 0 0;
}

.pagination {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  row-gap: 16px;
}
.pagination__item, .pagination a, .pagination span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.15);
  width: 39px;
  height: 39px;
  margin-right: 10px;
  color: #2a2a2a;
  text-decoration: none;
  border: none;
  padding: 0;
  outline: none !important;
  transition: 0.2s;
  overflow: hidden;
}
.pagination__item:before, .pagination a:before, .pagination span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/common/paginator-hover-bg.svg);
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}
.pagination__item_prev {
  margin-right: 30px;
}
.pagination__item_prev:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  background-image: url(../images/common/arrow-right-dark.svg);
  transition: 0.2s;
  rotate: 180deg;
}
.pagination__item_next {
  margin-left: 30px;
}
.pagination__item_next:before {
  content: "";
  opacity: 0;
  background-image: url(../images/common/paginator-hover-bg.svg);
}
.pagination__item_next:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  background-image: url(../images/common/arrow-right-dark.svg);
  transition: 0.2s;
}
.pagination__item_last {
  margin-left: 55px;
}
.pagination__item:hover, .pagination__item.active, .pagination a:hover, .pagination span {
  color: #fff;
}
.pagination__item:hover:before, .pagination__item.active:before, .pagination a:hover:before, .pagination span:before {
  opacity: 1;
}
.pagination__item:hover:after, .pagination__item.active:after {
  background-image: url(../images/common/arrow-right-white.svg);
}
.reviews-pagination {
  display: flex;
}
.reviews-pagination .pagination {
  margin: 0 auto;
}
.review-form-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.page {
  padding: 18px 0 70px;
}
.page .title {
  margin-bottom: 25px;
  text-align: left;
}

.wrap {
  width: 100%;
  /* max-width: 1360px; */
  padding: 0 44px;
  margin: 0 auto;
}

@media (max-width: 1550px) and (min-width: 1360px) {
  .header-en-wrap {
    padding: 0 10px;
  }

  .header-en .header__logo {
    width: 130px;
  }

  .header-en .header__left-block {
    margin-right: 4px;
  }

  .header-menu__btn {
    padding: 15px 6px;
  }

  .header-en .header-en-wrap .nav-item > a,
  .header-en .header-en-wrap .header-cart {
    font-size: 14px;
  }

  .header-cart__info {
    display: flex;
    gap: 4px;
    align-items: center;
  }

  .header-en .header-en-wrap .nav-item > a {
    padding: 19px 3px 20px 7px;
  }
}

@media (max-width: 1400px) and (min-width: 1360px) {
  .header-en .header-en-wrap .nav-item > a,
  .header-en .header-en-wrap .header-cart {
    font-size: 13px;
  }
}

.section {
  margin-bottom: 50px;
}

hr {
  border-color: #eeeeef;
  opacity: 1;
}

.required:before {
  content: "*";
  display: inline-block;
  color: #fe0101;
  margin: 0 5px 0 0;
}

.lSSlideOuter .lSPager.lSpg > li a {
  width: 30px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #a8acb0;
  opacity: 0.4;
  transition: 0.25s;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  opacity: 1;
  background-color: #a8acb0;
}

.lSAction > a,
.lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1;
}

.discount {
  display: flex;
  position: absolute;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(35deg, rgb(250, 68, 68) 0%, rgb(154, 6, 6) 50%, rgb(250, 68, 68) 100%);
  border-radius: 100%;
  font-size: 14px;
  top: 20px;
  left: 18px;
  z-index: 1;
}

.top-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  padding: 0 24px;
}
.top-message:before {
  content: "";
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scale: 2.3;
  z-index: -1;
}
.top-message__icon {
  width: 32px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.top-message__icon_hand {
  background-image: url(../images/common/hand.svg);
}
.top-message__icon_truck {
  background-image: url(../images/common/truck.svg);
}
.top-message__text {
  margin: 0 30px;
  text-align: center;
}

.header {
  position: relative;
  padding: 18px 0;
  background: #fff;
  z-index: 100;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
}
.header__left-block {
  display: flex;
  align-items: center;
}
.header__middle-block {
  margin: 0 24px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__right-block {
  display: flex;
  align-items: center;
}
.header__logo {
  width: 217px;
  display: flex;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__phone {
  width: 278px;
  align-self: baseline;
}
.header-phone__item {
  display: none;
  margin-bottom: 10px;
  align-items: center;
}
.header-phone__item_active {
  display: flex;
}
.has-child .header-phone__item_active:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-left: 9px;
  margin-top: -2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-right.svg);
  rotate: 90deg;
  transition: 0.15s;
  filter: invert(1);
}
.header-phone__item a {
  display: flex;
  align-items: center;
}
.header__phone-list a img {
  margin-right: 15px;
}
/* .header-phone__item a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
 background-image: url(../images/common/phone.svg);
} */
.header-phone__item.whatsapp a:before {
  background-image: url(../images/common/whatsapp.svg);
}
.header-phone__item.telegram a:before {
  background-image: url(../images/common/telegram.svg);
}
.header-phone__item.viber a:before {
  background-image: url(../images/common/viber.svg);
}
.header__phone-list {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  padding: 26px 14px 18px 30px;
  margin-top: -17px;
  z-index: 1;
}
.header__phone-list a {
  color: inherit;
  text-decoration: none;
}
.header__phone-list:hover .header-phone__item {
  display: flex;
}
.header__phone-list:hover .header-phone__item a:after {
  rotate: 270deg;
}
.has-child.header__phone-list:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}
.header-cart {
  display: flex;
  position: relative;
  text-decoration: none;
  color: #2a2a2a;
  padding: 10px 15px;
  margin-right: 30px;
}
.header-cart__icon {
  position: relative;
  width: 27px;
  margin-right: 20px;
}
.header-cart__icon:before {
  content: "";
  display: block;
  width: 27px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/cart.svg);
}
button#zvonok {
  margin-left: 19px;
}
.header-cart__count {
  position: absolute;
  top: -9px;
  right: -11px;
  background: #2a2a2a;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 21px;
}
.header-cart__info {
  color: #2a2a2a;
}
.header-cart__info * {
  font-weight: 300;
}
.empty:hover .header-cart__empty-popup {
  display: block;
}
.header-cart__empty-popup {
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  white-space: normal;
  z-index: 1;
  min-width: 200px;
}
.header-language {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.header-language__item {
  color: #a8acb0;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 22px;
}
.header-language__item.active {
  color: #2a2a2a;
  font-weight: 600;
}
.header-language__toggle {
  margin: 0 7px;
  display: flex;
  align-items: center;
  width: 40px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/language-toggle-bg.svg);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  /*rotate: 180deg;*/
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.header-language__toggle:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 9px;
    background-image: url(../images/common/lang-pip.svg);
    background-size: contain;
    top: 48.6%;
    left: calc(100% - 20px);
    transform: translate(0, -50%);
    transition: .3s;
}
.active ~ .header-language__toggle:after {
    left: 3px;
}
.header-menu__btn {
  background: transparent;
  border: none;
  padding: 15px 10px;
}
.header-menu__btn:before {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/menu.svg);
}
.header-menu__btn:after {
  content: "";
  opacity: 0;
  background-image: url(../images/common/language-toggle-bg.svg), url(../images/common/lang-pip.svg), url(../images/common/menu-hover.svg),url(../images/common/menu-en-hover.svg), url(../images/common/close-hover.svg), url(../images/common/arrow-right-white.svg), url(../images/common/arrow-right-blue-link-hover.svg), url(../images/common/arrow-down-hover.svg);
}
.header-menu__btn:hover:before {
  background-image: url(../images/common/menu-hover.svg);
}
.header-menu-popup,
.header-menu .menu-subcategory {
  position: absolute;
  display: none;
  top: -30px;
  right: 0;
  width: 371px;
  background: #fff;
  padding: 50px 45px 30px 30px;
  z-index: 999;
}
.header-menu-popup hr,
.header-menu .menu-subcategory hr {
  margin: 13px 0;
}
.header-menu .menu-subcategory-head {
  padding: 17px 47px 20px 17px;
  box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.15);
  margin: 0 -20px 24px;
}
.header-menu .menu-subcategory-head .header-menu-nav__title {
  margin: 0;
}
.header-menu .menu-subcategory__back-btn {
  display: flex;
  align-items: center;
  color: #0bc1e2;
  margin-bottom: 10px;
}
.header-menu .menu-subcategory__back-btn:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-right-blue-link-hover.svg);
  rotate: 180deg;
  margin-right: 4px;
}
.header-menu .menu-subcategory__name {
  padding-bottom: 18px;
  margin-bottom: 13px;
  border-bottom: 1px solid #eeeeef;
}
.header-menu .menu-subcategory__name a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}
.header-menu .menu-subcategory__list a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 7px 0;
}
.header-menu__close {
  position: absolute;
  right: 40px;
  top: 54px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  padding: 0;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/common/close.svg);
}
.header-menu__close:hover {
  background-image: url(../images/common/close-hover.svg);
}
.header-menu__list {
  display: flex;
  flex-direction: column;
}
.header-menu__item {
  color: #2a2a2a;
  text-decoration: none;
  padding: 5px 0;
  margin: 5px 0;
  transition: 0.25s;
  display: flex;
  align-items: center;
}
.header-menu__item:hover {
  color: #0bc1e2;
}
.header-menu__item_icon:before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.header-menu__item.user:before {
  background-image: url(../images/common/user.svg);
}
.header-menu__item.login:before {
  background-image: url(../images/common/sign-in.svg);
}
.header-menu__item.phone:before {
  background-image: url(../images/common/phone.svg);
}
.header-menu__item.whatsapp:before {
  background-image: url(../images/common/whatsapp.svg);
}
.header-menu__item.telegram:before {
  background-image: url(../images/common/telegram.svg);
}
.header-menu__item.viber:before {
  background-image: url(../images/common/viber.svg);
}
.header-menu__item.mail:before {
  background-image: url(../images/common/email.svg);
}
.header-menu__social {
  padding-top: 15px;
}
.header-menu__social a,
.contacts-block__social a,
.footer__social a {
  transition: .25s;
}
.header-menu__social a:hover,
.contacts-block__social a:hover {
  opacity: .8;
}
.footer__social a:hover {
  opacity: .7;
}
.header-menu__social-item:before {
  content: "";
  display: inline-flex;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-menu__social-item.fb:before {
  background-image: url(../images/common/fb.svg);
}
.header-menu__social-item.vk:before {
  background-image: url(../images/common/vk.svg);
}
.header-menu__social-item.instagram:before {
  background-image: url(../images/common/instagram.svg);
}
.header-menu__social-item.tiktok:before {
  background-image: url(../images/common/tiktok.svg);
}
.header-menu__social-item.telegram:before {
  background-image: url(../images/common/telegram-social.svg);
}
.header-menu__social-item.viber:before {
  background-image: url(../images/common/viber-social.svg);
}
.header-menu__backdrop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.7;
  z-index: 998;
}
.header-menu-nav__title {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 11px;
}
.header-menu-nav__title:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/category-icon.svg);
}
.header-menu-mobile {
  padding: 17px 47px 17px 20px;
  box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.15);
  margin: 0 -20px 24px;
  justify-content: space-between;
}
.header-menu-mobile .header__logo {
  width: 163px;
}

.menu-shown .header-menu__backdrop,
.menu-shown .header-menu-popup {
  display: block;
}

.submenu-shown .header-menu__backdrop,
.submenu-shown .menu-subcategory {
  display: block;
}

.nav {
  background: #222222;
  position: relative;
  color: #fff;
  font-size: 15px;
  z-index: 2;
}
.nav:before {
  content: "";
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.17;
}
.nav a {
  color: inherit;
  text-decoration: none;
}
.nav .wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 1360px;
}
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-item > a {
  display: flex;
  padding: 17px 20px 16px 15px;
  transition: 0.2s;
}
.nav-item__list {
  position: absolute;
  top: 100%;
  background: #222222;
  padding: 10px 0 12px;
  border-radius: 0 0 20px 20px;
  border-top: 1px solid #000;
  white-space: nowrap;
  display: none;
  flex-direction: column;
  overflow: hidden;
}
.nav-item__list:before {
  content: "";
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.17;
  top: 0;
  left: 0;
}
.nav-item__list:not(:empty) ~ .nav-item__icon {
  display: block;
  width: 10px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-right.svg);
  margin-top: 1px;
  margin-left: -10px;
  rotate: 90deg;
  transition: 0.2s;
  pointer-events: none;
}
.nav-item__list a {
  position: relative;
  padding: 10px 15px;
  color: #fff;
  transition: 0.15s;
  text-decoration: none;
}
.nav-item__list a:hover {
  color: #0bc1e2;
}
.nav-item:hover > a {
  color: #0bc1e2;
}
.nav-item:hover .nav-item__icon {
  background-image: url(../images/common/arrow-right-blue.svg);
  rotate: 270deg;
}
.nav-item:hover .nav-item__list {
  display: flex;
}
.header-en {
  background: #222222;
  position: relative;
  font-size: 15px;
  z-index: 101;
}
.header-en:before {
  content: "";
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.17;
  z-index: -1;
}
.header-en__nav {
  display: flex;
  align-items: center;
  color: #fff;
  /* max-width: 775px; */
}
.header-en-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  height: 62px;
}
.select-engrave-head {
  display: flex;
  align-items: center;
}
.header-en .nav-item > a {
  color: inherit;
  text-decoration: none;
  padding: 19px 9px 20px 10px;
}
.header-en .nav-item__list:not(:empty) ~ .nav-item__icon {
  margin-left: -3px;
}
.header-en .header__logo {
  width: 150px;
}
.header-en .header-cart {
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  white-space: nowrap;
}
.header-en .header-cart__count {
  background: #fff;
  color: #000;
}

.header-en .header-cart__empty-popup {
  color: #000;
}
.header-en .header-cart__icon:before {
  width: 36px;
  height: 28px;
  background-image: url(../images/common/cart-en.svg);
}
.header-en .header-cart__info {
  color: #fff;
}
.header-en .header-menu__btn:before {
  background-image: url(../images/common/menu-en.svg);
}
.header-en .header-menu__btn:hover:before {
  background-image: url(../images/common/menu-en-hover.svg);
}
.home-slider {
  opacity: 0;
}
.header-en .nav-item:hover > a {
  color: #0bc1e2;
}

@media (max-width: 1360px) {
  .header-en__nav, .header-en .header-cart__info {
    display: none;
  }
  .header-en .mobile-shown {
    display: block !important;
  }
  .header-en .header-menu__item {
    display: none;
  }
  .header-en .product-section.product-detail-wrap.product-detail-wrap_full-mobile {
    flex-wrap: wrap;
  }
  .header-en .mobile-shown.header-menu__item, .header-en .mobile-shown.header-menu-mobile, .header-en .mobile-shown.header-language {
    display: flex !important;
  }
  .header-en .checkout-product__option {
    display: none;
  }
  .header-en .checkout-product-content {
    flex-direction: column;
  }
  .header-en .checkout-product__info {
    margin-bottom: 12px;
  }
  .header-en .checkout-product__price {
    margin-left: 0;
  }
  /* .header {
    padding: 9px 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15) !important;
  } */
  .header-en .nav,
  .header-en .header-menu-popup hr,
  .header-en .header-cart__info {
    display: none;
  }
  .header-en .header-cart__icon {
    margin-right: 0;
  }
  .header-en .header-menu__close {
    top: 16px;
    right: 14px;
  }
  .header-en .header-menu-popup,
  .header-en .header-menu .menu-subcategory {
    padding: 0 20px 22px 20px;
  }
  .header-en .header-menu-popup {
    top: 0;
  }
  .header-en .nav-item {
    cursor: pointer;
  }
  .header-en .nav-item > a {
    width: 100%;
    padding: 7px 0;
    color: inherit;
    text-decoration: none;
  }
  .header-en .header-menu-popup .nav-item__list {
    display: none !important;
  }
  .header-en .nav-item__list:not(:empty) ~ .nav-item__icon {
    background-image: url(../images/common/arrow-right-dark.svg);
    rotate: 0deg;
  }
  .header-en .nav-item:hover .nav-item__icon {
    background-image: url(../images/common/arrow-right-blue.svg);
    rotate: 0deg;
  }

  .header-en .nav-item__list:not(:empty) ~ .nav-item__icon {
    width: 32px;
    height: 32px;
    background-size: 11px;
    pointer-events: all;
  }
  .header-en .header-menu__list .header__callback {
    align-self: flex-start;
    min-width: 185px;
    margin: 9px 0 15px;
  }
  .header-en .product-cart .checkout-product-content {
    flex-direction: row;
  }
}
.home-slider.lightSlider {
  opacity: 1;
}
.home-slider-wrap {
  position: relative;
}
.header-en .nav-item > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
}
.header-en .header__left-block {
  margin-right: 16px;
}
.lSSlideWrapper  .lSAction > a {
  opacity: 1;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s;
}
.lSSlideWrapper  .lSAction > a:hover {
  background-image: url(../images/common/arrow-right-white.svg);
}
.lSSlideWrapper  .lSAction > a.lSPrev {
  rotate: 180deg;
  margin-left: 35px;
}
.lSSlideWrapper  .lSAction > a.lSNext {
  margin-right: 35px;
}
.lSSlideWrapper .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.lSSlideWrapper .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff;
}
.lSSlideWrapper .lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideWrapper .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #fff;
}
.top-categories.wrap .lSSlideWrapper .lSAction > a.lSNext,
.products-list-slider-wrap .lSSlideWrapper .lSAction > a.lSNext,
.reviews-slider-wrap .lSSlideWrapper .lSAction > a.lSNext {
  margin-right: 0;
  right: 8px;
}
.top-categories.wrap .lSSlideWrapper .lSAction > a.lSPrev,
.products-list-slider-wrap .lSSlideWrapper .lSAction > a.lSPrev,
.reviews-slider-wrap .lSSlideWrapper .lSAction > a.lSPrev {
  margin-left: 0;
  left: 8px;
}
.reviews-slider-wrap .lSSlideWrapper .lSAction > a.lSNext,
.reviews-slider-wrap .lSSlideWrapper .lSAction > a.lSPrev {
  top: 108%;
}
.reviews-slider-wrap .lSSlideWrapper .lSAction > a.lSNext:hover,
.reviews-slider-wrap .lSSlideWrapper .lSAction > a.lSPrev:hover {
  background-image: url(../images/common/arrow-right.svg);
}
.products-list-slider-wrap .lSSlideWrapper .lSAction > a.lSNext,
.products-list-slider-wrap .lSSlideWrapper .lSAction > a.lSPrev {
  top: 33%;
}
.home-slider__item a {
  display: flex;
  text-decoration: none;
  height: 500px;
}
@media (max-width: 1100px) {
  .home-slider__item a {
    height: 356px;
  }
}
@media (max-width: 766px) {
  .home-slider__item a {
    height: auto;
  }
}
.home-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider-wrap_mobile .home-slider__item img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}

.top-categories-item {
  position: relative;
  display: block;
  padding-bottom: 45px;
  cursor: pointer !important;
}
.top-categories-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 45px;
  left: 0;
  filter: blur(20px);
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  opacity: 0;
  transition: opacity 0.2s;
}
.top-categories-item:hover:before {
  opacity: 0.1;
}
.section-banner {
  margin-top: 70px;
}
.top-categories-item:hover .top-categories-item__btn:before {
  opacity: 1;
}
.top-categories-item__img {
  height: auto;
}
.top-categories-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-categories-item__title {
  position: absolute;
  text-align: center;
  bottom: 86px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  word-break: break-all;
  margin: 0;
  padding: 0 17px;
  z-index: 0;
}
.top-categories-item__title:after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 0;
  height: 400%;
  background: linear-gradient(to bottom, rgb(12 31 46 / 0%) 0%, rgb(12 31 46) 88%, rgb(12 31 46) 59%, rgb(12 31 46) 100%);
  width: 100%;
  z-index: -1;
}
.top-categories-item__btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 188px;
}

.why-us {
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  padding: 0.8px;
  overflow: hidden;
}
.why-us-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 9px;
  padding: 40px 30px;
}
.why-us__title {
  font-size: 24px;
  font-weight: 400;
  margin-right: 20px;
  white-space: nowrap;
}
.why-us__list, .why-us__item {
  display: flex;
  align-items: center;
}
.why-us__item:not(:last-child) {
  margin-right: 35px;
}
.why-us__icon {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  margin-right: 13px;
  width: 79px;
  height: 79px;
  flex-shrink: 0;
}
.why-us__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.why-us__description {
  font-size: 14px;
  line-height: 18px;
  max-width: 200px;
}

.products-list {
  /* padding: 0 28px; */
  overflow: hidden;
  /* max-width: 1325px; */
}
.products-list-slider {
  opacity: 0;
  min-height: 290px;
}
.products-list-slider.lightSlider {
  opacity: 1;
}
.products-list .lSSlideOuter,
.products-list .lSSlideWrapper {
  overflow: visible;
}
.products-list .lSSlideWrapper.usingCss {
  margin-bottom: 19px;
}
.products-list-item {
  color: inherit;
  text-decoration: none;
  cursor: default !important;
  padding: 15px 0;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  /* min-height: 100%; */
  /* overflow: hidden; */
}
.products-list-item:hover .products-list-item__img {
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.15);
}
.products-list-item__img {
  display: block;
  position: relative;
  /* height: 297px; */
  overflow: hidden;
  background: #f7f7f3;
  margin-bottom: 8px;
  transition: 0.3s;
  /* flex-shrink: 0; */
}
.products-list-item__img img {
  width: 100%;
  height: 100%;
  /* min-height: 297px; */
  object-fit: contain;
}
.products-list-item-variants {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  /* flex-wrap: wrap; */
  column-gap: 5px;
  row-gap: 9px;
}
.status-info-wrap {
  display: flex;
  margin-top: 9px;
}
.rendered-icons-text {
  margin: -12px 0 23px;
  padding: 9px 18px 7px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #efefef;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.rendered-icons-text:empty {
  display: none;
}
.rendered-icons-text img {
  width: 21px;
  margin: -4px 5px 0;
}
.rendered-icons-text img + img {
  margin-left: 0;
}
.invert .rendered-icons-text {
  color: #fff;
  background: #565656;
}
.invert .rendered-icons-text img {
  filter: invert(1);
}
.products-list-item-variants__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  white-space: nowrap;
  position: relative;
  flex-shrink: 0;
}
.products-list-item-variants__item input[type=radio] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.product-more-photo {
  display: none;
}

.change-unformatted-text {
  border: 1px solid transparent;
  padding: 5px 10px;
  margin-bottom: 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  margin-right: 7px;
  transition: .3s;
}

.field-tabs {
  margin-bottom: 11px;
}
.change-unformatted-text.active {
  border: 1px solid #30a8bb;
}
.products-list-item-variants__item input ~ i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.products-list-item-variants__item input:checked ~ i,
.products-list-item-variants__item input.checked ~ i {
  border-color: #30a8bb;
  background: #fbfbfb;
}
.products-list-item-variants__item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  z-index: 1;
  user-select: none;
  backface-visibility: hidden;
  border-radius: 100%;
}
.products-list-item__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 5px;
  margin-top: auto;
}
@media (max-width: 600px) {
  .products-list-item__title {
    min-height: 36px;
  }
}

.products-list-item__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 5px;
  margin-top: 10px;
}
.products-list-item__price {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500;
  line-height: 19px;
  align-self: center;
}
.products-list-item__old-price {
  color: #a8acb0;
  font-weight: 400;
  font-size: 18px;
  text-decoration: line-through;
  margin-top: 1px;
}
.products-list-item__btn {
  min-width: auto;
  margin-right: 1px;
  flex-shrink: 0;
}

.banners {
  display: flex;
  max-height: 620px;
}
.banners-mob-slider-wrap {
  display: none;
}
.banners-item {
  position: relative;
  color: #fff;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
.vertical-direction span.with-icon img {
  rotate: 90deg;
}
.icon-selection-list {
  display: none;
  gap: 8px;
  flex-wrap: wrap;
  position: absolute;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #dcdcdc;
  padding: 9px;
  box-shadow: 0 2px 5px #bfbfbf;
  top: 100%;
  right: 0;
  user-select: none;
  z-index: 2;
}
.icon-selection-list.shown {
  display: flex;
}
.icon-selection-item {
  width: 40px;
  padding: 7px;
  border-radius: 7px;
  cursor: pointer;
}
.icon-selection-item:hover {
  background: #ececec;
}
.icon-selection-item img {
  width: 100%;
}
.icon-selection {
  position: relative;
  display: flex;
  gap: 8px;
}
.icon-selection-btn {
  display: flex;
  /* display: none; */
  width: 44px;
  height: 44px;
  background: url(/designer_icons/1-filled-heart_❤️.png);
  background-size: 18px;
  background-position: 54% 53%;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  flex-shrink: 0;
  cursor: pointer;
}
.icon-selection-btn:hover,
.icon-selection-image-btn:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}
.icon-selection-image-btn {
  display: flex;
  width: 44px;
  height: 44px;
  background: url(/image/catalog/logo/apple-touch-icon-180x180.png);
  background-size: 22px;
  background-position: 54% 42%;
  filter: brightness(0);
  background-repeat: no-repeat;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  flex-shrink: 0;
  cursor: pointer;
}
.rendered-image-engrave {
  display: flex;
  margin-bottom: 28px;
}
.rendered-image-engrave .product-detail-selected-item > div {
    cursor: default;
}
.has-select-image-in-field .product-detail-engrave {
  display: none;
}
.invert .preview-photo-text .with-icon img {
  filter: invert(1);
}
.banners-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 27%;
  bottom: 0;
  left: 0;
  filter: blur(20px);
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  scale: 1.4;
}
.banners-item:hover::before {
  opacity: 0.2;
}
.custom-form-counter {
  display: none;
}
.custom-form-counter {
  position: absolute;
  right: 15px;
  color: #9e9e9e;
}
.product-139 ~ .preview .preview-photo-text {
  display: flex !important;
}
.custom-form-counter i {
  font-style: normal;
  font-size: 13px;
}
.product-163 ~.preview .preview-photo-text span {
  margin: 0 5px;
}
.product-163 ~.preview .preview-photo-text.vertical-direction span {
  margin: 0;
}
.custom-form__field[maxlength] {
  padding-right: 64px;
}
.custom-form__field[maxlength="none"] {
  padding-right: 29px;
}
.banners-item:hover .banners-item__btn {
  color: #0bc1e2;
}
.banners-item:hover .banners-item__btn.link_arrow:after {
  background-image: url(../images/common/arrow-right-blue-link-hover.svg);
}
.checkout-info-border {
  display: block;
  width: 100%;
  height: 0.8px;
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
}
.checkout-total + .checkout-info-wrap {
  margin-top: -32px;
  background: #fff;
}
.checkout-info-wrap {
  margin-bottom: 42px;
}
.checkout-info {
  margin: 23px 0 21px;
  display: flex;
  gap: 16px;
}
.checkout-info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  width: 100%;
}
.checkout-info-item__text {
  margin: 0;
}
.checkout-info-item__icon {
  margin-bottom: 6px;
  height: 36px;
  display: flex;
  align-items: center;
}
.checkout-info-item__title {
  font-weight: 600;
}

@media (max-width: 1260px) {
  .checkout-info {
    flex-wrap: wrap;
    gap: 19px 16px;
  }
  .checkout-info-item {
    width: calc(50% - 8px);
  }
}

.banners-item_big {
  width: 66%;
  margin-right: 30px;
  flex-shrink: 0;
}
.banners-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banners-mob-slider-wrap .banners-item__img {
  min-height: 250px;
}
.banners-item__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 18px;
  z-index: 0;
}
.banners-item__footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 115%;
  background: linear-gradient(to bottom, rgb(12 31 46 / 0%) 0%, rgb(12 31 46) 88%, rgb(12 31 46) 59%, rgb(12 31 46) 100%);
  width: 100%;
  z-index: -1;
}
.banners-item__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto 12px;
  max-width: 450px;
}
.banners__container {
  display: flex;
  flex-direction: column;
}
.banners__container .banners-item:not(:last-child) {
  margin-bottom: 30px;
}

.reviews {
  padding: 0 20px;
  overflow: hidden;
  max-width: 1758px;
  text-align: center;
}
.reviews .lSSlideOuter,
.reviews .lSSlideWrapper {
  overflow: visible;
}
.reviews .lSSlideWrapper.usingCss {
  margin-bottom: 19px;
}
.reviews__title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.reviews__link {
  position: absolute;
  right: 0;
}
.reviews-slider {
  padding: 15px 0;
}
.reviews-item {
  display: flex;
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  border-radius: 10px;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.15);
  padding: 0.8px;
}
.reviews-item__title {
  font-size: 18px;
}
.reviews-item__title strong {
  font-weight: 500;
}
.reviews-item__title span {
  font-weight: 400;
}
.reviews-item-content {
  background: #fff;
  border-radius: 9px;
  padding: 25px;
  text-align: left;
  width: 100%;
}
.order-status-info__error {
  color: #ff7a7a;
}
.order-status-info__title {
  font-size: 15px;
  font-weight: 500;
}
#upload_modal .modal-title {
  text-align: left;
}
#upload_modal .modal-header {
  padding: 16px 40px 20px;
}
.order-status-info {
  position: relative;
  color: #fff;
  display: flex;
  margin: 0;
  align-items: end;
}
.product-images-loader {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-images-loader:before {
  content: "";
  width: 43px;
  display: block;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#34e3ff 90%,#0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 50%;
  animation: l3 .85s infinite linear;
}
.product-images.loading:before {
  content: "";
  width: 43px;
  display: block;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#34e3ff 90%,#0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 50%;
  animation: l3 .85s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.product-images.loading:after {
  opacity: 1 !important;
  background-image: none;
  background-color: #8b8b8b38;
  z-index: 0;
  backdrop-filter: blur(2px);
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}
.order-status-info__detail:not(:empty):before {
  content: ":";
  margin-right: 7px;
}
.order-status-info__detail {
  margin-right: 6px;
}
.order-status-info__error:not(:empty),
.order-status-info__title:not(:empty) {
  margin-left: 30px;
}
.category-products-wrap .products-list-item__title {
  margin-top: auto;
}
.category-products-wrap .products-list-item__footer {
  margin-top: 0;
}
.reviews__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews__stars .jq-star {
  cursor: default;
}
.reviews__detail a {
  display: block;
  margin-bottom: 8px;
  color: #4d4d4d;
  text-decoration: underline;
}
.reviews__date {
  font-size: 13px;
  color: #a8acb0;
}
.reviews__detail {
  font-size: 14px;
  line-height: 18px;
}
.reviews__btn {
  margin: 46px auto 10px;
  min-width: 248px;
}
.reviews-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
.reviews-wrap_product {
  grid-template-columns: 1fr;
}
.review-form-wrap_product {
  max-width: 1200px;
  margin: 45px 0 60px;
  padding: 0 44px;
}
.review-form-wrap_product .add-review-form-rating + .custom-form {
  max-width: none;
}

.review-form-wrap_product  .add-review-form__row {
  column-gap: 29px;
}
.preview-photo-text.emboss span {
  flex-shrink: 0;
}
.text-direction {
  display: flex;
  column-gap: 7px;
}
.text-direction__btn {
  border: none;
  background: transparent;
  padding: 7px 8px;
  border-radius: 50%;
}
.text-direction__btn svg {
  width: 29px;
  height: 29px;
}
.wrap-direction-text {
  display: flex;
  column-gap: 15px;
}
.product-detail-field .custom-select {
  width: 100%;
}
.text-direction__btn.active,
.text-direction__btn:active,
.text-direction__btn:focus-visible {
  outline: 2px solid #30a8bb !important;
  outline-offset: -2px;
}
.preview-photo-text.vertical-direction {
  display: flex !important;
  writing-mode: vertical-rl !important;
  rotate: 180deg;
  flex-direction: column;
  flex-wrap: nowrap;
}
.preview-photo-text span {
  min-width: 9px;
  flex-shrink: 0;
}
.text-direction__btn:hover {
  outline: 2px solid #30a8bb30;
}
.product-detail-selected__engrave {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.product-detail-selected-item,
.product-detail-selected-item > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.product-detail-selected-item > div {
  cursor: pointer;
}
.engrave-variant_img {
  max-height: 110px;
  width: 100px;
  object-fit: contain;
}


.fixed-btns {
  display: none;
}


@media (max-width: 767px) {
  .reviews-wrap {
    grid-template-columns: 1fr;
  }
  .add-review-wrap {
    flex-direction: column;
  }
}

@media (max-width: 590px) {
  .header-en .header-cart {
    margin-right: 11px;
  }
  .fixed-btns {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 7px 10px 14px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #d5d4d4;
    transform: translateY(110%);
    transition: transform .2s;
  }
  .shown-fixed-btn .fixed-btns {
    transform: translateY(0);
  }
  .fixed-btns .fixed-btns-order {
    width: 100%;
    display: flex;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
  }
  .fixed-btns-order .button {
    width: 100%;
  }
  .fixed-btns-order .button_gradient-border span {
    padding: 8px 25px 9px;
  }
  .fixed-btns-order .button_gradient {
    padding: 8px 17px 9px;
  }
  .fixed-btns .get-preview {
    width: 100%;
    padding: 8px 15px 9px;
    display: none !important;
  }
  .fixed-btns .get-preview[style="display: block;"] + .fixed-btns-order {
    /* display: none; */
  }
}
.reviews-wrap .reviews-item {
  width: 100%;
}
.reviews-wrap .reviews-item-content {
  width: 100%;
}
.reviews-footer {
  margin: 48px 0;
}

.check-status {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.check-status .wrap {
  max-width: 1360px;
}
.footer-pay {
    align-self: center;
}
.check-status::before {
  content: "";
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  scale: 2.4;
  z-index: 0;
  pointer-events: none;
}
.check-status-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.check-status__title {
  flex-shrink: 0;
  margin-right: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.check-status__fields {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.check-status__input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #fff;
  border: none;
  padding: 5px 200px 5px 25px;
  outline: none !important;
}
.check-status__btn {
  position: absolute;
  min-width: 186px;
  right: 2px;
}

.contacts-n-form {
  display: flex;
  justify-content: space-between;
  max-width: 1177px;
}

.contacts-block,
.contacts-form {
  width: 100%;
  max-width: 470px;
}

.contacts-block {
  margin-right: 30px;
}
.contacts-block__content {
  padding: 0 15px;
}
.contacts-block a {
  color: #2a2a2a;
  text-decoration: none;
}
.contacts-block__row {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.contacts-block__address {
  display: flex;
  align-items: center;
}
.contacts-block__address:before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 28px;
  background-image: url(../images/common/pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.contacts-block__address span {
  color: #a8acb0;
  margin-left: 4px;
}
.contacts-block__email a {
  display: flex;
  align-items: center;
}
.contacts-block__email a:before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 28px;
  background-image: url(../images/common/email.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.contacts-block__social {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  position: relative;
  top: -3px;
}
.contacts-block__social > * {
  display: flex;
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.contacts-block__social > *.fb {
  background-image: url(../images/common/fb.svg);
}
.contacts-block__social > *.vk {
  background-image: url(../images/common/vk.svg);
}
.contacts-block__social > *.google {
  background-image: url(../images/common/google.svg);
}
.contacts-block__social > *.instagram {
  background-image: url(../images/common/instagram.svg);
}
.contacts-block__social > *.tiktok {
  background-image: url(../images/common/tiktok.svg);
}
.contacts-block__social > *.telegram {
  background-image: url(../images/common/telegram-social.svg);
}
.contacts-block__social > *.viber {
  background-image: url(../images/common/viber-social.svg);
}
.contacts-block__phone {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  margin-top: 15px;
}
.contacts-block__phone:before {
  /* content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; */
}
.contacts-block__phone.phone:before {
  background-image: url(../images/common/phone.svg);
}
.contacts-block__phone.whatsapp:before {
  background-image: url(../images/common/whatsapp.svg);
}
.contacts-block__phone.telegram:before {
  background-image: url(../images/common/telegram.svg);
}
.contacts-block__phone.viber:before {
  background-image: url(../images/common/viber.svg);
}
.contacts-block__phone + .contacts-block__phone_img {
  padding-left: 20px;
  margin-left: 8px;
}
.contacts-block__phone + .contacts-block__phone_img:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/separator.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contacts-form__field {
  display: flex;
  cursor: pointer;
}
.footer .contacts-block__phone_img img {
  width: 15px;
}
.contacts-block__phone.contacts-block__phone_img {
  margin-right: 10px;
}
.contacts-block__btn {
  margin: 17px auto 26px;
  display: block;
  min-width: 188px;
}
.contacts-block__map {
  padding: 0.8px;
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  height: 230px;
  margin-top: 23px;
}
.contacts-block__map-content {
  height: 100%;
  border-radius: 9px;
  background-color: #fff;
  overflow: hidden;
}
.contacts-block__map iframe {
  width: 100%;
  height: 100%;
}

.contacts-form__description {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
}
.contacts-form__field {
  margin-bottom: 23px;
}
.contacts-form__btn {
  min-width: 188px;
  margin: 30px auto 0;
  display: block;
}

.about__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 35px;
}
.about__content {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  max-height: 140px;
  overflow: hidden;
}
.about__content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  bottom: 0;
  display: none;
}

.modal-header .select-engrave .modal-title {
  text-align: left;
  width: auto;
}
.modal-header .select-engrave {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.select-engrave-or {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 20px;
  font-style: italic;
}
.about__btn {
  border: none;
  padding: 0;
  background: transparent;
  text-decoration: none;
  color: #32347e;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.checkout-product-detail__edit {
  align-self: flex-start;
}
.about__btn:after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-down.svg);
  transition: 0.2s;
}
.about__btn:hover {
  color: #0bc1e2;
}
.about__btn:hover:after {
  background-image: url(../images/common/arrow-down-hover.svg);
}
.about__btn_less, .about__btn_more {
  display: none;
}
.about__btn_less:after {
  rotate: 180deg;
}
.about .overcontent .about__content {
  margin-bottom: 8px;
}
.about .overcontent .about__content::after {
  display: block;
}
.about .overcontent .about__btn_more {
  display: flex;
}
.about .shown .about__content {
  max-height: none;
}
.about .shown .about__content:after {
  display: none;
}
.about .shown.overcontent .about__btn_more {
  display: none;
}
.about .shown.overcontent .about__btn_less {
  display: flex;
}

.footer {
  position: relative;
  padding: 75px 0 25px;
  background-color: #222222;
  color: #fff;
  font-size: 15px;
  margin-top: auto;
  overflow: hidden;
}
.footer hr {
  border-color: #3f3b48;
}
.footer:before {
  content: "";
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.17;
  scale: 2.3;
}
.engrave-list {
  margin-bottom: 52px;
}
.engrave-list .select-engrave {
  max-width: none;
}
.select-engrave__head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.engrave-list .custom-form.search-engrave-input {
  max-width: 401px;
  margin-left: auto;
}
.select-engrave__title {
  margin: 0;
}
.engrave-list  .nav {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.engrave-list .nav {
  background: transparent;
  gap: 15px;
}
.engrave-list .nav:before {
  display: none;
}
.footer a {
  color: inherit;
  text-decoration: none;
  padding: 4px 0;
  transition: 0.2s;
}
.footer a:hover {
  color: #0bc1e2;
}
.footer .wrap {
  position: relative;
  display: flex;
}
.footer .wrap + .wrap {
  margin-top: 60px;
  flex-direction: column;
}
.footer .wrap + .wrap hr {
  margin-bottom: 25px;
}
.footer__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 940px) {
  .select-engrave__head {
    flex-wrap: wrap;
  }
  .engrave-list .custom-form.search-engrave-input {
    max-width: none;
    margin-left: auto;
    margin-top: 17px;
  }

}
.footer__block:not(:last-child) {
  padding-right: 3%;
}
.footer__block-title {
  display: flex;
  justify-content: center;
}
.footer__block-content {
  width: 100%;
  padding: 0 15px;
}
.footer__time {
  margin-top: 40px;
}
.footer__info {
  font-size: 13px;
  color: #a8acb0;
}
.footer__item-icon {
  display: flex;
  align-items: center;
}
.footer__item-icon:before {
  content: "";
  display: inline-flex;
  width: 14.5px;
  height: 14.5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 9px;
}
.footer__item-icon.user:before {
  background-image: url(../images/common/user-footer.svg);
}
.footer__item-icon.sign-in:before {
  background-image: url(../images/common/sign-in-footer.svg);
}
.footer__item-icon.clock:before {
  background-image: url(../images/common/clock-footer.svg);
}
.footer .contacts-block__row, .footer .contacts-block__phone {
  font-size: inherit;
}
.footer .contacts-block__phone {
  white-space: nowrap;
  margin-top: 0;
}
.footer .contacts-block__phone:before {
  width: 15px;
  height: 15px;
}
.footer .contacts-block__phone.phone:before {
  background-image: url(../images/common/phone-footer.svg);
}
.footer .contacts-block__phone.whatsapp:before {
  background-image: url(../images/common/whatsapp-footer.svg);
}
.footer .contacts-block__phone.telegram:before {
  background-image: url(../images/common/telegram-footer.svg);
}
.footer .contacts-block__phone.viber:before {
  background-image: url(../images/common/viber-footer.svg);
}
.footer .contacts-block__address {
  padding: 4px 0;
}
.footer .contacts-block__address:before {
  width: 17px;
  height: 17px;
  background-image: url(../images/common/pin-footer.svg);
}
.footer .contacts-block__email a:before {
  width: 15px;
  height: 15px;
  background-image: url(../images/common/email-footer.svg);
}
.footer .contacts-block__phone + .contacts-block__phone:after {
  background-image: url(../images/common/separator-footer.svg);
}
.footer__time-row {
  margin-top: 10px;
  padding-left: 24px;
}
.footer__time-row span {
  color: #a8acb0;
}
.footer__social {
  display: flex;
  margin: 10px 0 25px;
  align-items: center;
  justify-content: center;
}
.footer__social-item {
  width: 33px;
  height: 33px;
  margin: 0 6px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer__social-item.fb {
  background-image: url(../images/common/fb.svg);
}
.footer__social-item.vk {
  background-image: url(../images/common/vk.svg);
}
.footer__social-item.instagram {
  background-image: url(../images/common/instagram.svg);
}
.footer__social-item.tiktok {
  background-image: url(../images/common/tiktok.svg);
}
.footer__social-item.telegram {
  background-image: url(../images/common/telegram-social.svg);
}
.footer__social-item.viber {
  background-image: url(../images/common/viber-social.svg);
}

.footer__block-non-contact {
  padding: 0;
  margin-top: 40px;
}
.footer__block-non-contact .footer__block-title {
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 400;
}
.footer__block-non-contact .footer__social {
  justify-content: flex-start;
}
.inline-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  padding: 14px 14px;
  margin: 0 -14px 10px;
}
@media (max-width: 1200px) {
  .inline-filter {
    justify-content: flex-start;
    margin-bottom: 5px;
  }
}
.reviews-more-btn {
  margin-top: 5px;
}
.product-buy-btn {
  position: relative;
  overflow: hidden;
}
.product-buy-btn:active {
  scale: .95;
}
.button__cart {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -18px;
  transform-origin: 12px 23px;
  transform: translateX(-120px) rotate(-18deg);
}

.product-buy-btn:active {
  scale: .95;
}
.product-buy-btn span {
  display: block;
  transform: translateY(var(--span-y, 0));
  transition: transform 0.45s ease;
}
.product-buy-btn .button__cart {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -18px;
  transform-origin: 12px 23px;
  transform: translateX(-120px) rotate(-18deg);
}
.product-buy-btn .button__cart:before, .product-buy-btn .button__cart:after {
  content: "";
  position: absolute;
}
.product-buy-btn .button__cart:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--cart);
  bottom: 0;
  left: 9px;
  filter: drop-shadow(11px 0 0 var(--cart));
}
.product-buy-btn .button__cart:after {
  width: 16px;
  height: 9px;
  background: var(--cart);
  left: 9px;
  bottom: 7px;
  transform-origin: 50% 100%;
  transform: perspective(4px) rotateX(-6deg) scaleY(var(--fill, 0));
  transition: transform 1.2s ease var(--fill-d);
}
.product-buy-btn .button__cart svg {
  z-index: 1;
  width: 36px;
  height: 26px;
  display: block;
  position: relative;
  fill: none;
  stroke: var(--cart);
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.product-buy-btn .button__cart svg polyline:last-child {
  stroke: var(--tick);
  stroke-dasharray: 10px;
  stroke-dashoffset: var(--offset, 10px);
  transition: stroke-dashoffset 0.4s ease var(--offset-d);
}
.product-buy-btn.loading {
  --scale: .95;
  --span-y: -42px;
  --icon-r: 180deg;
  --fill: 1;
  /* --fill-d: .5s; */
  --fill-d: .25s;
  --offset: 0;
  /* --offset-d: 1.43s; */
  --offset-d: 0.7s;
  --cart: #fff;
  --background: #362A89;
  --tick: var(--background);
}
.product-cart-additional__btn .product-buy-btn.loading {
  --cart: #3197b2;
  --tick: #fff;
}
.product-buy-btn > * {
  pointer-events: none;
}
.select-font-family.product-detail-field .custom-select .custom-select__field {
  width: auto;
  display: inline-block;
  white-space: nowrap;
  min-width: 250px;
}
.checkout-product-detail {
  margin-top: 10px;
}
.product-buy-btn.loading .button__cart {
  -webkit-animation: cart 1.2s linear forwards 0.2s;
          animation: cart 1.2s linear forwards 0.2s;
}

@-webkit-keyframes cart {
  12.5% {
    transform: translateX(-60px) rotate(-18deg);
  }
  25%, 45%, 55%, 75% {
    transform: none;
  }
  50% {
    transform: scale(0.9);
  }
  44%, 56% {
    transform-origin: 12px 23px;
  }
  45%, 55% {
    transform-origin: 50% 50%;
  }
  87.5% {
    transform: translateX(70px) rotate(-18deg);
  }
  100% {
    transform: translateX(140px) rotate(-18deg);
  }
}

@keyframes cart {
  12.5% {
    transform: translateX(-60px) rotate(-18deg);
  }
  25%, 45%, 55%, 75% {
    transform: none;
  }
  50% {
    transform: scale(0.9);
  }
  44%, 56% {
    transform-origin: 12px 23px;
  }
  45%, 55% {
    transform-origin: 50% 50%;
  }
  87.5% {
    transform: translateX(70px) rotate(-18deg);
  }
  100% {
    transform: translateX(140px) rotate(-18deg);
  }
}
.reviews__detail {
  font-size: 14px;
  line-height: 18px;
  max-height: 100px;
  overflow: hidden;
}
.inline-filter__item {
  border: none;
  padding: 0.8px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  min-width: 188px;
  white-space: nowrap;
}
.inline-filter__item:not(:last-child) {
  margin-right: 10px;
}
.inline-filter__item span {
  display: block;
  padding: 6px 25px 7px;
  border-radius: 20px;
  background: #fff;
  color: #32347e;
  transition: 0.2s;
}
.inline-filter__item:hover,
.inline-filter__item.active {
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
}
.inline-filter__item:hover span {
  color: #2a2a2a;
}

.modal-dialog {
  margin-top: 19vh;
}
.modal-header {
  position: relative;
  border-bottom: none;
  padding: 30px 50px 20px;
}
.modal-title {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.wrap.page-404,
.wrap.page-inner {
  max-width: 1360px;
}
.paymant-content #content p:first-child span {
  display: block;
  font-size: 22px !important;
  font-weight: 400;
}
.paymant-content #content p span {
  font-size: 14px !important;
}
.cont_404 .contacts-n-form.wrap {
  padding: 0;
  max-width: none;
  margin-top: 49px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.status-info-wrap .check-status__title {
  height: 0;
  margin: 0;
}

.cont_404 {
  margin-top: 24px;
}
.page-404 .contacts-form__btn {
  margin-left: 0;
  min-width: 250px;
}
.cont_404 .contacts-block__content {
  padding: 0;
}
.wrap.page-404 .contacts-block__social {
  justify-content: flex-start;
  padding-left: 20px;
}
.page-404 .contacts-block__btn {
  margin-left: 0;
}
.wrap.page-404 .contacts-form__description {
  text-align: left;
}
.contacts-block__row.open {
  flex-direction: column;
  align-items: flex-start;
}
.contacts-form__field .custom-select {
  width: 100%;
}
.wrap.register-page {
  max-width: 700px;
}
.register-form-wrap {
  display: flex;
  gap: 20px;
}
.register-page .custom-select__field .custom-select__placeholder {
  left: 16px;
}
.registration-content .custom-select__field {
  padding-left: 16px;
}
.register-form-wrap > * {
  width: 100%;
}
.modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/common/close.svg);
}
.modal .btn-close:hover {
  background-image: url(../images/common/close-hover.svg);
}
.modal-content {
  border-radius: 0;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.modal-body {
  padding: 10px 40px 40px;
}

.btn-close {
  opacity: 1;
}
.btn-close:focus {
  box-shadow: none;
}

#callbackRequest .modal-dialog,
#addReview .modal-dialog,
#editProductCheckout .modal-dialog {
  max-width: 684px;
}
#fast-order .modal-dialog {
  max-width: 508px;
}
#callbackSuccess .modal-dialog,
#orderSuccess .modal-dialog {
  max-width: 466px;
}

#selectEngrave .modal-dialog,
#selectEngraveInField .modal-dialog {
  margin-top: 6vh;
  max-width: 1060px;
}

#selectEngrave .nav,
#selectEngraveInField .nav {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#selectEngrave .nav:before,
#selectEngraveInField .nav:before {
  display: none;
}

#addProductCart .modal-dialog {
  margin-top: 3vh;
  max-width: 842px;
}

.modal-form {
  max-width: 466px;
  margin: 0 auto;
}

.callback-form__field {
  margin-bottom: 20px;
}
.callback-form_btn {
  display: block;
  margin: 30px auto 0;
  min-width: 248px;
  height: 47px;
  border-radius: 22px;
}
.wrap.checkout {
    max-width: 1360px;
}
.add-review-form__row, .add-review-form__field {
  margin-bottom: 15px;
}
.add-review-form__row_with-child {
  margin-top: 19px;
}
.add-review-form__row-group {
  margin: 22px 0;
}
.add-review-form__row-group .add-review__block {
  margin-left: 26px;
}
.add-review-form__row {
  display: flex;
}
.add-review-form-rating {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.add-review-form-rating + .custom-form {
  max-width: 218px;
  margin-left: auto;
}
.add-review-form-rating__label {
  display: block;
  min-height: 19px;
  margin-right: 10px;
  color: #2a2a2a;
  font-weight: 500;
}
.add-review-form__btn {
  margin: 35px auto 0;
  display: block;
  min-width: 248px;
}
.add-review-wrap {
  display: flex;
  column-gap: 30px;
}
.add-review-wrap .add-review-form__field {
  width: 100%;
}
.preview-photo-text span.with-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: transparent;
  position: relative;
  min-width: 13px;
  min-height: 13px;
}
.preview-photo-text span.with-icon img {
  /* height: inherit; */
  /* aspect-ratio: 1 / 1.5; */
  object-fit: contain;
  /* margin: 0 4px; */
  margin: 0;
  position: absolute;
  max-width: 140%;
}
.preview-photo-text span.with-icon + .with-icon {
    margin-left: 8px;
}
.preview-photo-text.has-icon-span {
  display: flex !important;
}
.add-review__block {
  margin-bottom: 19px;
}
.add-review__head {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.add-review__group {
  display: flex;
  gap: 30px;
}
.add-review-form-rating__value.rating-edit {
  padding-top: 3px;
  flex-shrink: 0;
}
.add-review__item {
  display: flex;
  gap: 8px;
  color: #4c4c4c;
  align-items: center;
}
.questionnaire .title {
  margin: 22px 0 6px;
}
.questionnaire__description {
  color: #4c4c4c;
  margin-bottom: 28px;
}
.add-review-form__row-group .add-review-form__row .add-review-form-rating {
  margin-bottom: 0 !important;
}
@media (max-width: 760px) {
  .add-review__group {
    flex-direction: column;
    row-gap: 0;
    margin-left: 13px;
  }

  .add-review-form-rating {
    align-items: flex-start;
  }

  .add-review-form-rating__value.rating-edit {
    padding-top: 0;
  }
}


.page .add-review-form__row {
  column-gap: 30px;
}
.page .add-review-form-rating + .custom-form {
  max-width: none;
}

.edit-product-form__row, .edit-product-form__field {
  margin-bottom: 20px;
}
.edit-product-form__row {
  display: flex;
}
.edit-product-form__btn {
  margin: 35px auto 0;
  display: block;
  min-width: 248px;
}

.accordion-item {
  border: none;
  margin-top: 25px;
}

.accordion-button {
  font-size: 18px;
  color: #2a2a2a !important;
  border: none !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15) !important;
  padding: 15px 30px;
  background-color: #fff !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:after {
  margin-left: 15px;
  background-size: 14px;
  background-position: center;
  opacity: 0.6;
}
.accordion-button:hover:after {
  opacity: 1;
}

.accordion-body {
  padding: 20px 0 0;
}
.accordion-body > *:last-child {
  margin-bottom: 0;
}

.breadcrumb {
  padding: 0 !important;
  margin-bottom: 30px;
}
.breadcrumb-item a {
  color: #a8acb0;
  transition: 0.2s;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
}
.breadcrumb-item:not(.active) a:hover {
  color: #0bc1e2;
}
.breadcrumb-item.active {
  color: #a8acb0;
  font-size: 13px;
  line-height: 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  color: #a8acb0;
}

.faq__title {
  text-align: left;
  margin-bottom: 0;
}
.faq-section:first-of-type .faq-section__title {
  margin-top: 24px;
}
.faq-section__title {
  font-size: 24px;
  margin: 34px 0 25px;
}

.info h1,
.info h2,
.info h3,
.info h4,
.info h5,
.info h6 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.info ul,
.info ol {
  padding-left: 17px;
}
.info p + p {
  margin-bottom: 20px;
}

.category-info {
  display: flex;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 20px;
}
.category-info .about__content {
  margin-bottom: 0;
}
.category-info__text {
  margin-right: 25px;
  flex: 1;
  min-width: 390px;
}
.category-info__img {
  width: 100%;
  max-width: 560px;
}
.category-info__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category__wrap {
  display: flex;
  margin-bottom: 30px;
}
.category-filter {
  width: 300px;
  margin-right: 30px;
  flex-shrink: 0;
}
.category-filter-item {
  margin-bottom: 10px;
}
.category-filter-item__title {
  display: block;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #eeeeef;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.category-filter-item__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.category-filter-item__row {
  margin-bottom: 11px;
  cursor: pointer;
  position: relative;
  border: none;
  padding: 5px 15px;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
  white-space: nowrap;
}
.category-filter-item__row:hover {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.15);
}
.category-filter-item__row .custom-checkbox .custom-checkbox__inner {
  position: absolute;
  width: 100%;
  box-shadow: none;
  outline: none;
}
.custom-checkbox__field:checked + .custom-checkbox__inner {
  background: transparent;
}
.category-filter-item__row .custom-checkbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.category-filter-item__row_checkbox .custom-checkbox {
  position: static;
  width: auto;
  height: auto;
}
.field-tabs .get-preview {
  margin-left: auto;
}
.category-filter-item__row_checkbox .custom-checkbox .custom-checkbox__inner {
  position: static;
  width: 18px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.15);
  outline: 1px solid #bfbfbf;
}
.preview-photo-text.emboss span {
  scale: 1 1.15;
}
.product-page .lg-outer.lg-grab img.lg-object {
  /* cursor: zoom-in; */
}
picture.lg-img-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.zoom-img-wrap {
  height: 100%;
  max-height: 100%;
  background-position: 50% 50%;
  background-size: 200%;
  overflow: hidden;
  cursor: zoom-in;
}
@media (max-width: 768px) {
  .zoom-img-wrap {
    height: auto;
  }
}
.zoom-img-wrap.zoom-activated {
  cursor: zoom-out;
}
.zoom-img-wrap img {
  transition: opacity .3s;
  pointer-events: none;
}
.zoom-img-wrap.zoom-activated img {
  opacity: 0;
}
.category-filter-item__row_checkbox:hover {
  box-shadow: none !important;
}
.category-filter-item__row_checkbox {
  display: flex;
  white-space: normal;
}
.category-filter-item__row_checkbox .custom-checkbox .custom-checkbox__field:checked + .custom-checkbox__inner {
  position: static;
  width: 18px;
  height: 18px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: url(../images/common/checked.svg);
}
.custom-checkbox__field:checked + .custom-checkbox__inner {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #30a8bb;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.category-products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    column-gap: 23px;
    row-gap: 20px;
}
#language-select-button,
.language-currency__value {
  width: auto;
  border-radius: 25px;
  border: none;
  padding: 9px 10px;
  font-size: 13px;
  text-align: center;
  background: transparent;
  border: 1px solid #319bb4;
  color: #ffffff;
  transition: .15s;
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
#language-select-button:hover,
.language-currency__value:hover {
  background: #ffffff1c;
}
#language-select-button:before,
.language-currency__value:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/image/globe.png);
  display: block;
  background-position: center;
  background-size: contain;
  filter: invert(1);
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.ui-selectmenu-menu {
  z-index: 999;
}
#language-select {
  display: none;
}
.header-menu-mobile #language-select-button,
.header-menu-mobile .language-currency__value {
  background: transparent;
  border: 1px solid #319bb4;
  color: #32347e;
}
#language-select-menu {
  border-radius: 7px;
  margin-top: 5px;
}
#language-select-menu .ui-menu-item > div {
  padding: 7px 12px;
  font-size: 13px;
  border: none;
}
.header-menu-mobile #language-select-button:before,
.header-menu-mobile .language-currency__value:before {
  filter: none;
}
#language-select-button .ui-selectmenu-icon {
  display: none;
}
#language-select-button .ui-selectmenu-text {
  margin-right: 0;
}
#language-select-menu .ui-menu-item > div.ui-state-active {
  background: #c0c0c05e;
  border-color: #c0c0c05e;
  color: #000;
  border: none;
  margin: 0;
}
.language-currency .dropdown-menu {
  padding: 21px 17px 16px;
  font-size: 14px;
  text-align: right;
}
.language-currency .dropdown-menu select {
  width: 100%;
  min-width: 166px;
  /* padding: 4px; */
  padding: 4px 8px;
  border-radius: 5px;
  margin-bottom: 16px;
  appearance: none;
  outline: none;
  background-color: #fff;
  color: #000;
  border: 1px solid  #000;
}
.language-currency .dropdown-menu .change-langcur {
  width: auto;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 19px;
  padding: 5px 21px 7px;
  font-size: 14px;
}
.language-currency .dropdown-menu .change-langcur:hover {
  opacity: .7;
}
.category-info__detail .about__wrap {
  position: relative;
}
.category-info__detail .about__btn {
  position: absolute;
  background: #fff;
  right: 0;
  bottom: 0;
  padding-left: 12px;
}
.category-info__detail .about__btn_less {
  bottom: -23px;
}
.select-engrave .tab-pane.active {
  display: grid;
  grid-template-columns: repeat(auto-fill, 111px);
  grid-gap: 9px;
  justify-content: space-between;
}
@media (max-width: 1580px) {
	.category-products {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 1024px) {
	.category-products {
		grid-template-columns: 1fr 1fr;
		row-gap: 10px;
	}
  .check-status .wrap {
    padding: 0;
  }
  .status-info-wrap .check-status__title {
    display: none;
  }

  .category-info .about__content {
    max-height: 61px;
  }
}
.category-products-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.questionnaire {
  max-width: 1200px;
  margin: 0 auto;
}

.category-products .products-list-item {
  margin-bottom: 0;
  height: auto;
}
.preview {
  position: fixed;
  top: -600px;
  left: -600px;
  z-index: 9999;
  background: #fff;

  /* position: fixed;
  top: 188px;
  left: 0px;
  z-index: 9999;
  background: #fff;
  scale: 0.5; */
}
.preview-photo-text.vertical-direction span {
  display: block;
}
.preview-photo {
  min-width: 600px;
  min-height: 600px;
  background-color: #fff;
}
.preview-photo-img {
  width: 600px;
  height: 600px;
  object-fit: contain;
  position: relative;
}
.product-page .lg-outer .lg-object {
  width: 100%;
  height: 100%;
}
/* .preview-photo-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
} */
.preview-photo-text {
  position: absolute;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: normal;
  flex-wrap: wrap;
  word-break: break-word;
  z-index: 11;
}
.preview-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  scale: 0.6;
}
.preview-image-example {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  /* top: 17pc; */
  /* left: 8.6pc; */
  /* width: 127px; */
  /* height: 202px; */
  /* transform: rotate(-20deg); */
}
.text-direction + .text-direction {
  display: none;
}
.preview-photo-text i {
  transform: rotate(-97deg);
  display: block;
  /* width: 33px; */
}

.engrave-variant__value {
  padding: 7px 0;
}
.badge-page .engrave-variant__value {
  padding-top: 19px;
}
.engrave-image-btns {
  display: flex;
}
.preview-image-example img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.preview-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preview-ellipsis div:nth-child(1) {
  left: 8px;
  animation: preview-ellipsis1 0.6s infinite;
}
.preview-ellipsis div:nth-child(2) {
  left: 8px;
  animation: preview-ellipsis2 0.6s infinite;
}
.preview-ellipsis div:nth-child(3) {
  left: 32px;
  animation: preview-ellipsis2 0.6s infinite;
}
.preview-ellipsis div:nth-child(4) {
  left: 56px;
  animation: preview-ellipsis3 0.6s infinite;
}
@keyframes preview-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes preview-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes preview-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.preview-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.get-preview.loading .preview-loader,
.get-image-preview.loading .preview-loader{
  display: flex;
}

.get-preview.loading > span,
.get-image-preview.loading > span{
  color: transparent;
}
.get-preview-upd {
  display: none;
}
.category-products-more {
  display: flex;
  align-self: center;
  min-width: 297px;
  border-radius: 25px;
  transition: 0.25s;
  background-position: center;
  background-size: 200% 200%;
  margin-bottom: 60px;
}
.category-products-more span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 25px 13px;
  border-radius: 24px;
  transition: 0s;
}
.category-products-more span:before {
  content: "";
  opacity: 0;
  background-image: url(../images/common/more-hover-bg.svg), url(../images/common/more-icon-hover.svg);
}
.category-products-more span:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/more-icon.svg);
  margin-left: 20px;
  transition: 0s;
}
.category-products-more:hover {
  background-image: url(../images/common/more-hover-bg.svg);
}
.category-products-more:hover span {
  background: transparent;
  color: #2a2a2a;
}
.category-products-more:hover span:after {
  background-image: url(../images/common/more-icon-hover.svg);
}
.category > hr {
  margin: 60px 0;
}

#selectEngrave .modal-body,
#selectEngraveInField .modal-body {
  max-height: calc(100dvh - 300px);
  overflow: auto;
}
#selectEngrave .modal-footer button,
#selectEngraveInField .modal-footer button {
  min-width: 154px;
  margin-left: 20px;
}
.checkout-container {
  display: flex;
  justify-content: space-between;
}
.checkout-left-block {
  width: 100%;
  max-width: 515px;
  margin-right: 40px;
}
.checkout-right-block {
  width: 100%;
  max-width: 624px;
}
.checkout-section {
  margin-bottom: 30px;
}
.checkout-section .custom-form textarea {
  height: 98px;
  border-radius: 10px;
}
.checkout-section .custom-form-group {
  margin-bottom: 20px;
}
.checkout-left-block .custom-radio__title span {
  color: #000;
  margin-left: auto;
  /*font-weight: 600;*/
}
.shipping_method-detail {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  text-align: right;
  font-size: 13px;
  line-height: 15px;
  min-width: 140px;
}
label.custom-form + .error,
.checkout-section__title + .error,
.checkout-section .error {
  display: block;
  font-size: 10px;
  color: #df4a49;
}
label.custom-form + .error,
.checkout-section .error {
  position: relative;
  top: 6px;
}
.checkout-section .custom-radio + .error {
  top: -4px;
}
.checkout-section__title + .error {
  margin-top: -19px;
  margin-bottom: 10px;
}
.custom-form_error .custom-form__field {
  outline: 2px solid #df4a49;
}
.category-filter-reset {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .checkout-section__title + .error {
    margin-top: -13px;
  }

  #selectEngrave .modal-footer button,
  #selectEngraveInField .modal-footer button {
    min-width: 125px;
    margin-left: 8px;
  }
  #selectEngrave .modal-body,
  #selectEngraveInField .modal-body {
    max-height: calc(100dvh - 245px);
  }
  input[value="50"] ~ #selectEngrave .modal-body,
  input[value="78"] ~ #selectEngrave .modal-body,
  input[value="50"] ~ #selectEngraveInField .modal-body,
  input[value="78"] ~ #selectEngraveInField .modal-body {
    max-height: calc(100dvh - 300px);
  }
  .checkout-section .custom-form-group {
    margin-bottom: 15px;
  }
  .header-language {
    margin-right: 11px;
    margin-left: 19px;
    margin-top: 2px;
  }
  .order-status-info {
    align-items: self-start;
    flex-direction: column;
    word-break: break-all;
    white-space: normal;
  }
  .order-status-info__detail:not(:empty):before {
    display: none;
  }
  .category-products {
    column-gap: 20px;
  }
  .category-products .products-list-item {
    margin-bottom: 0;
    padding: 15px 0 0;
  }
  .checkout__house {
    width: 145px;
    flex-shrink: 0;
  }
  .custom-form__field {
    padding-left: 17px;
    padding-right: 17px;
  }
  .custom-form__field_multi-row ~ .custom-form__placeholder {
    left: 17px !important;
  }

  .custom-select__field {
    padding-left: 17px;
  }

  .custom-select__placeholder {
    left: 17px;
  }

  .custom-form__placeholder {
    left: 17px;
  }

  .custom-form__edit-btn {
    right: 13px;
  }

  .custom-form__edit-btn {
    font-size: 13px;
  }

  .custom-form_with-btn .custom-form__field {
    padding-right: 66px;
  }
}
.product-wrap .custom-form__field_multi-row,
.product-wrap .multi-row .custom-form__field {
  display: none;
}

.product-wrap .multi-row .custom-form__field_multi-row {
  display: block;
  height: 44px;
  padding-top: 18px;
  padding-bottom: 0;
  min-height: 44px;
  max-height: 250px;
  resize: none;
}
.custom-form__field_multi-row ~ .custom-form__placeholder {
  /* background: #ffffff;
  left: 25px;
  top: 10px;
  padding: 2px 0 0 5px;
  width: calc(100% - 50px); */
}
.custom-form__field_multi-row ~ .custom-form__placeholder.active {
  top: 0;
}
textarea[style="background: rgb(222, 222, 222);"] ~ .custom-form__placeholder {
  background: #dedede;
}
textarea[style="background: rgb(222, 222, 222);"]:focus ~ .custom-form__placeholder,
textarea[style="background: rgb(222, 222, 222);"] ~ .custom-form__placeholder.active {
  background: #fff;
}
.checkout-section__title {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}
.checkout-section .custom-form {
  margin-bottom: 18px;
}
.checkout__radio-sub-group {
  margin: 2px 0 6px 26px;
}
.checkout__house {
  max-width: 188px;
}
.checkout .custom-form-group .custom-form {
  margin-bottom: 0;
}
.checkout-delivery-price {
  margin-left: auto !important;
}
.checkout-product {
  margin-bottom: 48px;
}
.checkout-product-wrap {
  position: relative;
  display: flex;
  margin-bottom: 5px;
}
.checkout-product__img {
  width: 109px;
  height: 109px;
  margin-right: 30px;
  background-color: #f7f7f3;
  flex-shrink: 0;
}
.checkout-product__info img {
  height: 63px;
}
.agree-wrap {
  display: flex;
}
.checkout-product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.checkout-product__info {
  display: flex;
  flex-direction: column;
  width: 160px;
  flex-shrink: 0;
  align-items: flex-start;
}
.checkout-product__name {
  font-weight: 400;
  margin-bottom: auto;
  display: block;
}
.checkout-product__option {
  font-size: 13px;
}
#button-login {
  min-width: 120px;
}
.checkout-left-block .alert .close {
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 30px;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 4px;
  opacity: .8;
}
.checkout-left-block .alert {
  display: flex;
  align-items: flex-start;
  padding-right: 31px;
}
.checkout input+.custom-form__placeholder {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 76%;
  text-overflow: ellipsis;
}
.checkout-login-form__btns {
  display: flex;
  gap: 21px;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.checkout-product__option span {
  color: #a8acb0;
  margin-right: 6px;
}
.checkout-product__price {
  display: flex;
  padding-top: 34px;
  margin-left: 30px;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.checkout-product__old-price {
  font-size: 18px;
  font-weight: 400;
  color: #a8acb0;
  text-decoration: line-through;
  margin-left: 10px;
}
.checkout-product__count {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  max-width: 109px;
  padding-top: 35px;
}
.checkout-product__remove-btn {
  border: none;
  padding: 0;
  width: 30px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-position: top right;
  background-size: 15px;
  background-repeat: no-repeat;
  background-image: url(../images/common/close.svg);
  background-color: transparent;
}
.checkout-product__remove-btn:hover {
  background-image: url(../images/common/close-hover.svg);
}
.checkout-product-detail__item span {
  font-size: 13px;
  margin-left: 5px;
  opacity: 0.7;
  font-style: italic;
}
.checkout-product-detail__title {
  color: #535353;
  margin-right: 4px;
  margin-bottom: 5px;
  display: block;
}
.checkout-product-detail__edit {
  transition: 0s;
  display: inline-block;
  margin-top: 8px;
}
.checkout-product-detail__edit:after {
  rotate: -90deg;
  transition: 0s;
}
.checkout-product-detail__edit:hover:after {
  rotate: 0deg;
}
#addProductCart .checkout-product-detail__item span {
  margin: 0;
  display: block;
}
.checkout-product-content, .checkout-product-block {
  display: flex;
  width: 100%;
}
.checkout .ukrposhta-forms {
  margin-top: 9px;
}
.checkout-total {
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid #eeeeef;
  border-bottom: 1px solid #eeeeef;
  font-size: 18px;
}
.checkout-total__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.checkout-total-summ {
  font-size: 20px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 35px;
}
.checkout-total-summ strong {
  margin-left: 10px;
}
.checkout-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-btns > * {
  width: 100%;
}
.checkout-btns > * + * {
  margin-left: 30px;
}
.checkout-return-btn {
  border-radius: 25px;
}
.checkout-return-btn span {
  padding: 13px 25px;
  border-radius: 24px;
}
.checkout-approve-btn {
  padding: 13px 25px;
  border-radius: 24px;
}
.preview-photo-text.back-text span {
  transform: rotateY(180deg) translateZ(50px);
  scale: -1 -1.15;
}
.preview-photo-text.emboss {
  font-weight: 600;
}
.preview-photo-text.back-text {
  font-weight: 300 !important;
  /* color: rgb(182, 182, 182) !important;
  text-shadow: rgba(243, 243, 243, 0.34) 1px 0px 0px, rgba(255, 255, 255, 0.34) -1px -1px 4px !important; */
  color: rgb(147 147 147) !important;
  text-shadow: rgb(243 243 243 / 72%) 1px 0px 0px, rgb(255 255 255 / 73%) -1px -1px 4px !important;
}
.product-wrap {
  display: grid;
  grid-template-columns: 6fr 4fr;
  padding-bottom: 55px;
  margin-bottom: 6px;
  gap: 25px;
}
.has-dynamic-view {
  display: flex;
  gap: 17px;
  align-items: center;
}

@font-face{font-family:"Carrie";src:url("../../../../../fonts/carrie.ttf")}


.dynamic-view-wrap {
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  scale: 1.1;
}
.dynamic-view-text {
  font-family: "Carrie";
  text-transform: capitalize;
  font-size: 73px;
  background-image: linear-gradient(#77797d, #e2e2e2, #8c8d93);
  -webkit-text-stroke-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0.2px;
  padding: 0 30px;
  white-space: nowrap;
}
.dynamic-view-text:empty {
  display: none;
}
.dynamic-view-chain {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dynamic-view-chain_left,
.dynamic-view-chain_right {
  content: "";
  position: absolute;
  width: 117px;
  height: 284px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.dynamic-view-chain_left {
  background-image: url('/image/customBadgeSilverLeft.jpg');
  top: -232px;
  left: -68px;
}
.dynamic-view-chain_right {
  background-image: url('/image/customBadgeSilverRight.jpg');
  top: -225px;
  right: -72px;
}
body[data-selected-color="gold"] .dynamic-view-text {
  background-image: linear-gradient(#efcb70, #fff0cd, #cfac53);
}
body[data-selected-color="gold"] .dynamic-view-chain_left {
  background-image: url('/image/customBadgeGoldLeft.jpg');
  opacity: 0.7;
}
body[data-selected-color="gold"] .dynamic-view-chain_right {
  background-image: url('/image/customBadgeGoldRight.jpg');
  opacity: 0.7;
}
.product-slider-wrap {
  display: none !important;
  aspect-ratio: 1/1;
}
#product {
  padding-top: 0;
}
#product .breadcrumb {
  margin-bottom: 20px;
}
.product-slider-content {
  position: relative;
  z-index: 1;
}
.product-slider-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.product-slider-loader .preview-ellipsis div {
  background: #94aed4;
}
.product-slider-loader .preview-ellipsis {
  scale: 0.8;
}
@media (max-width: 768px) {
  .product-slider-wrap {
    display: block !important;
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
  }
  .register-form-wrap {
    flex-direction: column;
    gap: 0;
  }
  .checkout-product__info {
    max-width: 125px;
  }
  .product-image-desktop-wrap {
    display: none !important;
  }
  #product .breadcrumb {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 7px 20px !important;
    margin-bottom: 1px;
  }
  #product .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .breadcrumb-product-wrap {
    position: relative;

    margin: 0 -20px;
  }

  .breadcrumb-product-wrap:before {
    content: "";
    background: linear-gradient(to right, rgba(255,255,255,1) 31%,rgba(255,255,255,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    z-index: 1;
  }

  .breadcrumb-product-wrap:after {
    content: "";
    background: linear-gradient(to right, rgba(255,255,255,1) 31%,rgba(255,255,255,0) 100%);
    rotate: 180deg;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    z-index: 1;
  }

  .modal-header .select-engrave {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .search-engrave-input {
    margin-left: 0;
    margin-top: 19px;
  }

  #selectEngrave .modal-header,
  #selectEngraveInField .modal-header {
    padding-right: 25px;
}

  .select-engrave-or {
    margin: 8px 0;
  }
  .select-engrave-head {
    gap: 16px;
  }
  #selectEngrave .modal-header ,
  #selectEngraveInField .modal-header {
    padding: 30px 20px 20px;
  }
}
.product-slider-wrap, .product-detail {
  position: relative;
  width: 100%;
}
.product-detail {
  max-width: 530px;
  margin-inline: auto;
  padding: 25px 15px 25px 0;
}
.product-detail-content {
  position: sticky;
  top: 25px;
}
label.custom-form + .product-section.product-detail-wrap {
  margin-top: 27px;
}
.product-image-desktop-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  position: relative;
}
.product-image-desktop {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(20, auto);
  /* grid-template-rows: repeat(20, 24vw); */
  gap: 8px;
  width: 100%;
  max-height: 810px;
  /* max-height: 48.75vw; */
  overflow: hidden;
  margin-bottom: 20px;
}
.product-image-desktop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
#lg-download-1 {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.product .lSPager.lSGallery img {
  height: 76px;
  width: 100%;
  object-fit: cover;
}
.product-slider {
  opacity: 0;
}
.product-slider.lightSlider {
  opacity: 1;
}
.icon-selection-field {
  font-family: "Roboto", sans-serif, "Noto Color Emoji";
}
.product-images,
.product-image-desktop__item {
  position: relative;
  cursor: pointer;
}
.check-status-page .section {
  margin: 0;
}
.check-status-page .check-status {
  min-height: 33.1vh;
  display: flex;
  align-items: center;
}
@media (min-width: 1460px) {
  .check-status-page .check-status {
    min-height: 35.15vh;
  }
}
.product-images:after,
.product-image-desktop__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/common/zoom-icon.svg);
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.25s;
}
.product-images:hover:after,
.product-image-desktop__item:hover:after {
  opacity: 1;
}
.product-slider-nav {
  position: absolute;
  left: 0;
  width: 100%;
}
.product-slider-nav__btn {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 23px;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
  background-color: white;
  cursor: pointer;
}
.products-list-item > form {
  min-height: 39px;
}
.products-list-item-variants > a {
  padding: 2px 5px;
  background: #a3a3a3;
  color: #fff;
  border-radius: 12px;
  min-width: 39px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
.products-list-item-variants > a:hover {
  background: #8b8b8b;
}
.product-slider-nav__btn:hover {
  background-image: url(../images/common/arrow-right-dark.svg);
}
.product-slider-nav__btn_prev {
  left: 0;
  rotate: 180deg;
}
.product-slider-nav__btn_next {
  right: 0;
}
.product .custom-select-popup-content {
  max-height: 320px;
}
.product .lSSlideOuter .lSPager.lSGallery li.active,
.product .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
.product-title {
  font-size: 26px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.stock-status {
  font-size: 14px;
  margin: 5px 0 4px;
}
.stock-status_yes {
  color: #00a046;
}
.stock-status_no {
  color: #ea0000;
}
.product-section {
  margin-bottom: 23px;
}
.product .inner-engrave-checkbox {
  margin-top: -15px;
}
.product-detail__head {
  display: flex;
  justify-content: space-between;
}
.product-detail__rating {
  flex-shrink: 0;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product-detail__rating-value {
  margin-bottom: 3px;
  margin-top: 6px;
}
.product-detail__price {
  font-weight: 600;
  font-size: 24px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jq-star {
  display: inline-flex;
}

.product-detail__price > * {
  width: auto !important;
}
.product-detail__old-price {
  font-weight: 400;
  color: #a8acb0;
  font-size: 20px;
  text-decoration: line-through;
  margin-left: 9px;
}
.product-detail__rating_mob .product-detail__reviews:after {
  display: none;
}
.product-detail__title {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product-detail__subtitle {
  color: #a8acb0;
  margin-top: -12px;
  display: block;
  margin-bottom: 16px;
}
.product-detail-upload {
  width: auto !important;
  margin-bottom: 23px;
  flex-shrink: 0;
}
.product-detail-size {
  margin-bottom: 25px;
}
.product-detail-upload__btn {
  min-width: 188px;
}
.modal-dialog .product-detail-upload {
  margin: 0;
}
.product-detail-wrap {
  display: flex;
  justify-content: space-between;
}
.product-detail-count .custom-number {
  max-width: 109px;
}
.product-detail .inner-text-checkbox {
  margin-top: 15px;
}
.product-section.product-detail-wrap.product-detail-wrap_full-mobile {
  margin-top: 10px;
}
.product-detail-selected {
  width: 100%;
}
.product-detail-field .custom-form + .custom-form,
.product-detail-field .custom-form + .custom-select,
.product-detail-field .custom-select + .custom-form {
  margin-top: 20px;
}
.product-detail-engrave__btn {
  min-width: 188px;
}
.product-detail-selected__wrap .product-detail-engrave__btn {
  min-width: 153px;
}
.user-img-wrap {
  position: relative;
}
.group-fields[class*="group_"] {
  display: none;
}
[class*="select-image-invisible"]{
  display: none;
}
.group-fields.group_1{
  display: block;
}
.group-fields + .group-fields:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #cacaca;
    margin-bottom: 25px;
}
.group-fields + .group-fields {
    margin-top: 25px;
}
.del_user_img,
.del_selected_img,
.del_selected_engrave_field_img {
  position: absolute;
  top: -9px;
  right: -9px;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: red;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  cursor: pointer;
  z-index: 1;
}
.lg-download.lg-icon {
  display: none;
}
.product-detail-selected__wrap {
  position: relative;
}
.product-detail-selected__wrap .loader-wrap {
  width: 100px;
  height: 100px;
  transform: none;
  position: static;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.loading .product-detail-selected__engrave {
  display: none;
}
.loading .product-detail-selected__wrap .loader-wrap {
  display: flex !important;
}
.product-detail-selected__wrap .loader-wrap #loading-circle {
  stroke: #30a8bb;
}
.product-detail__btns {
  margin-top: 27px;
}
.product-info {
  margin-bottom: 40px;
}
.product-info__title {
  font-size: 26px;
  display: block;
  margin-bottom: 26px;
}
.product-value {
  display: flex;
  background: linear-gradient(90deg, rgb(48, 201, 205) 0%, rgb(51, 13, 105) 50%, rgb(48, 201, 205) 100%);
  border-radius: 10px;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.15);
  padding: 0.8px;
}
.product-value__content {
  display: flex;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 9px;
  justify-content: space-between;
}
.product-detail__variants .products-list-item-variants {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, 104px); */
  grid-gap: 10px;
  justify-content: flex-start;
  text-align: center;
  align-items: flex-start;
}
.category-products .products-list-item-variants__item,
.product-detail-size .products-list-item-variants__item {
  position: relative;
}
.product-detail__variants .products-list-item-variants .products-list-item-variants__item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  cursor: pointer;
  line-height: 15px;
  font-size: 13px;
  position: relative;
  padding: 5px 0 8px;
  height: 100%;
  min-width: 40px;
}
.product-value-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.product-value-item:not(:last-child) {
  margin-right: 15px;
}
.product-value-item__info {
  padding-top: 9px;
}
.product-value-item__img {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 18px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.15);
}
.product-value-item__title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-value-item p:not(:last-child) {
  margin: 0 0 10px;
}

.upload-field {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.select-engrave {
  max-width: 842px;
  width: 100%;
  margin: 0 auto;
}
.select-engrave__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.select-engrave__item {
  max-width: 157px;
  width: 25%;
  margin-bottom: 25px;
  border: 1px solid #30a8bb;
  border-radius: 30px;
  padding: 0 17px;
  margin-bottom: 12px;
}
.select-engrave__item .custom-radio__inner {
  margin-right: 7px;
}
.select-engrave__item.custom-radio {
  width: auto;
}

.select-engrave .engrave-variant_img {
  width: 105px;
  max-height: 110px;
  object-fit: contain;
  position: relative;
  /* top: 16px; */
}
.select-engrave__item .custom-radio__title {
  height: 100%;
}
.select-engrave .engrave-variant {
  outline: 1px solid #30a8bb;
  border-radius: 20px;
  padding: 3px;
  height: 100%;
}

input[value="129"] ~ #selectEngrave .engrave-variant_img,
input[value="129"] ~ #selectEngraveInField .engrave-variant_img {
  width: 183px;
}
input[value="129"] ~ #selectEngrave .tab-pane.active,
input[value="129"] ~ #selectEngraveInField .tab-pane.active {
  grid-template-columns: repeat(auto-fill, 183px);
}
input[value="129"] ~ .product-wrap .engrave-variant_img {
  width: 183px;
}
.select-engrave .select-engrave__item {
  border: none;
  padding: 0;
  height: 100%;
  user-select: none;
}
.show-preview-banner {
  top: 9%;
  left: 20vw;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.show-preview-banner__text {
  display: block;
  background: #fff;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.show-preview-banner__content {
  position: relative;
}
.show-preview-banner__close {
  position: absolute;
  top: -13px;
  right: -13px;
  background: #fff;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: red;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
  cursor: pointer;
  z-index: 1;
}
.show-preview-banner__arrow {
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  rotate: 180deg;
  margin-bottom: 16px;
}

.show-preview-banner__arrow span {
  display: block;
  position: relative;
  height: 10px;
  width: 16px;
  opacity: 0.2;
}

.show-preview-banner__arrow span::before,
.show-preview-banner__arrow span::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 12px;
  background-color: #6ff4ff;
}

.show-preview-banner__arrow span::before {
  top: -2px;
  left: 0;
  transform-origin: left center;
  transform: rotate(45deg);
}

.show-preview-banner__arrow span::after {
  top: -2px;
  right: 0;
  transform-origin: right center;
  transform: rotate(-45deg);
}

.show-preview-banner__arrow span:nth-child(1n) {
  animation: animate-arrow-wave 1.3s infinite;
  animation-delay: .15s;
}
.show-preview-banner__arrow span:nth-child(2n) {
  animation: animate-arrow-wave 1.3s infinite;
  animation-delay: .40s;
}

.show-preview-banner__arrow span:nth-child(3n) {
  animation: animate-arrow-wave 1.3s infinite;
  animation-delay: .65s;
}
.preview-banner__desktop {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
@keyframes animate-arrow-wave {
  0%   { opacity: 0.2; }
  25%  { opacity: 0.2; }
  50%  { opacity: 0.2; }
  75%  { opacity: 1.0; }
  100% { opacity: 0.2; }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .5s;
  }
  @-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
  transform: translate3d(0, -3000px, 0);
  }

  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  }

  75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  }

  90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  }

  100% {
  -webkit-transform: none;
  transform: none;
  }
  }

  @keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, -3000px, 0);
  transform: translate3d(0, -3000px, 0);
  }

  60% {
  opacity: 1;
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  }

  75% {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  }

  90% {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  }

  100% {
  -webkit-transform: none;
  transform: none;
  }
  }


.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.select-engrave .custom-radio__field:checked + .custom-radio__title .engrave-variant {
  outline: 3px solid #32699a;
}
.product-cart-container,
.product-cart-total,
.product-cart__footer {
  max-width: 624px;
  margin: auto;
  width: 100%;
}
.select-engrave-name {
  display: block;
  padding: 0 7px 0;
  font-size: 12px;
  color: #7c7c7c !important;
  text-align: center;
  line-height: 14px;
  position: relative;
    top: 3px;
}
.product-cart__item .checkout-product__name {
  margin-top: auto;
}
.product-cart__title {
  display: block;
  font-size: 22px;
  text-align: center;
  margin-bottom: 45px;
}
.product-cart-additional {
  border-top: 1px solid #eeeeef;
  padding: 30px 0 25px;
  min-height: 390px;
}
.product-cart-additional__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  min-height: 100%;
}
.product-cart-additional__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.product-cart-additional__img {
  width: 109px;
  height: 109px;
  margin-bottom: 15px;
  background-color: #f7f7f3;
}
.product-cart-additional__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-cart-additional__name {
  display: block;
  margin-bottom: 2px;
  max-width: 185px;
  text-align: center;
  /* min-height: 42px; */
}
.product-cart-additional__price {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: auto;
}
.product-cart-additional__old-price {
  font-size: 14px;
  color: #a8acb0;
  font-weight: 400;
  margin-left: 6px;
  text-decoration: line-through;
}
.product-cart-additional__btn {
  min-width: 188px;
  box-shadow: 0 0 9px -4px rgba(0, 0, 0, 0.15);
}
.product-cart-total {
  display: flex;
  justify-content: flex-end;
  font-size: 20px;
  margin-bottom: 35px;
  border-top: 1px solid #eeeeef;
  padding-top: 30px;
}
.product-cart-total__summ {
  margin-left: 10px;
}
.product-cart__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-cart__btn {
  width: 100%;
  max-width: 297px;
}

.header-menu-mobile,
.header-menu-nav,
.header__callback.mobile-shown,
.menu-subcategory,
.home-slider-wrap_mobile,
.top-categories__all-btn,
.category-filter__mobile-btn,
.category-filter__mobile-head,
.product-slider-count,
.product-detail__title-mob {
  display: none;
}

.product-wrap > .product-detail__head {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.header-menu-nav.mobile-shown .nav-item a {
  margin-right: 40px;
}
.select-engrave__item.selected {
  position: relative;
  pointer-events: none;
  user-select: none;
}
.multiple-badge .select-engrave__item.selected:before {
  content: attr(data-selected-text) ' ' attr(data-count);
  font-size: 14px;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.multiple-badge .select-engrave__item.selected .engrave-variant > * {
  filter: blur(3px);
}
@media (max-width: 1300px) {
  .header-cart__empty-popup {
    right: 0;
    left: auto;
  }
  .checkout-product-detail__title {
    width: 120px;
  }
  .inline-filter__item {
    min-width: auto;
  }
  .checkout-product__price {
    margin-left: 15px;
    margin-right: 15px;
  }
  .checkout-product__img {
    margin-right: 15px;
  }
  .products-list-item__price {
    font-size: 17px;
  }
  .products-list-item__old-price {
    font-size: 13px;
  }
  .products-list-item__btn {
    min-width: auto;
    padding: 6px 26px 0px;
  }
  .products-list-item__btn span {
    font-size: 0;
    line-height: 0;
  }
  .products-list-item__btn span:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    /* background-image: url(../images/common/cart-white.svg); */
    /* background-image: url(../images/common/eye-solid.svg); */
    background-image: url(../images/common/eye-regular.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
  }
  .products-list-item__img img {
    /* min-height: 220px; */
  }
  .product-detail__title-desktop {
    display: none;
  }
  .product-detail__title-mob {
    display: block;
  }
  .product-section-badge {
    justify-content: flex-start;
  }
  .product-section-badge .product-detail-engrave {
    width: auto;
  }
}
@media (max-width: 1220px) {
  .mobile-shown {
    display: block !important;
  }
  .header-menu__item {
    display: none;
  }
  .product-section.product-detail-wrap.product-detail-wrap_full-mobile {
    flex-wrap: wrap;
  }
  .mobile-shown.header-menu__item, .mobile-shown.header-menu-mobile, .mobile-shown.header-language {
    display: flex !important;
  }
  .checkout-product__option {
    display: none;
  }
  .checkout-product-content {
    flex-direction: column;
  }
  .checkout-product__info {
    margin-bottom: 12px;
  }
  .checkout-product__price {
    margin-left: 0;
  }
  .header {
    padding: 9px 0;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15) !important;
  }
  .nav,
  .header-menu-popup hr,
  .header-cart__info {
    display: none;
  }
  .header-cart__icon {
    margin-right: 0;
  }
  .header-menu__close {
    top: 16px;
    right: 14px;
  }
  .header-menu-popup,
  .header-menu .menu-subcategory {
    padding: 0 20px 22px 20px;
  }
  .header-menu-popup {
    top: 0;
  }
  .nav-item {
    cursor: pointer;
  }
  .nav-item > a {
    width: 100%;
    padding: 7px 0;
    color: inherit;
    text-decoration: none;
  }
  .header-menu-popup .nav-item__list {
    display: none !important;
  }
  .nav-item__list:not(:empty) ~ .nav-item__icon {
    background-image: url(../images/common/arrow-right-dark.svg);
    rotate: 0deg;
  }
  .nav-item:hover .nav-item__icon {
    background-image: url(../images/common/arrow-right-blue.svg);
    rotate: 0deg;
  }

  .nav-item__list:not(:empty) ~ .nav-item__icon {
    width: 32px;
    height: 32px;
    background-size: 11px;
    pointer-events: all;
  }
  .header-menu__list .header__callback {
    align-self: flex-start;
    min-width: 185px;
    margin: 9px 0 15px;
  }
  .product-cart .checkout-product-content {
    flex-direction: row;
  }
}
@media (min-height: 888px) {
  .product-cart__list-wrap {
    overflow-y: auto;
    max-height: calc(100dvh - 722px);
    margin: 0 -40px;
  }
}
@media (max-height: 888px) {
  .product-cart-wrap {
    overflow-y: auto;
    max-height: calc(100dvh - 319px);
    margin: 0 -40px;
    padding: 0 20px;
  }
}
@media (max-width: 1060px) {
  .product-value__content {
    flex-wrap: wrap;
  }
  .product-cart__list-wrap {
    max-height: none;
  }
  .product-detail {
    padding-left: 0;
  }
  .product-cart-wrap {
    overflow-y: auto;
    max-height: calc(100dvh - 326px);
    margin: 0 -20px;
    padding: 0 20px;
  }
  .product .lSPager.lSGallery img {
    height: 50px;
  }
  .product-slider-nav__btn {
    bottom: 10px;
  }
  .product-value-item {
    width: 45%;
  }
  .product-value-item:not(:last-child) {
    margin-right: 0;
  }
  .category-filter {
    width: 185px;
    margin-right: 26px;
    flex-shrink: 0;
  }
  .wrap,
  .top-message,
  .review-form-wrap_product {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-language,
  .header__callback {
    display: none;
  }
  .top-categories-item__img img {
    object-fit: cover;
    object-position: bottom;
  }
  .why-us-container {
    display: flex;
    flex-direction: column;
    padding: 40px 15px;
  }
  .why-us__title {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .why-us__list {
    flex-direction: column;
  }
  .why-us__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .banners-item__title {
    font-size: 19px;
    line-height: 24px;
  }
  .check-status {
    padding: 70px 20px;
  }
  .check-status-content {
    flex-direction: column;
  }
  .check-status__title {
    margin: 0 0 24px;
    text-align: center;
  }
  .check-status__btn {
    min-width: auto;
  }
  .check-status__input {
    padding-right: 135px;
  }
  .contacts-n-form {
    flex-direction: column;
    align-items: center;
  }
  .contacts-block {
    margin: 0 0 50px;
  }
  .contacts-block__address {
    align-items: flex-start;
  }
  .contacts-block__social > * {
    width: 30px;
    height: 30px;
    margin-right: 4px;
  }
  .contacts-block__content {
    padding: 0;
  }
  .contacts-block__row {
    font-size: 14px;
  }
  .contacts-block__phone {
    white-space: nowrap;
    font-size: 14px;
  }
  .contacts-block__phone:before {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  .footer {
    padding: 50px 0 60px;
    font-size: 14px;
  }
  .footer .wrap {
    flex-wrap: wrap;
  }
  .footer__block:nth-child(1),
  .footer__block:nth-child(2) {
    width: 50%;
    padding: 0;
  }
  .footer__block:nth-child(2) {
    padding-left: 23px;
  }
  .footer__block:nth-child(3) {
    padding: 22px 0;
    margin: 22px 0;
    border-top: 1px solid #3f3b48;
    border-bottom: 1px solid #3f3b48;
  }
  .footer__time {
    margin: 4px 0 0;
  }
  .footer-pay {
    width: 100%;
    padding: 24px 0 0;
    margin: -1px 0 0;
    border-top: 1px solid #3f3b48;
    display: flex;
    justify-content: center;
  }
  .footer .wrap + .wrap {
    margin-top: 2px;
  }
  .faq-section__title {
    font-size: 22px;
    margin: 25px 0 15px;
  }
  .accordion-item {
    margin-top: 15px;
  }
  .accordion-button {
    font-size: 16px;
    padding: 12px 15px;
  }
  .accordion-button:after {
    margin-left: auto;
    opacity: 0.3;
  }
  .modal .btn-close {
    background-size: 15px;
  }
  .modal-title {
    font-size: 22px;
    line-height: 26px;
  }
  .modal-header {
    padding: 30px 20px 20px;
  }
  .modal-title br {
    display: none;
  }
  .modal-body {
    padding: 10px 20px 25px;
  }
  .callback-form__field,
  .add-review-form__row,
  .add-review-form__field {
    margin-bottom: 15px;
  }
  .callback-form_btn {
    margin: 25px auto 0;
  }
  .add-review-form__row {
    flex-direction: column;
  }
  .add-review-form-rating + .custom-form {
    margin-left: 0;
    max-width: none;
  }
  .modal-dialog {
    margin-top: 0.5rem !important;
  }
  .category-info {
    flex-direction: column-reverse;
    margin-bottom: 23px;
  }
  .category-info__text {
    width: 100%;
    margin: 17px 0 0;
    min-width: auto;
  }
  .category-info__img {
    width: 100%;
    max-width: none;
    max-height: 240px;
    overflow: hidden;
  }
  .category-info__img img {
    object-fit: cover;
  }
  .category-info .about .overcontent .about__content {
    margin-bottom: 0;
  }
  .page .category-info__title {
    margin-bottom: 16px;
  }
  .category-filter-item__title {
    font-size: 18px;
  }
  .category-filter-item__name {
    font-size: 13px;
  }
}
@media (max-width: 850px) {
  .checkout-container {
    flex-direction: column;
  }
  .category > hr {
    margin: 35px 0 5px;
  }

  #selectEngrave .modal-header,
  #selectEngraveInField .modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .checkout-left-block,
  .checkout-right-block {
    max-width: none;
    margin: 0;
  }
  .product-image-desktop {
    width: 100%;
    margin-bottom: 24px;
  }
  .checkout-left-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeef;
  }
  .checkout-section:last-child {
    margin-bottom: 19px;
  }
  .product {
    padding: 0 20px 0;
  }
  .product-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .product-detail {
    max-width: none;
    padding: 0;
  }
  .product > .wrap,
  .product .products-list.wrap,
  .review-form-wrap_product  {
    padding: 0;
  }
  .product-slider-wrap,
  .product-detail {
    position: relative;
    width: 100%;
    margin-bottom: 3px;
  }
  .product-wrap > .product-detail__head {
    display: flex;
    margin-bottom: 14px;
    opacity: 1;
    position: static;
    width: auto;
    height: auto;
  }


  .product-wrap {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1550px) and (min-width: 1360px) {
  .header-en-wrap {
    padding: 0 10px;
  }

  .header-en .header__logo {
    width: 130px;
  }

  .header-en .header__left-block {
    margin-right: 4px;
  }

  .header-menu__btn {
    padding: 15px 6px;
  }

  .header-en .header-en-wrap .nav-item > a {
    padding: 19px 3px 20px 7px;
  }
}
@media (max-width: 760px) {
  .product-cart .checkout-product-content {
    flex-direction: column;
  }
  .top-categories-slider.ready {
    opacity: 1;
  }
  .product-cart-additional__btn {
    min-width: auto;
  }
  .product-cart-additional__btn span {
    padding: 6px 11px 7px;
  }
  .product-cart-total {
    justify-content: flex-start;
    margin-bottom: 27px;
  }
  .product-cart__footer {
    flex-direction: column-reverse;
  }
  .product-cart__btn + .product-cart__btn {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .product-cart__btn {
    max-width: none;
  }
  .product-cart__title {
    margin-bottom: 25px;
  }
  .product-cart-additional {
    padding: 20px 0 24px;
    min-height: 375px;
  }
  .select-engrave .inline-filter {
    padding: 0;
    overflow: visible;
    margin: 0 0 15px;
    flex-wrap: wrap;
    align-items: center;
  }
  .select-engrave .inline-filter__item {
    min-width: auto;
  }

  #selectEngrave .nav,
  #selectEngraveInField .nav {
    gap: 12px;
  }
  .select-engrave__item {
    max-width: 151px;
    width: auto;
    margin-bottom: 11px;
  }
  .select-engrave__item .custom-radio__inner {
    display: none;
  }
  .select-engrave .engrave-variant {
    margin: 0;
  }
  .product-cart__footer > * + * {
    margin-left: 15px;
  }
  .product-slider-count {
    display: flex;
    position: absolute;
    bottom: 13px;
    left: 10px;
    background-color: rgb(245 245 245 / 60%);
    padding: 0 5px;
  }
  .product-value-item {
    width: 100%;
    margin-bottom: 14px;
  }
  .product-slider-wrap .lSPager.lSGallery {
    display: none;
  }
  .product-slider-nav__btn {
    background-image: url(../images/common/arrow-right-dark.svg);
    background-color: transparent;
    background-size: 18px;
  }
  .product-slider-nav__btn {
    bottom: 13px;
    background-color: rgb(245 245 245 / 60%);
    padding: 0 5px;
  }
  .product-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-images:after {
    opacity: 0 !important;
  }
  .product-slider-nav__btn_next {
    right: 10px;
  }
  .product-slider-nav__btn_prev {
    right: 47px;
    left: auto;
  }
  .product-wrap .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 4px;
    left: 10px;
    width: calc(100% - 20px);
    margin: 0;
    height: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .product-wrap .lSSlideOuter .lSPager.lSpg > li {
    width: 100%;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
  }
  .product-wrap .lSSlideOuter .lSPager.lSpg > li a {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0;
  }
  .product-wrap .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #2a2a2a;
  }
  .product-image-desktop__item img {
    height: auto;
    object-fit: contain;
  }
  .breadcrumb {
    margin-bottom: 15px;
  }
  .info h1,
  .info h2,
  .info h3,
  .info h4,
  .info h5,
  .info h6 {
    margin-top: 16px;
    margin-bottom: 14px;
  }
  h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .page .title {
    margin-bottom: 19px;
  }
  .header__middle-block,
  .home-slider-wrap:not(.home-slider-wrap_mobile) {
    display: none;
  }
  .home-slider-wrap_mobile {
    display: block;
  }
  .header__logo {
    width: 165px;
  }
  .header {
    padding: 9px 0;
  }
  .top-message {
    min-height: 27px;
    font-size: 9px;
  }
  .top-message__icon {
    height: 20px;
  }
  .top-message__text {
    margin: 0 10px;
  }
  .title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .top-categories {
    display: flex;
    flex-direction: column;
  }
  .top-categories__all-btn {
    display: inline-block;
    margin: 15px auto 0;
    min-width: 243px;
  }
  .banners-item_big {
    margin-right: 10px;
  }
  .banners__container .banners-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .banners_desktop {
    display: none;
  }
  .banners-mob-slider-wrap {
    display: block;
  }
  .section-banner {
    padding: 0 20px;
    margin-top: 0;
  }
  .reviews__link {
    display: none;
  }
  .reviews__btn {
    margin: 33px auto 10px;
  }
  .category__wrap {
    flex-direction: column;
  }
  .category-filter__mobile-btn {
    display: flex;
    padding: 7px 16px;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    width: auto;
    flex-shrink: 0;
    margin-right: 10px;
  }
  .category-filter__mobile-btn:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../images/common/filter-icon.svg);
    filter: brightness(100);
  }
  .category-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    display: none;
    height: 100dvh;
  }
  .show-filter .category-filter {
    display: block;
  }
  .category-filter__mobile-head {
    display: flex;
    align-items: center;
    padding: 16px 20px 17px 20px;
    box-shadow: 1px 5px 10px -3px rgba(0, 0, 0, 0.15);
    margin: 0 0 24px;
    justify-content: space-between;
  }
  .category-filter__mobile-title {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .category-filter__mobile-title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    background-image: url(../images/common/filter-icon.svg);
  }
  .category-filter__mobile-close {
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    padding: 0;
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../images/common/close.svg);
  }
  .category-filter__content {
    padding: 24px 20px;
    height: calc(100dvh - 64px);
    overflow: auto;
    margin-top: -24px;
  }
  .category-filter-item__title {
    font-size: 16px;
    font-weight: 500;
  }
  .pagination__item {
    display: none;
  }
  .pagination__item.active,
  .pagination__item.active + .pagination__item,
  .pagination__item_prev,
  .pagination__item_next,
  .pagination__item_last {
    display: flex;
  }
  .pagination__item_last {
    margin-left: 28px;
  }
  .about__title {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .about .overcontent .about__content {
    margin-bottom: 17px;
  }
  .category-info {
    padding: 0;
    margin: 0 -20px;
    box-shadow: none;
  }
  .category-info__text {
    padding: 0 20px 3px;
  }
  .product-title {
    font-size: 24px;
    margin: 0 0 4px;
  }
  .product-detail__head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .product-detail__rating {
    margin: 0;
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .product-detail__rating-value {
    margin-bottom: 8px;
    display: flex;
    margin-top: 3px;
  }

  .show-preview-banner {
    position: device-fixed;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-section.product-detail__description {
    display: none;
  }
}
@media (max-width: 550px) {
  .product-detail-upload {
    width: auto !important;
    margin-left: 10px;
    flex-shrink: 0;
  }
  .checkout-product-detail__title {
    width: 97px;
  }
  .select-engrave .tab-pane.active {
    column-gap: 5px;
  }
  .product-detail__subtitle {
    font-size: 13px;
  }
  .product-detail-field .custom-form + .custom-form,
  .product-detail-field .custom-form + .custom-select,
  .product-detail-field .custom-select + .custom-form {
    margin-top: 15px;
  }
  .product-detail-engrave__btn,
  .product-detail-upload__btn {
    width: 100%;
    min-width: auto;
    padding: 9px 16px 10px;
  }
  .product-detail__title {
    font-size: 16px;
  }
  .product-section {
    margin-bottom: 12px;
  }
  .rendered-icons-text {
    margin: -5px 0 14px;
  }
  .product-detail-count .custom-number {
    max-width: 163px;
  }
  .product-detail-wrap_full-mobile {
    flex-direction: column;
  }
  .product-detail-engrave {
    margin-bottom: 19px;
  }
  .breadcrumb-product-wrap + .product-section {
    margin-bottom: 3px;
  }
  .product-detail__title {
    margin-bottom: 3px;
  }
  .product-detail__title {
    font-weight: 500;
  }
  .product-detail__btns {
    margin-top: 0;
  }
  .product-detail__variants .products-list-item-variants .products-list-item-variants__item-wrap {
    padding: 2px 0 4px;
  }
  .product-detail-wrap > * {
    width: calc(50% - 5px);
    min-width: fit-content;
  }
  .product-wrap {
    margin-bottom: 33px;
  }
  .product-info__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .product-info {
    margin-bottom: 34px;
  }
  .product-section.product-detail__variants {
    margin-bottom: 6px;
  }
  .product-value__content {
    padding: 30px 15px 17px;
  }
  .product-detail-size {
    margin-bottom: 18px;
  }
  .engrave-list {
    margin-bottom: 24px;
  }
  .button_big.button_gradient,
  .button_big.button_gradient-dark,
  .button_big.button_gradient-border span {
    padding: 13px 14px;
  }
  .header-menu-popup,
  .header-menu .menu-subcategory {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header-menu-popup {
    height: 100dvh;
  }
  .header-menu .menu-subcategory {
    max-height: 100dvh;
  }
  .header-menu-mobile.mobile-shown {
    margin-bottom: 0;
  }
  .header-menu-popup__content {
    height: calc(100dvh - 63px);
    overflow: auto;
    padding: 24px 20px 30px;
    margin: 0 -20px;
  }
  .menu-subcategory__list {
    max-height: calc(100dvh - 175px);
    overflow: auto;
    margin: -13px -20px;
    padding: 13px 20px;
  }
  .top-categories-item__img {
    height: auto;
  }
  .checkout-btns {
    flex-direction: column-reverse;
  }
  .checkout-btns > * + * {
    margin-left: 0;
    margin-bottom: 17px;
  }
  .checkout-section__title {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .checkout-section .custom-form {
    margin-bottom: 15px;
  }
  .checkout-product__img {
    width: 87px;
    height: 87px;
  }
  .checkout-product__info {
    margin-bottom: 5px;
  }
  .checkout-product-wrap {
    margin-bottom: 13px;
  }
  .checkout-product {
    margin-bottom: 30px;
  }
  .checkout-total {
    padding: 26px 0;
    margin: 30px 0;
    font-size: 16px;
  }
  .checkout-product__price {
    font-size: 17px;
  }
  .checkout-product__old-price {
    font-size: 12px;
    margin-left: 7px;
  }
  .checkout-total-summ {
    font-size: 18px;
    justify-content: flex-start;
  }
  .checkout-product__count {
    max-width: 88px;
  }
  .checkout-product__img {
    margin-right: 11px;
  }
  .page {
    padding: 18px 0 15px;
  }
  .edit-product-form__btn {
    margin: 28px auto 6px;
  }
  .modal-header {
    padding: 30px 38px 20px;
  }
}

.product-detail-size .products-list-item-variants__item {
  width: auto;
  padding: 0 12px;
}
.product-detail-size .products-list-item-variants__item input:checked ~ i {
  border-radius: 20px;
}


/* product text */
.product-images.option_value_id-878:nth-child(3):before {
  content: 'Mariana';
  font-family: MonAmourOne;
  position: absolute;
  top: 13.67pc;
  left: 10.8pc;
  font-size: 25px;
  rotate: -8deg;
  color: black;
  opacity: 0;
}

/* widget */

#engrave-widget{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}
#engrave-widget .flex-row{display:flex;flex-direction:row}
#engrave-widget .engrave-message-button{background-color:#324b8a;border-radius:50px;box-sizing:border-box;cursor:pointer;display:block;height:70px;padding:13px;position:absolute;width:70px}
#engrave-widget .engrave-message-button .static{-webkit-animation:show-stat-data-v-64774a1c 6s infinite;align-items:center;animation:show-stat-data-v-64774a1c 6s infinite;display:flex;flex-direction:column;justify-content:center;position:absolute}
#engrave-widget .engrave-message-button .static img{display:inline}
#engrave-widget .engrave-message-button p{color:#fff;font-family:Ubuntu,Arial,sans-serif;font-size:10px;font-weight:700;line-height:11px;margin:0}
#engrave-widget .engrave-message-button .pulsation{-webkit-animation:pulse-data-v-64774a1c 2s infinite;-webkit-transform:scale(0);animation:pulse-data-v-64774a1c 2s infinite;background-color:#324b8a;border-radius:50px;height:84px;left:-7px;position:absolute;top:-7px;transform:scale(0);width:84px;z-index:-1}
#engrave-widget .engrave-message-button .pulsation:nth-of-type(2n){-webkit-animation-delay:.5s;animation-delay:.5s}
#engrave-widget .engrave-message-button .pulsation.stop{-webkit-animation:none;animation:none}
#engrave-widget.engrave-message{position:fixed!important;right:102px;bottom:100px;z-index:150;zoom:1.1}
.tech-support{display:flex}
#font .modal-dialog{width:565px}
#font .modal-dialog .font-example-wrapp{justify-content:space-between;display:flex;flex-wrap:wrap}
#font .modal-body .radio:nth-child(2n){padding:0 0 0 33px}
#engrave-widget .messanger{white-space:nowrap}
#engrave-widget .callback-state,#engrave-widget .close,#engrave-widget .engrave-icons,#engrave-widget .static{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}
#engrave-widget .callback-state,#engrave-widget .engrave-message-button .engrave-icons{-webkit-animation:show-icons-data-v-64774a1c 6s infinite;animation:show-icons-data-v-64774a1c 6s infinite;background-color:#fff;border-radius:50px;height:44px;overflow:hidden;position:absolute;width:44px}
#engrave-widget .engrave-icons-line{-webkit-animation:icon-change-data-v-64774a1c 6s infinite;-webkit-animation-delay:0;-webkit-transform:translateX(30px);animation:icon-change-data-v-64774a1c 6s infinite;animation-delay:0;display:flex;height:24px;left:12px;position:absolute;top:10px;transform:translateX(30px);transition:cubic-bezier(.13,1.49,.14,-.4)}
#engrave-widget .engrave-icons-line.stop{-webkit-animation-play-state:paused;animation-play-state:paused}
#engrave-widget .engrave-icons-line img{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;margin-right:50px;user-select:none}
#engrave-widget .engrave-icons.hide,#engrave-widget .static.hide{display:none}
@-webkit-keyframes pulse-data-v-64774a1c {
0%{-webkit-transform:scale(0);opacity:1;transform:scale(0)}
50%{opacity:.5}
to{-webkit-transform:scale(1);opacity:0;transform:scale(1)}
}
@keyframes pulse-data-v-64774a1c {
0%{-webkit-transform:scale(0);opacity:1;transform:scale(0)}
50%{opacity:.5}
to{-webkit-transform:scale(1);opacity:0;transform:scale(1)}
}
@-webkit-keyframes show-stat-data-v-64774a1c {
0%,20%{-webkit-transform:scale(1);transform:scale(1)}
21%,84%{-webkit-transform:scale(0);transform:scale(0)}
85%,to{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes show-stat-data-v-64774a1c {
0%,20%{-webkit-transform:scale(1);transform:scale(1)}
21%,84%{-webkit-transform:scale(0);transform:scale(0)}
85%,to{-webkit-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes show-icons-data-v-64774a1c {
0%,20%{-webkit-transform:scale(0);transform:scale(0)}
21%,84%{-webkit-transform:scale(1);transform:scale(1)}
85%,to{-webkit-transform:scale(0);transform:scale(0)}
}
@keyframes show-icons-data-v-64774a1c {
0%,20%{-webkit-transform:scale(0);transform:scale(0)}
21%,84%{-webkit-transform:scale(1);transform:scale(1)}
85%,to{-webkit-transform:scale(0);transform:scale(0)}
}
@keyframes icon-change-data-v-64774a1c {
0%,5%{-webkit-transform:translateX(30px);transform:translateX(30px)}
10%,25%{-webkit-transform:translateX(-2px);transform:translateX(-2px)}
30%,35%{-webkit-transform:translateX(-76px);transform:translateX(-76px)}
40%,45%{-webkit-transform:translateX(-150px);transform:translateX(-150px)}
50%,55%{-webkit-transform:translateX(-225px);transform:translateX(-225px)}
60%,65%{-webkit-transform:translateX(-301px);transform:translateX(-301px)}
70%,75%{-webkit-transform:translateX(-380px);transform:translateX(-380px)}
80%,85%{-webkit-transform:translateX(-457px);transform:translateX(-457px)}
90%,to{-webkit-transform:translateX(-509px);transform:translateX(-509px)}
}
#engrave-widget .engrave-icons .icon:first-of-type{margin-left:0}
#engrave-widget .close img{-webkit-transform:rotate(180deg) scale(0);transform:rotate(180deg) scale(0);transition:all .12s ease-in}
#engrave-widget .close.show-messageners-block{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%)}
#engrave-widget .close.show-messageners-block img{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}
#engrave-widget .messangers-block{-webkit-transform:scale(0);-webkit-transform-origin:80% 105%;align-items:flex-start;background:#e8eced;border-radius:7px;bottom:11px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;left:-150px;position:absolute;transform:scale(0);transform-origin:80% 105%;transition:all .12s ease-out;width:auto;z-index:9;padding:8px 10px 10px}
.backdr{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}
#engrave-widget .messangers-block.show-messageners-block{-webkit-transform:scale(1);transform:scale(1)}
#engrave-widget .messanger{align-items:center;cursor:pointer;margin:8px 0;width:100%}
#engrave-widget .messanger:before{background-color:#0084ff;background-position:50%;background-repeat:no-repeat;border-radius:50px;content:"";display:inline-block;height:40px;margin-right:10px;width:40px}
#engrave-widget .messanger p{color:rgba(0,0,0,.87);font-family:Arial,sans-serif;font-size:14px;display:inline-block;margin:0}
#engrave-widget a.messanger{text-decoration:none}
#engrave-widget .messanger.fb:before{background-image:url(../../../../../image/button/fb_w.svg)}
#engrave-widget .messanger.viber:before{background-color:#7c529d;background-image:url(../../../../../image/button/viber_w.svg)}
#engrave-widget .messanger.telegram:before {
    background-color: #2ca5e0;
    background-image: url(../../../../../image/button/telegram_w.png);
    background-position: center;
    background-size: contain;
}
#engrave-widget .messanger.skype:before{background-color:#31c4ed;background-image:url(../../../../../image/button/skype_w.svg);background-position:45% 45%}
#engrave-widget .messanger.support:before{background-color:#ff8400;background-image:url(../../../../../image/button/supp_w.svg)}
#engrave-widget .messanger.tech-support:before{background-color:#7eb105;background-image:url(../../../../../image/button/tech_w.svg);flex-shrink:0}
#engrave-widget .messanger.call-back:before{background-color:#54cd81;background-image:url(../../../../../image/button/cback_w.svg)}
#engrave-widget .messanger.imessage:before{background-color:#fff;background-image:url(../../../../../image/button/logo_apple_white.png); background-size: contain;}
#engrave-widget .callback-countdown-block{-webkit-transform:scale(1);-webkit-transform-origin:80% 105%;align-items:center;background-image:url(../../../../../image/button/call_back_background.svg);background-position:50%;background-repeat:no-repeat;border-radius:7px;bottom:-12px;box-sizing:border-box;color:#fff;display:none;flex-direction:column;height:150px;left:-320px;padding-left:8px;padding-right:19px;padding-top:5px;position:absolute;transform:scale(1);transform-origin:80% 105%;transition:all .12s ease-out;width:410px;z-index:9}
#engrave-widget .callback-state{-webkit-animation:none;animation:none;display:none;z-index:999999}
#engrave-widget .callback-state .callback-state-img{left:12px;position:absolute;top:12px}
#engrave-widget .callback-countdown-block .callback-countdown-block-phone{align-items:center;display:none;flex-direction:column;font-family:Arial,sans-serif;font-size:14px;height:115px;justify-content:center;line-height:16px}
#engrave-widget .callback-countdown-block .callback-countdown-block-phone p{color:#fff;margin-bottom:10px;margin-top:3px;text-align:center}
#engrave-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group{align-items:center;display:flex}
#engrave-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=tel]{border:none;border-radius:4px;box-sizing:border-box;font-family:Arial,sans-serif;font-size:14px;height:36px;line-height:16px;padding:10px 11px 9px;width:203px}
#engrave-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit]{background-color:#324b8a;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Arial,sans-serif;font-size:14px;height:36px;width:132px}
#engrave-widget .callback-countdown-block .callback-countdown-block-phone .callback-countdown-block-form-group input[type=submit]:hover{background-color:#fd893c}
#engrave-widget .callback-countdown-block .callback-countdown-block-timer{align-items:center;display:none;flex-direction:column;height:115px;justify-content:center}
#engrave-widget .callback-countdown-block .callback-countdown-block-timer p{color:#fff;font-family:Arial,sans-serif;font-size:14px;line-height:16px;margin-bottom:5px;margin-top:7px;text-align:center}
#engrave-widget .callback-countdown-block .callback-countdown-block-timer_timer{color:#fff;font-family:Ubuntu,Arial,sans-serif;font-size:40px;font-weight:300;line-height:46px;margin:0;text-align:center}
#engrave-widget .callback-countdown-block .callback-countdown-block-sorry{align-items:center;display:none;height:115px}
#engrave-widget .callback-countdown-block .callback-countdown-block-sorry p{color:#fff;font-family:Arial,sans-serif;font-size:16px;line-height:18px;margin-bottom:5px;margin-top:7px;text-align:center}
#engrave-widget .callback-countdown-block .callback-countdown-block-close{cursor:pointer;position:absolute;right:6px;top:-10px}
#engrave-widget .animation-pause{-webkit-animation-play-state:paused;animation-play-state:paused}
#engrave-widget input{margin:5px}
#engrave-widget .callback-countdown-block .callback-countdown-block-phone.display-flex,#engrave-widget .callback-countdown-block .callback-countdown-block-sorry.display-flex,#engrave-widget .callback-countdown-block .callback-countdown-block-timer.display-flex,#engrave-widget .callback-countdown-block.display-flex,#engrave-widget .callback-state.display-flex{display:flex}
#engrave-widget .messanger.whatsapp_:before {
	background-image: url(../../../../../image/whatsapp.png);
	background-size: 57%;
	background-color: #32b321;
}
.engrave-message-button-mobile {
  display: none;
  background: #fff;
  padding: 3px 20px 3px 13px;
  /* border-radius: 10px 10px 0 0; */
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #616161;
  font-size: 14px;
}
.engrave-message-button-text {
  display: flex;
  align-items: center;
}
.engrave-message-button-text:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #2ac25d;
  display: block;
  border-radius: 100%;
  margin: 0 12px 1px 0;
}
@media (max-width: 600px) {
  .engrave-message-button {
    display: none !important;
  }
  .engrave-message-button-mobile {
    display: flex;
    text-align: center;
    padding: 13px 3px 11px 3px;
    min-width: 35px;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
  }
  .engrave-message-button-text:before {
    margin: 0;
    aspect-ratio: 1 / 1;
  }
  #engrave-widget.engrave-message {
    bottom: 12px;
    right: 12px;
    transition: .2s;
  }
  .header-en .header-cart {
    margin-right: 16px;
  }
  .shown-fixed-btn.product-page #engrave-widget.engrave-message {
    bottom: 61px;
  }
  .product-detail__rating {
    margin-top: -29px;
    position: absolute;
    right: 0;
  }
  .header-en-wrap {
    height: 46px;
  }
  .header-en .header-cart {
    padding: 8px;
  }
  .header-cart__count {
    top: -5px;
    right: -15px
  }
  .engrave-message-button-mobile .engrave-message-button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  #engrave-widget .messangers-block {
    bottom: 0px;
    left: -169px;
    border-radius: 7px;
  }
  #price {
    background: #fff;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 354px) {
  #price {
    padding-right: 96px;
  }
}
.engrave-message-button-mobile .engrave-message-button-text {
  line-height: 13px;
}

/* widget end */
#warehouses-search {
  padding-right: 10px;
  transition: 0s;
}
#department-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  zoom: 0.8;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  scale: 0.6;
}
.lds-ellipsis div {
position: absolute;
top: 33px;
width: 13px;
height: 13px;
border-radius: 50%;
background: #3c8dc5;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
left: 8px;
animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
left: 8px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
left: 32px;
animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
left: 56px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
  transform: scale(0);
}
100% {
  transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
  transform: scale(1);
}
100% {
  transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
  transform: translate(0, 0);
}
100% {
  transform: translate(24px, 0);
}
}


@media (max-width: 374px) {
  .select-engrave__item {
    max-width: 127px;
  }
  .change-unformatted-text {
    padding: 5px 10px;
  }
  .product-detail .button_big.button_gradient,
  .product-detail .button_big.button_gradient-dark,
  .product-detail .button_big.button_gradient-border span {
    padding: 13px 10px;
    font-size: 13px;
  }
  .product-detail-engrave__btn.button.button_gradient-dark {
    font-size: 13px;
  }
  .select-engrave .tab-pane.active {
    justify-content: space-around;
  }
  .fixed-btns .fixed-btns-order {
    column-gap: 5px;
  }
  .fixed-btns {
    padding: 7px 7px 14px;
  }
  .fixed-btns-order .button_gradient-border span {
    padding: 8px 19px 9px;
  }
  .fixed-btns-order .button_gradient {
    padding: 8px 8px 9px;
  }
}

/* HOME SLIDER TEMPORARY */
/* #homeSlider .home-slider__item img {
  width: 100%;
  height: auto;
  object-fit: initial;
}
#homeSlider .home-slider__item a {
  height: auto;
} */
/* HOME SLIDER TEMPORARY END */
.ios .fixed-btns {
  padding-bottom: 35px;
}

@media (max-width: 600px) {
  .ios.product-page.shown-fixed-btn #engrave-widget.engrave-message {
    bottom: 82px;
  }

  .ios #engrave-widget.engrave-message {
    bottom: 27px;
  }
}
.select-font-family .custom-select__field:after {
  display: none;
}
.select-font-family .custom-select.active .custom-select__field {
  border-radius: 22px;
}
#modalFont .modal-dialog {
  max-width: 730px;
  margin-top: 20px;
}
#modalFont .modal-body {
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  font-size: 18px;
  gap: 5px 15px;
  max-height: calc(100dvh - 100px);
  overflow: auto;
}
#modalFont.has-scroll .modal-header {
  box-shadow: 0 -5px 8px 0 black;
}
.font-item {
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.font-item.active {
  outline: 1px solid #30a8bb;
  outline-offset: -1px;
}
#modalFont .font-item {
  visibility: hidden;
}
#modalFont .modal-body:before {
  content: "";
  width: 48px;
  display: block;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#34e3ff 90%,#0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100% / 3) 50%;
  animation: l3 .85s infinite linear;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modalFont.ready .modal-body:before {
  display: none;
}
#modalFont.ready .font-item {
  visibility: visible;
}
#user-value:empty {
  display: none;
}
#user-value:empty + .select-list-val {
  margin: 0 auto;
}
.product-page.invert .select-engrave__item .engrave-variant_img {
  filter: invert(1);
}
.products-variant-price:empty {
  display: none;
}
.products-list-item-variants.not-name.not-price {
  grid-template-columns: repeat(auto-fill, 38px);
}

.product-detail__variants .products-list-item-variants.not-name.not-price .products-list-item-variants__item-wrap {
  padding: 5px;
  height: 40px;
}
.product-section .products-list-item-variants {
  display: flex;
  visibility: hidden;
}
.product-section .products-list-item-variants.init {
  display: flex;
  visibility: visible;
}

.product.category-81 .select-engrave__item .engrave-variant__value {
  width: 101px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product.category-81 .select-engrave__item .engrave-variant_img {
  width: 49px;
  margin: 26px 0 0 2px;
}
.product.category-81.product-115 .select-engrave__item .engrave-variant_img {
  width: 33px;
  margin: 33px 0 0 2px;
}

/* brelok_kruglyj */
.product.product-69 .engrave-variant__value {
  width: 110px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 112% !important;
}
.product.product-69 .select-engrave .engrave-variant_img {
  width: 50%;
  top: 10px;
}

/* brelok_pryamougolnyj */
.product.product-68 .engrave-variant__value {
  width: 107px;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 75% !important;
}
.product.product-68 .select-engrave .engrave-variant_img {
  width: 75%;
  top: 15px;
}

/* kulon_pryamougolnyj */
.product.product-165 .engrave-variant__value {
  width: 107px;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 75% !important;
}
.product.product-165 .select-engrave .engrave-variant_img {
  width: 75%;
  top: 15px;
}

/* brelok_pazliki */
.product.product-138 .engrave-variant__value {
  width: 111px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 109% !important;
}
.product.product-138 .select-engrave .engrave-variant_img {
  width: 81%;
  top: 3px;
}

/* brelok_pazliki */
.product.product-137 .engrave-variant__value {
  width: 111px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 97% !important;
}
.product.product-137 .select-engrave .engrave-variant_img {
  width: 81%;
  top: 1px;
}

/* brelok_polovynky_serdtsa */
.product.product-91 .engrave-variant__value {
  width: 111px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 134% !important;
}
.product.product-91 .select-engrave .engrave-variant_img {
  width: 77%;
  top: 8px;
}

/* kulon_polovynky_serdtsa */
.product.product-90 .engrave-variant__value {
  width: 111px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 89% !important;
}
.product.product-90 .select-engrave .engrave-variant_img {
  width: 79%;
  top: 3px;
  left: -1px;
}

/* kulon_konvert */
.product.product-178 .engrave-variant__value {
  width: 111px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 89% !important;
}
.product.product-178 .select-engrave .engrave-variant_img {
  width: 80%;
  top: -13px;
}

/* kulon_devochka */
.product.product-180 .engrave-variant__value {
  width: 111px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 89% !important;
}
.product.product-180 .select-engrave .engrave-variant_img {
  width: 80%;
  top: -13px;
}

/* kulon_nozhka */
.product.product-179 .engrave-variant__value {
  width: 111px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 89% !important;
}
.product.product-179 .select-engrave .engrave-variant_img {
  width: 80%;
  top: -13px;
}

/* kulon_malchik */
.product.product-182 .engrave-variant__value {
  width: 111px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 89% !important;
}
.product.product-182 .select-engrave .engrave-variant_img {
  width: 80%;
  top: -13px;
}

/* kulon_malchik */
.product.product-181 .engrave-variant__value {
  width: 111px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 89% !important;
}
.product.product-181 .select-engrave .engrave-variant_img {
  width: 80%;
  top: -13px;
}

/* kulon_kruglyj */
.product.product-71 .engrave-variant__value {
  width: 111px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 89% !important;
}
.product.product-71 .select-engrave .engrave-variant_img {
  width: 82%;
  top: 1px;
  max-width: none;
  max-height: none;
}

/* brelok_zheton */
.product.product-164 .engrave-variant__value {
  width: 109px;
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 75% !important;
}
.product.product-164 .select-engrave .engrave-variant_img {
  width: 75%;
  top: 11px;
}
