:root{
--egg-dark:#041426;
--egg-navy:#061B33;
--egg-teal:#18D8E6;
--egg-cyan:#4CEBFF;
--egg-gold:#F6A623;
--egg-orange:#FFB545;
}
.egg-clean-shop-header{
width:100vw;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
background:#f4f8fb;
padding:22px 24px 24px;
position:relative;
z-index:1;
}
.egg-clean-shop-inner{
max-width:1480px;
margin:0 auto;
display:grid;
grid-template-columns:0.95fr 1.05fr;
gap:24px;
align-items:stretch;
background:
radial-gradient(circle at 20% 20%, rgba(24,216,230,.13), transparent 34%),
linear-gradient(135deg,#041426 0%,#061B33 55%,#082748 100%);
border-radius:34px;
padding:26px;
box-shadow:0 24px 60px rgba(6,27,51,.16);
overflow:hidden;
}
.egg-clean-shop-text{
min-height:360px;
padding:30px 24px 28px;
display:flex;
flex-direction:column;
justify-content:center;
color:#fff;
}
.egg-clean-shop-label{
width:max-content;
max-width:100%;
margin-bottom:18px;
padding:9px 14px;
border-radius:999px;
background:rgba(24,216,230,.12);
border:1px solid rgba(24,216,230,.28);
color:#fff;
font-size:13px;
font-weight:800;
}
.egg-clean-shop-text h1{
margin:0 0 16px;
max-width:560px;
color:#fff;
font-size:48px;
line-height:1.08;
font-weight:900;
letter-spacing:-.035em;
}
.egg-clean-shop-text p{
margin:0 0 24px;
max-width:590px;
color:rgba(255,255,255,.82);
font-size:17px;
line-height:1.7;
}
.egg-clean-shop-buttons{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-bottom:20px;
}
.egg-clean-shop-buttons a{
height:48px;
padding:0 22px;
border-radius:16px;
display:inline-flex;
align-items:center;
justify-content:center;
text-decoration:none !important;
font-size:14px;
font-weight:900;
}
.egg-clean-shop-buttons .primary{
color:#041426;
background:linear-gradient(135deg,var(--egg-teal),var(--egg-cyan));
}
.egg-clean-shop-buttons .secondary{
color:#fff;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.14);
}
.egg-clean-shop-trust{
display:flex;
gap:10px;
flex-wrap:wrap;
}
.egg-clean-shop-trust span{
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,.07);
border:1px solid rgba(255,255,255,.10);
color:rgba(255,255,255,.82);
font-size:13px;
font-weight:800;
}
.egg-clean-shop-image{
min-height:360px;
border-radius:28px;
overflow:hidden;
background:#061B33;
position:relative;
}
.egg-clean-shop-image img{
width:100%;
height:100%;
min-height:360px;
display:block;
object-fit:cover;
object-position:center center;
}
.egg-clean-shop-cats{
max-width:1480px;
margin:14px auto 0;
display:flex;
gap:10px;
overflow-x:auto;
scrollbar-width:none;
padding:2px 2px 4px;
}
.egg-clean-shop-cats::-webkit-scrollbar{
display:none;
}
.egg-clean-shop-cats a{
min-width:max-content;
height:42px;
padding:0 17px;
border-radius:999px;
display:inline-flex;
align-items:center;
justify-content:center;
text-decoration:none !important;
color:#061B33;
background:#fff;
border:1px solid rgba(6,27,51,.08);
box-shadow:0 8px 22px rgba(6,27,51,.08);
font-size:13px;
font-weight:900;
}
.egg-clean-shop-cats a.deal{
color:#041426;
background:linear-gradient(135deg,var(--egg-gold),var(--egg-orange));
}
@media(max-width:1024px){
.egg-clean-shop-header{
padding:12px;
}
.egg-clean-shop-inner{
grid-template-columns:1fr;
border-radius:24px;
padding:16px;
}
.egg-clean-shop-text{
min-height:auto;
padding:18px 14px 8px;
}
.egg-clean-shop-text h1{
font-size:34px;
}
.egg-clean-shop-text p{
font-size:15px;
}
.egg-clean-shop-image{
min-height:230px;
border-radius:20px;
}
.egg-clean-shop-image img{
min-height:230px;
}
}