/* Short Desciption Icon Start  */

.custom-features {
    margin: 20px 0;
}

.feature-box {
    display: flex;
/*     align-items: flex-start; */
align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.custom-features .feature-icon img {
/*     width: 40px;
    height: 40px; */
/*     background: #8b5a2b; */
/*     border-radius: 50%; */
/*     padding: 8px; */
/*     object-fit: contain; */
}

.custom-features .feature-title {
    font-size: 15px;
    font-weight: 600;
}

.custom-features .feature-desc {
    font-size: 13px;
    color: #666;
}

/* Short Desciption Icon End */


.product-images-summary .meta-content{
border-bottom: 1px solid #ededed !important;
    padding-bottom: 5px !important;
display: flex;
    gap: 28px;
}

.product-images-summary .meta-content .sku-wrapper {
    position: relative;
    padding-right: 33px; 
}

.product-images-summary .meta-content .sku-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #ddd;
}

/*  */

.bd-features-bar {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    padding: 20px 10px;
    margin: 25px 0;
		border: 3px solid #f5f0ea;
}

.bd-feature-item {
    flex: 1;
    min-width: 180px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    position: relative;
}

.bd-feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #f5f0ea;
}

.bd-feature-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.bd-feature-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.bd-feature-desc {
    font-size: 12px;
    color: #555;
}

@media (max-width: 768px) {
    .bd-features-bar {
        flex-direction: column;
        gap: 10px;
    }

    .bd-feature-item:not(:last-child)::after {
        display: none;
    }
}
.single-product-buttons-sharing{
display:none !important;
}

/* Product Specification Strart  */

.custom-product-wrapper {
    display: flex;
    gap: 30px;
    margin: 40px 0px;
    padding: 30px;
    background: #f5f0ea;
    border-radius: 12px;
}

.cps-col {
    flex: 1;
}
@media (min-width: 992px) {
    .cps-col:nth-child(1),
    .cps-col:nth-child(2) {
        padding-right: 20px;
        border-right: 3px solid #e0d2c070;
    }
}

.cps-col h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #8b5e3c;
font-family:'Montserrat';
}

/* LEFT TABLE STYLE */
.spec-row {
    display: flex;
   
    padding: 10px 0;
}
.spec-row:not(:last-child){
     border-bottom: 1px solid #e0d2c0;
}

.spec-label {
    width: 40%;
    font-weight: 600;
    color: #555;
}

.spec-value {
    width: 60%;
    color: #777;
}

/* MIDDLE & RIGHT LIST */
.cps-col ul {
    list-style: none;
    padding: 0;
}

.cps-col ul li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .custom-product-wrapper {
        flex-direction: column;
				padding: 14px !important;
    }
}

.cps-middle .why-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.why-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.why-content strong {
    display: block;
    font-size: 14px;
    color: #333;
		font-weight:600;
}

.why-content p {
    margin: 3px 0 0;
    font-size: 13px;
    color: #777;
}


.cps-right .supply-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}


.supply-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.supply-text {
    font-size: 14px;
    color: #555;
	font-weight:600;
}

/* After SHort Summary Icon Product Pgae */

.product-highlights {
/*     margin: 25px 0px;
    padding: 15px; */
	margin: 15px 0px;
    padding: 5px;
    border: 3px solid #ede8e2;
    border-radius: 10px;
    background: #fff;
}

.ph-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ph-item {
/*     padding: 15px 10px; */
	padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.ph-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.ph-title {
    display: block;
    font-size: 15px;
    color: #8b5e3c;
    margin-bottom: 5px;
    font-weight: 600;
}

.ph-value {
    Font-size: 13px;
    color: #222;
    font-weight: 700;
}



.ph-item {
    position: relative;
}

.ph-item:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: #f5f0ea;
}



/* Desktop */
.cps-content {
    display: block;
}

/* Mobile Accordion */
@media (max-width: 768px) {

    .custom-product-wrapper {
        flex-direction: column;
    }

    .cps-col {
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .cps-toggle {
        cursor: pointer;
        position: relative;
        padding-right: 25px;
    }

    .cps-toggle::after {
        content: "+";
        position: absolute;
        right: 0;
    }

    .cps-toggle.active::after {
        content: "-";
    }

    .cps-content {
        display: none;
        margin-top: 10px;
    }

    .cps-content.active {
        display: block;
    }
}