.shop-by-category__inner{display:flex;flex-direction:column;gap:0}@media screen and (min-width: 990px){.shop-by-category__inner{flex-direction:row;white-space:nowrap}}.shop-by-category__item{display:flex;flex-direction:column;gap:16px;padding:58px 32px;padding-top:64px;position:relative;color:#fff;transition:flex .8s cubic-bezier(0.29, 0, 0.2, 1);will-change:flex;border-top:1px solid #fff;overflow:hidden}@media screen and (min-width: 990px){.shop-by-category__item{overflow:hidden;height:500px;cursor:default;flex:1;padding:0;border-right:1px solid #fff}.shop-by-category__item.active{flex:3}.shop-by-category__item.active .shop-by-category__item-caption,.shop-by-category__item.active .shop-by-category__item-content{opacity:1;transition:.3s .8s cubic-bezier(0.29, 0, 0.2, 1)}}.shop-by-category__item picture{position:absolute;top:0;left:0;width:100%;height:500px;z-index:0}.shop-by-category__item picture::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);pointer-events:none;z-index:2}.shop-by-category__item picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.shop-by-category__item-caption{margin-bottom:80px;position:relative;z-index:2;font-weight:600}@media screen and (min-width: 990px){.shop-by-category__item-caption{opacity:0;font-weight:700;transition:all 1s ease;position:absolute;top:16px;left:16px;writing-mode:sideways-lr;margin:0}}.shop-by-category__item-content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}@media screen and (min-width: 990px){.shop-by-category__item-content{padding:70px;justify-content:center;height:100%;gap:24px;opacity:0}}.shop-by-category__item-text{display:block}.shop-by-category__item-text p{white-space:pre-wrap;margin:0}.shop-by-category__item-title{color:inherit}@media screen and (min-width: 990px){.shop-by-category__item-title{font-size:40px}}.shop-by-category__item .button{min-width:178px}