|
9 | 9 | transition: all .3s ease-in; |
10 | 10 | scroll-behavior: smooth; |
11 | 11 | } |
12 | | -p,a,span{ |
| 12 | +p,a,span, label{ |
13 | 13 | font: 500 16px/28px "Roboto", Helvetica, Arial, sans-serif; |
14 | 14 | } |
15 | 15 | h1,h2,h3,h4,h5,h6, blockquote, figcaption { |
@@ -391,35 +391,125 @@ footer figcaption{ |
391 | 391 | } |
392 | 392 |
|
393 | 393 | /* PAGINA PRODUTO */ |
| 394 | +main.product{ |
| 395 | + padding-bottom: 114px; |
| 396 | +} |
394 | 397 | main.product article.container{ |
395 | 398 | display: flex; |
396 | 399 | margin-top: 130px; |
397 | 400 | } |
398 | 401 | main.product figure, .add-to-cart{ |
399 | | - width: 50%; |
| 402 | + width: 49%; |
| 403 | +} |
| 404 | +main.product figure{ |
| 405 | + margin-right: 2%; |
| 406 | +} |
| 407 | + |
| 408 | +main.product figure img{ |
| 409 | + width: 100%; |
| 410 | +} |
| 411 | +main.product figure img:hover{ |
| 412 | + filter: saturate(200%) contrast(110%);; |
| 413 | +} |
| 414 | +.add-to-cart h2, .add-to-cart h3{ |
| 415 | + font-size: 26px; |
| 416 | + line-height: 57.6px; |
| 417 | + letter-spacing: -.9px; |
| 418 | +} |
| 419 | +.add-to-cart h3{ |
| 420 | + color: var(--green); |
| 421 | +} |
| 422 | +.add-to-cart h4{ |
| 423 | + font: 400 18px/25.6px "Roboto", Helvetica, Arial, sans-serif; |
| 424 | + letter-spacing: -.9px; |
| 425 | + text-align: center; |
400 | 426 | } |
401 | 427 | .add-to-cart input{ |
402 | 428 | width: 16px; |
403 | 429 | height: 16px; |
404 | 430 | margin-right: 20px; |
405 | 431 | } |
| 432 | +main.product figcaption, main.product figure h3{ |
| 433 | + font-size: 20px; |
| 434 | + line-height: 25.6px; |
| 435 | + letter-spacing: -.9px; |
| 436 | + text-align: center; |
| 437 | + margin-top: 22px; |
| 438 | +} |
| 439 | +main.product figure h3{ |
| 440 | + color: var(--green); |
| 441 | +} |
406 | 442 | .left-column{ |
407 | 443 | width: 190px; |
408 | 444 | float: left; |
409 | 445 | } |
| 446 | +.left-column .quantity{ |
| 447 | + width: 75px; |
| 448 | +} |
| 449 | +.left-column .counter{ |
| 450 | + display: flex; |
| 451 | + justify-content: space-evenly; |
| 452 | + height: 30px; |
| 453 | + border: 1px solid var(--green); |
| 454 | +} |
410 | 455 | .right-column{ |
411 | 456 | width: 350px; |
412 | 457 | float: left; |
413 | 458 | } |
414 | 459 | .right-column div{ |
| 460 | + margin-top: 15px; |
415 | 461 | display: flex; |
416 | 462 | align-items: center; |
417 | 463 | flex-wrap: wrap; |
| 464 | + border: 1px solid var(--green); |
| 465 | + border-radius: 4px; |
| 466 | + padding: 20px 10px 20px 20px ; |
| 467 | +} |
| 468 | +.right-column div p, .right-column div p a{ |
| 469 | + font: 400 14px/15.6px "Helvetica", Arial, sans-serif; |
| 470 | + color: #818181; |
| 471 | + margin-top: 10px; |
| 472 | +} |
| 473 | +.right-column div p a{ |
| 474 | + color: var(--green); |
| 475 | +} |
| 476 | +.right-column label{ |
| 477 | + font-weight: 400; |
| 478 | + line-height: 15.6px; |
| 479 | + letter-spacing: -.9px; |
| 480 | + width: 60%; |
| 481 | +} |
| 482 | +.right-column select{ |
| 483 | + width: 25%; |
| 484 | + float: right; |
| 485 | + border: 1px solid var(--black); |
418 | 486 | } |
419 | 487 | .add-to-cart button{ |
420 | 488 | width: 350px; |
| 489 | + margin-top: 67px; |
421 | 490 | margin-left: 190px; |
| 491 | + font-size: 20px; |
| 492 | + line-height: 23px; |
| 493 | +} |
| 494 | +.add-to-cart button span{ |
| 495 | + font-size: 20px; |
| 496 | + line-height: 23px; |
| 497 | +} |
| 498 | +.add-to-cart .product-description{ |
| 499 | + padding: 20px; |
| 500 | + border: 1px solid #e6e6e6; |
| 501 | + border-radius: 7px; |
| 502 | + margin-top: 40px; |
| 503 | + |
| 504 | +} |
| 505 | +.add-to-cart .product-description p{ |
| 506 | + font-weight: 400; |
| 507 | + color: #818181; |
422 | 508 | } |
| 509 | +.add-to-cart .product-description span{ |
| 510 | + color: #1D252C; |
| 511 | +} |
| 512 | + |
423 | 513 |
|
424 | 514 |
|
425 | 515 |
|
|
0 commit comments