html{
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}
.wrapper{
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    padding: 0 20px;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background-color: #fff;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

ul{
    list-style: none;
    margin-bottom: 20px;
}
li{
    color: #4a4a4a;
    margin-bottom: 5px;
}

li:last-child{
    margin-bottom: 0;
}

.price{
    padding: 20px 0 0;
    background-color: #111827;
    color: #fff;
}

.price-wrapper{
    display: flex;
    justify-content: space-around;
    gap: 12px;
    text-align: center;
}

.price-wrapper > div p:first-child{
    font-weight: 300;
}

.price-wrapper > div p:last-child{
    font-weight: 700;
    font-size: 2.25rem;
}

@media (max-width: 380px){
    .price-wrapper > div p:last-child{
        font-size: 1.8rem;
    }
}

.new-price p:last-child{
    color: rgb(254, 209, 29);
}

.button{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 380px;
    min-height: 55px;
    margin: 20px auto;
    padding: 14px;
    border: none;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
    background: #ff3200;
    cursor: pointer;
    transition: 0.3s;
}

.button:hover{
    background: #ff5333;
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgba(255,50,0,0.4);
}

.promo{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
   margin: 10px 0 0;
   padding-bottom: 15px;
}
.promo span{
    display: block;
    width: 20px;
    height: 24px;
    color: #ffffff;
    background: rgb(228, 35, 35);
    border-radius: 5px;
    margin: 0 5px;
}

.delivery-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding: 40px 20px;
    background: #fff; /* або #000 для чорного фону */
    color: #000;      /* якщо чорний фон — постав #fff */
    flex-wrap: wrap;
    text-align: center;
  }
  
  .delivery-block {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .delivery-block h3 {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  
  .delivery-item {
    flex: 1;
    min-width: 250px;
    max-width: 330px;
    padding: 20px;
    border-radius: 20px;
    background: #f7f7f7;
    transition: 0.3s;
  }
  
  .delivery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
  
  .icon {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    color: #ff3200; /* акцентна червона */
  }
  
  .delivery-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  .delivery-item p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .rev {
    padding-top: 10px;
  }

  .rev h3 {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .review {
    background: #fff;
    color: #000;

    width: calc(100% - 40px);
    padding: 20px;
    max-width: 400px;
    margin: 0 auto 20px;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: 'Poppins', sans-serif;
  }
  
  .review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
  }
  
  .avatar {
    width: 45px;
    height: 45px;
    background: #1a1a1a;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .review-info h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
  }
  
  .review-info .date {
    font-size: 0.9rem;
    color: #666;
  }
  
  .stars {
    color: #ffb800;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  
  .text {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .review-image {
    display: flex;
    gap: 10px;
  }
  .review-image img {
    width: auto;
    flex: 1;
    margin: 0;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    object-fit: cover;
  }


.control {
    width: 100%;
      display: block;
    margin: 0 auto;
    position: relative;
    padding-left: 36px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background: #d2d2d2;
  transition: .3s linear;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
    left: 10px;
    top: 4px;
    width: 4px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}


.main-order-form {
    background: #111;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 420px;
    margin: 30px auto;
    box-shadow: 0 0 25px rgba(255,255,255,0.08);
  }
  
  .mk-note {
    font-size: 1.2em;
    font-weight: 600;
    color: #fed11d;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .titlesel {
    text-align: center;
    font-size: 1.4rem;
    margin: 20px 0 10px;
    color: #fff;
    letter-spacing: 0.5px;
  }
  
  .field {
    width: 100%;
    background: #1a1a1a;
    border: 1px solid #999999;
    border-radius: 12px;
    padding: 12px 14px;
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 15px;
    transition: 0.3s;
  }
  
  .field::placeholder {
    color: #888;
  }
  
  .field:focus {
    outline: none;
    border-color: #ff3200;
    background: #181818;
  }
  
  select.field {
    appearance: none;
    cursor: pointer;
  }
  
  textarea.field {
    resize: none;
  }
  
  
  select.field {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%239aa0a6' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px 8px;
}
  
  
/* SLIDER START */

.slider-section .title{
    text-align: center;
}

.slider-section h2.title:after{

    display: none;
}

.product-slider{
    width: 80%;
    height: fit-content;
    margin: 0 auto 30px;
    padding-bottom: 30px !important;
}

.shop-link{
    width: 80%;
    height: 80px;
    line-height: 80px;
    background: #e1848a;
}


.swiper-pagination-bullet{
    border-radius: 1px !important;
    background: red !important;
}

.product-slider .swiper-pagination{
    bottom: -15px;
}

.product-title{
    display: block;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
    padding: 8px 10px;
    text-align: left;
    font-size: 14px;
    transition: .2s linear;
}

.product-title:hover{
    color: red;
}

.product-price{
    text-align: center;
}

.product-old--price{
    color: #777;
    text-decoration: line-through;
    margin-left: 8px;
}

.product-current--price{
    color: red;
    font-weight: 500;
}

.button-m.shop-link{
        display: block;
    max-width: 440px;
    width: 100%;
    height: 114px;
    line-height: 114px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto 30px;
    cursor: pointer;
    border: none;
    
}



/*SLIDER END */
  
  