/* Kategori bilgi alanlari V51
   Yalnizca body.page-category altinda calisir. */

body.page-category .category-information-724 {
    --ci724-text: #0d1733;
    --ci724-muted: #74809a;
    --ci724-line: rgba(13, 23, 51, .09);
    --ci724-soft: #f7f8fc;
    --ci724-panel: #fff;
    --ci724-star: #ffb21d;
    position: relative;
    padding: 18px 0 78px;
    background:
        radial-gradient(circle at 6% 7%, color-mix(in srgb, var(--main-color) 7%, transparent), transparent 25%),
        radial-gradient(circle at 94% 92%, rgba(47, 123, 255, .06), transparent 27%),
        #f4f6fb;
}

body.page-category .category-information-724 *,
body.page-category .category-information-724 *::before,
body.page-category .category-information-724 *::after {
    box-sizing: border-box;
}

body.page-category .category-information-724 [hidden] {
    display: none !important;
}

body.page-category .category-tabs-shell-724 {
    position: relative;
    z-index: 4;
    margin: 0 0 22px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(13, 23, 51, .055);
    border-radius: 26px;
    background: #e9ecf8;
    box-shadow: 0 16px 42px rgba(22, 31, 68, .075);
}

body.page-category .category-tabs-scroll-724 {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

body.page-category .category-tabs-scroll-724::-webkit-scrollbar {
    display: none;
}

body.page-category .category-tabs-724 {
    display: grid;
    grid-template-columns: repeat(5, minmax(max-content, 1fr));
    gap: 8px;
    min-width: 860px;
}

body.page-category .category-tab-724 {
    display: inline-flex;
    min-width: 0;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 16px;
    border: 0;
    border-radius: 18px;
    color: #75809a;
    background: transparent;
    box-shadow: none;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.page-category .category-tab-724 i {
    flex: 0 0 auto;
    font-size: 20px;
}

body.page-category .category-tab-724 small {
    font-size: 13px;
    font-weight: 700;
}

body.page-category .category-tab-724:hover {
    color: var(--ci724-text);
    background: rgba(255, 255, 255, .58);
}

body.page-category .category-tab-724:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--main-color) 26%, transparent);
    outline-offset: 2px;
}

body.page-category .category-tab-724.is-active {
    color: #fff;
    background: linear-gradient(118deg, var(--main-color), color-mix(in srgb, var(--main-color) 58%, #2f7bff));
    box-shadow: 0 12px 26px color-mix(in srgb, var(--main-color) 25%, transparent);
}

body.page-category .category-tab-724.is-active:hover {
    color: #fff;
    transform: translateY(-1px);
}

body.page-category .category-panels-724 {
    position: relative;
}

body.page-category .category-panel-724 {
    min-height: 300px;
    padding: clamp(26px, 4vw, 48px);
    overflow: hidden;
    border: 1px solid var(--ci724-line);
    border-radius: 27px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 24px 70px rgba(22, 31, 68, .10);
    animation: categoryPanelIn724 .28s ease both;
}

@keyframes categoryPanelIn724 {
    from { opacity: 0; transform: translateY(7px); }
    to { opacity: 1; transform: translateY(0); }
}

body.page-category .category-panel-heading-724 {
    max-width: 670px;
    margin: 0 auto 30px;
    text-align: center;
}

body.page-category .category-panel-kicker-724 {
    display: block;
    margin-bottom: 8px;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .16em;
}

body.page-category .category-panel-heading-724 h2 {
    margin: 0;
    color: var(--ci724-text);
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.035em;
}

body.page-category .category-panel-heading-724 p {
    margin: 10px 0 0;
    color: var(--ci724-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* Nasil satin alinir */
body.page-category .category-how-grid-724 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.page-category .category-how-card-724 {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 185px;
    flex-direction: column;
    gap: 22px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid var(--ci724-line);
    border-radius: 21px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(247, 248, 252, .92));
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.page-category .category-how-card-724::after {
    position: absolute;
    top: -33px;
    right: -28px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--main-color) 7%, transparent);
    content: "";
}

body.page-category .category-how-card-724:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--main-color) 25%, var(--ci724-line));
    box-shadow: 0 18px 36px rgba(22, 31, 68, .08);
}

body.page-category .category-how-number-724 {
    position: relative;
    z-index: 1;
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, var(--main-color), color-mix(in srgb, var(--main-color) 58%, #2f7bff));
    box-shadow: 0 10px 22px color-mix(in srgb, var(--main-color) 22%, transparent);
    font-size: 18px;
    font-weight: 800;
}

body.page-category .category-how-card-724 h3 {
    margin: 0 0 8px;
    color: var(--ci724-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

body.page-category .category-how-card-724 p {
    margin: 0;
    color: var(--ci724-muted);
    font-size: 14px;
    line-height: 1.62;
}

/* Degerlendirme ozeti */
body.page-category .category-review-summary-724 {
    display: grid;
    grid-template-columns: minmax(210px, .72fr) minmax(320px, 1.3fr);
    gap: 30px;
    max-width: 820px;
    margin: 0 auto 30px;
    padding: 25px 28px;
    border: 1px solid var(--ci724-line);
    border-radius: 22px;
    background: var(--ci724-soft);
}

body.page-category .category-review-average-724 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--ci724-line);
    text-align: center;
}

body.page-category .category-review-average-724 > strong {
    color: var(--ci724-text);
    font-size: 52px;
    font-weight: 800;
    line-height: .95;
    letter-spacing: -.05em;
}

body.page-category .category-review-stars-724,
body.page-category .category-review-card-stars-724 {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--ci724-star);
}

body.page-category .category-review-stars-724 {
    margin-top: 12px;
    font-size: 19px;
}

body.page-category .category-review-average-724 > span {
    margin-top: 7px;
    color: var(--ci724-muted);
    font-size: 13px;
    font-weight: 600;
}

body.page-category .category-rating-bars-724 {
    display: grid;
    gap: 9px;
    align-content: center;
}

body.page-category .category-rating-row-724 {
    display: grid;
    grid-template-columns: 45px minmax(90px, 1fr) 35px;
    gap: 10px;
    align-items: center;
}

body.page-category .category-rating-row-724 > span {
    color: #515d77;
    font-size: 13px;
    font-weight: 700;
}

body.page-category .category-rating-row-724 > span i {
    color: var(--ci724-star);
    font-size: 12px;
}

body.page-category .category-rating-row-724 b {
    color: var(--ci724-text);
    font-size: 13px;
    text-align: right;
}

body.page-category .category-rating-track-724 {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #e3e6ef;
}

body.page-category .category-rating-track-724 > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ci724-star), #ffc94d);
}

body.page-category .category-review-list-724 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 0 24px;
}

body.page-category .category-review-card-724 {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--ci724-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 13px 32px rgba(22, 31, 68, .055);
}

body.page-category .category-review-card-head-724,
body.page-category .category-review-user-724 {
    display: flex;
    align-items: center;
}

body.page-category .category-review-card-head-724 {
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 15px;
}

body.page-category .category-review-user-724 {
    min-width: 0;
    gap: 11px;
}

body.page-category .category-review-avatar-724,
body.page-category .category-question-person-724,
body.page-category .category-faq-icon-724 {
    display: grid;
    width: 42px;
    min-width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--main-color);
    background: color-mix(in srgb, var(--main-color) 9%, #fff);
    font-size: 19px;
}

body.page-category .category-review-user-724 strong,
body.page-category .category-review-user-724 time {
    display: block;
}

body.page-category .category-review-user-724 strong {
    overflow: hidden;
    color: var(--ci724-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-category .category-review-user-724 time {
    margin-top: 3px;
    color: var(--ci724-muted);
    font-size: 12px;
}

body.page-category .category-review-card-stars-724 {
    flex: 0 0 auto;
    font-size: 14px;
}

body.page-category .category-review-card-724 > p {
    margin: 0;
    color: #556178;
    font-size: 14px;
    line-height: 1.7;
}

/* Formlar */
body.page-category .category-form-card-724 {
    position: relative;
    margin-top: 24px;
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid color-mix(in srgb, var(--main-color) 17%, var(--ci724-line));
    border-radius: 23px;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--main-color) 3%, #fff), #fff 62%);
}

body.page-category .category-form-heading-724 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 23px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ci724-line);
}

body.page-category .category-form-icon-724 {
    display: grid;
    width: 49px;
    min-width: 49px;
    height: 49px;
    place-items: center;
    border-radius: 15px;
    color: var(--main-color);
    background: color-mix(in srgb, var(--main-color) 10%, #fff);
    font-size: 23px;
}

body.page-category .category-form-heading-724 h3 {
    margin: 0;
    color: var(--ci724-text);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

body.page-category .category-form-heading-724 p {
    margin: 4px 0 0;
    color: var(--ci724-muted);
    font-size: 13px;
    line-height: 1.45;
}

body.page-category .category-form-grid-724 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
}

body.page-category .category-field-724 {
    display: grid;
    min-width: 0;
    gap: 8px;
}

body.page-category .category-field-full-724 {
    grid-column: 1 / -1;
}

body.page-category .category-field-724 > span,
body.page-category .category-rating-input-724 > span {
    color: #343f58;
    font-size: 13px;
    font-weight: 800;
}

body.page-category .category-field-724 input,
body.page-category .category-field-724 textarea {
    display: block;
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(13, 23, 51, .14);
    border-radius: 14px;
    color: var(--ci724-text);
    background: #fff;
    box-shadow: none;
    font: inherit;
    font-size: 14px;
    outline: 0;
    transition: border-color .2s ease, box-shadow .2s ease;
}

body.page-category .category-field-724 input {
    height: 50px;
    padding: 0 15px;
}

body.page-category .category-field-724 textarea {
    min-height: 128px;
    padding: 14px 15px;
    line-height: 1.55;
    resize: vertical;
}

body.page-category .category-field-724 input::placeholder,
body.page-category .category-field-724 textarea::placeholder {
    color: #a0a8b9;
}

body.page-category .category-field-724 input:focus,
body.page-category .category-field-724 textarea:focus {
    border-color: color-mix(in srgb, var(--main-color) 58%, #dbe1ec);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--main-color) 10%, transparent);
}

body.page-category .category-rating-input-724 {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 18px;
}

body.page-category .category-rating-choice-724 {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}

body.page-category .category-rating-choice-724 input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

body.page-category .category-rating-choice-724 label {
    padding: 1px;
    color: #d9dde7;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    transition: color .16s ease, transform .16s ease;
}

body.page-category .category-rating-choice-724 input:checked + label,
body.page-category .category-rating-choice-724 input:checked ~ label,
body.page-category .category-rating-choice-724 label:hover,
body.page-category .category-rating-choice-724 label:hover ~ label {
    color: var(--ci724-star);
}

body.page-category .category-rating-choice-724 label:hover {
    transform: scale(1.12);
}

body.page-category .category-rating-choice-724 input:focus-visible + label {
    border-radius: 5px;
    outline: 3px solid color-mix(in srgb, var(--main-color) 24%, transparent);
}

body.page-category .category-form-actions-724 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
}

body.page-category .category-form-actions-724 > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ci724-muted);
    font-size: 12px;
    font-weight: 600;
}

body.page-category .category-form-actions-724 > span i {
    color: #17a76b;
    font-size: 16px;
}

body.page-category .category-form-actions-724 .butto {
    display: inline-flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border-radius: 14px;
    white-space: nowrap;
}

body.page-category .category-review-form-724 .formAlertInfo {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    margin-top: 15px !important;
}

body.page-category .category-honeypot-724,
body.page-category .category-information-724 .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

/* Bos durum, soru-cevap ve SSS */
body.page-category .category-empty-state-724 {
    display: flex;
    min-height: 165px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 28px;
    border: 1px dashed rgba(13, 23, 51, .15);
    border-radius: 20px;
    background: var(--ci724-soft);
    text-align: center;
}

body.page-category .category-empty-state-724 > i {
    margin-bottom: 10px;
    color: var(--main-color);
    font-size: 33px;
}

body.page-category .category-empty-state-724 strong,
body.page-category .category-empty-state-724 span {
    display: block;
}

body.page-category .category-empty-state-724 strong {
    color: var(--ci724-text);
    font-size: 16px;
    font-weight: 800;
}

body.page-category .category-empty-state-724 span {
    margin-top: 5px;
    color: var(--ci724-muted);
    font-size: 13px;
}

body.page-category .category-accordion-724 {
    display: grid;
    gap: 11px;
}

body.page-category .category-accordion-item-724 {
    overflow: hidden;
    border: 1px solid var(--ci724-line);
    border-radius: 18px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

body.page-category .category-accordion-item-724.is-open {
    border-color: color-mix(in srgb, var(--main-color) 22%, var(--ci724-line));
    box-shadow: 0 13px 30px rgba(22, 31, 68, .055);
}

body.page-category .category-accordion-button-724 {
    display: flex;
    width: 100%;
    min-height: 72px;
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
    border: 0;
    color: inherit;
    background: transparent;
    box-shadow: none;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

body.page-category .category-accordion-button-724:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--main-color) 24%, transparent);
    outline-offset: -3px;
}

body.page-category .category-accordion-title-724 {
    min-width: 0;
    flex: 1 1 auto;
}

body.page-category .category-accordion-title-724 strong,
body.page-category .category-accordion-title-724 small {
    display: block;
}

body.page-category .category-accordion-title-724 strong {
    color: var(--ci724-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

body.page-category .category-accordion-title-724 small {
    margin-top: 4px;
    color: var(--ci724-muted);
    font-size: 12px;
}

body.page-category .category-accordion-toggle-724 {
    display: grid;
    width: 34px;
    min-width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    color: var(--main-color);
    background: color-mix(in srgb, var(--main-color) 8%, #fff);
    font-size: 17px;
    transition: transform .22s ease, color .2s ease, background-color .2s ease;
}

body.page-category .category-accordion-item-724.is-open .category-accordion-toggle-724 {
    transform: rotate(45deg);
    color: #fff;
    background: var(--main-color);
}

body.page-category .category-accordion-body-724 {
    margin: 0 17px 17px 72px;
    padding: 17px 18px;
    border-radius: 14px;
    background: var(--ci724-soft);
}

body.page-category .category-accordion-body-724 p {
    margin: 0;
    color: #556178;
    font-size: 14px;
    line-height: 1.7;
}

body.page-category .category-seller-badge-724 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 9px;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 800;
}

body.page-category .category-question-alert-724 {
    margin-top: 16px;
    padding: 13px 15px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

body.page-category .category-question-alert-724.is-success {
    border-color: rgba(22, 167, 106, .20);
    color: #0c7b4d;
    background: #ebfaf3;
}

body.page-category .category-question-alert-724.is-danger {
    border-color: rgba(215, 58, 73, .18);
    color: #b02535;
    background: #fff1f2;
}

/* Fiyat tablosu */
body.page-category .category-price-table-wrap-724 {
    max-width: 820px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--ci724-line);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(22, 31, 68, .065);
}

body.page-category .category-price-table-724 {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

body.page-category .category-price-table-724 th,
body.page-category .category-price-table-724 td {
    width: 50%;
    padding: 17px 22px;
    border: 0;
    text-align: left;
}

body.page-category .category-price-table-724 th {
    color: #fff;
    background: linear-gradient(118deg, var(--main-color), color-mix(in srgb, var(--main-color) 58%, #2f7bff));
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.page-category .category-price-table-724 th:last-child,
body.page-category .category-price-table-724 td:last-child {
    text-align: right;
}

body.page-category .category-price-table-724 tbody tr {
    border-bottom: 1px solid var(--ci724-line);
}

body.page-category .category-price-table-724 tbody tr:last-child {
    border-bottom: 0;
}

body.page-category .category-price-table-724 tbody tr:nth-child(even) {
    background: var(--ci724-soft);
}

body.page-category .category-price-table-724 td {
    color: #4f5b74;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
}

body.page-category .category-price-table-724 td:last-child {
    color: var(--main-color);
    font-size: 17px;
    font-weight: 800;
}

@media (max-width: 991px) {
    body.page-category .category-information-724 {
        padding-top: 12px;
    }

    body.page-category .category-tabs-shell-724 {
        margin-right: -5px;
        margin-left: -5px;
        border-radius: 22px;
    }

    body.page-category .category-tabs-724 {
        display: flex;
        min-width: max-content;
    }

    body.page-category .category-tab-724 {
        min-width: 178px;
        min-height: 54px;
    }

    body.page-category .category-how-grid-724 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.page-category .category-information-724 {
        padding: 8px 0 52px;
    }

    body.page-category .category-tabs-shell-724 {
        margin-bottom: 15px;
        padding: 7px;
        border-radius: 18px;
    }

    body.page-category .category-tab-724 {
        min-width: 166px;
        min-height: 50px;
        padding: 10px 13px;
        border-radius: 14px;
        font-size: 13px;
    }

    body.page-category .category-tab-724 i {
        font-size: 18px;
    }

    body.page-category .category-panel-724 {
        min-height: 240px;
        padding: 24px 18px;
        border-radius: 22px;
    }

    body.page-category .category-panel-heading-724 {
        margin-bottom: 23px;
    }

    body.page-category .category-panel-heading-724 p {
        font-size: 14px;
    }

    body.page-category .category-review-summary-724 {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 22px 18px;
    }

    body.page-category .category-review-average-724 {
        padding-bottom: 19px;
        border-right: 0;
        border-bottom: 1px solid var(--ci724-line);
    }

    body.page-category .category-review-average-724 > strong {
        font-size: 45px;
    }

    body.page-category .category-review-list-724,
    body.page-category .category-form-grid-724 {
        grid-template-columns: 1fr;
    }

    body.page-category .category-review-card-head-724 {
        align-items: flex-start;
    }

    body.page-category .category-form-card-724 {
        padding: 20px 17px;
        border-radius: 20px;
    }

    body.page-category .category-form-actions-724 {
        align-items: stretch;
        flex-direction: column;
    }

    body.page-category .category-form-actions-724 .butto {
        width: 100%;
    }

    body.page-category .category-accordion-body-724 {
        margin-left: 17px;
    }
}

@media (max-width: 520px) {
    body.page-category .category-how-grid-724 {
        grid-template-columns: 1fr;
    }

    body.page-category .category-how-card-724 {
        min-height: 0;
        flex-direction: row;
        gap: 15px;
        padding: 18px;
    }

    body.page-category .category-how-number-724 {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    body.page-category .category-review-card-head-724 {
        display: grid;
    }

    body.page-category .category-rating-input-724 {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    body.page-category .category-accordion-button-724 {
        padding: 14px;
    }

    body.page-category .category-question-person-724,
    body.page-category .category-faq-icon-724 {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    body.page-category .category-accordion-title-724 strong {
        font-size: 14px;
    }

    body.page-category .category-accordion-body-724 {
        margin: 0 14px 14px;
        padding: 15px;
    }

    body.page-category .category-price-table-724 th,
    body.page-category .category-price-table-724 td {
        padding: 14px 15px;
    }

    body.page-category .category-price-table-724 td {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.page-category .category-information-724 *,
    body.page-category .category-information-724 *::before,
    body.page-category .category-information-724 *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
