.product_hero_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.product_hero_image {
    height: 265px;
    width: 265px;
    border-radius: 10px;
}

@media (max-width: 576px) {
    .product_hero_container {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .product_hero_image {
        width: 100%;
        height: auto;
    }
}

.product_hero_title {
    font-size: 48px;
    font-weight: bold;
}

.product_hero_title_country {
    font-size: 28px;
    font-weight: 100;
    line-height: 22px;
    color: #0c021b;
}

.product_hero_code {
    font-weight: 100;
    background-color: #f4f4f4;
    display: inline-block;
    padding: 10px;
    border: 2px solid #d6d5d5;
}

.product_hero_code_value {
    font-weight: 900;
}

.product_hero_delivery_deatails {
    font-size: 12px;
    font-weight: 100;
}

.product_description_and_purchase_container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
}

@media(max-width: 768px){
    .product_description_and_purchase_container{
        grid-template-columns: 1fr;
    }
}

/* tabs styles start */
.tabs-container {
    width: 100%;
    height: auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.tabs {
    padding: 10px 20px 15px 20px;
}

.tab-links {
    display: flex;
    /* justify-content: space-between; */
    /* padding: 0 20px 0 0; */
    border-bottom: 3px solid #C4D4E4;
}

.tab-link {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px 15px 0;
    color: #ccc;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
    color: #E50065;
}

.tab-link i {
    margin-right: 10px;
}

.tab-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    /* background: linear-gradient(45deg, #E50065, #ff2e89); */
    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
    padding: 20px;
}

.tab-content.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    .tab-links {
        /* flex-direction: column; */
        align-items: center;
    }

    .tab-link {
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }
}
/* tabs styles end */

.product_package_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 20px; */
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
}

@media(max-width: 576px){
    .product_package_container{
        grid-template-columns: 1fr;
    }
}

.product_package{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 12px 12px 36px 6px rgba(0, 0, 0, 0.1);
}

.product_package_sold_out{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 12px 12px 36px 6px rgba(0, 0, 0, 0.1);
    opacity: 0.5;
}

.product_package_title{
    font-size: 12px;
}

.product_package_btn{
    background-color: #E50065;
    border-radius: 5px;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.product_package_sold_out_btn{
    background-color: #0C021B;
    border-radius: 5px;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.product_tab_content{
    margin-top: 20px;
    font-size: 12px;
    text-align: justify;
}

.product_line{
    margin: 0;
    height: 3px !important;
    background-color: #C4D4E4;
}

.product_quantity_container{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 12px 12px 36px 6px rgba(0, 0, 0, 0.1);
    padding: 35px 38px;
    margin-bottom: 20px;
}

.product_purchase_quantity_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_quantity_title{
    font-size: 14px;
    margin: 0;
}

.product_purchase_quantity_btn{
    height: 25px;
    width: 25px;
    border: none;
    border-radius: 2px;
    background-color: #ECECEC;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

.product_purchase_quantity_input{
    background: transparent;
    border: none;
    max-width: 40px;
    font-weight: 600;
    text-align: center;
}

.product_purchase_quantity_input::-webkit-outer-spin-button,
.product_purchase_quantity_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product_purchase_limit{
    font-size: 10px;
    font-weight: 100;
}

.product_order_information_container{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 12px 12px 36px 6px rgba(0, 0, 0, 0.1);
    padding: 35px 38px;
    margin-bottom: 20px;
}

.product_order_information_label{
    font-weight: 500;
}

.product_order_information_label>span{
    color: #E50065;
}

.product_info_input{
    margin-top: 12px;
    background-color: #EDEDED;
    border: 1px solid #C4D4E4;
    border-radius: 4px;
    display: block;
    width: 100%;
    padding: 5px;
}

.product_info_input:focus{
    outline: none;
}

.product_info_input::placeholder{
    font-size: 10px;
    font-weight: 100;
}

.product_order_container{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 12px 12px 36px 6px rgba(0, 0, 0, 0.1);
    padding: 45px 38px;
    margin-bottom: 20px;
}

.product_price_lbl{
    font-size: 12px;
}

.product_price_amount{
    font-size: 20px;
    font-weight: bold;
}

.product_retro_points{
    font-size: 10px;
    font-weight: 100;
    color: #E50065;
    text-align: right;
}

.prodcutr_purchase_btn_container{
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_price_add_to_cart{
    background-color: #E50065;
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    border: none;
}

.product_btn_submit{
    margin-left: 10px;
    padding: 7px 0;
    background-color: #E50065;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    border: none;
    color: #fff;
}

/* label selected styles */
.product_package {
    transition: border 0.75s ease-in;
}

.product_package:has(input[type="radio"]:checked) {
    border: 2px solid #E50065;
}

