/*
Theme Name: Mirra Jewellery
Theme URI: https://mirra-jew.example/
Author: Mirra Jewellery
Description: Custom WooCommerce theme for the Mirra Jewellery store.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: mirra-jewellery
*/

@font-face {
  font-family: "Mulish";
  src: url("dist/assets/fonts/Mulish-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("dist/assets/fonts/Mulish-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("dist/assets/fonts/Mulish-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Mulish";
  src: url("dist/assets/fonts/Mulish-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "e-Ukraine";
  src: url("dist/assets/fonts/e-Ukraine-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
.burger {
  border: none;
  background: transparent;
  padding: 0;
}

.mobile_menu_backdrop {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header_action_link {
  position: relative;
  display: inline-flex;
}

.header_action_count {
  position: absolute;
  top: -8px;
  right: -9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  color: #1a181b;
  background: #d8b77a;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.site_content_placeholder {
  min-height: 55vh;
  padding: 80px 15px;
}

.site_content_placeholder .container {
  max-width: 900px;
}

.site_content_placeholder h1 {
  margin-bottom: 24px;
}

.site_content_placeholder .entry-content {
  font-size: 18px;
  line-height: 1.6;
}

.custom-logo {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 42px;
}

.footer button.action {
  width: fit-content;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.sales_card__actions button.like,
.product_card__actions button.like {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.mirra_empty_products {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 40px;
  color: #303030;
  border: 1px dashed #8f8e8e;
  font-size: 18px;
  text-align: center;
}

.catalog_no_results {
  padding: 70px 20px;
  color: #7f7e7e;
  font-size: 20px;
  text-align: center;
}

.catalog_pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}

.catalog_pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #303030;
  background: transparent;
  border: 1px solid #303030;
  border-radius: 8px;
  cursor: pointer;
}

.catalog_pagination button.is-active {
  color: #f5f5f5;
  background: #303030;
}

[data-catalog-results] {
  transition: opacity 0.2s ease;
}

.catalog_is_loading [data-catalog-results] {
  opacity: 0.38;
  pointer-events: none;
}

.catalog__filter .filter__collapse,
.catalog__filter .filter__collapse[data-aos],
.catalog__filter .filter__collapse.aos-init {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}

@media (max-width: 991px) {
  .header_action_count {
    color: #fff;
    background: #525834;
  }
}
.product_card .product_card__image {
  aspect-ratio: 243 / 313;
}

.product_card {
  min-width: 0;
  transition: background-color 0.3s ease;
}

.sales_card,
.wishlist_item {
  transition: background-color 0.3s ease;
}

.sales_hits .sales_mini_column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.sales_hits .sales_mini_column .sales_text_box {
  margin-bottom: auto;
}

.sales_hits .sales_mini_row {
  align-items: end;
  margin-top: auto;
}

.sales_hits .sales_mini_row > div {
  align-self: end;
}

.product_card__image {
  display: block;
  width: 100%;
  background: #ecebed;
}

.product_card__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.product_card_category a {
  color: inherit;
}

.product_card__actions .secondary_btn {
  flex: 1 1 auto;
}

.product_cards_grid > .product_card {
  width: 100%;
  max-width: none;
}

.mirra_variation_select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.product_attribute_value {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 8px 12px;
  background: #f0eeeb;
  border-radius: 6px;
}

.product_quantity_control .quantity {
  display: contents;
}

.cart_item .product_quantity_control {
  display: grid;
  grid-template-columns: 40px 54px 40px;
  align-items: center;
  overflow: hidden;
}

.cart_item .product_quantity_control .quantity {
  display: block;
  width: 54px;
  height: 38px;
  margin: 0;
}

.cart_item .product_quantity_control input.qty {
  display: block !important;
  position: static !important;
  visibility: visible !important;
  width: 54px !important;
  height: 38px !important;
  min-width: 54px;
  max-width: 54px;
  margin: 0;
  padding: 0 4px;
  color: #303030 !important;
  background: transparent !important;
  border: 0 !important;
  border-right: 1px solid #d2d2d2 !important;
  border-left: 1px solid #d2d2d2 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  font: inherit;
  font-weight: 600;
  font-size: 16px !important;
  line-height: 38px;
  text-align: center;
  text-indent: 0 !important;
  -webkit-appearance: textfield;
  appearance: textfield;
  clip: auto !important;
}

.cart_item .product_quantity_control input.qty::-webkit-inner-spin-button,
.cart_item .product_quantity_control input.qty::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.cart_item .product_quantity_control button {
  width: 40px;
  height: 38px;
}

.cart_item.is-updating {
  opacity: 0.65;
  pointer-events: none;
}

.product_gallery_zoom {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  overflow: hidden;
}

.product_gallery_zoom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: var(--mirra-zoom-x, 50%) var(--mirra-zoom-y, 50%);
  transition: transform 0.25s ease;
  will-change: transform;
}

.product_gallery_video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #111;
  border-radius: 10px;
}

.product_gallery_zoom::after {
  content: "\f00e";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #303030;
  background: rgba(245, 245, 245, 0.86);
  border: 1px solid rgba(48, 48, 48, 0.18);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  font-family: "Font Awesome 7 Free";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
  pointer-events: none;
}

.product_gallery_zoom:hover::after,
.product_gallery_zoom:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.product_gallery_zoom.is-zooming img {
  transform: scale(1.85);
}

.product_gallery_zoom.is-zooming::after {
  background: #d8b77a;
  opacity: 1;
  transform: translateY(0);
}

.product_page .product_gallery_thumbs {
  margin-top: 24px !important;
}

.product_page .product_gallery_thumbs[hidden] {
  display: none !important;
}

.product_page .product_gallery_thumbs .swiper-wrapper {
  align-items: stretch !important;
}

.product_page .product_gallery_thumb {
  height: auto !important;
  aspect-ratio: 230 / 251 !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    opacity 0.2s ease;
}

.product_page .product_gallery_thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}

.product_page .product_gallery_thumb.swiper-slide-thumb-active {
  border-color: #303030 !important;
}

.product_page .product_gallery_thumb:not(.swiper-slide-thumb-active) {
  opacity: 0.72 !important;
}

.product_page .product_gallery_thumb:hover {
  opacity: 1 !important;
}

.product_gallery_thumb_dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.product_gallery_thumb_dots[hidden] {
  display: none;
}

.product_gallery_thumb_dot {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  background: #d9d9d9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition:
    width 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.product_gallery_thumb_dot.is-active {
  width: 28px;
  background: #303030;
  border-radius: 999px;
}

.product_gallery_thumb_dot:hover,
.product_gallery_thumb_dot:focus-visible {
  background: #d8b77a;
  outline: 0;
  transform: scale(1.08);
}

.product_gallery_modal[hidden] {
  display: none;
}

.product_gallery_modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.88);
}

.product_gallery_modal img {
  max-width: min(1100px, 92vw);
  max-height: 90vh;
  object-fit: contain;
}

.product_gallery_modal_close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 46px;
  height: 46px;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 30px;
}

.product_video_thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  color: #fff;
  background: #303030;
  overflow: hidden;
}

.product_video_thumb video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition:
    opacity 0.2s ease,
    transform 0.35s ease;
}

.product_video_thumb i {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #303030;
  background: rgba(245, 245, 245, 0.88);
  border-radius: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
  transition:
    opacity 0.2s ease,
    background 0.2s ease;
}

.product_video_thumb:hover video {
  opacity: 1;
  transform: scale(1.04);
}

.product_video_thumb:hover i {
  background: #d8b77a;
  opacity: 0.92;
}

.product_info .single_variation_wrap .woocommerce-variation-price,
.product_info .single_variation_wrap .woocommerce-variation-description,
.product_info .single_variation_wrap .woocommerce-variation-availability {
  display: none;
}

.product_info .woocommerce-variation-add-to-cart-disabled .product_add_to_cart {
  opacity: 0.45;
  pointer-events: none;
}

body.mirra_modal_open {
  overflow: hidden;
}

.mirra_modal[hidden],
.mirra_toast[hidden] {
  display: none;
}

.mirra_modal {
  position: fixed;
  inset: 0;
  z-index: 100100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(19, 18, 20, 0.72);
}

.mirra_modal_dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: calc(100vh - 40px);
  padding: 38px;
  background: #f5f5f5;
  border-radius: 12px;
  overflow-y: auto;
}

.mirra_modal_close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #303030;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 22px;
}

.mirra_modal_form h2,
.mirra_modal_dialog > h2,
.contacts_form_wrap > h2 {
  margin: 0 0 28px;
  color: #303030;
  font-size: 28px;
  text-transform: none;
}

.mirra_modal_form label {
  display: block;
  margin-bottom: 20px;
}

.mirra_modal_form label > span {
  display: block;
  margin-bottom: 8px;
  color: #303030;
  font-size: 16px;
  line-height: 1.25;
}

.mirra_modal_form input,
.mirra_modal_form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  color: #303030;
  background: #fff;
  border: 1px solid #8f8e8e;
  border-radius: 10px;
  font: inherit;
  font-size: 16px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.mirra_modal_form textarea {
  min-height: 138px;
  resize: vertical;
}

.mirra_modal_form input:focus,
.mirra_modal_form textarea:focus {
  border-color: #8f765f;
  box-shadow: 0 0 0 3px rgba(216, 183, 122, 0.22);
}

.mirra_modal_submit,
.mirra_modal_cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 7px;
  cursor: pointer;
  font: inherit;
}

.mirra_modal_submit {
  color: #f5f5f5;
  background: #303030;
  border: 1px solid #303030;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.mirra_modal_submit:hover,
.mirra_modal_submit:focus {
  color: #111;
  background: #d8b77a;
  border-color: #d8b77a;
}

.mirra_modal_cancel {
  color: #303030;
  background: transparent;
  border: 1px solid #303030;
  width: 100%;
}

.mirra_modal_actions {
  display: flex;
  gap: 12px;
}

.mirra_modal_links {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 20px;
}

.mirra_modal_links button,
.mirra_modal_back {
  padding: 0;
  color: #303030;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font: inherit;
}

.mirra_modal_back {
  display: block;
  margin-top: 20px;
}

.mirra_password_hint {
  margin: -5px 0 18px;
  color: #777;
  font-size: 12px;
  line-height: 1.4;
}

.mirra_form_status {
  min-height: 20px;
  margin-top: 16px;
  color: #24724a;
  font-size: 14px;
}

.mirra_form_status.is-error {
  color: #b42318;
}

.wpcf7 {
  width: 100%;
}

.wpcf7 form.mirra_modal_form {
  margin: 0;
}

.wpcf7 form.mirra_modal_form > label {
  display: block;
}

.wpcf7 form p {
  margin: 0;
}

.wpcf7 form p:empty {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 input.wpcf7-form-control,
.wpcf7 textarea.wpcf7-form-control {
  box-sizing: border-box;
}

.wpcf7 input[type="hidden"].wpcf7-form-control {
  display: none;
}

.wpcf7 .mirra_modal_actions {
  margin-top: 26px;
  width: 100%;
}

.wpcf7 input.main_btn,
.wpcf7 input.mirra_modal_submit {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 54px;
  min-height: 54px;
  padding: 0 24px;
  color: #f5f5f5;
  background: #303030;
  border: 1px solid #303030;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  transition: all 0.5s ease;
}

.wpcf7 input.main_btn:hover,
.wpcf7 input.main_btn:focus,
.wpcf7 input.mirra_modal_submit:hover,
.wpcf7 input.mirra_modal_submit:focus {
  color: #111;
  background: #d8b77a;
  border-color: #d8b77a;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #b42318;
  font-size: 13px;
  line-height: 1.35;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  background-color: #8f765f;
  vertical-align: middle;
}

.wpcf7 form.submitting .mirra_modal_submit {
  opacity: 0.75;
  cursor: wait;
}

.mirra_toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100200;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: min(420px, calc(100vw - 32px));
  min-height: 68px;
  padding: 14px 16px;
  color: #f5f5f5;
  background: #303030;
  border: 1px solid rgba(216, 183, 122, 0.34);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.mirra_toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mirra_toast_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #303030;
  background: #d8b77a;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
}

.mirra_toast_text {
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.mirra_toast_action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  color: #303030;
  background: #f5f5f5;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.mirra_toast.is-error {
  background: #8b1e1e;
  border-color: rgba(255, 255, 255, 0.24);
}

.mirra_toast.is-error .mirra_toast_icon {
  color: #8b1e1e;
  background: #fff;
}

.like_active {
  color: #d8b77a !important;
}

.cart_update_button {
  display: none;
}

.cart_item .variation,
.checkout_item .variation {
  margin: 8px 0;
  color: #777;
  font-size: 12px;
}

.cart_item .variation dt,
.cart_item .variation dd,
.checkout_item .variation dt,
.checkout_item .variation dd {
  display: inline;
  margin: 0;
}

.cart_item .variation dd::after,
.checkout_item .variation dd::after {
  content: "";
  display: block;
}

.checkout_fields .form-row {
  margin: 0;
}

.checkout_fields .form-row label {
  display: block;
  margin-bottom: 7px;
}

.checkout_fields .input-text,
.checkout_fields select {
  width: 100%;
}

.checkout_password_field {
  position: relative;
  display: block;
  width: 100%;
}

.checkout_password_field input.input-text {
  padding-right: 56px !important;
}

.checkout_password_toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  color: #303030;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.checkout_password_toggle:hover,
.checkout_password_toggle:focus-visible {
  color: #8f765f;
  background: rgba(216, 183, 122, 0.18);
  outline: none;
}

.checkout_password_field input::-ms-reveal,
.checkout_password_field input::-ms-clear {
  display: none;
}
.show-password-input {
  display: none;
}

.checkout_fields select {
  height: 41px;
  padding: 0 12px;
  color: #303030;
  background: transparent;
  border: 1px solid #777;
  border-radius: 7px;
  font: inherit;
}

[data-delivery-fields][hidden] {
  display: none !important;
}

.mirra_autocomplete {
  position: relative;
}

.mirra_autocomplete_menu {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  left: 0;
  z-index: 100;
  max-height: 250px;
  padding: 5px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #777;
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(26, 24, 27, 0.16);
}

.mirra_autocomplete_menu[hidden] {
  display: none;
}

.mirra_autocomplete_option {
  display: block;
  width: 100%;
  padding: 10px 12px;
  color: #303030;
  background: transparent;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font: inherit;
  line-height: 1.35;
  text-align: left;
}

.mirra_autocomplete_option:hover,
.mirra_autocomplete_option.is-active {
  background: #f1e2c5;
}

.mirra_autocomplete_empty {
  padding: 11px 12px;
  color: #777;
  font-size: 13px;
  line-height: 1.35;
}

.checkout_account_fields {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}

.checkout_delivery_choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checkout_choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkout_choice input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.checkout_delivery_note {
  padding: 18px;
  color: #303030;
  background: #f0eeeb;
  border-radius: 7px;
  line-height: 1.5;
}

.checkout_payment {
  display: grid;
  gap: 12px;
}

.checkout_payment .payment_box {
  display: block;
  margin-top: 8px;
  color: #777;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.checkout_summary .blockUI.blockOverlay {
  background: #f5f5f5 !important;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
  position: fixed;
  right: 18px;
  bottom: calc(18px + var(--mirra-notice-index, 0) * 76px);
  z-index: 100400;
  width: min(390px, calc(100vw - 36px));
  max-width: none;
  min-height: 52px;
  margin: 0;
  padding: 14px 48px 14px 17px;
  list-style: none;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  line-height: 1.45;
  animation: mirra-notice-in 0.25s ease-out both;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.woocommerce-error {
  color: #821b1b;
  background: #fff0f0;
  border-color: #f2caca;
}

.woocommerce-info {
  color: #3f536e;
  background: #f0f5fb;
  border-color: #cedbea;
}

.woocommerce-message {
  color: #245b3a;
  background: #e9f6ee;
  border-color: #c7e5d2;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.woocommerce_notice_close {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  opacity: 0.7;
}

.woocommerce_notice_close:hover {
  background: rgba(0, 0, 0, 0.06);
  opacity: 1;
}

.woocommerce-message.is-hiding,
.woocommerce-error.is-hiding,
.woocommerce-info.is-hiding {
  opacity: 0;
  transform: translateY(12px);
}

@keyframes mirra-notice-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .woocommerce-error,
  .woocommerce-message,
  .woocommerce-info {
    right: 12px;
    bottom: calc(12px + var(--mirra-notice-index, 0) * 72px);
    width: calc(100vw - 24px);
  }
}

@media (max-width: 600px) {
  .checkout_delivery_choices {
    grid-template-columns: 1fr;
  }
}
.catalog {
  padding-bottom: 100px;
}
.product_card .product_card__image img {
  object-fit: cover;
}
.product_card_category a {
  color: #111;
}
.product_add_to_cart {
  background-color: #303030 !important;
  border-radius: 7px !important;
}
.woocommerce div.product form.cart.variations_form {
  margin-bottom: 0;
}

.account_page .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.account_guest_page {
  min-height: calc(100vh - 66px);
  padding: 44px 0 90px;
}

.account_guest_layout {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(300px, 1fr);
  gap: 80px;
  align-items: stretch;
  max-width: 1180px;
  margin: 60px auto 0;
}

.account_login_card,
.account_login_benefits {
  padding: 48px;
  border-radius: 14px;
}

.account_login_card {
  background: #fff;
  border: 1px solid #dedbd6;
  box-shadow: 0 20px 50px rgba(26, 24, 27, 0.07);
}

.account_login_heading > span {
  display: block;
  margin-bottom: 10px;
  color: #8f765f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account_login_heading h1 {
  margin: 0 0 14px;
  color: #303030;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  text-transform: uppercase;
}

.account_login_heading p {
  max-width: 480px;
  margin: 0;
  color: #777;
  font-size: 15px;
  line-height: 1.55;
}

.account_login_form {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.account_login_field {
  display: grid;
  gap: 8px;
  color: #303030;
  font-size: 14px;
}

.account_login_field input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #777;
  border-radius: 7px;
  outline: none;
  font: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.account_login_field input:focus {
  border-color: #d8b77a;
  box-shadow: 0 0 0 3px rgba(216, 183, 122, 0.2);
}

.account_login_options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
}

.account_login_options a,
.account_login_register button {
  color: #303030;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font: inherit;
}

.account_login_remember {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}

.account_login_remember input {
  width: 17px;
  height: 17px;
  accent-color: #d8b77a;
}

.account_login_submit {
  width: 100%;
  min-height: 52px;
  color: #fff;
  background: #303030;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-size: 17px;
  transition:
    color 0.25s ease,
    background 0.25s ease;
}

.account_login_submit:hover,
.account_login_submit:focus {
  color: #111;
  background: #d8b77a;
}

.account_login_register {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  color: #777;
  font-size: 14px;
}

.account_login_benefits {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 470px;
  color: #f5f5f5;
  background: #1a181b;
}

.account_login_benefits p {
  max-width: 430px;
  margin: 0 0 28px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.16;
}

.account_login_benefits ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.account_login_benefits li {
  position: relative;
  padding-left: 26px;
  color: #d8d8d8;
  font-size: 15px;
}

.account_login_benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d8b77a;
}

@media (max-width: 900px) {
  .account_guest_layout {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 38px;
  }

  .account_login_benefits {
    min-height: 300px;
  }
}

@media (max-width: 600px) {
  .account_guest_page {
    padding: 28px 0 60px;
  }

  .account_login_card,
  .account_login_benefits {
    padding: 28px 20px;
    border-radius: 10px;
  }

  .account_login_options,
  .account_login_register {
    align-items: flex-start;
    flex-direction: column;
  }
}

.account_navigation li.is-active .account_link {
  color: #8f765f;
  font-weight: 600;
}

.account_security_form {
  margin-top: 24px;
}

.account_profile_form input,
.account_security_form input {
  font: inherit;
}

.account_pagination {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.order_product .wc-item-meta {
  margin: 4px 0 0;
  padding: 0;
  color: #9293a4;
  font-size: 12px;
  list-style: none;
}

.order_product .wc-item-meta li,
.order_product .wc-item-meta p {
  display: inline;
  margin: 0;
}

.order_product .wc-item-meta li::after {
  content: " · ";
}

.order_product .wc-item-meta li:last-child::after {
  content: "";
}

.checkout_fields .form-row {
  width: 100%;
}

.checkout_delivery_choices {
  display: block;
}

.checkout_payment {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.contacts_grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 80px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 54px;
}

.contacts_content {
  max-width: none;
  margin: 0;
  padding-top: 0;
}

.contacts_links {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contacts_links a {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: #303030;
  font-size: 18px;
  transition: color 0.2s ease;
}

.contacts_links a:hover,
.contacts_links a:focus {
  color: #8f765f;
}

.contacts_links i {
  width: 24px;
  font-size: 22px;
  text-align: center;
}

.contacts_form {
  width: 100%;
  padding: 34px;
  background: #fff;
  border: 1px solid #e4e2df;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(45, 44, 49, 0.06);
}

.contacts_form .mirra_modal_submit {
  width: 100%;
}

.contacts_form_wrap {
  width: 100%;
  padding: 34px;
  background: #fff;
  border: 1px solid #e4e2df;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(45, 44, 49, 0.06);
}

.contacts_form_wrap .contacts_form {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.mirra_modal_dialog .wpcf7 + .mirra_modal_cancel {
  margin-top: 12px;
}

.text_page_content > :last-child {
  margin-bottom: 0;
}

.text_page_content a {
  color: #8f765f;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .contacts_grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 36px;
  }
}

@media (max-width: 600px) {
  .contacts_form {
    padding: 24px 18px;
  }

  .contacts_form_wrap {
    padding: 24px 18px;
  }

  .contacts_form_wrap .contacts_form {
    padding: 0;
  }
}

.mirra_search[hidden] {
  display: none;
}

.mirra_search {
  position: fixed;
  inset: 0;
  z-index: 100300;
  padding: 80px 20px 20px;
  background: rgba(26, 24, 27, 0.72);
  overflow-y: auto;
}

.mirra_search_dialog {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 30px;
  background: #faf9f7;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.mirra_search_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.mirra_search_header h2 {
  margin: 0;
  font-size: 28px;
  text-transform: none;
}

.mirra_search_close {
  width: 40px;
  height: 40px;
  padding: 0;
  color: #303030;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 22px;
}

.mirra_search_field {
  position: relative;
}

.mirra_search_field > i {
  position: absolute;
  top: 50%;
  left: 17px;
  color: #777;
  transform: translateY(-50%);
}

.mirra_search_field input[type="search"] {
  width: 100%;
  height: 54px;
  padding: 0 52px 0 48px;
  color: #303030;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
  font: inherit;
  font-size: 17px;
}

.mirra_search_spinner {
  position: absolute;
  top: 50%;
  right: 17px;
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid #d7d2ca;
  border-top-color: #303030;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: mirra-spin 0.7s linear infinite;
}

.mirra_search_form.is-loading .mirra_search_spinner {
  display: block;
}

@keyframes mirra-spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

.mirra_search_hint {
  margin: 9px 0 0;
  color: #85858f;
  font-size: 12px;
}

.mirra_search_results {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.search_result_item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  padding: 12px;
  color: #303030;
  background: #fff;
  border: 1px solid #e4e2df;
  border-radius: 10px;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.search_result_item:hover,
.search_result_item:focus {
  color: #303030;
  border-color: #8f765f;
  transform: translateY(-2px);
}

.search_result_image img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 7px;
}

.search_result_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.search_result_content strong {
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search_result_content small {
  margin-top: 5px;
  color: #85858f;
  font-size: 12px;
}

.search_result_content b {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
}

.mirra_search_empty {
  padding: 45px 20px 20px;
  text-align: center;
}

.mirra_search_empty i {
  margin-bottom: 14px;
  font-size: 32px;
}

.mirra_search_empty a {
  display: inline-block;
  margin-top: 14px;
  color: #303030;
  text-decoration: underline;
}

body.mirra_search_open {
  overflow: hidden;
}

.search_page {
  min-height: calc(100dvh - 66px);
  padding-top: 54px;
}

.search_page_heading h1 {
  margin-bottom: 36px;
  color: #303030;
  font-size: 36px;
}

.search_page_empty {
  padding: 70px 20px;
}

.search_archive_heading h1 {
  margin: 10px 0 34px;
  color: #303030;
  font-size: 36px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .mirra_search {
    padding: 0;
    background: #faf9f7;
  }

  .mirra_search_dialog {
    min-height: 100dvh;
    padding: 22px 15px;
    border-radius: 0;
    box-shadow: none;
  }

  .mirra_search_header h2 {
    font-size: 23px;
  }

  .search_result_item {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .search_result_image img {
    width: 74px;
    height: 74px;
  }

  .search_page_heading h1 {
    font-size: 25px;
  }

  .search_archive_heading h1 {
    font-size: 25px;
  }

  .mirra_toast {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .mirra_toast_icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .mirra_toast_action {
    grid-column: 2;
    width: fit-content;
    min-height: 32px;
    padding: 0 12px;
  }
}
.collections_image {
  margin-top: -189px !important;
}
.cart_empty a {
  color: white !important;
}
.product_card .secondary_btn:hover,
.product_card .secondary_btn:focus,
.sales_card .secondary_btn:hover,
.sales_card .secondary_btn:focus {
  background-color: #d8b77a !important;
  color: #111 !important;
}

.mirra_catalog_add_to_cart.is-loading {
  opacity: 0.65;
  pointer-events: none;
}
.checkout_fields {
  margin-bottom: 20px;
}

body p.wp-block-paragraph,
body .wp-block-list li {
  font-size: 20px;
}
body .privacy_page .text_page_content p,
body .privacy_page .text_page_content li {
  font-size: 20px;
}
.wpcf7-spinner {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.wishlist_item_image {
  display: block;
  width: 100%;
  aspect-ratio: 151 / 151;
  overflow: hidden;
  background: #ecebed;
}

.wishlist_item_image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}
.hidden.lg\:block.lg\:col-span-6 .sales_card__image img {
  aspect-ratio: 247 / 264 !important;
  object-fit: cover !important;
}

@media (max-width: 768px) {
  .catalog__items__tab_content .grid.grid-cols-12.gap-10 {
    display: flex !important;
    flex-direction: column !important;
  }

  .catalog,
  .catalog .container,
  .catalog__items,
  .catalog__items__tab_content,
  .catalog [data-catalog-grid],
  .catalog .product_card_column,
  .catalog .product_card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .catalog [data-catalog-grid] {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .catalog .product_card {
    overflow: hidden;
  }

  .catalog .product_card__image,
  .catalog .product_card__image img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 768px) {
  .sales_hits .sales_mini_column {
    display: none;
  }
  .woocommerce-Price-amount {
    white-space: nowrap;
  }
  .sales_hits .sales_mini_column .sales_text_box {
    padding-top: 0;
  }
  body .product_card__content .woocommerce-Price-amount {
    font-size: 20px;
    width: 100%;
    display: flex;
  }
  body .product_card__content .woocommerce-Price-currencySymbol {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .mobile_menu_backdrop {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: block;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease;
  }

  body.mobile_menu_open .mobile_menu_backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.mobile_menu_open .main_menu__box {
    z-index: 100;
  }
}

@media (max-width: 768px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: clip !important;
  }

  body {
    position: relative;
  }

  html[style*="margin-top"] {
    margin-top: 46px !important;
  }

  #wpadminbar {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  #wpadminbar .quicklinks,
  #wpadminbar .ab-top-menu,
  #wpadminbar .ab-top-secondary {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .header,
  main,
  section,
  footer,
  .container {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .header,
  .product_page,
  .product_page > .container {
    width: 100% !important;
  }

  .breadcrumbs,
  .woocommerce-breadcrumb {
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }

  .product_page .breadcrumbs {
    display: flex !important;
    flex-wrap: nowrap !important;
    min-width: 0 !important;
  }

  .product_page .breadcrumbs li {
    flex: 0 0 auto !important;
    min-width: 0 !important;
  }

  .product_page .breadcrumbs li:last-child {
    flex: 1 1 auto !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .product_page,
  .product_page .container,
  .product_page_grid,
  .product_gallery,
  .product_info,
  .product_options,
  .product_option,
  .product_option_content,
  .product_gallery_main,
  .product_gallery_thumbs,
  .product_gallery_main .swiper-wrapper,
  .product_gallery_thumbs .swiper-wrapper,
  .product_gallery_main .swiper-slide,
  .product_gallery_thumbs .swiper-slide {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .product_page {
    overflow-x: hidden !important;
  }

  .product_page .container,
  .product_page_grid,
  .product_gallery,
  .product_info {
    width: 100% !important;
  }

  .product_page_grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .product_gallery_main,
  .product_gallery_thumbs {
    width: 100% !important;
    overflow: hidden !important;
  }

  .product_gallery_main .swiper-wrapper,
  .product_gallery_main .swiper-slide {
    width: 100% !important;
  }

  .product_gallery_main img,
  .product_gallery_zoom,
  .product_gallery_zoom img,
  .product_gallery_video {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.cart_content {
  max-width: 100% !important;
}
