.header_item-content img {
    margin-right: 5px;
}

.product-tile_inner{
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    background: #FFF;
    margin: 0px 0px ,0px 0px;
}

.product-tile.hover .product-tile_inner{
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.product-tile_top,
.product-tile_bottom {
    padding: 10px;
}



.product-tile_top--protilegallery{
    padding: 0;
}

.protilegallery_wrapper .protilegallery_tiles .protilegallery_tile:hover:before{
    background: #4fc3e4 !important;
}



.protilegallery_wrapper .protilegallery_images .protilegallery_image img {
    width: auto !important;
    height: 100%;
}


.product-tile_title{
    color: grey;
    font-size: 12px;
    height: auto;
    max-height: 180px;
}
.product-tile_title a{
    font-size: 13px;
    color: #000;
}


.product-tile .out-of-stock{
    font-size: 10px;
    color: red;
    vertical-align: bottom;
    background: #ebebeb;
    box-sizing: border-box;
    line-height: 1;
    white-space: normal;
    padding: 14px 0px 0px;
  
  
.products-list_item-desc {
    font-size: 4px;
}

.tile-desc {
    font-size: 8px;
    color: red;
}


.product-tile_title{
    line-height: 1.2;
    height: 55px;
    margin: 0 0 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

.product-tile_title:hover{
    overflow: visible;
}

.product-tile_title:hover a{
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
}

.product-tile_rating{
    font-size: 14px;
    margin: 0 5px 0 0;
    line-height: 14px;
}

.product-tile_prices{
    margin: 0 0 10px;
}

.product-tile_prices .price{
    font-size: 18px;
    margin: 0 10px 0 0;
}

.product-tile .add2cart-wrap-left,
.product-tile_cart2 .add2cart-btn,
.product-tile .add2cart-wrap-right{
    width: 41%;
    box-sizing: border-box;
    padding: 0;
    vertical-align: top;
    border-radius: 0;
}

.product-tile .add2cart-wrap-left{
    width: 60%;
}


/* Стили для таблицы */
.product_features {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  font-size: 14px;
}

/* Стили для заголовков ячеек таблицы */
.product_features th {
  padding: 8px;
  background-color: #f5f5f5;
  text-align: left;
}

/* Стили для содержимого ячеек таблицы */
.product_features td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

/*
/* Стили для четных строк таблицы */
.product_features tr:nth-child(even) {
  background-color: #f9f9f9;
}


/* VOLOSOK MODERN DESIGN V1 */
:root{--vm-ink:#211d1a;--vm-muted:#746c66;--vm-line:#e9e1db;--vm-cream:#f6f0eb;--vm-white:#fff;--vm-accent:#9a6c54}
.header{background:#fff;border-bottom:1px solid var(--vm-line);box-shadow:none}
.header>.l-wrapper{min-height:96px;display:flex;align-items:center;gap:34px}
.header_logo{flex:0 0 auto}
.header_logo img{max-height:58px;width:auto}
.header_item{vertical-align:middle}
.header_item--address,.header_item--contacts{color:var(--vm-muted);font-size:13px;line-height:1.55}
.header_item--cart{margin-left:auto}
.header_cart{border-radius:14px;transition:background .2s ease}
.header_cart:hover{background:#faf7f4}
#sticky-block{top:0!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(12px);border-bottom:1px solid var(--vm-line);z-index:100!important}
.vm-hero{margin:0 0 38px;background:linear-gradient(115deg,#f7f1ec 0%,#eee3db 100%);overflow:hidden;position:relative}
.vm-hero:after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-100px;top:-180px;background:rgba(255,255,255,.38)}
.vm-hero__inner{max-width:1240px;margin:0 auto;padding:74px 30px 70px;position:relative;z-index:1}
.vm-hero__eyebrow{font-size:12px;line-height:1.2;text-transform:uppercase;letter-spacing:.19em;font-weight:600;color:#8d6b59;margin-bottom:20px}
.vm-hero h1{max-width:760px;margin:0;color:var(--vm-ink);font-size:52px;line-height:1.06;letter-spacing:-.035em;font-weight:500}
.vm-hero__text{max-width:650px;margin:22px 0 30px;color:#625b56;font-size:17px;line-height:1.65}
.vm-hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.vm-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 25px;border-radius:2px;text-decoration:none!important;font-size:14px;font-weight:600;transition:.2s ease}
.vm-hero__btn--primary{background:#211d1a;color:#fff!important;border:1px solid #211d1a}
.vm-hero__btn--primary:hover{background:#403934;border-color:#403934}
.vm-hero__btn--secondary{background:transparent;color:#211d1a!important;border:1px solid #b8aaa0}
.vm-hero__btn--secondary:hover{background:rgba(255,255,255,.55)}
.vm-hero__facts{display:flex;gap:34px;flex-wrap:wrap;margin-top:42px;padding-top:24px;border-top:1px solid rgba(88,67,54,.16);max-width:780px}
.vm-hero__fact{font-size:13px;color:#6e655f}
.vm-hero__fact strong{display:block;color:#2a2522;font-size:18px;margin-bottom:2px;font-weight:600}
@media(max-width:767px){.header>.l-wrapper{min-height:76px;gap:12px}.header_item--address{display:none}.header_item--contacts{font-size:11px}.vm-hero{margin-bottom:24px}.vm-hero__inner{padding:48px 20px 44px}.vm-hero h1{font-size:36px;line-height:1.08}.vm-hero__text{font-size:15px;margin:18px 0 25px}.vm-hero__actions{align-items:stretch}.vm-hero__btn{width:100%;box-sizing:border-box}.vm-hero__facts{gap:20px;margin-top:30px}.vm-hero__fact{width:calc(50% - 10px)}}
