@font-face {
    font-family: 'GeneralSansRegular';
    src: url(/assets/fonts/GeneralSans-Regular.woff2);
}
@font-face {
    font-family: 'GeneralSansRegularItalic';
    src: url(/assets/fonts/GeneralSans-RegularItalic.woff2);
}
@font-face {
    font-family: 'GeneralSansLight';
    src: url(/assets/fonts/GeneralSans-Light.woff2);
}
@font-face {
    font-family: 'BoskaLight';
    src: url(/assets/fonts/Boska-Light.woff2);
}
@font-face {
    font-family: 'BoskaItalicLight';
    src: url(/assets/fonts/Boska-LightItalic.woff2);
}
@font-face {
    font-family: 'BoskaItalicRegular';
    src: url(/assets/fonts/Boska-MediumItalic.woff2);
}

* {
    cursor: url('/storage/Artboard2.png'), auto !important;
    
}
body {
    
    font-family: 'GeneralSansRegular';
    background-color: #f6f5e9;
    overflow-x: hidden;
    cursor: url('/storage/Artboard3.png'), auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.banner-container {
    position: relative;
    width: 100%;
    justify-self: center;
    height: 400px; /* Updated height */
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    transition: transform 3s ease; /* Smooth transition */
}

.banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; /* Smooth transition for image zoom */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Zoom in and out classes */
.zoom-in {
    transform: scale(1.1); /* Adjust scale value for zoom effect */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.zoom-out {
    transform: scale(1); /* Normal scale */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.booster-serum-title {
    font-family: 'GeneralSansLight'; /* GeneralSansLight for G-Body Bright */
    font-size: 33pt; /* 21pt font size */
    text-align: center; /* Center the text */
    color: #1c1c1a; /* Dark text color */
    margin-top: 20px; /* Add space below the header */
}


.one-product-info-container {
    padding: 2%;
    /* width: 100%; */
    background-color: #ffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    justify-self: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
}

.one-product-info-text {
    flex: 1;
    margin-right: 40px; /* Spacing between text and image */
}
.one-product-image-container {
    flex: 1;
    text-align: right; /* Align the image to the right */
    width: 100%; /* Ensure container takes full width */
    height: auto; /* Allow height to adjust based on content */
    position: relative; /* Make sure the container position is relative */
    flex-direction: row;
    overflow: hidden;
    border-radius: 15px;

}
.one-product-image {
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: transform 0.5s ease; /* Smooth transition for zooming */
    aspect-ratio: 5 / 3;
    transform: scale(1); /* Default scale for zoom-out */
}
.one-product-imagee {
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: transform 0.5s ease; /* Smooth transition for zooming */
    aspect-ratio: 5 / 3;
    transform: scale(1); /* Default scale for zoom-out */
}
.one-product-image img {
    border-radius: 15px 15px 15px 15px;
}

.one-product-images {
    overflow: hidden;
    object-fit: cover;
    width: 70%; /* Ensure the image takes full container width */
    margin: 50px 75px 25px 75px;
    border-radius: 15px;
    transition: transform 0.5s ease; /* Smooth transition for zooming */
    aspect-ratio: 5 / 3;
    transform: scale(1); /* Default scale for zoom-out */
}

/* Zoom-in effect */
.zoom-in {
    border-radius: 15px;
    transform: scale(1.1); /* Zoom-in effect */
    
}

/* Zoom-out effect */
.zoom-out {
    border-radius: 15px;
    transform: scale(1); /* Zoom-out effect (default) */
}


.one-coming-soon {
    font-family: 'GeneralSansBold';
    font-size: 21pt; /* 21pt font size */
    color: #1c1c1a; /* Same dark color used in the design */
    margin-bottom: 2%;
}

.one-product-name {
    font-family: 'BoskaItalicLight';
    font-size: 18pt; /* 18pt font size */
    color: #1c1c1a; /* Same dark color */
    margin-bottom: 20px;
}

.one-product-description {
    font-family: 'GeneralSansLight';
    font-size: 16px;
    color: #1c1c1a;
    margin-bottom: 30px;
    line-height: 1.5;
}
.ok {
    font-family: 'GeneralSansLight';
    margin-left: 0px;
    margin: 0px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px;
    font-size: 17px;
    color: #1c1c1a;
    background-color: #ffff;
    width: 10%;
    line-height: 1.5;
}

/* Parent container (flexbox) */
.parent-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
}

/* .view-details-link styles */
.view-details-link {
    justify-self: center;
    text-align: center;
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-family: 'GeneralSansRegular';
    font-weight: 500;
    transition: color 0.3s;
}

/* Base styles remain unchanged */

/* Responsive styles */
@media (max-width: 1080px) {
    .banner-container {
        height: 250px; /* Adjust banner height */
    }

    .booster-serum-title {
        font-size: 28px; /* Slightly reduce title font size */
        margin-top: 15px;
    }

    .one-product-info-container {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center content */
        text-align: center;
    }

    .one-product-info-text {
        margin: 0; /* Reset margin for central alignment */
    }

    .one-product-image-container {
        text-align: center; /* Center align image on narrower screens */
        margin-top: 20px;
    }

    .one-coming-soon {
        font-size: 20px;
    }

    .one-product-name {
        font-size: 16pt;
    }

    .one-product-description {
        font-size: 15pt;
    }
}

@media (max-width: 768px) {
    .banner-container {
        height: 200px; /* Further reduce banner height */
    }

    .booster-serum-title {
        font-size: 24pt; /* Further reduce title font size */
        margin-top: 10px;
    }

    .one-product-info-container {
        flex-direction: column; /* Stack items vertically */
        align-items: center;
        text-align: center;
    }

    .one-product-info-text {
        margin: 0; /* No margin for better central alignment */
    }

    .one-product-image-container {
        margin-top: 20px; /* Add spacing between text and image */
    }

    .one-coming-soon {
        font-size: 20px;
    }

    .one-product-name {
        font-size: 15pt;
    }

    .one-product-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .banner-container {
        height: 150px; /* Further reduce banner height */
    }

    .booster-serum-title {
        font-size: 20pt; /* Reduce title size for small screens */
        margin-top: 5px;
    }

    .one-product-info-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .one-product-info-text {
        margin: 0; /* Reset margin for compact alignment */
    }

    .one-product-image-container {
        margin-top: 15px; /* Add spacing between text and image */
    }

    .one-coming-soon {
        font-size: 14pt;
    }

    .one-product-name {
        font-size: 13pt;
    }

    .one-product-description {
        font-size: 12pt;
    }
}
