.AddToCartButton_btn__JOWFE{background-color:#31bd7b;color:white;border:none;padding:.9rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:background-color .3s ease,transform .2s ease}.AddToCartButton_btn__JOWFE:hover:not(:disabled){background-color:#43ac7b;transform:translateY(-2px)}.AddToCartButton_btn__JOWFE:active:not(:disabled){transform:scale(.98)}.AddToCartButton_disabled__JvHhO{background-color:#b0b0b0;cursor:not-allowed}.AddToCartButton_ripple__l6Mcp{position:absolute;width:0;height:0;background:rgba(255,255,255,.5);border-radius:50%;transform:scale(0);opacity:0;animation:AddToCartButton_rippleAnimation__SxZ4C .6s linear}@keyframes AddToCartButton_rippleAnimation__SxZ4C{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.AddToCartButton_toast__mv6qK{position:fixed;bottom:30px;right:30px;background:#31bd7b;color:white;padding:1rem 1.5rem;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.25);z-index:999;font-weight:500;letter-spacing:.5px}.product_id_container__WEJE6{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:3rem;gap:3rem;padding:2rem 6rem;align-items:center;background:linear-gradient(120deg,#f8fafc,#f0fdf4);min-height:80vh;margin-top:180px}.product_id_topButtons__IXd6F{display:flex;justify-content:space-between;margin:0 5px 5px}.product_id_stockWarning__8WnhR{font-size:.9rem;color:#ff4d4d;margin-top:6px}.product_id_disabledSize__rtWtg{opacity:.5;cursor:not-allowed;position:relative}.product_id_disabledSize__rtWtg .product_id_cross__nChod{color:red;position:absolute;font-weight:700;font-size:18px;top:-6px;right:-6px}.product_id_backBtn__Egimx,.product_id_cartBtn__Y1x98{background:#43ac7b;color:white;border:none;padding:8px 10px;border-radius:8px;font-size:14px;cursor:pointer;transition:.2s ease-in-out}.product_id_backBtn__Egimx{background:#43ac7b}.product_id_cartBtn__Y1x98{background:#1976d2}.product_id_backBtn__Egimx:hover,.product_id_cartBtn__Y1x98:hover{opacity:.9}.product_id_imageWrapper__KkaM7{display:flex;justify-content:center;align-items:center}.product_id_imageWrapper__KkaM7 img{width:75%;height:auto;border-radius:16px;box-shadow:0 10px 28px rgba(0,0,0,.12);object-fit:contain;background-color:#ffffff;padding:1rem;transition:transform .35s ease,box-shadow .35s ease}.product_id_imageWrapper__KkaM7 img:hover{transform:scale(1.04);box-shadow:0 14px 32px rgba(0,0,0,.18)}.product_id_details__6yvll{display:flex;flex-direction:column;justify-content:center;gap:.5rem;animation:product_id_fadeInUp__yPOhT .8s ease-in-out}.product_id_details__6yvll h1{font-size:2rem;font-weight:700;color:#2d5016;line-height:1.3}.product_id_outOfStockMsg__WEuu3{font-size:.8rem;color:#5c5c5c}.product_id_details__6yvll p{line-height:1.6}.product_id_description__NNHgQ{font-size:1rem;color:#444;line-height:1.6;max-width:90%}.product_id_price__y8PBh{font-size:1.9rem;font-weight:700;color:#43ac7b;margin-top:.3rem}.product_id_stock__eid3b{font-size:1rem;color:#393939;line-height:1.6;padding:.5rem 1rem}.product_id_outOfStock___EqLs{font-size:1rem;color:#fefcfc;font-weight:500;background-color:#f80505;line-height:1.6;padding:.5rem 1rem;max-width:150px;border-radius:8px}.product_id_quantitySection__V_wtg h3,.product_id_sizeSection__y1r0_ h3{margin-bottom:.5rem;font-weight:600;color:#1a1a1a}.product_id_sizeOptions__rsEyL{display:flex;gap:.8rem;flex-wrap:wrap}.product_id_sizeButton__Ni__A{border:2px solid #ccc;background-color:white;padding:.6rem 1.4rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.product_id_sizeButton__Ni__A:hover{border-color:#3ebc82;color:#31bd7b;transform:translateY(-2px)}.product_id_sizeButton__Ni__A.product_id_active__SNRgr{background-color:#31bd7b;color:white;border-color:#3ebc82;box-shadow:0 0 0 4px rgba(0,114,187,.15)}.product_id_quantityControls__RfK36{display:flex;align-items:center;gap:1rem;margin-top:.3rem}.product_id_quantityControls__RfK36 button{background-color:#f0f0f0;border:none;font-size:1.2rem;width:35px;height:35px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.product_id_quantityControls__RfK36 button:hover{background-color:#46c78b;color:white}.product_id_quantityControls__RfK36 span{font-size:1.1rem;font-weight:600}.product_id_cartButtonWrapper__hnTDv{margin-top:1.5rem}.product_id_sizeWarning__25WVf{color:#cc0000;font-size:.9rem;margin-top:.5rem}.product_id_zoomIcon__PezgD{position:absolute;top:12px;right:20px;font-size:1.8rem;cursor:pointer;background:rgba(255,255,255,.7);padding:6px 10px;border-radius:50%;transition:.3s;z-index:10}.product_id_zoomIcon__PezgD:hover{background:white;transform:scale(1.1)}.product_id_zoomableImage__SewH4{cursor:zoom-in}.product_id_zoomModal__s7sZQ{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(15,15,15,.9);display:flex;justify-content:center;align-items:center;z-index:3000;animation:product_id_fadeIn__SXpfz .3s ease-out}.product_id_zoomedImg____YO7{max-width:90%;max-height:90%;border-radius:12px;cursor:zoom-out;transition:transform .2s ease-out}.product_id_closeZoom__mrpX8{position:fixed;top:25px;right:30px;font-size:2.2rem;color:white;cursor:pointer;z-index:4000}@keyframes product_id_fadeIn__SXpfz{0%{opacity:0}to{opacity:1}}@keyframes product_id_fadeInUp__yPOhT{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.product_id_container__WEJE6{padding:2rem 3rem;grid-template-columns:1fr 1fr;gap:2rem}.product_id_imageWrapper__KkaM7 img{width:80%}}@media (max-width:768px){.product_id_container__WEJE6{grid-template-columns:1fr;padding:1.5rem;gap:2rem}.product_id_imageWrapper__KkaM7 img{width:85%}.product_id_details__6yvll{align-items:center;text-align:center}.product_id_description__NNHgQ{max-width:100%}.product_id_quantityControls__RfK36,.product_id_sizeOptions__rsEyL{justify-content:center}}