/* Platform shortcodes — tema CSS değişkenlerini / buton sınıflarını kullanır */

.ws-sc-products {
    padding: 60px 0;
}

.ws-sc-products__head .title {
    font-family: var(--tg-heading-font-family, inherit);
    color: var(--tg-heading-font-color, inherit);
}

.ws-sc-product-card {
    margin-bottom: 24px;
}

.ws-sc-product-card__media {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: var(--tg-gray-two, #f5f5f5);
}

.ws-sc-product-card__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.ws-sc-product-card__body {
    padding-top: 14px;
}

.ws-sc-product-card__title {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-family: var(--tg-heading-font-family, inherit);
    font-weight: var(--tg-heading-font-weight, 600);
    line-height: 1.3;
}

.ws-sc-product-card__title a {
    color: var(--tg-heading-font-color, inherit);
    text-decoration: none;
}

.ws-sc-product-card__title a:hover {
    color: var(--tg-primary-color, #487fff);
}

.ws-sc-product-card__price {
    font-family: var(--tg-body-font-family, inherit);
    color: var(--tg-primary-color, #487fff);
    font-weight: 600;
}

.ws-sc-product-card__price del {
    margin-inline-start: 0.35rem;
    opacity: 0.65;
    font-size: 0.9em;
    font-weight: 400;
    color: var(--tg-body-font-color, #777);
}

/* About block */
.ws-sc-about {
    padding: 80px 0;
}

.ws-sc-about__thumbs {
    position: relative;
    min-height: 360px;
    margin-bottom: 32px;
}

.ws-sc-about__thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.ws-sc-about__thumb--main {
    width: 78%;
}

.ws-sc-about__thumb--secondary {
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 48%;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.ws-sc-about__content {
    padding-inline-start: clamp(0px, 4vw, 48px);
}

.ws-sc-about__subtitle {
    display: inline-block;
    margin-bottom: 12px;
    font-family: var(--tg-body-font-family, inherit);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tg-primary-color, #487fff);
}

.ws-sc-about__title {
    margin: 0 0 20px;
    font-family: var(--tg-heading-font-family, inherit);
    font-weight: var(--tg-heading-font-weight, 600);
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    line-height: 1.2;
    color: var(--tg-heading-font-color, inherit);
}

.ws-sc-about__desc {
    margin: 0 0 28px;
    font-family: var(--tg-body-font-family, inherit);
    color: var(--tg-body-font-color, #777);
    line-height: 1.7;
}

.ws-sc-about__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ws-sc-about__btn svg {
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .ws-sc-about {
        padding: 56px 0;
    }

    .ws-sc-about__content {
        padding-inline-start: 0;
        margin-top: 16px;
    }
}

@media (max-width: 575px) {
    .ws-sc-about__thumbs {
        min-height: 0;
    }

    .ws-sc-about__thumb--main,
    .ws-sc-about__thumb--secondary {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto;
        margin-bottom: 12px;
        box-shadow: none;
    }
}
