#prod{width:100%;text-align:left;flex-direction:row;display:flex;gap:20px;margin-top:30px}#images{width:50%;text-align:left;align-items:center;justify-content:center;gap:5px}#info-prod{width:50%;gap:10px}@media (max-width:767px){#prod{flex-direction:column;display:flex}}@media (max-width:767px){#images{width:100%}}@media (max-width:767px){#info-prod{width:100%}}@media (max-width:479px){#prod{margin-top:0px}}#image-prod{border-radius:20px;min-height:400px;object-fit:cover}#notice{width:100%}#price{width:100%;border-top-color:#efefef;border-right-color:#efefef;border-bottom-color:#efefef;border-left-color:#efefef;border-top-width:3px;border-right-width:3px;border-bottom-width:3px;border-left-width:3px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;text-align:center;background-color:#efefef;border-radius:5px;position:relative}#price:before{content:"cena";position:absolute;top:-10px;left:10px;background-color:#212121;padding-left:5px;padding-right:5px;padding-top:0px;padding-bottom:2px;border-radius:5px;color:#ffffff}#add-to-cart{width:100%}