﻿@charset "utf-8"; 
.fcon li:first-child a:nth-child(3){display:none}
.abswitem{position: relative;max-height: 400px;}
.abswitem img{width: 100%;display: block;}
.abswitem p{position: absolute;top: 0;left: 0;padding: 0 10%;box-sizing: border-box;text-align: center;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background: #0000007a;color: #fff;opacity: 0;transition: opacity 0.2s ease;}
.abswitem:hover p{opacity: 1;}
.copy a{color:#fff;}
.copy{padding:5px 0;}
@media(min-width:1200px){
.products-item-text{max-height:100%;-webkit-line-clamp:6}}