* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    --webkit-font-smoothing: antialiased;
}

.container {
    height: 100vh;
    width: 100%;
}

.Header_Panel {
    margin-left: 13px;
    top: 20px;
    position: relative;
    height: 560px;
    width: 98%;
    display: flex;
    flex-direction: row;
    flex: 1;
}

.Left_Header_Panel {
    display: flex;
    flex-direction: row;
    flex-basis: 500px;
    margin-left: 4px;
    height: 500px;
    top: 10px;
}

.Right_Header_Panel {
    display: flex;
    flex-direction: row;
    flex-basis: 1000px;
    margin-left: -180px;
    height: 500px;
    top: 10px;
}

.Product_Model_Name_Style{
    margin-left:5px;
    text-align: center;
}

.Product_Header_Panel_Style{
    margin-left: 50px;
}

.Product_Header_Vendor_Notification_Style{
    color:#aa78ae;
    margin-left: 50px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 800;
}

.Image_Panel {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin-left: 10px;
}

.Thumbnail_Image_Panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    top: 2px;
}

.Thumbnail_Image_Each_Item_Box {
    display: flex;
    flex-direction: column;
    flex: 0 auto;
    margin-bottom: 7px;
    opacity: 0.5;
    width: 50px;
    height: 50px;
    padding: 3px;
    align-items: center;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 0;
    left: 20px;
}

.Thumbnail_Image_Each_Item_Box:hover {
    opacity: 1.0;
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.Header_Image_Panel {
    top:40px;
    display: block;
    position: relative;
    left: 60px;
    max-width: 100%;
    height: auto;
    width: 280px;
    height:240px;
}

section.product-img {
    position: relative;
    width: 100%;
}

.magnifier-lens {
    position: absolute;
    height: 100px;
    width: 100px;
    background-color: #ff980030;
    border: .1px solid var(--orange);
    opacity: 0;
}

.magnifier-lens.active {
    opacity: 1;
}

.magnified-img {
    position: relative;
    left: 300px;
    top: 20px;
    width: 600px;
    height: 250px;
    border: .1px solid var(--orange);
    transform: scale(0.5);
    opacity: 0;
    transition: opacity .5s, transform .5s;
}

.magnified-img.active {
    opacity: 1;
    transform: scale(1);
}

.Header_Product_Model_Name_Field {
    color: #aa78ae;
}

.Product_Summary_Panel {
    margin-left: -300px;
    width: 820px;
    height: 400px;
}

.Product_Summary_Left_Panel {
    margin-left: 20px;
    margin-top: 20px;
    width: 420px;
    height: 320px;
    display: flex;
    flex-direction: column;
    flex: 0 auto;
}

.Product_Summary_Right_Panel {
    margin-top: -320px;
    margin-left: 450px;
    width: 360px;
    height: 320px;
    display: flex;
    flex-direction: column;
    flex: 0 auto;
}

.Product_Details_Panel {
    display: flex;
    flex-direction: row;
    flex: 1;
    margin-top: -60px;
}

.Product_Purchase_Options_Panel {
    order:1;
    display: flex;
    flex-direction: column;
    align-self: baseline;
    flex-basis: 25em;
    margin-left: 10px;
    margin-top: 10px;
}

.Product_Purchase_Options_Panel_Header{
    color:#aa78ae;
    font-weight: 600;
    margin-bottom: 10px;
}

.Product_Price_Table_Style{
    margin-top:30px;
}

.Product_Price_Link_Panel {
    display: flex;
    flex-direction: row;
    flex: 1;
    font-size: 18px;
    margin-bottom: 50px;
}

.Product_Price_Link_Panel .Purchase_Offer_Table_Style{
    border-collapse: collapse;
    border:none;
}

.Vendor_Price_Style_Header_Style{
    width: 200px;
    padding: 8px;
    vertical-align: top;
    border-collapse: collapse;
    border:none;
}

.Vendor_Purchase_Link{
    width: 200px;
    padding: 8px;
    vertical-align: top;
    border-collapse: collapse;
    border:none;
}

.Vendor_Price_Style{
    font-size:18px; 
    color:#4169E1;
}

.Vendor_Image_Style{
    width:85px;
    height: 45px;
    float:right;
}

.Vendor_Price_Row_Style{
    border:none;
    border-collapse: collapse;
}

.Vendor_Offer_Style{
    width: 400px;
    word-break: break-word;  
    white-space: normal;
    padding: 8px;
    vertical-align: top;
    border-collapse: collapse;
    border:none;
}

.Product_Technical_Details_Panel {
    order:2;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-self: baseline;
    margin-left: 100px;
    margin-top: 10px;
    max-width: 830px;
}

.Product_Technical_Details_Header_Panel{
    color:#aa78ae;
    font-weight:800;
    font-size: 20px;
    margin-bottom:30px;
    border-collapse: collapse;
    border:none;
}

.Product_Feature_Header_Style{
    width: 830px;
    border-collapse: collapse;
    border:none;
}

td, th {
        border: 1px solid #000;
        border-collapse: collapse;
        border:none;
    }

.Product_Items_Header_Style {
    width: 830px;
    color:#4169E1;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    border-collapse: collapse;
    border:none;
}

.Product_Item_Title {
    width: 250px;
    word-break: break-word;  
    border-collapse: collapse;
    border:none;
    color:#5E5E5E;
    font-size: 16px;
}

.Product_Item_Value {
    width: 580px;
    word-break: break-word;  
    border-collapse: collapse;
    border:none;
    color:#212121;
    font-size: 16px;
}

.Product_Similar_Item_Style_Header {
    margin-left: 380px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #aa78ae;
    font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
}

.Product_Similar_Item_Main_Panel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    row-gap: 4px;
    margin-left: 380px;
    margin-top: 20px;
    height: 800px;
    width: 930px;
    text-align: center;
}

.Product_Similar_Item_Layout {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.Mobile_Similar_Item_Images{
    margin-left: 40px;
    width:200px;
    height:240px;
}

.Mobile_Similar_Item_Model_Name_Style{
    width: 230px;
    word-break: break-word;      
    margin-left: 30px;
}

.Product_Similar_Item_Summary {
    margin: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    color: #505050;
    font-size: 16px;
    font-weight: 400;
}

.Product_Similar_Item_Gap {
    padding-bottom: 5px;
}

@media (max-width: 480px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        --webkit-font-smoothing: antialiased;
    }

    .container {
        height: 100vh;
        width: 100%;
    }

    .Header_Panel {
        margin-left: 1px;
        top: -50px;
        position: relative;
        height: 560px;
        width: 98%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .Left_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 500px;
        margin-left: -60px;
        height: 500px;
        top: 10px;
    }

    .Right_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 1000px;
        margin-top:100px;
        margin-left: 40px;
        height: 500px;
        top: 300px;
    }

    .Product_Model_Name_Style {
        margin-top: 30px;
        margin-left:50px;
        font-size: 22px;
        text-align: center;
    }

    .Image_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        left: -200px;
    }

    .Header_Image_Panel {
        top:40px;
        display: block;
        position: relative;
        left: 160px;
        max-width: 100%;
        height: auto;
        width: 280px;
        height:240px;
    }

    .Thumbnail_Image_Panel {
        display: None;
    }

    .magnifier-lens {
        display:none;
    }

    .magnified-img {
        display: none;
    }

    .Header_Product_Model_Name_Field {
        color: #aa78ae;
    }

    .Product_Summary_Panel {
        margin-left: -120px;
        width: 620px;
        height: 400px;
    }

    .Product_Summary_Left_Panel {
        margin-left: 60px;
        margin-top: 20px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 20px;
        word-break: break-word;  
    }

    .Product_Summary_Right_Panel {
        margin-top: -70px;
        margin-left: 60px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 20px;
        word-break: break-word;  
    }

    .Product_Details_Panel {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 40px;
    }

    .Product_Purchase_Options_Panel {
        order:2;
        display: flex;
        flex-direction: column;
        align-self: baseline;
        flex-basis: 25em;
        margin-left: 20px;
        margin-top: 50px;
        width: 480px;
    }

    .Product_Purchase_Options_Panel_Header {
        display: flex;
        flex-direction: column-reverse;
        color:#aa78ae;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        width:480px;
    }

    .Product_Technical_Details_Panel {
        order:1;
        display: flex;
        flex-direction: column;
        flex: 1;
        align-self: baseline;
        margin-left: 10px;
        margin-top: 10px;
        max-width: 400px;
    }

    .Product_Technical_Details_Header_Panel {
        color:#aa78ae;
        font-weight:800;
        font-size: 20px;
        margin-top: 400px;
        margin-bottom:20px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Feature_Header_Style {
        width: 480px;
        border-collapse: collapse;
        border:none;
    }

    td, th {
        border: 1px solid #000;
        border-collapse: collapse;
        border:none;
    }

    .Product_Items_Header_Style {
        width: 480px;
        color:#4169E1;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Item_Title {
        width: 200px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#5E5E5E;
        font-size: 16px;
    }

    .Product_Item_Value {
        width: 580px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#212121;
        font-size: 16px;
    }

    .Product_Similar_Item_Style_Header {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
        color: #aa78ae;
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    }

    .Product_Similar_Item_Main_Panel {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        row-gap: 4px;
        margin-left: 40px;
        margin-top: 20px;
        height: 800px;
        width: 400px;
        text-align: center;
    }

    .Product_Similar_Item_Layout {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .Mobile_Similar_Item_Images {
        margin-left: 80px;
        width:200px;
        height:240px;
    }

    .Mobile_Similar_Item_Model_Name_Style {
        width: 230px;
        word-break: break-word;   
        left:50px;
    }

    .Product_Similar_Item_Summary {
        margin: 10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        color: #505050;
        font-size: 16px;
        font-weight: 400;
    }

    .Product_Similar_Item_Gap {
        left:-30px;
        padding-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 360px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        --webkit-font-smoothing: antialiased;
    }

    .container {
        height: 100vh;
        width: 100%;
    }

    .Header_Panel {
        margin-left: 1px;
        top: -50px;
        position: relative;
        height: 560px;
        width: 98%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .Left_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 500px;
        margin-left: -20px;
        height: 500px;
        top: 10px;
    }

    .Right_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 1000px;
        margin-top:100px;
        margin-left: 13px;
        height: 500px;
        top: 300px;
    }

    .Product_Model_Name_Style {
        margin-top: 30px;
        margin-left:10px;
        font-size: 16px;
        text-align: center;
    }

    .Image_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        left: -200px;
    }

    .Header_Image_Panel {
        top:40px;
        display: block;
        position: relative;
        left: 100px;
        max-width: 100%;
        height: auto;
        width: 280px;
        height:240px;
    }

    .Thumbnail_Image_Panel {
        display: None;
    }

    .magnifier-lens {
        display:none;
    }

    .magnified-img {
        display: none;
    }

    .Header_Product_Model_Name_Field {
        color: #aa78ae;
    }

    .Product_Summary_Panel {
        margin-left: -120px;
        width: 620px;
        height: 400px;
    }

    .Product_Summary_Left_Panel {
        margin-left: 80px;
        margin-top: 20px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 16px;
        word-break: break-word;  
    }

    .Product_Summary_Right_Panel {
        margin-top: -70px;
        margin-left: 80px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 20px;
        word-break: break-word;  
    }

    .Product_Details_Panel {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 40px;
    }

    .Product_Purchase_Options_Panel {
        order:2;
        display: flex;
        flex-direction: column;
        align-self: baseline;
        flex-basis: 25em;
        margin-left: 20px;
        margin-top: 50px;
        width: 480px;
    }

    .Product_Purchase_Options_Panel_Header {
        display: flex;
        flex-direction: column-reverse;
        color:#aa78ae;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        width:480px;
    }

    .Product_Technical_Details_Panel {
        order:1;
        display: flex;
        flex-direction: column;
        flex: 1;
        align-self: baseline;
        margin-left: 10px;
        margin-top: 10px;
        max-width: 400px;
    }

    .Product_Technical_Details_Header_Panel {
        color:#aa78ae;
        font-weight:800;
        font-size: 20px;
        margin-top: 400px;
        margin-bottom:20px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Feature_Header_Style {
        width: 480px;
        border-collapse: collapse;
        border:none;
    }

    td, th {
        border: 1px solid #000;
        border-collapse: collapse;
        border:none;
    }

    .Product_Items_Header_Style {
        width: 480px;
        color:#4169E1;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Item_Title {
        width: 200px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#5E5E5E;
        font-size: 16px;
    }

    .Product_Item_Value {
        width: 580px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#212121;
        font-size: 16px;
    }

    .Product_Similar_Item_Style_Header {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
        color: #aa78ae;
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    }

    .Product_Similar_Item_Main_Panel {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        row-gap: 4px;
        margin-left: 40px;
        margin-top: 20px;
        height: 800px;
        width: 400px;
        text-align: center;
    }

    .Product_Similar_Item_Layout {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .Mobile_Similar_Item_Images {
        margin-left: 120px;
        width:200px;
        height:240px;
    }

    .Mobile_Similar_Item_Brand_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Model_Name_Style {
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Price_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Ram_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Storage_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Reviews_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Product_Similar_Item_Summary {
        margin-top: -10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        color: #505050;
        font-size: 16px;
        font-weight: 400;
    }

    .Product_Similar_Item_Gap {
        left:-30px;
        padding-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 393px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        --webkit-font-smoothing: antialiased;
    }

    .container {
        height: 100vh;
        width: 100%;
    }

    .Header_Panel {
        margin-left: 1px;
        top: -50px;
        position: relative;
        height: 560px;
        width: 98%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .Left_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 500px;
        margin-left: -20px;
        height: 500px;
        top: 10px;
    }

    .Right_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 1000px;
        margin-top:100px;
        margin-left: 13px;
        height: 500px;
        top: 300px;
    }

    .Product_Model_Name_Style {
        margin-top: 30px;
        margin-left:10px;
        font-size: 16px;
        text-align: center;
    }

    .Image_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        left: -200px;
    }

    .Header_Image_Panel {
        top:40px;
        display: block;
        position: relative;
        left: 100px;
        max-width: 100%;
        height: auto;
        width: 280px;
        height:240px;
    }

    .Thumbnail_Image_Panel {
        display: None;
    }

    .magnifier-lens {
        display:none;
    }

    .magnified-img {
        display: none;
    }

    .Header_Product_Model_Name_Field {
        color: #aa78ae;
    }

    .Product_Summary_Panel {
        margin-left: -120px;
        width: 620px;
        height: 400px;
    }

    .Product_Summary_Left_Panel {
        margin-left: 80px;
        margin-top: 20px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 16px;
        word-break: break-word;  
    }

    .Product_Summary_Right_Panel {
        margin-top: -70px;
        margin-left: 80px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 20px;
        word-break: break-word;  
    }

    .Product_Details_Panel {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 40px;
    }

    .Product_Purchase_Options_Panel {
        order:2;
        display: flex;
        flex-direction: column;
        align-self: baseline;
        flex-basis: 25em;
        margin-left: 20px;
        margin-top: 50px;
        width: 480px;
    }

    .Product_Purchase_Options_Panel_Header {
        display: flex;
        flex-direction: column-reverse;
        color:#aa78ae;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        width:480px;
    }

    .Product_Technical_Details_Panel {
        order:1;
        display: flex;
        flex-direction: column;
        flex: 1;
        align-self: baseline;
        margin-left: 10px;
        margin-top: 10px;
        max-width: 400px;
    }

    .Product_Technical_Details_Header_Panel {
        color:#aa78ae;
        font-weight:800;
        font-size: 20px;
        margin-top: 400px;
        margin-bottom:20px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Feature_Header_Style {
        width: 480px;
        border-collapse: collapse;
        border:none;
    }

    td, th {
        border: 1px solid #000;
        border-collapse: collapse;
        border:none;
    }

    .Product_Items_Header_Style {
        width: 480px;
        color:#4169E1;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Item_Title {
        width: 200px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#5E5E5E;
        font-size: 16px;
    }

    .Product_Item_Value {
        width: 580px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#212121;
        font-size: 16px;
    }

    .Product_Similar_Item_Style_Header {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
        color: #aa78ae;
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    }

    .Product_Similar_Item_Main_Panel {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        row-gap: 4px;
        margin-left: 40px;
        margin-top: 20px;
        height: 800px;
        width: 400px;
        text-align: center;
    }

    .Product_Similar_Item_Layout {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .Mobile_Similar_Item_Images {
        margin-left: 120px;
        width:200px;
        height:240px;
    }

    .Mobile_Similar_Item_Brand_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Model_Name_Style {
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Price_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Ram_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Storage_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Reviews_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Product_Similar_Item_Summary {
        margin-top: -10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        color: #505050;
        font-size: 16px;
        font-weight: 400;
    }

    .Product_Similar_Item_Gap {
        left:-30px;
        padding-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 412px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        --webkit-font-smoothing: antialiased;
    }

    .container {
        height: 100vh;
        width: 100%;
    }

    .Header_Panel {
        margin-left: 1px;
        top: -50px;
        position: relative;
        height: 560px;
        width: 98%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .Left_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 500px;
        margin-left: -20px;
        height: 500px;
        top: 10px;
    }

    .Right_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 1000px;
        margin-top:100px;
        margin-left: 13px;
        height: 500px;
        top: 300px;
    }

    .Product_Model_Name_Style {
        margin-top: 30px;
        margin-left:10px;
        font-size: 16px;
        text-align: center;
    }

    .Image_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        left: -200px;
    }

    .Header_Image_Panel {
        top:40px;
        display: block;
        position: relative;
        left: 100px;
        max-width: 100%;
        height: auto;
        width: 280px;
        height:240px;
    }

    .Thumbnail_Image_Panel {
        display: None;
    }

    .magnifier-lens {
        display:none;
    }

    .magnified-img {
        display: none;
    }

    .Header_Product_Model_Name_Field {
        color: #aa78ae;
    }

    .Product_Summary_Panel {
        margin-left: -120px;
        width: 620px;
        height: 400px;
    }

    .Product_Summary_Left_Panel {
        margin-left: 80px;
        margin-top: 20px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 16px;
        word-break: break-word;  
    }

    .Product_Summary_Right_Panel {
        margin-top: -70px;
        margin-left: 80px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 20px;
        word-break: break-word;  
    }

    .Product_Details_Panel {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 40px;
    }

    .Product_Purchase_Options_Panel {
        order:2;
        display: flex;
        flex-direction: column;
        align-self: baseline;
        flex-basis: 25em;
        margin-left: 20px;
        margin-top: 50px;
        width: 480px;
    }

    .Product_Purchase_Options_Panel_Header {
        display: flex;
        flex-direction: column-reverse;
        color:#aa78ae;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        width:480px;
    }

    .Product_Technical_Details_Panel {
        order:1;
        display: flex;
        flex-direction: column;
        flex: 1;
        align-self: baseline;
        margin-left: 10px;
        margin-top: 10px;
        max-width: 400px;
    }

    .Product_Technical_Details_Header_Panel {
        color:#aa78ae;
        font-weight:800;
        font-size: 20px;
        margin-top: 400px;
        margin-bottom:20px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Feature_Header_Style {
        width: 480px;
        border-collapse: collapse;
        border:none;
    }

    td, th {
        border: 1px solid #000;
        border-collapse: collapse;
        border:none;
    }

    .Product_Items_Header_Style {
        width: 480px;
        color:#4169E1;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Item_Title {
        width: 200px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#5E5E5E;
        font-size: 16px;
    }

    .Product_Item_Value {
        width: 580px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#212121;
        font-size: 16px;
    }

    .Product_Similar_Item_Style_Header {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
        color: #aa78ae;
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    }

    .Product_Similar_Item_Main_Panel {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        row-gap: 4px;
        margin-left: 40px;
        margin-top: 20px;
        height: 800px;
        width: 400px;
        text-align: center;
    }

    .Product_Similar_Item_Layout {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .Mobile_Similar_Item_Images {
        margin-left: 120px;
        width:200px;
        height:240px;
    }

    .Mobile_Similar_Item_Brand_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Model_Name_Style {
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Price_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Ram_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Storage_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Reviews_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Product_Similar_Item_Summary {
        margin-top: -10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        color: #505050;
        font-size: 16px;
        font-weight: 400;
    }

    .Product_Similar_Item_Gap {
        left:-30px;
        padding-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 414px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        --webkit-font-smoothing: antialiased;
    }

    .container {
        height: 100vh;
        width: 100%;
    }

    .Header_Panel {
        margin-left: 1px;
        top: -50px;
        position: relative;
        height: 560px;
        width: 98%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .Left_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 500px;
        margin-left: -20px;
        height: 500px;
        top: 10px;
    }

    .Right_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 1000px;
        margin-top:100px;
        margin-left: 13px;
        height: 500px;
        top: 300px;
    }

    .Product_Model_Name_Style {
        margin-top: 30px;
        margin-left:10px;
        font-size: 16px;
        text-align: center;
    }

    .Image_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        left: -200px;
    }

    .Header_Image_Panel {
        top:40px;
        display: block;
        position: relative;
        left: 100px;
        max-width: 100%;
        height: auto;
        width: 280px;
        height:240px;
    }

    .Thumbnail_Image_Panel {
        display: None;
    }

    .magnifier-lens {
        display:none;
    }

    .magnified-img {
        display: none;
    }

    .Header_Product_Model_Name_Field {
        color: #aa78ae;
    }

    .Product_Summary_Panel {
        margin-left: -120px;
        width: 620px;
        height: 400px;
    }

    .Product_Summary_Left_Panel {
        margin-left: 80px;
        margin-top: 20px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 16px;
        word-break: break-word;  
    }

    .Product_Summary_Right_Panel {
        margin-top: -70px;
        margin-left: 80px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 20px;
        word-break: break-word;  
    }

    .Product_Details_Panel {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 40px;
    }

    .Product_Purchase_Options_Panel {
        order:2;
        display: flex;
        flex-direction: column;
        align-self: baseline;
        flex-basis: 25em;
        margin-left: 20px;
        margin-top: 50px;
        width: 480px;
    }

    .Product_Purchase_Options_Panel_Header {
        display: flex;
        flex-direction: column-reverse;
        color:#aa78ae;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        width:480px;
    }

    .Product_Technical_Details_Panel {
        order:1;
        display: flex;
        flex-direction: column;
        flex: 1;
        align-self: baseline;
        margin-left: 10px;
        margin-top: 10px;
        max-width: 400px;
    }

    .Product_Technical_Details_Header_Panel {
        color:#aa78ae;
        font-weight:800;
        font-size: 20px;
        margin-top: 400px;
        margin-bottom:20px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Feature_Header_Style {
        width: 480px;
        border-collapse: collapse;
        border:none;
    }

    td, th {
        border: 1px solid #000;
        border-collapse: collapse;
        border:none;
    }

    .Product_Items_Header_Style {
        width: 480px;
        color:#4169E1;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Item_Title {
        width: 200px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#5E5E5E;
        font-size: 16px;
    }

    .Product_Item_Value {
        width: 580px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#212121;
        font-size: 16px;
    }

    .Product_Similar_Item_Style_Header {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
        color: #aa78ae;
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    }

    .Product_Similar_Item_Main_Panel {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        row-gap: 4px;
        margin-left: 40px;
        margin-top: 20px;
        height: 800px;
        width: 400px;
        text-align: center;
    }

    .Product_Similar_Item_Layout {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .Mobile_Similar_Item_Images {
        margin-left: 120px;
        width:200px;
        height:240px;
    }

    .Mobile_Similar_Item_Brand_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Model_Name_Style {
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Price_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Ram_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Storage_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Reviews_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Product_Similar_Item_Summary {
        margin-top: -10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        color: #505050;
        font-size: 16px;
        font-weight: 400;
    }

    .Product_Similar_Item_Gap {
        left:-30px;
        padding-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 428px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        --webkit-font-smoothing: antialiased;
    }

    .container {
        height: 100vh;
        width: 100%;
    }

    .Header_Panel {
        margin-left: 1px;
        top: -50px;
        position: relative;
        height: 560px;
        width: 98%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .Left_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 500px;
        margin-left: -20px;
        height: 500px;
        top: 10px;
    }

    .Right_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 1000px;
        margin-top:100px;
        margin-left: 13px;
        height: 500px;
        top: 300px;
    }

    .Product_Model_Name_Style {
        margin-top: 30px;
        margin-left:10px;
        font-size: 16px;
        text-align: center;
    }

    .Image_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        left: -200px;
    }

    .Header_Image_Panel {
        top:40px;
        display: block;
        position: relative;
        left: 100px;
        max-width: 100%;
        height: auto;
        width: 280px;
        height:240px;
    }

    .Thumbnail_Image_Panel {
        display: None;
    }

    .magnifier-lens {
        display:none;
    }

    .magnified-img {
        display: none;
    }

    .Header_Product_Model_Name_Field {
        color: #aa78ae;
    }

    .Product_Summary_Panel {
        margin-left: -120px;
        width: 620px;
        height: 400px;
    }

    .Product_Summary_Left_Panel {
        margin-left: 80px;
        margin-top: 20px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 16px;
        word-break: break-word;  
    }

    .Product_Summary_Right_Panel {
        margin-top: -70px;
        margin-left: 80px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 20px;
        word-break: break-word;  
    }

    .Product_Details_Panel {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 40px;
    }

    .Product_Purchase_Options_Panel {
        order:2;
        display: flex;
        flex-direction: column;
        align-self: baseline;
        flex-basis: 25em;
        margin-left: 20px;
        margin-top: 50px;
        width: 480px;
    }

    .Product_Purchase_Options_Panel_Header {
        display: flex;
        flex-direction: column-reverse;
        color:#aa78ae;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        width:480px;
    }

    .Product_Technical_Details_Panel {
        order:1;
        display: flex;
        flex-direction: column;
        flex: 1;
        align-self: baseline;
        margin-left: 10px;
        margin-top: 10px;
        max-width: 400px;
    }

    .Product_Technical_Details_Header_Panel {
        color:#aa78ae;
        font-weight:800;
        font-size: 20px;
        margin-top: 400px;
        margin-bottom:20px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Feature_Header_Style {
        width: 480px;
        border-collapse: collapse;
        border:none;
    }

    td, th {
        border: 1px solid #000;
        border-collapse: collapse;
        border:none;
    }

    .Product_Items_Header_Style {
        width: 480px;
        color:#4169E1;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Item_Title {
        width: 200px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#5E5E5E;
        font-size: 16px;
    }

    .Product_Item_Value {
        width: 580px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#212121;
        font-size: 16px;
    }

    .Product_Similar_Item_Style_Header {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
        color: #aa78ae;
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    }

    .Product_Similar_Item_Main_Panel {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        row-gap: 4px;
        margin-left: 40px;
        margin-top: 20px;
        height: 800px;
        width: 400px;
        text-align: center;
    }

    .Product_Similar_Item_Layout {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .Mobile_Similar_Item_Images {
        margin-left: 120px;
        width:200px;
        height:240px;
    }

    .Mobile_Similar_Item_Brand_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Model_Name_Style {
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Price_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Ram_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Storage_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Reviews_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Product_Similar_Item_Summary {
        margin-top: -10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        color: #505050;
        font-size: 16px;
        font-weight: 400;
    }

    .Product_Similar_Item_Gap {
        left:-30px;
        padding-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 430px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        --webkit-font-smoothing: antialiased;
    }

    .container {
        height: 100vh;
        width: 100%;
    }

    .Header_Panel {
        margin-left: 1px;
        top: -50px;
        position: relative;
        height: 560px;
        width: 98%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .Left_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 500px;
        margin-left: -20px;
        height: 500px;
        top: 10px;
    }

    .Right_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 1000px;
        margin-top:100px;
        margin-left: 13px;
        height: 500px;
        top: 300px;
    }

    .Product_Model_Name_Style {
        margin-top: 30px;
        margin-left:10px;
        font-size: 16px;
        text-align: center;
    }

    .Image_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        left: -200px;
    }

    .Header_Image_Panel {
        top:40px;
        display: block;
        position: relative;
        left: 100px;
        max-width: 100%;
        height: auto;
        width: 280px;
        height:240px;
    }

    .Thumbnail_Image_Panel {
        display: None;
    }

    .magnifier-lens {
        display:none;
    }

    .magnified-img {
        display: none;
    }

    .Header_Product_Model_Name_Field {
        color: #aa78ae;
    }

    .Product_Summary_Panel {
        margin-left: -120px;
        width: 620px;
        height: 400px;
    }

    .Product_Summary_Left_Panel {
        margin-left: 80px;
        margin-top: 20px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 16px;
        word-break: break-word;  
    }

    .Product_Summary_Right_Panel {
        margin-top: -70px;
        margin-left: 80px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 20px;
        word-break: break-word;  
    }

    .Product_Details_Panel {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 40px;
    }

    .Product_Purchase_Options_Panel {
        order:2;
        display: flex;
        flex-direction: column;
        align-self: baseline;
        flex-basis: 25em;
        margin-left: 20px;
        margin-top: 50px;
        width: 480px;
    }

    .Product_Purchase_Options_Panel_Header {
        display: flex;
        flex-direction: column-reverse;
        color:#aa78ae;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        width:480px;
    }

    .Product_Technical_Details_Panel {
        order:1;
        display: flex;
        flex-direction: column;
        flex: 1;
        align-self: baseline;
        margin-left: 10px;
        margin-top: 10px;
        max-width: 400px;
    }

    .Product_Technical_Details_Header_Panel {
        color:#aa78ae;
        font-weight:800;
        font-size: 20px;
        margin-top: 400px;
        margin-bottom:20px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Feature_Header_Style {
        width: 480px;
        border-collapse: collapse;
        border:none;
    }

    td, th {
        border: 1px solid #000;
        border-collapse: collapse;
        border:none;
    }

    .Product_Items_Header_Style {
        width: 480px;
        color:#4169E1;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Item_Title {
        width: 200px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#5E5E5E;
        font-size: 16px;
    }

    .Product_Item_Value {
        width: 580px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#212121;
        font-size: 16px;
    }

    .Product_Similar_Item_Style_Header {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
        color: #aa78ae;
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    }

    .Product_Similar_Item_Main_Panel {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        row-gap: 4px;
        margin-left: 40px;
        margin-top: 20px;
        height: 800px;
        width: 400px;
        text-align: center;
    }

    .Product_Similar_Item_Layout {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .Mobile_Similar_Item_Images {
        margin-left: 120px;
        width:200px;
        height:240px;
    }

    .Mobile_Similar_Item_Brand_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Model_Name_Style {
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Price_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Ram_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Storage_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Reviews_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Product_Similar_Item_Summary {
        margin-top: -10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        color: #505050;
        font-size: 16px;
        font-weight: 400;
    }

    .Product_Similar_Item_Gap {
        left:-30px;
        padding-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 440px){
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        --webkit-font-smoothing: antialiased;
    }

    .container {
        height: 100vh;
        width: 100%;
    }

    .Header_Panel {
        margin-left: 1px;
        top: -50px;
        position: relative;
        height: 560px;
        width: 98%;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .Left_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 500px;
        margin-left: -20px;
        height: 500px;
        top: 10px;
    }

    .Right_Header_Panel {
        display: flex;
        flex-direction: column;
        flex-basis: 1000px;
        margin-top:100px;
        margin-left: 13px;
        height: 500px;
        top: 300px;
    }

    .Product_Model_Name_Style {
        margin-top: 30px;
        margin-left:10px;
        font-size: 16px;
        text-align: center;
    }

    .Image_Panel {
        display: flex;
        flex-direction: row;
        flex: 1;
        left: -200px;
    }

    .Header_Image_Panel {
        top:40px;
        display: block;
        position: relative;
        left: 100px;
        max-width: 100%;
        height: auto;
        width: 280px;
        height:240px;
    }

    .Thumbnail_Image_Panel {
        display: None;
    }

    .magnifier-lens {
        display:none;
    }

    .magnified-img {
        display: none;
    }

    .Header_Product_Model_Name_Field {
        color: #aa78ae;
    }

    .Product_Summary_Panel {
        margin-left: -120px;
        width: 620px;
        height: 400px;
    }

    .Product_Summary_Left_Panel {
        margin-left: 80px;
        margin-top: 20px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 16px;
        word-break: break-word;  
    }

    .Product_Summary_Right_Panel {
        margin-top: -70px;
        margin-left: 80px;
        width: 400px;
        height: 320px;
        display: flex;
        flex-direction: column;
        flex: 0 auto;
        font-size: 20px;
        word-break: break-word;  
    }

    .Product_Details_Panel {
        display: flex;
        flex-direction: column;
        flex: 1;
        margin-top: 40px;
    }

    .Product_Purchase_Options_Panel {
        order:2;
        display: flex;
        flex-direction: column;
        align-self: baseline;
        flex-basis: 25em;
        margin-left: 20px;
        margin-top: 50px;
        width: 480px;
    }

    .Product_Purchase_Options_Panel_Header {
        display: flex;
        flex-direction: column-reverse;
        color:#aa78ae;
        font-weight: 600;
        margin-bottom: 10px;
        position: relative;
        width:480px;
    }

    .Product_Technical_Details_Panel {
        order:1;
        display: flex;
        flex-direction: column;
        flex: 1;
        align-self: baseline;
        margin-left: 10px;
        margin-top: 10px;
        max-width: 400px;
    }

    .Product_Technical_Details_Header_Panel {
        color:#aa78ae;
        font-weight:800;
        font-size: 20px;
        margin-top: 400px;
        margin-bottom:20px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Feature_Header_Style {
        width: 480px;
        border-collapse: collapse;
        border:none;
    }

    td, th {
        border: 1px solid #000;
        border-collapse: collapse;
        border:none;
    }

    .Product_Items_Header_Style {
        width: 480px;
        color:#4169E1;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        border-collapse: collapse;
        border:none;
    }

    .Product_Item_Title {
        width: 200px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#5E5E5E;
        font-size: 16px;
    }

    .Product_Item_Value {
        width: 580px;
        word-break: break-word;  
        border-collapse: collapse;
        border:none;
        color:#212121;
        font-size: 16px;
    }

    .Product_Similar_Item_Style_Header {
        margin-left: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
        color: #aa78ae;
        font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
    }

    .Product_Similar_Item_Main_Panel {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        row-gap: 4px;
        margin-left: 40px;
        margin-top: 20px;
        height: 800px;
        width: 400px;
        text-align: center;
    }

    .Product_Similar_Item_Layout {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .Mobile_Similar_Item_Images {
        margin-left: 120px;
        width:200px;
        height:240px;
    }

    .Mobile_Similar_Item_Brand_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Model_Name_Style {
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Price_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Ram_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Storage_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Mobile_Similar_Item_Reviews_Style{
        width: 230px;
        word-break: break-word;   
        margin-left:100px;
    }

    .Product_Similar_Item_Summary {
        margin-top: -10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        color: #505050;
        font-size: 16px;
        font-weight: 400;
    }

    .Product_Similar_Item_Gap {
        left:-30px;
        padding-bottom: 5px;
        text-align: center;
    }
}
