#page-container {
    display: flex;
    flex-direction: column;
    background: rgb(235,241,246);
    background: radial-gradient(circle, rgba(235,241,246,1) 31%, rgba(244,244,244,1) 74%, rgba(255,255,255,1) 100%); 
    min-height: 1200px;
    max-width: 1700px;
	min-width: 1125px;
    height: auto;
    border: 1px solid rgba(75, 75, 75, 0.2);
    border-radius: 18px;
    -webkit-box-shadow: 0px 6px 18px 10px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 6px 18px 10px rgba(0,0,0,0.05);
    box-shadow: 0px 6px 18px 10px rgba(0,0,0,0.05);
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 30px;
    width: 1500px;
}
#product-main-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 486px;
}
#product-extra-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 58%;
    padding: 0px 30px 0px 30px;
}

br {
    display: block;
}
/*
#product-image-div {
    display: block;
    width: 450px;
    height: 100%;
}
*/
#product-image {
    width: 403px;
    height: 403px;
    margin-top: 45px;
    margin-left: 45px;
    box-shadow:
    0 0 10px 2px rgba(160, 0, 160, 0.522),
    0 0 15px 4px rgba(0,255,255,.5);
}
#product-traits {
    display: flex;
    flex-direction: column;
    max-width: 725px;
    width: 55%;
    height: 100%;
    margin-top: 45px;
    margin-left: 30px;
}
#product-traits hr {
    width: 560px;
    height: 1px;
    background: linear-gradient(90deg, rgb(0,113,197), transparent);
    border: 0;
    align-content: start;
    margin-top: 18px;
    margin-left: 20px; 
}
#product-title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: black;
    margin-left: 20px;
    display: block;
    max-width: 580px;
    width: 90%;
}
#prices-div {
    display: flex;
    flex-direction: row;
    align-items: end;
    width: 400px;
    height: 90px;
}
#product-price {
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 12px;
    margin-left: 20px;
	font-size: 40px;
	color: rgb(0, 113, 197);
}
#product-old-price {
    font-family: Arial;
    font-size: 25px;
    margin-bottom: 20px;
    margin-left: 18px;
    color: #939393;
    text-decoration: line-through;
}
#product-no-tax-price {
    display:flex;
    flex-direction: column;
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 20px;
    color: #939393;
}
#product-countdown {
    display: none;
    flex-direction: column;
    min-width: 165px;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-left: 150px;
    margin-bottom: 12px;
    background-color: rgba(11, 166, 166, .7);
    border-radius: 5%;
    font-size: 15px;
    padding-top: 1.5px;
}
#countdown-timestamp {
    font-size: 22px;
}

#product-stock {
    font-family: Arial;
    margin-top: 15px;
    margin-left: 20px;
    font-size: 20px;
    color: #8f8f8f;
}
#product-sku {
    display:flex;
    font-family: Arial;
    font-size: 14px;
    margin-top: 12px;
    margin-left: 20px;
    color: #939393;
}
#description-div {
    display: flex;
    flex-direction: column;
    width: 60%; 
    height: 100%;
    margin-left: 10px;
}

#specs-div {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 100%;
    margin-left: 40px;
    padding: 15px 8px 5px 8px;
}
#specs-title {
    font-family: Arial;
    font-size: 25px;
    color: rgb(0,113,197);
}
#specs-table{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    font-size: 18px;
    border: 1px solid rgba(255,225,225,.25);
    border-radius: 4px;
    margin-top: 17px;
    width: 100%;
    line-height:1.35em;
    background: linear-gradient(rgba(0, 113, 197, 0.60), rgba(0, 143, 182, 0.45));
}
#specs-table td{
    border: 1px solid rgba(255,175,175,.25);
    height: 42px;
    padding: 3px 10px 3px 8px;
}
#description-title {
    font-family: Arial;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 0px;
    font-size: 25px;
    color: #8f8f8f;
    font-weight: normal;
}
.description-info {
    font-family: Arial;
    margin: 5px 40px 0px 15px;
    font-size: 18px;
    color: #8f8f8f;
}


/* #region Seller Classes */
#seller-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    height: 100%;
    align-items: left;
    margin-top: 45px;
}
#seller-container {
    display: flex;
    flex-direction: column;
    background-color: rgba(0,113,197,.2);
    max-width: 325px;
    width: 100%;
    height: 110px;
    border: 2px solid rgba(75, 75, 75, 0.2);
    border-radius: 2%;
    margin-right: 5px;
}
.seller-info {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    min-height: 130px;
}
.seller-main-info {
    display: flex;
    flex-direction: row;
    min-width: 100%;
    min-height: 100px;
}
#seller-picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    min-height: 100%;
    margin-top: 7px;
}
#seller-picture img {
    height: 75px;
    aspect-ratio: 1/1;
    border: 3px solid rgb(0,113,197);
    border-radius: 20%;
}
#seller-picture .premium-check {
	height: 15px;
	width: 50px;
	background-color:rgb(0,113,197);
	color: white;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 10px;
	margin: -7px 0px 0px 0px;
	padding: 1px 1px 0px 1px;
	text-align: center;
}
.seller-user-attributes {
    display: flex;
    flex-direction: column;
    min-width: 217px;
    min-height: 100%;
    margin-left: 5px;
}
.seller-user-attributes .seller-nickName {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: 400;
	color: rgb(42, 129, 196);
	margin-top: 10px;
	cursor: pointer;
    width: 90%;
}
.seller-user-attributes .seller-nickName:hover {
    color:white
}
.seller-user-attributes .seller-username {
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:cornflowerblue;
	cursor: pointer;
    margin-top: 6px;
}
.seller-user-attributes .seller-userdata-star {
	display: none;
	flex-direction: row;
	width: 100%;
	height: 18px;
	margin-top: 3px;
}
.seller-description {
    display: flex;
    justify-content: center;
    margin-left: 35px;
    margin-top: -25px;
    flex-direction: row;
    min-width: 100%;
    min-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #939393;
}
.seller-showcase {
    display: none;
    flex-direction: row;
    min-width: 100%;
    min-height: 108px;
    cursor: pointer;
}
.seller-showcase img {
    display: none;
    width: 85px; 
    height: 85px;
    margin: 10px 10px 10px 10px;
}
.seller-more-products {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #939393;
    margin: 2px 0px 0px 28px;
    cursor: pointer;
}

.send-offer {
    display: none;
    width: 160px;
    height: 30px;
    font-size: 20px;
    align-items: center;
    background: linear-gradient(0.25turn, #890101, #790101, #890101);
    border: 2px solid #400101;
    color: #D9C9C9;
    margin: 50px 0px 0px 78px;
    box-shadow: 0 1.2px #7d5858;
    border-radius: 1px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.send-offer:hover {
    background: #A90101;
    color: white;
}
.send-offer:active {
    transform: translateY(1.2px);
    box-shadow: 0 0px #7d5858;
}

#wa-button {
    margin-top: 20px;
    margin-left: clamp(-60px, 100px - 100vw / 12, -20px);
}
/* #endregion Seller Classes */

@media screen and (max-width: 1599px) {
    #page-container {
        width: 85%;
    }
    #product-traits {
        max-width: 600px;
        width: 38%;
    }
    #product-traits hr {
        width: 400px;
    }
    #product-title {
        font-size: 29px;
        max-width: 550px;
        width: 90%;
    }
    #seller-div {
        width : 30%;
    }
    #seller-container {
        width: 100%;
    }
    #product-countdown {
        margin-left: 80px;
    }
}

@media screen and (max-width: 1299px) {
    #product-main-info {
        height: 420px;
    }
    #product-image {
        width: 353px;
        height: 353px;
        margin-top: 45px;
        margin-left: 45px;
    }
    #product-traits {
        margin-left: 10px;
        max-width: 480px;
    }
    #product-traits hr {
        display: none;
    }
    #product-title {
        font-size: 23px;
        max-width: 460px;
    }
    #product-price {
        margin-bottom: 15px;
        font-size: 30px;
    }
    #product-old-price {
        margin-bottom: 19px;
        font-size: 22px;
    }
    #product-stock {
        font-size: 15px; 
    }
    #product-countdown {
        min-width: 125px;
        margin-left: 5px;
        font-size: 12px;
        height: 37px;
        margin-left: 25px;
        margin-bottom: 13px;
    }
    #countdown-timestamp {
        font-size: 18px
    }
    #seller-div {
        margin-left: -5px;
    }
    #seller-container {
        margin-right: 35px;
        width: 90%;
        min-width: 290px;
    }
    #seller-picture {
        width: 25%;
    }
    #seller-picture img {
        height: 55px;
    }
    .seller-user-attributes .seller-nickName {
        font-size: 15px;
    }
    .seller-description {
        margin-left: 10px;
    }
    .description-info {
        font-size: 16px;
    }
    #specs-table{
        font-size: 16px;
    }
}

/*Phone Mode*/
@media screen and (max-width: 1000px) {
    #page-container {
        width: 100%;
        height: auto;
        border-radius: 0px;
        min-height: 650px;
        margin: 0px;
    }
    #product-main-info {
        flex-direction: column;
        height: auto;
        align-items: center;
        margin-top: 30px;
    }
    #product-extra-info {
        display: flex;
        flex-direction: column;
    }
    #product-image {
        order: 2;
        width: 80%;
        height: auto;
        margin: 30px 0px 0px 0px;
        max-width: 500px;
        max-height: 500px;
    }
    #product-traits {
        order: 1;
        margin: 0px;
        width: 80%;
        height: auto;
    }
    #product-title {
        font-size: calc(19px + 1.9vw);
        width: 100%;
        margin: 0px;
    }
    #prices-div {
        margin-top: calc(-30px + 6vw);
    }
    #product-price {
        font-size: calc(20px + 2.5vw);
        margin-left: 5px;
    }
    #product-old-price {
        font-size: calc(10px + 2.5vw);
    }
    #product-stock {
        margin-top: 5px;
        margin-left: 5px;
        font-size: calc(10px + 1.5vw);
    }
    #description-div {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 15px;
    }
    #description-title {
        font-size: calc(18px + 0.9vw);
        margin: 10px 0px 0px 0px;
    }
    .description-info {
        width: 95%;
        margin: 10px 0px 0px 0px;
        font-size: calc(11px + 0.9vw);
    }
    #specs-div {
        width: 95%;
        margin-left: 10px;
    }
    #specs-title {
        font-size: calc(18px + 0.9vw);
    }
    #specs-table {
        font-size: calc(11px + 0.9vw);
        width: 100%;
    }
    
    #specs-table td{
        border: 0.7px solid rgba(255,175,175,.25);
        height: calc(28px + 3vw);
        padding: 2px 12px 2px 12px;
    }
    #product-extra-info {
        margin-top: 15px;
    }
    #seller-div {
        order: 3;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        align-items: center;
        margin: 40px 0px 0px 0px;
    }
    #seller-container {
        min-width: 300px;
        width: 92%;
        height: 110px;
        margin: 0px;
    }
    #seller-picture {
        width : 30%;
    }
    #seller-picture img {
        height: 75px;
        aspect-ratio: 1/1;
    }
    .seller-user-attributes .seller-nickName {
        font-size: 18px;
    }
    .seller-description {
        margin-left: 35px;
    }
    #wa-button {
        margin-top: 15px;
        margin-left: 0;
    }
    #product-extra-info {
        display: inline-flex;
        min-height: 68%;
        padding: 0px 30px 30px 30px;
    }
}