/* Product description, specifications, warranty, and returns */
.product-page .product-information {
    margin-top: 38px;
    margin-bottom: 54px;
}

.product-page .product-details-card {
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid #e8eaf0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(33, 14, 67, 0.06);
}

.product-page .product-details-card__header {
    display: flex;
    align-items: center;
    padding: 22px 28px;
    border-bottom: 1px solid #eceef3;
    background: linear-gradient(105deg, #faf8ff 0%, #fff 72%);
}

.product-page .product-details-card__icon {
    display: inline-flex;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 15px;
    border-radius: 13px;
    background: linear-gradient(135deg, #22064c 0%, #55306f 100%);
    box-shadow: 0 8px 18px rgba(34, 6, 76, 0.18);
    color: #fff;
    font-size: 18px;
}

.product-page .product-details-card__eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #79698b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.35px;
    line-height: 1.2;
    text-transform: uppercase;
}

.product-page .product-details-card__title {
    margin: 0;
    color: #1f1235;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 1.25;
}

.product-page .product-details-card__body {
    padding: 28px;
    color: #4c4755;
    font-size: 15px;
    line-height: 1.75;
}

.product-page .product-description-copy > :last-child,
.product-page .product-description-copy > div > :last-child {
    margin-bottom: 0;
}

.product-page .product-description-copy img {
    max-width: 100%;
    height: auto;
}

.product-page .product-details-card__body.product-description-copy h2,
.product-page .product-details-card__body.product-description-copy h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.product-page .specification-table-wrap {
    overflow-x: auto;
    border: 1px solid #e7e9ef;
    border-radius: 13px;
    -webkit-overflow-scrolling: touch;
}
.technical-specifications__content h3 {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    font-size: 1.5em !important;
}
.product-page .product-specification-table,
.product-page .technical-specifications table {
    width: 100% !important;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background: #fff;
    color: #312a3a;
    font-size: 14px;
}

.product-page .product-specification-table {
    min-width: 560px;
}

.product-page .product-specification-table th,
.product-page .product-specification-table td,
.product-page .technical-specifications table th,
.product-page .technical-specifications table td {
    height: auto !important;
    padding: 15px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #eceef2 !important;
    text-align: left !important;
    vertical-align: top;
}

.product-page .product-specification-table tr:last-child th,
.product-page .product-specification-table tr:last-child td,
.product-page .technical-specifications table tr:last-child th,
.product-page .technical-specifications table tr:last-child td {
    border-bottom: 0 !important;
}

.product-page .product-specification-table th,
.product-page .technical-specifications table th {
    width: 34%;
    background: #f7f6fa;
    color: #30223e !important;
    font-weight: 600 !important;
}

.product-page .product-specification-table td,
.product-page .technical-specifications table td {
    color: #554d5d;
    font-weight: 400;
}

.product-page .product-specification-table tbody tr:hover th,
.product-page .product-specification-table tbody tr:hover td,
.product-page .technical-specifications table tbody tr:hover th,
.product-page .technical-specifications table tbody tr:hover td {
    background-color: #fbfaff;
}

.product-page .technical-specifications {
    margin-top: 24px;
}

.product-page .technical-specifications__title {
    margin: 0 0 12px;
    color: #30223e;
    font-size: 16px;
    font-weight: 600;
}

.product-page .technical-specifications__content {
    overflow-x: auto;
    padding: 18px;
    border: 1px solid #e7e9ef;
    border-radius: 13px;
    -webkit-overflow-scrolling: touch;
}

.product-page .technical-specifications table {
    min-width: 560px;
}

.product-page .technical-specifications table td:first-child {
    width: 34% !important;
    background: #f7f6fa;
    color: #30223e;
    font-weight: 600;
}

.product-page .technical-specifications__content > h3:first-child {
    display: none;
}

.product-page .technical-specifications__content h1,
.product-page .technical-specifications__content h2,
.product-page .technical-specifications__content h3,
.product-page .technical-specifications__content h4 {
    color: #30223e;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.product-page .technical-specifications__content img {
    max-width: 100%;
    height: auto;
}

.product-page .policy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.product-page .policy-card {
    display: flex;
    min-height: 170px;
    padding: 22px;
    border: 1px solid #e7e3ec;
    border-radius: 15px;
    background: #fbfaff;
}

.product-page .policy-card__icon {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 14px;
    border-radius: 50%;
    background: #ebe4f2;
    color: #35104f;
    font-size: 16px;
}

.product-page .policy-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-page .policy-card__title {
    margin: 0 0 8px;
    color: #251432;
    font-size: 17px;
    font-weight: 600;
}

.product-page .policy-card__text {
    margin: 0 0 16px;
    color: #655d6c;
    font-size: 14px;
    line-height: 1.55;
}

.product-page .policy-card__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    color: #35104f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.product-page .policy-card__link:hover,
.product-page .policy-card__link:focus {
    color: #2e9f95;
    text-decoration: none;
}

.product-page .policy-card__link i {
    margin-left: 8px;
    font-size: 11px;
}

@media (max-width: 575.98px) {
    .product-page .product-information {
        margin-top: 28px;
        margin-bottom: 38px;
        padding:0;
    }

    .product-page .product-details-card {
        margin-bottom: 18px;
        border-radius: 14px;
    }

    .product-page .product-details-card__header,
    .product-page .product-details-card__body {
        padding: 20px;
    }

    .product-page .product-details-card__title {
        font-size: 20px;
    }

    .product-page .policy-grid {
        grid-template-columns: 1fr;
    }

    .product-page .policy-card {
        min-height: 0;
    }
}

