/* Product Detail Premium — scoped */
.lm-pd{
    background:linear-gradient(180deg,#f8fbff 0%,#f6f8fc 100%);
    color:#0f172a;
    padding-bottom:44px!important;
}
.lm-pd a{text-decoration:none;}
.lm-pd-breadcrumb-wrap{margin-bottom:14px;}
.lm-pd-breadcrumb{
    display:inline-flex;
    align-items:center;
    width:auto;
    background:#fff;
    border:1px solid #e7eefb;
    border-radius:999px;
    padding:8px 14px;
    margin:0;
    box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.lm-pd-breadcrumb .breadcrumb-item,
.lm-pd-breadcrumb .breadcrumb-item a{font-size:12px;font-weight:600;color:#64748b;}
.lm-pd-breadcrumb .active{color:#0f172a;}

.lm-pd-card{
    background:rgba(255,255,255,.92);
    border:1px solid #dfe9f8;
    border-radius:22px;
    box-shadow:0 18px 45px rgba(15,23,42,.06);
}
.lm-pd-gallery-card{overflow:hidden;}
.lm-pd-media{
    position:relative;
    min-height:390px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:14px;
    background:radial-gradient(circle at 30% 15%,#ffffff 0,#f8fbff 42%,#edf5ff 100%);
}
.lm-pd-main-img,.lm-pd-swiper img{
    width:100%;
    max-height:460px;
    object-fit:contain;
    border-radius:18px;
}
.lm-pd-fallback-img{max-width:160px;}
.lm-pd-status{
    position:absolute;
    top:18px;
    left:18px;
    z-index:4;
    display:inline-flex;
    align-items:center;
    padding:8px 13px;
    border-radius:999px;
    color:#fff;
    background:#2563eb;
    font-size:11px;
    font-weight:800;
    box-shadow:0 8px 18px rgba(37,99,235,.22);
}
.lm-pd-status.danger{background:#ef4444;box-shadow:0 8px 18px rgba(239,68,68,.22);}
.lm-pd-status.success{background:#16a34a;box-shadow:0 8px 18px rgba(22,163,74,.22);}
.lm-pd-swiper{width:100%;}
.lm-pd-swiper .swiper-button-next,
.lm-pd-swiper .swiper-button-prev{
    width:40px;height:40px;border-radius:50%;background:#fff;color:#2563eb;
    box-shadow:0 10px 24px rgba(15,23,42,.12);
}
.lm-pd-swiper .swiper-button-next:after,
.lm-pd-swiper .swiper-button-prev:after{font-size:14px;font-weight:800;}
.lm-pd-swiper .swiper-pagination-bullet-active{background:#2563eb;}

.lm-pd-gallery-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    padding:14px;
    border-top:1px solid #edf3fb;
}
.lm-pd-preview-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:46px;
    border-radius:14px;
    background:#0f172a;
    color:#fff;
    font-size:13px;
    font-weight:800;
    transition:.22s ease;
}
.lm-pd-preview-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 14px 28px rgba(15,23,42,.16);}
.lm-pd-preview-btn.dark{background:#17335e;}
.lm-pd-mini-trust{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    padding:0 14px 14px;
}
.lm-pd-mini-trust span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    border-radius:12px;
    background:#f8fbff;
    border:1px solid #e7eefb;
    color:#475569;
    font-size:12px;
    font-weight:700;
}

.lm-pd-sidebar{position:sticky;top:90px;}
.lm-pd-buy-card{padding:18px;}
.lm-pd-badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px;}
.lm-pd-pill{
    display:inline-flex;
    align-items:center;
    border:1px solid #d9e6fb;
    background:#f5f9ff;
    color:#1d4ed8;
    border-radius:999px;
    padding:7px 10px;
    font-size:11px;
    font-weight:800;
}
.lm-pd-pill.success{background:#e9f9ef;border-color:#c8f0d6;color:#15803d;}
.lm-pd-buy-card h1{
    font-size:20px;
    line-height:1.2;
    letter-spacing:-.02em;
    font-weight:900;
    color:#0f172a;
    margin:0 0 8px;
}
.lm-pd-short-desc{
    font-size:13px;
    color:#64748b;
    line-height:1.55;
    margin:0 0 14px;
}
.lm-pd-price-box{
    background:#fff;
    border:1px solid #dfe9f8;
    border-radius:18px;
    padding:16px;
    box-shadow:0 12px 28px rgba(15,23,42,.04);
}
.lm-pd-price-box small{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;}
.lm-pd-price-line{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap;}
.lm-pd-price-line strong{font-size:32px;line-height:1;color:#0f172a;font-weight:950;letter-spacing:-.04em;}
.lm-pd-price-line del{font-size:14px;color:#94a3b8;font-weight:700;margin-bottom:3px;}
.lm-pd-price-box span{display:block;margin-top:6px;color:#64748b;font-size:12px;font-weight:600;}
.lm-pd-alert{
    margin-top:12px;
    border-radius:14px;
    padding:12px 13px;
    font-size:12px;
    line-height:1.45;
    font-weight:700;
}
.lm-pd-alert.ok{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;}
.lm-pd-alert.danger{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;}
.lm-pd-buy-form{margin-top:12px;display:grid;gap:10px;}
.lm-pd-input{height:46px;border-radius:13px;border:1px solid #dfe9f8;background:#f8fbff;font-weight:600;font-size:13px;}
.lm-pd-qty-wrap{
    display:grid;
    grid-template-columns:44px 1fr 44px;
    border:1px solid #dfe9f8;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
}
.lm-pd-qty-wrap input{border:0;text-align:center;font-weight:800;outline:none;}
.lm-pd-qty-btn{border:0;background:#f8fbff;font-size:20px;font-weight:900;color:#2563eb;}
.lm-pd-main-buy{
    height:50px;border:0;border-radius:14px;background:linear-gradient(135deg,#ff7a1a,#ff9b31);color:#fff;
    font-size:14px;font-weight:900;box-shadow:0 16px 30px rgba(249,115,22,.22);transition:.22s ease;
}
.lm-pd-main-buy:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(249,115,22,.28);}
.lm-pd-main-buy:disabled{opacity:.6;cursor:not-allowed;}
.lm-pd-secondary-btn{
    margin-top:10px;
    width:100%;
    min-height:42px;
    display:flex;align-items:center;justify-content:center;
    border-radius:13px;
    border:1px solid #dfe9f8;
    background:#fff;
    color:#0f172a;
    font-size:13px;
    font-weight:800;
    transition:.2s;
}
.lm-pd-secondary-btn:hover{transform:translateY(-1px);background:#f8fbff;color:#2563eb;}
.lm-pd-secondary-btn.whatsapp{background:#16a34a;color:#fff;border-color:#16a34a;}
.lm-pd-safe-list{display:grid;gap:8px;margin-top:14px;}
.lm-pd-safe-list span{font-size:12px;color:#475569;font-weight:700;line-height:1.35;}
.lm-pd-meta-card{padding:14px;display:grid;gap:10px;}
.lm-pd-meta-card div{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #edf3fb;padding-bottom:9px;}
.lm-pd-meta-card div:last-child{border-bottom:0;padding-bottom:0;}
.lm-pd-meta-card span{font-size:12px;color:#64748b;font-weight:700;}
.lm-pd-meta-card strong,.lm-pd-meta-card a{font-size:12px;font-weight:800;color:#2563eb;text-align:right;}
.lm-pd-discount-box{padding:16px;display:flex;align-items:center;gap:10px;font-size:14px;color:#0f172a;}
.lm-pd-share-row{align-items:center;justify-content:center;gap:10px;padding:13px;}
.lm-pd-share-row a{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#2563eb;}
.lm-pd-share-row a:nth-child(2){background:#0f172a}.lm-pd-share-row a:nth-child(3){background:#229ED9}.lm-pd-share-row a:nth-child(4){background:#22c55e}.lm-pd-share-row a:nth-child(5){background:#1877f2}.lm-pd-share-row a:nth-child(6){background:#111827}.lm-pd-share-row a:nth-child(7){background:#0a66c2}.lm-pd-share-row a:nth-child(8){background:#e60023}
.lm-pd-share-row svg{width:16px;height:16px;}

.lm-pd-content-card{padding:16px;}
.lm-pd-tabs{
    display:inline-flex;
    gap:8px;
    background:#f8fbff;
    border:1px solid #e7eefb;
    border-radius:16px;
    padding:6px;
    margin-bottom:16px;
}
.lm-pd-tabs .nav-link{
    border-radius:12px;
    color:#475569;
    font-size:13px;
    font-weight:800;
    padding:10px 14px;
}
.lm-pd-tabs .nav-link.active{background:#2563eb;color:#fff;box-shadow:0 10px 22px rgba(37,99,235,.18);}
.lm-pd-tab-content{padding:2px;}
.lm-pd-rich-content{font-size:14px;color:#334155;line-height:1.75;}
.lm-pd-rich-content img{max-width:100%;border-radius:16px;}
.lm-pd-rich-content h1,.lm-pd-rich-content h2,.lm-pd-rich-content h3,.lm-pd-rich-content h4{font-weight:900;color:#0f172a;margin:20px 0 10px;}
.lm-pd-rich-content ul:not([class]){list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.lm-pd-rich-content ul:not([class]) li{
    background:#f8fbff;border:1px solid #e7eefb;border-radius:14px;padding:13px 14px;font-size:13px;font-weight:700;color:#334155;
}
.lm-pd-rich-content ul:not([class]) li:before{content:'✓';display:inline-flex;margin-right:8px;color:#2563eb;font-weight:900;}
.lm-pd-empty{margin:0;color:#64748b;font-weight:600;}
.lm-pd-property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.lm-pd-property-card{display:flex;gap:10px;align-items:flex-start;background:#f8fbff;border:1px solid #e7eefb;border-radius:14px;padding:13px;}
.lm-pd-property-card img{width:34px;height:34px;border-radius:10px;object-fit:cover;}
.lm-pd-property-card strong{display:block;color:#0f172a;font-size:13px;font-weight:900;}
.lm-pd-property-card small{display:block;color:#64748b;font-size:12px;line-height:1.45;margin-top:2px;}
.lm-pd-faq .accordion-item{border:1px solid #e7eefb;border-radius:14px;overflow:hidden;margin-bottom:10px;}
.lm-pd-faq .accordion-button{font-size:13px;font-weight:900;color:#0f172a;background:#fff;}
.lm-pd-faq .accordion-button:not(.collapsed){background:#f5f9ff;color:#2563eb;box-shadow:none;}
.lm-pd-faq .accordion-body{font-size:13px;color:#475569;line-height:1.6;}

.lm-pd-detail-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.lm-pd-detail-card{position:relative;overflow:hidden;border-radius:18px;padding:20px;border:1px solid rgba(37,99,235,.14);box-shadow:0 16px 36px rgba(15,23,42,.05);}
.lm-pd-detail-icon{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;font-size:20px;margin-bottom:10px;box-shadow:0 10px 24px rgba(15,23,42,.08);}
.lm-pd-detail-card h3{font-size:15px;font-weight:900;color:#0f172a;margin:0 0 5px;}
.lm-pd-detail-card p{font-size:12.5px;line-height:1.55;color:#64748b;margin:0;font-weight:600;}
.lm-pd-dc-blue{background:linear-gradient(135deg,#eef6ff,#ffffff);border-color:#bfdbfe}.lm-pd-dc-green{background:linear-gradient(135deg,#ecfdf5,#ffffff);border-color:#bbf7d0}.lm-pd-dc-orange{background:linear-gradient(135deg,#fff7ed,#ffffff);border-color:#fed7aa}.lm-pd-dc-violet{background:linear-gradient(135deg,#f5f3ff,#ffffff);border-color:#ddd6fe}.lm-pd-dc-pink{background:linear-gradient(135deg,#fdf2f8,#ffffff);border-color:#fbcfe8}.lm-pd-dc-cyan{background:linear-gradient(135deg,#ecfeff,#ffffff);border-color:#a5f3fc}

@media(max-width:991px){
    .lm-pd-sidebar{position:static;}
    .lm-pd-media{min-height:300px;}
}
@media(max-width:680px){
    .lm-pd-breadcrumb{max-width:100%;overflow:auto;white-space:nowrap;}
    .lm-pd-gallery-actions,.lm-pd-mini-trust,.lm-pd-detail-cards,.lm-pd-property-grid,.lm-pd-rich-content ul:not([class]){grid-template-columns:1fr;}
    .lm-pd-tabs{display:flex;width:100%;overflow:auto;}
    .lm-pd-tabs .nav-link{white-space:nowrap;}
    .lm-pd-price-line strong{font-size:28px;}
}


/* Product detail final polish */
.lm-pd-card{border-color:#e6eef9;box-shadow:0 20px 50px rgba(15,23,42,.065)}
.lm-pd-media{min-height:430px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 48%,#eef6ff 100%)}
.lm-pd-buy-card{padding:22px;border-radius:24px;}
.lm-pd-buy-card h1{font-size:22px;font-weight:850;letter-spacing:-.03em;}
.lm-pd-main-buy{height:54px;border-radius:16px;font-size:15px;}
.lm-pd-detail-card{border-radius:22px;padding:22px;transition:.22s ease;}
.lm-pd-detail-card:hover{transform:translateY(-4px);box-shadow:0 22px 45px rgba(15,23,42,.08);}
.lm-pd-detail-icon{width:50px;height:50px;border-radius:18px;}
.lm-pd-detail-card h3{font-size:16px;font-weight:850;}
.lm-pd-detail-card p{font-size:13px;}
.lm-pd-content-card{border-radius:24px;}
.lm-pd-tabs{border-radius:18px;}
.lm-pd-tabs .nav-link{font-weight:750;}
@media(min-width:1200px){
    .lm-pd-detail-cards{grid-template-columns:repeat(2,minmax(0,1fr));}
}

/* Product detail premium layout update */
.lm-pd .row.g-4{--bs-gutter-x:26px;}
.lm-pd-gallery-card{border-radius:26px;}
.lm-pd-media{min-height:470px;padding:18px;}
.lm-pd-main-img,.lm-pd-swiper img{max-height:520px;filter:drop-shadow(0 22px 35px rgba(15,23,42,.08));}
.lm-pd-gallery-actions{padding:16px;}
.lm-pd-preview-btn{min-height:48px;border-radius:16px;font-weight:850;}
.lm-pd-sidebar{top:84px;}
.lm-pd-buy-card{position:relative;overflow:hidden;}
.lm-pd-buy-card:before{content:'';position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#2563eb,#22c55e,#f97316);}
.lm-pd-buy-card h1{margin-top:6px;}
.lm-pd-price-box{background:linear-gradient(180deg,#fff,#f8fbff);}
.lm-pd-price-line strong{color:#ef4444;}
.lm-pd-safe-list{background:#f8fbff;border:1px solid #e7eefb;border-radius:16px;padding:12px;}
.lm-pd-safe-list span{display:flex;align-items:flex-start;gap:8px;}
.lm-pd-safe-list b{width:19px;height:19px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#dcfce7;color:#16a34a;font-size:12px;flex:0 0 19px;}
.lm-pd-content-card{padding:18px;}
.lm-pd-tabs{display:flex;flex-wrap:wrap;}
.lm-pd-tabs .nav-link{padding:11px 16px;font-size:13px;}
.lm-pd-detail-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.lm-pd-detail-card{min-height:160px;}
.lm-pd-detail-card:after{content:'';position:absolute;right:-18px;top:-18px;width:82px;height:82px;border-radius:50%;background:rgba(255,255,255,.58);}
.lm-pd-detail-icon{position:relative;z-index:2;}
.lm-pd-detail-card h3,.lm-pd-detail-card p{position:relative;z-index:2;}
.lm-pd-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px;}
.lm-pd-section-head span{display:inline-flex;align-items:center;gap:8px;color:#2563eb;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:850;}
.lm-pd-section-head span:before{content:'✦';font-size:14px;}
.lm-pd-section-head h2{margin:4px 0 0;color:#0f172a;font-size:24px;line-height:1.2;font-weight:900;letter-spacing:-.03em;}
.lm-pd-section-head a{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border:1px solid #cfe0ff;background:#fff;color:#2563eb;border-radius:14px;padding:11px 18px;font-weight:850;font-size:13px;transition:.2s;box-shadow:0 12px 24px rgba(37,99,235,.06);}
.lm-pd-section-head a:hover{transform:translateY(-2px);background:#2563eb;color:#fff;box-shadow:0 16px 32px rgba(37,99,235,.2);}
.lm-pd-related-section{margin-top:30px;padding:22px;border:1px solid #e2ebf8;border-radius:28px;background:rgba(255,255,255,.72);box-shadow:0 22px 55px rgba(15,23,42,.055);}
.lm-pd-related-section .lm-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.lm-pd-related-section .lm-product-card{box-shadow:0 16px 36px rgba(15,23,42,.055);}
@media(min-width:1200px){
    .lm-pd .col-lg-8{width:68%;}
    .lm-pd .col-lg-4{width:32%;}
}
@media(max-width:991px){
    .lm-pd-media{min-height:340px;}
    .lm-pd-related-section .lm-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:680px){
    .lm-pd-detail-cards{grid-template-columns:1fr;}
    .lm-pd-section-head{align-items:flex-start;flex-direction:column;}
    .lm-pd-related-section{padding:16px;border-radius:22px;}
    .lm-pd-related-section .lm-products-grid{grid-template-columns:1fr;}
}

/* Product detail gallery/sidebar/description update */
.lm-pd-gallery-modern{width:100%;display:grid;gap:14px}
.lm-pd-gallery-modern .lm-pd-swiper{width:100%;border-radius:22px;overflow:hidden;background:linear-gradient(135deg,#ffffff,#f4f8ff);border:1px solid #e5eefb;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.lm-pd-gallery-modern .lm-pd-swiper .swiper-slide{min-height:430px;display:flex;align-items:center;justify-content:center;padding:22px}
.lm-pd-gallery-modern .lm-pd-swiper img{width:100%;max-height:500px;object-fit:contain;border-radius:20px;filter:drop-shadow(0 22px 35px rgba(15,23,42,.11))}
.lm-pd-thumbs{width:100%;padding:2px 2px 6px}
.lm-pd-thumbs .swiper-slide{height:74px;border:1px solid #e5eefb;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;padding:7px;opacity:.58;cursor:pointer;transition:.22s ease;box-shadow:0 10px 20px rgba(15,23,42,.035)}
.lm-pd-thumbs .swiper-slide-thumb-active{opacity:1;border-color:#2563eb;box-shadow:0 14px 28px rgba(37,99,235,.13)}
.lm-pd-thumbs img{width:100%;height:100%;object-fit:contain;border-radius:12px}
.lm-pd-swiper .swiper-button-next,.lm-pd-swiper .swiper-button-prev{width:44px;height:44px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid #e2ebf8;color:#1d4ed8;box-shadow:0 14px 28px rgba(15,23,42,.12)}
.lm-pd-swiper .swiper-button-next:hover,.lm-pd-swiper .swiper-button-prev:hover{background:#2563eb;color:#fff}
.lm-pd-gallery-actions:empty{display:none}
.lm-pd-side-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}
.lm-pd-side-mini-grid div{border:1px solid #e7eefb;background:linear-gradient(180deg,#fff,#f8fbff);border-radius:16px;padding:12px;display:grid;gap:3px}
.lm-pd-side-mini-grid i{font-style:normal;width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#eff6ff;margin-bottom:4px}
.lm-pd-side-mini-grid strong{font-size:12px;color:#0f172a;font-weight:850}
.lm-pd-side-mini-grid span{font-size:11px;color:#64748b;font-weight:650;line-height:1.35}
.lm-pd-coupon-card{padding:14px;display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fff7ed,#ffffff)}
.lm-pd-coupon-icon{width:42px;height:42px;border-radius:15px;background:#ffedd5;color:#ea580c;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;flex:0 0 auto}
.lm-pd-coupon-card strong{display:block;color:#0f172a;font-size:13px;font-weight:900}
.lm-pd-coupon-card span{display:block;color:#64748b;font-size:11.5px;font-weight:650;margin-top:2px;line-height:1.35}
.lm-pd-delivery-card{padding:16px;display:grid;gap:11px}
.lm-pd-delivery-card h3{margin:0 0 2px;color:#0f172a;font-size:14px;font-weight:900}
.lm-pd-delivery-card div{display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:center;border-top:1px solid #edf3fb;padding-top:10px}
.lm-pd-delivery-card span{grid-row:span 2;width:34px;height:34px;border-radius:12px;background:#f1f5ff;display:flex;align-items:center;justify-content:center}
.lm-pd-delivery-card b{font-size:12.5px;color:#0f172a;font-weight:850}
.lm-pd-delivery-card small{font-size:11.5px;color:#64748b;font-weight:650;line-height:1.35}
.lm-pd-description-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border:1px solid #e7eefb;background:linear-gradient(135deg,#f8fbff,#fff);border-radius:18px;padding:14px 16px;margin-bottom:16px}
.lm-pd-description-head span{font-size:12px;color:#2563eb;text-transform:uppercase;letter-spacing:.07em;font-weight:900}
.lm-pd-description-head strong{font-size:14px;color:#0f172a;font-weight:850;text-align:right;line-height:1.35}
.lm-pd-rich-content-modern{background:#fff;border:1px solid #e7eefb;border-radius:18px;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.035)}
.lm-pd-rich-content-modern p{margin-bottom:12px}
.lm-pd-rich-content-modern p:last-child{margin-bottom:0}
@media(max-width:991px){.lm-pd-gallery-modern .lm-pd-swiper .swiper-slide{min-height:320px}.lm-pd-gallery-modern .lm-pd-swiper img{max-height:360px}}
@media(max-width:680px){.lm-pd-side-mini-grid{grid-template-columns:1fr}.lm-pd-description-head{display:block}.lm-pd-description-head strong{display:block;text-align:left;margin-top:5px}.lm-pd-thumbs .swiper-slide{height:62px}}
