/*
Theme Name: Yobazar Child
Theme URI: https://demo.theme-sky.com/yobazar/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yobazar
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yobazar-child
*/



	.cta button{
	  font-family: "Poppins", sans-serif;
	}

    .container {
      display: flex;
      gap: 30px;
      padding: 30px;
    }
.price h3 {
    margin: 4px 0;
    font-size: 16px;
    font-weight: 600;
}
    /* Left image */
.product-image {
    flex: 1;
    text-align: center;
}
.justify-content4 {
    justify-content: space-between;
}
.rowflex4 .product-image {
	max-width: 33% !important;
}
.itemlist04 .product-image {
    width: 100%;        /* full width of container */
    aspect-ratio: 1 / 1; /* square */
    overflow: hidden;
}

.itemlist04 .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius: 5px;
}

.product-image img { 
    width:100%;
    margin: auto;
}
.rowflex4 .col-6 {
	width: 80%;
}
    /* Right details */
    .product-details {
      flex: 1.2;
    }

    .product-details h1 {
      font-weight: 700;
      margin-bottom: 15px;
	  font-size: 20px;
    }

    .options {
      margin-bottom: 20px;
    }

    .options h3 {
      font-size: 14px;
      font-weight: bold;
      margin: 10px 0;
      color: #444;
    }

    .btn-group {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .btn-option {
      padding: 10px 20px;
      border: 2px solid #ccc;
      border-radius: 6px;
      background: #fff;
      cursor: pointer;
      font-size: 14px;
      transition: all 0.3s;
    }

    .btn-option.active {
      border-color: #f9f0e7;
      color: #000;
	  background-color: #f9f0e7;
      font-weight: bold;
    }

    /* Pricing */
    .price {
      margin: 15px 0;
    }

    .price del {
      color: #888;
      margin-right: 10px;
    }

    .price strong {
      font-size: 22px;
      color: #000;
    }

    .delivery {
      color: green;
      font-weight: bold;
      margin-bottom: 20px;
    }
.itemlist04 {
    border: 1px solid #cbcbcb;
    border-radius: 20px;
    margin: 20px;
    padding: 20px;
}
.itemlist04 .rowflex4 {
    display: flex;
    gap: 20px;
}
    /* CTA Buttons */
    .cta {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin: 20px 0;
    }

    .cta button {
      padding: 15px;
      border: none;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      border-radius: 6px;
    }

    .btn-yellow {
      background: #ffc107;
      color: #000;
    }

    .btn-green {
      background: #28a745;
      color: #fff;
    }

    /* Features */
    .features {
      margin-top: 20px;
    }

    .features li {
      margin: 8px 0;
    }