@charset "utf-8";

._descriptionContainer_m3qr3_1 { display: flex; gap: 8px; justify-content: space-between; padding: 5px 15px 5px 5px; width: 100%; border-radius: 5px; background: white; align-items: center; }

._descriptionContent_m3qr3_12 { display: -webkit-box; -webkit-box-orient: vertical; white-space: break-spaces; word-break: break-word; padding: 0px 6px; font-size: 14px; font-weight: 400; line-height: 18px; overflow: hidden; text-overflow: ellipsis; flex-wrap: wrap; -webkit-line-clamp: 3; }

._descriptionTileButton_m3qr3_29 { display: flex; align-items: center; justify-content: center; flex-shrink: 0; cursor: pointer; transition: opacity 0.1s; background: rgb(0, 0, 0); padding: 8px; border-radius: 100%; width: 30px; height: 30px; align-self: center; }

._descriptionTileButton_m3qr3_29:hover { transform: scale(1.05); }

._productContainer_4t3oi_1 { display: flex; justify-content: space-between; padding: 5px; width: 100%; cursor: pointer; }

._productLeftContainer_4t3oi_9 { display: flex; gap: 8px; }

._productTextContainer_4t3oi_14 { display: flex; flex-direction: column; max-width: 224px; padding: 12px 0px; }

._productImage_4t3oi_21 { width: 56px; height: 70px; border-radius: 2px; object-fit: cover; align-self: center; }

._productText_4t3oi_14 { font-size: 12px; font-weight: 700; line-height: 16px; }

._productCompareAt_4t3oi_35 { text-decoration: line-through; color: rgb(179, 182, 188); }

._productTilePriceSkeleton_4t3oi_40 { display: inline-block; padding: 0px 8px; color: rgb(170, 170, 170); background-color: rgb(221, 221, 221); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); background-position: left -30px top 0px; background-repeat: no-repeat; border-radius: 4px; animation: 1s ease 0s infinite normal none running _shine_4t3oi_1; }

@keyframes _shine_4t3oi_1 { 
  100% { background-position: right -30px top 0px; }
}

._variantTitle_4t3oi_63:empty { display: none; }

._quickAddButton_4t3oi_67 { padding: 0px; width: 30px; height: 30px; align-items: center; align-self: center; border: none; background: none; cursor: pointer; }

._quickAddButton_4t3oi_67:hover { transform: scale(1.05); }

._productFallbackContainer_qhut8_1 { display: flex; justify-content: center; align-items: center; width: 100%; }

._productFallbackText_qhut8_8 { font-size: 14px; font-weight: 400; line-height: 18px; overflow: hidden; text-overflow: ellipsis; flex-wrap: wrap; -webkit-line-clamp: 3; }

.tolstoy-swipe-carousel-container .tolstoy-swipe-carousel-arrow {
  opacity: 0; transition: opacity 0.3s; transform: translateY(-50%);
  @media screen and (max-width: 450px) {
  display: none !important;
}
}

.tolstoy-swipe-carousel-container .tolstoy-swipe-carousel-arrow.tolstoy-arrow-prev { transform: translateY(-50%) rotate(180deg); }

.tolstoy-swipe-carousel-container:hover {
  & .tolstoy-swipe-carousel-arrow { opacity: 1; }
}