@@ -29,6 +29,9 @@ h1,h2,h3,h4,h5,h6, blockquote, figcaption {
2929 line-height : 1.17em ;
3030 padding : 8px 0 ;
3131}
32+ .mobile_only {
33+ display : none;
34+ }
3235.clear {
3336 clear : both;
3437}
@@ -399,10 +402,10 @@ main.product article.container{
399402 margin-top : 130px ;
400403}
401404main .product figure , .add-to-cart {
402- width : 49 % ;
405+ width : 48.75 % ;
403406}
404407main .product figure {
405- margin-right : 2% ;
408+ margin-right : 2.5 % ;
406409}
407410
408411main .product figure img {
@@ -411,7 +414,7 @@ main.product figure img{
411414main .product figure img : hover {
412415 filter : saturate (200% ) contrast (110% );;
413416}
414- .add-to-cart h2 , .add-to-cart h3 {
417+ .add-to-cart h2 , .add-to-cart h3 , h2 . mobile_only {
415418 font-size : 26px ;
416419 line-height : 57.6px ;
417420 letter-spacing : -.9px ;
@@ -452,6 +455,17 @@ main.product figure h3{
452455 height : 30px ;
453456 border : 1px solid var (--green );
454457}
458+ .left-column .counter p : first-child , .left-column .counter p : last-child {
459+ color : var (--green );
460+ cursor : pointer;
461+ }
462+ p .alert-negative , p .alert-out {
463+ display : none;
464+ font-size : 12px ;
465+ color : # d00 ;
466+ line-height : 14px ;
467+ margin-top : 5px ;
468+ }
455469.right-column {
456470 width : 350px ;
457471 float : left;
@@ -461,9 +475,12 @@ main.product figure h3{
461475 display : flex;
462476 align-items : center;
463477 flex-wrap : wrap;
464- border : 1px solid var (--green );
465478 border-radius : 4px ;
466479 padding : 20px 10px 20px 20px ;
480+ border : 1px solid rgb (161 , 161 , 161 , 0 );
481+ }
482+ .right-column div .active {
483+ border : 1px solid rgb (161 , 161 , 161 );
467484}
468485.right-column div p , .right-column div p a {
469486 font : 400 14 px/15.6px "Helvetica" , Arial, sans-serif;
@@ -520,6 +537,9 @@ main.product figure h3{
520537
521538
522539@media screen and (max-width : 376px ){
540+ .mobile_only {
541+ display : block;
542+ }
523543 /* HEADER SECTION */
524544 .container {
525545 margin : 0 15px ;
@@ -738,4 +758,33 @@ main.product figure h3{
738758 flex-wrap : wrap;
739759 justify-content : center;
740760 }
761+
762+
763+ /* PÁGINA PRODUTO*/
764+ .add-to-cart h2 {
765+ display : none;
766+ }
767+ main .product article .container {
768+ flex-flow : column;
769+ }
770+ main .product figure , .add-to-cart {
771+ width : 100% ;
772+ }
773+ main .product figcaption , main .product figure h3 {
774+ display : none;
775+ }
776+ .left-column {
777+ width : 100% ;
778+ display : flex;
779+ }
780+ .left-column h3 {
781+ width : 50% ;
782+ }
783+ .add-to-cart button {
784+ width : 100% ;
785+ margin-top : 67px ;
786+ margin-left : unset;
787+ font-size : 20px ;
788+ line-height : 23px ;
789+ }
741790}
0 commit comments