@media (max-width: 768px) {
.cat-thumb img {
width: 46px;
height: 42px;
object-fit: contain;
}
.cat-title {
font-size: 12.5px;
color: #111;
font-weight: 600;
}
.banner-nav button {
width: 30px;
height: 30px;
border-radius: 50%;
border: 0;
background: rgba(255, 255, 255, 0.92);
box-shadow: 0 10px 30px rgba(7, 15, 30, 0.12);
display: flex    ;
align-items: center;
justify-content: center;
color: #222;
}
.banner-nav #bannerPrev {
position: absolute;
left: -1%;
top: 35%;
z-index: 30;
display: flex;
flex-direction: column;
gap: 14px;
}
.banner-nav #bannerNext {
position: absolute;
right: -3%;
top: 35%;
z-index: 30;
display: flex;
flex-direction: column;
gap: 14px;
}   
}/* Mobile Responsive */
@media (max-width: 768px) {
.faqx-wrap {
grid-template-columns: 1fr;  
gap: 20px; 
padding: 0 15px;     
}
.faqx-hero-image img {
width: 100%;
border-radius: 20px;
height: 23rem;
}
.faqx-content {  
margin-top: 4px;
margin-left: 8px;
}
.deals-secondary {
padding: 75px 0;
}
.whats{
padding: 75px 0;
}
}

/* Product Detail Page */
@media (max-width: 480px) {

.product-details {
padding-right: 0;
max-height: unset;
overflow: visible;
}

.breadcrumb {
font-size: 12px;
margin-bottom: 6px;
}

.product-header h1 {
font-size: 18px;
line-height: 1.3;
}

.price {
font-size: 24px;
}

.discount {
font-size: 14px;
}

.price-row {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}

.icon-actions {
display: flex;
gap: 12px;
}

.product-options label {
font-size: 14px;
}

.colors img {
width: 48px;
height: 48px;
}

.memory,
.ram {
flex-wrap: wrap;
gap: 8px;
}

.memory button,
.ram button {
padding: 6px 12px;
font-size: 13px;
}


.delivery input {
font-size: 14px;
padding: 12px 150px 10px 20px;
}

.delivery button {
font-size: 14px;
right: 4px;
}

.offers li {
align-items: flex-start;
}

.offers .offer-text {
font-size: 13px;
white-space: normal;
line-height: 1.4;
} 
.tabs {
overflow-x: auto;
white-space: nowrap;
gap: 8px;
}

.tabs button {
font-size: 13px;
padding: 6px 12px;
flex-shrink: 0;
}


.box-row {
display: flex;
flex-direction: column;
gap: 10px;
}

.box-item img {
width: 100%;
border-radius: 8px;
}
}

@media (max-width: 769px) {

.product-header h1 {
font-size: 20px;
}

.price {
font-size: 26px;
}

.colors img {
width: 52px;
height: 52px;
}

.memory button,
.ram button {
font-size: 14px;
}

.offers .offer-text {
font-size: 14px;
}
.offers .percent-icon {
width: 18px;
height: 18px;
background: #E5C36C;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 12px;
font-weight: bold;
flex-shrink: 0;
margin-top: 3px;
}
.box-row {
gap: 12px;
}
.box-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}

.box-item img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 8px;
}
.product-options {
margin-bottom: 20px;
margin-top: -37px;
}
.delivery, label
{
display: inline-block;
margin-bottom: 7px;
}
.offers .arrow {
font-size: 18px;
color: #BFC8CC;
font-weight: bold;
flex-shrink: 0;
margin-top: -5px;
}
.tabs {
overflow-x: auto;
white-space: nowrap;
gap: 8px;
margin-bottom: 12px;
padding-bottom: 10px;
}
.product-details {
position: relative;
}
.breadcrumb {
position: absolute;
top: -40%;
left: -12px;
right: 2px;
font-size: 15px;
padding: 6px 10px;
z-index: 10;
font-weight:500 ;
}
.product-images {
position: relative;
padding-bottom: 20px;

}
/* index page */
.whatsnew-heading {
font-size: 32px;
font-weight: 400;
margin-left: 49px;
margin-bottom: 40px;
color: #fff;
}
}


