.tc-product-shortcode,
.tc-product-shortcode:link,
.tc-product-shortcode:visited {
    display: flex;
    align-items: stretch;
    gap: 14px;
    max-width: 600px;
    margin: 14px 0;
    padding: 10px;
    color: #293042;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(41, 48, 66, 0.06);
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.tc-product-shortcode:hover,
.tc-product-shortcode:focus {
    color: #293042;
    text-decoration: none;
    border-color: #c9d2df;
    box-shadow: 0 8px 20px rgba(41, 48, 66, 0.1);
}

.tc-product-shortcode:focus-visible {
    outline: 2px solid #10a4f4;
    outline-offset: 3px;
}

.tc-product-shortcode__image {
    display: flex;
    flex: 0 0 100px;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #f6f8fc;
    border-radius: 6px;
}

.tc-product-shortcode__image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.tc-product-shortcode__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.tc-product-shortcode__title {
    margin: 2px 0 6px;
    color: #293042;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    transition: color 0.16s ease;
}

.tc-product-shortcode__title-link,
.tc-product-shortcode__title-link:link,
.tc-product-shortcode__title-link:visited {
    color: inherit;
    text-decoration: none;
}

.cr-qna-list-answer-s .tc-product-shortcode .tc-product-shortcode__title-link,
.cr-qna-list-answer-s .tc-product-shortcode .tc-product-shortcode__title-link:link,
.cr-qna-list-answer-s .tc-product-shortcode .tc-product-shortcode__title-link:visited {
    color: inherit !important;
    text-decoration: none !important;
}

.cr-qna-list-answer-s .tc-product-shortcode .tc-product-shortcode__title-link:hover,
.cr-qna-list-answer-s .tc-product-shortcode .tc-product-shortcode__title-link:focus {
    color: #10a4f4 !important;
    text-decoration: none !important;
}

.tc-product-shortcode:hover .tc-product-shortcode__title,
.tc-product-shortcode:focus .tc-product-shortcode__title,
.tc-product-shortcode__title-link:hover,
.tc-product-shortcode__title-link:focus {
    color: #10a4f4;
    text-decoration: none;
}

.tc-product-shortcode__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin-bottom: 10px;
}

.tc-product-shortcode__stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.tc-product-shortcode__stock--in {
    color: #168a45;
}

.tc-product-shortcode__stock--out {
    color: #b42318;
}

.tc-product-shortcode .tc-stock-pulse {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22a756;
}

.tc-product-shortcode .tc-stock-pulse::before {
    position: absolute;
    inset: -5px;
    content: "";
    border-radius: inherit;
    background: rgba(34, 167, 86, .18);
    animation: tc-stock-pulse 1.8s ease-out infinite;
}

.tc-product-shortcode__stock--out .tc-stock-pulse {
    background: #d92d20;
}

.tc-product-shortcode__stock--out .tc-stock-pulse::before {
    background: rgba(217, 45, 32, .16);
}

.tc-product-shortcode__meta-separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c8ced8;
}

.tc-product-shortcode__rating {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #737b8a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.tc-product-shortcode__rating .star-rating {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    line-height: 1;
}

.tc-product-shortcode__rating .tc-svg-rating {
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
}

.tc-product-shortcode__rating .fa-star-o::before {
    content: "☆";
    color: #f59e0b;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1;
}

.tc-product-shortcode__rating-text {
    white-space: nowrap;
}

.tc-product-shortcode__footer {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.tc-product-shortcode__price {
    color: #293042;
    font-size: 21px;
    font-weight: 750;
    line-height: 1.1;
}

.tc-product-shortcode__price .amount,
.tc-product-shortcode__price .woocommerce-Price-currencySymbol {
    color: inherit;
    font: inherit;
}

.tc-product-shortcode__price del {
    margin-left: 5px;
    color: #7b8494;
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
}

.tc-product-shortcode__price ins {
    text-decoration: none;
}

.tc-product-shortcode--small {
    gap: 10px;
    max-width: 460px;
    margin: 10px 0;
    padding: 10px;
}

.tc-product-shortcode--small .tc-product-shortcode__image {
    flex-basis: 75px;
    width: 75px;
    height: 75px;
}

.tc-product-shortcode--small .tc-product-shortcode__title {
    margin-bottom: 5px;
    font-size: 14px;
}

.tc-product-shortcode--small .tc-product-shortcode__meta {
    margin-bottom: 8px;
}

.tc-product-shortcode--small .tc-product-shortcode__stock {
    gap: 6px;
    font-size: 12px;
}

.tc-product-shortcode--small .tc-stock-pulse {
    width: 7px;
    height: 7px;
}

.tc-product-shortcode--small .tc-stock-pulse::before {
    inset: -4px;
}

.tc-product-shortcode--small .tc-product-shortcode__rating {
    gap: 5px;
    font-size: 12px;
}

.tc-product-shortcode--small .tc-product-shortcode__rating .tc-svg-rating {
    width: 11px;
    min-width: 11px;
    height: 11px;
    min-height: 11px;
}

.tc-product-shortcode--small .tc-product-shortcode__rating .fa-star-o::before {
    font-size: 12px;
}

.tc-product-shortcode--small .tc-product-shortcode__price {
    font-size: 17px;
}

.tc-product-shortcode--small .tc-product-shortcode__price del {
    margin-left: 4px;
    font-size: 12px;
}

.tc-product-shortcode--medium {
    max-width: 600px;
}

.tc-product-shortcode--large {
    gap: 20px;
    max-width: 760px;
    margin: 20px 0;
    padding: 20px;
}

.tc-product-shortcode--large .tc-product-shortcode__image {
    flex-basis: 125px;
    width: 125px;
    height: 125px;
}

.tc-product-shortcode--large .tc-product-shortcode__title {
    margin-bottom: 8px;
    font-size: 18px;
}

.tc-product-shortcode--large .tc-product-shortcode__meta {
    margin-bottom: 16px;
}

.tc-product-shortcode--large .tc-product-shortcode__stock {
    gap: 8px;
    font-size: 14px;
}

.tc-product-shortcode--large .tc-stock-pulse {
    width: 14px;
    height: 14px;
}

.tc-product-shortcode--large .tc-stock-pulse::before {
    inset: -7px;
}

.tc-product-shortcode--large .tc-product-shortcode__rating {
    gap: 8px;
    font-size: 15px;
}

.tc-product-shortcode--large .tc-product-shortcode__rating .tc-svg-rating {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
}

.tc-product-shortcode--large .tc-product-shortcode__rating .fa-star-o::before {
    font-size: 16px;
}

.tc-product-shortcode--large .tc-product-shortcode__price {
    font-size: 28px;
}

.tc-product-shortcode--large .tc-product-shortcode__price del {
    margin-left: 8px;
    font-size: 18px;
}

@media (max-width: 560px) {
    .tc-product-shortcode,
    .tc-product-shortcode:link,
    .tc-product-shortcode:visited {
        gap: 12px;
        padding: 12px;
    }

    .tc-product-shortcode__title {
        font-size: 16px;
    }

    .tc-product-shortcode--small .tc-product-shortcode__title {
        font-size: 13px;
    }

    .tc-product-shortcode--large .tc-product-shortcode__title {
        font-size: 18px;
    }

    .tc-product-shortcode__price {
        font-size: 20px;
    }

    .tc-product-shortcode--small .tc-product-shortcode__price {
        font-size: 16px;
    }

    .tc-product-shortcode--large .tc-product-shortcode__price {
        font-size: 23px;
    }
}

@media (max-width: 380px) {
    .tc-product-shortcode {
        flex-direction: column;
    }
}

@keyframes tc-stock-pulse {
    0% {
        opacity: 1;
        transform: scale(.7);
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}
