.Card{border:1px solid #ffffff2d;border-radius:14px;flex-direction:column;justify-content:space-between;max-width:538px;max-height:508px;display:flex}.Card img{object-fit:cover;border-top-left-radius:14px;border-top-right-radius:14px;width:100%;height:100%}.purchaseBtn{border-radius:14px;height:48px;font-size:1.1rem;font-weight:600}.imageDiv{aspect-ratio:3/2;width:100%;max-height:304px;position:relative;overflow:hidden}
.imgStyle{object-fit:contain;border-radius:34px;width:130px;min-width:130px;height:130px;min-height:130px}.header{justify-content:center;align-items:center;max-width:1096px;padding-top:70px;padding-bottom:70px;display:flex}.imgWrapper{border-radius:34px;width:130px;height:130px;position:relative;overflow:hidden}.h1style{font-size:1.4rem;font-weight:700}@media (max-width:768px){.imgWrapper{border-radius:25px}}@media (max-width:640px){.imgStyle{border-radius:25px;width:80px;min-width:80px;height:80px;min-height:80px}.header{align-items:flex-start}.imgWrapper{width:80px;height:80px}}.card{background-color:#0000;justify-content:center;align-items:center;gap:20px;width:fit-content;height:fit-content;display:flex}.socialContainer{background-color:#191919;border-width:1px;border-color:#ffffff37;border-radius:20%;justify-content:center;align-items:center;width:40px;height:40px;transition-duration:.4s;display:flex;overflow:hidden}.containerOne:hover{background-color:#d62976;transition-duration:.3s}.socialContainer:active{transition-duration:.3s;transform:scale(.9)}.socialSvg{width:17px}.socialSvg path{fill:#fff}.socialContainer:hover .socialSvg{animation:.3s both slide-in-top}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}
.main{background:#191919;flex-direction:column;align-items:center;padding:16px;display:flex}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:669px){.products-grid{grid-template-columns:1fr}}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;margin-right:5px}.my-products-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;gap:5px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:absolute;top:20px;right:20px}.my-products-btn:hover{background:#fff3;transform:translateY(-2px)}
