    .ebp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:24px;margin:20px 0}
      .ebp-card{border:1px solid #e5e7eb;border-radius:6px;background:#fff;display:flex;flex-direction:column}
      .ebp-img{display:block;border-bottom:1px solid #eee}
      /* РЕЗЕРВ МЕСТА ПОД ФОТО */
      .ebp-img-box{height:260px;padding:12px;display:flex;align-items:center;justify-content:center}
      .ebp-img-el{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}
      .ebp-img-ph{width:100%;height:100%;background:#f5f5f7;color:#9aa0a6;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:13px}
      .ebp-title{display:block;padding:14px 16px 6px;font-size:18px;line-height:1.3;color:#212121;text-decoration:none}
      .ebp-title:hover{text-decoration:underline}
      .ebp-price{padding:0 16px 8px;font-size:18px}
      .ebp-price-old{text-decoration:line-through;opacity:.6;margin-right:8px}
      .ebp-actions{margin-top:auto;padding:16px}
      .ebp-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:8px;border:0;background:#5a47b3;color:#fff;font-size:16px;cursor:pointer;text-decoration:none}
      .ebp-btn:hover{filter:brightness(0.95)}
      .ebp-btn-outline{background:#f3f2fb;color:#5a47b3}
       
      
.politics a {
    font-size: 12px;
}
.dostavka .groupQuestions {
    width:100%;
    margin: 0 !important;
}
.d-title.prod{
    padding:10px 24px;
}
.v-product-remove {
    width: 100%;
    border: 1px solid #d8d4d4;
    background-color: #f4f4f4;
    box-sizing: border-box;
    margin-bottom: 14px;
    text-align:center;
    padding: 30px 15px;
}
.v-product-remove span {
    font-size: 18px;
    font-weight:600;
}
.remove-btn {
    padding:10px 12px 6px;
}
.remove-btn.list span{
 height:auto;
 line-height:20px;
}
.remove-btn a{
    text-decoration:none;
}
.remove-btn span {
    margin-bottom: 11px;
    height: 37px;
    line-height: 37px;
    background-color: #cccccc;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    display: block;
    color: #000000;
    cursor: pointer;
    font-weight: 600;

}
.v-products-card__price-block {
    min-height: 40px;
}
.v-tile-gallery._tile-active .v-products-card__content .v-products-card__link {
    padding-top: 3px;
}
.v-products-list__features-value {
    white-space: inherit;
    min-width: 230px;
}
.v-header-logo span.desc {
  top: 0;
}


.v-header-search__form.v-header-search__form--mobile,
.v-general-menu__search-open{ display:none }
/*куки*/
#cookie-banner {
      position: fixed;
      bottom: 20px;
      left: 20px;
      width: 45%;
      max-width: 480px;
      background: #554e90;
      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: white;
      color: #554e90;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
      font-size: 14px;
      margin-left: 20px;
      flex-shrink: 0;
    }

    #cookie-banner button:hover {
      background: #e0e0e0;
    }

    @media (max-width: 600px) {
    #cookie-banner {
        width: 90%;
        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;
      }
    }
/*куки конец*/    
@media (max-width: 640px){
    .v-cart-mini{ margin-left:0;}
    .v-catalog-menu{ margin-bottom:4px; }
    .v-general-menu__search-open{ display:inline-flex; justify-content:flex-end; flex-grow: 1; padding-left:20px; } 
    .v-general-menu-wrap{ display:flex; justify-content:space-between; align-items:center; }
    .v-header-search__form.v-header-search__form--mobile{ margin: 8px auto; }
    .v-general-menu{ height:auto; }
    .v-header-search__open.v-header-search__open--mobile{ display:inline-flex;
        justify-content:center;
        align-items:center;
        display: inline-block;
        box-shadow:none;
        background:none;
        font-size:24px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .is-show-search .v-header-search__open .fa:before { content: "\f00d"; }
    .is-show-search .v-header-search__form.v-header-search__form--mobile{ display:block; }
    .v-main .v-header .v-header__wrap{height:65px !important;}
}.searchpro__field .searchpro__field-container{
z-index: 200 !important;
}