.the-detail {
    margin-bottom: 56px;
}

.the-detail__content {
    width: 100%;
    max-width: 1136px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.the-detail-more .blog-slider {
    padding-bottom: 16px;
}

.the-detail__content h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #181818;
    margin-bottom: 12px;
}

.the-detail__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #181818;
    margin-bottom: 16px;
}

.the-detail__content ul {
    margin-left: 20px;
    list-style: disc;
    margin-bottom: 20px;
}

.the-detail__content ul li{
    margin-bottom: 5px;
}

.the-detail__content ul li:last-child{
    margin-bottom: 0;
}

.the-detail__cheaps {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.detail-cheaps__item {
    padding: 2px 8px;
    background: #0058a3;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0.04em;
    color: #fff;
}

.deatil-cheaps__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    color: #616161;
}

.text-with-big-image,
.grid-of-goods,
.text-button-two-image,
.text-button-wide-image {
    width: 100%;
}

.text-with-big-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1136 / 600;
    border-radius: 8px;
    margin-bottom: 32px;
    object-fit: cover;
}

.right-text-left-image,
.left-text-right-image {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    margin-bottom: 32px;
}

.right-text-left-image img,
.left-text-right-image img {
    display: block;
    flex: 0 1 calc((100% - 32px) / 2);
    width: 100%;
    max-width: 552px;
    height: auto;
    aspect-ratio: 552 / 735;
    object-fit: cover;
    border-radius: 8px;
}

.text-container {
    flex: 0 1 calc((100% - 32px) / 2);
    width: 100%;
    max-width: 552px;
    min-width: 0;
}

.text-container h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    color: #181818;
    margin-bottom: 16px;
}

.the-detail__content .text-container p {
    margin-bottom: 16px;
}

.article-detail-button-transparent {
    border: 1px solid #0058a3;
    border-radius: 8px;
    padding: 14px 16px;
    display: inline-block;
    max-width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #0058a3;
    cursor: pointer;
}

.the-detail__content .article-products-slider__pagination {
    bottom: 0 !important;
}

.the-detail__content .article-products-slider {
    padding-bottom: 26px;
}

.the-detail__content .product-card-inner {
    width: 100%;
    max-width: 278px;
    margin-top: 0;
    max-height: fit-content;
    min-width: 0;
}

.the-detail__content .product-card-inner .product-gallery-main {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.the-detail__content .product-card-inner .product-gallery-main img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: cover;
}

.the-detail__content .product-card__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.01em;
    color: #181818;
}

.the-detail__content .product-card__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.02em;
    color: #757575;
    margin-bottom: 8px;
}

.the-detail__content .product-card__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #181818;
    margin-bottom: 8px;
}

.the-detail__content .product-card__price span {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.01em;
    color: #181818;
}

.the-detail__content .shop_button p {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.grid-of-goods {
    margin-bottom: 32px;
    width: 100%;
    overflow: visible;
}

.grid-of-goods .article-products-card-slider-root {
    position: relative;
    width: 100%;
}

.grid-of-goods .article-products-slider {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
}

.grid-of-goods .article-products-slider .swiper-wrapper {
    display: flex;
    gap: 0 !important;
    align-items: stretch;
}

.grid-of-goods .article-products-slider__slide {
    width: 278px;
    height: auto;
    box-sizing: border-box;
    flex-shrink: 0;
}

.grid-of-goods .article-products-slider__slide .product-card,
.grid-of-goods .article-products-slider__slide .product-card-inner {
    width: 100%;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
}

.grid-of-goods .article-products-slider__nav {
    position: absolute;
    top: 224px;
    transform: translateY(-50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    padding: 4px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: -1px -1px 16px rgba(0, 10, 18, 0.04), 4px 4px 16px rgba(0, 10, 18, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.grid-of-goods .article-products-slider__nav-prev {
    left: 0;
}

.grid-of-goods .article-products-slider__nav-next {
    right: 0;
}

.grid-of-goods .article-products-slider__nav.swiper-button-disabled {
    display: none;
}

.grid-of-goods .article-products-slider__pagination {
    position: static !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 16px;
    margin: 16px auto 0;
}

.grid-of-goods .article-products-slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 4px !important;
    border-radius: 50%;
    background: #e0e0e0;
    opacity: 1;
}

.grid-of-goods .article-products-slider__pagination .swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 8px;
    background: #181818;
}

@media (max-width: 1199px) {
    .grid-of-goods .article-products-slider__slide {
        width: 200px;
    }
}

@media (max-width: 1199px) {
    .grid-of-goods .article-products-slider__nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .grid-of-goods .article-products-slider__slide {
        width: 160px;
    }
}

@media (max-width: 359px) {
    .grid-of-goods .article-products-slider__slide {
        width: 144px;
    }
}

.text-button-two-image h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    color: #181818;
    margin-bottom: 16px;
}

.the-detail__content .text-button-two-image p {
    margin-bottom: 16px;
}

.text-button-two-image .article-detail-button-transparent {
    margin-bottom: 16px;
}

.two-image-inner {
    display: flex;
    gap: 32px;
    width: 100%;
    margin-bottom: 32px;
}

.two-image-inner img {
    display: block;
    flex: 0 1 calc((100% - 32px) / 2);
    width: 100%;
    max-width: 552px;
    height: auto;
    aspect-ratio: 552 / 735;
    object-fit: cover;
    border-radius: 8px;
}

.the-detail-more h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #181818;
    margin-bottom: 24px;
}

.the-detail__content ol {
    margin-left: 20px;
    padding-left: 18px;
    list-style: decimal;
    margin-bottom: 20px;
}

.the-detail__content ol li {
    margin-bottom: 5px;
}

.the-detail__content ol li:last-child {
    margin-bottom: 0;
}

.text-button-wide-image {
    margin-bottom: 32px;
}

.text-button-wide-image h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 127%;
    color: #181818;
    margin-bottom: 16px;
}

.the-detail__content .text-button-wide-image p {
    margin-bottom: 16px;
}

.text-button-wide-image .article-detail-button-transparent {
    margin-bottom: 16px;
}

.text-button-wide-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1136 / 600;
    border-radius: 8px;
    object-fit: cover;
}
