div.product_card a:hover{font-size:inherit;text-decoration:none}div.products_list{display:flex;flex-wrap:wrap;justify-content:space-around}.product_card{aspect-ratio:2/3;background-color:var(--main-bg-color);border:1px solid var(--blue);border-radius:20px;margin:1em;padding:.7em;transition:var(--default-transition);width:15rem}@media screen and (max-width:650px){.product_card{width:75vw}}.product_card:hover{box-shadow:var(--box-shadow);transition:var(--default-transition)}.product_card a:hover{color:inherit}h3{font-size:1rem;margin:0;text-align:center}div.photo{aspect-ratio:1/1;overflow:hidden}div.photo>div{align-content:center;aspect-ratio:1/1;overflow:hidden}div.photo>div,div.photo>div>picture{align-items:center;display:flex;height:100%;justify-content:center;width:100%}div.photo>div>picture{opacity:0;transition:all 3s}div.photo>div>picture>img{max-height:100%;max-width:100%}div.photo>div.current>picture{opacity:1}.product_card .description{height:2.5em;overflow:hidden}.product_card .price{text-align:right}div.product_card button{font-size:1.2em;height:3em;width:3.5em}div.product_card a.product_update{display:none;float:right;font-size:2em}div.product_card:hover a.product_update{display:flex}a.product_update:hover{color:var(--blue)}form{margin-block-end:0}div.addToBasket{display:grid;grid-template-areas:"qty btn";grid-template-columns:2fr 1fr;width:100%}div.addToBasket.two-lines{grid-template-areas:"size btn" "qty btn"}div.addToBasket div{align-content:center;align-items:center;display:flex;justify-content:space-around;margin:.2em}div.addToBasket .size{grid-area:size}div.addToBasket .qty{grid-area:qty}div.addToBasket .submit{grid-area:btn}div.addToBasket input,div.addToBasket select{font-size:1.2em;margin-left:.5em;margin-right:.5em;width:3.5em}div.addToBasket label{width:2em}div.outOfStock{font-size:.8em;margin-top:1em}div.doNotDisplay div.photo{filter:contrast(.3)}div.product_card.new{align-content:center;align-items:center;display:flex;justify-content:center}div.product_card.new>i{font-size:4em}.other_shop_link{display:grid;grid-template-areas:"i1 p1 i2" "i1 p2 i2";grid-template-columns:1fr auto 1fr;margin:1em auto}.other_shop_link i.fa-shop{margin:auto 1em}.other_shop_link i.fa-shop:first-child{grid-area:i1;text-align:right}.other_shop_link i.fa-shop:last-child{grid-area:i2}.other_shop_link p{margin:0 1em;text-align:justify}.other_shop_link p:first-child{grid-area:p1}.other_shop_link p:last-child{grid-area:p2}@media screen and (max-width:600px){.other_shop_link i.fa-shop{font-size:1.5em;margin:auto}}