@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.content-wrap {
    font-family: Inter;
    font-weight: 400;
    line-height: 120%;
    color: #000000;
    /* max-width: 320px; */
    width: 320px;
}

.container {
    padding: 0 16px;
}

.stars {
    text-decoration: none;
}

.sale {
    background: #FBD5D5;
    margin-top: 16px;
    height: 24px;
    width: max-content;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #C02A2A;
    padding: 0 12px;
}

.main-title {
    margin-top: 12px;
    font-weight: 800;
    font-size: 24px;
}

.stars {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.stars-count {
    font-size: 14px;
    color: #BDBDBD;
    margin-left: 8px;
}

.price {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}


.price-current {
    font-weight: 800;
    font-size: 24px;
}

.price-old {
    color: #BDBDBD;
    font-size: 14px;
    text-decoration: line-through;

}

.countdown {
    padding: 16px;
    background: #F2F2F2;
    border-radius: 16px;
    margin-top: 16px;
}

.countdown h4 {
    font-size: 14px;
    color: #474747;
}

.countdown__timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    gap: 4px;
}

.countdown__timer i {
    font-style: normal;
    margin-top: -14px;
}

.countdown__value {
    width: 76px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 40px;
    font-weight: 800;
    border-radius: 6px;
    position: relative;
}

.countdown__value:after {
  position: absolute;
content: ":";
font-family: Inter;
font-weight: 800;
font-size: 16px;
line-height: 19.2px;
right: -10px;
top: 50%;
transform: translateY(-50%);
}

.countdown__item:last-of-type .countdown__value:after {
 display: none
}

.countdown__label {
    height: 18px;
    margin-top: 4px;
    width: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #fff;
    font-size: 10px;
    color: #474747;
}

.countdown-text {
    color: #474747
}

.countdown-text p {
    margin-top: 12px;
    font-size: 10px;
}

.number-discount {
    margin-top: 26px;
    border: 1px solid #C02A2A;
    border-radius: 16px;
    padding: 52px 16px 16px 16px;
    position: relative;
}

.big-btn {
    position: absolute;
    height: 44px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #C02A2A;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    left: 0;
    top: -8px;
    text-decoration: none;
}

.block-title {
    color: #474747;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

.discount-list {
    margin-top: 12px;
    padding: 0;
    margin-bottom: 0;
}

.discount-list li {
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.dic-last {
    color: #C02A2A;
    text-align: right;

}

.discount-list li:last-child {
    border-bottom: 0px solid transparent;
    padding-bottom: 0px;
}


.topbar {
    height: 51px;
    background: #474747;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;

}

.swiper-topbar {
    width: 100%;
}

.swiper-topbar .swiper-pagination-bullet-active{
background: #fff;
}

.swiper-topbar img {
    height: 432px;
    width: 100%;
    object-fit: cover;
}

.features__wrapper {
    border: 1px solid #C02A2A;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 16px;
    margin-bottom: 48px;
}

.features__title {
    color: #000 !important;
}

.features__image {
    display: block;
    object-fit: cover;
    border-radius: 16px;
    height: 175px;
    width: 100%;
}

.features__list {
    margin: 0;
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.features__list li span:first-child {
    font-weight: 600;
}

.features__list li span {
    display: block;
    text-align: end;
    width: fit-content;
}

.features__list li {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
    font-family: Inter;
    font-size: 12px;
    line-height: 16.8px;
}

/* /////////////////////////////////// */
.reviews-section {
    overflow: hidden;
}

.reviews-section__wrapper {
    margin-bottom: 48px;
}

.reviews-section__slider {
    overflow: visible;
}

.reviews-section__slider .swiper-slide {
    background: #F2F2F2;
    border-radius: 16px;
    height: auto;
    padding: 16px;
}

.reviews-section__slider .slide__top {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-section__slider .slide__top img {
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #C02A2A;
    object-fit: cover;
    border-radius: 50%;
}

.reviews-section__slider .info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.reviews-section__slider .info span:first-child {
    font-weight: 600;
    font-size: 12px;
    line-height: 16.8px;
}

.reviews-section__slider .info span:last-child {
    color: #474747;
    font-size: 10px;
    line-height: 12px;
}

.reviews-section__slider .stars {
    display: flex;
    flex-wrap: nowrap;
    gap: 2px;
    margin-bottom: 8px;
}

.reviews-section__slider .stars img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.reviews-section__slider .text {
    color: #474747;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
}

.reviews-section__slider .swiper-pagination {
    display: flex;
    gap: 6px;
    justify-content: center;
}

.reviews-section__slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 6px;
    height: 6px;
    background: #bdbdbd;
}

.reviews-section__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #BDBDBD;
}

/* ////////////////////////////////////// */
.advantages__wrapper {
    border: 1px solid #C02A2A;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 48px;
}

.advantages__title {
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    text-transform: uppercase;
    margin-bottom: 48px;
    color: #474747;
}

.advantages__blocks {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.advantages__block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.advantages__block-icon {
    display: block;
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 0 auto;
}

.advantages__block-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16.8px;
    text-align: center;
}

.advantages__block-text {
    color: #474747;
    font-size: 14px;
    line-height: 16.8px;
    text-align: center;

}

/* //////////////////////////////////////// */

.order-form__wrapper {
    margin-bottom: 48px;
}

.order-form__product {
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    border-top: none;
}

.order-form__product-top {
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    border-left: none;
    border-right: none;
    position: relative;
}

.order-form__product-top img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    height: 288px;
    margin-bottom: 16px;
}

.order-form__product-top .sale {
    position: absolute;
    top: 14px;
    left: 16px;
    background: #C02A2A;
    border-radius: 8px;
    padding: 5px 12px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    line-height: 14.4px;
}

.order-form__product-top h4 {
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    margin: 0 12px;
    margin-bottom: 12px;
}

.order-form__product ul {
    padding: 0 12px;
    list-style: none;
}

.order-form__product ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 8px;
}

.order-form__product ul li:last-child {
    border-bottom: none;
}

.order-form__product ul li span {
    font-size: 14px;
}

.order-form__product ul li span:last-child {
    color: #C02A2A;
    font-weight: 600;
}

.order-form__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
}

.order-form__form input,
.order-form__form select {
    background: #F2F2F24D;
    border: 1px solid #F2F2F2;
    padding: 11px 16px;
    border-radius: 16px;
    color: #BDBDBD;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 16.8px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.order-form__form input::placeholder {
    font-size: 14px;
    color: #BDBDBD;
}

.order-form__form button {
    background: #C02A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 32px;
    border-radius: 16px;
    font-family: Inter;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    text-transform: uppercase;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}

.order-form__form-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.order-form__form-radios input[type="radio"] {
    display: none;
}

.order-form__form-radios label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 9px 7px;
    border: 1px solid #C02A2A;
    width: calc(25% - 9px);
    border-radius: 16px;
    color: #C02A2A;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    max-height: 47px;
}

.order-form__form-radios label i {
    font-weight: 400;
    font-size: 7px;
    line-height: 9.8px;
}

.order-form__form-radios input[type="radio"]:checked {
    display: none;
    /* Це для того, щоб інпут залишався прихованим */
}

.order-form__form-radios input[type="radio"]:checked+label {
    background-color: #C02A2A;
    color: #FFFFFF;
    /* Зміна фону при виборі */
}

/* ////////////////////////////////// */
.recomended__container {
    padding: 0;
}

.recomended__wrapper {
    margin-bottom: 48px;
    overflow: hidden;
}

.recomended__title {
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #474747;
}

.recomended__blocks {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.recomended__blocks::-webkit-scrollbar {
    display: none;
}

.recomended__block {
    border: 1px solid #F2F2F2;
    border-radius: 16px;
    display: flex;
    padding: 5px;
    flex-direction: column;
}

.recomended__block img {
    display: block;
    max-width: 125px;
    width: 125px;
    height: 125px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 12px;
}

.recomended__block-title {
    font-weight: 600;
    font-size: 12px;
    line-height: 16.8px;
    margin: 0 12px;
    word-break: break-word;
    margin-bottom: 8px;
}

.recomended__block-prices {
    margin: 0 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.recomended__block-prices span:first-child {
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    color: #C02A2A;
}

.recomended__block-prices span:last-child {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-decoration: line-through;
    color: #BDBDBD;
    margin-top: 4px;
}

.recomended__block-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C02A2A;
    font-family: 'Inter', sans-serif;
    padding: 0 28px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 44px;
    text-decoration: none;
    margin-top: auto;
}

/* ////////////////////////////////////// */
.delivery {
    margin-bottom: 16px;
}

.delivery__wrapper {
    border: 1px #C02A2A solid;
    border-radius: 16px;
    padding: 16px;
}

.delivery__p {
    font-family: Inter;
    font-weight: 300;
    font-size: 12px;
    line-height: 16.8px;
}

.delivery__p b,
.delivery__p strong {
    font-weight: 600;
}

.delivery__posts {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    margin: 12px 0;

}

.delivery__post {
    display: flex;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    width: 96px;
    height: 96px;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 50%;
    overflow: hidden;
}

.delivery__post img {
    display: block;
    height: 38px;
    width: auto;
    object-fit: contain;
}

.delivery__post p {
    font-family: Inter;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0%;
}

.delivery__line {
    background: #F2F2F2;
    height: 1px;
    width: 100%;
    margin: 16px 0;
}

.delivery__logos {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 12px;
}

.delivery__logos img {
display: block;
height: 22px;
width: auto;
object-fit: contain;
}

/* ///////////////////////////////////// */
.footer {
    background: #474747;
    padding: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    text-align: start;
}

.footer__title {
    color: #FFFFFF;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    text-transform: none;
    margin-bottom: 12px;
}

.footer__link {
    display: block;
    margin-bottom: 12px;
    color: #BDBDBD;
    text-decoration: underline;
    transition: all .4s;
    width: fit-content;
}

.footer__link:hover {
    color: #FFFFFF;
}



.footer__menu ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;

    padding-left: 0;
    padding-top: 16px;
    border-top: 1px solid #f2f2f212;
    margin-bottom: 0;
}

.footer__menu a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16.8px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all .4s;
}

.footer__menu li {
    list-style: none;
}


.footer__menu a:hover {
    color: #C02A2A;
}

.order-form__form input,
.order-form__form select,
.order-form__form .big-button{
margin-top: 12px;
display: flex;
width: 100%;
}

.product-description{
     margin-top: 48px;
}

.product-description h2 {
font-weight: 800;
font-size: 16px;
margin-bottom: 16px;
}
.product-description p {
    font-family: Inter;
    font-size: 14px;
    line-height: 23.8px;
color: #474747;    
}

.content-wrap {
    overflow: hidden;
    border-radius: 0;
}

.container {
position: relative;
}
.fixed__btn {
position: fixed;
    bottom: -60px;
    transition: all .5s;
  left:50%;
transform: translateX(-50%);
 background: #C02A2A;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 32px;
    border-radius: 16px;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    text-transform: uppercase;
    border: none;
text-decoration: none;
    color: #FFFFFF;
box-shadow:0px 0px 6px 0px rgb(114 33 33 / 76%);
    cursor: pointer;
z-index: 10;
width: max-content;
}
.fixed__btn.active {
    bottom: 16px;
}