/* Base asset file kept intentionally light.
   Most output stays shortcode-scoped so instances can vary without global conflicts. */

@font-face {
  font-family: "ATW Coastal";
  src: url("https://anchortheworld.net/wp-content/uploads/2025/04/AnchortheWorld-Coastal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Larosa Light";
  src: url("https://anchortheworld.net/wp-content/uploads/2025/04/LarosaLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --mcom-title-font: "ATW Coastal", Georgia, serif;
  --mcom-body-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mcom-label-font: "Larosa Light", Georgia, serif;
  --mcom-brand-ink: #323A52;
  --mcom-body-ink: #5F6573;
}

body.single-product .single_add_to_cart_button.mcom-sale-price-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  white-space: normal !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.single-product .single_add_to_cart_button.mcom-sale-price-button .btn-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  line-height: 1 !important;
}

body.single-product .mcom-sale-price-button__label,
body.single-product .mcom-sale-price-button__price {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: inherit !important;
  line-height: 1 !important;
}

body.single-product .mcom-sale-price-button__label {
  flex: 0 0 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  opacity: .92 !important;
  letter-spacing: .08em !important;
}

body.single-product .mcom-sale-price-button__price del,
body.single-product .mcom-sale-price-button__price del * {
  color: inherit !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

body.single-product .mcom-sale-price-button__price ins,
body.single-product .mcom-sale-price-button__price ins * {
  color: inherit !important;
  font-size: 1.06em !important;
  font-weight: 500 !important;
  min-width: 7.5ch !important;
  text-decoration: none !important;
}

body.single-product .mcom-sale-price-button__was {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  opacity: .58 !important;
  font-size: .72em !important;
  font-weight: 400 !important;
  letter-spacing: .08em !important;
  line-height: 1 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

body.single-product .mcom-sale-price-button__price .screen-reader-text {
  display: none !important;
}

.monarq-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 42px 0 0;
  padding: 0;
}

.monarq-pagination__page,
.monarq-pagination__gap {
  min-width: 30px;
  height: 32px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--mcom-brand-ink);
  font-family: "ATW Coastal", Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none !important;
  transition: border-color .18s ease, color .18s ease, opacity .18s ease, transform .18s ease;
}

.monarq-pagination__page:hover,
.monarq-pagination__page:focus {
  border-bottom-color: rgba(50, 58, 82, .42);
  color: var(--mcom-brand-ink);
  opacity: .72;
}

.monarq-pagination__page.is-current {
  border-bottom-color: currentColor;
  color: var(--mcom-brand-ink);
  pointer-events: none;
}

.monarq-pagination__gap {
  color: rgba(50, 58, 82, .45);
}

.monarq-loop.is-monarq-page-loading ul.products,
.monarq-sale-loop.is-monarq-page-loading ul.products {
  opacity: .42;
  pointer-events: none;
}

.monarq-single-product,
.monarq-single-product * {
  box-sizing: border-box;
}

.monarq-single-product--layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 48px;
  align-items: start;
  width: 100%;
}

.monarq-single-product__gallery,
.monarq-single-product__summary {
  width: 100%;
}

.monarq-single-product__hero {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  overflow: hidden;
}

.monarq-single-product__hero img,
.monarq-single-product__hero-image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

.monarq-single-product__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.monarq-single-product__thumb {
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, .14);
  background: #fff;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

.monarq-single-product__thumb.is-active {
  border-color: var(--mcom-brand-ink);
}

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

.monarq-single-product__summary {
  width: 100%;
  max-width: none;
  color: var(--mcom-body-ink);
  font-family: var(--mcom-body-font);
  font-weight: 300;
  text-align: left;
}

.monarq-single-product__title {
  margin: 0 0 16px !important;
  color: var(--mcom-brand-ink) !important;
  font-family: var(--mcom-title-font) !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.monarq-single-product__price {
  margin: 0 0 18px;
}

.monarq-single-product__price,
.monarq-single-product__price *,
.monarq-single-product__price .price {
  color: var(--mcom-brand-ink) !important;
  font-family: var(--mcom-body-font) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  text-decoration: none;
  text-transform: none !important;
}

.monarq-single-product__short-description {
  max-width: none;
  margin: 0 0 28px;
  color: var(--mcom-body-ink);
  font-family: var(--mcom-body-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.65;
  text-transform: none;
}

.monarq-single-product__short-description p {
  margin: 0;
  font-size: inherit !important;
  line-height: inherit !important;
}

.monarq-single-product__cart {
  width: 100%;
  max-width: none;
  margin: 0 0 26px !important;
  padding: 0 !important;
}

.monarq-single-product__cart form.cart {
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 -12px !important;
  padding: 0 !important;
  width: calc(100% + 24px) !important;
  max-width: none !important;
  clear: none !important;
}

.monarq-single-product__cart form.cart.variations_form {
  display: block !important;
}

.monarq-single-product__cart .variations {
  width: 100%;
  margin: 0 0 14px !important;
}

.monarq-single-product__cart .woocommerce-variation-add-to-cart {
  display: flex !important;
  flex-flow: row nowrap !important;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0 -12px !important;
  padding: 0 !important;
  width: calc(100% + 24px) !important;
  max-width: none !important;
}

body.single-product .monarq-single-product__cart form.cart,
body.single-product .monarq-single-product__cart .woocommerce-variation-add-to-cart {
  margin-left: -12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.monarq-single-product__cart .quantity {
  flex: 0 0 118px !important;
  width: 118px !important;
  height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  float: none !important;
  overflow: hidden;
  border: 1px solid #d8d8d4 !important;
  border-radius: 0;
  background: #fff;
  margin: 0 !important;
  padding: 0 2px !important;
}

.monarq-single-product__cart .quantity input.qty {
  flex: 1 1 auto;
  width: 38px !important;
  height: 42px !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--mcom-brand-ink) !important;
  padding: 0 !important;
  text-align: center;
  font-family: var(--mcom-body-font) !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  text-transform: none !important;
  appearance: textfield;
}

.monarq-single-product__cart .quantity input.qty::-webkit-outer-spin-button,
.monarq-single-product__cart .quantity input.qty::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.monarq-single-product__qty-btn {
  flex: 0 0 34px;
  width: 34px;
  height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--mcom-brand-ink) !important;
  padding: 0 10px !important;
  margin: 0 !important;
  font-size: 17px !important;
  font-family: var(--mcom-body-font) !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  text-transform: none !important;
  appearance: none !important;
  cursor: pointer !important;
  transition: background-color .18s ease, color .18s ease;
}

.monarq-single-product__qty-btn:hover,
.monarq-single-product__qty-btn:focus,
.monarq-single-product__qty-btn:focus-visible,
.monarq-single-product__qty-btn:active {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--mcom-brand-ink) !important;
  box-shadow: none !important;
}

.monarq-single-product__cart .single_add_to_cart_button,
.monarq-single-product__cart button.single_add_to_cart_button,
.mcom-cart-drawer-trigger {
  width: auto;
  flex: 1 1 auto;
  min-width: 176px;
  height: 44px;
  min-height: 44px;
  border: 1px solid var(--mcom-brand-ink) !important;
  border-radius: 0 !important;
  background: var(--mcom-brand-ink) !important;
  color: #fff !important;
  padding: 0 32px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
  clear: none !important;
  float: none !important;
  font-family: var(--mcom-title-font) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.monarq-single-product__cart .single_add_to_cart_button:hover,
.monarq-single-product__cart .single_add_to_cart_button:focus,
.mcom-cart-drawer-trigger:hover,
.mcom-cart-drawer-trigger:focus {
  border-color: var(--mcom-brand-ink) !important;
  background: var(--mcom-brand-ink) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.mcom-cart-drawer-trigger {
  width: auto;
  min-width: 132px;
}

.monarq-single-product .mcom-sale-price-button__label,
.monarq-single-product .mcom-sale-price-button__price,
.monarq-single-product .mcom-sale-price-button__was {
  font-family: var(--mcom-title-font) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.monarq-single-product .mcom-sale-price-button__price ins,
.monarq-single-product .mcom-sale-price-button__price ins * {
  font-weight: 400 !important;
}

.monarq-single-product__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0 0 20px;
  color: var(--mcom-body-ink);
  font-family: var(--mcom-label-font);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
  text-transform: none;
}

.monarq-single-product__meta span {
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.monarq-single-product__details {
  border-top: 1px solid #e2e2de;
}

.monarq-single-product__details-block {
  border-bottom: 1px solid #e2e2de;
}

.monarq-single-product__details-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  cursor: pointer;
  color: var(--mcom-brand-ink);
  font-family: var(--mcom-title-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  list-style: none;
}

.monarq-single-product__details-title::-webkit-details-marker {
  display: none;
}

.monarq-single-product__details-title::marker {
  content: "";
  font-size: 0;
}

.monarq-single-product__details-title::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--mcom-brand-ink);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.monarq-single-product__details-block[open] .monarq-single-product__details-title::after {
  content: "-";
}

.monarq-single-product__details-panel {
  overflow: hidden;
  transition: height .32s ease;
}

.monarq-single-product__details-content {
  padding: 0 0 22px;
  color: var(--mcom-body-ink);
  font-family: var(--mcom-body-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  text-transform: none;
}

.monarq-single-product__details-content p {
  margin: 0 0 12px;
  font-size: inherit !important;
  line-height: inherit !important;
}

.monarq-single-product__details-content p:last-child {
  margin-bottom: 0;
}

.monarq-single-product__details-content table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--mcom-label-font);
}

.monarq-single-product__details-content th,
.monarq-single-product__details-content td {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 9px 0;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 767px) {
  body.single-product .single_add_to_cart_button.mcom-sale-price-button,
  body.single-product .single_add_to_cart_button.mcom-sale-price-button .btn-label {
    gap: 8px !important;
  }

  body.single-product .mcom-sale-price-button__was {
    font-size: .68em !important;
  }

  .monarq-pagination {
    gap: 6px;
    margin-top: 30px;
  }

  .monarq-pagination__page,
  .monarq-pagination__gap {
    min-width: 28px;
    height: 30px;
    padding: 0 7px;
    font-size: 14px;
  }

  .monarq-single-product--layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .monarq-single-product__title {
    font-size: 28px !important;
  }

  .monarq-single-product__short-description,
  .monarq-single-product__short-description *,
  .monarq-single-product__details-content,
  .monarq-single-product__details-content * {
    font-size: 14px !important;
  }

  body.single-product .monarq-single-product__short-description,
  body.single-product .monarq-single-product__short-description p,
  body.single-product .monarq-single-product__details-content,
  body.single-product .monarq-single-product__details-content p,
  body.single-product .monarq-single-product__details-content li,
  body.single-product .monarq-single-product__details-content td {
    font-size: 14px !important;
  }

  .monarq-single-product__cart form.cart,
  .monarq-single-product__cart .woocommerce-variation-add-to-cart {
    gap: 10px;
  }

  .monarq-single-product__cart .quantity {
    flex-basis: 108px !important;
    width: 108px !important;
  }

  .monarq-single-product__cart .single_add_to_cart_button,
  .monarq-single-product__cart button.single_add_to_cart_button {
    min-width: 166px;
    padding: 0 22px !important;
    font-size: 14px !important;
  }

  .monarq-single-product__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
