    body.wp-singular.product-template-default.single.single-product {
    background: #f9f9f9;
}

.single-product div.product{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:40px 20px 80px;
    clear:both;
}

/* ========= TOP SECTION ========= */
.product-top-layout{
    display:grid;
    grid-template-columns: 45% 55%;
    gap:30px;
    padding: 2vh 6vh;
    align-items:start;
}
.product-bottom-layout{
  padding: 2vh 6vh;  
}
/* LEFT GALLERY */
.product-gallery-wrap .woocommerce-product-gallery{
    width:100% !important;
    float:none !important;
    margin:0 !important;
}

.product-gallery-wrap .flex-viewport{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 14px 35px rgba(0,0,0,.08);
}

.product-gallery-wrap img{
    width:100%;
    display:block;
    border-radius:18px;
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-top: 0px;
    padding: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li{
    width:90px;
    list-style:none;
    padding: 0 7px;
}

.woocommerce-product-gallery .flex-control-thumbs img{
    border-radius:10px;
    border:2px solid #eee;
    transition:.3s ease;
}

.woocommerce-product-gallery .flex-control-thumbs img:hover{
    border-color:#d79b2d;
}

/* RIGHT CARD */
.product-summary-card {
    background: #fff;
    padding: 25px 30px;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    position: sticky;
    top: 100px;
    border-radius: 11px;
}

/* TITLE */
.product_title.entry-title{
   font-size: 34px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--color-tertiary);
}

/* RATING */
body.woocommerce div.product .woocommerce-product-rating{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
}

/* PRICE */
.single-product .price{
    display:inline-block;
    font-size:30px;
    font-weight:700;
    color:#d79b2d;
    margin-bottom:0px;
}

/* DESCRIPTION */
.woocommerce-product-details__short-description{
    margin:22px 0;
    color:#666;
    line-height:1.8;
}

/* HIGHLIGHTS */
.product-highlights{
    background:#fafafa;
    border:1px solid #eee;
    padding:22px 26px;
    border-radius:14px;
    margin:28px 0;
}

.product-highlights li{
    margin-bottom:12px;
    font-size:16px;
}

/* CART FIX */
.single-product form.cart{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    margin-top:30px;
}

.single-product form.cart .quantity{
    margin:0 !important;
}

.single_add_to_cart_button{
    border-radius:10px !important;
    padding:16px 30px !important;
    font-weight:600;
}

/* hide duplicate theme add-to-cart if showing */
button[name="add-to-cart"] + .button,
.single-product .buy-now + .button{
    display:none !important;
}

/* META */
.product_meta{
    display: none;
}

/* ========= BOTTOM ========= */
.product-bottom-layout{
    display:grid;
    grid-template-columns: 64% 32%;
    gap:40px;
    margin-top:80px;
    align-items:start;
}
.product-bottom {
    display: grid;
    grid-template-columns: 96%;
    gap: 10px;
    align-items: start;
    margin: 50px auto;
    justify-content: center;
}

/* LEFT TABS */
.product-tabs-left .woocommerce-tabs{
    margin:0;
}

.product-tabs-left .woocommerce-tabs ul.tabs{
    display:flex;
    gap:14px;
    border:none;
    padding:0;
    margin-bottom:25px;
}

.product-tabs-left .woocommerce-tabs ul.tabs li{
    list-style:none;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:12px;
    padding:14px 24px;
}

.product-tabs-left .woocommerce-tabs ul.tabs li.active{
    background:#d79b2d;
    border-color:#d79b2d;
}

.product-tabs-left .woocommerce-tabs ul.tabs li.active a{
    color:#fff !important;
}

.product-tabs-left .woocommerce-Tabs-panel{
    background:#fff;
    padding:20px;
    line-height:1.9;
}

/* RIGHT SUGGESTION */
.product-sidebar-right{
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    padding:0px;
    box-shadow:0 8px 20px rgba(0,0,0,.04);
    position:sticky;
    top:120px;
}

.product-sidebar-right h3{
    margin-bottom:22px;
    font-size:26px;
}

.product-sidebar-right ul.products{
    display:flex;
    flex-direction:column;
    gap:20px;
    margin:0;
    padding:0;
}

.product-sidebar-right ul.products li.product{
    display:flex;
    gap:15px;
    align-items:center;
    border-bottom:1px solid #f1f1f1;
    padding-bottom:16px;
    margin:0 !important;
}

.product-sidebar-right ul.products li.product img{
    width:80px !important;
    height:80px;
    object-fit:cover;
    border-radius:10px;
}

.product-sidebar-right .button{
    display:none !important;
}
a.woocommerce-product-gallery__trigger{display: none;}

/* SIDEBAR PRODUCTS */
.custom-related-products{
      display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
    justify-content: space-around;
}

.related-item {
    display: flex;
    gap: 14px;
    align-items: center;
    border-bottom: 1px dashed #eee;
    padding-bottom: 18px;
    background: #fff;
    padding: 25px;
    border-radius: 11px;
    box-shadow: 0 8px 20px rgb(0 0 0 / .04);
}

.related-item img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:12px;
}

.related-content{
    flex:1;
}

.related-content h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #111;
    line-height: 1.3;
}

.related-content .price{
    display:block;
    color:#d79b2d;
    font-size: 18px;
    font-weight:600;
    margin-bottom:10px;
}

.related-cart-btn{
    display:inline-flex;
    padding:8px 14px;
    border-radius:8px;
    background:#d79b2d;
    color:#fff !important;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

/* =========================
   PRODUCT FEATURES
========================= */

.bg-product-features ul {
/*     display: flex;
    align-items: center;
    flex-wrap: wrap; */
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
}

.bg-product-features li {
/*     display: flex;
    align-items: center;
    gap: 6px; */
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    border-radius: 6px;
    padding: 4px 8px 4px 2px;
   
}
/* .bg-product-features li:nth-child(odd){
    border: .5px solid #D73334;
    background: #FCF3F3;
    color: #D73334; 
}
.bg-product-features li:nth-child(odd) .animation-cacicons{
    background: #D73334;;
}

.bg-product-features li:nth-child(even){
    border: .5px solid #39d3a6;
    background: #eafff9;
    color: #39d3a6;
}

.bg-product-features li:nth-child(even) .animation-cacicons{
    background: #39d3a6;
} */

.bg-feature-icon{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#d79b2d;
    color:#fff;
    font-size:13px;
    flex-shrink:0;
}
.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: flex;
    align-items: center;
}
a.woocommerce-review-link {
    margin-left: 6px;
}
.pos-rel {
    position: relative;
    width: 14px;
    height: 14px;
    background: var(--white);
    border-radius: 50%;
    margin-right: 0;
    top: -3px;
    left: 5px;
}
.animation-cacicons{
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #d79b2d;
    display: inline-block;
    border-radius: 50%;
    opacity: .25;
    top: 3px;
    left: -2px;
transform: scale(1);
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.woocommerce-tabs.wc-tabs-wrapper h2,
aside.product-sidebar-right h3,
h4.customer-reviews__title{
    font-size: 21px;
	text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}
.woocommerce-tabs.wc-tabs-wrapper h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 21px 0 10px;
}
body .woocommerce-product-details__short-description ul {
        list-style: none;
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #252525;
    margin: 15px 0px;
}
body .pxl-button.button--shop-action, body button.button--shop-action{
    color: #db9e39;
        width: 54px;
    height: 54px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description ul li,
body .woocommerce-product-details__short-description ul li{
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description ul li:before,
body .woocommerce-product-details__short-description ul li:before{
    content: "\25BA \0020";
    font-size: 11px;
    position: absolute;
    top: 3px;
    left: 3px;
    color: #db9e39;
}
.product-gallery-wrap .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    display: flex;
    flex-direction: row-reverse;
}
ul.custom-related-products li.related-item span.price--old {
    font-size: 15px;
}
.related-cart-btn{
padding: 4px 10px;
font-size: 12px;
}
.product-gallery-wrap{
    position: sticky;
    top: 0;
}
.woocommerce-result{display: none;}
@keyframes scale{
    0% {
    opacity: .5;
    transform: scale(.8);
}
100% {
    opacity: 0;
    transform: scale(1.8);
}
}

.single-product-cart-wrap{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    margin-top:35px;
}

/* Quantity */
.single-qty-wrap .quantity{
    margin:0 !important;
}

/* AJAX ADD TO BAG */
.single-ajax-cart{
    min-height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 28px !important;
    background:#d79b2d;
    color:#fff !important;
    border-radius:12px;
    font-weight:600;
    font-size:17px;
    text-decoration:none;
}
body .single-product-cart-wrap .button--shop-action{
    background: unset !important;
}

/* Wishlist + Compare */
.button--wishlist,
.button--compare{
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    border:1px solid #ddd;
    background:#fff;
    cursor:pointer;
}

/* Buy Now */
.single-buy-now{
    width:100%;
    height:56px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:14px;
    background:#111;
    color:#fff !important;
    border-radius:12px;
    font-weight:600;
    text-decoration:none;
}

/* hide duplicated theme woo buttons */
.single-product .single_add_to_cart_button,
.single-product form.cart,
.single-product .button.alt{
    display:none !important;
}
span.price--old {
    text-decoration: line-through;
    font-size: 24px;
    color: #9f9f9f;
    font-weight: 400;
    margin-right: 10px;
}
.extprice span.product-label.product-label--onsale {
    font-size: 17px;
    padding: 1px 6px;
    position: relative;
    top: -5px;
}
	/* QUANTITY WRAP */
.single-qty-wrap .quantity{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    width:140px;
    height:54px;
    border:1px solid #ddd;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

/* INPUT */
.single-qty-wrap .quantity input.qty{
    width:50px !important;
    height:100%;
    border:none !important;
    box-shadow:none !important;
    text-align:center;
    font-size:16px;
    font-weight:600;
    padding:0;
    margin:0;
    background:transparent;
    -moz-appearance:textfield;
}

.single-qty-wrap .quantity input.qty::-webkit-outer-spin-button,
.single-qty-wrap .quantity input.qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

/* PLUS / MINUS ICONS */
.single-qty-wrap .quantity .quantity-icon{
    width:42px;
    height:54px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    user-select:none;
    font-size:20px;
    color:#111;
	background: #fafafa;
    position:relative;
    flex-shrink:0;
}

/* draw icons */
.single-qty-wrap .quantity .icon-minus::before{
    content:"−";
    font-size:22px;
    font-weight:700;
}

.single-qty-wrap .quantity .icon-plus::before{
    content:"+";
    font-size:22px;
    font-weight:700;
}

/* hover */
.single-qty-wrap .quantity .quantity-icon:hover{
    background:#f8f8f8;
    color:#d79b2d;
}
.share-sections h6 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.share-buttons--list {
    display: flex;
    align-items: center;
    gap: 8px;
}
.share-buttons--list a {
    background: #d79b2e;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
}
.share-buttons--list a svg {
    color: #fff;
}
.fullrow {
    display: grid;
    flex-wrap: wrap;
    gap: 9px;
    padding: 15px 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fullrow .cols-half {
    padding: 17px;
    border: 1px solid #eee;
    border-radius: 11px;
}
.fullrow .cols-half .elementor-icon-box-icon i {
    font-size: 26px;
    color: #d79b2e;
}
.fullrow .cols-half h5{
    font-size: 15px;
    font-weight: 600;
}
.fullrow .cols-half p{font-size: 10px;}
.share-sections {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.you-save{
    color:#28a745;
    font-size: 17px;
    font-weight: 500;
}

.you-save strong{
    color:#28a745;
}

.live-viewing{
   display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
    padding: 10px 14px;
    background: #fffbf3;
    border: 1px solid #ffe9c3;
    border-radius: 8px;
    color: #db9e39;
    font-size: 14px;
    margin-top: 20px;
    font-weight: 600;
}

.pulse-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background: #db9e39;
    animation:pulse 1.5s infinite;
}

@keyframes pulse{
    0%{
        box-shadow:0 0 0 0 rgba(40,167,69,.7);
    }
    70%{
        box-shadow:0 0 0 10px rgba(40,167,69,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(40,167,69,0);
    }
}

.woocommerce-product-details__short-description {
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-out; /* Smooth opening/closing animation */
}

.woocommerce-product-details__short-description.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(transparent, #ffffff); /* Change #ffffff to match your site's background color */
    pointer-events: none;
}


#read-more-btn {
    background: none !important;
    border: none;
    color: #d77920;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin-bottom: 25px;
    font-size: 16px;
}

#read-more-btn:hover {
    color: #555;
}

.woocommerce-tabs.wc-tabs-wrapper h2,
.woocommerce-tabs.wc-tabs-wrapper h4 {
    color: #db9e39;
    text-transform: uppercase;
}
#pxl-quick-view .ext-info-boxes, span.extprice {
    display: none;
}
#pxl-quick-view .product-content p{
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#pxl-quick-view .product-content p::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(transparent, #fff);
}
#pxl-compare-list .product{padding: 0 !important;}
.mb-0{margin-bottom: 0;}
.product-bottom .e-con-inner{padding: 0;}
.product-sidebar-right img { border-radius: 8px;}
/* mobile */
@media(max-width:767px){
    .single-qty-wrap .quantity{
        width:120px;
        height:48px;
    }
    .fullrow{    grid-template-columns: 1fr 1fr;}

    .single-qty-wrap .quantity .quantity-icon{
        width:36px;
        height:48px;
    }
}
/* mobile */
@media(max-width:767px){
    
    .button--wishlist,
    .button--compare{
        width:100%;
        height:50px;
    }
    
    .single-buy-now {
    width: auto;
    height: 45px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    background: #111;
    color: #fff !important;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px;
}
}


/* mobile */
@media(max-width:767px){
    .bg-product-features li{
        font-size:15px;
    }
    .product-top-layout, .product-bottom-layout{
        padding: 2vh 1vh;
    }
    .product-bottom-layout{margin-top: 30px;}
}

@media(max-width:560px){
    .single-product .price{font-size: 24px;}
    .single-qty-wrap .quantity,
    a.pxl-button.archive-add-to-cart.add_to_cart_button.product_type_simple.ajax_add_to_cart.single-ajax-cart{
        width: 100%;
    }
    .single-qty-wrap {
    width: 100%;
    }
.single-qty-wrap .quantity .quantity-icon{
    width: 55px;
    
}
}
	
	@media(max-width:991px){
		.product-gallery-wrap{position: unset;}
    /* gallery layout */
    .product-gallery-wrap{
        width:100%;
        max-width:100%;
    }

    .product-gallery-wrap .woocommerce-product-gallery{
        width:100% !important;
        float:none !important;
        margin:0 !important;
        display:flex;
        flex-direction:column !important;
    }

    /* FIX main image height */
    .woocommerce-product-gallery .flex-viewport{
        width:100%;
       height: auto !important;
        overflow:hidden;
        border-radius:14px;
        box-shadow:none;
    }

    .woocommerce-product-gallery__wrapper{
        height:100% !important;
    }

    .woocommerce-product-gallery__image{
        height: 100% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .woocommerce-product-gallery__image img{
        width:100% !important;
        height:100% !important;
        object-fit:cover;   /* crop nicely */
        border-radius:14px;
    }

    /* horizontal thumbs */
    .woocommerce-product-gallery .flex-control-thumbs{
        display:flex !important;
        gap:4px;
        overflow-x:auto;
        flex-wrap:wrap;
        margin-top:15px;
        padding:0;
    }

    .woocommerce-product-gallery .flex-control-thumbs li{
        width:60px !important;
        min-width:60px !important;
        flex:0 0 auto;
    }

    /* spacing */
    .product-top-layout,
    .product-bottom-layout{
        grid-template-columns:1fr !important;
        gap:20px;
        padding:15px !important;
    }
}

/* ========= MOBILE ========= */
@media(max-width:1024px){
    .product-top-layout,
    .product-bottom-layout{
        grid-template-columns:1fr;
    }

    .product-summary-card,
    .product-sidebar-right{
        position:relative;
        top:auto;
    }
}

@media(max-width:767px){
    .product_title.entry-title{
        font-size:34px;
    }
    .woocommerce-product-gallery .flex-control-thumbs{
        flex-direction: row;
        margin-top: 25px;
    }
  body .product-gallery-wrap .woocommerce-product-gallery{
        flex-direction: column;
    }
body .product-summary-card{padding: 20px;}
    .single-product form.cart{
        flex-direction:column;
        align-items:stretch;
    }

    .single_add_to_cart_button{
        width:100%;
    }
}