/* Imported from: ../../sub-components/ShopTheLookModal/styles.css */
.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.55);
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 880px;
  max-height: 90vh;
  overflow: hidden;
  background: #ffffff;
  border-radius: 4px;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 999px;
  font-size: 22px;
  line-height: 1;
  color: #1a1a1a;
  cursor: pointer;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-image-wrap {
  flex: 1 1 50%;
  min-width: 0;
  background: #f2f2f2;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-products {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px;
  overflow-y: auto;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-list {
  display: flex;
  flex-direction: column;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row:first-child {
  padding-top: 0;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row-image-wrap {
  flex-shrink: 0;
  display: block;
  width: 64px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f2f2f2;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  color: rgba(255, 255, 255, 0.35);
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row-name {
  font-size: 13px;
  font-weight: var(--font-weight-base, 500);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  width: fit-content;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row-name:hover {
  text-decoration: underline;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row-price {
  font-size: 13px;
  color: #1a1a1a;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-row-select {
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  font-size: 12px;
  font-family: inherit;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  color: #1a1a1a;
  cursor: pointer;
}

.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-error {
  margin: 12px 0 0;
  font-size: 12px;
  color: #1a1a1a;
}

/* Border/hover-fill/uppercase come from the shared .cta-button class
   (src/global.css); only spacing overrides live here. */
.cc_jtahuabn_QtnLIibrze .shop-the-look-modal-add-all {
  width: 100%;
  margin-top: 16px;
}

/* Theme breakpoint: "Tablet/Mobile (768px)" — stack image above the list */
@media (max-width: 768px) {
  .cc_jtahuabn_QtnLIibrze .shop-the-look-modal {
    flex-direction: column;
    max-height: 92vh;
    overflow-y: auto;
  }

  .cc_jtahuabn_QtnLIibrze .shop-the-look-modal-image-wrap {
    flex: none;
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .cc_jtahuabn_QtnLIibrze .shop-the-look-modal-products {
    overflow-y: visible;
  }
}

/* End import: ../../sub-components/ShopTheLookModal/styles.css */

.cc_jtahuabn_QtnLIibrze .look-item {
  flex-shrink: 0;
  width: clamp(220px, 30vw, 300px);
  scroll-snap-align: start;
}

.cc_jtahuabn_QtnLIibrze .look-item-trigger {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  padding: 0;
  background: #f2f2f2;
  border: none;
  cursor: pointer;
}

.cc_jtahuabn_QtnLIibrze .look-item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc_jtahuabn_QtnLIibrze .look-item-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.cc_jtahuabn_QtnLIibrze .look-item-trigger:hover .look-item-overlay {
  opacity: 1;
}

/* Border/padding/uppercase/hover-fill come from the shared .cta-button
   class (src/global.css); this only adds the white-on-image color variant
   plus the fade/slide-in reveal transition (chained onto .cta-button's own
   background-color/color transition). */
.cc_jtahuabn_QtnLIibrze .look-item-cta {
  --cta-color: #ffffff;
  --cta-hover-text: #1a1a1a;
  opacity: 0;
  transform: translateY(6px);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.cc_jtahuabn_QtnLIibrze .look-item-trigger:hover .look-item-cta {
  opacity: 1;
  transform: translateY(0);
}

/* Theme breakpoint: "Tablet/Mobile (768px)" */
@media (max-width: 768px) {
  .cc_jtahuabn_QtnLIibrze .look-item {
    width: clamp(180px, 60vw, 240px);
  }
}
