.single-product .main-content {
	max-width: none !important;
    width: 100% !important;
    display: unset !important;
    padding: 0 !important;
}
body.archive.tax-product_cat #top .main-content {
	padding: 0 !important;
}


.container {
  padding: 20px;
  width: 100%;
}

@media (max-width: 1399px) {
  .container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 1099px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.archive-wrapper {
	display: flex;
    align-items: start;
    gap: 48px;
}
.sidebar {
  width: 280px;
  flex-shrink: 0;
}
.sidebar h3 {
    text-transform: uppercase;
    font-family: "brother-1816", sans-serif;
    font-weight: 800;
    font-size: 65%;
    color: #6a4cff;
    margin: 16px 0 4px 0;
}
.sidebar li label {
	font-family: "jaf-domus", sans-serif;
  	font-size: 18px;
}
.sidebar ul li {
	line-height: 120%;
}
.ajax-search-box  {
  background: #e8f4f8;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  border-radius: 14px;
}
.ajax-search-box #ajaxProductSearch {
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 12px;
}
.ajax-search-box input:focus-visible ,
.ajax-search-box input:focus {
  outline: 0;
  border: 0;
}

.filter-section {
  background: white;
  padding: 20px;
  border-radius: 4px;
}

.filter-section h3 {
  text-transform: uppercase;
  font-family: "brother-1816", sans-serif;
  font-weight: 800;
  font-size: 75%;
  color: #6a4cff;
  margin-bottom: 5px;
}

.price-inputs {
  display: flex;
  gap: 10px;
  align-items: center;
}

.price-inputs input {
  -webkit-appearance: none !important;
  border-radius: 0;
  border: none;
  background-color: #edf5f9;
  padding-left: 22px;
  color: #101b49;
  font-weight: 400;
  font-family: "jaf-domus", sans-serif;
  border-radius: 15px;
  width: 80px;
  padding: 8px;
}
.price-inputs input:focus,
.price-inputs input:focus-visible {
  outline: 0;
  border: 0;
}

.price-inputs span {
  color: #999;
}

.filter-option {
  margin-bottom: 10px;
}

.filter-option input[type="checkbox"] {
  margin-right: 8px;
}

.filter-option label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.filter-option .count {
  color: #999;
  margin-left: 4px;
}

.nested-option {
  margin-left: 20px;
  margin-top: 8px;
}

.main-content {
  flex: 1;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.header h1 {
  font-size: 36px;
  color: #1a3a52;
}

.results-info {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.orderby {
  padding: 10px 15px;
  border: 0;
  border-radius: 8px;
  background-color: #edf5f9;
  font-size: 14px;
  cursor: pointer;
  height: auto !important;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.product-card {
  border-radius: 8px;
  /* overflow: hidden; */
  transition: box-shadow 0.3s;
  cursor: pointer;
}

.woocommerce-loop-product__link img {
  width: 100%;
  height: 165px;
  object-fit: contain;
  box-shadow: 0 0 48px rgba(141, 149, 205, 0.25) !important;
  margin-bottom: 0 !important;
}

.product-info {
  padding: 20px 0 0 0;
}

.archive-wrapper .page-title {
	line-height: 1.15;
  	font-size: 45px;
}

.archive-wrapper .woocommerce-loop-product__title {
  font-family: "brother-1816", sans-serif;
  font-size: 25px !important;
  font-weight: 800;
  color: #101b49;
  margin: 16px 0;
  line-height: 120%;
  transition: 0.3s ease-in-out all;
}

.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #cd6aff;
}

.woocommerce-loop-product__link .price {
  font-size: 18px !important;
  color: #ea1a3e !important;
  font-family: "brother-1816", sans-serif !important;
  font-weight: 400 !important;
}

/* Pagination wrapper */
/* Pagination wrapper */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* UL layout */
.pagination .page-numbers {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Page number links */
.pagination .page-numbers li a,
.pagination .page-numbers li span {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    font-size: 18px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    color: #333;
    display: inline-block;
}

/* Hover effect */
.pagination .page-numbers li a:hover {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

/* Active page */
.pagination .page-numbers li .current {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
    cursor: default;
}

/* Dots */
.pagination .page-numbers li .dots {
    cursor: default;
    background: transparent;
    border: none;
}

/* Next / Prev arrows */
.pagination .page-numbers li .next,
.pagination .page-numbers li .prev {
    font-weight: bold;
}

/* Remove Woo default borders */
.pagination ul,
.pagination ul li {
    border: 0 !important;
}


.loading {
  text-align: center;
  padding: 40px;
  color: #666;
}

/* Product Detail */

.product-section {
  overflow-x: hidden;
}
.singleproduct-container {
	display: flex;
    align-items: center;
    justify-content: center;
}
.singleProduct-image-container {
  background: white;
  max-width: auto;
  padding: 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}

.singleproduct-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-details {
  padding-top: 20px;
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #edf5f9;
  padding: 90px 64px 50px 64px;
  position: relative;
  min-height: 85vh;
  margin-bottom: 0;
}
.product-details::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  height: 100%;
  width: 100vw;
  background-color: #edf5f9;
  position: absolute;
}

.category-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999;
  margin-bottom: 15px;
  font-weight: 600;
}

.singleproduct-title {
  font-size: 62px;
  font-weight: 800;
  color: #101b49;
  line-height: 1;
  margin-bottom: 20px;
}

.singleproduct-price {
  color: #cc6aff !important;
  font-size: 25px;
  font-family: "brother-1816", sans-serif;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

.product-description {
  color: #666;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.product-details p { 
    font-family: "jaf-domus", sans-serif;
    color: #101b49;
	font-size: 20px;
	margin-bottom: 6px !important;
}
.quantity-cart-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.quantity-input {
background: #fff !important;
  border: 2px solid #ddd !important;
  border-radius: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  width: 65px !important;
  height: 65px !important;
  font-family: "brother-1816", sans-serif !important;
  font-weight: 700 !important;
  padding: 0 !important;
}

/* .single_add_to_cart_button {
  background: #de6cff !important;
  min-width: 258px; 
  transition: ease 300ms !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 0.75em 2em !important;
  border-radius: 100px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-family: "jaf-domus", sans-serif !important;
  font-weight: 600 !important;
  border: 0 !important;
  cursor: pointer !important;
}
.single_add_to_cart_button::before {
  content: "";
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  background-image: linear-gradient(50deg, #6a4cff, #de6cff) !important;
  z-index: 0 !important;
  transition: opacity 200ms ease !important;
}
.single_add_to_cart_button span {
  z-index: 1 !important;
  position: relative !important;
}

.single_add_to_cart_button:hover::before {
  opacity: 0;
} */

.product-meta {
  padding-top: 25px;
  margin-bottom: 25px;
}

.meta-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.meta-label {
	    font-family: "brother-1816", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
  color: #333;
}

.meta-value {
  color: #666;
}

.share-section {
  border-top: 4px solid rgba(0, 0, 0, 0.55);
  padding-top: 25px;
}

.share-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.share-section .share-label {
font-family: "brother-1816", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    opacity: 0.55;
    text-transform: uppercase;
    padding-right: 4px;
  color: #101b49 !important;  
}
.share-section .share-icons {
	display: flex;
    align-items: center;
    gap: 14px;
}
.share-section .share-icons a {
  color: #101b49 !important;
  font-size: 23px;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0.7;
}

.share-icons a:hover {
  opacity: 1;
}

.tabs-section {
  background: #101b49;
  padding: 150px 20px;
}

.tabs-container {
  width: -webkit-fill-available;
  max-width: 960px;
  padding-left: 64px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.tab-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  justify-content: start;
}

.tab-btn {
  font-family: "jaf-domus", sans-serif !important;
  background-color: rgba(106, 76, 255, 0.53);
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
  font-weight: 600;
  transition: color 150ms ease, background-color 150ms ease;
  padding: 15px 55px 17px;
}

.tab-btn.active {
  background-color: #6a4cff;
  color: white;
}

.tab-content {
  display: none;
}

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

.tab-title {
  font-size: 32px;
  font-family: "brother-1816", sans-serif;
  color: #cc6aff;
  margin-bottom: 30px;
  font-weight: 800;
}

.info-table {
  max-width: 600px;
}

.info-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  padding: 15px 0;
}

.info-label {
  color: white;
  font-weight: 600;
  font-size: 23px;
  text-transform: capitalize;
}

.info-value {
  color: #a855f7;
  font-size: 23px;
  font-style: italic;
}

/*  */
.related-products-section {
    margin-top: 80px;
}

.related-products-section .related-products-title {
    text-align: center;
      color: #6a4cff;
      font-family: "jaf-domus", sans-serif;
      font-weight: 300;
      font-size: 65px;
      margin-bottom: 1.18em;
}

.related-products-section .products-grid-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}
.related-products-section .related-products-wrapper {
	max-width: 1400px;
  width: 85%;
  margin: 0 auto;
  padding: 80px 0;
}
.related-products-section .related-products-wrapper .products-grid-2 .product-title {
	color: #101b49;
  font-size: 25px;
  line-height: 150%;
  font-family: "brother-1816", sans-serif;
  font-weight: 800;
  padding-bottom: 8px;
  padding-top: 0;
  transition: color 200ms ease;
}

.related-products-section .related-products-wrapper .products-grid-2 .product-card:hover .product-title {
    color: #cd6aff;
}

.related-products-section .related-products-wrapper .products-grid-2 .woocommerce-Price-amount {
    font-size: 18px !important;
    color: #ea1a3e !important;
    font-family: "brother-1816", sans-serif !important;
    font-weight: 400 !important;
}


@media (max-width: 1199px) {
  .product-details {
    padding: 32px 24px 32px 24px;
    min-height: auto;
  }
  .quantity-cart-section {
    margin-bottom: 16px;
  }
  .singleproduct-title {
    font-size: 38px;
    line-height: 1;
  }
  .tabs-container {
    max-width: 75%;
  }
}

@media (max-width: 992px) {	
    .singleproduct-container {
    	justify-content: start;
    }
    .archive-wrapper {
    	flex-direction: column-reverse;
    }
  .product-title {
    font-size: 28px;
  }
  
  .related-products-section .products-grid-2 {
        grid-template-columns: repeat(3, 1fr);
	}
    .related-products-section .products-grid-2 .product-title {
    	font-size: 20px;
  }
  .tabs-container {
        max-width: 85%;
    }
}

@media (max-width: 575px) {
  .container {
    flex-direction: column-reverse;
    row-gap: 64px;
    padding: 0;
  }
  .singleproduct-container {
  	flex-direction: column;
    row-gap: 64px;
  }
  .header {
    align-items: flex-start;
    flex-direction: column;
  }
  .sort-dropdown {
    margin-left: auto;
  }
  .filter-section {
    padding: 0 20px;
  }
  .sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .filter-section {
  	padding: 0; 
  }
  .filter-section h3 {
  	margin-bottom: 16px;
  }
  .search-box {
  	margin-bottom: 0;
  }
  .price-inputs input {
  	font-size: 16px;
  }
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 16px;
  }
  .product-title {
    font-size: 16px;
  }
  
  /* Single Product Page */
  .container.singleproduct-container {
    flex-direction: column;
    row-gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .singleProduct-image-container ,
  .product-details {
    width: 100%;
  }
  .singleProduct-image-container {
    padding: 16px;
  }
  .singleproduct-title {
    font-size: 26px;
  }
  .singleproduct-price {
    font-size: 21px;
  }
  .quantity-input {
  	width: 48px !important;
    height: 48px !important;
  }
  .single_add_to_cart_button {
    font-size: 16px !important;
    min-width: auto;
  }
  .tabs-container {
    max-width: 90%;
  }
  .tab-buttons {
    flex-direction: column;
  }
  .tab-buttons .tab-btn {
    width: 100%;
    font-size: 16px;
  }
  .tab-title {
    font-size: 22px;
  }
  
  .pagination .woocommerce-pagination .page-numbers {
  	    flex-wrap: wrap;
    justify-content: center;
  }
  
  .zoho-mailing-list-container form .vitali-custom-input-container input[type="text"] {
  	padding-left: 24px !important;
  }
  
  .related-products-section .products-grid-2 {
        grid-template-columns: repeat(1, 1fr);
	}
    
    .related-products-section .related-products-title {
    	font-size: 40px;
    }
    .related-products-section .related-products-wrapper .products-grid-2 img { 
    	width: 100%;
    }
}



/* Cart Page */
body.woocommerce-cart .wp-block-woocommerce-cart ,
body.woocommerce-checkout .wp-block-woocommerce-checkout
{
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

body.woocommerce-cart .wc-block-components-product-metadata__description h3 {
	line-height: 1.2 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-family: "jaf-domus", sans-serif !important;

}

body.woocommerce-cart .wc-block-components-panel__button ,
body.woocommerce-cart .wc-block-components-product-metadata__description p ,
body.woocommerce-cart .wc-block-components-totals-footer-item-shipping ,
body.woocommerce-checkout .wc-block-components-panel__button ,
body.woocommerce-checkout .wc-block-components-product-metadata__description p ,
body.woocommerce-checkout .wc-block-components-totals-footer-item-shipping
{
	font-size: 16px !important;
}

body.woocommerce-cart .wc-block-cart-items__header span ,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block ,
body.woocommerce-cart .wc-block-components-product-name ,
body.woocommerce-cart .price.wc-block-components-product-price ,
body.woocommerce-checkout .wc-block-components-product-name
{
	font-size: 18px !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__button ,
body.woocommerce-checkout .wc-block-components-totals-coupon__button {
	padding: 12px 0 !important;
    min-height: auto !important;
    font-size: 14px !important;
    border-radius: 16px;
}


.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
	height: 64px !important;
    
}

.wc-block-components-form .wc-block-components-text-input.is-active label {
	    top: 4px !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout p ,
body.woocommerce-checkout .wp-block-woocommerce-checkout span 
{
	font-size: 18px !important;
}


body.woocommerce-checkout .wc-block-components-button {
	background-color: #6a4cff !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 16px;
    transition: 0.3s ease-in all;
}
body.woocommerce-checkout .wc-block-components-button:hover {
	background-color: #de6cff !important;
}



/* Header */
header .cart-link {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #343a40 ;
	position: relative;
}
header .cart-link .cart-link-bubble { 
	position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: #101b49;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.woocommerce-message {
	transition: all;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 1em 2em;
    margin: 0px 0px 2em;
    position: relative;
    background-color: rgb(237, 245, 249);
    color: rgb(16, 27, 73);
    border-top: none;
    list-style: outside none;
    width: auto;
    overflow-wrap: break-word;
    border-radius: 15px;
    font-weight: 600;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.1;
}
.woocommerce-message::before ,
.woocommerce-message::after {
	display: none;
}


.woocommerce-message .button.wc-forward {
	background-color: #6a4cff !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 16px;
    transition: 0.3s ease-in all;
}
.woocommerce-message .button.wc-forward:hover {
	background-color: #de6cff !important;
}




/* ************* */
/* OVERWRITE CSS */
/* ************* */
.related-products-section .swiper {
    padding: 20px 0 50px;
}

.related-products-section .swiper-slide {
    height: auto;
}

.related-products-section .swiper-button-next,
.related-products-section .swiper-button-prev {
    color: #000;
}

.related-products-section .swiper-pagination-bullet-active {
    background: #000;
}


.woocommerce-checkout .asen-page-banner h1.default {
  font-size: 64px !important;
}
span.webtoffee_wishlist.wt-wishlist-button {
    color: #6a4cff;
}

/* ************* */
/* OVERWRITE CSS */
/* ************* */
