/* ==========================================================
   Phase 53 - Product Page Conversion Engine
========================================================== */
.af-pdp-page{
    background:linear-gradient(180deg,#fbfdff 0,#fff 420px);
}
.af-pdp-breadcrumbs{margin:0 0 16px}
.af-pdp-shell{
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
    gap:26px;
    align-items:start;
}
.af-pdp-gallery-card,
.af-pdp-info-card,
.af-pdp-description-card,
.af-pdp-spec-card{
    min-width:0;
    border:1px solid var(--af-line);
    background:#fff;
    border-radius:28px;
    box-shadow:0 18px 48px rgba(15,23,42,.055);
}
.af-pdp-gallery-card{padding:24px;position:sticky;top:112px}
.af-pdp-main-image{
    height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    border-radius:22px;
    background:linear-gradient(180deg,#fff,#fbfdff);
    overflow:hidden;
}
.af-pdp-main-image img{width:100%;height:100%;object-fit:contain;transition:opacity .15s ease}
.af-pdp-thumbnails{display:flex;gap:10px;overflow-x:auto;padding-top:14px;scrollbar-width:thin}
.af-pdp-thumbnails button{flex:0 0 72px;width:72px;height:72px;padding:6px;border:1px solid var(--af-line);border-radius:14px;background:#fff;overflow:hidden}
.af-pdp-thumbnails button.active{border-color:var(--af-blue-dark);box-shadow:0 0 0 2px rgba(43,143,202,.12)}
.af-pdp-thumbnails img{width:100%;height:100%;object-fit:contain}
.af-pdp-info-card{padding:30px}
.af-pdp-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}
.af-pdp-badges{display:flex;gap:7px;flex-wrap:wrap}
.af-pdp-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.35px}
.af-pdp-badge.offer{background:#ecfdf5;color:#047857}.af-pdp-badge.new{background:#fff1eb;color:#c2410c}.af-pdp-badge.case{background:#eef8ff;color:#17648f}
.af-pdp-wishlist{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid var(--af-line);border-radius:15px;background:#fff;color:#64748b;font-size:19px}
.af-pdp-wishlist.active{background:#fee2e2;color:#dc2626;border-color:#fecaca}
.af-pdp-brand{margin-top:20px;color:var(--af-blue-dark);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}
.af-pdp-info-card h1{margin:7px 0 12px;color:#0f172a;font-size:clamp(28px,3.4vw,44px);line-height:1.05;font-weight:900;letter-spacing:-1px}
.af-pdp-pack{display:inline-flex;align-items:center;gap:7px;color:#64748b;font-size:12px}
.af-pdp-pack strong{color:#334155}
.af-pdp-offer{display:flex;align-items:flex-start;gap:10px;margin:18px 0 0;padding:13px 15px;border-radius:16px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:900}
.af-pdp-price{display:flex;align-items:baseline;gap:12px;margin:22px 0 4px}.af-pdp-price strong{color:var(--af-orange);font-size:34px;line-height:1;font-weight:900}.af-pdp-price span{color:#94a3b8;font-size:15px;text-decoration:line-through;font-weight:700}
.af-pdp-price-note{color:#64748b;font-size:11px;font-weight:700}
.af-pdp-price-hidden{display:flex;align-items:center;gap:12px;margin:20px 0;padding:16px;border-radius:18px;background:#eef8ff;border:1px solid #d8effc;color:#17648f}
.af-pdp-price-hidden>i{font-size:22px}.af-pdp-price-hidden strong,.af-pdp-price-hidden span{display:block}.af-pdp-price-hidden strong{font-size:14px;font-weight:900}.af-pdp-price-hidden span{margin-top:3px;font-size:11px;color:#4f7590}
.af-pdp-stock{display:flex;align-items:center;gap:10px;margin:20px 0;padding:13px 14px;border-radius:16px;background:#f0fdf4;color:#166534}.af-pdp-stock.low{background:#fff7ed;color:#9a3412}.af-pdp-stock.out{background:#fef2f2;color:#b91c1c}.af-pdp-stock i{font-size:18px}.af-pdp-stock strong,.af-pdp-stock span{display:block}.af-pdp-stock strong{font-size:13px;font-weight:900}.af-pdp-stock span{margin-top:2px;font-size:10px;opacity:.8}
.af-pdp-rule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:18px 0}.af-pdp-rule-grid>div{display:flex;align-items:center;gap:8px;min-width:0;padding:11px;border:1px solid var(--af-line);border-radius:14px;background:#fbfdff}.af-pdp-rule-grid i{color:var(--af-blue-dark);font-size:17px}.af-pdp-rule-grid span{min-width:0;color:#64748b;font-size:9px;text-transform:uppercase;font-weight:800}.af-pdp-rule-grid strong{display:block;margin-top:2px;color:#0f172a;font-size:13px;text-transform:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.af-pdp-purchase{margin-top:20px;padding-top:20px;border-top:1px solid var(--af-line)}
.af-pdp-qty-label{margin-bottom:8px;color:#475569;font-size:11px;font-weight:900}
.af-pdp-buy-row{display:grid;grid-template-columns:132px minmax(0,1fr);gap:10px}
.af-pdp-qty{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;min-height:48px;border:1px solid #dbe3ee;border-radius:15px;overflow:hidden;background:#fff}.af-pdp-qty button{border:0;background:#f8fafc;color:#334155;font-size:18px;font-weight:900}.af-pdp-qty input{min-width:0;width:100%;border:0;outline:0;text-align:center;color:#0f172a;font-weight:900;background:#fff}
.af-pdp-add{min-height:48px;font-size:14px;font-weight:900}
.af-pdp-login-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:20px}
.af-pdp-trust-row{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;padding-top:18px;border-top:1px solid var(--af-line);color:#64748b;font-size:10px;font-weight:800}.af-pdp-trust-row i{color:var(--af-blue-dark);margin-right:4px}
.af-pdp-detail-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);gap:24px;margin-top:26px}
.af-pdp-description-card,.af-pdp-spec-card{padding:28px}
.af-pdp-section-title span{color:var(--af-blue-dark);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}.af-pdp-section-title h2,.af-pdp-spec-card h2{margin:5px 0 18px;color:#0f172a;font-size:22px;font-weight:900}.af-pdp-description-text{color:#475569;font-size:13px;line-height:1.9}
.af-pdp-spec-card dl{margin:0}.af-pdp-spec-card dl>div{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #f1f5f9}.af-pdp-spec-card dl>div:last-child{border-bottom:0}.af-pdp-spec-card dt{color:#64748b;font-size:11px;font-weight:800}.af-pdp-spec-card dd{margin:0;color:#0f172a;font-size:12px;font-weight:900;text-align:right}
.af-pdp-related,.af-pdp-recent{margin-top:34px}
.af-pdp-mobile-sticky{display:none}
.af-action-toast{position:fixed;right:18px;bottom:24px;z-index:2147483000;max-width:min(360px,calc(100% - 36px));padding:12px 16px;border-radius:14px;background:#0f172a;color:#fff;font-size:12px;font-weight:800;box-shadow:0 18px 48px rgba(15,23,42,.22);opacity:0;transform:translateY(16px);pointer-events:none;transition:.2s ease}.af-action-toast.success{background:#166534}.af-action-toast.error{background:#991b1b}.af-action-toast.show{opacity:1;transform:translateY(0)}

@media(max-width:991px){
    .af-pdp-shell{grid-template-columns:1fr}
    .af-pdp-gallery-card{position:static}
    .af-pdp-main-image{height:430px}
    .af-pdp-detail-grid{grid-template-columns:1fr}
}

@media(max-width:767px){
    .af-catalog-page,
    .af-pdp-page{width:100% !important;max-width:100% !important;overflow-x:clip !important}
    .af-catalog-hero{padding:20px 18px;margin-bottom:12px;border-radius:22px;gap:14px}
    .af-catalog-hero h1{font-size:25px;letter-spacing:-.6px}
    .af-catalog-hero p{font-size:12px;line-height:1.55}
    .af-catalog-count{display:none}
    .af-category-hero-image{flex-basis:82px;width:82px;height:82px}
    .af-catalog-shell{display:block}
    .af-catalog-mobile-toolbar{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px}
    .af-catalog-mobile-toolbar .btn,.af-mobile-sort-form .form-select{min-height:var(--af-control-height,44px);border-radius:var(--af-radius-control,14px)}
    .af-mobile-sort-form{min-width:0}
    .af-mobile-sort-form .form-select{font-size:12px;font-weight:800}
    .af-filter-sort-desktop{display:none}
    .af-catalog-filters{
        position:fixed !important;
        top:0 !important;
        right:0 !important;
        left:auto !important;
        bottom:0 !important;
        width:min(88vw,360px) !important;
        max-width:min(88vw,360px) !important;
        height:100dvh !important;
        z-index:2147482800 !important;
        border-radius:24px 0 0 24px !important;
        padding:20px 18px 110px !important;
        overflow-y:auto !important;
        transform:translateX(110%) !important;
        transition:transform .25s ease !important;
        visibility:hidden !important;
        box-shadow:-24px 0 60px rgba(15,23,42,.22) !important;
        contain:layout paint !important;
    }
    .af-filter-drawer-head button{display:flex;align-items:center;justify-content:center}
    .af-filter-overlay{display:block;position:fixed;inset:0;z-index:2147482700;background:rgba(15,23,42,.5);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease}
    body.af-filter-open-state{overflow:hidden !important}
    body.af-filter-open-state .af-catalog-filters{transform:translateX(0) !important;visibility:visible !important}
    body.af-filter-open-state .af-filter-overlay{opacity:1;visibility:visible;pointer-events:auto}
    .af-active-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.af-active-filters::-webkit-scrollbar{display:none}.af-filter-chip{flex:0 0 auto}
    .af-results-bar{min-height:44px;margin-bottom:8px;padding:2px}.af-per-page-form{display:none}
    .af-catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:11px !important}
    .af-catalog-product-grid .af-product-image{height:138px !important}
    .af-catalog-product-grid .af-product-body{padding:10px !important}
    .af-catalog-product-grid .af-product-title{font-size:12px !important;min-height:31px !important}
    .af-catalog-product-grid .af-product-meta{display:flex;flex-wrap:wrap;gap:2px;font-size:9.5px !important}
    .af-catalog-product-grid .af-product-sku{font-size:9px}
    .af-catalog-product-grid .af-cart-row{gap:6px !important}
    .af-catalog-product-grid .af-add-btn{min-height:36px !important}
    .af-smart-empty{min-height:300px;padding:34px 16px;border-radius:22px}.af-smart-empty h1,.af-smart-empty h2{font-size:20px}.af-empty-search-form{grid-template-columns:1fr}.af-category-seo-panel{padding:20px;border-radius:20px}

    .af-pdp-page{padding-bottom:172px !important}
    .af-pdp-breadcrumbs{margin-bottom:10px;flex-wrap:nowrap;overflow:hidden;white-space:nowrap}.af-pdp-breadcrumbs>*{flex:0 0 auto}.af-pdp-breadcrumbs strong{overflow:hidden;text-overflow:ellipsis}
    .af-pdp-shell{gap:12px}
    .af-pdp-gallery-card,.af-pdp-info-card,.af-pdp-description-card,.af-pdp-spec-card{border-radius:22px;box-shadow:0 10px 30px rgba(15,23,42,.05)}
    .af-pdp-gallery-card{padding:12px}
    .af-pdp-main-image{height:330px;padding:12px;border-radius:18px}
    .af-pdp-thumbnails{gap:8px;padding-top:10px}.af-pdp-thumbnails button{flex-basis:60px;width:60px;height:60px;border-radius:12px}
    .af-pdp-info-card{padding:20px 16px}
    .af-pdp-brand{margin-top:15px;font-size:10px}.af-pdp-info-card h1{font-size:27px;line-height:1.08;margin-top:5px}.af-pdp-price strong{font-size:29px}
    .af-pdp-rule-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.af-pdp-rule-grid>div{padding:9px 7px;gap:5px;flex-direction:column;align-items:flex-start}.af-pdp-rule-grid i{font-size:15px}.af-pdp-rule-grid span{font-size:8px}.af-pdp-rule-grid strong{font-size:11px}
    .af-pdp-buy-row{grid-template-columns:110px minmax(0,1fr)}
    .af-pdp-qty{grid-template-columns:34px minmax(0,1fr) 34px;min-height:46px}.af-pdp-add{min-height:46px;font-size:12px}
    .af-pdp-login-actions{grid-template-columns:1fr}
    .af-pdp-trust-row{gap:8px 12px}
    .af-pdp-detail-grid{gap:12px;margin-top:12px}.af-pdp-description-card,.af-pdp-spec-card{padding:20px 16px}.af-pdp-section-title h2,.af-pdp-spec-card h2{font-size:19px}
    .af-pdp-related,.af-pdp-recent{margin-top:26px}
    .af-pdp-mobile-sticky{
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        gap:10px;
        align-items:center;
        position:fixed;
        left:0;
        right:0;
        bottom:calc(78px + env(safe-area-inset-bottom));
        z-index:1050;
        width:auto;
        max-width:none;
        margin:0;
        padding:10px 12px;
        border-top:1px solid #e5e7eb;
        background:rgba(255,255,255,.97);
        backdrop-filter:blur(14px);
        box-shadow:0 -10px 30px rgba(15,23,42,.12);
    }
    .af-pdp-mobile-sticky-info{min-width:0}.af-pdp-mobile-sticky-info span,.af-pdp-mobile-sticky-info strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.af-pdp-mobile-sticky-info span{color:#475569;font-size:10px;font-weight:800}.af-pdp-mobile-sticky-info strong{margin-top:2px;color:var(--af-orange);font-size:14px;font-weight:900}
    .af-pdp-mobile-sticky-actions{display:grid;grid-template-columns:94px 72px;gap:6px}.af-pdp-mobile-sticky .af-pdp-qty{grid-template-columns:28px minmax(0,1fr) 28px;min-height:40px;border-radius:12px}.af-pdp-mobile-sticky .af-pdp-qty button{font-size:15px}.af-pdp-mobile-sticky .af-pdp-qty input{font-size:11px}.af-pdp-mobile-sticky .btn{min-height:40px;padding:6px 8px;border-radius:12px;font-size:11px}
    .af-action-toast{right:12px;left:12px;bottom:calc(168px + env(safe-area-inset-bottom));max-width:none;text-align:center}
}

@media(max-width:390px){
    .af-catalog-hero{padding:18px 14px}.af-catalog-hero h1{font-size:23px}
    .af-catalog-product-grid{gap:9px !important}
    .af-pdp-main-image{height:285px}
    .af-pdp-info-card h1{font-size:24px}
    .af-pdp-rule-grid{grid-template-columns:1fr 1fr}.af-pdp-rule-grid>div:last-child:nth-child(3){grid-column:1/-1}
    .af-pdp-mobile-sticky{padding-left:10px;padding-right:10px}.af-pdp-mobile-sticky-actions{grid-template-columns:88px 66px}
}

/* ==========================================================
   Phase 53.1 - Product Detail + Shared Product Card Stabilisation
   - DESIGN.md is the visual contract.
   - Keeps product images contained and undistorted.
   - Aligns shared card actions without forking card variants.
   - Uses logical positioning for RTL/LTR compatibility.
========================================================== */

/* Shared product card contract */
.af-product-card{
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    border-radius:var(--af-radius-card,18px);
    border:1px solid var(--af-line);
    background:var(--af-card,#fff);
    box-shadow:var(--af-shadow-card,0 10px 28px rgba(15,23,42,.05));
}
.af-product-card:hover{
    transform:translateY(-3px);
    box-shadow:var(--af-shadow-elevated,0 18px 48px rgba(15,23,42,.055));
}
.af-product-badges{
    left:auto;
    right:auto;
    inset-inline-start:10px;
}
.af-wishlist{
    left:auto;
    right:auto;
    inset-inline-end:10px;
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    transition:background .16s ease,color .16s ease,transform .16s ease;
}
.af-wishlist:hover{background:var(--af-soft);color:var(--af-blue-dark)}
.af-wishlist:active{transform:scale(.96)}
.af-product-image{
    flex:0 0 auto;
    width:100%;
    aspect-ratio:1 / 1;
    height:auto;
    min-height:0;
    padding:18px;
    background:#fff;
}
.af-product-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
}
.af-product-body{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    min-width:0;
    padding:14px;
}
.af-product-title{
    min-height:38px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    font-weight:800;
}
.af-product-meta{
    display:flex;
    flex-wrap:wrap;
    gap:2px 4px;
    min-height:18px;
    margin-top:4px;
}
.af-product-sku{margin-top:2px}
.af-price-row{margin-top:7px;min-height:24px}
.af-price-hidden{align-self:flex-start;max-width:100%}
.af-stock{min-height:17px}
.af-product-action-slot{
    margin-top:auto;
    padding-top:8px;
}
.af-cart-row{
    grid-template-columns:minmax(82px,.8fr) minmax(0,1.2fr);
    gap:8px;
}
.af-qty-mini{
    min-height:40px;
    grid-template-columns:30px minmax(0,1fr) 30px;
    overflow:hidden;
    border-radius:12px;
    background:#fff;
}
.af-qty-mini button{
    min-width:30px;
    min-height:40px;
    background:var(--af-soft);
}
.af-qty-mini input{
    min-width:0;
    min-height:40px;
    appearance:textfield;
}
.af-qty-mini input::-webkit-inner-spin-button,
.af-qty-mini input::-webkit-outer-spin-button,
.af-pdp-qty input::-webkit-inner-spin-button,
.af-pdp-qty input::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0;
}
.af-add-btn{
    min-height:40px;
    padding:7px 10px;
    border:1px solid var(--af-blue-dark);
    border-radius:12px;
    background:var(--af-blue-dark);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
.af-add-btn:hover{background:#1f7fb4;border-color:#1f7fb4;color:#fff}
.af-add-btn:active{transform:translateY(1px)}
.af-add-btn:disabled{opacity:.68;cursor:wait}
.af-product-view-btn,
.af-login-price-link{
    width:100%;
    min-height:40px;
}
.af-stock-warning{width:100%}

/* Product detail page */
.af-product-detail-page .af-pdp-page{
    padding-top:24px;
    background:linear-gradient(180deg,var(--af-soft) 0,#fff 430px);
}
.af-pdp-gallery-card,
.af-pdp-info-card,
.af-pdp-description-card,
.af-pdp-spec-card{
    border-radius:var(--af-radius-large,28px);
    border-color:var(--af-line);
    box-shadow:var(--af-shadow-elevated,0 18px 48px rgba(15,23,42,.055));
}
.af-pdp-main-image{
    width:100%;
    height:clamp(390px,42vw,540px);
    padding:24px;
    border-radius:var(--af-radius-category,22px);
    background:linear-gradient(180deg,#fff,var(--af-soft));
}
.af-pdp-main-image img{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
}
.af-pdp-thumbnails button{
    min-width:72px;
    min-height:72px;
    cursor:pointer;
}
.af-pdp-thumbnails button:focus-visible,
.af-pdp-wishlist:focus-visible,
.af-qty-mini button:focus-visible,
.af-qty-mini input:focus-visible,
.af-pdp-qty button:focus-visible,
.af-pdp-qty input:focus-visible,
.af-add-btn:focus-visible{
    outline:3px solid rgba(43,143,202,.28);
    outline-offset:2px;
}
.af-pdp-brand{
    display:flex;
    flex-wrap:wrap;
    gap:4px;
}
.af-pdp-info-card h1{overflow-wrap:anywhere}
.af-pdp-rule-grid{
    grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
}
.af-pdp-rule-grid>div{min-height:58px}
.af-pdp-buy-row{align-items:stretch}
.af-pdp-qty{
    min-height:var(--af-control-height-lg,48px);
    border-radius:var(--af-radius-control,14px);
}
.af-pdp-qty button{
    min-width:38px;
    min-height:var(--af-control-height-lg,48px);
}
.af-pdp-add{border-radius:var(--af-radius-control,14px)}
.af-pdp-spec-card dd{text-align:end;overflow-wrap:anywhere}
.af-pdp-description-text{overflow-wrap:anywhere}
.af-pdp-mobile-sticky{isolation:isolate}
.af-pdp-mobile-sticky .af-pdp-qty input{appearance:textfield}

@media(max-width:1199px){
    .af-product-image{padding:16px}
}

@media(max-width:767px){
    .af-product-detail-page .af-pdp-page{
        padding-top:12px !important;
        padding-bottom:174px !important;
    }
    .af-pdp-main-image{
        height:min(82vw,350px);
        min-height:270px;
        padding:12px;
    }
    .af-pdp-gallery-card{padding:12px}
    .af-pdp-info-card{padding:20px 16px}
    .af-pdp-info-card h1{font-size:clamp(23px,7vw,28px)}
    .af-pdp-topline{align-items:flex-start}
    .af-pdp-rule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .af-pdp-rule-grid>div{min-height:60px}
    .af-pdp-buy-row{grid-template-columns:112px minmax(0,1fr)}
    .af-pdp-qty button{min-height:46px}
    .af-pdp-add{min-height:46px}

    .af-product-image{
        aspect-ratio:1 / 1;
        height:auto !important;
        padding:10px !important;
    }
    .af-product-body{padding:10px !important}
    .af-product-title{min-height:32px !important}
    .af-cart-row{
        grid-template-columns:1fr !important;
        gap:6px !important;
    }
    .af-qty-mini{
        min-height:38px;
        grid-template-columns:34px minmax(0,1fr) 34px;
    }
    .af-qty-mini button,
    .af-qty-mini input{min-height:38px}
    .af-add-btn{min-height:40px !important}
    .af-product-action-slot{padding-top:6px}
}

@media(max-width:390px){
    .af-pdp-main-image{
        height:min(80vw,305px);
        min-height:250px;
    }
    .af-pdp-rule-grid{gap:6px}
    .af-pdp-buy-row{grid-template-columns:104px minmax(0,1fr)}
    .af-product-image{padding:8px !important}
}

/* Logical-direction safeguards for bilingual layouts. */
[dir="rtl"] .af-pdp-trust-row i{margin-right:0;margin-left:4px}
[dir="rtl"] .af-pdp-spec-card dd{text-align:start}
