body{
    
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background-color: #f0eeed;

}
*, ::after, ::before {
    box-sizing: border-box;
}
.right-nav-scroll {
    padding-bottom: 60px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100vh;
    border-radius: 6px;
}

.now-playing-container {
    display: flex;
    background: transparent;
    position: relative;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin-bottom: 16px;
    border-radius: 6px;
}

.now-playing-container-inner {
    margin-bottom: 8px;
    display: flex;
    background: #ffffffd4;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    color: #000;
    position: relative;
    top: 0;
    padding: 40px 40px 8px;
    flex-direction: column;
    border-radius: 6px;
    transition: all 0.2s;
    -webkit-box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.08);
}

.now-playing-info {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    font-size: 0.8em;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.now-playing-title {
  
    font-weight: 400;
    margin-bottom: 12px;
  
    display: inline;
    width: unset;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
    color: inherit !important;
    max-width: unset !important;
}

.now-playing-content {
    padding-right: 0;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.5;
    display: block;
}

.now-playing-content.minimized {
    overflow: hidden;
    max-height: 115px;
    display: block;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 100%);
}
.now-playing-container-cards {
    height: auto;
    min-height: 240px;
    display: flex;
    position: relative;
    width: auto;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent 100%);
}

#nav-url {
    height: 48px !important;
    padding: 0 16px !important;
    display: flex;
    align-items: center;
    background: #232323ad !important;
    max-height: unset !important;
    min-height: unset !important;
}

.nav-explore-item {
    background: #505050a6;
    color: #fff !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 6px;
    padding: 6px;
    width: 100%;
    margin-bottom: 8px;
    height: 120px;
    min-height: 120px;
    position: relative;
    display: flex;
    box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.08);
    transition: all 0.15s;
}
.now-playing-container-cards:hover .nav-explore-item {
    background: #202020a6;
}
.nav-explore-item:hover {
        background: #ffffff !Important;
        color: #000 !important;
    }
 .now-playing-container-inner:hover {
        color: #000 !important;
        background: #fff;
    }
.now-playing-container-cards:hover {
        -webkit-mask-image: unset !Important;

        overflow-y: scroll !Important;
    }
.window {
    background: transparent !important;
    padding: 0 !important;
    width: 12px;
    opacity: 1;
    filter: invert(1);
    top: 18px;
    right: 16px;
}
#nav-url:hover {

      background: #f0eeed !Important;
    }

   #nav-url:hover .window{
filter: invert(0);
   }
.nav-explore-tag {
    display: flex;
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 4px;
    background: #f0eeed;
    color: #000;
    padding: 2px 7px;
    font-size: 9px;
    text-transform: capitalize;
}

#nav-image {
    width: 22px !important;
    height: 22px !important;
    border-radius: 6px !important;
    overflow: hidden;
    border: 1px solid #acacac;
}

.nav-explore-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    background: #f0eeed;
    position: relative;
    float: left;
    overflow: hidden;
    border-radius: 6px;
}

#nav-linkout {
    padding: 0 16px !important;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-explore-info {
    display: flex;
    width: calc(100% - 87px);
    position: relative;
    padding: 20px 20px 20px 20px !important;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}
.module-tags-contain {
    display: flex;
    position: relative;
    top: 0;
    margin-bottom: 8px;
}
.module-tags-contain .dropdown {
    position: relative;
    display: inline-block;
    z-index: 900;
}
.dropbtn {
    display: inline-block;
    padding: 5px 10px 5px 19px;
    background: #142161 ! Important;
    color: #fff !important;
    letter-spacing: 0.06em;
    font-size: 0.7em;
    left: 0px;
    margin-right: 8px;
    border-radius: 4px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-transform: uppercase !important;
    letter-spacing: 0.06em;
    transition: all 0.3s;
}
.dropbtn:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 8px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 60px;
    z-index: 1;
    padding-top: 0px;
    left: 0px;
    top: 0px;
    z-index: 900;
}
.dropdown-inner {
    border-radius: 6px;
    position: relative;
    display: block;
    overflow: hidden;
}
.dropdown-content a {
    color: #fff !important;
    padding: 4px 19px;
    text-decoration: none;
    display: block;
    background: #142161;
    font-size: 0.75em;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s;
}
.product-details-tags {
    color: #727272;
    width: 100%;
    position: relative;
    display: block;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-right: 40px;
    margin-right: 8px;
    z-index: 400;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    mask-image: linear-gradient(to left, transparent, black 30px);
    -webkit-mask-image: linear-gradient(to left, transparent, black 30px);
}
a.product-tags {
    position: relative;
    display: inline-block;
    padding: 5px 11px 5px 11px;
    border-radius: 4px;
    background-color: #dcdcdc;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 0.06em;
    font-size: 0.7em;
    margin-right: 4px;
    left: 0px;
    transition: 0.2s;
    scroll-snap-align: start;
    font-weight: 500;
}

.inverted {
    filter: invert(100%);
    opacity: 1;
    background: #9c9c9c;
}
.right-nav-brands {
    display: inline-flex;
    width: auto;
    background: #fff;
    right: 0;
    margin-top: 0px;
    position: relative;
    padding: 5px 11px 5px 8px;
    border-radius: 4px;
    font-size: 0.7em;
    z-index: 20;
    font-weight: 500;
    width: 84px;
    height: 23px;
    justify-content: center;
    z-index: 900;
    min-width: 55px;
}
.module-tag-shadow-right {
    display: flex;
    position: fixed;
    right: 65px;
    width: 65px;
    height: 23px;
    z-index: 850;
    -webkit-mask-image: linear-gradient(266deg, rgba(0, 0, 0, 1), transparent 100%);
    pointer-events: none;
}
.filter-tags {
    width: calc(100% - 16px) !important;
}
.product-tags.active {
    background-color: #142161;
    color: white;
    font-weight: bold;
}
.dropdown-content.show-dropdown {
  display: block;
}
.woocommerce-breadcrumbs {
    margin-top:150px;
    font-size: 14px;
    margin: 20px 0;
    padding:50px;
    color: #555;
}
.woocommerce-result-count,
.woocommerce-ordering {
    margin-bottom: 20px;
    padding: 10px 50px;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-breadcrumbs ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-breadcrumbs li {
    margin-right: 10px;
}

.breadcrumb-separator {
    margin: 0 5px;
    color: #ccc;
}

.woocommerce-breadcrumbs a {
    text-decoration: none;
    color: #0073aa;
}

.woocommerce-breadcrumbs a:hover {
    text-decoration: underline;
    color: #005177;
}

#nav-explore-contain-inner {
    opacity: 1;
    transition: opacity 0.2s;
}
.nav-explore-contain-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.nav-explore-contain-inner {
    display: flex;
    position: relative;
    flex-direction: column;
    height: auto;
    max-height: auto;
    overflow: hidden;
    margin-bottom: 120px;
    transition: opacity 0.1s;
    opacity: 1;
}
.nav-explore-contain-inner .nav-explore-item{
    background: #ffffff94;
}
.nav-explore-sub {
    z-index: 10;
}
.nav-explore-sub {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 0.75em;
    letter-spacing: 0.4px;
    font-weight: 500;
    color: #646464;
}
a.mobile-explore-item{
    width:100%;
}
.nav-explore-title {
    z-index: 10;
}
.nav-explore-contain-inner .nav-explore-title {
    font-size: 1.15em;
    line-height: 1.5;
    font-weight: 400;
    color:#333;
}
.explore-shadow {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #f0eeed);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 100;
    display: block;
    right: 0;
    max-width: 384px;
}
.btn-main{
    padding: 4px 16px;
    font-size: 1em;
    background-color: #142161;
    color: #fff !important;
    text-decoration: none;
    display: inline-flex;
    float: left;
    margin-bottom: 0;
    border-radius: 6px;
    width: 268px;
    transition: 0.3s;
    text-align: center;
    font-weight: 500;
    height: 48px;
    align-items: center;
    justify-content: center;
}

/*==== Blog page content ===*/
/* Featured Post Layout */
.blog-layout-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}
.blog-featured {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 20px;
    margin: 40px 0;
    align-items: center;
}

.blog-featured-image {
    max-height: 350px;
    overflow: hidden;
}
.blog-featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}
.blog-featured-content {
    max-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-excerpt {
    max-height: 3.2em;
    overflow: hidden;
}

/* Grid for Other Posts */
.blog-grid-3col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 40px 0;
}
.blog-grid-item {
    border: 1px solid #eee;
    padding: 15px;
    background: #fafafa;
}
.blog-grid-thumb {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.blog-grid-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-grid-title {
    margin: 10px 0;
    max-height: 2.6em;
    overflow: hidden;
}
.blog-grid-excerpt {
    font-size: 0.95rem;
    max-height: 3em;
    overflow: hidden;
}
.latest_post_feature {
    background: #e5e5e5;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 0px;
    width: fit-content;
    border-radius: 999px; /* fully rounded pill shape */
    gap: 10px; /* optional spacing between items */
}
.blog-recent-name {
    border-radius: 50px;
    margin-left: 5px;
    padding: 5px 10px 5px 10px;
    color: #fff;
}
.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.read-more-btn .arrow-icon {
    transition: transform 0.3s ease;
    font-size: 0.95rem;
    margin-left: 5px;
}

.read-more-btn:hover .arrow-icon {
    transform: translateX(4px);
}
.divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 30px;
}

.divider::before {
    content: "";
    flex: 1;
    height: 1px;
    background-color: white;
}

.divider-count {
    color: #717171;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

.meta-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}
.meta-author{
    font-weight: bold;
    font-size: 16px;
}
.meta-author,
.meta-date {
    white-space: nowrap;
}

/*======= Cart Page =====*/
.cart-header-container {
  max-width: 1200px;
  margin: 40px auto 30px;
  padding: 0 20px;
}

/* Top line: back arrow + title */
.cart-header-top {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 700;
   
  cursor: pointer;
  user-select: none;
}

/* Back arrow style */
.cart-back-arrow {
  font-size: 28px;
   transition: all 0.3s ease;
  display: inline-block;
}
.cart-back-arrow:hover {
   transform: translateX(-4px);
}

/* Bottom line: breadcrumb + items count */
.cart-header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}

/* Breadcrumb styles */
.cart-breadcrumbs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.cart-breadcrumbs a {
   
  text-decoration: none;
}
.cart-breadcrumbs a:hover {
  text-decoration: underline;
}

.cart-breadcrumb-separator {
  margin: 0 5px;
  color: #999;
}

/* Items count badge */
.cart-items-count {
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 6px;
  white-space: nowrap;
}
.cart-item-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}

.cart-select-all {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Individual cart item row */
.cart-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  align-items: center;
}

/* Left column: image + checkbox */
.cart-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cart-item-image img {
  width: 80px;
  height: auto;
  border-radius: 6px;
}

/* Middle column: content */
.cart-item-content {
  flex: 1;
  min-width: 200px;
}

.cart-item-content .item-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.item-author,
.item-description,
.item-brand {
  font-size: 14px;
  margin: 2px 0;
  color: #555;
}

/* Right column: actions */
.cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

/* Make buttons inline */
.cart-item-actions .item-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.similar-products-section h6 {
  position: relative;
   
  margin-bottom: 12px; /* space below */
  font-weight: 600; /* optional, make it bold-ish */
}

/* Small white line below the h6 */
.similar-products-section h6::after {
    content: "";
    position: absolute;
    left: 170px;
    right: 0;
    top: 10px;
    /* width: calc(100% - 150px); */
    height: 1px;
    background-color: #d5d5d5;
    border-radius: 2px;
}
.cart-item-actions .item-actions button {
  display: inline-block;
  background-color: #eee;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.cart-item-actions .item-actions button:hover {
  background-color: #ddd;
}
.item-quantity {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.qty-input {
  width: 50px;
  text-align: center;
  padding: 4px;
}

.qty-btn {
  width: 28px;
  height: 28px;
  background-color: #eee;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.qty-btn:hover {
  background-color: #ddd;
}

.similar-products-section {
  margin-top: 40px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.similar-product-item {
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.similar-product-item:hover {
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
}

.similar-product-item .product-image {
  width: 100%;
  max-height: 250px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 12px;
}

.similar-product-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.product-image a{
    display: block !important;
}
.similar-product-item .author-name {
  background: #eee;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
   
  margin-bottom: 8px;
  user-select: none;
}

.similar-product-item .product-title {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 6px 0;
  width: 100%;
}

.similar-product-item .product-title a {
  color: #222;
  text-decoration: none;
}

.similar-product-item .product-title a:hover {
  text-decoration: underline;
}

.similar-product-item .category-name {
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 10px;
}

.similar-product-item .price {
  font-weight: 700;
  font-size: 1.1rem;
  color: #222;
  width: 100%;
}

.similar-product-item .sale-price {
  color: #d0021b;
  margin-right: 8px;
}

.similar-product-item .regular-price {
  text-decoration: line-through;
  color: #999;
}
.proceed-checkout-wrapper {
  position: fixed;
  top: 100px;
  right: 20px;
  max-width: 360px;
  z-index: 9999;
  padding: 20px;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Proceed to checkout section styling */
.proceed-checkout-section {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.checkout-summary {
  text-align: center; /* Center subtotal text on mobile */
}

.subtotal-label {
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.subtotal-price {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
  color: #222;
}

.divider {
  height: 2px;
  background: linear-gradient(to right, transparent, #ccc, transparent);
  opacity: 0.3;
  margin: 10px 0;
}

 

/*Clearing Floats*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
/* Form wrapper styling */

.coupon-wrapper {
    width: 100%;
    border-radius: 40px;
  background: #fff;
    box-shadow: 0 4px 20px -2px #e9e9e9;
}

/* Form text input */

.coupon-wrapper input {
   margin-top:2px;
    width: 60%;
    
     
    float: left;   
     
    border: 0;
    background: #fff;
    border-radius: 40px;
    border-top-style: none;
}

.coupon-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.8) inset;
}

.coupon-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
  padding-left: 20px;
}

.coupon-wrapper input:-moz-placeholder {
    
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.coupon-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
  border-style: none;
}   

/* Form submit button */
.coupon-wrapper .button-woo {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.coupon-wrapper button:hover{    
/*     background: #e54040; */
}  
.coupon-wrapper input:focus {
  outline: none;
  border: none;
  box-shadow: none;
  background: #fff;
}

.coupon-wrapper button:active,
.coupon-wrapper button:focus{  
    background: var(--primary-color) !important;
    outline: 0;  
}

.coupon-wrapper button:focus:before,
.coupon-wrapper button:active:before{
        border-right-color: var(--primary-color) !important;
}     

.coupon-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}   

.woocommerce-cart-notices {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}

.btn-proceed-checkout {
  
  padding: 15px 20px;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.btn-proceed-checkout:hover {
  background-color: #1e7e34;
}
.applied-coupon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  position: relative;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
}

.dot-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cfcfcf;; /* Blue or change color based on coupon */
  margin-right: 12px;
  flex-shrink: 0;
  opacity: 0.7;
}

.coupon-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.coupon-info strong {
  font-size: 14px;
  color: #222;
}

.coupon-info small {
  font-size: 12px;
  color: #666;
}

.remove-coupon-btn {
  background: #ff4d4f;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.remove-coupon-btn:hover {
  background: #d9363e;
}
.star-rating,
.star-rating span {
  color: #FFD700 !important; /* Gold color */
   
}

.star-rating svg,
.star-rating svg path {
  fill: #FFD700 !important;
  width: 1.5em; /* increase SVG star width */
  height: 1.5em; /* increase SVG star height */
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border: none; /* Remove default border */
  border-left: 4px solid var(--primary-color); /* Add right border */
  background-color: rgba(255, 102, 0, 0.1); /* Optional: light background */
  padding: 1em 1em 1em 1em;
  color: var(--primary-color);
  position: relative;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  color: var(--primary-color);
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-radius: 6px;
  margin-bottom: 1.5em;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #place_order {
  background-color: var(--primary-color);
  color: #fff;
  padding: 8px 10px;
  border: none;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #place_order:hover {
  filter: brightness(80%);
  transform: translateY(-2px);
}

.action-toast {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #323232;
    color: #fff;
    padding: 12px 24px;
    border-radius: 20px;
    font-size: 14px;
    opacity: 0;
    z-index: 9999;
    transition: all 0.4s ease;
    pointer-events: none;
}

.action-toast.show {
    bottom: 30px;
    opacity: 1;
    pointer-events: auto;
}

.hidden {
    display: none;
}
 .empty-wishlist-outer {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
     
    padding: 20px;
    box-sizing: border-box;
}

.empty-wishlist-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.empty-wishlist-image {
    max-width: 800px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.empty-wishlist-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 16px;
    transition: transform 0.3s ease;
}

.empty-wishlist-button {
    background-color: var(--primary-color);
    color: #fff;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: transform 0.3s ease;
}
/* Hover effect on title when hovering the button */
.empty-wishlist-button:hover,
.empty-wishlist-button:focus {
    transform: translateY(-5px);
}
.triangle-badge {
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 60px solid #e74c3c;
  border-right: 60px solid transparent;
  color: white;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  z-index: 10;
}

.triangle-badge::after {
  content: "Sale";
  position: absolute;
  top: -50px;
  left: 15px;
  transform: rotate(-45deg);
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.single-post-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

.post-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.post-featured-image .featured-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.post-title {
  margin: 0;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

.post-meta .dot {
  margin: 0 4px;
  color: #aaa;
}

.post-content {
  line-height: 1.8;
  font-size: 1rem;
  color: #333;
}

.post-tags {
  font-size: 14px;
  color: #555;
  margin-top: 16px;
}

.author-box {
  display: flex;
  gap: 16px;
  align-items: center;
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 12px;
  margin-top: 32px;
}

.author-avatar img {
  border-radius: 50%;
}

.author-name {
  font-size: 16px;
  font-weight: bold;
}

.author-description {
  font-size: 14px;
  color: #555;
  margin: 4px 0 0;
}

.post-comments {
  margin-top: 48px;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
}

.nav-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #222;
  width: 100%;
  max-width: 48%;
  background: #fafafa;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: transform 0.2s ease;
}

.nav-card:hover {
  transform: translateY(-4px);
}

.nav-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.4;
}

.nav-thumb {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  margin-bottom: 12px;
}

.nav-button {
  font-size: 14px;
  font-weight: 600;
  color: #0073aa;
}
.controls-btn {
    line-height: 1;
    color: white;
    text-align: center;
    outline: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    z-index: 999;
    position: fixed;
    left: 22px;
    top: 22px;
    background: transparent;
    -webkit-backdrop-filter: blur(10px);
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 0;
}
.controls-btn img {
    filter: invert(1);
    min-width: 18px;
}
.live-tag-mobile{
  display: none;
}

.custom-comment-form .comment-row {
    display: flex;
    gap: 1rem;
}

.custom-comment-form .comment-field,
.custom-comment-form .comment-field-full {
    flex: 1;
    margin-bottom: 1rem;
}

.custom-comment-form input,
.custom-comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

.comment-list {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
}

.comment-list li.comment {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 2px solid #eee;
}

.comment-list .children {
    margin-left: 2rem;
    border-left: 2px solid #ddd;
    padding-left: 1rem;
}

.comment-author {
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.comment-content {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}

.custom-submit-button {
    background-color: var(--color-primary);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
    margin-top: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  margin-top: 1rem;
  color: #555;
}
#wp-comment-cookies-consent{
  width: auto;
}
.comment-form-cookies-consent input[type="checkbox"] {
  margin-top: 0.2rem;
  transform: scale(1.2);
  cursor: pointer;
}

.comment-form-cookies-consent label {
  cursor: pointer;
  line-height: 1.4;
}
.custom-submit-button:hover {
    background-color: color-mix(in srgb, var(--color-primary) 85%, black);
    transform: translateY(-1px);
}

.custom-submit-button:active {
    transform: scale(0.98);
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 1rem;
  color: #444;
  transition: all 0.3s ease;
  text-decoration: none;
}

.share-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
@media only screen and (max-width: 768px) {
  .empty-wishlist-outer {
    margin-top:100px;
  }
.similar-product-item .product-image {
   
  max-height: 100%;
   
}
 .proceed-checkout-wrapper {
    position: static;
    width: 100%;
    max-width: none;
    margin: 20px 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }

  .proceed-checkout-wrapper > * {
    padding: 20px;
    background: #fafafa;
    border-radius: 10px;
  }

  .checkout-summary {
    text-align: center;
  }
 .cart-item-image img{
    width:100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;

 }
  .cart-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-item-content{
    margin-left:30px;
  }

  .cart-item-actions {
    align-items: flex-start;
    text-align: left;
    width: 100%;
    margin-left: 30px;
    margin-top: 10px;
  }
     
    .module-tags-contain {
        margin-bottom: 0 !Important;
    }
    .blog-featured-wrapper {
     display: none;
    }
    .product-details-tags {
        position: relative;
        left: 0;
    }
        .module-tags-contain {
        z-index: 900;
        display: flex;
        width: 100% !important;
        padding: 0 8px 8px;
    }
    .woocommerce-breadcrumbs {
    margin-top:100px !important;
    }
    .nav-explore-contain-inner {
        align-items: flex-end;
    }
    .video-home-top {
        justify-content: flex-end ! Important;
    }
    .video-home-top {
        padding: 16px ! Important;
    }
    .controls-btn {
        position: absolute ! Important;
        right: 16px ! Important;
        top: 16px ! Important;
        left: unset !important;
        width: 30px !important;
        height: 30px !important;
        -webkit-tap-highlight-color: transparent;
        -webkit-user-select: none;
        user-select: none;
        outline: none;
    }
        .live-tag-mobile {
        display: inline-block ! Important;
        border-radius: 4px;
        color: #fff !important;
        background: #ba2223 ! Important;
        margin-right: 4px !important;
        width: auto;
        padding: 4px 8px 4px 20px;
        font-size: 0.7em;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.5px;
        position: absolute;
        left: 20px;
        top: 20px;
    }
        .live-tag-mobile:before {
        content: "\2022";
        font-size: 22px;
        position: absolute;
        top: 49%;
        left: 8px;
        transform: translateY(-54%);
        color: white;
    }
}