.dogs-page .dogs .dogs-bg-3 {
    display: none;
}


.category-content__images-dots {
    display: none;
}

.category-dogs__title {
    font-family: 'Buyan', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 128%;
    text-transform: uppercase;
    background-image: radial-gradient(164.72% 3204.14% at 46.81% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 68px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .category-dogs__title {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .category-dogs__title {
        font-size: 50px;
        margin-bottom: 25px;
    }
}

.dogs-page .dogs__title.dogs__title {
    font-family: 'Buyan', sans-serif;
    font-weight: 700;
    font-size: 92px;
    line-height: 105%;
    text-transform: uppercase;
    background-image: radial-gradient(164.72% 3204.14% at 46.81% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
    .dogs-page .dogs__title.dogs__title {
        font-size: 60px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    .dogs-page .dogs__title.dogs__title {
        font-size: 50px;
        margin-bottom: 33px;
    }
}

.dogs-page .category-description {
    white-space: pre-wrap;
}

/* Category Content Sections */
.category-content {
    margin-bottom: 55px;
}

@media screen and (max-width: 900px) {
    .category-content {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    .category-content {
        margin-bottom: 35px;
    }
}

/* Section Wrapper */
.category-content__section {
    margin-top: 30px;
}

@media screen and (max-width: 600px) {
    .category-content__section {
        margin-top: 25px;
    }
}

/* Section Subtitle */
.category-content__subtitle {
    font-family: 'Buyan', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 128%;
    text-transform: uppercase;
    margin: 0 0 10px 0;

    background-image:
        radial-gradient(160.62% 1333.09% at 46.09% 49.4%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(0deg, #FFFFFF, #FFFFFF);

    background-clip: text;
    -webkit-background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 900px) {
    .category-content__subtitle {
        line-height: 120%;
    }
}

@media screen and (max-width: 600px) {
    .category-content__subtitle {
        font-size: 35px;
        margin-bottom: 8px;
    }
}

/* Text Block */
.category-content__text {
    margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
    .category-content__text {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .category-content__text {
        margin-bottom: 20px;
    }
}

.category-content__text p {
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    white-space: pre-wrap;
}

@media screen and (max-width: 600px) {
    .category-content__text p {
        font-size: 14px;
    }
}

/* Images Block */
.category-content__images {
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 900px) {
    .category-content__images {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .category-content__images {
        margin-bottom: 20px;
    }
}

.category-content__images-wrapper {
    display: flex;
    gap: 20px;
    position: relative;
}

@media screen and (max-width: 900px) {
    .category-content__images-wrapper {
        gap: 14px;
    }
}

@media screen and (max-width: 600px) {
    .category-content__images-wrapper {
        gap: 5px;
    }
}

.category-content__image-item {
    flex: 0 0 31.9%;
}

@media screen and (max-width: 900px) {
    .category-content__image-item {
        flex: 0 0 32.2%;
    }
}

@media screen and (max-width: 600px) {
    .category-content__image-item {
        flex: 0 0 100%;
    }
}


.category-content__image-inner {
    position: relative;
    width: 100%;
    padding-bottom: 82.8%;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .category-content__image-inner {
        padding-bottom: 86.5%;
        border-radius: 18px;
    }
}

@media screen and (max-width: 600px) {
    .category-content__image-inner {
        padding-bottom: 91.9%;
        border-radius: 18px;
    }
}


.category-content__image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-content__image-item .img-desktop {
    display: block;
}

.category-content__image-item .img-tablet,
.category-content__image-item .img-mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    .category-content__image-item .img-desktop {
        display: none;
    }
    .category-content__image-item .img-tablet {
        display: block;
    }
}


@media screen and (max-width: 600px) {
    .category-content__images-wrapper {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .category-content__images-wrapper::-webkit-scrollbar {
        display: none;
    }

    .category-content__image-item {
        flex: 0 0 100%;
        scroll-snap-align: start;
        border-radius: 12px;
    }

    .category-content__image-item .img-tablet {
        display: none;
    }
    .category-content__image-item .img-mobile {
        display: block;
    }

    .category-content__images-dots {
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        gap: 17px;
        z-index: 10;
    }

    .category-content__images-dots .dot {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #B2B2B2;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .category-content__images-dots .dot.active {
        background: #FFFFFF;
    }
}



/* List Block */
.category-content__list {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
    .category-content__list {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .category-content__list {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.category-content__list-title {
    margin: 0 0 10px 0;
}

.category-content__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-content__list ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.category-content__list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFFFFF;
}


@media screen and (max-width: 600px) {
    .category-content__list ul li::before {
        width: 4px;
        height: 4px;
        top: 8px;
    }
}

/* FAQ Section */
.category-faq {
    margin-top: 55px;
    margin-bottom: 75px;
}

@media screen and (max-width: 900px) {
    .category-faq {
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

.category-faq__title {
    font-family: 'Buyan', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 128%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 31px;
}

@media screen and (max-width: 900px) {
    .category-faq__title {
        font-size: 60px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .category-faq__title {
        font-size: 50px;
        margin-bottom: 14px;
    }
}

.category-faq__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

@media screen and (max-width: 900px) {
    .category-faq__list {
        gap: 15px;
    }
}

@media screen and (max-width: 600px) {
    .category-faq__list {
        gap: 10px;
    }
}

.category-faq__item {
    background: #464646;
    border-radius: 24px;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .category-faq__item {
        border-radius: 20px;
    }
}

@media screen and (max-width: 600px) {
    .category-faq__item {
        border-radius: 18px;
    }
}

.category-faq__question {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 50px 20px 41px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 128%;
    transition: background 0.3s ease;
}

.category-faq__question span {
    font-family: 'Buyan', sans-serif;
}

.category-faq__item.active .category-faq__question {
    padding-bottom: 11px;
}

@media screen and (max-width: 900px) {
    .category-faq__question {
        font-size: 30px;
        padding: 20px 31px 21px 31px;
    }

    .category-faq__item.active .category-faq__question {
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 600px) {
    .category-faq__question {
        font-size: 25px;
        padding: 17px 17px 15px 17px;
    }

    .category-faq__item.active .category-faq__question {
        padding-bottom: 9px;
    }
}

.category-faq__item {
    transition: background 0.3s linear;
}

.category-faq__item:hover {
    background: rgba(255, 255, 255, 0.26);
}

.category-faq__question span {
    flex: 1;
    padding-right: 12px;
}

.category-faq__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    transition: transform 0.4s linear;
    color: #fff;
}

@media screen and (max-width: 900px) {
    .category-faq__icon {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 600px) {
    .category-faq__icon {
        width: 24px;
        height: 24px;
    }
}

.category-faq__item.active .category-faq__icon {
    transform: rotate(180deg);
}

.category-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s linear;
}

.category-faq__answer p {
    font-family: "Montserrat", sans-serif;
    padding: 0 50px 23px 41px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 128%;
    margin: 0;
    white-space: pre-wrap;
}

@media screen and (max-width: 900px) {
    .category-faq__answer p {
        padding: 0 31px 22px 31px;
    }
}

@media screen and (max-width: 600px) {
    .category-faq__answer p {
        padding: 0 17px 18px 17px;
        font-size: 14px;
    }
}

.category-no-dogs {
    color: #FFFFFF;
    font-size: 50px;
    text-align: center;
    line-height: 128%;
    font-weight: 700;
    font-family: 'Buyan', sans-serif;
    padding: 30px 170px;
    background-color: #464646;
    border-radius: 24px;
    text-transform: uppercase;
    margin: 68px auto 55px auto;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .category-no-dogs {
        font-size: 45px;
        padding: 28px 26px 28px 25px;
        margin: 44px auto 36px auto;
    }
}

@media screen and (max-width: 600px) {
    .category-no-dogs {
        font-size: 30px;
        padding: 20px 30px 19px 30px;
        border-radius: 20px;
        margin: 44px auto 35px auto;
    }
}

