.elementor-1508 .elementor-element.elementor-element-42e8c3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1508 .elementor-element.elementor-element-9d6ae42{--spacer-size:19px;}.elementor-1508 .elementor-element.elementor-element-710faf3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1508 .elementor-element.elementor-element-710faf3{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b68e53c *//* ===== PRODUCTS SECTION ===== */

.gp-products{
font-family:Inter,system-ui,sans-serif;
max-width:1500px;
margin:auto;
padding:60px 6vw 80px;
}

/* ===== GRID ===== */

.gp-products-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:32px;
}

/* ===== PRODUCT CARD ===== */

.gp-product-card{
position:relative;
background:linear-gradient(180deg,#0d1117,#090d14);
border-radius:20px;
padding:24px 22px 20px;
display:flex;
flex-direction:column;
align-items:center;
border:1px solid rgba(255,255,255,.05);
box-shadow:
0 8px 24px rgba(0,0,0,.5),
0 0 0 1px rgba(255,255,255,.02);
transition:all .3s ease;
}

/* hover */

.gp-product-card:hover{
transform:translateY(-3px);
border-color:rgba(120,130,255,.25);
}

/* glow */

.gp-product-card.trance:hover{
box-shadow:
0 20px 60px rgba(0,140,255,.25),
0 0 0 1px rgba(0,140,255,.25);
}

.gp-product-card.acid:hover{
box-shadow:
0 20px 60px rgba(0,230,118,.22),
0 0 0 1px rgba(0,230,118,.22);
}

/* ===== BADGE ===== */

.gp-product-badge{
position:absolute;
top:16px;
left:16px;

background:rgba(83,72,228,.12);
color:#7c7cff;

border:1px solid rgba(83,72,228,.35);
backdrop-filter:blur(6px);

font-size:11px;
font-weight:600;
letter-spacing:.3px;

padding:6px 10px;
border-radius:8px;

box-shadow:0 4px 14px rgba(83,72,228,.25);
}

/* ===== PRODUCT IMAGE ===== */

.gp-product-visual{
text-align:center;
margin-top:18px;
margin-bottom:8px;
position:relative;
}

/* glow under box */

.gp-product-visual::after{
content:"";
position:absolute;
left:50%;
top:60%;
width:85px;
height:85px;
border-radius:50%;
filter:blur(40px);
opacity:.14;
transform:translateX(-50%);
pointer-events:none;
}

.trance .gp-product-visual::after{
background:#008cff;
}

.acid .gp-product-visual::after{
background:#00e676;
}

/* image */

.gp-product-visual img{
width:240px;
display:block;
margin:auto;
}

/* ===== TITLE ===== */

.gp-product-info h3{
color:#fff;
font-size:17px;
font-weight:600;
margin-bottom:6px;
text-align:center;
}

/* ===== PRICE ===== */

.gp-product-price{
text-align:center;
margin-bottom:16px;
}

.gp-old{
color:rgba(255,255,255,.35);
font-size:13px;
text-decoration:line-through;
margin-right:6px;
}

.gp-new{
color:white;
font-size:20px;
font-weight:700;
}

/* ===== BUTTONS ===== */

.gp-product-buttons{
display:flex;
gap:10px;
}

/* button */

.gp-btn{
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
padding:9px 16px;
border-radius:10px;
text-decoration:none;
cursor:pointer;
transition:all .25s ease;
}

/* learn */

.gp-btn.learn{
background:linear-gradient(135deg,#5f6fff,#7a6cff);
color:white;
font-weight:500;
box-shadow:0 6px 18px rgba(110,120,255,.25);
}

.gp-btn.learn:hover{
transform:translateY(-1px);
box-shadow:0 10px 26px rgba(110,120,255,.4);
}

/* cart */

.gp-btn.cart{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.12);
color:white;
}

.gp-btn.cart:hover{
background:rgba(255,255,255,.08);
border-color:rgba(255,255,255,.25);
}

/* ===== EMPTY ===== */

.gp-product-card.empty{
display:flex;
align-items:center;
justify-content:center;
font-size:14px;
color:rgba(255,255,255,.35);
border:1px dashed rgba(255,255,255,.12);
background:linear-gradient(180deg,#0c1119,#090d14);
}/* End custom CSS */