| 1 |
.usk-edd-beauty-grid .usk-edd-beauty-grid-wrapper { |
| 2 |
display: grid; |
| 3 |
grid-template-columns: repeat(3, 1fr); |
| 4 |
grid-gap: 10px; |
| 5 |
} |
| 6 |
.usk-edd-beauty-grid .usk-edd-beauty-grid-item { |
| 7 |
transition: all 0.3s ease-in-out; |
| 8 |
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); |
| 9 |
background-color: #fff; |
| 10 |
} |
| 11 |
.usk-edd-beauty-grid .usk-edd-beauty-grid-item:hover { |
| 12 |
box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); |
| 13 |
} |
| 14 |
.usk-edd-beauty-grid .usk-edd-beauty-grid-item:hover .usk-edd-beauty-grid-image img { |
| 15 |
transform: translateY(-20PX); |
| 16 |
} |
| 17 |
.usk-edd-beauty-grid .usk-edd-beauty-grid-item:hover .usk-action-button { |
| 18 |
transform: translateY(0); |
| 19 |
opacity: 1; |
| 20 |
transition-delay: 0.2s; |
| 21 |
} |
| 22 |
.usk-edd-beauty-grid .usk-edd-beauty-grid-image-wrapper { |
| 23 |
width: 100%; |
| 24 |
height: 300px; |
| 25 |
position: relative; |
| 26 |
overflow: hidden; |
| 27 |
} |
| 28 |
.usk-edd-beauty-grid .usk-edd-beauty-grid-image { |
| 29 |
height: 100%; |
| 30 |
width: 100%; |
| 31 |
} |
| 32 |
.usk-edd-beauty-grid .usk-edd-beauty-grid-image img { |
| 33 |
width: 100%; |
| 34 |
height: 110%; |
| 35 |
object-fit: cover; |
| 36 |
transform: translateY(0); |
| 37 |
transition: all 0.5s ease; |
| 38 |
} |
| 39 |
.usk-edd-beauty-grid .usk-action-button { |
| 40 |
position: absolute; |
| 41 |
bottom: 0; |
| 42 |
left: 0; |
| 43 |
right: 0; |
| 44 |
display: inline-flex; |
| 45 |
align-items: center; |
| 46 |
margin: 0 20px; |
| 47 |
text-align: center; |
| 48 |
transform: translateY(30px); |
| 49 |
opacity: 0; |
| 50 |
transition: all 0.3s ease; |
| 51 |
} |
| 52 |
.usk-edd-beauty-grid .usk-action-button .edd_purchase_submit_wrapper { |
| 53 |
padding: 0; |
| 54 |
} |
| 55 |
.usk-edd-beauty-grid .usk-action-button a, |
| 56 |
.usk-edd-beauty-grid .usk-action-button .edd-add-to-cart { |
| 57 |
padding: 14px 0; |
| 58 |
font-size: 10px; |
| 59 |
text-transform: uppercase; |
| 60 |
font-weight: 500; |
| 61 |
text-decoration: none; |
| 62 |
width: 100%; |
| 63 |
transition: all 0.3s ease; |
| 64 |
display: inline-block; |
| 65 |
border: 0; |
| 66 |
border-radius: 0; |
| 67 |
line-height: 1; |
| 68 |
} |
| 69 |
.usk-edd-beauty-grid .usk-action-button .blue, |
| 70 |
.usk-edd-beauty-grid .usk-action-button .edd-add-to-cart { |
| 71 |
color: #fff; |
| 72 |
background-color: #d71400; |
| 73 |
} |
| 74 |
.usk-edd-beauty-grid .usk-action-button .blue:hover, |
| 75 |
.usk-edd-beauty-grid .usk-action-button .usk-details-button a:hover { |
| 76 |
color: #000; |
| 77 |
background-color: #fff; |
| 78 |
} |
| 79 |
.usk-edd-beauty-grid .usk-action-button input[type=submit] { |
| 80 |
display: none; |
| 81 |
} |
| 82 |
.usk-edd-beauty-grid .edd_download_purchase_form, |
| 83 |
.usk-edd-beauty-grid .usk-details-button { |
| 84 |
width: 100%; |
| 85 |
} |
| 86 |
.usk-edd-beauty-grid .usk-details-button a { |
| 87 |
color: #fff; |
| 88 |
background-color: #000; |
| 89 |
} |
| 90 |
.usk-edd-beauty-grid .usk-edd-content { |
| 91 |
text-align: center; |
| 92 |
padding: 25px 20px; |
| 93 |
} |
| 94 |
.usk-edd-beauty-grid .usk-edd-category { |
| 95 |
margin-bottom: 10px; |
| 96 |
display: inline-block; |
| 97 |
} |
| 98 |
.usk-edd-beauty-grid .usk-edd-category a { |
| 99 |
color: #666b82; |
| 100 |
font-size: 11px; |
| 101 |
text-transform: uppercase; |
| 102 |
text-decoration: none; |
| 103 |
transition: all 0.3s ease-in-out; |
| 104 |
} |
| 105 |
.usk-edd-beauty-grid .usk-edd-category a:hover { |
| 106 |
color: #d71400; |
| 107 |
} |
| 108 |
.usk-edd-beauty-grid .usk-edd-title { |
| 109 |
font-size: 16px; |
| 110 |
font-weight: 700; |
| 111 |
text-transform: uppercase; |
| 112 |
margin: 0 0 2px; |
| 113 |
} |
| 114 |
.usk-edd-beauty-grid .usk-edd-title a { |
| 115 |
color: rgba(40, 40, 57, 0.96); |
| 116 |
text-decoration: none; |
| 117 |
transition: all 0.3s ease-in-out; |
| 118 |
} |
| 119 |
.usk-edd-beauty-grid .usk-edd-title a:hover { |
| 120 |
color: #d71400; |
| 121 |
} |
| 122 |
.usk-edd-beauty-grid .usk-edd-price { |
| 123 |
font-size: 11px; |
| 124 |
font-weight: 600; |
| 125 |
display: inline-flex; |
| 126 |
align-content: center; |
| 127 |
justify-content: center; |
| 128 |
grid-column-gap: 10px; |
| 129 |
color: rgba(40, 40, 57, 0.96); |
| 130 |
text-transform: uppercase; |
| 131 |
} |
| 132 |
|
| 133 |
@media (min-width: 768px) { |
| 134 |
.usk-edd-beauty-grid { |
| 135 |
grid-template-columns: repeat(2, 1fr); |
| 136 |
} |
| 137 |
} |
| 138 |
@media (min-width: 1024px) { |
| 139 |
.usk-edd-beauty-grid { |
| 140 |
grid-template-columns: repeat(4, 1fr); |
| 141 |
} |
| 142 |
} |