.fade-bottom-enter-active,
.fade-bottom-leave-active {
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.fade-bottom-enter,
.fade-bottom-leave-to {
  opacity: 0;
  transform: translateY(100%);
}
.cookies-bar {
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 10px 5px;
  z-index: 1000;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.3);
}
.cookies-bar .message p {
  font-size: 12px;
  letter-spacing: 0.025rem;
  text-align: center;
}
.cookies-bar .message p button {
  color: #fff;
  text-decoration-color: #fff !important;
}
.cookies-bar .buttons {
  margin: 10px 15px;
  text-align: center;
}
.cookies-bar .buttons .btn {
  border-width: 1px;
  border-style: solid;
  font-size: 0.725rem;
  padding: 10px 15px;
  line-height: 1;
  margin: 5px 15px;
}
.cookies-bar .buttons .btn-underline {
  text-decoration: underline;
  background: transparent;
  font-size: 12px;
}
.cookies-bar .buttons .btn-underline:hover {
  text-decoration: none;
}
.cookies-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.cookies-text {
  color: #000;
}
.cookies-text p {
  font-size: 12px;
}
.btn-accept-decline {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.btn-accept-decline .btn-accept-decline-switch {
  position: relative;
  border: 1px solid;
  border-radius: 34px;
  transition: 400ms;
  display: flex;
  align-items: center;
}
.btn-accept-decline .btn-accept-decline-switch .switch-bg {
  position: absolute;
  z-index: 0;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
  border-radius: 34px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: left 250ms ease-in-out;
}
.btn-accept-decline .btn-accept-decline-switch .switch-label {
  padding: 8px 5px;
  width: 50px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: color 250ms ease-in-out;
}
.btn-accept-decline .cookie-title {
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.btn-accept-decline .cookie-descr {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 11px;
}
.btn-accept-decline.accept .btn-accept-decline-switch .switch-label.switch-label-left {
  color: #fff;
}
.btn-accept-decline.decline .btn-accept-decline-switch .switch-bg {
  left: 50%;
}
.btn-accept-decline.decline .btn-accept-decline-switch .switch-label.switch-label-right {
  color: #fff;
}
.btn-accept-decline:disabled .btn-accept-decline-switch {
  opacity: 0.4;
}
.btn-discard-cookies {
  text-align: center;
}
.btn-discard-cookies i {
  color: #000;
}
.btn-discard-cookies i::before {
  font-size: 40px;
}
.btn-discard-cookies span {
  display: block;
  color: #000;
  letter-spacing: 0.025rem;
  line-height: 1;
  font-size: 0.75rem;
}
.btn-save-wrapper {
  text-align: center;
}
.btn-save-wrapper .btn-save-cookies {
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 18px 54px 22px;
  border-radius: 50px;
  transition: opacity 250ms ease-in-out;
}
.btn-save-wrapper .btn-save-cookies:hover {
  background: transparent;
  opacity: 0.6;
}
#modal-policy .btn-modal-close svg {
  width: 20px;
}
@media only screen and (min-width: 700px) {
.modal-body-content {
    padding: 40px 40px 100px;
}
.btn-accept-decline {
    flex-flow: row;
    text-align: left;
}
}
@media only screen and (min-width: 992px) {
.cookies-bar {
    bottom: 0px;
}
}
@media only screen and (min-width: 1200px) {
.modal-body-content {
    padding: 40px 60px 60px;
}
.cookies-bar {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    max-width: 500px;
    padding: 20px 20px 10px;
}
.cookies-title {
    font-size: 30px;
    margin-bottom: 30px;
}
.cookies-text p {
    font-size: 14px;
}
.btn-accept-decline {
    margin-bottom: 60px;
}
.btn-accept-decline .cookie-title {
    font-size: 18px;
}
.btn-accept-decline .btn-accept-decline-switch .switch-label {
    font-size: 15px;
    padding: 12px 5px;
    width: 70px;
}
}
.site-drawer-wrapper {
  position: relative;
}
.site-drawer-wrapper .site-drawer {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  width: 100%;
  min-width: 200px;
}
.site-drawer-wrapper .site-drawer .site-drawer-content {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.site-drawer-wrapper .site-drawer.off-canvas {
  display: block !important;
}
.site-drawer-wrapper .site-drawer.pos-top {
  top: 0;
  left: 0;
}
.site-drawer-wrapper .site-drawer.pos-right {
  left: unset;
  right: 0;
  top: 0;
}
.site-drawer-wrapper .site-drawer.pos-left {
  left: 0;
  top: 0;
}
.site-drawer-wrapper .site-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.top-enter-active,
.top-leave-active,
.right-enter-active,
.right-leave-active,
.left-enter-active,
.left-leave-active {
  transition: transform 750ms cubic-bezier(0.22, 1, 0.36, 1), opacity 750ms ease-out;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 500ms ease-out;
}
.top-enter-from,
.top-leave-to {
  transform: translateY(-100%);
}
.right-enter-from,
.right-leave-to {
  transform: translateX(100%);
  opacity: 0;
}
.right-enter-from.off-canvas,
.right-leave-to.off-canvas {
  transform: translateX(0%);
}
.left-enter-from,
.left-leave-to {
  transform: translateX(-100%);
}
.left-enter-from.off-canvas,
.left-leave-to.off-canvas {
  transform: translateX(0%);
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.page-loader {
  z-index: 9999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-loader .page-loader-content {
  text-align: center;
}
.page-loader .page-loader-logo {
  max-width: 100%;
  width: 300px;
  margin: 0 auto;
}
.page-loader .page-loader-logo img {
  width: 100%;
}
.page-loader .page-loader-text {
  color: #fff;
}
.page-loader-enter-active,
.page-loader-leave-active {
  transition: opacity 250ms ease-out;
}
.page-loader-enter-from,
.page-loader-leave-to {
  opacity: 0;
}
.notifications-wrapper {
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 1051;
}
.notifications-wrapper .notification {
  position: relative;
  min-width: 350px;
  max-width: 420px;
  color: white;
  padding: 25px 20px 25px 26px;
  border-radius: 0px 0px 0px 0px;
  margin-top: 15px;
  margin-left: auto;
  border: none;
  display: block;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.659);
}
.notifications-wrapper .notification .notification-icon {
  margin-top: auto;
  margin-right: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.notifications-wrapper .notification .notification-icon svg,
.notifications-wrapper .notification .notification-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.notifications-wrapper .notification .notification-text {
  position: relative;
  text-align: left;
  font-size: 15px;
  margin: 0;
  letter-spacing: 0.04rem;
  padding-left: 60px;
}
.notifications-wrapper .notification .notification-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 42px;
  top: 50%;
  width: 1px;
  height: 35px;
  transform: translateY(-50%);
}
.notifications-wrapper .notification .notification-text .title {
  font-size: 0.9375rem;
  font-weight: 500;
  text-transform: uppercase;
}
.notifications-wrapper .notification .notification-text .status {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.75;
}
.notifications-wrapper .notification .notification-text .descr {
  margin-top: 7px;
  font-size: 0.5625rem;
  font-weight: 400;
}
.notifications-wrapper .notification.success {
  background: #60fe06;
  color: #000;
}
.notifications-wrapper .notification.success .notification-text::before {
  background-color: #1b9000;
}
.notifications-wrapper .notification.warning {
  background: #f49a00;
  color: #000;
}
.notifications-wrapper .notification.error {
  background: #ff0000;
  color: #fff;
}
.notifications-wrapper .notification.error .notification-text::before {
  background-color: #fff;
}
.notifications-enter-active,
.notifications-leave-active {
  transition: opacity 250ms ease-in-out, transform 250ms ease-in-out;
}
.notifications-enter-from,
.notifications-leave-to {
  opacity: 0;
  transform: translateX(100%);
}
@media only screen and (min-width: 1200px) {
.notifications-wrapper {
    bottom: 80px;
}
.notifications-wrapper .notification {
    padding: 25px 50px 25px 24px;
}
}
.stripe-wrapper {
  transition: border-color 0.2s, box-shadow 0.2s;
  position: relative;
  border: 1px solid #000;
  height: 60px;
}
.stripe-wrapper.has-error {
  border-color: #ff0008 !important;
  box-shadow: 0 0 0 2px rgba(255, 0, 8, 0.18);
}
.stripe-wrapper .stripe-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding-left: 10px;
}
.stripe-wrapper .stripe-error {
  position: absolute;
  top: 0px;
  right: 5px;
  transform: translateY(-100%);
  padding: 5px 10px;
  z-index: 5;
}
.stripe-wrapper .stripe-error p {
  text-transform: uppercase;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
}
.circle-text-wrapper {
  position: relative;
  padding-top: 100%;
  height: 0;
  width: 100%;
  overflow: hidden;
}
.circle-text-wrapper .reference-text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
.circle-text-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collections-menu-wrapper {
  position: relative;
}
.collections-menu-wrapper .swiper-button-prev,
.collections-menu-wrapper .swiper-button-next {
  --swiper-navigation-sides-offset: 10px;
  color: #000;
}
.collections-menu-wrapper .swiper-button-prev i[class^=icon-]:before,
.collections-menu-wrapper .swiper-button-prev i[class*=" icon-"]:before,
.collections-menu-wrapper .swiper-button-next i[class^=icon-]:before,
.collections-menu-wrapper .swiper-button-next i[class*=" icon-"]:before {
  font-size: 1.2rem;
}
.collections-menu-wrapper .swiper-button-prev .swiper-navigation-icon,
.collections-menu-wrapper .swiper-button-next .swiper-navigation-icon {
  display: none;
}
@media only screen and (min-width: 768px) {
.collections-menu-wrapper .swiper-button-prev,
  .collections-menu-wrapper .swiper-button-next {
    display: none;
}
.collections-menu-wrapper .collections-menu-swiper {
    width: 100%;
}
.collections-menu-wrapper .collections-menu-swiper .swiper-wrapper {
    transform: none !important;
}
.collections-menu-wrapper .collections-menu-swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
}
}
.product-gallery-wrapper {
  position: relative;
}
.product-gallery-wrapper .swiper-button-prev,
.product-gallery-wrapper .swiper-button-next {
  --swiper-navigation-sides-offset: -21px;
  color: #000;
}
.product-gallery-wrapper .swiper-button-prev i[class^=icon-]:before,
.product-gallery-wrapper .swiper-button-prev i[class*=" icon-"]:before,
.product-gallery-wrapper .swiper-button-next i[class^=icon-]:before,
.product-gallery-wrapper .swiper-button-next i[class*=" icon-"]:before {
  font-size: calc(2.125rem + 10.5vw);
}
@media (min-width: 1200px) {
.product-gallery-wrapper .swiper-button-prev i[class^=icon-]:before,
  .product-gallery-wrapper .swiper-button-prev i[class*=" icon-"]:before,
  .product-gallery-wrapper .swiper-button-next i[class^=icon-]:before,
  .product-gallery-wrapper .swiper-button-next i[class*=" icon-"]:before {
    font-size: 10rem;
}
}
.product-gallery-wrapper .swiper-button-prev::after,
.product-gallery-wrapper .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width: 576px) {
.product-gallery-wrapper .swiper-button-prev,
  .product-gallery-wrapper .swiper-button-next {
    --swiper-navigation-sides-offset: -30px;
}
}
@media only screen and (min-width: 768px) {
.product-gallery-wrapper .product-gallery-swiper .swiper-wrapper {
    flex-flow: column;
}
.product-gallery-wrapper .product-gallery-swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 30px;
}
}
.voucher-form-wrapper {
  position: relative;
  display: flex;
}
.voucher-form-wrapper .input-wrapper {
  width: 100%;
  border: 1px solid #000;
}
.voucher-form-wrapper .input-wrapper input[type=text] {
  border-width: 0px;
  width: 100%;
  padding: 10px 12px;
  outline: none;
}
.voucher-form-wrapper .input-wrapper input[type=text]:disabled {
  opacity: 0.5;
}
.voucher-form-wrapper .input-wrapper .error-msg {
  position: absolute;
  top: 0;
  bottom: unset;
  right: 5px;
  transform: translateY(-50%);
  padding: 0 6px;
}
.voucher-form-wrapper .input-wrapper.has-error {
  border-color: #ff0008;
}
.voucher-form-wrapper button {
  height: 100%;
  margin-left: 14px;
}
.voucher-form-wrapper .response-wrapper {
  position: absolute;
  left: 0;
  top: 38px;
}
.voucher-form-wrapper .response-wrapper .response-msg {
  transform: translateX(0%);
}
.voucher-form-wrapper .response-wrapper .response-msg p {
  white-space: nowrap;
}
.btn-shipping-method {
  display: block;
  border: 1px solid #000;
  position: relative;
  padding: 20px 30px 20px 70px;
  min-height: 60px;
  width: 100%;
  margin-bottom: 20px;
}
.btn-shipping-method .btn-shipping-method-active {
  width: 25px;
  height: 25px;
  background-color: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: background-color 250ms ease-in-out;
}
.btn-shipping-method .btn-shipping-method-active svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.35);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.btn-shipping-method .btn-shipping-method-active svg path {
  fill: #000;
}
.btn-shipping-method .btn-shipping-method-price {
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
}
.btn-shipping-method .btn-shipping-method-price::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  background-color: #000;
  height: 34px;
}
.btn-shipping-method .btn-shipping-method-price p {
  font-size: 0.75rem;
  font-weight: 400;
}
.btn-shipping-method .btn-shipping-method-info {
  display: block;
  text-align: left;
}
.btn-shipping-method .btn-shipping-method-info .btn-shipping-method-info-title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
}
.btn-shipping-method .btn-shipping-method-info .btn-shipping-method-info-subtitle {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.btn-shipping-method.active .btn-shipping-method-active {
  background-color: #000;
}
.btn-shipping-method.active .btn-shipping-method-active svg {
  opacity: 1;
}
.btn-shipping-method.active .btn-shipping-method-active svg path {
  fill: #fff;
}
.summary-table .summary-table-row,
.summary-table .summary-table-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.summary-table .summary-table-row .summary-table-cell:nth-child(1),
.summary-table .summary-table-footer .summary-table-cell:nth-child(1) {
  margin-right: 15px;
}
.summary-table .summary-table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.summary-table .summary-table-row .summary-table-cell {
  font-size: 0.75rem;
  font-weight: 400;
}
.summary-table .summary-table-row .summary-table-cell:nth-child(1) {
  font-weight: 700;
}
.summary-table .summary-table-row .price-before-discount {
  text-decoration: line-through;
  color: #999;
  margin-right: 5px;
}
.summary-table .summary-table-row .discount-info-label {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  color: #666;
  margin-top: 0px;
  font-style: italic;
}
.summary-table .summary-table-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.summary-table .summary-table-footer .summary-table-cell {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 400;
}
.summary-table .summary-table-footer .summary-table-cell:nth-child(1) {
  font-family: temeraire, serif;
}
.btn-payment-method {
  display: block;
  border: 1px solid #000;
  position: relative;
  padding: 20px 30px 20px 70px;
  min-height: 60px;
  width: 100%;
  margin-bottom: 20px;
}
.btn-payment-method .btn-payment-method-active {
  width: 25px;
  height: 25px;
  background-color: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: background-color 250ms ease-in-out;
}
.btn-payment-method .btn-payment-method-active svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.35);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.btn-payment-method .btn-payment-method-active svg path {
  fill: #000;
}
.btn-payment-method .btn-payment-method-info {
  display: block;
  text-align: right;
}
.btn-payment-method .btn-payment-method-info .btn-payment-method-info-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
.btn-payment-method .btn-payment-method-info .btn-payment-method-info-subtitle {
  font-size: 0.65rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.btn-payment-method.active .btn-payment-method-active {
  background-color: #000;
}
.btn-payment-method.active .btn-payment-method-active svg {
  opacity: 1;
}
.btn-payment-method.active .btn-payment-method-active svg path {
  fill: #fff;
}
.response-wrapper.general-message {
  position: relative;
  max-width: 100%;
  padding-top: 20px;
  margin: 2px auto;
}
.response-wrapper.general-message .response-msg {
  position: relative !important;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 100%;
}
.input-pass-wrapper {
  position: relative;
}
.input-pass-wrapper input::-ms-reveal, .input-pass-wrapper input::-ms-clear {
  display: none;
}
.input-pass-wrapper button {
  padding: 0;
  position: absolute;
  top: 0%;
  right: 15px;
  transform: translateY(0%);
  font-size: 0;
  height: 100%;
  width: 32px;
}
.input-pass-wrapper button svg {
  width: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.input-pass-wrapper button svg.active {
  opacity: 1;
}

.alert[data-v-329e08c9] {
  position: relative;
  display: flex;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border-radius: .75rem;
  border: 1px solid transparent;
  margin: 1rem 0 1.25rem;
  font-size: .95rem;
  line-height: 1.35;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.alert__content[data-v-329e08c9] {
  flex: 1 1 auto;
}
.alert__close[data-v-329e08c9] {
  all: unset;
  cursor: pointer;
  padding: .25rem .5rem;
  border-radius: .5rem;
  line-height: 1;
  font-weight: 700;
}
.alert--error[data-v-329e08c9] {
  color: #7a1224;
  background: #fff5f6;
  border-color: #ffd7dc;
}
.alert--success[data-v-329e08c9] {
  color: #0f5132;
  background: #ecfdf3;
  border-color: #c6f6d5;
}


.alert[data-v-9a167ff2] {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border-radius: .75rem;
  border: 1px solid transparent;
  margin: 1rem 0 1.25rem;
  font-size: .95rem;
  line-height: 1.35;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.alert__content[data-v-9a167ff2] {
  flex: 1 1 auto;
}
.alert__close[data-v-9a167ff2] {
  all: unset;
  cursor: pointer;
  padding: .25rem .5rem;
  border-radius: .5rem;
  line-height: 1;
  font-weight: 700;
}
.alert--error[data-v-9a167ff2] {
  color: #7a1224;
  background: #fff5f6;
  border-color: #ffd7dc;
}
.alert--success[data-v-9a167ff2] {
  color: #0f5132;
  background: #ecfdf3;
  border-color: #c6f6d5;
}
.input-wrapper.label-float.has-error .error-msg[data-v-9a167ff2] {
  color: #a00;
  font-size: .85rem;
  margin-bottom: .25rem;
}


.orders-pager[data-v-95b86cda] {
  display: flex;
  gap: .5rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem
}
.btn-ghost[data-v-95b86cda] {
  cursor: pointer;
  padding: .4rem .6rem;
  border: 1px solid #e7e7e7;
  border-radius: .5rem;
  background: transparent
}
.muted[data-v-95b86cda] {
  color: #777
}
.alert[data-v-95b86cda] {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border-radius: .75rem;
  border: 1px solid transparent;
  margin: 1rem 0 1.25rem;
  font-size: .95rem;
  line-height: 1.35;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06)
}
.alert__content[data-v-95b86cda] {
  flex: 1 1 auto
}
.alert__close[data-v-95b86cda] {
  all: unset;
  cursor: pointer;
  padding: .25rem .5rem;
  border-radius: .5rem;
  line-height: 1;
  font-weight: 700
}
.alert--error[data-v-95b86cda] {
  color: #7a1224;
  background: #fff5f6;
  border-color: #ffd7dc
}
.alert--success[data-v-95b86cda] {
  color: #0f5132;
  background: #ecfdf3;
  border-color: #c6f6d5
}


.wishlist-row.not-available[data-v-019b421a] {
  opacity: 0.7;
}
.alert[data-v-019b421a] {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border-radius: .75rem;
  border: 1px solid transparent;
  margin: 1rem 0 1.25rem;
  font-size: .95rem;
  line-height: 1.35;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}
.alert__content[data-v-019b421a] {
  flex: 1 1 auto;
}
.alert__close[data-v-019b421a] {
  all: unset;
  cursor: pointer;
  padding: .25rem .5rem;
  border-radius: .5rem;
  line-height: 1;
  font-weight: 700;
}
.alert--error[data-v-019b421a] {
  color: #7a1224;
  background: #fff5f6;
  border-color: #ffd7dc;
}
.alert--success[data-v-019b421a] {
  color: #0f5132;
  background: #ecfdf3;
  border-color: #c6f6d5;
}

bg-image {
  display: block;
  position: relative;
}
.bg-image-component {
  position: relative;
}
.bg-image-component .bg-image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.bg-image-component .bg-image-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.bg-image-component .bg-image-wrapper .pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.bg-image-component .bg-image-wrapper .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
.bg-image-component .bg-image-wrapper .bg-image.bg-image-low {
  opacity: 1;
  transition: opacity 500ms 500ms ease-out;
}
.bg-image-component .bg-image-wrapper .bg-image.bg-image-high {
  opacity: 0;
  transition: opacity 500ms ease-out;
}
.bg-image-component .bg-image-wrapper.blur.show-placeholder .bg-image.bg-image-low {
  filter: blur(20px);
  transition: opacity 500ms 500ms ease-out, filter 1000ms ease-out;
}
.bg-image-component .bg-image-wrapper.blur.show-placeholder .bg-image.bg-image-high {
  filter: blur(20px);
  transition: opacity 500ms ease-out, filter 1000ms ease-out;
}
.bg-image-component .bg-image-wrapper.zoom-in .bg-image.bg-image-low, .bg-image-component .bg-image-wrapper.zoom-in .bg-image.bg-image-high {
  transform: scale(1);
  transition: opacity 500ms ease-out, filter 1000ms ease-out, transform 7000ms ease-out;
}
.bg-image-component .bg-image-wrapper.height.show-placeholder .bg-image {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.bg-image-component .bg-image-wrapper.height.show-placeholder .bg-image.bg-image-low, .bg-image-component .bg-image-wrapper.height.show-placeholder .bg-image.bg-image-high {
  transition: opacity 500ms ease-out, filter 1000ms ease-out, clip-path 1000ms ease-out;
}
.bg-image-component .bg-image-wrapper.loaded .bg-image.bg-image-low {
  opacity: 0;
}
.bg-image-component .bg-image-wrapper.loaded .bg-image.bg-image-high {
  opacity: 1;
}
.bg-image-component .bg-image-wrapper.loaded.blur .bg-image.bg-image-high {
  filter: blur(0px);
}
.bg-image-component .bg-image-wrapper.loaded.blur.show-placeholder .bg-image.bg-image-low {
  filter: blur(0px);
}
.bg-image-component .bg-image-wrapper.loaded.zoom-in .bg-image.bg-image-low, .bg-image-component .bg-image-wrapper.loaded.zoom-in .bg-image.bg-image-high {
  transform: scale(1.05);
}
.bg-image-component .bg-image-wrapper.loaded.animation-active.height .bg-image {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.bg-image-component.bg-contain .bg-image-wrapper .bg-image {
  background-size: contain;
}
.bg-image-component.bg-opacity-30 .bg-image-wrapper {
  opacity: 0.3;
}
.bg-image-component.bg-left .bg-image-wrapper .bg-image {
  background-position: 0% 0%;
}
.bg-image-component.bg-right .bg-image-wrapper .bg-image {
  background-position: 100% 50%;
}
.bg-image-component.bg-top .bg-image-wrapper .bg-image {
  background-position: 50% 0%;
}
.bg-image-component.bg-bottom .bg-image-wrapper .bg-image {
  background-position: 50% 100%;
}
.bg-image-component.bg-top-right .bg-image-wrapper .bg-image {
  background-position: 100% 0%;
}
.bg-image-component.bg-bottom-right .bg-image-wrapper .bg-image {
  background-position: 100% 100%;
}
.bg-image-component.bg-top-70 .bg-image-wrapper .bg-image {
  background-position: 50% 0%;
}
.bg-image-component.bg-bottom-70 .bg-image-wrapper .bg-image {
  background-position: 50% 70%;
}
.bg-image-component.bg-bottom-90 .bg-image-wrapper .bg-image {
  background-position: 50% 90%;
}
.bg-image-component.bg-bottom-left .bg-image-wrapper .bg-image {
  background-position: 0% 100%;
}
.bg-image-component.x-n30 .bg-image-wrapper .bg-image {
  transform: translateX(30%);
}
.bg-image-component.bg-fixed .bg-image-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
}
.bg-image-component.bg-parallax .bg-image-wrapper .bg-image {
  background-attachment: fixed;
}
@media only screen and (min-width: 576px) {
.bg-image-component.bg-opacity-sm-100 .bg-image-wrapper {
    opacity: 1;
}
.bg-image-component.bg-sm-left .bg-image-wrapper .bg-image {
    background-position: 0% 0%;
}
.bg-image-component.x-sm-n30 .bg-image-wrapper .bg-image {
    transform: translateX(30%);
}
}
@media only screen and (min-width: 992px) {
.bg-image-component .bg-image-wrapper.bg-lg-left-30 .bg-image {
    background-position: 30% 100%;
}
.bg-image-component .bg-image-wrapper.bg-lg-30-100 .bg-image {
    background-position: 30% 100%;
}
.bg-image-component.bg-opacity-lg-100 .bg-image-wrapper {
    opacity: 1;
}
}
@media only screen and (min-width: 1200px) {
.bg-image-component .bg-image-wrapper.bg-xl-left-10 .bg-image {
    background-position: 0% 0%;
}
.bg-image-component .bg-image-wrapper.bg-xl-10-50 .bg-image {
    background-position: 50% 10%;
}
}
@media only screen and (min-width: 1367px) {
.bg-image-component .bg-image-wrapper.bg-xxl-50-50 .bg-image {
    background-position: 50% 50%;
}
}
bg-video {
  display: block;
  position: relative;
}
.bg-video {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.bg-video .video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-video .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.bg-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-video .video-full-btn {
  position: absolute;
  bottom: 25%;
  right: 10%;
  color: #fff;
  opacity: 0.5;
}
.bg-video .video-full-btn:hover {
  opacity: 1;
}
.bg-video .overlay-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-video .overlay-pattern {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  opacity: 0.6;
}
.bg-video .fade-enter-active,
.bg-video .fade-leave-active {
  transition: opacity 1s;
}
.bg-video .fade-enter,
.bg-video .fade-leave-to {
  opacity: 0;
}
.bg-video.pos-top .video {
  top: 0%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
.bg-video .video-full-btn {
    bottom: 5%;
}
}

/*# sourceMappingURL=vue.css.map*/