.awp2-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity .7s ease,
        transform .7s ease;
}

.awp2-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.awp2-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #9d7835;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
}

.awp2-kicker-light {
    color: #e0ba74;
}

.awp2-section-title {
    margin: 0;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
}

.awp2-section-intro {
    max-width: 520px;
    margin: 18px 0 0;
    color: #777;
    font-size: 16px;
    line-height: 1.9;
}

.awp2-confidence {
    padding: 34px 0;
    border-top: 1px solid #ece7de;
    border-bottom: 1px solid #ece7de;
    background: #fbfaf7;
}

.awp2-confidence .row > div > div {
    min-height: 128px;
    padding: 22px 16px;
    text-align: center;
}

.awp2-confidence i {
    display: block;
    margin-bottom: 12px;
    color: #9d7835;
    font-size: 25px;
}

.awp2-confidence strong,
.awp2-confidence span {
    display: block;
}

.awp2-confidence strong {
    color: #111;
    font-size: 14px;
}

.awp2-confidence span {
    margin-top: 5px;
    color: #888;
    font-size: 12px;
}

.awp2-details {
    padding: 95px 0;
    background: #fff;
}

.awp2-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e5e0d7;
    border-radius: 0;
    background: transparent;
}

.awp2-accordion .accordion-button {
    padding: 24px 0;
    border-radius: 0 !important;
    background: transparent;
    color: #111;
    box-shadow: none;
    font-family: "Playfair Display", serif;
    font-size: 23px;
}

.awp2-accordion .accordion-button:not(.collapsed) {
    color: #9d7835;
}

.awp2-accordion .accordion-button::after {
    background-size: 16px;
}

.awp2-accordion .accordion-body {
    padding: 0 0 25px;
    color: #666;
    font-size: 16px;
    line-height: 1.95;
}

.awp2-craftsmanship {
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.awp2-craft-title {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(46px, 6vw, 78px);
    line-height: 1.02;
}

.awp2-craftsmanship p {
    max-width: 650px;
    margin: 24px 0 30px;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.9;
}

.awp2-light-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.awp2-light-link:hover {
    color: #e0ba74;
}

.awp2-reviews {
    padding: 100px 0;
    background: #f7f5f0;
}

.awp2-review-summary {
    margin-top: 28px;
    padding: 32px;
    background: #111;
    color: #fff;
}

.awp2-review-score {
    font-family: "Playfair Display", serif;
    font-size: 72px;
    line-height: 1;
}

.awp2-stars {
    display: inline-flex;
    gap: 5px;
    color: #d6aa57;
}

.awp2-stars i {
    font-size: 16px;
}

.awp2-review-summary p {
    margin: 12px 0 26px;
    color: rgba(255,255,255,.64);
}

.awp2-rating-row {
    display: grid;
    grid-template-columns: 48px 1fr 28px;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.awp2-rating-row span,
.awp2-rating-row small {
    color: rgba(255,255,255,.72);
    font-size: 12px;
}

.awp2-rating-track {
    height: 7px;
    overflow: hidden;
    background: rgba(255,255,255,.15);
}

.awp2-rating-fill {
    height: 100%;
    background: #d6aa57;
}

.awp2-review-form-card {
    padding: 32px;
    background: #fff;
    border: 1px solid #e7e2d8;
    box-shadow: 0 20px 55px rgba(0,0,0,.06);
}

.awp2-review-form-card h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 32px;
}

.awp2-review-form-card > p {
    margin: 8px 0 25px;
    color: #777;
}

.awp2-review-form-card label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.awp2-review-form-card .form-control {
    min-height: 50px;
    border-color: #d8d2c8;
    box-shadow: none;
}

.awp2-review-form-card textarea.form-control {
    min-height: 130px;
}

.awp2-review-form-card .form-control:focus {
    border-color: #111;
}

.awp2-star-picker {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 7px;
}

.awp2-star-picker input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.awp2-star-picker label {
    margin: 0;
    color: #d9d9d9;
    cursor: pointer;
    font-size: 27px;
}

.awp2-star-picker input:checked ~ label,
.awp2-star-picker label:hover,
.awp2-star-picker label:hover ~ label {
    color: #d6aa57;
}

.awp2-review-submit {
    min-height: 52px;
    padding: 0 26px;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    font-weight: 700;
}

.awp2-review-submit:hover {
    border-color: #9d7835;
    background: #9d7835;
}

.awp2-review-list {
    margin-top: 36px;
}

.awp2-review-card {
    padding: 27px 0;
    border-bottom: 1px solid #ded8ce;
}

.awp2-review-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.awp2-review-top strong,
.awp2-review-top span,
.awp2-review-top em {
    margin-right: 8px;
}

.awp2-review-top span,
.awp2-review-top small {
    color: #888;
    font-size: 12px;
}

.awp2-review-top em {
    padding: 4px 7px;
    background: #edf7ef;
    color: #287540;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.awp2-review-card h4 {
    margin: 12px 0 8px;
    font-family: "Playfair Display", serif;
    font-size: 23px;
}

.awp2-review-card > p {
    margin: 0;
    color: #666;
    line-height: 1.85;
}

.awp2-admin-reply {
    margin-top: 18px;
    padding: 17px 20px;
    background: #fff;
    border-left: 3px solid #9d7835;
}

.awp2-admin-reply p {
    margin: 6px 0 0;
    color: #666;
}

.awp2-empty-state {
    padding: 34px;
    border: 1px dashed #d2ccc1;
    background: #fff;
    color: #777;
    text-align: center;
}

.awp2-empty-state i {
    display: block;
    margin-bottom: 12px;
    color: #9d7835;
    font-size: 34px;
}

.awp2-products {
    padding: 95px 0;
    background: #fff;
}

.awp2-products-muted {
    background: #f7f5f0;
}

.awp2-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px;
}

.awp2-heading-row > a {
    color: #111;
    font-weight: 700;
    text-decoration: none;
}

.awp2-heading-row > a i {
    margin-left: 8px;
}

.awp2-product-card {
    height: 100%;
}

.awp2-product-image {
    position: relative;
    overflow: hidden;
    background: #f5f3ee;
}

.awp2-product-image img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    transition: transform .45s ease;
}

.awp2-product-card:hover img {
    transform: scale(1.045);
}

.awp2-card-heart {
    position: absolute;
    top: 15px;
    right: 15px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    background: rgba(255,255,255,.94);
    color: #111;
}

.awp2-product-copy {
    padding-top: 18px;
}

.awp2-product-copy h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 21px;
}

.awp2-product-copy h3 a {
    color: #111;
    text-decoration: none;
}

.awp2-product-copy span {
    display: block;
    margin-top: 8px;
    color: #9d7835;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .awp2-details,
    .awp2-reviews,
    .awp2-products {
        padding: 70px 0;
    }

    .awp2-craftsmanship {
        min-height: 520px;
        padding: 75px 0;
    }
}

@media (max-width: 575.98px) {
    .awp2-heading-row,
    .awp2-review-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .awp2-review-form-card,
    .awp2-review-summary {
        padding: 24px;
    }

    .awp2-product-image img {
        height: 300px;
    }
}
