body#product .product-accessories,
.page-product .product-accessories {
  display: none !important;
}

.alk-ap {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10050;
}

.alk-ap[aria-hidden="false"] {
  display: block;
}

.alk-ap__backdrop {
  background: rgba(22, 18, 27, 0.72);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.alk-ap__dialog {
  background: #fff;
  border: 1px solid rgba(137, 19, 97, 0.16);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(26, 20, 31, 0.36);
  left: 50%;
  max-height: calc(100vh - 48px);
  max-width: 620px;
  overflow: hidden;
  padding: 28px 28px 34px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
}

.alk-ap__dialog::before {
  background: linear-gradient(90deg, #891361, #20a6a8);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.alk-ap__dialog::after {
  background-image: radial-gradient(rgba(137, 19, 97, 0.2) 1px, transparent 1px);
  background-size: 9px 9px;
  bottom: 0;
  content: "";
  height: 40%;
  left: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.alk-ap__close {
  align-items: center;
  background: #891361;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 16px;
  width: 38px;
  z-index: 3;
}

.alk-ap__close:hover {
  background: #20a6a8;
}

.alk-ap__header,
.alk-ap__actions,
.alk-ap__note,
.alk-ap__products {
  position: relative;
  z-index: 1;
}

.alk-ap__header {
  padding-right: 56px;
}

.alk-ap__eyebrow {
  color: #20a6a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.alk-ap__header h2 {
  color: #211724;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.12;
  margin: 0;
}

.alk-ap__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 24px;
}

.alk-ap__primary,
.alk-ap__secondary {
  align-items: center;
  background: #fff;
  border: 2px solid #891361;
  border-radius: 999px;
  color: #891361;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.alk-ap__primary,
.alk-ap .alk-ap__primary,
.alk-ap .alk-ap__primary:visited,
.alk-ap .alk-ap__primary:focus {
  background: #891361;
  color: #fff !important;
}

.alk-ap__primary:hover,
.alk-ap__secondary:hover {
  background: #20a6a8;
  border-color: #20a6a8;
  color: #fff !important;
  text-decoration: none;
}

.alk-ap__note {
  color: #211724;
  margin: 0 0 12px;
}

.alk-ap__note span {
  color: #5f5563;
  display: block;
  font-size: 17px;
  font-style: italic;
  line-height: 1.1;
}

.alk-ap__note strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.alk-ap__products {
  display: grid;
  gap: 12px;
  grid-auto-columns: 158px;
  grid-auto-flow: column;
  margin: 0 auto;
  max-width: 498px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 22px;
  scroll-snap-type: x proximity;
  scrollbar-color: #891361 #efe8f0;
  scrollbar-width: thin;
}

.alk-ap__products::-webkit-scrollbar {
  height: 8px;
}

.alk-ap__products::-webkit-scrollbar-track {
  background: #efe8f0;
  border-radius: 999px;
}

.alk-ap__products::-webkit-scrollbar-thumb {
  background: #891361;
  border-radius: 999px;
}

.alk-ap__product {
  background: #fff;
  border: 1px solid #ece6ee;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(33, 23, 36, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 274px;
  overflow: hidden;
  scroll-snap-align: start;
}

.alk-ap__image-link {
  align-items: center;
  background: #faf7fb;
  display: flex;
  height: 126px;
  justify-content: center;
  padding: 10px;
}

.alk-ap__image {
  display: block;
  height: auto;
  max-height: 116px;
  max-width: 140px;
  object-fit: contain;
  width: auto;
}

.alk-ap__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 10px 10px 11px;
}

.alk-ap__tag {
  align-self: flex-start;
  border: 1px solid #20a6a8;
  border-radius: 4px;
  color: #20a6a8;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 6px;
  max-width: 100%;
  overflow: hidden;
  padding: 4px 5px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.alk-ap__name {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.22;
  margin: 0;
  min-height: 44px;
}

.alk-ap__name a {
  color: #211724;
  text-decoration: none;
}

.alk-ap__name a:hover {
  color: #891361;
}

.alk-ap__bottom {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 10px;
}

.alk-ap__price-row {
  min-width: 0;
}

.alk-ap__price {
  color: #211724;
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.alk-ap__regular-price {
  color: #8e8490;
  display: block;
  font-size: 11px;
  margin-top: 4px;
  text-decoration: line-through;
}

.alk-ap__cart-form {
  flex: 0 0 auto;
  margin: 0;
}

.alk-ap__add {
  align-items: center;
  background: #20a6a8;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  width: 32px;
}

.alk-ap__add:hover {
  background: #891361;
  color: #fff;
  text-decoration: none;
}

.alk-ap-open {
  overflow: hidden;
}

@media (max-width: 575px) {
  .alk-ap__dialog {
    border-radius: 8px 8px 0 0;
    bottom: 0;
    left: 0;
    max-height: 90vh;
    overflow: auto;
    padding: 24px 14px 20px;
    top: auto;
    transform: none;
    width: 100%;
  }

  .alk-ap__header h2 {
    font-size: 23px;
  }

  .alk-ap__actions {
    display: grid;
  }

  .alk-ap__primary,
  .alk-ap__secondary {
    width: 100%;
  }

  .alk-ap__products {
    grid-auto-columns: 150px;
  }
}

