.product-page-card{max-width:var(--content-box-width);width:90%;padding:2em;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:2em auto;height:100%;border-radius:1em;box-shadow:var(--card-box-shadow);color:var(--text-green);gap:.5em;background-color:var(--main-white);position:relative;z-index:1}.product-page-card span{background:var(--main-green-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-page-card .left-part{display:flex;flex-direction:column;justify-content:flex-start;width:60%;text-align:left;gap:1em}.product-page-card .right-part{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40%}.product-page-card .left-part .header{font-size:1.8em;font-weight:600;color:var(--text-green)}.product-page-card .right-part img{max-width:100%;height:auto}.product-page-card .brand-rectangle{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.product-page-card .brand-rectangle .rectangle{background:linear-gradient(90deg,#ebf4ea,#fcfcfc);width:100%;align-items:center;border-radius:10px;border:1px solid var(--enh-green);display:flex;flex-direction:column;padding:1em 2em}.product-page-card .brand-rectangle .rectangle p{color:#000;font-size:var(--font-18)}.product-page-card .brand-rectangle .rectangle .header{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.product-page-card .brand-rectangle .rectangle .header .lacoste-title,.product-page-card .brand-rectangle .rectangle .header .sementa-title,.product-page-card .brand-rectangle .rectangle .header .vaneda-title{font-size:var(--font-32)!important;font-weight:600!important;color:var(--enh-green)!important}.product-page-card .brand-rectangle .rectangle .content{display:flex;flex-direction:row;text-align:left;width:100%}.product-page-card .brand-rectangle .rectangle .header img{max-width:110px;filter:brightness(0)}@media (max-width:800px){.product-page-card .left-part,.product-page-card .right-part{width:100%}.product-page-card .brand-rectangle .rectangle .header img{max-width:80px}.product-page-card .brand-rectangle .rectangle .header .sementa{max-width:110px}.product-page-card{flex-direction:column}}