.dogs-pair-header__back__wrapper {
  display: inline-block;
  margin-bottom: 15px;
}

.dogs-back-btn {
  color: white;
  display: flex;
  font-size: 16px;
  gap: 5px;
  align-items: center;
}

.dogs-back-btn svg {
  width: 8px;
  height: 14px;
}

.dogs-page .dogs-catalog {
  padding: 115px 0 70px 0;
}

.dogs-page .dogs-grid {
  transition: opacity 0.3s ease;
}

.dogs-title {
  margin: 0 0 68px 0;
    background-image: radial-gradient(159.48% 598.74% at 19.84% 55.71%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-family: 'Buyan';
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
  .dogs-page .dogs-catalog {
    padding: 60px 0 48px 0;
  }

  .dogs-title {
    font-size: 60px;
    margin: 0 0 39px 0;
  }
}

@media screen and (max-width: 600px) {
  .dogs-page .dogs-catalog {
    padding: 48px 0 37px 0;
  }

  .dogs-title {
    font-size: 50px;
    margin: 0 0 35px 0;
  }
}

.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;
    }
}


.dogs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 34px;
    margin-top: 53px;
}

.dogs-grid--no-margin {
    margin-top: 0;
}

.dog-card {
    background: transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
}

.dog-card__slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding-bottom: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: grab;
}

.dog-card__slider:active {
    cursor: grabbing;
}

.dog-card__slider-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.3s ease;
    touch-action: pan-y pinch-zoom;
}

.dog-card__slider-item {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.dog-card__slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

.dog-card__info {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 23px;
}

.dog-card__name {
    margin-bottom: 5px;
    font-family: Buyan;
    font-weight: 700;
    font-size: 41px;
    line-height: 128%;
    text-transform: uppercase;
    min-height: calc(41px * 1.28 * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
}

.dog-card__breed {
    font-family: Buyan;
    font-weight: 700;
    font-size: 34px;
    line-height: 128%;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.dog-card__label {
    font-weight: 600;
    color: #fff;
}

.dog-card__value {
    color: #fff;
}

.dog-card__description {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 128%;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(16px * 1.28 * 5);
}

.dog-card__slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(
        279.88deg,
        #FFC47F 6.73%,
        #FFD7A9 28.75%,
        #FFD8AB 48.43%,
        #FFD29D 75.28%,
        #F4BD7D 93.46%
    );
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.dog-card__slider-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
}

.dog-card__slider-btn svg {
    display: block;
    width: 15px;
    height: 15px;
}

.dog-card__slider-btn--prev {
    left: 10px;
    padding-left: 2px;
}

.dog-card__slider-btn--next {
    right: 10px;
    padding-right: 2px;
}

.dog-card__video-btn-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: end;
    position: absolute;
    padding: 0 25px 26px 0;
}

.dog-card .gallery__video-btn {
    position: relative;
    margin: 0;
}

.dog-card .gallery__video-btn span {
    display: flex;
    line-height: 1;
}

.dog-card__slider-dots {
    display: none;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    justify-content: center;
    gap: 8px;
}

.dog-card__slider-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #828282;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.dog-card__slider-dot.active {
    background: #FFFFFF;
    width: 7px;
    height: 7px;
}

.dog-card__btn--primary,
.dog-card__btn--secondary {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
}

.dog-card__btn--primary {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%);
    box-shadow: 0px 3.8px 0px 0px #D8A86E;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
}

.dog-card__btn--primary:hover {
    box-shadow: 0px 2px 0px 0px #D8A86E;
}

.dog-card__btn--secondary {
    background: linear-gradient(263.63deg, #929292 -10.3%, #D0D0D0 23.41%, #E5E5E5 48.46%, #CECECE 74.85%, #8A8A8A 109.09%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 3.8px 0px 0px #696969;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
}

.dog-card__btn--secondary:hover {
    box-shadow: 0px 2px 0px 0px #696969;
}

@media screen and (max-width: 900px) {
    .dogs-grid {
        gap: 45px 20px;
        margin-top: 31px;
    }

    .dog-card__slider {
        padding-bottom: 83.2%;
        border-radius: 25px;
    }

    .dog-card__slider-btn {
        display: none;
    }

    .dog-card__slider-dots {
        display: flex;
    }

    .dog-card__video-btn-wrapper {
        padding: 0 17.77px 14.95px 0;
    }

    .dog-card .gallery__video-btn {
        position: relative;
        margin: 0;
    }

    .dog-card__info {
        margin-top: 13px;
    }

    .dog-card__name {
        font-size: 30px;
        min-height: calc(30px * 1.28 * 2);
        margin-bottom: 3.86px;
    }

    .dog-card__breed {
        font-size: 22px;
        margin-bottom: 5.53px;
    }

    .dog-card__description {
        font-size: 12px;
        min-height: calc(12px * 1.28 * 5);
    }
}

@media screen and (max-width: 600px) {
    .dogs-grid {
        grid-template-columns: 1fr;
        gap: 37px;
        margin-top: 34px;
    }

    .dog-card__slider {
        padding-bottom: 98.1%;
        border-radius: 24px;
    }

    .dog-card__info {
        margin-top: 16px;
    }

    .dog-card__name {
        font-size: 25px;
        min-height: calc(25px * 1.28 * 2);
        margin-bottom: 4px;
    }

    .dog-card__breed {
        font-size: 20px;
        margin-bottom: 7.47px;
    }

    .dog-card__description {
        font-size: 12px;
        min-height: calc(12px * 1.28 * 5);
    }
}

.dog-card__price {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    margin: 12px 0 13px 0;
}

.dog-card__price-current {
  font-family: Buyan;
  font-weight: 700;
  font-size: 51px;
  line-height: 128%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.dog-card__price-old {
  font-family: Buyan;
  font-weight: 700;
  font-size: 51px;
  line-height: 128%;
  text-decoration: line-through;
  color: #7E7E7E;
}

.dogs-page .dog-card__buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 16px;
}

.dogs-page .dog-card__btn--primary, .dogs-page .dog-card__btn--secondary {
    height: 62px;
    width: 50%;
    color: #584D3E;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 14px;
    line-height: 128%;
    text-transform: uppercase;
    border-radius: 17px;
}

@media screen and (max-width: 900px) {
  .dog-card__price {
    gap: 0;
    justify-content: space-between;
    margin: 5px 0 7px 0;
  }

  .dog-card__price-current, .dog-card__price-old {
    font-size: 41px;
  }

  .dogs-page .dog-card__buttons {
    flex-direction: column;
    gap: 15px;
  }

  .dogs-page .dog-card__btn--primary, .dogs-page .dog-card__btn--secondary {
    font-size: 10px;
    border-radius: 12px;
    width: 100%;
    height: 43px;
  }
}

@media screen and (max-width: 600px) {
  .dog-card__price {
    gap: 15px;
    margin: 8px 0 8px 0;
  }

  .dog-card__price-current, .dog-card__price-old {
    font-size: 40px;
  }

  .dogs-page .dog-card__buttons {
    gap: 9px;
  }

  .dogs-page .dog-card__btn--primary, .dogs-page .dog-card__btn--secondary {
    font-size: 12px;
    border-radius: 14px;
    height: 47px;
  }
}

.gallery__video-btn {
  background: 
    linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%),
    radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  color: #584D3E;
  border: none;
  padding: 16px 13px 17.5px 17px;
  border-radius: 66px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.5px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 128%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.gallery__video-btn span {
  display: flex;
  align-items: center;
  line-height: 1;
}

.gallery__video-btn svg {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 900px) {
  .gallery__video-btn {
    padding: 11px 10px 12px 12px;
  }

  .gallery__video-btn span {
    font-size: 8px;
  }

  .gallery__video-btn svg {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 700px) {
  .gallery__video-btn {
    margin-right: 12px;
    padding: 10px 9px 11px 10px;
  }

  .gallery__video-btn span {
    font-size: 7px;
  }

  .gallery__video-btn svg {
    width: 10px;
    height: 10px;
  }
}
