.gwp-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:30px;background:linear-gradient(135deg,rgba(20,20,30,.7) 0%,rgba(45,20,65,.7) 100%);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.05);border-radius:30px;box-shadow:0 20px 50px rgba(0,0,0,.5),inset 0 0 40px rgba(138,43,226,.1);position:relative;z-index:1;overflow:hidden}.gwp-product-card{text-decoration:none !important;background:rgba(30,30,45,.4);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;transition:all .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px rgba(0,0,0,.4),inset 0 0 15px rgba(138,43,226,.05);display:flex;flex-direction:column;position:relative}.gwp-product-card:hover{transform:translateY(-12px);background:rgba(40,40,60,.6);border-color:rgba(138,43,226,.5);box-shadow:0 15px 40px rgba(138,43,226,.3),inset 0 0 20px rgba(138,43,226,.2)}.gwp-product-image{width:100%;aspect-ratio:1/1;background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:1px solid rgba(255,255,255,.05);transition:.7s ease;border-radius:20px 20px 0 0}.gwp-product-card:hover .gwp-product-image{transform:scale(1.08) rotate(1deg)}.gwp-product-info{padding:20px 15px;background:linear-gradient(to top,rgba(10,10,15,.8) 0%,rgba(10,10,15,0) 100%);flex-grow:1;display:flex;flex-direction:column;justify-content:center;z-index:3;position:relative}.gwp-product-title{font-size:16px;color:#e0e0ff;margin:0 0 15px;font-weight:700;line-height:1.5;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.8);transition:color .3s}.gwp-product-card:hover .gwp-product-title{color:#fff}.gwp-product-price{text-align:center;font-size:18px;font-weight:900;color:#0fc;text-shadow:0 0 15px rgba(0,255,204,.4);direction:rtl}.gwp-product-price del{color:#ff4757;font-size:13px;margin-left:8px;opacity:.7;text-shadow:none;font-weight:400}.gwp-product-price ins{text-decoration:none;color:#0fc}.gwp-no-products{text-align:center;padding:30px;color:#e0e0ff;background:rgba(30,30,45,.5);backdrop-filter:blur(15px);border-radius:20px;border:1px solid rgba(138,43,226,.3)}@media (max-width:992px){.gwp-products-grid{grid-template-columns:repeat(2,1fr);padding:20px}}@media (max-width:768px){.gwp-products-grid{grid-template-columns:1fr;gap:15px;padding:15px;border-radius:20px}.gwp-product-card{flex-direction:row;align-items:center;height:130px;padding:10px}.gwp-product-card:hover{transform:translateX(-5px)}.gwp-product-image{width:110px;height:110px;aspect-ratio:unset;border-radius:15px;flex-shrink:0}.gwp-product-card:hover .gwp-product-image{transform:scale(1.05)}.gwp-product-info{padding:0 15px 0 0;background:0 0;align-items:flex-start;height:100%;justify-content:center}.gwp-product-title{text-align:right;font-size:14px;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gwp-product-price{text-align:right;font-size:16px}.gwp-product-price del{display:block;margin-bottom:3px;margin-left:0}}