.c-threesixty-poster { position: relative; }

.c-threesixty-badge{
  position:absolute;
  left:10px; top:10px;
  padding:4px 8px;
  border-radius:12px;
  font-size:12px;
  line-height:1;
  background: rgba(0,0,0,.65);
  color:#fff;
  pointer-events:none;
}

.c-product-images__thumb_threesixty .l-image-box { position: relative; }
.c-threesixty-thumb-badge{
  position:absolute;
  left:6px; top:6px;
  padding:2px 6px;
  border-radius:10px;
  font-size:11px;
  line-height:1;
  background: rgba(0,0,0,.65);
  color:#fff;
  pointer-events:none;
}



.c-order-page__form-container span.wa-text a {
    text-decoration: underline;
}
.c-product-images__image {
    min-height: 700px;
    height: 100%;
    /* max-height: 800px; */
}
.c-product-images__image.swiper-slide-active .c-lazy-image {
    display: block;
    position: relative;
}
/*куки*/
#cookie-banner {
      position: fixed;
      bottom: 20px;
      left: 20px;
      width: 45%;
      max-width: 480px;
      background: #5c5c5c;
      color: white;
      padding: 15px 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-family: sans-serif;
      z-index: 9999;
    }

    #cookie-banner p {
      margin: 0;
      font-size: 14px;
      line-height: 1.4;
      flex: 1;
    }

    #cookie-banner a {
      color: white;
      text-decoration: underline;
    }

    #cookie-banner button {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
    height: 30px;
    flex-shrink: 0;
    line-height: 27px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
}

    #cookie-banner button:hover {
      background: #e0e0e0;
    }

    @media (max-width: 600px) {
    #cookie-banner {
        width: 100%;
        left: 0;
        bottom: 0;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        z-index: 9999999999;
        border-radius:0;
    }

      #cookie-banner button {
        margin-left: 0;
      }
      #cookie-banner p {
          text-align:center;
      }
    }
/*куки конец*/   