/* MadeInSpain store overrides. Keep Revindex-specific site rules here, outside vendor-owned module.css. */
.mis-store-toast-stack {
  position: fixed !important;
  left: 50% !important;
  bottom: max(1rem, env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) !important;
  z-index: 100000 !important;
  display: grid !important;
  justify-items: center !important;
  gap: 0.6rem !important;
  width: min(22rem, calc(100vw - 2rem)) !important;
  pointer-events: none !important;
}

.mis-store-toast {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.7rem !important;
  text-align: center !important;
  border: 1px solid color-mix(in oklab, var(--mis-shop-ink, #1f1a17) 12%, transparent) !important;
  border-radius: 0.5rem !important;
  background: #fff !important;
  padding: 0.8rem 0.9rem !important;
  color: var(--mis-shop-ink, #1f1a17) !important;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.16) !important;
  pointer-events: auto !important;
}

.mis-store-toast svg {
  width: 1.15rem !important;
  height: 1.15rem !important;
  flex: 0 0 auto !important;
}

.mis-store-toast--success svg {
  color: #15803d !important;
}

.mis-store-toast--danger svg {
  color: #b32317 !important;
}

.mis-store-toast__message {
  flex: 1 1 auto !important;
  text-align: center !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.mis-store-toast__action {
  color: var(--mis-shop-action, #b32317) !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

[id^="rvdsfProductListMessage_"],
[id^="rvdsfProductShowcaseMessage_"],
[id^="rvdsfWishListMessage_"],
[id^="rvdsfManageFavoriteMessage_"],
#rvdsfProductDetailMessage,
#rvdsfManageOrderMessage,
#AddProductMessage {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 900px) {
  .mis-store-toast-stack {
    left: max(0.75rem, env(safe-area-inset-left)) !important;
    right: max(0.75rem, env(safe-area-inset-right)) !important;
    bottom: max(0.75rem, env(safe-area-inset-bottom)) !important;
    transform: none !important;
    width: auto !important;
  }
}

/* Store showcase and product-card overrides. */
.misg_why_header {
  --misg-red: #c02020;
  --misg-gold: #bd9943;
  --misg-gold-light: #e8bc53;
  --misg-text: #171210;
  --misg-muted: #625956;
  --misg-serif: "Bodoni Moda", Georgia, "Times New Roman", serif;
  --misg-sans: "Montserrat", Arial, Helvetica, sans-serif;

  color: var(--misg-text);
  font-family: var(--misg-sans);
  max-width: 780px;
  margin: 0 auto 24px;
  text-align: center;
}

.misg_why_eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--misg-gold);
  font-family: var(--misg-sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.misg_why_eyebrow::before,
.misg_why_eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--misg-gold-light);
  opacity: 0.8;
}

.misg_why_title {
  margin: 0;
  color: var(--misg-text);
  font-family: var(--misg-serif);
  font-size: clamp(28px, 2.55vw, 46px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.misg_why_title span {
  color: var(--misg-red);
}

.misg_why_intro {
  max-width: 640px;
  margin: 13px auto 0;
  color: var(--misg-muted);
  font-family: var(--misg-sans);
  font-size: 12.4px;
  font-weight: 400;
  line-height: 1.56;
}

@media (max-width: 767px) {
  .misg_why_header {
    margin-bottom: 22px;
  }

  .misg_why_eyebrow {
    gap: 9px;
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .misg_why_eyebrow::before,
  .misg_why_eyebrow::after {
    width: 28px;
  }

  .misg_why_title {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.04;
  }

  .misg_why_intro {
    margin-top: 12px;
    font-size: 12.4px;
    line-height: 1.58;
  }
}

.mis-store-product-showcase--our-selection .mis-store-product-card,
.mis-store-product-showcase_OurSelection .mis-store-product-card {
  transition: none !important;
}

.mis-store-product-showcase--our-selection .mis-store-product-card:hover,
.mis-store-product-showcase_OurSelection .mis-store-product-card:hover {
  transform: none !important;
}

.mis-store-product-list .mis-store-card-status:not(.mis-store-card-status--soldout),
.mis-store-product-showcase .mis-store-card-status:not(.mis-store-card-status--soldout),
.mis-store-product-showcase_OurSelection .mis-store-card-status:not(.mis-store-card-status--soldout),
.mis-store-product-showcase--our-selection .mis-store-card-status:not(.mis-store-card-status--soldout) {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.mis-store-product-showcase_OurSelection .mis-store-showcase-carousel_OurSelection,
.mis-store-product-showcase--our-selection .mis-store-showcase-carousel_OurSelection {
  padding-top: 0 !important;
}

.mis-store-product-showcase_OurSelection .mis-store-showcase-track_OurSelection,
.mis-store-product-showcase--our-selection .mis-store-showcase-track_OurSelection {
  padding-inline: clamp(0.45rem, 1vw, 0.75rem) !important;
  scroll-padding-inline: clamp(0.45rem, 1vw, 0.75rem) !important;
}

.mis-store-product-showcase--showcase-cat1 .mis-store-showcase-track,
.mis-store-product-showcase--showcase-cat2 .mis-store-showcase-track,
.mis-store-product-showcase--showcase-cat3 .mis-store-showcase-track,
.mis-split-pane .mis-store-product-showcase--showcase-cat1 .mis-store-showcase-track,
.mis-split-pane .mis-store-product-showcase--showcase-cat2 .mis-store-showcase-track,
.mis-split-pane .mis-store-product-showcase--showcase-cat3 .mis-store-showcase-track {
  align-items: stretch !important;
}

.mis-store-product-showcase--showcase-cat1 .mis-store-product-card-wrap,
.mis-store-product-showcase--showcase-cat2 .mis-store-product-card-wrap,
.mis-store-product-showcase--showcase-cat3 .mis-store-product-card-wrap,
.mis-split-pane .mis-store-product-showcase--showcase-cat1 .mis-store-product-card-wrap,
.mis-split-pane .mis-store-product-showcase--showcase-cat2 .mis-store-product-card-wrap,
.mis-split-pane .mis-store-product-showcase--showcase-cat3 .mis-store-product-card-wrap {
  align-items: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .mis-store-product-showcase.mis-store-product-showcase--showcase-cat1 .misg_category_header > .mis-store-showcase-controls,
  .mis-store-product-showcase.mis-store-product-showcase--showcase-cat3 .misg_category_header > .mis-store-showcase-controls {
    top: 0 !important;
    bottom: 0 !important;
    transform: none !important;
    align-items: center !important;
  }

  .mis-store-product-showcase.mis-store-product-showcase--showcase-cat2 .misg_category_header {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    grid-template-areas: "controls text" !important;
    align-items: center !important;
    column-gap: clamp(1.25rem, 2.5vw, 2.5rem) !important;
    padding-left: var(--mis-showcase-cat-control-inset, clamp(3rem, 5vw, 5.5rem)) !important;
  }

  .mis-store-product-showcase.mis-store-product-showcase--showcase-cat2 .misg_category_text {
    grid-area: text !important;
    justify-self: end !important;
    min-width: 0 !important;
  }

  .mis-store-product-showcase.mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls,
  .mis-store-product-showcase.mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls--cat2-left {
    grid-area: controls !important;
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    justify-content: flex-start !important;
    justify-self: start !important;
    align-self: center !important;
    transform: none !important;
  }
}

.mis-store-product-showcase_OurSelection .misg_why_cluster,
.mis-store-product-showcase--our-selection .misg_why_cluster {
  position: relative !important;
  width: 100% !important;
  margin: 0 auto clamp(1.4rem, 3vw, 2.35rem) !important;
}

.mis-store-product-showcase_OurSelection .misg_why_cluster .misg_why_header,
.mis-store-product-showcase--our-selection .misg_why_cluster .misg_why_header {
  width: min(780px, calc(100% - 7rem)) !important;
  margin-inline: auto !important;
  margin-bottom: 0 !important;
}

.mis-store-product-showcase_OurSelection .mis-store-showcase-controls,
.mis-store-product-showcase--our-selection .mis-store-showcase-controls {
  position: absolute !important;
  top: 50% !important;
  right: clamp(1rem, calc((100% - 780px) / 4), 18rem) !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 6 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: .45rem !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
}

.mis-store-product-showcase_OurSelection .mis-store-showcase-control,
.mis-store-product-showcase--our-selection .mis-store-showcase-control {
  pointer-events: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.mis-content-band:has(.mis-store-product-showcase_OurSelection),
.mis-content-band:has(.mis-store-product-showcase--our-selection),
.mis-content-band > .mis-container:has(.mis-store-product-showcase_OurSelection),
.mis-content-band > .mis-container:has(.mis-store-product-showcase--our-selection) {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

.mis-content-band > .mis-container:has(.mis-store-product-showcase_OurSelection),
.mis-content-band > .mis-container:has(.mis-store-product-showcase--our-selection) {
  padding-inline: 0 !important;
}

.mis-pane:has(.mis-store-product-showcase_OurSelection),
.mis-pane:has(.mis-store-product-showcase--our-selection),
.DnnAjaxPanel:has(.mis-store-product-showcase_OurSelection),
.DnnAjaxPanel:has(.mis-store-product-showcase--our-selection),
.dnnSortable:has(.mis-store-product-showcase_OurSelection),
.dnnSortable:has(.mis-store-product-showcase--our-selection),
.DnnModule:has(.mis-store-product-showcase_OurSelection),
.DnnModule:has(.mis-store-product-showcase--our-selection),
.DNNModule:has(.mis-store-product-showcase_OurSelection),
.DNNModule:has(.mis-store-product-showcase--our-selection),
.DNNModuleContent:has(.mis-store-product-showcase_OurSelection),
.DNNModuleContent:has(.mis-store-product-showcase--our-selection),
.DnnModuleContent:has(.mis-store-product-showcase_OurSelection),
.DnnModuleContent:has(.mis-store-product-showcase--our-selection) {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

#dnn_ContentPane_SyncPanel:has(.mis-store-product-showcase_OurSelection),
#dnn_ContentPane_SyncPanel:has(.mis-store-product-showcase--our-selection),
#dnn_ContentPane:has(.mis-store-product-showcase_OurSelection),
#dnn_ContentPane:has(.mis-store-product-showcase--our-selection),
#dnn_LeftPane:has(.mis-store-product-showcase_OurSelection),
#dnn_LeftPane:has(.mis-store-product-showcase--our-selection),
#dnn_RightPane:has(.mis-store-product-showcase_OurSelection),
#dnn_RightPane:has(.mis-store-product-showcase--our-selection) {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

@media (max-width: 767px) {
  html,
  body,
  #Form,
  .mis-shell,
  .mis-main,
  .mis-content-band,
  .mis-content-band > .mis-container,
  .mis-pane,
  .mis-pane > .DnnModule,
  .mis-pane .DnnModuleContent {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body,
  #Form,
  .mis-shell,
  .mis-main {
    overflow-x: hidden !important;
  }

  .mis-content-band:has(.mis-store-product-showcase_OurSelection),
  .mis-content-band:has(.mis-store-product-showcase--our-selection),
  .mis-content-band > .mis-container:has(.mis-store-product-showcase_OurSelection),
  .mis-content-band > .mis-container:has(.mis-store-product-showcase--our-selection),
  .mis-pane:has(.mis-store-product-showcase_OurSelection),
  .mis-pane:has(.mis-store-product-showcase--our-selection),
  .DnnAjaxPanel:has(.mis-store-product-showcase_OurSelection),
  .DnnAjaxPanel:has(.mis-store-product-showcase--our-selection),
  .dnnSortable:has(.mis-store-product-showcase_OurSelection),
  .dnnSortable:has(.mis-store-product-showcase--our-selection),
  .DnnModule:has(.mis-store-product-showcase_OurSelection),
  .DnnModule:has(.mis-store-product-showcase--our-selection),
  .DNNModule:has(.mis-store-product-showcase_OurSelection),
  .DNNModule:has(.mis-store-product-showcase--our-selection),
  .DNNModuleContent:has(.mis-store-product-showcase_OurSelection),
  .DNNModuleContent:has(.mis-store-product-showcase--our-selection),
  .DnnModuleContent:has(.mis-store-product-showcase_OurSelection),
  .DnnModuleContent:has(.mis-store-product-showcase--our-selection),
  #dnn_ContentPane_SyncPanel:has(.mis-store-product-showcase_OurSelection),
  #dnn_ContentPane_SyncPanel:has(.mis-store-product-showcase--our-selection),
  #dnn_ContentPane:has(.mis-store-product-showcase_OurSelection),
  #dnn_ContentPane:has(.mis-store-product-showcase--our-selection),
  #dnn_LeftPane:has(.mis-store-product-showcase_OurSelection),
  #dnn_LeftPane:has(.mis-store-product-showcase--our-selection),
  #dnn_RightPane:has(.mis-store-product-showcase_OurSelection),
  #dnn_RightPane:has(.mis-store-product-showcase--our-selection) {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .mis-store-product-showcase,
  .mis-store-showcase-carousel,
  .mis-store-showcase-viewport {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .mis-store-showcase-track {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
}

@media (max-width: 767px) {
  .mis-store-product-showcase--showcase-cat1 .misg_category_header > .mis-store-showcase-controls--cat-heading,
  .mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls--cat-heading,
  .mis-store-product-showcase--showcase-cat3 .misg_category_header > .mis-store-showcase-controls--cat-heading {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0.75rem !important;
    right: 0.75rem !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    width: auto !important;
    gap: 0 !important;
    transform: none !important;
  }

  .mis-store-product-showcase--showcase-cat1 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control,
  .mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control,
  .mis-store-product-showcase--showcase-cat3 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control {
    position: static !important;
    top: auto !important;
    transform: none !important;
  }

  .mis-store-product-showcase--showcase-cat1 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--prev,
  .mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--prev,
  .mis-store-product-showcase--showcase-cat3 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--prev {
    grid-column: 1 !important;
    left: 0 !important;
    right: auto !important;
    justify-self: start !important;
  }

  .mis-store-product-showcase--showcase-cat1 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--next,
  .mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--next,
  .mis-store-product-showcase--showcase-cat3 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--next {
    grid-column: 3 !important;
    left: auto !important;
    right: 0 !important;
    justify-self: end !important;
  }

  .mis-store-product-showcase_OurSelection .misg_why_cluster,
  .mis-store-product-showcase--our-selection .misg_why_cluster {
    width: 100% !important;
    margin-bottom: clamp(1.4rem, 5vw, 2rem) !important;
  }

  .mis-store-product-showcase_OurSelection .misg_why_cluster .misg_why_header,
  .mis-store-product-showcase--our-selection .misg_why_cluster .misg_why_header {
    width: 100% !important;
    padding-inline: 3.25rem !important;
  }

  .mis-store-product-showcase_OurSelection .mis-store-showcase-controls,
  .mis-store-product-showcase--our-selection .mis-store-showcase-controls {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0.75rem !important;
    left: 0.75rem !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    width: auto !important;
    gap: 0 !important;
    transform: none !important;
  }

  .mis-store-product-showcase_OurSelection .mis-store-showcase-control,
  .mis-store-product-showcase--our-selection .mis-store-showcase-control {
    position: static !important;
    top: auto !important;
    transform: none !important;
  }

  .mis-store-product-showcase_OurSelection .mis-store-showcase-control--prev,
  .mis-store-product-showcase--our-selection .mis-store-showcase-control--prev {
    grid-column: 1 !important;
    left: 0 !important;
    right: auto !important;
    justify-self: start !important;
  }

  .mis-store-product-showcase_OurSelection .mis-store-showcase-control--next,
  .mis-store-product-showcase--our-selection .mis-store-showcase-control--next {
    grid-column: 3 !important;
    left: auto !important;
    right: 0 !important;
    justify-self: end !important;
  }
}

@media (max-width: 900px) {
  .mis-store-product-showcase--showcase-cat1 .misg_category_header,
  .mis-store-product-showcase--showcase-cat2 .misg_category_header,
  .mis-store-product-showcase--showcase-cat3 .misg_category_header {
    display: block !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    margin-bottom: clamp(1.1rem, 5vw, 1.7rem) !important;
    padding-inline: 3.25rem !important;
    text-align: center !important;
  }

  .mis-store-product-showcase--showcase-cat2 .misg_category_text {
    width: 100% !important;
    justify-self: auto !important;
    text-align: center !important;
  }

  .mis-store-product-showcase--showcase-cat1 .misg_category_eyebrow,
  .mis-store-product-showcase--showcase-cat2 .misg_category_eyebrow,
  .mis-store-product-showcase--showcase-cat3 .misg_category_eyebrow {
    justify-content: center !important;
  }

  .mis-store-product-showcase--showcase-cat1 .misg_category_eyebrow::before,
  .mis-store-product-showcase--showcase-cat1 .misg_category_eyebrow::after,
  .mis-store-product-showcase--showcase-cat2 .misg_category_eyebrow::before,
  .mis-store-product-showcase--showcase-cat2 .misg_category_eyebrow::after,
  .mis-store-product-showcase--showcase-cat3 .misg_category_eyebrow::before,
  .mis-store-product-showcase--showcase-cat3 .misg_category_eyebrow::after {
    display: block !important;
  }

  .mis-store-product-showcase--showcase-cat1 .misg_category_header > .mis-store-showcase-controls--cat-heading,
  .mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls--cat-heading,
  .mis-store-product-showcase--showcase-cat3 .misg_category_header > .mis-store-showcase-controls--cat-heading {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0.75rem !important;
    right: 0.75rem !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    width: auto !important;
    gap: 0 !important;
    transform: none !important;
  }

  .mis-store-product-showcase--showcase-cat1 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control,
  .mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control,
  .mis-store-product-showcase--showcase-cat3 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control {
    position: static !important;
    top: auto !important;
    transform: none !important;
  }

  .mis-store-product-showcase--showcase-cat1 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--prev,
  .mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--prev,
  .mis-store-product-showcase--showcase-cat3 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--prev {
    grid-column: 1 !important;
    justify-self: start !important;
  }

  .mis-store-product-showcase--showcase-cat1 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--next,
  .mis-store-product-showcase--showcase-cat2 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--next,
  .mis-store-product-showcase--showcase-cat3 .misg_category_header > .mis-store-showcase-controls--cat-heading .mis-store-showcase-control--next {
    grid-column: 3 !important;
    justify-self: end !important;
  }
}

