1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .productoverviewmain{
- background-image: url("../../assets/imgs/productoverview/productbg.png");
- background-color: #C9DBB5;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
-
- position: relative;
- }
-
- .photo_dual {
- width: 40rem;
- }
-
- .price_footer {
- background: rgba( 255, 255, 255, 0.25 );
- /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
- backdrop-filter: blur( 4px );
- -webkit-backdrop-filter: blur( 4px );
-
- border: 1px solid rgba( 255, 255, 255, 0.18 );
- border: 2px solid;
-
- position: absolute;
- bottom: 0;
- left: 0;
- }
-
- .boxImgContainer {
- width: 4rem;
- }
-
- .priceCut_multi {
- font-size: 0.7rem;
- }
-
- .productOverview .overviewProductHeading {
- font-size: 2.1rem;
- }
-
- .productOverview .overviewProductFullTitle {
- padding: 2rem 13rem;
- font-size: 3rem;
- }
-
- .productOverview .overviewProductDes {
- padding: 0 2rem;
- font-size: 1.5rem;
- }
-
- .PO_galleryContainer .PO_gallery_display {
- min-height: 500px;
- width: 100%;
- background: white;
- background: linear-gradient(180deg, white 7%, #ff8e9e4d 52%, #eb869478 100%);
- position: relative;
- }
- .PO_galleryContainer .PO_gallery_display .PO_gallery_display_img {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
-
- .PO_galleryContainer .PO_gallery_box_inner {
- padding: 2rem;
- background-color: #eeeeee;
- }
|