.page-product-body{position:relative;width:100vw;height:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}@media screen and (max-width:768px){.page-product-body{flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:center}}.page-product-images-and-options-container{position:relative;margin:10px;width:40vw;height:48vw;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:768px){.page-product-images-and-options-container{width:90vw;max-height:70vh;height:auto;margin-bottom:5px}}.details-page-product-container{position:relative;width:50vw;height:48vw;background-image:linear-gradient(-45deg,var(--primary-color-tint-1),var(--primary-color-shade-1));margin:10px;-webkit-margin-start:0;margin-inline-start:0;display:flex;flex-direction:column;align-items:center;border-radius:10px;overflow:hidden}@media screen and (max-width:768px){.details-page-product-container{width:90vw;height:auto;max-height:90vh;margin:4px 0 0}}.page-product-title-detail-container{position:relative;width:100%;height:50px;background-image:linear-gradient(45deg,var(--secondary-color-tint-1),var(--secondary-color-shade-1));border-radius:10px 10px 0 0;overflow:hidden;white-space:pre-wrap;line-clamp:2;display:flex;justify-content:center;align-items:center}.page-product-title-detail-container p{font-size:1rem;font-weight:800;color:var(--secondary-color-text-1);text-overflow:ellipsis}.description-page-product-pc{position:relative;width:90%;overflow-x:hidden;margin-top:10px}.description-text-page-product{position:relative;font-size:.9rem;font-weight:700;color:var(--primary-color-text-1);text-indent:10px}.readMore-description-page-product-PC{position:absolute;bottom:0;height:auto;width:auto;max-width:100px;cursor:pointer;background-color:var(--primary-color)}.readMore-description-page-product-PC p{font-size:.9em;color:var(--third-color);text-shadow:4px 4px 20px var(--third-color-shade-5);transition:color .3s ease}.readMore-description-page-product-PC:hover p{color:var(--third-color-tint-4)}.readMore-description-expanded-page-product-PC{position:-webkit-sticky;position:sticky;bottom:-2px;height:auto;width:auto;max-width:100px;cursor:pointer;background-color:var(--primary-color)}.readMore-description-expanded-page-product-PC p{font-size:.9em;color:var(--third-color);text-shadow:4px 4px 20px var(--third-color-shade-5);transition:color .3s ease}.readMore-description-expanded-page-product-PC:hover p{color:var(--third-color-tint-4)}.description-page-product-mobile{position:relative;width:94%;overflow-x:hidden;margin-top:8px}.description-text-page-product-mobile{position:relative;font-size:.9rem;font-weight:700;color:var(--primary-color-text-1);text-indent:8px}.readMore-description-page-product-mobile{position:absolute;bottom:0;height:auto;width:auto;max-width:100px;cursor:pointer;background-color:var(--primary-color)}.readMore-description-page-product-mobile p{font-size:.9em;color:var(--third-color);text-shadow:4px 4px 20px var(--third-color-shade-5)}.readMore-description-expanded-page-product-mobile{position:-webkit-sticky;position:sticky;bottom:-2px;height:auto;width:auto;max-width:80px;cursor:pointer;background-color:var(--primary-color)}.readMore-description-expanded-page-product-mobile p{font-size:.9em;color:var(--third-color);text-shadow:4px 4px 20px var(--third-color-shade-5)}