/* ===== SAFE LUXURY PATCH ===== */ .mainindexposts, .produces, .specialoffer, .produceinfo{ background:#fff; border-radius:24px; box-shadow: 0 10px 35px rgba(0,0,0,.06); padding:20px; margin-bottom:30px; } .post{ border-radius:22px; overflow:hidden; transition:.25s; } .post:hover{ transform: translateY(-4px); } .thumbpost img{ border-radius:20px; transition:.4s; } .thumbpost img:hover{ transform: scale(1.04); } .price{ font-size:28px!important; color:#c59d38!important; font-weight:700; } .addtocartkey, .addtocartb{ background: linear-gradient( 135deg, #1e293b, #c59d38 )!important; border:none!important; color:#fff!important; border-radius:16px; padding:14px 20px; } .shopfeatures .item-c{ background:#fff; padding:20px; border-radius:18px; box-shadow: 0 6px 20px rgba(0,0,0,.05); } .bigslider{ overflow:hidden; border-radius:28px; } .slider1 img{ border-radius:28px; } #footer{ border-top:1px solid #eee; }