.adev-featured-collections{background:#fff;position:relative}.adev-featured-collections .adev-fc__header{margin-bottom:30px;text-align:center}.adev-featured-collections .adev-fc__header h2{font-weight:var(--section-title-font-weight);font-size:var(--section-title-size);line-height:var(--section-title-line-height);margin:0}.adev-featured-collections .adev-fc__inner{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.adev-featured-collections .adev-fc__col{-webkit-flex:0 0 50%;flex:0 0 50%;padding:10px}@media(min-width:992px){.adev-featured-collections .adev-fc__col{-webkit-flex:0 0 33.3333%;flex:0 0 33.3333%}}.adev-featured-collections .adev-fc__card{position:relative;background:#fff;border-radius:6px;overflow:hidden}.adev-featured-collections .adev-fc__card:hover{box-shadow:0 0 0 1px #ffd7de}.adev-featured-collections .adev-fc__card>a{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.adev-featured-collections .adev-fc__card-image{position:relative}.adev-featured-collections .adev-fc__card-btn{position:absolute;top:50%;left:50%;z-index:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;pointer-events:none;font-weight:var(--button-font-weight);font-size:var(--button-size);line-height:var(--button-line-height)}.adev-featured-collections .adev-fc__card-details{padding:15px;text-align:center}.adev-featured-collections .adev-fc__card-title{text-transform:uppercase;font-weight:var(--collection-title-font-weight);font-size:var(--collection-title-size);line-height:var(--collection-title-line-height)}.adev-featured-collections .adev-fc__card:hover .adev-fc__card-btn{opacity:1;transition:.1s}