body.single-product .ms-shop-main > .ms-container > div.product .summary {
  position: relative;
}

body.single-product .ms-shop-main > .ms-container > div.product .product_title {
  padding-right: 126px;
}

.ms-favorite-button {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(10, 102, 145, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #0a6691;
  box-shadow: 0 8px 20px rgba(10, 102, 145, 0.16);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ms-favorite-button:hover,
.ms-favorite-button:focus-visible {
  border-color: rgba(10, 102, 145, 0.48);
  background: #fff;
  color: #052e50;
  box-shadow: 0 11px 24px rgba(10, 102, 145, 0.24);
  transform: translateY(-1px);
}

.ms-favorite-button.is-favorite {
  border-color: rgba(198, 38, 70, 0.25);
  background: #fff4f6;
  color: #c62646;
}

.ms-favorite-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.ms-favorite-button svg {
  width: 18px;
  height: 18px;
  overflow: visible;
  fill: transparent;
  stroke: #d63a52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ms-favorite-button.is-favorite svg {
  fill: #d63a52;
}

.ms-share-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ms-share-tools--product {
  order: 30;
  width: 100%;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(10, 102, 145, 0.13);
}

.ms-share-tools__label {
  color: #052e50;
  font-size: 0.82rem;
  font-weight: 800;
}

.ms-share-tools__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ms-share-icon,
.ms-footer a.ms-share-icon {
  display: inline-flex;
  box-sizing: border-box;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  min-width: 34px !important;
  max-width: 34px !important;
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(10, 102, 145, 0.2);
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.78);
  color: #0a6691;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

button.ms-share-icon {
  box-shadow: 0 8px 20px rgba(10, 102, 145, 0.16);
}

.ms-share-icon:hover,
.ms-share-icon:focus-visible,
.ms-footer a.ms-share-icon:hover,
.ms-footer a.ms-share-icon:focus-visible {
  border-color: #ffd33d;
  background: #ffd33d;
  color: #052e50;
  transform: translateY(-1px);
}

.ms-share-icon--whatsapp,
.ms-footer a.ms-share-icon--whatsapp {
  color: #11895c;
}

.ms-share-icon svg {
  width: 14px;
  height: 14px;
  overflow: visible;
  fill: currentColor;
  stroke: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ms-share-icon--outline svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  vector-effect: non-scaling-stroke;
}

.ms-share-icon--native:not(.is-supported) {
  display: none;
}

.ms-share-tools--footer {
  align-items: flex-start;
  flex-direction: column;
  margin-top: 18px;
}

.ms-footer .ms-share-tools__label {
  color: #ffd33d;
}

.ms-footer .ms-share-icon {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.ms-footer .ms-share-icon--whatsapp {
  color: #62e6ad;
}

.ms-footer .ms-share-icon:hover,
.ms-footer .ms-share-icon:focus-visible {
  background: #ffd33d;
  color: #052e50;
}

.ms-footer__icon-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ms-favorite-dialog {
  width: min(92vw, 430px);
  max-width: 430px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #052e50;
  box-shadow: 0 24px 70px rgba(3, 26, 46, 0.28);
}

.ms-favorite-dialog::backdrop {
  background: rgba(3, 26, 46, 0.62);
  backdrop-filter: blur(3px);
}

.ms-favorite-dialog__panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(10, 102, 145, 0.14);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.ms-favorite-dialog__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(5, 46, 80, 0.06);
  color: #052e50;
  font-size: 1.35rem;
  cursor: pointer;
}

.ms-favorite-dialog__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #ffd33d;
  color: #052e50;
}

.ms-favorite-dialog__icon svg {
  width: 25px;
  height: 25px;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.8;
}

.ms-favorite-dialog__title {
  margin: 0;
  color: #052e50;
  font-size: 1.45rem;
}

.ms-favorite-dialog__message {
  margin: 10px auto 20px;
  color: rgba(5, 46, 80, 0.74);
}

.ms-favorite-dialog__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.ms-favorite-dialog__primary,
.ms-favorite-dialog__danger,
.ms-favorite-dialog__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-radius: 7px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.ms-favorite-dialog__primary {
  background: #0a6691;
  color: #fff;
}

.ms-favorite-dialog__danger {
  border-color: #c62646 !important;
  background: #c62646 !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(198, 38, 70, 0.2) !important;
}

.ms-favorite-dialog__secondary {
  border-color: rgba(10, 102, 145, 0.22);
  background: #fff;
  color: #0a6691;
}

.ms-social-toast {
  position: fixed;
  z-index: 99999;
  right: 22px;
  bottom: 22px;
  max-width: min(360px, calc(100vw - 32px));
  padding: 12px 16px;
  border-left: 4px solid #ffd33d;
  border-radius: 7px;
  background: #052e50;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.ms-social-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ms-social-toast.is-pointer {
  right: auto;
  bottom: auto;
}

@media (min-width: 701px) {
  body .ms-header .ms-store-menu > a {
    box-sizing: border-box;
    justify-content: center;
    padding-right: clamp(3px, 0.28vw, 5px) !important;
    padding-left: clamp(3px, 0.28vw, 5px) !important;
    text-align: center;
  }
}

@media (min-width: 701px) and (max-width: 1400px) {
  body .ms-header .ms-menu-divider {
    width: 14px;
  }

  body .ms-header .ms-actions {
    gap: 6px;
    margin-left: 0;
  }

  body .ms-header .ms-search-form {
    width: clamp(210px, 18vw, 240px);
    min-width: 210px;
  }
}

.ms-account-favorites__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.ms-account-favorites__eyebrow {
  color: #0a6691;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.ms-account-favorites__header h2 {
  margin: 3px 0 0;
}

.ms-account-favorites__count {
  color: rgba(5, 46, 80, 0.65);
  font-size: 0.88rem;
  font-weight: 750;
}

.ms-account-favorites ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 !important;
}

.ms-account-favorites__empty {
  max-width: 520px;
  margin: 16px auto;
  padding: 34px 24px;
  border: 1px solid rgba(10, 102, 145, 0.14);
  border-radius: 8px;
  background: rgba(232, 247, 255, 0.54);
  text-align: center;
}

.ms-account-favorites__empty svg {
  width: 42px;
  height: 42px;
  fill: transparent;
  stroke: #0a6691;
  stroke-width: 1.5;
}

.ms-account-favorites__empty h3 {
  margin: 12px 0 4px;
}

.ms-account-favorites__empty p {
  margin: 0 0 18px;
}

@media (max-width: 700px) {
  body.single-product .ms-shop-main > .ms-container > div.product .product_title {
    padding-right: 46px;
  }

  .ms-favorite-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
  }

  .ms-favorite-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .ms-share-tools--product {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .ms-share-icon,
  .ms-footer a.ms-share-icon {
    flex-basis: 36px;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }

  .ms-favorite-dialog__panel {
    padding: 26px 20px 20px;
  }

  .ms-favorite-dialog__actions {
    flex-direction: column;
  }

  .ms-favorite-dialog__actions > * {
    width: 100%;
  }

  .ms-social-toast {
    right: 16px;
    bottom: 88px;
  }

  .ms-account-favorites__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .ms-account-favorites ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
