html,
body {
  visibility: visible !important;
  opacity: 1 !important;
}

body.site13-scroll-locked {
  overflow: hidden !important;
}

.site13-modal-shell {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(0 0 0 / 58%);
}

.site13-modal {
  width: min(520px, 100%);
  max-height: min(720px, calc(100vh - 48px));
  overflow: auto;
  background: #fff;
  box-shadow: 0 18px 54px rgb(0 0 0 / 24%);
  color: #262626;
}

.site13-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 22px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 700;
}

.site13-modal__close {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #262626;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
}

.site13-modal__body {
  padding: 22px;
}

.site13-cart-shell {
  justify-items: end;
  padding: 0;
}

.site13-cart-drawer {
  width: min(376px, calc(100vw - 29px));
  height: 100vh;
  max-height: 100vh;
  box-shadow: -12px 0 40px rgb(0 0 0 / 18%);
}

.site13-cart-row {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 16px;
  align-items: center;
}

.site13-cart-row img {
  display: block;
  width: 96px;
  height: 78px;
  object-fit: contain;
  background: #f1f1f1;
}

.site13-cart-row h3,
.site13-cart-row p {
  margin: 0 0 8px;
}

.site13-cart-quantity {
  display: grid;
  grid-template-columns: 30px 28px 30px;
  align-items: center;
  text-align: center;
}

.site13-cart-quantity button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.site13-cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #ddd;
  font-size: 20px;
  font-weight: 700;
}

.site13-action {
  width: 100%;
  margin-top: 18px;
  padding: 15px 18px;
  border: 0;
  background: #262626;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.site13-shipping-progress {
  margin: 17px 0 8px;
  font-size: 12px;
}

.site13-progress {
  height: 4px;
  overflow: hidden;
  background: #e5e5e5;
}

.site13-progress i {
  display: block;
  height: 100%;
  background: #f88749;
}

.site13-size-shell {
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  background: rgb(0 0 0 / 34%);
}

.site13-size-panel {
  position: fixed;
  top: var(--size-top);
  left: var(--size-left);
  width: var(--size-width);
  background: #fff;
  box-shadow: 0 5px 18px rgb(0 0 0 / 8%);
}

.site13-size-title,
.site13-size-option {
  width: 100%;
  min-height: 50px;
  border: 0;
  background: #f1f1f1;
  color: #262626;
  font: 700 12px Montserrat, sans-serif;
  text-align: left;
  cursor: pointer;
}

.site13-size-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.site13-size-option {
  display: grid;
  grid-template-columns: 20px 1fr 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 0 20px;
  background: #fff;
}

.site13-size-option i {
  width: 20px;
  height: 20px;
  border: 5px solid #f88749;
  border-radius: 50%;
  background: #fff;
}

.site13-size-selected-dot {
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 5px solid #f88749;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

.site13-size-option b {
  font-weight: 700;
}

.site13-size-option em {
  color: #42b856;
  font-size: 10px;
  font-style: normal;
}

.site13-wished [data-site13-card-wish] svg path {
  fill: #f88749;
  stroke: #f88749;
}

.site13-search-layer {
  position: fixed;
  inset: 0;
  z-index: 2147481000;
  pointer-events: none;
}

.site13-search-panel {
  position: fixed;
  top: var(--search-top);
  left: var(--search-left);
  width: var(--search-width);
  max-height: calc(100vh - var(--search-top) - 10px);
  overflow: auto;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 10px 24px rgb(0 0 0 / 10%);
  color: #262626;
  pointer-events: auto;
}

.site13-search-suggestion,
.site13-search-product {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 36px;
  padding: 8px 20px;
  color: #262626;
  text-decoration: none;
  font-size: 13px;
}

.site13-search-suggestion strong {
  margin-right: 4px;
}

.site13-search-products-title {
  margin: 8px 20px 0;
  padding-top: 14px;
  border-top: 1px solid #ccc;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 700;
}

.site13-search-product img {
  width: 74px;
  height: 58px;
  object-fit: contain;
  background: #f1f1f1;
}

.site13-search-product span {
  display: grid;
  gap: 3px;
}

.site13-search-product small {
  color: #666;
}

.site13-mega-shell {
  position: fixed;
  inset: 112px 0 0;
  z-index: 2147480000;
  overflow: auto;
  background: rgb(0 0 0 / 42%);
}

.site13-mega-content {
  width: min(1140px, 100%);
  min-height: 540px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.site13-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 2147482500;
  overflow: auto;
  background: #fff;
  color: #262626;
}

.site13-mobile-menu__top {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
  background: #262626;
  color: #fff;
}

.site13-mobile-menu__top button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
}

.site13-mobile-menu__logo svg {
  display: block;
  width: 160px;
  height: 32px;
}

.site13-mobile-menu__links {
  display: grid;
  padding: 12px 20px 40px;
}

.site13-mobile-menu__links a,
.site13-mobile-menu__links button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  border: 0;
  border-bottom: 1px solid #eee;
  background: #fff;
  color: #262626;
  text-align: left;
  text-decoration: none;
  font: 600 15px Montserrat, sans-serif;
}

.site13-mobile-menu__custom {
  margin: 8px 0 16px;
  padding: 16px !important;
  background: #f1f1f1 !important;
  color: #f88749 !important;
}

.site13-custom-panel {
  padding: 0 16px 16px;
  background: #f1f1f1;
}

.site13-custom-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.site13-custom-tabs button {
  height: 42px;
  border: 0;
  background: #ddd;
  font: 600 12px Montserrat, sans-serif;
}

.site13-custom-tabs button.is-active {
  background: #fff;
}

.site13-custom-fields {
  display: grid;
  gap: 10px;
  padding-top: 10px;
}

.site13-custom-fields input,
.site13-custom-fields select {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 0;
  background: #fff;
  color: #262626;
  font: 12px Montserrat, sans-serif;
}

.site13-patch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-height: 310px;
  overflow: auto;
  padding: 12px 0;
}

.site13-patch-grid button {
  display: grid;
  place-items: center;
  min-height: 70px;
  border: 1px solid transparent;
  background: #fff;
  font-size: 26px;
}

.site13-patch-grid button.is-active {
  border-color: #f88749;
}

.site13-custom-preview {
  position: absolute;
  z-index: 4;
  top: 45%;
  left: 50%;
  max-width: 42%;
  transform: translate(-50%, -50%) rotate(-4deg);
  color: #111;
  font: 700 26px Montserrat, sans-serif;
  text-align: center;
  text-shadow: 0 1px 1px rgb(255 255 255 / 65%);
  pointer-events: none;
}

.site13-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2147483640;
  max-width: 360px;
  padding: 14px 18px;
  background: #262626;
  box-shadow: 0 12px 34px rgb(0 0 0 / 22%);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

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

.site13-fallback-panel {
  padding: 14px 15px 18px;
  border-top: 1px solid #e5e5e5;
  color: #444;
  font-size: 13px;
  line-height: 1.65;
}

.site13-fallback-panel table {
  width: 100%;
  border-collapse: collapse;
}

.site13-fallback-panel td {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

@media (max-width: 700px) {
  .site13-modal-shell {
    align-items: end;
    padding: 0;
  }

  .site13-modal {
    width: 100%;
    max-height: 86vh;
  }

  .site13-toast {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .site13-search-panel {
    top: 95px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 95px);
    min-height: calc(100vh - 95px);
  }
}
