.manu-bar .main-manu li .active {
    color: #000;
    font-weight: bold;
    background-color: #f4ecbe;
    padding: 22px 10px;
}

.is-invalid {
    color: #c92f6d;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
    min-width: auto;
    letter-spacing: 1.4px;
    box-sizing: border-box;
    line-height: 1.6;
    height: 40px;
    padding: 10px 14px;
    vertical-align: middle;
    border: 1px solid #EEEEEE !important;
    transition: all 0.4s ease;
}

.sidebar-widget .active {
    color: var(--color-orange);
}

.brand-logo .logo a{
    padding: 15px !important;
    margin: 15px;
    /* border: 1px solid #eeeeee; */
    border-radius: 6px;
    /* box-shadow: -1px -1px 3px #c92f6d3b; */
}

.brand-logo .logo a img{
    width: 120px;
    height: 80px;
}
.mid-bar .logo a img{
   width: 100%;
}
.b-1{
    border: 1px solid #eeeeee;
}

.br-5{
    border-radius: 5%;
}

.ad-poster{
    height: 250px;
    overflow: hidden;
    cursor: pointer;
}

.refunded{
    border-bottom: 1px solid #D5D5D5;
}

.back-to-top{
    display: block;
}

.profile-file{
    display: none;
}

.msg-error{
    color: red;
}

.dis-card, .cat-items .item{
    cursor: pointer;
}
#product-area{
    position: relative;
    overflow: hidden;
}

#product-loader{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}

.overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.nice-select .list{
    height: 160px;
    overflow: auto;
    width: 100%;
}
.nice-select{
    border-radius: 5px !important;
    height: 50px;
}
section .table tbody td a.link-anime{
    min-width: 150px;
}

.top-social-links a {
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: #6d6d73;
    border: 2px solid rgba(12, 25, 40, 0.03);
    transition: .4s ease;
}

.top-social-links a:hover {
    color: #c92f6d;
    /* border: 2px solid rgba(0, 0, 0, 0.6); */
}

.contact-infos {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 2px dotted var(--color-orange);
}

.contact-infos .single-item small {
    padding: 0 3px;
    border: 2px dotted var(--color-orange);
    line-height: 16px;
}

/* Home: ShopZop-style hero — rounded card, shadow, 500px, responsive image */
.banner.banner--hero-shopzop {
    width: 100%;
    padding: 20px 0 28px;
    background: linear-gradient(180deg, #e8ecf4 0%, #f4f6fb 45%, #ffffff 100%);
}
.banner.banner--hero-shopzop .banner-hero__wrap {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
}
.banner.banner--hero-shopzop .banner-slider--fullwidth {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(10, 11, 46, 0.12), 0 4px 12px rgba(10, 11, 46, 0.06);
    background: #e8ecf4;
}
.banner.banner--hero-shopzop .swiper-wrapper {
    height: 100%;
}
.banner.banner--hero-shopzop .swiper-slide {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.banner.banner--hero-shopzop .banner-slider__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Swiper arrows (ShopZop-like) */
.banner.banner--hero-shopzop .banner-hero__arrow {
    width: 44px;
    height: 44px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 14px rgba(10, 11, 46, 0.15);
    color: #0a0b2e;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.banner.banner--hero-shopzop .banner-hero__arrow::after {
    font-size: 14px;
    font-weight: 700;
}
.banner.banner--hero-shopzop .banner-hero__arrow:hover {
    background: #c92f6d;
    color: #fff;
    box-shadow: 0 6px 20px rgba(201, 47, 109, 0.35);
}
.banner.banner--hero-shopzop .banner-hero__arrow--prev {
    left: 16px;
}
.banner.banner--hero-shopzop .banner-hero__arrow--next {
    right: 16px;
}
@media (max-width: 575px) {
    .banner.banner--hero-shopzop .banner-hero__arrow {
        width: 36px;
        height: 36px;
    }
    .banner.banner--hero-shopzop .banner-hero__arrow--prev {
        left: 8px;
    }
    .banner.banner--hero-shopzop .banner-hero__arrow--next {
        right: 8px;
    }
}
.banner.banner--hero-shopzop .banner-slider__pagination {
    bottom: 18px !important;
}
.banner.banner--hero-shopzop .banner-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.55;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.banner.banner--hero-shopzop .banner-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #c92f6d;
    width: 28px;
    border-radius: 6px;
}
@media (max-width: 991px) {
    .banner.banner--hero-shopzop .banner-slider--fullwidth {
        height: min(420px, 65vw);
        border-radius: 12px;
    }
}
@media (max-width: 575px) {
    .banner.banner--hero-shopzop {
        padding: 12px 0 20px;
    }
    .banner.banner--hero-shopzop .banner-hero__wrap {
        padding: 0 12px;
    }
    .banner.banner--hero-shopzop .banner-slider--fullwidth {
        height: min(300px, 52vh);
        border-radius: 10px;
    }
}

/* unibox */
.suggestion-wrap{
    width: 84%;
    left: 5%;
    overflow: hidden;
    padding: 0 15px;
    display: none;
}
.unibox-selectable a{
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.unibox-selectable{
    margin: 15px 1px;
    display: block;
}
.unibox-selectable img{
    padding: 0 !important;
}
.mobile-and-desktop-search:hover .suggestion-wrap{
    display: block !important;
}
.brand-widget ul{
    max-height: 290px;
    overflow: auto;
}
.brand-widget{
    overflow: auto;
}
.bordered-price input{
    padding: 0;
    height: 30px;
    text-align: left !important;
}
.bordered-price{
    border: 1px solid #a8a8a8;
    color: #404040;
    background: #fff;
    text-align: left !important;
    padding: 0 8px;
    border-radius: 4px;
}
.price-input-wrapper1{
    display: flex;
    align-items: center;
    gap: 5px;
}
.price-range-btnn{
    background-color: var(--color-orange);
    border-color: var(--color-orange);
    color: #fff;
    height: 30px;
    width: 40px;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
}
.product-size-wrap .product-size{
    overflow: hidden;
}
.product-card{
    background: #fff;
}

/* Modern product card (ShopZop-like) */
.product-card.product-card--modern{
    border: 1px solid #eef0f6;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}
.product-card.product-card--modern:hover{
    box-shadow: 0 12px 28px rgba(10,11,46,.10);
    transform: translateY(-2px);
}
.product-card--modern .product-card__media{
    background: #fff;
}
.product-card--modern .product-card__media img{
    height: 180px;
    width: 100%;
    object-fit: contain;
    background: #fff;
    transform: none !important; /* prevent zoom from base css */
}
.product-card--modern .product-card__badge{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.1;
    background: rgba(44,183,92,.90);
    color: #fff;
}
.product-card--modern.is-out .product-card__badge{
    background: rgba(201,47,109,.90);
}
.product-card--modern .product-card__sold{
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    background: rgba(10,11,46,.90);
    color: #fff;
}
.product-card--modern .product-card__body{
    padding: 12px 12px 16px;
}
.product-card--modern .product-card__title{
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 8px;
    height: 34px;
    overflow: hidden;
}
.product-card--modern .product-card__title a{
    color: #0A0B2E;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-card--modern .product-card__price{
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.product-card--modern .product-card__price-label{
    font-size: 12px;
    color: #7a7f9a;
}
.product-card--modern .product-card__price .price{
    font-size: 14px;
    font-weight: 700;
    color: #0A0B2E;
}
.product-card--modern .product-card__old{
    font-size: 12px;
    color: #7a7f9a;
}
.product-card--modern .product-card__off{
    font-size: 12px;
    font-weight: 600;
    color: #2cb75c;
}
.product-card--modern .product-card__meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.product-card--modern .product-card__actions{
    display: flex;
    align-items: center;
    gap: 6px;
}
.product-card--modern .product-card__icon-btn{
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #eef0f6;
    background: #fff;
    color: #0A0B2E;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.product-card--modern .product-card__icon-btn:hover{
    background: #c92f6d;
    border-color: #c92f6d;
    color: #fff;
}

/* Modern product details page */
.product-detail--modern .product-detail__gallery img{
    background: #fff;
    border-radius: 8px;
}
.product-detail--modern .product-detail__sticky{
    position: sticky;
    top: 90px;
}
.product-detail--modern .product-detail__price h4{
    font-size: 26px;
}
.product-detail--modern .product-detail__cta .link-anime{
    padding: 12px 14px;
    border-radius: 10px;
}

/* product-details-2 thumbnail active state */
.show-small-img.is-active-thumb{
    outline: 2px solid #c92f6d;
    border-radius: 6px;
}
.unibox-selectable.active, .unibox-selectable:hover{
    background: rgba(55,73,187,.04) !important;
}
.unibox-selectable a {
    display: flex;
    padding: 5px 10px;
    gap: 15px;
}
.unibox-selectable a b{
    font-size: 16px;
    font-weight: 600;
    color: var(--color-orange) !important;
    line-height: 1;
}
.unibox-selectable a p{
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
    line-height: 1;
}
.unibox-selectable a .sess-discount {
    display: flex;
    align-items: center;
    gap: 10px;
}
.unibox-selectable a .sess-discount del{
    font-weight: 400;
    color: #191919 !important;
    line-height: 1;
    opacity: 0.8;
}
.unibox-selectable a .sess-discount b{
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}
.product-card-details small{
    color: #000 !important;
    font-weight: 500;
}
.product-serarch-btn {
    text-align: center;
    line-height: 20px;
    background: rgba(240,75,35,.02);
    border-radius: 5px;
    color: var(--color-orange);
    padding: 10px;
    display: block;
    border: none;
    box-shadow: none;
    width: 100% !important;
    font-size: 16px;
}
.unibox-selectable .input-group{
    display: block !important;
}
.product-serarch-btn:hover{
    background: var(--color-orange) !important;
    color: #fff;
}
small.sold-out {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    font-size: 18px;
    font-weight: bolder;
    color: #FFFFFF;
    z-index: 1;
    position: absolute;
    top: calc(45%);
    background-color: rgba(225, 49, 51, 0.8);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
section.categories{
    padding-top: 0;
    padding-bottom: 40px;
}
.bordered-price .last, .bordered-price .first{
    position: relative;
    top: 1px;
}
.image-thumbnail-with-video{
    position: relative;
}
.image-thumbnail-with-video .popup-youtube{
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 30px;
    z-index: 5;
}
.categori-grid{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.categories .cat-items .item img{
    height: 155px;
}
.categories .cat-items .item{
    padding: 0;
    margin: 0;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
}
.categories .cat-items .item:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-transform: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transform: all .3s ease-in-out;
    position: relative;
    z-index: 2;
}
.categories .cat-items{
    padding: 0;
    margin: 0;
}
@media (max-width: 999px){

    .categori-grid{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr) ) ;
    }
}

/* Menubar: horizontal strip + mega — desktop only. Mobile: theme responsive.css (fixed drawer, left:-100%) must not be overridden by position:relative (white/full-page glitch). */
.manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip {
    padding-top: 3px;
}
/* Sabhi strip links: same height, padding, baseline — All Products / categories / Sale */
.manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li > a.manu-bar__strip-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: 3px;
    font-size: 14px !important;
    line-height: 1.35 !important;
    padding: 10px 6px !important;
    min-height: 40px;
    box-sizing: border-box;
    text-transform: capitalize;
}
.manu-bar.manu-bar--inline-categories .manu-bar__dd {
    font-size: 10px;
    margin-left: 2px;
    opacity: 0.9;
}
@media (min-width: 992px) {
    .manu-bar.manu-bar--inline-categories {
        position: relative;
        z-index: 15;
        overflow: visible !important;
    }
    .manu-bar.manu-bar--inline-categories .container .row > [class*="col-"] {
        min-width: 0;
    }
    .manu-bar.manu-bar--inline-categories .manu-bar__main {
        position: static;
    }
    /* Kam width par categories horizontal scroll — layout break / wrap fatna nahi */
    .manu-bar.manu-bar--inline-categories .manu-bar__category-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.45) rgba(0, 0, 0, 0.12);
        min-width: 0;
        width: 100%;
    }
    .manu-bar.manu-bar--inline-categories .manu-bar__category-scroll::-webkit-scrollbar {
        height: 5px;
    }
    .manu-bar.manu-bar--inline-categories .manu-bar__category-scroll::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.35);
        border-radius: 4px;
    }
    .manu-bar.manu-bar--inline-categories .manu-bar__category-scroll::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.08);
        border-radius: 4px;
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        width: max-content;
        min-width: 100%;
        box-sizing: border-box;
        overflow: visible;
        text-align: left;
        margin: 0;
        padding: 3px 0 6px 0;
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li {
        flex: 0 0 auto;
        margin-right: 0;
        display: flex;
        align-items: center;
        padding-bottom: 4px;
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cta {
        margin-left: auto;
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cat-item {
        position: static;
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cat-item:hover .manu-bar__dd i {
        transform: rotate(180deg);
    }
    .manu-bar.manu-bar--inline-categories .manu-bar__dd i {
        transition: transform 0.2s ease;
        display: inline-block;
    }
    /* Theme li:hover>a black — categories / All Products: off-white text */
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li:not(.manu-bar__cta):hover > a.manu-bar__strip-link,
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li:not(.manu-bar__cta) > a.manu-bar__strip-link:hover {
        color: #f2ebe2 !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li:not(.manu-bar__cta):hover > a.manu-bar__strip-link .manu-bar__dd i {
        color: #f2ebe2 !important;
    }
    /* Sale on POROSBUY — off-white pill; hover par contrast */
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cta > a.manu-bar__strip-link {
        background-color: #f5f3ef !important;
        color: var(--heading-color) !important;
        text-shadow: none;
        border-radius: 6px;
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cta:hover > a.manu-bar__strip-link,
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cta > a.manu-bar__strip-link:hover {
        background-color: #ebe8e2 !important;
        color: var(--color-orange) !important;
    }
    /* Global .active — strip (CTA ke alawa) */
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li:not(.manu-bar__cta) > a.manu-bar__strip-link.active {
        color: #faf6f0 !important;
        font-weight: 600;
        background-color: rgba(255, 255, 255, 0.14) !important;
        padding: 10px 6px !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cta > a.manu-bar__strip-link.active {
        background-color: #f0ede8 !important;
        color: var(--color-orange) !important;
        font-weight: 600;
        padding: 10px 6px !important;
    }
    /* mega: scroll strip overflow se clip na ho — fixed + JS --inline-mega-top */
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cat-item > .mega-manu {
        position: fixed;
        left: 0 !important;
        right: 0 !important;
        top: var(--inline-mega-top, 160px) !important;
        width: 100%;
        min-width: 0 !important;
        min-height: auto;
        margin: 0;
        padding: 24px 0 28px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        background: var(--color-white);
        -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
        z-index: 100;
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cat-item:hover > .mega-manu {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto;
    }
    /* theme .main-manu li ul mega ke andar bhi lagta hai — yahan reset taaki subcategories dikhen */
    .manu-bar.manu-bar--inline-categories .mega-manu ul {
        position: static !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        z-index: auto !important;
        text-align: left !important;
    }
    .manu-bar.manu-bar--inline-categories .mega-manu ul li {
        display: list-item !important;
        border: none !important;
        border-bottom: none !important;
        margin: 0 !important;
    }
    .manu-bar.manu-bar--inline-categories .mega-manu ul li a {
        color: var(--heading-color) !important;
        padding: 5px 0 !important;
    }
    .manu-bar.manu-bar--inline-categories .mega-manu ul li a::before,
    .manu-bar.manu-bar--inline-categories .mega-manu ul li a::after {
        content: none !important;
        display: none !important;
    }
    .manu-bar.manu-bar--inline-categories .mega-manu h6.title {
        color: var(--color-black) !important;
        font-weight: 700;
    }
}
@media (max-width: 991px) {
    .manu-bar.manu-bar--inline-categories .manu-bar__category-scroll {
        overflow: visible;
    }
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li.manu-bar__cat-item > .mega-manu {
        display: none !important;
    }
    /* Inline strip links ko mobile drawer mein theme ke block layout par lautao (inline-flex global override hatao) */
    .manu-bar.manu-bar--inline-categories .main-manu ul.manu-bar__category-strip > li > a.manu-bar__strip-link {
        display: block !important;
        min-height: 0;
    }
}

/* —— Product detail page (commerce-style layout) —— */
.product-page-content {
    background: #fff;
}
.product-short-description {
    max-width: 42rem;
}
.product-detail-tabs-wrap {
    margin: 0;
}
.product-detail-tabs-nav {
    padding-bottom: 0.5rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product-detail-tabs-body .tab-pane > .product-detail-prose:first-child,
.product-detail-tabs-body .tab-pane > .product-description-content:first-child {
    margin-top: 0;
}
.product-detail-tabs-wrap .nav-pills .nav-link {
    color: var(--heading-color, #222);
    background: #f1f3f5;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.9rem;
}
.product-detail-tabs-wrap .nav-pills .nav-link:hover {
    background: #e9ecef;
}
.product-detail-tabs-wrap .nav-pills .nav-link.active {
    background: var(--color-orange, #c92f6d);
    color: #fff !important;
    border-color: transparent;
}
.product-detail-tabs-wrap .nav-pills .nav-link .badge {
    background: rgba(255,255,255,0.25) !important;
    color: inherit;
}
.product-detail-tabs-wrap .nav-pills .nav-link.active .badge {
    background: rgba(0,0,0,0.2) !important;
    color: #fff !important;
}
.product-review-line:last-child {
    border-bottom: none !important;
}
.product-detail-prose {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
}
.product-detail-prose ul,
.product-detail-prose ol {
    padding-left: 1.35rem;
    margin-bottom: 1rem;
}
.product-detail-prose li {
    margin-bottom: 0.5rem;
}
.product-detail-prose p {
    margin-bottom: 1rem;
}
.product-detail-prose h1, .product-detail-prose h2, .product-detail-prose h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}
.product-spec-table th {
    font-weight: 600;
    font-size: 0.9rem;
}
.product-spec-table td {
    font-size: 0.95rem;
}
.product-spec-table--inline th {
    width: 38%;
    font-size: 0.9rem;
}
@media (max-width: 767px) {
    .product-detail-tabs-wrap .nav-pills .nav-link {
        font-size: 0.8rem;
        padding: 0.4rem 0.75rem !important;
    }
}

