body.look-template-default.single.single-look .site-content {
  max-width: 1850px;
  padding: 0 55px 0;
  font-family: "IBM Plex Sans", sans-serif;
}

.woocommerce-breadcrumb {
  text-transform: uppercase;
  font-weight: 500;
  margin: 15px 0;
}

.look-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 76px;
}

.look-media-section {
  position: relative;
  width: 33%;
}

.look-products-intro-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.look-products-intro {
  font-weight: 500;
  font-size: 18px;
  line-height: 24.2px;
  text-transform: uppercase;
  color: #181818;
  margin: 0;
}

.products-count {
  font-weight: 500;
  font-size: 12px;
  line-height: 15.6px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #858585;
}

.look-media-section img,
.look-media-section video {
  width: 100%;
  display: block;
  aspect-ratio: 498/879;
  object-fit: cover;
}

/* Author Name */
.look-author {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 8px;
  border-radius: 42px;
  backdrop-filter: blur(23.799999237060547px);
  width: fit-content;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.look-products-section {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 80px;
}

.look-products-section .products {
  display: flex;
  flex-wrap: wrap;
  min-width: 400px;
  gap: 30px 0;
  margin: 0;
  max-width: calc(66vw - 55px);
}

.look-products-section .product {
  position: relative;
  padding: 0;
  border: 1px solid #efefef;
  flex: 0 0 33.33%;
  min-width: 250px;
  margin-left: -1px;
}

.look-products-section .product .mobile-description {
  display: none;
}

.look-products-section .product .woocommerce-loop-product__link {
  position: relative;
}

.look-products-section .product .woocommerce-loop-product__link img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 262/368;
  height: 368px;
}

.look-products-section .product .attribute-size-wrapper {
  position: absolute;
  top: 330px;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(13px);
  opacity: 0;
  transition: opacity 0.3s;
}

.look-products-section .product:hover .attribute-size-wrapper {
  opacity: 1;
}

.look-products-section .product:hover .more-colors {
  display: none;
}

.look-products-section .product .rtwpvs-terms-wrapper.button-variable-wrapper {
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0;
  margin-bottom: 0 !important;
  padding: 2px;
}

body.look-template-default.single.single-look .site-content .look-products-section .product .rtwpvs-term.rtwpvs-button-term {
  margin: 0;
  padding: 0;
  flex: 1;
  max-width: 30%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}

body.look-template-default.single.single-look .site-content .look-products-section .product .rtwpvs-term.rtwpvs-button-term.selected {
  background-color: white;
}

body.look-template-default.single.single-look .site-content .look-products-section .product .rtwpvs-term.rtwpvs-button-term.disabled {
  text-decoration: line-through;
}

body.look-template-default.single.single-look .site-content .look-products-section .product .rtwpvs-term.rtwpvs-button-term .rtwpvs-term-span-button {
  padding: 8px 0;
  font-size: 12px;
  white-space: nowrap;
  width: 100%;
}

.look-products-section .product .yith-wcwl-add-to-wishlist {
  top: 12px;
  right: 12px;
}

.look-products-section .product .woocommerce-loop-product__title {
  margin: 0;
}

.look-products-section .product .woocommerce-loop-product__title a {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  flex: 1;
  width: 100%;
  padding: 10px 12px 5px;
}

.look-products-section .product .price {
  padding: 0 12px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.look-products-section .product .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
}

body.look-template-default.single.single-look .site-content .look-products-section .product .rtwpvs-term-span.rtwpvs-term-span-color {
  border-radius: 0;
  width: 12px;
  height: 12px;
}

body.look-template-default.single.single-look .site-content .look-products-section .product .rtwpvs-term.rtwpvs-color-term {
  padding: 0;
  border-radius: 0;
  margin: 0;
  width: 12px;
  height: 12px;
}

body.look-template-default.single.single-look .site-content .look-products-section .product .rtwpvs-term.rtwpvs-color-term.selected .rtwpvs-term-span {
  width: 8px;
  height: 8px;
}

.single-look .product .attribute-color-wrapper {
  display: flex;
  font-size: 11px;
  color: rgba(133, 133, 133, 1);
}

.look-products-section .product .cart .stock.out-of-stock,
.look-products-section .product .cart button.single_add_to_cart_button {
  font-weight: 500;
  font-size: 12px;
  line-height: 15.6px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #181818;
  border-radius: 4px;
  border: 1px solid #181818;
  width: 100%;
  margin: 0 16px 24px;
  min-height: 40px;
  padding: 11px 15px;
}

.look-products-section .product .cart .stock.out-of-stock {
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    color: #858585;
    width: auto;
}

.look-products-section .product .rtwpvs-terms-wrapper {
  padding: 0 6px 0 12px;
  margin-bottom: 20px;
  gap: 8px;
}

.look-products-section .product .variations_form.cart .variations {
  margin: 0;
  position: unset;
}

.look-products-section .product .featured-product-arrows {
  display: none;
}

.look-products-section .product .cart button.single_add_to_cart_button:after {
  display: none;
}

.look-products-section .product .buy-one-click-wrapper {
  display: none;
}

.look-products-section .product .price .woocommerce-Price-amount.amount bdi {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #181818;
}

.other-looks {
  position: relative;
}

.other-looks:before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #000000;
  left: -55px;
  right: -55px;
  height: 1px;
}

.archive .other-looks:before {
  left: 0;
  right: 0;
}

.other-looks .other-looks-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 24.2px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #181818;
  padding: 24px 0;
  margin: 75px 0 0;
}

.archive .other-looks h2 {
  margin: 0;
  padding: 0 24px;
  text-align: left;
  color: #fff;
}

.archive .other-looks h2 > a:hover {
  text-decoration: none;
}

.other-looks-grid {
  display: flex;
  gap: 8px;
  overflow: auto;
}

.other-looks-item {
  flex: 0 0 calc(20% - 8px);
}

.archive .other-looks-item {
  flex: 0 0 calc(16.6% - 8px);
  background-color: #fff;
}

.other-look {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 333 / 593;
}

.other-look a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.other-look .other-look-wishlist.add_to_wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: #ffffff;
  border: 0;
  background: none;
  padding: 0;
  font-size: 1.6rem;
  cursor: pointer;
}
.wishlist-btn-loading i {
  display: none;
}

.other-look img,
.other-look video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.look-username {
  position: absolute;
  bottom: 19px;
  left: 14px;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(23.799999237060547px);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.other-looks {
  margin-bottom: 20px;
}

.add-cart-modal-content {
  font-family: 'IBM Plex Sans', sans-serif;
  position: fixed;
  z-index: 10;
  top: 75px;
  right: 22px;
  border: 1px solid #181818;
  background: #FFF;
  padding: 24px 16px;
  width: 440px;
  max-width: 100%;
}

.add-cart-modal:not(.hidden):hover {
  display: block !important;
}

.add-cart-modal-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.add-cart-modal-product {
  display: flex;
  align-items: center;
  gap: 12px;
}

.add-cart-modal-controls {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.add-cart-modal-btn {
  display: block;
  border-radius: 4px;
  border: 1px solid #181818;
  background: #181818;
  color: #fff;
  text-transform: uppercase;
  font-family: 'IBM Plex Sans', sans-serif;
  padding: 12px 14px;
  flex: 1;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  transition: opacity 0.3s;
}

.add-cart-modal-btn:hover {
  opacity: 0.7;
}

.add-cart-modal-btn.-outline {
  background: #fff;
  color: #181818;
}

.add-cart-modal-close {
  border: 0;
  background: none;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  padding: 0;
}
.add-cart-modal-product-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
}
.add-cart-modal-product-img {
  width: 100px;
}
.add-cart-modal-product-price {
  text-transform: none;
}
.add-cart-modal-product-attributes {
  display: flex;
  gap: 16px;
}

@media (min-width: 1850px) {
  .other-looks::before {
    left: calc((-100vw + 1755px)/2);
    right: calc((-100vw + 1755px)/2);
  }
}

@media (min-width: 1700px) {
  .look-products-section .product {
    flex-basis: 25%;
  }
}

@media (max-width: 1500px) {
  .other-looks-item {
    flex: 0 0 calc(25% - 8px);
    min-width: 275px;
  }

  .single-look .other-looks-item:nth-child(5) {
    display: none;
  }
}

@media (max-width: 1400px) {
  .look-products-section {
    align-self: center;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .rtwpvs .look-products-section .product:not(:hover) .rtwpvs-terms-wrapper .rtwpvs-color-term:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 1199px) {
  .look-content {
    gap: 24px;
  }
  .single-look .product .attribute-color-wrapper .more-colors {
    display: none;
  }
  .look-products-section .product .attribute-size-wrapper {
    opacity: 1;
  }
  .rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper[data-attribute_name="attribute_pa_size"] [data-rtwpvs-tooltip]:before,
  .rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper[data-attribute_name="attribute_pa_size"] [data-rtwpvs-tooltip]:after {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-breadcrumb {
    display: block;
    padding: 0 15px;
  }

  .other-looks-item {
    flex-basis: 50%;
  }

  .add-cart-modal-content {
    top: auto;
    right: 10px;
    left: 10px;
    bottom: 24px;
    padding: 0;
    display: flex;
    gap: 8px;
    width: auto;
  }
  
  .add-cart-modal-product-content,
  .add-cart-modal-close,
  .add-cart-modal-btn:not(.-outline) {
    display: none;
  }
  .add-cart-modal-product {
    margin: 10px;
  }
  .add-cart-modal-product-img {
    height: 56px;
    width: auto;
  }
  .add-cart-modal-title {
    order: 1;
    margin: 0;
    align-self: center;
  }

  .add-cart-modal-controls {
    order: 2;
    margin: 0;
    padding: 10px;
    align-items: center;
    border-left: solid 1px #EFEFEF;
  }

  .add-cart-modal-btn {
    border: 0;
    font-size: 1.4rem;
  }

  .look-products-section .products {
    min-width: auto;
    max-width: none;
  }

  .other-look {
    max-width: 100%;
  }

  .look-content {
    align-items: stretch;
    gap: 30px;
  }

  .look-media-section {
    width: 50%;
  }

  .other-looks {
    margin-bottom: 75px;
  }
}

@media (max-width: 575px) {
  .single-look.rtwpvs.rtwpvs-tooltip .rtwpvs-terms-wrapper [data-rtwpvs-tooltip]:before {
    margin-left: -15px;
  }
  .look-products-section .products {
    flex-direction: column;
  }
  .look-content {
    flex-direction: column;
    gap: 0;
  }

  .look-products-section,
  .look-media-section {
    width: 100%;
  }

  .look-products-section .products,
  .look-products-section .product {
    max-width: 100%;
    margin-left: 0;
    flex-wrap: nowrap;
  }

  body.look-template-default.single.single-look .site-content {
    padding: 0;
  }

  .look-products-intro-wrapper {
    padding: 10px 16px;
    margin: 16px 0;
  }

  .look-products-section .product .woocommerce-loop-product__link {
    padding-top: 150%;
    display: block;
  }

  .look-products-section .product .woocommerce-loop-product__link img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .look-products-section .product .attribute-size-wrapper {
    top: calc(100vw * 1.5 - 40px);
  }

  .other-looks-grid.swiper {
    padding: 0 16px;
  }

  .other-looks .other-looks-title {
    padding: 24px 16px;
    margin-bottom: 12px;
  }

  .other-looks::before {
    right: 0;
    left: 0;
  }
}
@media (max-width: 450px) {
  .other-looks-item {
    flex-basis: 85%;
  }
}
