body .box-section .container .flex-row{gap:20px;justify-content:center}body .box-section .container .col-4{padding:0;flex:1 1;min-width:300px}body .box-wrapper-link{text-decoration:none;display:block}body .box-section .container .box-wrapper{display:flex;justify-content:space-between;align-items:center;padding:2em;background:#f9f9f9;transition:all .4s cubic-bezier(.16,1,.3,1);border:1px solid transparent;height:100%}body .box-section .container .box-wrapper:hover{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);transform:translateY(-5px)}body .box-section .container .box-wrapper .content-side{width:55%;padding-right:1em;display:flex;flex-direction:column;align-items:flex-start}body .box-section .container .box-wrapper .img-side{width:45%;position:relative;overflow:hidden;border-radius:8px}body .box-section .container .box-wrapper h2{font-family:var(--Baskervville);font-weight:500;color:var(--black);font-size:1.6em;line-height:1.2;margin-bottom:.8em;transition:color .3s}body .box-section .container .box-wrapper .shop-link{font-family:var(--Montserrat);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--black);position:relative;padding-bottom:2px}body .box-section .container .box-wrapper .shop-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#000;transition:width .3s ease}body .box-wrapper-link:hover .shop-link:after{width:100%}.category-image{width:100%;height:auto;object-fit:contain;transition:transform .5s ease;mix-blend-mode:multiply}body .box-wrapper-link:hover .category-image{transform:scale(1.08)}@media only screen and (min-width:768px) and (max-width:1000px){body .box-section .container .box-wrapper{flex-direction:column;text-align:center}body .box-section .container .box-wrapper .content-side,body .box-section .container .box-wrapper .img-side{width:100%}body .box-section .container .box-wrapper .content-side{align-items:center;margin-bottom:1em}}@media (max-width:767px){body .box-section .container .flex-row{flex-direction:column}body .box-section .container .col-4{margin-bottom:1em}}