.store-item{position:relative;transition:transform .3s ease;container:store-item/inline-size;height:auto!important}.store-item__box{width:100%;height:100%;flex:1 1 auto;display:flex;flex-direction:column;background:#19202e;border-left:1px solid #19202e;border-right:1px solid #19202e;border-top:1px solid #19202e;border-radius:16px}.store-item__box.popular{border-color:#31e862}.store-item__content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:20px 15px;gap:20px}.store-item__badge{position:absolute;top:-10px;left:5px;right:5px;margin:auto;display:flex;z-index:1}.store-item__badge span{padding:3px 12px;font-weight:700;font-size:14px;letter-spacing:.06em;text-align:center;color:#19202e;background:linear-gradient(14deg,#00ba7f,#3cf35b);border-radius:12px}.store-item__image{width:75%;aspect-ratio:5/3;margin:auto auto 0}.store-item__image picture{width:100%;height:100%;display:flex;position:relative}.store-item__image img{width:100%;height:100%;object-fit:contain;position:absolute}.store-item__offer{display:flex;flex-direction:column;gap:5px}.store-item__offer>*{width:fit-content;display:flex;margin:auto;gap:10px}.store-item__offer>.offer{font-size:clamp(1.25rem,.5rem + 7cqi,2.5rem);font-weight:600;line-height:150%;text-align:center;color:#fff}.store-item__offer>.free{max-width:100%;padding:3px 10px;background:#4b91f3;border:1px solid #4b91f3;border-radius:50px;font-size:clamp(1rem,.4643rem + 5.7143cqi,1.25rem)}.store-item__offer>.free span:nth-of-type(2){margin-inline-start:-5px;margin-top:1px;font-weight:500;font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.store-item__offer>* span{display:flex;align-items:center}.store-item__offer>* img{width:clamp(1.25rem,14cqi,2.5rem);min-width:20px;max-width:30px}.store-item__offer picture{width:30px;height:30px;min-width:30px;margin:auto;display:flex}@media screen and (max-width:800px){.store-item__offer picture{width:20px;height:20px;min-width:20px}}.store-item__offer picture img{width:100%;margin:auto;object-fit:contain}.store-item__title{margin-bottom:-20px;width:calc(100cqw - 30px);z-index:1}.store-item__title h3{font-size:clamp(1rem,.5rem + 5cqi,1.5rem);font-weight:600;line-height:150%;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.store-item button.btn-primary.btn-fix{background:linear-gradient(7deg,#ff1732,#ff545b)!important}.store-item button.btn-primary.btn-fix:hover{background:linear-gradient(0deg,rgba(24,38,44,.2),rgba(24,38,44,.2)),linear-gradient(7deg,#ff1732,#ff545b)!important}.store-item button.btn-primary.btn-fix div{letter-spacing:.05em;font-weight:700;color:#fff}.store-item button.btn-primary.btn-fix div:first-of-type:not(:only-child){font-weight:600;text-decoration:line-through;color:hsla(0,0%,100%,.47)}.page-store{display:flex;flex-direction:column;margin:30px auto;min-height:600px;gap:30px}.page-store__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,370px),1fr));gap:20px 20px}.page-store__list .store-item__content{display:flex;flex-direction:column;padding:20px;padding-inline-end:calc(50% + 10px)}.page-store__list .store-item__badge{top:-15px;left:15px;right:15px}.page-store__list .store-item__title+.store-item__image{transform:translateY(calc(-50% + 15px))}.page-store__list .store-item__image{position:absolute;inset-inline-end:max(2%,15px);top:50%;bottom:0;width:40%;height:60%;aspect-ratio:unset;transform:translateY(-50%);margin:0}.page-store__list .store-item__offer{margin-block:auto}.page-store__list .store-item__offer>*{margin:0}.page-store__popular .block-header{margin-bottom:30px}.page-store__popular .store-item__box{border-color:#31e862;border-top-width:3px}.page-store__popular .page-store__list{row-gap:25px}.page-store__extra .store-item__box{background:linear-gradient(115deg,color-mix(in srgb,#1eb53a 4%,transparent),color-mix(in srgb,#1eb53a 30%,transparent))}