/* --------------------
 Puppy
-------------------- */
.com-page-head {
    background-image: url(../images/pages/puppy/puppy-page-head-bg.webp);
}

.puppy-container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .puppy-container {
        padding: 0 30px;
    }
}

.puppy__content {
    margin: 0 auto 40px;
    max-width: 780px;
}

@media (min-width: 768px) {
    .puppy__content {
        margin: 0 auto 60px;
    }
}

.puppy__content p {
    font-size: var(--fs12);
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0;
}

.puppy__item {
    margin: 0 0 120px;
}

@media (min-width: 768px) {
    .puppy__item {
        margin: 0 0 140px;
    }
}

.puppy__item:last-child {
    margin-bottom: 0;
}

.puppy__item__info {
    margin: 0 0 40px;
    padding: 20px 0;
    position: relative;
}

@media (min-width: 768px) {
    .puppy__item__info {
        margin: 0 0 60px;
        padding: 0;
    }
}

.puppy__item__info:before {
    background-color: rgba(250, 205, 137, 0.25);
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 0;
}

@media (min-width: 768px) {
    .puppy__item__info:before {
        bottom: 30px;
        top: 30px;
    }
}

.puppy__item__info-container {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px 0;
    margin: 0 auto;
    max-width: 480px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .puppy__item__info-container {
        align-items: center;
        flex-direction: row;
        gap: 30px 0;
        max-width: 620px;
    }
}

.puppy__item__info__main {
    width: 100%;
}

@media (min-width: 768px) {
    .puppy__item__info__main {
        padding: 40px 0 45px;
        width: 50%;
    }
}

.puppy__item__info__main__title {
    color: #f29c9f;
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .puppy__item__info__main__title {
        font-size: var(--fs26);
        text-align: left;
    }
}

.puppy__item__info__main__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .puppy__item__info__main__table {
        margin: 0;
        transform: translateX(-8px);
        width: 100%;
    }
}

.puppy__item__info__main__table > tbody > tr > th, .puppy__item__info__main__table > tbody > tr > td {
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 2px 0;
    vertical-align: top;
    width: auto;
}

.puppy__item__info__main__table > tbody > tr > th {
    white-space: nowrap;
    width: 80px;
}

.puppy__item__info__fig {
    text-align: center;
    margin: 0 auto;
    width: 50%;
}

@media (min-width: 768px) {
    .puppy__item__info__fig {
        margin: 0;
        padding: 0 0 0 30px;
        text-align: right;
        width: 50%;
    }
}

.puppy__item__info__fig img {
    aspect-ratio: 7 / 6;
    border-radius: 65% 35% 70% 30% / 70% 35% 65% 30%;
    object-fit: cover;
}

.puppy__item__list {
    display: flex;
    flex-flow: row wrap;
    gap: 40px 22px;
    justify-content: center;
}

@media (min-width: 768px) {
    .puppy__item__list {
        gap: 50px 32px;
    }
}

.puppy__item__list__item {
    width: calc(50% - 11px);
}

@media (min-width: 768px) {
    .puppy__item__list__item {
        width: calc(50% - 16px);
    }
}

@media (min-width: 992px) {
    .puppy__item__list__item {
        width: calc(25% - 24px);
    }
}

.puppy__item__list__item__link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.puppy__item__list__item__link__fig {
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .puppy__item__list__item__link__fig {
        margin: 0 auto 30px;
    }
}

@media (min-width: 992px) {
    .puppy__item__list__item__link__fig {
        max-width: 228px;
    }
}

.puppy__item__list__item__link__fig img {
    aspect-ratio: 228/160;
    object-fit: cover;
    width: 100%;
}

.puppy__item__list__item__link__fig:before {
    border: 6px solid #fff;
    bottom: -3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: 1;
}

@media (min-width: 768px) {
    .puppy__item__list__item__link__fig:before {
        border-width: 10px;
        bottom: -5px;
        left: -5px;
        right: -5px;
        top: -5px;
    }
}

.puppy__item__list__item__link__title {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0 0 10px;
    text-align: center;
    text-decoration: underline;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.puppy__item__list__item__link__profile {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 25px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.puppy__item__list__item__link__profile > tbody > tr > th, .puppy__item__list__item__link__profile > tbody > tr > td {
    font-size: var(--fs12);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 2px 0;
    vertical-align: top;
    width: auto;
}

@media (min-width: 768px) {
    .puppy__item__list__item__link__profile > tbody > tr > th, .puppy__item__list__item__link__profile > tbody > tr > td {
        font-size: var(--fs14);
    }
}

.puppy__item__list__item__link__profile > tbody > tr > th {
    white-space: nowrap;
    width: 60px;
}

@media (min-width: 768px) {
    .puppy__item__list__item__link__profile > tbody > tr > th {
        width: 80px;
    }
}

.puppy__item__list__item__link__action .com-button {
    max-width: 180px;
}

.puppy__item__list__item__link:focus .puppy__item__list__item__link__fig,
.puppy__item__list__item__link:focus .puppy__item__list__item__link__profile,
.puppy__item__list__item__link:focus .puppy__item__list__item__link__title {
    opacity: 0.65;
}

.puppy__item__list__item__link:focus .puppy__item__list__item__link__action .com-button {
    background-color: #fff;
    color: #f29c9f;
}

.puppy__item__list__item__link:focus .puppy__item__list__item__link__action .com-button:after {
    background-color: #f29c9f;
}

@media (hover: hover) and (pointer: fine) {
    .puppy__item__list__item__link:hover .puppy__item__list__item__link__fig,
  .puppy__item__list__item__link:hover .puppy__item__list__item__link__profile,
  .puppy__item__list__item__link:hover .puppy__item__list__item__link__title {
        opacity: 0.65;
    }

    .puppy__item__list__item__link:hover .puppy__item__list__item__link__action .com-button {
        background-color: #fff;
        color: #f29c9f;
    }

    .puppy__item__list__item__link:hover .puppy__item__list__item__link__action .com-button:after {
        background-color: #f29c9f;
    }
}

.puppy__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 20px;
    justify-content: flex-start;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .puppy__list {
        gap: 80px 34px;
        margin: 0 0 90px;
    }
}

.puppy__list__item {
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .puppy__list__item {
        width: calc(33.33333% - 22.66667px);
    }
}

.puppy__list__item__link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.puppy__list__item__link__fig {
    margin: 0 0 15px;
    text-align: center;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.puppy__list__item__link__fig img {
    border-radius: 15px;
}

@media (min-width: 768px) {
    .puppy__list__item__link__fig img {
        border-radius: 30px;
    }
}

@media (max-width: 767px) {
    .puppy__list__item__link__fig img {
        width: 100%;
    }
}

.puppy__list__item__link__subtitle {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 992px) {
    .puppy__list__item__link__subtitle {
        font-size: var(--fs16);
    }
}

.puppy__list__item__link__title {
    color: #ea5b81;
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .puppy__list__item__link__title {
        font-size: var(--fs22);
    }
}

@media (min-width: 992px) {
    .puppy__list__item__link__title {
        font-size: var(--fs26);
    }
}

.puppy__list__item__link__action .com-button {
    max-width: 180px;
}