/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------- CSS for Desktop Devices --------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1280px) {

    .name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .product-page-headline-content {
        width: 512px;
        min-width: 512px;
        max-width: 512px;
        text-align: right;
    }

    .product-table-outer-container {
        width: 512px;
        min-width: 512px;
        max-width: 512px;
    }

    .product-and-price-container {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) {

    .name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .product-page-headline-content {
        width: 512px;
        min-width: 512px;
        max-width: 512px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .product-table-outer-container {
        width: 512px;
        min-width: 512px;
        max-width: 512px;
    }

    .product-and-price-container {
        display: flex;
        justify-content: space-between;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------- CSS for Mobile Devices ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) and (orientation: portrait) {
    
   .name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .product-page-headline-content {
        margin-bottom: 20px;
    }

    .eyelashes-product-and-price-container {
        display: flex;
        justify-content: space-between;
    }

    .eyelashes-product-name {
        display: flex;
        max-width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .product-price {
        white-space: nowrap;
    }

    .hairremoval-product-and-price-container {
        display: flex;
        justify-content: space-between;
    }

    .hairremoval-product-name {
        display: flex;
        max-width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------- CSS for Mobile Devices ---------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) and (orientation: landscape) {
    
    .name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .product-page-headline-content {
        margin-bottom: 20px;
    }

    .eyelashes-product-and-price-container {
        display: flex;
        justify-content: space-between;
    }

    .eyelashes-product-name {
        display: flex;
        max-width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .product-price {
        white-space: nowrap;
    }

    .hairremoval-product-and-price-container {
        display: flex;
        justify-content: space-between;
    }

    .hairremoval-product-name {
        display: flex;
        max-width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}