.shop-market-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}
.shop-market-links>a{min-width:0;min-height:176px;padding:clamp(1.4rem,3vw,2.2rem);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:clamp(1rem,2.5vw,2rem);align-items:center;background:#0c080c;transition:background-color .2s ease,color .2s ease}
.shop-market-links>a:first-child{border-right:1px solid rgba(255,255,255,.22)}
.shop-market-links>a:hover,.shop-market-links>a:focus-visible{background:var(--pink);color:#15040f}
.shop-market-links__icon{width:58px;height:58px;display:grid;place-items:center;background:var(--pink);color:#15040f}
.shop-market-links>a:hover .shop-market-links__icon,.shop-market-links>a:focus-visible .shop-market-links__icon{background:#15040f;color:#fff}
.shop-market-links__icon .vk-icon{width:30px;height:30px}
.shop-market-links__copy{display:grid;gap:.2rem;min-width:0}
.shop-market-links__copy small{color:var(--pink);font-weight:800}
.shop-market-links>a:hover small,.shop-market-links>a:focus-visible small{color:#15040f}
.shop-market-links__copy strong{font:400 clamp(1.8rem,3vw,3rem)/1 var(--display);text-transform:uppercase}
.shop-market-links__copy>span{color:#cfc6ce}
.shop-market-links>a:hover .shop-market-links__copy>span,.shop-market-links>a:focus-visible .shop-market-links__copy>span{color:#351128}
.shop-market-links>a>b{color:var(--pink);font-size:1.7rem}
.shop-market-links>a:hover>b,.shop-market-links>a:focus-visible>b{color:#15040f}
@media(max-width:700px){.shop-market-links{grid-template-columns:1fr}.shop-market-links>a{min-height:150px}.shop-market-links>a:first-child{border-right:0;border-bottom:1px solid rgba(255,255,255,.22)}}
@media(max-width:430px){.shop-market-links>a{grid-template-columns:46px minmax(0,1fr) auto;padding:1.2rem}.shop-market-links__icon{width:46px;height:46px}.shop-market-links__copy strong{font-size:1.65rem}.shop-market-links__copy>span{font-size:.85rem}}
@media(prefers-reduced-motion:reduce){.shop-market-links>a{transition:none}}
