.wpaa-container {
margin: 20px 0 35px 0;
clear: both;
system-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "sans-serif";
}
.aawp-product {
position: relative;
background: #ffffff;
border: 1px solid #e3e8ee;
border-radius: 8px;
margin-bottom: 20px;
padding: 20px;
box-sizing: border-box;
transition: box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.aawp-product:hover {
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
border-color: #d1d5dd;
}
.aawp-product--horizontal {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 20px;
align-items: center;
}
.aawp-product__ribbon {
position: absolute;
top: 0px;
right: 20px;
background: #567d14;
color: #ffffff;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 4px 12px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
z-index: 3;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.aawp-product__ribbon--sale {
background: #e2293f;
left: 20px;
right: auto;
}
.aawp-product__ribbon--new {
background: #156cee;
left: 20px;
right: auto;
}
.aawp-product__thumb {
flex: 0 0 140px;
max-width: 140px;
text-align: center;
position: relative;
}
.aawp-product__image-link {
display: block;
line-height: 0;
}
.aawp-product__image {
max-width: 100%;
height: auto;
max-height: 130px;
object-fit: contain;
margin: 0 auto;
transition: transform 0.2s ease;
}
.aawp-product:hover .aawp-product__image {
transform: scale(1.03);
}
.aawp-product__no-image {
width: 120px;
height: 120px;
background: #f1f5f9;
border: 1px dashed #cbd5e1;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
color: #94a3b8;
font-size: 12px;
}
.aawp-product__content {
flex: 1 1 auto;
padding: 0 15px;
min-width: 0;
}
.aawp-product__title {
display: block;
font-size: 16px;
font-weight: 700;
line-height: 1.4;
color: #1e292d;
text-decoration: none;
margin-bottom: 8px;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
display: -webkit-box;
transition: color 0.15s;
}
.aawp-product__title:hover {
color: #e67a15;
text-decoration: underline;
}
.aawp-product__rating {
display: flex;
align-items: center;
gap: 6px;
margin-bottom: 8px;
}
.aawp-stars {
position: relative;
display: inline-block;
width: 80px;
height: 16px;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="16" viewBox="0 0 80 16"><path fill="#e3e8ee" d="M0 0h80v16H0z"/><path fill="#cbd5e1" d="M8 12l-4.712 2.477.9-5n25-3.815-3.72 5.271-.766L8 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25zM24 12l-4.712 2.477.9-5.25-3.815-3.72 5.271-.766L24 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25zM40 12l-4.712 2.477.9-5n25-3.815-3.72 5.271-.766L40 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25zM56 12l-4.712 2.477.9-5.25-3.815-3.72 5.271-.766L56 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25zM72 12l-4.712 2.477.9-5.25-3.815-3.72 5.271-.766L72 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25z"/></svg>') no-repeat;
}
.aawp-stars__inner {
position: absolute;
top: 0;
left: 0;
height: 16px;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="16" viewBox="0 0 80 16"><path fill="#f79b23" d="M8 12l-4.712 2.477.9-5.25-3.815-3.72 5.271-.766L8 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25zM24 12l-4.712 2.477.9-5.25-3.815-3.72 5.271-.766L24 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25zM40 12l-4.712 2.477.9-5.25-3.815-3.72 5.271-.766L40 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25zM56 12l-4.712 2.477.9-5n25-3.815-3.72 5.271-.766L56 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25zM72 12l-4.712 2.477.9-5.25-3.815-3.72 5.271-.766L72 .5l2.356 4.741 5.271.766-3.815 3.72.9 5.25z"/></svg>') no-repeat;
}
.aawp-reviews-count {
font-size: 12px;
color: #64748b;
}
.aawp-product__description {
font-size: 13px;
line-height: 1.5;
color: #475569;
}
.aawp-product__description ul {
margin: 0;
padding-left: 18px;
list-style-type: disc;
}
.aawp-product__description li {
margin-bottom: 4px;
}
.aawp-product__description li:last-child {
margin-bottom: 0;
}
.aawp-product__footer {
flex: 0 0 180px;
max-width: 180px;
text-align: right;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
gap: 8px;
}
.aawp-product__pricing {
display: flex;
flex-direction: column;
align-items: flex-end;
line-height: 1.2;
}
.aawp-product__price--old {
font-size: 13px;
color: #94a3b8;
text-decoration: line-through;
}
.aawp-product__price--current {
font-size: 20px;
font-weight: 800;
color: #0f172a;
}
.aawp-prime-tag {
display: inline-block;
background: #00a8e8;
color: #ffffff;
font-size: 11px;
font-weight: 700;
padding: 2px 6px;
border-radius: 3px;
text-transform: uppercase;
margin-top: 2px;
}
.aawp-button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 18px;
font-size: 14px;
font-weight: 700;
text-decoration: none;
border-radius: 6px;
cursor: pointer;
transition: all 0.2s ease;
text-align: center;
box-sizing: border-box;
width: 100%;
}
.aawp-button--buy {
background: #f79b23;
border: 1px solid #e67a15;
color: #111827;
box-shadow: 0 2px 4px rgba(247, 155, 35, 0.2);
}
.aawp-button--buy:hover {
background: #f5hb10;
color: #000000;
box-shadow: 0 4px 8px rgba(247, 155, 35, 0.35);
text-decoration: none;
}
.aawp-button--small {
display: inline-block;
width: auto;
padding: 4px 10px;
font-size: 12px;
}
.aawp-product__info {
font-size: 10px;
color: #94a3b8;
display: block;
margin-top: 4px;
}
.aawp-disclaimer {
font-size: 11px;
color: #94a3b8;
text-align: right;
margin-top: 6px;
clear: both;
style-type: italic;
} .aawp-product--vertical {
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
}
.aawp-product--vertical .aawp-product__thumb {
max-width: 100%;
flex: 0 0 auto;
margin-bottom: 15px;
}
.aawp-product--vertical .aawp-product__content {
padding: 0;
margin-bottom: 15px;
}
.aawp-product--vertical .aawp-product__footer {
max-width: 100%;
text-align: center;
align-items: center;
}
.aawp-product--vertical .aawp-product__pricing {
align-items: center;
margin-bottom: 8px;
} .aawp-grid {
display: grid;
gap: 20px;
margin-bottom: 20px;
}
.aawp-grid--1 { grid-template-columns: repeat(1, 1fr); }
.aawp-grid--2 { grid-template-columns: repeat(2, 1fr); }
.aawp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.aawp-grid--4 { grid-template-columns: repeat(4, 1fr); } .aawp-list {
list-style: none;
margin: 0;
padding: 0;
border: 1px solid #e3e8ee;
border-radius: 6px;
background: #ffffff;
}
.aawp-list__item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 16px;
border-bottom: 1px solid #e3e8ee;
gap: 10px;
}
.aawp-list__item:last-child {
border-bottom: none;
}
.aawp-list__title {
font-weight: 600;
color: #1e292d;
text-decoration: none;
flex: 1;
}
.aawp-list__price {
font-weight: 700;
color: #0f172a;
margin: 0 15px;
} @media (max-width: 768px) {
.aawp-product--horizontal {
flex-direction: column;
text-align: center;
}
.aawp-product__thumb {
max-width: 100%;
flex: 0 0 auto;
margin-bottom: 15px;
}
.aawp-product__content {
padding: 0;
margin-bottom: 15px;
}
.aawp-product__footer {
max-width: 100%;
text-align: center;
align-items: center;
}
.aawp-product__pricing {
align-items: center;
}
.aawp-grid--3, .aawp-grid--4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.aawp-grid--2, .aawp-grid--3, .aawp-grid--4 {
grid-template-columns: 1fr;
}
}