/*!
Theme Name: Panasonic V2
Theme URI: http://underscores.me/
Author: Adwants
Author URI: http://adwants.in
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: panasonic-v2
*/
@import "./scss/category-landing-page.css";
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.text-wrap-balance {
    text-wrap: balance;
}
.page-title p {
    display: contents;
}
.page-title img {
    margin-bottom: 0;
}
.page-title:has(img) h1 {
    margin-bottom: 0rem;
}
.page-title:has(img) h2 {
    margin-bottom: 0;
}
.page-title h2 {
    letter-spacing: 2px;
}
.controls-container a {
    border: none;
    background: none;
    cursor: pointer;
}
.controls-container .prev,
.controls-container .next {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 24px;
    height: 24px;
    background-size: 98%;
}
.controls-container .prev {
    left: 0;
    background: url("https://panasonic.adwants.in/wp-content/uploads/2025/02/left-arrow.png") no-repeat center;
}
.controls-container .next {
    right: 0;
    background: url("https://panasonic.adwants.in/wp-content/uploads/2025/02/right-arrow.png") no-repeat center;
}
.variation-whole-wrapper {
    padding: 5rem 0;
    background: #efefef;
}
.variation-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.available-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0.5rem;
}
.available-colors span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.available-color-variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding: 1rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.available-color-variations > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.available-color-variations span.color-variation {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.features-lists .feature-item {
    position: relative;
}
.features-lists .feature-item:before {
    content: "";
    position: absolute;
    width: calc(100% - 90px);
    right: 0;
    background: #000;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
 .mixer-grin-container {
     display: flex;
  background: #EFEFEF;
  padding: 20px;
	 height: 80vh;
	 margin: 20px;
	 border-radius: 10px;
  margin: 80px 20px;
  align-items: center;
  flex-direction: row-reverse;
    }
    
    .mixer-grin-left {
  display: flex;
  text-align: center;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
    }

    .mixer-grin-main-image img {
        width: 100%;
        max-width: 530px;
		height: 100%;
        border-radius: 8px;
       
    }

    .mixer-grin-gallery {
        display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  flex-direction: column;
    }

    .mixer-grin-gallery-img {
        width: 165px;
        height: 165px;
        object-fit: cover;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.3s;
    
    }

    .mixer-grin-gallery-img:hover {
        transform: scale(1.1);
    }

    .mixer-grin-right {

        padding: 20px;
    }

    .mixer-grin-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .mixer-grin-description {
        font-size: 16px;
        color: #555;
        margin-bottom: 15px;
    }

    .mixer-grin-colors {
		display: flex;
		flex-direction: row;
		gap: 10px;
        margin-bottom: 15px;
    }

    .mixer-grin-color-dot {
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 8px;
        border: 2px solid #ccc;
        cursor: pointer;
    }

    .mixer-grin-mrp {
        font-size: 25px;
        font-weight: bold;
		width: 260px;
		text-align: center;
        color: #333;
        background: #000;
        display: inline-block;
        padding: 15px 25px;
	-webkit-border-top-right-radius: 100px;
-webkit-border-bottom-left-radius: 100px;
-moz-border-radius-topright: 100px;
-moz-border-radius-bottomleft: 100px;
border-top-right-radius: 100px;
border-bottom-left-radius: 100px;
        color: #fff;
    }

    .mixi-grin-section { width: 90%; margin: auto; }
    .mixi-grin-title { text-align: center; font-size: 24px; margin-bottom: 20px; font-weight: bold; color: #333; }
.mixi-grin-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.mixi-grin-banner-item {
    transition: transform 0.3s ease-in-out;
}

.mixi-grin-banner-item.small {
    width: 20%; /* Smaller size for first and last image */
}
.mixer-unmatch-image img{
	width: 100%;
}
.mixi-grin-banner-item.large {
    width: 30%; /* Larger size for the middle image */
}

.mixi-grin-banner-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.mixer-unmatch {
    position: relative;
    width: 100%;
    text-align: center;
}

.mixer-unmatch-image {
    position: relative;
    display: inline-block;
    width: 100%;
}

.mixer-unmatch-image img {
    width: 100%;
    height: auto;
    display: block;
}

 
.mixer-unmatch-text h2 {
    font-size: 2rem;
    font-weight: bold;
	margin-bottom: 20px;
    margin: 0;
}

.mixer-unmatch-text p {
    font-size: 1.2rem;
    margin: 10px 0 0;
}

    .mixi-grin-banner-item { text-align: center; width: 30%; background: #f8f8f8; padding: 10px; border-radius: 10px; }
    .mixi-grin-banner-item img { width: 100%; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
    .mixi-grin-banner-item h3 { margin-top: 10px; font-size: 18px; color: #222; }
    .mixi-grin-banner-item p { font-size: 14px; color: #666; }
    .mixi-grin-slider-container { text-align: center; }
    .mixi-grin-main-slider-img { width: 100%; max-width: 800px; margin-bottom: 20px; border-radius: 10px; }
    .mixi-grin-slider-items { display: flex; gap: 15px; justify-content: center; }
    .mixi-grin-slider-item { text-align: center; width: 150px; }
    .mixi-grin-slider-item img { width: 80px; border-radius: 50%; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
    .mixi-grin-slider-item h3 { font-size: 16px; margin-top: 8px; }
    .mixi-grin-slider-item p { font-size: 12px; color: #666; }
.mixi-grin-slider-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px;
    color: white;
}

.mixi-grin-slider-container {
    display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
    position: relative;
    gap: 20px;
}
.mixer-banner-container {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.mixi-grin-slider-main {
    flex: 1;
    max-width: 40%;
}

.mixi-grin-main-slider-img {
    width: 100%;
    height: auto;
    display: block;
}

.mixi-grin-slider-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.mixi-grin-slider-item img {
    max-width: 60px;
    height: auto;
}.mixi-grin-super-jar {
    text-align: center;
    padding: 20px 0px;
}
.lid-main-containerd{
  display: flex;
  flex-direction: row;
	
}
.lider-inner-con {
  margin: 30px 5px;
}


.mixi-grin-title {
    font-size: 2em;
    font-weight: bold;
    color: #000;
}

.mixi-grin-subtitle {
    font-size: 1.2em;
    color: #333;
}

.mixi-grin-super-jar-banner {
    display: flex;
    justify-content: center;
}

.mixi-grin-super-jar-banner img {
    width: 100%;
    height: auto;
}
.mixi-grin-super-jar-content{
	margin: 14px 0px;
}
 
.lid-card {
    background: #f9f8f8;
    border-radius: 120px;
    padding: 20px;
    width: 220px;
	border: 2px solid #d1d1d1;
	height: 450px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.features-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.feature-image img {
    width: 300px; /* Adjust as needed */
    height: auto;
}

.feature-content {
    max-width: 500px;
}

.feature-content h2 {
    font-size: 22px;
    font-weight: bold;
}

.feature-content p {
    font-size: 16px;
    color: #333;
}

.lid-top-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 5px solid #ddd;
    display: flex;
    align-items: center;
	  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(101 90 90 / 30%) 18px 8px 11px;
    justify-content: center;
}

.lid-top-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.lid-body {
    margin-top: 20px;
}

.lid-img {
    width: 120px;
    height: auto;
    margin: 10px 0;
}

.lid-title {
    font-size: 1.3em;
    font-weight: bold;
    color: #d8a24b;
    text-transform: uppercase;
}

.lid-subtitle {
    font-size: 1em;
    color: #555;
    margin-bottom: 10px;
}

.lid-description {
    font-size: 0.9em;
    color: #777;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.lid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  flex-direction: column;
}

.lid-inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
 

.lid-body {
    padding: 10px;
}

.lid-description {
    max-width: 250px;
    position: relative;
    padding-bottom: 20px;
}

.lid-line {
    width: 1px;  
    height: 80px;
    background: #999;
	margin: 10px auto 0; 
    display: block;
}



.slider-container {
    width: 50%;
    position: relative;
}

.slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}



.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}

.prev { left: 10px; }
.next { right: 10px; }

.banner-section {
    width: 40%;
    position: relative;
    text-align: center;
}

.banner-section img {
    width: 100%;
    border-radius: 10px;
}

.banner-text {
    margin-top: 10px;
}

.banner-text h2 {
    font-size: 24px;
    font-weight: bold;
}

.banner-text p {
    font-size: 16px;
    color: #666;
}


    /* Single Banner */
    .mixi-grin-single-banner { text-align: center; padding: 20px; background: #fff; }
    .mixi-grin-single-banner img { width: 100%; max-width: 1000px; border-radius: 10px; box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2); }
/*# sourceMappingURL=style.css.map */
