*{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
background:#f7f8fa;
color:#111;
font-family:system-ui, -apple-system, sans-serif;
line-height:1.4;
overflow-x:hidden;
} .hero-final{
padding:140px 20px 90px;
background:linear-gradient(to bottom, #f8f9fb, #ffffff);
position:relative;
overflow:hidden;
}
.hero-final::before{
content:"";
position:absolute;
top:-100px;
left:50%;
transform:translateX(-50%);
width:600px;
max-width:100%;
height:600px;
background:radial-gradient(circle, rgba(0,122,255,0.08), transparent 70%);
z-index:0;
}
.hero-box{
position:relative;
z-index:1;
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr 1fr;
align-items:center;
gap:20px;
width:100%;
}
.hero-tag{
display:inline-block;
background:#007aff;
color:#fff;
padding:6px 14px;
border-radius:20px;
font-size:13px;
font-weight:600;
margin-bottom:15px;
}
.hero-left h1{
font-size:44px;
font-weight:900;
line-height:1.2;
margin-bottom:15px;
}
.hero-sub{
color:#666;
font-size:16px;
} .hero-form{
background:#fff;
padding:25px;
border-radius:16px;
display:flex;
flex-direction:column;
gap:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}
.hero-form input{
padding:12px;
border:1px solid #ddd;
border-radius:10px;
font-size:14px;
}
.hero-form input:focus{
outline:none;
border-color:#007aff;
}
.hero-form button{
padding:14px;
border:none;
border-radius:10px;
font-weight:600;
cursor:pointer;
color:#fff;
background:#007aff;
transition:0.2s;
}
.hero-form button:hover{
background:#005fcc;
} .hero-img{
display:flex;
justify-content:center;
}
.hero-img img{
width:100%;
max-width:420px;
height:auto;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
} .map-section,
.delivery,
.seo-block,
.reviews{
max-width:1100px;
margin:80px auto;
padding:0 20px;
} .map-section{
text-align:center;
}
.section-title{
font-size:26px;
margin-bottom:10px;
font-weight:700;
}
.map-box{
border-radius:16px;
overflow:hidden;
margin-top:20px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
.map-box iframe{
width:100%;
height:350px;
border:none;
display:block;
}
.map-btn{
display:inline-block;
margin-top:20px;
padding:14px 24px;
background:#007aff;
color:#fff;
border-radius:10px;
text-decoration:none;
font-weight:600;
}
.map-btn:hover{
background:#005fcc;
} .delivery{
padding:0 20px;
}
.delivery-box{
width:100%;
margin:auto;
text-align:center;
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}
.delivery-sub{
color:#666;
margin-bottom:25px;
}
.delivery-grid{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:15px;
}
.delivery-item{
background:#f3f5f8;
padding:20px;
border-radius:14px;
text-align:center;
font-weight:600;
display:flex;
flex-direction:column;
align-items:center;
}
.delivery-item:hover{
background:#e9edf3;
}
.delivery-logo{
width:60px;
height:40px;
object-fit:contain;
margin-bottom:12px;
} .seo-block{
padding:0 20px;
}
.seo-box{
width:100%;
background:#fff;
padding:40px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}
.seo-box h2{
font-size:26px;
margin-bottom:20px;
}
.seo-box p{
color:#555;
line-height:1.7;
margin-bottom:12px;
font-size:15px;
} .reviews{
padding:0 20px;
}
.reviews-wrap{
width:100%;
margin:auto;
text-align:center;
}
.reviews-sub{
color:#666;
margin-bottom:25px;
}
.reviews-widget{
margin-top:20px;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
} .popup{
position:fixed;
inset:0;
background:rgba(0,0,0,0.4);
display:flex;
justify-content:center;
align-items:center;
opacity:0;
pointer-events:none;
transition:0.3s;
z-index:999;
}
.popup.show{
opacity:1;
pointer-events:auto;
}
.popup-box{
background:#fff;
padding:30px;
border-radius:20px;
text-align:center;
min-width:280px;
position:relative;
}
.popup-box h3{
margin-bottom:20px;
}
.popup-box button{
display:block;
width:100%;
margin:8px 0;
padding:12px;
border:none;
border-radius:10px;
color:#fff;
font-weight:600;
cursor:pointer;
}
.popup-box button:nth-child(2){
background:#229ED9;
}
.popup-box button:nth-child(3){
background:#25D366;
}
.popup-box button:nth-child(4){
background:#7360F2;
}
.popup-close{
position:absolute;
top:10px;
right:15px;
cursor:pointer;
font-size:18px;
} @media(max-width:768px){
.hero-final{
padding:100px 20px 60px;
}
.hero-box{
grid-template-columns:1fr;
text-align:center;
}
.hero-left h1{
font-size:28px;
}
.hero-img{
order:2;
}
.hero-form{
order:3;
}
.map-box iframe{
height:250px;
}
.delivery-grid{
grid-template-columns:1fr;
}
}
.map-box-wrap{
width:100%;
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
text-align:center;
}
.map-text{
margin-top:10px;
color:#555;
line-height:1.6;
}  .custom-product-layout {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 80px;
max-width: 1400px;
margin: 0 auto;
padding: 60px 30px;
flex-wrap: wrap;
} .product-left {
width: 55%;
}
.product-left .woocommerce-product-gallery {
margin: 0 !important;
}
.product-left img {
width: 100%;
max-height: 750px;
object-fit: contain;
border-radius: 20px;
background: #fff;
box-shadow: 0 25px 60px rgba(0,0,0,0.06);
} .product-right {
width: 45%;
background: #fff;
padding: 45px;
border-radius: 24px;
box-shadow: 0 25px 60px rgba(0,0,0,0.06);
} .product-right .product_title {
font-size: 42px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 20px;
color: #111;
} .short-description {
font-size: 16px;
line-height: 1.8;
color: #555;
margin-bottom: 25px;
} .price-box .price {
font-size: 42px;
font-weight: 700;
color: #b8860b;
margin-bottom: 25px;
} .stock {
color: #1c8c2e;
font-weight: 600;
margin-bottom: 20px;
} .single_add_to_cart_button {
width: 100%;
background: #111 !important;
color: #fff !important;
border: none !important;
border-radius: 16px !important;
padding: 20px 30px !important;
font-size: 18px !important;
font-weight: 600 !important;
transition: 0.3s;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.single_add_to_cart_button:hover {
background: #222 !important;
transform: translateY(-2px);
} .quantity {
display: none !important;
} .meta-box {
margin-top: 25px;
padding-top: 20px;
border-top: 1px solid #eee;
font-size: 14px;
color: #666;
} .tabs-section {
display: none;
} @media (max-width: 768px) {
.custom-product-layout {
flex-direction: column;
gap: 30px;
padding: 30px 20px;
}
.product-left,
.product-right {
width: 100%;
}
.product-right {
padding: 25px;
}
.product-right .product_title {
font-size: 28px;
}
.price-box .price {
font-size: 30px;
}
} .custom-product-layout {
display: flex !important;
justify-content: space-between !important;
align-items: flex-start !important;
gap: 60px !important;
max-width: 1400px !important;
margin: 0 auto !important;
padding: 60px 30px !important;
flex-wrap: nowrap !important;
} .product-left {
width: 55% !important;
flex: 0 0 55% !important;
}
.product-left img {
width: 100% !important;
max-height: 750px !important;
object-fit: contain !important;
border-radius: 20px !important;
} .product-right {
width: 45% !important;
flex: 0 0 45% !important;
background: #fff !important;
padding: 40px !important;
border-radius: 24px !important;
box-shadow: 0 20px 50px rgba(0,0,0,0.06) !important;
position: sticky;
top: 30px;
} @media (max-width: 768px) {
.custom-product-layout {
flex-wrap: wrap !important;
gap: 30px !important;
}
.product-left,
.product-right {
width: 100% !important;
flex: 0 0 100% !important;
}
.product-right {
position: static;
padding: 25px !important;
}
} .woocommerce ul.products {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
gap: 30px !important;
padding: 40px 20px !important;
max-width: 1400px;
margin: 0 auto !important;
}
.woocommerce ul.products li.product {
width: 100% !important;
margin: 0 !important;
float: none !important;
list-style: none;
background: #fff;
border-radius: 20px;
padding: 20px;
box-shadow: 0 20px 50px rgba(0,0,0,0.05);
transition: 0.3s;
}
.woocommerce ul.products li.product:hover {
transform: translateY(-5px);
box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}
.woocommerce ul.products li.product img {
width: 100%;
height: 320px;
object-fit: contain;
border-radius: 14px;
margin-bottom: 15px;
background: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 18px;
font-weight: 700;
color: #111;
margin-bottom: 12px;
line-height: 1.4;
}
.woocommerce ul.products li.product .price {
font-size: 24px;
font-weight: 700;
color: #b8860b;
margin-bottom: 15px;
}
.woocommerce ul.products li.product .button {
width: 100%;
text-align: center;
background: #111 !important;
color: #fff !important;
border-radius: 12px !important;
padding: 14px !important;
font-weight: 600;
border: none !important;
}
.woocommerce ul.products li.product .button:hover {
background: #222 !important;
}
.shop-wrapper {
max-width: 1400px;
margin: 0 auto;
padding: 40px 20px 20px;
}
.shop-wrapper {
max-width: 1400px;
margin: 0 auto;
padding: 30px 20px 0;
}
.woocommerce-page main {
min-height: auto !important;
padding-bottom: 0 !important;
}
footer {
margin-top: 0 !important;
}
.site-main {
max-width: 1400px;
margin: 0 auto;
padding: 20px;
min-height: auto !important;
} .about-section {
max-width: 900px !important;
margin: 60px auto !important;
background: #fff !important;
border-radius: 24px !important;
padding: 50px !important;
box-shadow: 0 15px 40px rgba(0,0,0,0.04) !important;
}
.about-section h2 {
font-size: 36px !important;
margin-bottom: 25px !important;
text-align: center;
}
.about-section p {
font-size: 17px !important;
line-height: 1.8 !important;
color: #555;
text-align: center;
} .home-products {
max-width: 1100px !important;
margin: 80px auto !important;
padding: 0 20px !important;
}
.products-wrap {
width: 100% !important;
background: #fff;
border-radius: 24px;
padding: 40px;
box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}
.home-products .woocommerce ul.products {
padding: 30px 0 0 !important;
}
.products-title,
.products-sub {
text-align: center !important;
}
.home-products ul.products {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin-top: 40px;
}
.home-products ul.products li.product {
width: 300px !important;
background: #fff;
border-radius: 20px;
padding: 20px;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
text-align: center;
display: flex !important;
flex-direction: column;
justify-content: space-between;
}
.home-products ul.products li.product a {
text-decoration: none;
color: #111;
}
.home-products ul.products li.product img {
width: 100%;
height: 280px;
object-fit: contain;
margin-bottom: 20px;
}
.home-products ul.products li.product .woocommerce-loop-product__title {
font-size: 22px;
font-weight: 700;
line-height: 1.4;
min-height: 70px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
margin-bottom: 15px;
}
.home-products ul.products li.product .price {
font-size: 28px;
font-weight: bold;
color: #b8860b;
margin-bottom: 20px;
justify-content: center;
}
.home-products ul.products li.product .button {
width: 100%;
background: #111 !important;
color: #fff !important;
border-radius: 12px;
padding: 14px;
font-weight: 600;
}
.phones-category-box {
text-align: center;
margin-top: 40px;
}
.phones-category-btn {
display: inline-block;
background: #111;
color: #fff !important;
padding: 18px 40px;
border-radius: 14px;
font-size: 18px;
font-weight: 600;
text-decoration: none;
transition: 0.3s;
}
.phones-category-btn:hover {
background: #222;
transform: translateY(-2px);
}