.shop-section{max-width:1200px;min-height:100vh;margin:0 auto;padding:120px 20px 60px}.shop-container{width:100%}.shop-header{text-align:center;margin-bottom:60px}.shop-header h2{background:linear-gradient(90deg,#fff,#fffc);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:2.5rem;font-weight:700}.shop-description{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:1.1rem}.shop-grid{flex-wrap:wrap;justify-content:center;gap:30px;margin-bottom:60px;display:flex}.shop-card{text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;flex:0 0 calc(25% - 30px);align-items:center;min-width:280px;max-width:320px;padding:30px;transition:all .3s;display:flex;position:relative;overflow:hidden}.shop-card:before{content:"";opacity:0;z-index:0;background:radial-gradient(circle at 100% 0,#06d6f21a,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.shop-card:hover{background:#ffffff0d;border-color:#06d6f24d;transform:translateY(-5px);box-shadow:0 15px 30px #0000004d}.shop-card:hover:before{opacity:1}.shop-image-placeholder{z-index:1;background:#06d6f21a;border:2px solid #06d6f233;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.shop-card:hover .shop-image-placeholder{border-color:#06d6f280;transform:scale(1.05);box-shadow:0 0 20px #06d6f24d}.shop-card h3{z-index:1;margin-bottom:10px;font-size:1.5rem;font-weight:600;position:relative}.shop-price{color:#ffffffb3;z-index:1;margin-bottom:20px;font-size:1.1rem;position:relative}.shop-price span{color:var(--primary-color);font-weight:600}.shop-button{z-index:1;justify-content:center;width:100%;position:relative;overflow:hidden}.shop-button:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.shop-button:hover:after{left:100%}.modal-product-info{align-items:center;gap:20px;margin-bottom:30px;display:flex}.modal-product-details{flex:1;min-width:0}.modal-product-details h4{margin-bottom:10px;font-size:1.5rem;font-weight:600}.modal-product-details p{color:var(--primary-color);margin-bottom:20px;font-size:1.2rem;font-weight:600}.promo-code{gap:10px;width:100%;margin-top:20px;display:flex}.promo-code input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;flex:1;min-width:0;padding:10px 16px;font-size:.95rem}.promo-code input:focus{border-color:var(--primary-color);outline:none}.promo-code-button{white-space:nowrap;min-width:fit-content;padding:10px 16px}.payment-methods{margin-bottom:30px}.payment-label{color:#fffc;margin-bottom:10px;font-size:.95rem;display:block}.custom-select{width:100%;position:relative}.custom-select-trigger{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:1rem;transition:all .3s;display:flex}.custom-select-trigger:hover{background:#ffffff0d;border-color:#fff3}.dropdown-arrow{transition:transform .3s}.custom-select.open .dropdown-arrow{transform:rotate(180deg)}.custom-options{z-index:10;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141419f2;border:1px solid #ffffff1a;border-radius:10px;width:100%;margin-top:5px;padding:10px 0;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 10px 20px #0000004d}.custom-select.open .custom-options{opacity:1;visibility:visible;transform:translateY(0)}.custom-option{cursor:pointer;padding:10px 16px;transition:all .3s}.custom-option:hover{color:var(--primary-color);background:#ffffff0d}.modal-fupay{background:#ffffff08;border:1px solid #ffffff1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shop-card{opacity:0;animation:.5s forwards fadeIn}.shop-card:first-child{animation-delay:.1s}.shop-card:nth-child(2){animation-delay:.2s}.shop-card:nth-child(3){animation-delay:.3s}.shop-card:nth-child(4){animation-delay:.4s}.shop-section:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 80% 10%,#06d6f21a 0%,#0000 60%);width:100%;height:100%;position:fixed;top:0;left:0}.product-badge{background:var(--primary-color);color:#fff;z-index:2;border-radius:20px;padding:5px 10px;font-size:.8rem;font-weight:600;position:absolute;top:20px;right:20px}.product-badge.popular{background:#2ecc71}.product-badge.best-value{background:#f39c12}.product-features{text-align:left;z-index:1;margin:15px 0;padding:0;list-style:none;position:relative}.product-features li{color:#ffffffb3;align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;display:flex}.product-features li svg{color:var(--primary-color);flex-shrink:0}.modal-content{background:var(--card-bg);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #ffffff0d;border-radius:24px;width:100%;max-width:600px;max-height:95vh;padding:32px;position:relative;overflow-y:auto;box-shadow:0 10px 30px #0000004d}@media (max-width:768px){.shop-grid{justify-content:center}.shop-card{flex:0 0 calc(50% - 30px)}.promo-code{flex-direction:row}.promo-code-button{padding:10px 12px;font-size:.9rem}.modal-product-info{text-align:center;flex-direction:column;align-items:center}}@media (max-width:480px){.shop-card{flex:0 0 100%;max-width:100%}.modal-content{padding:24px}.promo-code{flex-direction:column}.promo-code-button{width:100%}.shop-grid{grid-template-columns:1fr}.shop-card{max-width:100%}}.shop-section{width:min(100%,1320px);min-height:auto;padding:clamp(112px,14vh,156px) 28px 88px}.shop-section:before{background:radial-gradient(at 50% 8%,#06d6f213,#0000 58%)}.shop-header{max-width:720px;margin:0 auto 48px}.shop-header h2{letter-spacing:-.045em;margin-bottom:14px;font-size:clamp(2.1rem,4.6vw,3.25rem);line-height:1.15}.shop-description{color:#ffffffa3;max-width:560px;font-size:clamp(.92rem,1.5vw,1.05rem);line-height:1.75}.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px;margin:0 auto 24px;display:grid}.shop-card{text-align:left;opacity:1;isolation:isolate;background:linear-gradient(155deg,#ffffff0b,#ffffff05 54%,#06d6f206);border-color:#ffffff17;border-radius:18px;align-items:stretch;width:100%;min-width:0;max-width:none;min-height:410px;padding:30px 24px 24px;animation:none;box-shadow:0 14px 36px #00000024}.shop-card:before{background:radial-gradient(at 50% 0,#06d6f21c,#0000 66%)}.shop-card:hover{border-color:#06d6f252;transform:translateY(-4px);box-shadow:0 20px 48px #00000040,0 0 32px #06d6f20e}.shop-card:nth-child(2){background:linear-gradient(155deg,#06d6f217,#ffffff06 58%);border-color:#06d6f23d}.shop-image-placeholder{background:#06d6f217;border-width:1px;border-radius:15px;width:54px;height:54px;margin:0 0 24px}.shop-image-placeholder img{object-fit:contain;border-radius:50%;width:34px;height:34px}.shop-card:hover .shop-image-placeholder{transform:none;box-shadow:0 0 22px #06d6f221}.shop-card h3{letter-spacing:-.025em;min-height:1.5em;margin:0 0 4px;font-size:1.18rem;line-height:1.45}.shop-price{color:#ffffff85;margin:0 0 18px;font-size:.82rem}.shop-price span{color:#fff;letter-spacing:-.04em;font-size:1.55rem}.product-features{flex:1;gap:10px;margin:0 0 24px;display:grid}.product-features li{color:#ffffffad;align-items:flex-start;gap:9px;margin:0;font-size:.78rem;line-height:1.55}.product-features li svg{margin-top:2px}.shop-button{z-index:1;border-radius:12px;justify-content:center;width:100%;min-height:46px;font-size:.83rem;box-shadow:0 7px 20px #06d6f224}.shop-button:after{display:none}.product-badge{color:#ffffffd6;letter-spacing:.015em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0bc2;border:1px solid #ffffff1f;border-radius:999px;padding:5px 9px;font-size:.61rem;top:18px;right:18px}.product-badge.popular{color:#73e3c1}.product-badge.best-value{color:#f2cc78}.shop-card:focus-within{border-color:#06d6f27a;box-shadow:0 0 0 3px #06d6f21a}.modal-content{background:#0c1012f7;border-color:#ffffff1a}.modal-fupay:hover{background:#06d6f214;border-color:#06d6f259}@media (max-width:1050px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.shop-card{min-height:390px}}@media (max-width:600px){.shop-section{padding:100px 18px 60px}.shop-header{margin-bottom:30px}.shop-header h2{margin-bottom:10px}.shop-grid{grid-template-columns:1fr;gap:13px;max-width:430px}.shop-card{min-height:auto;padding:23px 21px 20px}.shop-image-placeholder{width:46px;height:46px;margin-bottom:17px}.shop-image-placeholder img{width:29px;height:29px}.product-features{margin-bottom:20px}.modal-content{border-radius:20px;padding:25px 20px}}.shop-price{align-items:baseline;gap:7px;display:flex}.shop-price strong{color:#fff;letter-spacing:-.04em;font-size:1.55rem;font-weight:700}
