.product-header__hero {
    padding: 0 20px;
    margin-block-start: 2rem;
}
@media only screen and (min-width: 992px) {
    .product-header__hero {
        padding: 0 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .product-header__hero {
        padding: 0 60px;
    }
}
@media only screen and (min-width: 1400px) {
    .product-header__hero {
        padding: 0 80px;
    }
}

.product-header__attachments-box {
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .product-header__attachments-box {
        width: 33%;
    }
}

.product-header__attachments-slider-thumb .swiper-slide {
    opacity: 0.75;
}

.product-header__attachments-slider-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.product-header__properties-box {
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .product-header__properties-box {
        width: 38%;
    }
}
.product-header__property-general {
    min-width: 135px;
    max-width: 135px;
    background-color: #f0f0f1;
    color: #696a6c;
}
.product-header__property-general-tooltip {
    --bs-tooltip-bg: var(--miracel-primary-color);
    --bs-tooltip-color: var(--miracel-primary-white-color);
    --bs-border-radius: 0.25rem;
}
.product-header__properties-box > hr {
    border-color: #81858b;
}
.product-header__properties-cta hr {
    border-color: #81858b;
}
.product-header__properties-cta-button {
    border: 1px solid #c0c2c5;
    font-size: calc(0.6rem + 0.25vw);
}
.product-header__properties-cta-icon {
    width: 12px;
    height: 12px;
}
.product-header__properties-intro span {
    color: #c0c2c5;
}
.product-header__info-box {
 //   border: 1px solid var(--miracel-primary-color);
    background-color: var(--miracel-cta-color);
    width: 100%;
}
@media only screen and (min-width: 992px) {
    .product-header__info-box {
        width: 27%;
    }
}
.product-header__info-shop-icon {
    width: 52px;
    height: 52px;
}
.product-header__price-info {
    font-size: 1rem;
}
.product-header__pricing-info-tooltip {
    --bs-tooltip-bg: var(--miracel-primary-color);
    --bs-tooltip-color: var(--miracel-primary-white-color);
    --bs-border-radius: 0.25rem;
}
.product-header__secondary-price {
    width: 20px;
    height: 20px;
}
.product-header__secondary-price-tooltip {
    --bs-tooltip-bg: var(--miracel-primary-color);
    --bs-tooltip-color: var(--miracel-primary-white-color);
    --bs-border-radius: 0.25rem;
}
.product-shops__divider {
    height: 2px;
    border: none;
    background-color: #81858b;
}
.product-shops__title-divider {
    width: 5rem;
    height: 2px;
}
.product-shop__cart-wrapper {
    max-width: 200px;
}
.product-shops__shop-wrapper:nth-child(even) {
    background-color: #f0f0f1;
}
.product-shops__text-wrapper {
    max-width: 240px;
}
.product-shops__price-wrapper {
    max-width: 320px;
}
.product-similarity__wrapper {
    border: 1px solid #c0c2c5;
}
.similar-product__title {
    font-size: calc(0.75rem + 0.25vw);
}
.similar-product__subtitle {
    font-size: calc(0.75rem + 0.1vw);
}
.product-similarity__slide:not(:last-of-type) {
    border-inline-end: 1px solid #c0c2c5;
}
.product-info__tab {
    border-bottom: 1px solid #c0c2c5;
}
.product-info__tab-item {
    color: #81858b;
    font-size: calc(0.75rem + 0.1vw);
}
.product-info__tab-item--active {
    position: relative;
    color: var(--miracel-secondary-color);
}
.product-info__tab-item--active::after {
    content: "";
    position: absolute;
    bottom: -50%;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 100px;
    background-color: var(--miracel-secondary-color);
}
.product-info__introduction-content, .product-info__review-content {
    text-align: justify;
    font-size: 0.8rem;
    line-height: 2;
}
@media only screen and (min-width: 992px) {
    .product-info__introduction-content, .product-info__review-content {
        text-align: justify;
        font-size: 1rem;
        line-height: 2;
    }
}
.product-info__introduction-content img, .product-info__review-content img,
.product-info__introduction-content video, .product-info__review-content video {
    max-width: 100%;
    height: auto;
}
.product-info__load-more-box {
    font-size: 1rem;
}
.product-info__load-more-box svg {
    width: 16px;
    height: 16px;
}
.product-info__specification-content {
    max-width: 768px;
}
.product-info__specification-key {
    color: #81858b;
}
.product-info__specification-value {
    border-bottom: 1px solid #dadada;
}
.product-info__comment-content {
    max-width: 768px;
}
.product-header__attachments-slider-video-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.fade-gradient {
    position: relative;
}

.fade-gradient::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(transparent, #f9f9f9);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.fade-gradient.expanded::after {
    opacity: 0;
}
.content-text.collapsed {
    overflow: hidden;
    position: relative;
}

.content-text.expanded {
    overflow: visible;
}