.ptktyreviews-card {
    width: 100%;
    margin: 7px 0 0;
    padding: 0 0 9px;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    font-family: inherit;
    text-align: left;
}

.ptktyreviews-theme-cart-hidden {
    display: none !important;
}

.ptktyreviews-native-hidden {
    display: none !important;
}

.ptktyreviews-native-price-hidden {
    display: none !important;
}

.ptktyreviews-active-product .product-price-and-shipping.ptktyreviews-native-price-hidden,
.ptktyreviews-active-product .product-prices.ptktyreviews-native-price-hidden,
.ptktyreviews-active-product .product-price.ptktyreviews-native-price-hidden,
.ptktyreviews-active-product .current-price.ptktyreviews-native-price-hidden,
.ptktyreviews-active-product .regular-price.ptktyreviews-native-price-hidden,
.ptktyreviews-active-product .price.ptktyreviews-native-price-hidden,
body.ptktyreviews-product-active .ptktyreviews-native-price-hidden {
    display: none !important;
}

body.ptktyreviews-product-active .product-information .product-prices,
body.ptktyreviews-product-active .product-information .product-price,
body.ptktyreviews-product-active .product-information .current-price,
body.ptktyreviews-product-active .product-information .regular-price,
body.ptktyreviews-product-active .product-information .product-quantity,
body.ptktyreviews-product-active .product-information .product-actions,
body.ptktyreviews-product-active .product-information .product-add-to-cart {
    display: none !important;
}

.ptktyreviews-card--wide {
    max-width: 360px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 12px 12px;
}

.ptktyreviews-product-info-link {
    cursor: pointer;
}

.ptktyreviews-product-info-link a,
.ptktyreviews-product-info-link button,
.ptktyreviews-product-info-link input,
.ptktyreviews-product-info-link select,
.ptktyreviews-product-info-link textarea {
    cursor: auto;
}

.ptktyreviews-product-info-link .ptktyreviews-add {
    cursor: pointer;
}

.ptktyreviews-delivery {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    margin: 6px 0 4px;
    min-height: 14px;
    background: transparent;
    color: #00a650;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
}

.ptktyreviews-delivery span {
    display: inline-block;
}

.ptktyreviews-fast-delivery-icon {
    flex: 0 0 auto;
    width: 14px;
    height: 11px;
    object-fit: contain;
}

.ptktyreviews-social {
    position: relative;
    overflow: hidden;
    margin: 3px 0 4px;
    height: 20px;
    min-height: 20px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.ptktyreviews-social-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.ptktyreviews-social-item {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ptktyreviews-social-rotator .ptktyreviews-social-track {
    animation: ptktyreviews-social-track-3 9s infinite;
}

.ptktyreviews-social-count-2 .ptktyreviews-social-track {
    animation: ptktyreviews-social-track-2 6s infinite;
}

.ptktyreviews-social-count-4 .ptktyreviews-social-track {
    animation: ptktyreviews-social-track-4 12s infinite;
}

.ptktyreviews-social-single .ptktyreviews-social-track {
    transform: translateY(0);
}

.ptktyreviews-social-item em {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #344054;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ptktyreviews-social-accent {
    color: #f27a1a;
    font-weight: 700;
}

.ptktyreviews-social-icon {
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

@keyframes ptktyreviews-social-track-2 {
    0%,
    42% {
        transform: translateY(0);
    }

    50%,
    92% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(-40px);
    }
}

@keyframes ptktyreviews-social-track-3 {
    0%,
    27% {
        transform: translateY(0);
    }

    33%,
    60% {
        transform: translateY(-20px);
    }

    66%,
    93% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(-60px);
    }
}

@keyframes ptktyreviews-social-track-4 {
    0%,
    20% {
        transform: translateY(0);
    }

    25%,
    45% {
        transform: translateY(-20px);
    }

    50%,
    70% {
        transform: translateY(-40px);
    }

    75%,
    95% {
        transform: translateY(-60px);
    }

    100% {
        transform: translateY(-80px);
    }
}

.ptktyreviews-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 5px 0 6px;
    color: inherit;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none !important;
}

.ptktyreviews-rating__number {
    color: #333;
}

.ptktyreviews-rating .ptktyreviews-stars {
    font-size: 15px;
    line-height: 1;
}

.ptktyreviews-stars {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 1px;
    color: #f9a602;
    line-height: 1;
    white-space: nowrap;
}

.ptktyreviews-star {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: #f9a602;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-1px);
    text-shadow: 0 .2px 0 #d98a00;
}

.ptktyreviews-star.is-empty {
    color: #e1e5eb;
    text-shadow: none;
}

.ptktyreviews-count {
    color: #222;
}

.ptktyreviews-photo-icon {
    display: inline-block;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    max-width: 14px;
    object-fit: contain;
    line-height: 1;
    vertical-align: -2px;
}

.ptktyreviews-shipping {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 2px 0 2px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
}

.ptktyreviews-shipping img {
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.ptktyreviews-shipping-icon {
    display: inline-block;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    max-width: 12px;
    object-fit: contain;
    vertical-align: -2px;
}

.ptktyreviews-discount {
    margin: 2px 0 1px;
    color: #009b55;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.15;
}

.ptktyreviews-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 2px 0 7px;
    line-height: 1.1;
}

.ptktyreviews-price strong {
    color: #15955a;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.12;
}

.ptktyreviews-price del {
    color: #777;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none !important;
}

.ptktyreviews-add {
    display: block;
    width: 100%;
    min-height: 38px;
    border: 1px solid #e58b22;
    border-radius: 4px;
    background: #fff;
    color: #d97912;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.ptktyreviews-add:hover {
    background: #fff7ed;
}

.ptktyreviews-manual-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.ptktyreviews-detail-panel {
    width: 100%;
    margin: 0 0 18px;
    padding: 14px 0 0;
    border-top: 0;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    color: #1f2937;
    font-family: inherit;
    box-sizing: border-box;
}

.ptktyreviews-detail-badges,
.ptktyreviews-detail-rating,
.ptktyreviews-detail-actions {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.ptktyreviews-detail-badges {
    margin-bottom: 13px;
}

.ptktyreviews-detail-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f5f7fb;
    color: #7a8493;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.ptktyreviews-detail-badge--hot {
    background: #fff2e7;
    color: #f27a1a;
}

.ptktyreviews-detail-title {
    margin: 0 0 12px;
    color: #1f2937;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: 0;
}

.ptktyreviews-detail-rating {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 20px;
}

.ptktyreviews-detail-rating strong {
    display: inline-flex;
    align-items: center;
    height: 20px;
    color: #111827;
}

.ptktyreviews-detail-rating .ptktyreviews-stars {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
}

.ptktyreviews-detail-rating a {
    display: inline-flex;
    align-items: center;
    height: 20px;
}

.ptktyreviews-detail-rating a,
.ptktyreviews-liked {
    color: #5c6470;
    text-decoration: none;
}

.ptktyreviews-detail-photo {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 20px;
    color: #384150;
}

.ptktyreviews-detail-photo .ptktyreviews-photo-icon {
    flex-basis: 14px;
    width: 14px;
    height: 14px;
    max-width: 14px;
}

.ptktyreviews-liked {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
}

.ptktyreviews-liked span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffc02f;
    position: relative;
}

.ptktyreviews-liked span::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(40deg);
}

.ptktyreviews-detail-social {
    position: relative;
    overflow: hidden;
    margin: 6px 0 12px;
    height: 22px;
    min-height: 22px;
    color: #3d4654;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}

.ptktyreviews-detail-discount {
    margin: 10px 0 5px;
    color: #009b55;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.ptktyreviews-detail-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 4px 0 18px;
}

.ptktyreviews-detail-price strong {
    color: #009b55;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
}

.ptktyreviews-detail-price del {
    color: #8c94a1;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
}

.ptktyreviews-detail-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 2px 0 18px;
}

.ptktyreviews-buy,
.ptktyreviews-detail-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 44px;
    min-height: 42px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    flex: 1 1 150px;
    line-height: 1.2;
    padding: 0 16px;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.ptktyreviews-buy {
    border: 2px solid #f27a1a;
    background: #fff;
    color: #f27a1a;
}

.ptktyreviews-buy:hover {
    background: #fff7ed;
}

.ptktyreviews-detail-add {
    border: 2px solid #f27a1a;
    background: #f27a1a;
    color: #fff;
}

.ptktyreviews-detail-add:hover {
    background: #dc680f;
    border-color: #dc680f;
}

.ptktyreviews-buy.is-loading,
.ptktyreviews-detail-add.is-loading,
.ptktyreviews-add.is-loading {
    opacity: .65;
    pointer-events: none;
}

.ptktyreviews-favorite {
    width: 42px;
    height: 42px;
    min-height: 42px;
    border: 1px solid #dfe4eb;
    border-radius: 50%;
    background: #fff;
    color: #94a3b8;
    cursor: pointer;
    flex: 0 0 42px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
}

.ptktyreviews-favorite.is-active {
    border-color: #f27a1a;
    background: #fff7ed;
    color: #f27a1a;
}

.ptktyreviews-detail-delivery {
    margin: 2px 0 16px;
    padding: 11px 14px;
    border-radius: 8px;
    background: #ecfbf4;
    color: #087443;
}

.ptktyreviews-detail-delivery > strong {
    display: block;
}

.ptktyreviews-detail-delivery > strong {
    font-size: 12px;
    font-weight: 700;
}

.ptktyreviews-delivery-estimate {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(8, 116, 67, .12);
    color: #1f2937;
}

.ptktyreviews-carrier-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    width: 58px;
    height: 34px;
    border: 1px solid #e7edf3;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.ptktyreviews-carrier-logo img {
    display: block;
    max-width: 52px;
    max-height: 28px;
    object-fit: contain;
}

.ptktyreviews-carrier-logo .ptktyreviews-shipping-icon {
    width: 18px;
    height: 18px;
    max-width: 18px;
    margin-top: 0;
}

.ptktyreviews-delivery-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    min-height: 34px;
}

.ptktyreviews-delivery-title {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #263141;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.ptktyreviews-delivery-title em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border: 1px solid #9aa4b2;
    border-radius: 50%;
    color: #667085;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.ptktyreviews-free-shipping {
    display: block;
    margin-top: 0;
    color: #009b55;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.ptktyreviews-delivery-copy small {
    display: block;
    margin-top: 0;
    color: #344054;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.ptktyreviews-comments {
    box-sizing: border-box;
    width: min(100%, 1180px);
    max-width: calc(100% - 30px);
    margin: 28px auto;
    padding: 22px;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
}

.ptktyreviews-comments-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.ptktyreviews-comments-head span {
    display: block;
    color: #f27a1a;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.ptktyreviews-comments-head h2 {
    margin: 4px 0 0;
    font-size: 22px;
    font-weight: 900;
}

.ptktyreviews-comments-score {
    min-width: 130px;
    padding: 12px;
    border-radius: 8px;
    background: #f7f8fa;
    text-align: center;
}

.ptktyreviews-comments-score strong,
.ptktyreviews-comments-score small {
    display: block;
}

.ptktyreviews-comments-score strong {
    font-size: 24px;
    line-height: 1;
}

.ptktyreviews-comments-score .ptktyreviews-stars {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 5px auto 0;
    font-size: 18px;
    white-space: nowrap;
}

.ptktyreviews-comments-score .ptktyreviews-star,
.ptktyreviews-comment-top .ptktyreviews-star {
    display: inline-flex !important;
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
}

.ptktyreviews-comments-score small {
    margin-top: 3px;
    color: #667085;
}

.ptktyreviews-comment-list {
    display: grid;
    gap: 12px;
}

.ptktyreviews-comment {
    padding: 15px;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    background: #fff;
}

.ptktyreviews-comment[hidden] {
    display: none !important;
}

.ptktyreviews-comment-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.ptktyreviews-comment-top .ptktyreviews-stars {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    width: auto;
    font-size: 15px;
    white-space: nowrap;
}

.ptktyreviews-comment-top strong {
    color: #263141;
    font-size: 14px;
}

.ptktyreviews-comment-top em {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #ecfbf4;
    color: #087443;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.ptktyreviews-comment p {
    margin: 0 0 8px;
    color: #3d4654;
    font-size: 14px;
    line-height: 1.5;
}

.ptktyreviews-comment-media {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.ptktyreviews-comment-media a,
.ptktyreviews-comment-media button {
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    background: #f7f8fa;
    cursor: pointer;
    padding: 0;
}

.ptktyreviews-comment-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptktyreviews-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(10, 15, 26, .96);
}

.ptktyreviews-lightbox.is-open {
    display: flex;
}

.ptktyreviews-lightbox img {
    display: block;
    max-width: min(920px, 96vw);
    max-height: 90vh;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
    object-fit: contain;
}

.ptktyreviews-lightbox-close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #1f2937;
    cursor: pointer;
    font-size: 30px;
    line-height: 38px;
}

body.ptktyreviews-lightbox-open {
    overflow: hidden;
}

.ptktyreviews-comment small,
.ptktyreviews-comment-empty {
    color: #7b8494;
    font-size: 12px;
}

.ptktyreviews-comment-empty {
    padding: 14px;
    border-radius: 8px;
    background: #f7f8fa;
}

.ptktyreviews-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.ptktyreviews-more {
    min-width: 190px;
    min-height: 42px;
    border: 1px solid #f27a1a;
    border-radius: 8px;
    background: #fff;
    color: #f27a1a;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    transition: background .15s ease, color .15s ease;
}

.ptktyreviews-more:hover {
    background: #fff7ed;
}

.ptktyreviews-review-form {
    margin-top: 22px;
    padding: 18px;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    background: #fbfcfe;
}

.ptktyreviews-review-form h3 {
    margin: 0 0 14px;
    color: #1f2937;
    font-size: 18px;
    font-weight: 900;
}

.ptktyreviews-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ptktyreviews-review-form label {
    display: block;
    margin: 0 0 12px;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
}

.ptktyreviews-review-form input,
.ptktyreviews-review-form select,
.ptktyreviews-review-form textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
    border: 1px solid #dfe5ec;
    border-radius: 8px;
    background: #fff;
    color: #1f2937;
    font-size: 14px;
    padding: 10px 12px;
}

.ptktyreviews-review-form textarea {
    resize: vertical;
}

.ptktyreviews-image-field span {
    display: block;
    margin-top: 3px;
    color: #7b8494;
    font-size: 12px;
    font-weight: 600;
}

.ptktyreviews-review-form input[type="file"] {
    padding: 9px;
}

.ptktyreviews-submit-review {
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    background: #f27a1a;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    padding: 0 20px;
}

.ptktyreviews-form-message,
.ptktyreviews-form-note {
    margin-bottom: 14px;
    padding: 11px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.ptktyreviews-form-message.is-success {
    background: #ecfbf4;
    color: #087443;
}

.ptktyreviews-form-message.is-error,
.ptktyreviews-form-note {
    background: #fff7ed;
    color: #b54708;
}

@media (max-width: 767px) {
    .product-miniature .ptktyreviews-card,
    .js-product-miniature .ptktyreviews-card,
    [data-id-product].product-miniature .ptktyreviews-card {
        margin-top: 4px;
        padding-bottom: 7px;
    }

    .product-miniature .product-title,
    .product-miniature .product-title a,
    .product-miniature .h3.product-title,
    .product-miniature h2.product-title,
    .product-miniature h3.product-title,
    .product-miniature .product-description .product-title,
    .product-miniature .product-description .product-title a,
    .product-miniature .product-description > a,
    .product-miniature .product_name,
    .product-miniature .product-name,
    .js-product-miniature .product-title,
    .js-product-miniature .product-title a,
    .js-product-miniature .h3.product-title,
    .js-product-miniature h2.product-title,
    .js-product-miniature h3.product-title,
    .js-product-miniature .product-description .product-title,
    .js-product-miniature .product-description .product-title a,
    .js-product-miniature .product-description > a,
    .js-product-miniature .product_name,
    .js-product-miniature .product-name,
    [data-id-product].product-miniature .product-title,
    [data-id-product].product-miniature .product-title a,
    [data-id-product].product-miniature .h3.product-title,
    [data-id-product].product-miniature h2.product-title,
    [data-id-product].product-miniature h3.product-title,
    [data-id-product].product-miniature .product-description .product-title,
    [data-id-product].product-miniature .product-description .product-title a,
    [data-id-product].product-miniature .product-description > a,
    [data-id-product].product-miniature .product_name,
    [data-id-product].product-miniature .product-name {
        display: block;
        overflow: visible;
        min-height: 0;
        max-height: none;
        -webkit-line-clamp: initial;
        font-size: 13px;
        line-height: 17px;
    }

    .product-miniature .ptktyreviews-delivery,
    .js-product-miniature .ptktyreviews-delivery,
    [data-id-product].product-miniature .ptktyreviews-delivery {
        gap: 3px;
        margin: 3px 0 1px;
        min-height: 13px;
        font-size: 10px;
        line-height: 13px;
    }

    .product-miniature .ptktyreviews-fast-delivery-icon,
    .js-product-miniature .ptktyreviews-fast-delivery-icon,
    [data-id-product].product-miniature .ptktyreviews-fast-delivery-icon {
        width: 13px;
        height: 10px;
    }

    .product-miniature .ptktyreviews-social,
    .js-product-miniature .ptktyreviews-social,
    [data-id-product].product-miniature .ptktyreviews-social {
        margin: 1px 0 2px;
        height: 15px;
        min-height: 15px;
        font-size: 10px;
        line-height: 15px;
    }

    .product-miniature .ptktyreviews-social-item,
    .js-product-miniature .ptktyreviews-social-item,
    [data-id-product].product-miniature .ptktyreviews-social-item {
        gap: 2px;
        flex-basis: 15px;
        height: 15px;
    }

    .product-miniature .ptktyreviews-social-icon,
    .js-product-miniature .ptktyreviews-social-icon,
    [data-id-product].product-miniature .ptktyreviews-social-icon {
        flex-basis: 12px;
        width: 12px;
        height: 12px;
    }

    .product-miniature .ptktyreviews-social-count-2 .ptktyreviews-social-track,
    .js-product-miniature .ptktyreviews-social-count-2 .ptktyreviews-social-track,
    [data-id-product].product-miniature .ptktyreviews-social-count-2 .ptktyreviews-social-track {
        animation-name: ptktyreviews-mobile-social-track-2;
    }

    .product-miniature .ptktyreviews-social-count-3 .ptktyreviews-social-track,
    .js-product-miniature .ptktyreviews-social-count-3 .ptktyreviews-social-track,
    [data-id-product].product-miniature .ptktyreviews-social-count-3 .ptktyreviews-social-track {
        animation-name: ptktyreviews-mobile-social-track-3;
    }

    .product-miniature .ptktyreviews-social-count-4 .ptktyreviews-social-track,
    .js-product-miniature .ptktyreviews-social-count-4 .ptktyreviews-social-track,
    [data-id-product].product-miniature .ptktyreviews-social-count-4 .ptktyreviews-social-track {
        animation-name: ptktyreviews-mobile-social-track-4;
    }

    .product-miniature .ptktyreviews-rating,
    .js-product-miniature .ptktyreviews-rating,
    [data-id-product].product-miniature .ptktyreviews-rating {
        gap: 2px;
        margin: 3px 0 4px;
        overflow: hidden;
        font-size: 11px;
        line-height: 14px;
        white-space: nowrap;
    }

    .product-miniature .ptktyreviews-rating .ptktyreviews-stars,
    .js-product-miniature .ptktyreviews-rating .ptktyreviews-stars,
    [data-id-product].product-miniature .ptktyreviews-rating .ptktyreviews-stars {
        flex: 0 0 auto;
        font-size: 12px;
    }

    .product-miniature .ptktyreviews-count,
    .js-product-miniature .ptktyreviews-count,
    [data-id-product].product-miniature .ptktyreviews-count {
        overflow: hidden;
        min-width: 0;
        text-overflow: ellipsis;
    }

    .product-miniature .ptktyreviews-photo-icon,
    .js-product-miniature .ptktyreviews-photo-icon,
    [data-id-product].product-miniature .ptktyreviews-photo-icon {
        flex-basis: 11px;
        width: 11px;
        height: 11px;
        max-width: 11px;
    }

    .product-miniature .ptktyreviews-shipping,
    .js-product-miniature .ptktyreviews-shipping,
    [data-id-product].product-miniature .ptktyreviews-shipping {
        align-items: flex-start;
        gap: 2px;
        margin: 1px 0 2px;
        font-size: 10px;
        line-height: 12px;
    }

    .product-miniature .ptktyreviews-shipping-icon,
    .js-product-miniature .ptktyreviews-shipping-icon,
    [data-id-product].product-miniature .ptktyreviews-shipping-icon {
        flex-basis: 11px;
        width: 11px;
        height: 11px;
        max-width: 11px;
        margin-top: 1px;
    }

    .product-miniature .ptktyreviews-discount,
    .js-product-miniature .ptktyreviews-discount,
    [data-id-product].product-miniature .ptktyreviews-discount {
        margin: 1px 0 1px;
        font-size: 9.5px;
        font-weight: 650;
        line-height: 1.08;
    }

    .product-miniature .ptktyreviews-price,
    .js-product-miniature .ptktyreviews-price,
    [data-id-product].product-miniature .ptktyreviews-price {
        display: flex;
        flex-wrap: wrap;
        gap: 0 2px;
        margin: 1px 0 4px;
        line-height: 1;
    }

    .product-miniature .ptktyreviews-price strong,
    .js-product-miniature .ptktyreviews-price strong,
    [data-id-product].product-miniature .ptktyreviews-price strong {
        font-size: 10.5px;
        font-weight: 650;
        line-height: 1.08;
    }

    .product-miniature .ptktyreviews-price del,
    .js-product-miniature .ptktyreviews-price del,
    [data-id-product].product-miniature .ptktyreviews-price del {
        font-size: 8.5px;
        line-height: 1.05;
    }

    .product-miniature .ptktyreviews-add,
    .js-product-miniature .ptktyreviews-add,
    [data-id-product].product-miniature .ptktyreviews-add {
        min-height: 28px;
        padding: 0 4px;
        font-size: 11px;
        line-height: 1.15;
    }

    .ptktyreviews-detail-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .ptktyreviews-buy,
    .ptktyreviews-detail-add {
        width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        flex: 0 0 44px !important;
        padding: 0 14px !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    .ptktyreviews-favorite {
        width: 100%;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        flex: 0 0 44px !important;
        border-radius: 8px;
        padding: 0 !important;
        font-size: 24px !important;
        line-height: 1 !important;
    }

    .ptktyreviews-comments {
        max-width: calc(100% - 20px);
        padding: 16px;
    }

    .ptktyreviews-comments-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ptktyreviews-comments-score {
        width: 100%;
    }

    .ptktyreviews-form-grid {
        grid-template-columns: 1fr;
    }
}

@keyframes ptktyreviews-mobile-social-track-2 {
    0%,
    42% {
        transform: translateY(0);
    }

    50%,
    92% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(-30px);
    }
}

@keyframes ptktyreviews-mobile-social-track-3 {
    0%,
    27% {
        transform: translateY(0);
    }

    33%,
    60% {
        transform: translateY(-15px);
    }

    66%,
    93% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(-45px);
    }
}

@keyframes ptktyreviews-mobile-social-track-4 {
    0%,
    20% {
        transform: translateY(0);
    }

    25%,
    45% {
        transform: translateY(-15px);
    }

    50%,
    70% {
        transform: translateY(-30px);
    }

    75%,
    95% {
        transform: translateY(-45px);
    }

    100% {
        transform: translateY(-60px);
    }
}
