/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bodypg4_1  {
    font-family: 'Inter', sans-serif;
    color: white;
    
    background-image: url("Desktop\ -\ 4.1\ backround\ edit.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 1200px;
    width: 100%;
    height: 1080px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Navigation */
.headerpg4_1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2.5rem;
    z-index: 1000;
}

.logopg4_1 {
    width: 500px;
    height: 100px;
}

.logopg4_1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navpg4_1 {
    display: flex;
    gap: 3rem;
}

.navpg4_1 a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navpg4_1 a:hover {
    color: white;
}

.header-iconspg4_1 {
    display: flex;
    gap: 2rem;
}

.header-iconspg4_1 button {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.3rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.header-iconspg4_1 button:hover {
    color: white;
}

/* Main Content */
.main-contentpg4_1 {
    padding: 6rem 4rem 4rem;
    position: absolute;
    top:0px;
    width: 100%;
}

.content-gridpg4_1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    position: relative;
    z-index: 1;
    width: 100%;
}

/* Product Info */
.product-infopg4_1 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
   
      
}

.series-namepg4_1 {
    margin-top: 8rem;
    text-transform: uppercase;
    color: #666;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
      
}

.product-titlepg4_1 {
    margin-top: 1.5rem;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 1.1;
    width: 100%;
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.product-descriptionpg4_1 {
    margin-top: 1.5rem;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.6;
    width: 100%;
    letter-spacing: 0.02em;
    font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.ratingpg4_1 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.starspg4_1 {
    display: flex;
    gap: 0.25rem;
}

.starpg4_1 {
    width: 1.25rem;
    height: 1.25rem;
    color: white;
}

.review-countpg4_1 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
}

.price-sectionpg4_1 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pricepg4_1 {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
}

.buy-nowpg4_1 {
    background-color: white;
    color: black;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buy-nowpg4_1:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Product Images */
.product-imagespg4_1 {
    position: relative;
    height: 100vh;
   
}

.main-imagepg4_1 {
    position: absolute;
    left: 15%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.main-imagepg4_1 img {
    width: 900px;
    height: auto;
   
    filter:drop-shadow(black 1rem 1rem 100px);
}

.detail-imagespg4_1 {
    position: absolute;
    margin-top: 0px;
    right: 0rem;
    top: 10%;
    
}


/* Text Content */
.text-contentpg4_1 {
    padding-right: 2rem;
    width: 100%;
    margin-top: 8rem;
}
#img1pg4_1{
    height: 140px;
    margin-bottom: 0px;
    margin-top: -70px;
    margin-right: -50px;
    
    filter:drop-shadow(black 2rem 2rem 60px);

}
#img2pg4_1{
    height: 230px;
    margin-top: 70px;
    margin-bottom: 40px;
    margin-right: -30px;
    filter:drop-shadow(black 2rem 2rem 60px);
}
#img3pg4_1{
    height: 210px;
    filter:drop-shadow(black 2rem 2rem 60px);
    

}