/* Questo controlla lo stile */

.mip-grid .woocommerce ul.products{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:30px !important;
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
}
.mip-grid .woocommerce ul.products::before,
.mip-grid .woocommerce ul.products::after{
  content:none !important;
  display:none !important;
}
.mip-grid .woocommerce ul.products li.product{
  float:none !important;
  clear:none !important;
  width:auto !important;
  margin:0 !important;
  list-style:none !important;
  border:1px solid #e6e6e6;
  background:#fff;
  padding:22px 18px 18px;
  text-align:center;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
}
.mip-grid .woocommerce ul.products li.product a img{
  display:block !important;
  margin:0 auto 12px !important;
  height:500px !important;
  width:auto !important;
  object-fit:contain !important;
}
.mip-grid .woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:14px !important;
  line-height:1.25 !important;
  margin:8px 0 !important;
  font-weight:500 !important;
}
.mip-grid .woocommerce ul.products li.product .price{
  font-size:14px !important;
  margin:0 0 10px !important;
}
.mip-grid .woocommerce ul.products li.product a.button,
.mip-grid .woocommerce ul.products li.product a.add_to_cart_button{
  display:block !important;
  width:100% !important;
  margin-top:10px !important;
  background:#2c2c2c !important;
  color:#fff !important;
  padding:12px 10px !important;
  text-transform:uppercase !important;
  font-size:12px !important;
  letter-spacing:.6px !important;
  border-radius:0 !important;
  text-align:center !important;
}
.mip-grid .woocommerce ul.products li.product a.button:hover{
  background:#000 !important;
  color:#fff !important;
}
.mip-grid .woocommerce ul.products li.product.outofstock a.button{
  background:#bdbdbd !important;
  cursor:not-allowed !important;
  pointer-events:none !important;
}

body.woocommerce-shop .woocommerce,
body.tax-product_cat .woocommerce{
  width:100% !important;
  max-width:2000px !important;
  margin:0 auto !important;
  padding-left:24px !important;
  padding-right:24px !important;
  box-sizing:border-box;
}
body.woocommerce-shop ul.products.products,
body.tax-product_cat ul.products.products{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(280px,1fr)) !important;
  gap:28px !important;
  align-items:stretch !important;
}
body.woocommerce-shop ul.products.products > li.product,
body.tax-product_cat ul.products.products > li.product{
  float:none !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  list-style:none !important;
  background:#fff !important;
  border:1px solid rgba(0,0,0,.06) !important;
  border-radius:18px !important;
  padding:20px !important;
  box-shadow:0 10px 26px rgba(0,0,0,.05) !important;
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
body.woocommerce-shop ul.products.products > li.product:hover,
body.tax-product_cat ul.products.products > li.product:hover{
  transform:translateY(-2px);
  border-color:rgba(0,0,0,.10) !important;
  box-shadow:0 16px 40px rgba(0,0,0,.07) !important;
}
body.woocommerce-shop ul.products.products > li.product img,
body.tax-product_cat ul.products.products > li.product img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:1/1 !important;
  object-fit:contain !important;
  background:#fafafa !important;
  border-radius:14px !important;
  padding:18px !important;
  margin:0 0 14px 0 !important;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
  display:block !important;
}
body.woocommerce-shop .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce-loop-product__title{
  text-align:center !important;
  font-size:15px !important;
  font-weight:600 !important;
  line-height:1.3 !important;
  margin:0 0 6px 0 !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
  min-height:calc(1.3em * 2) !important;
}
body.woocommerce-shop .price,
body.tax-product_cat .price{
  text-align:center !important;
  font-size:15px !important;
  font-weight:600 !important;
  margin:0 0 14px 0 !important;
}
body.woocommerce-shop .price del,
body.tax-product_cat .price del{
  opacity:.55;
  font-weight:500;
}
body.woocommerce-shop ul.products.products > li.product a.button,
body.tax-product_cat ul.products.products > li.product a.button{
  margin-top:auto !important;
  float:none !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  min-width:170px !important;
  height:44px !important;
  padding:0 18px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
  background:#1f1f1f !important;
  color:#fff !important;
  border-radius:26px !important;
  font-weight:600 !important;
  letter-spacing:.2px !important;
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}
body.woocommerce-shop ul.products.products > li.product a.button:hover,
body.tax-product_cat ul.products.products > li.product a.button:hover{
  background:#000 !important;
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(0,0,0,.14);
}
body.woocommerce-shop .outofstock,
body.tax-product_cat .outofstock{
  text-align:center;
  font-size:12px;
  letter-spacing:.08em;
  opacity:.75;
}

body.woocommerce-checkout,
body.woocommerce-cart,
body.single-product{
  background:#f3f4f6 !important;
}

.im-generic-shell{
  background:#f3f4f6;
}

.im-checkout-shell,
.im-generic-shell{
  padding:48px 16px;
}

.im-checkout-card,
.im-cart-card,
.im-product-card,
.im-generic-card{
  max-width:1100px;
  width:100%;
  margin:0 auto;
  background:#fff;
  border-radius:18px;
  box-shadow:0 25px 60px rgba(0,0,0,.10);
  padding:34px;
  box-sizing:border-box;
}

body.woocommerce-checkout .im-customer-card,
body.woocommerce-checkout #order_review{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:18px;
}

body.woocommerce-checkout .form-row{
  margin:0 0 12px !important;
}
body.woocommerce-checkout form .form-row label{
  margin-bottom:4px !important;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#6b7280;
}
body.woocommerce-checkout form .input-text,
body.woocommerce-checkout form select,
body.woocommerce-checkout form textarea,
body.single-product .im-product-card .input-text,
body.single-product .im-product-card select,
body.single-product .im-product-card textarea{
  padding:12px 12px !important;
  min-height:42px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  background:#f9fafb;
  box-shadow:none;
}

.im-checkout-extras{
  margin:14px 0 10px;
  padding:12px 14px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
}
.im-checkout-extras .form-row{
  margin-bottom:10px !important;
}
.im-checkout-extras label{
  text-transform:none !important;
  letter-spacing:0 !important;
  font-size:14px !important;
  color:#111827 !important;
}

.im-whatsapp-cta{
  display:block;
  margin-top:12px;
  padding:12px 14px;
  border-radius:12px;
  background:#16a34a;
  color:#fff !important;
  text-decoration:none !important;
  font-size:14px;
  line-height:1.3;
}
.im-whatsapp-cta:hover{
  filter:brightness(.95);
}

body.woocommerce-cart .actions .coupon,
body.woocommerce-cart .actions button[name="update_cart"],
body.woocommerce-cart .cart_totals,
body.woocommerce-cart .cross-sells,
body.woocommerce-cart .return-to-shop{
  display:none !important;
}
body.woocommerce-cart table.shop_table{
  border:1px solid #e5e7eb !important;
  border-radius:16px !important;
  overflow:hidden;
  width:100% !important;
}
body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td{
  padding:14px 12px !important;
}

.im-cart-actions-row{
  margin-top:18px;
  display:flex;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:wrap;
}

body.woocommerce-cart a.checkout-button,
body.woocommerce-cart .im-cart-actions-row .button.im-continue-shopping,
body.woocommerce-checkout #place_order,
.woocommerce-message .button.im-continue-shopping-notice,
body.woocommerce-cart .im-empty-cart__btn,
body.single-product .single_add_to_cart_button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:52px !important;
  line-height:1 !important;
  padding:16px 18px !important;
  border-radius:14px !important;
  font-size:16px !important;
  box-sizing:border-box !important;
  white-space:nowrap;
}

.woocommerce-message .button.im-continue-shopping-notice{
  margin-right:10px;
}

body.woocommerce-cart .im-empty-cart{
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#fff;
  padding:38px 22px;
  text-align:center;
  margin:0 auto;
  max-width:720px;
}
body.woocommerce-cart .im-empty-cart__icon{
  font-size:34px;
  margin-bottom:10px;
}
body.woocommerce-cart .im-empty-cart__title{
  font-size:22px;
  margin:0 0 8px;
}
body.woocommerce-cart .im-empty-cart__text{
  margin:0 0 18px;
  color:#6b7280;
  font-size:14px;
}

body.single-product .im-product-card,
body.single-product .im-product-card *{
  text-align:left !important;
}
body.single-product .im-product-card .product{
  margin:0 !important;
}
body.single-product .im-product-card .woocommerce-notices-wrapper{
  margin-bottom:16px;
}
body.single-product .im-product-card .quantity .qty{
  min-height:52px !important;
  border-radius:14px !important;
  border:1px solid #e5e7eb !important;
  background:#f9fafb !important;
  padding:0 12px !important;
}

.im-accordion{
  margin-top:18px;
  border-top:1px solid #e5e7eb;
}
.im-acc-item{
  border-bottom:1px solid #e5e7eb;
}
.im-acc-trigger{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 10px;
  background:transparent;
  border:0;
  cursor:pointer;
  text-align:left;
}
.im-acc-title{
  font-size:37px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:#000;
}
.im-acc-trigger[aria-expanded="true"] .im-acc-title{
  color:#fff;
}
.im-acc-icon{
  width:18px;
  height:18px;
  border-right:3px solid rgba(0,0,0,.9);
  border-bottom:3px solid rgba(0,0,0,.9);
  transform:rotate(45deg);
  transition:transform .18s ease;
  flex:0 0 auto;
  margin-right:6px;
}
.im-acc-trigger[aria-expanded="true"] .im-acc-icon{
  transform:rotate(-135deg);
}
.im-acc-panel{
  padding:0 10px 18px;
}
.im-acc-panel-inner{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:16px;
}

.im-product-info-grid{
  display:grid;
  gap:10px;
}
.im-info-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border:1px solid #e5e7eb;
  border-radius:12px;
}
.im-info-label{
  font-weight:700;
  opacity:.75;
}
.im-info-value{
  font-weight:800;
}

.im-reviews-cta{
  margin:0 0 12px;
}
.im-reviews-cta a{
  font-size:14px;
  text-decoration:underline;
}

.im-acc-recommended .im-reco-grid,
.im-acc-recommended .im-reco-card,
.im-acc-recommended .im-reco-link,
.im-acc-recommended .im-reco-media,
.im-acc-recommended .im-reco-body{
  box-sizing:border-box;
}
.im-acc-recommended .im-reco-grid{
  display:grid;
  gap:18px;
  margin:0;
}
.im-acc-recommended .im-reco-card{
  border:1px solid #e5e7eb;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.im-acc-recommended .im-reco-link{
  display:block;
  text-decoration:none !important;
  color:inherit !important;
  position:relative;
  padding:14px;
}
.im-acc-recommended .im-reco-badge{
  position:absolute;
  top:12px;
  left:12px;
  font-size:12px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  z-index:2;
}
.im-acc-recommended .im-reco-media{
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.im-acc-recommended .im-reco-img{
  width:100% !important;
  height:auto !important;
  display:block;
}
.im-acc-recommended .im-reco-body{
  padding:12px 2px 0;
}
.im-acc-recommended .im-reco-title{
  margin:0;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
}
.im-acc-recommended .im-reco-price{
  margin-top:6px;
  font-size:13px;
  font-weight:700;
}

.woocommerce-product-rating,
a.im-open-reviews{
  float:none !important;
  clear:both !important;
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 0 10px !important;
  padding:0 !important;
  text-align:left !important;
}
.woocommerce-product-rating .star-rating,
a.im-open-reviews .star-rating{
  float:none !important;
  display:inline-block !important;
  vertical-align:middle;
}
.woocommerce-product-rating .star-rating::before,
a.im-open-reviews .star-rating::before{
  color:transparent !important;
  -webkit-text-stroke:1px #c9a227 !important;
  text-stroke:1px #c9a227 !important;
  opacity:.8;
}
.woocommerce-product-rating .star-rating span::before,
a.im-open-reviews .star-rating span::before{
  color:#c9a227 !important;
  -webkit-text-stroke:0 !important;
}
.woocommerce-product-rating .star-rating[aria-label*="0 su 5"] span,
a.im-open-reviews .star-rating[aria-label*="0 su 5"] span{
  width:0% !important;
}

body.single-product .im-product-disclaimer{
  width:100%;
  box-sizing:border-box;
  margin:10px 0 14px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid #fed7aa;
  background:#fff7ed;
  color:#7c2d12;
  font-size:13px;
  line-height:1.35;
}
body.single-product .im-product-disclaimer__wa{
  color:inherit;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:2px;
}
body.single-product .im-product-disclaimer__wa:hover{
  filter:brightness(.9);
}
.im-product-disclaimer .im-disclaimer-list{
  margin:0;
  padding-left:18px;
}
.im-product-disclaimer .im-disclaimer-list li{
  margin:6px 0;
}

.im-acc-item .im-acc-panel-inner img{
  max-width:100% !important;
  height:auto !important;
  display:block;
  margin:10px 0;
}
.im-acc-item .im-acc-panel-inner a{
  text-decoration:underline;
  text-underline-offset:2px;
  font-weight:700;
}

footer.site-footer,
#colophon,
.neve-main footer,
.neve-site-footer,
.neve-footer,
.elementor-location-footer,
.elementor-footer,
.site-footer,
#site-footer,
#footer,
#main-footer{
  display:none !important;
}
body .neve-footer,
body .site-footer,
body #colophon{
  margin:0 !important;
  padding:0 !important;
}

.im-footer{
  background:#343A40 !important;
  color:rgba(255,255,255,.92);
  width:100%;
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
}
.im-footer__inner{
  max-width:1400px;
  margin:0 auto;
  padding:42px 18px 20px;
  box-sizing:border-box;
}
.im-footer__grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr 1fr;
  gap:0;
}
.im-footer__col{
  padding:0 22px;
  box-sizing:border-box;
}
.im-footer__col + .im-footer__col{
  border-left:1px solid rgba(255,255,255,.14);
}
.im-footer__logo{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 0 10px;
  text-decoration:none !important;
}
.im-footer__logo img{
  height:100px;
  width:auto;
  display:block;
  filter:drop-shadow(0 1px 0 rgba(0,0,0,.25));
}
.im-footer__brand{
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  font-size:16px;
  line-height:1.25;
  margin-bottom:12px;
  color:#fff;
}
.im-footer__text{
  font-size:13px;
  line-height:1.55;
  opacity:.92;
  margin-bottom:14px;
}
.im-footer__contacts{
  display:grid;
  gap:8px;
  margin-bottom:14px;
}
.im-footer__note{
  font-size:12.5px;
  line-height:1.45;
  padding:12px;
  border-radius:12px;
  background:rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.10);
}
.im-footer__section{
  margin:0;
}
.im-footer__summary{
  list-style:none;
  cursor:default;
  user-select:none;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:12px;
  color:rgba(255,255,255,.92);
  padding:0 0 12px;
}
.im-footer__summary::-webkit-details-marker{
  display:none;
}
.im-footer__summary::marker{
  content:"";
}
.im-footer__panel{
  padding-bottom:6px;
}
.im-footer__list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}
.im-footer__link{
  color:rgba(255,255,255,.85) !important;
  text-decoration:none !important;
  font-size:13px;
  line-height:1.35;
}
.im-footer__link:hover{
  color:#fff !important;
  text-decoration:underline !important;
  text-underline-offset:3px;
}
.im-footer__bottom{
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.14);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.im-footer__copy{
  font-size:12px;
  opacity:.82;
}
.im-footer__tecsamo{
  color:rgba(255,255,255,.90) !important;
  text-decoration:none !important;
  font-weight:800;
}
.im-footer__tecsamo:hover{
  text-decoration:underline !important;
  text-underline-offset:3px;
}
.im-footer__payments{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.im-pay{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:50px;
  padding:0 30px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.20);
  color:#fff;
  line-height:1;
}
.im-pay__img{
  height:50px !important;
  max-height:50px !important;
  width:auto !important;
  object-fit:contain;
}

.custom-header-icons{
  display:flex;
  align-items:center;
  gap:16px;
}
.custom-header-icons a{
  font-size:18px;
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1d1d1f;
  position:relative;
}
.custom-header-icons a:hover{
  opacity:.75;
}
.builder-item--html{
  display:flex;
  align-items:center;
}
.header-icon-symbol{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:1;
}
.wishlist-link{
  width:24px;
  height:24px;
}
.wishlist-count{
  position:absolute;
  top:-8px;
  right:-10px;
  min-width:18px;
  height:18px;
  border-radius:999px;
  background:#e11d48;
  color:#fff;
  font-size:11px;
  line-height:1;
  display:none;
  align-items:center;
  justify-content:center;
  padding:0 5px;
  font-weight:600;
}

.custom-wishlist-btn{
  position:absolute;
  top:12px;
  right:12px;
  width:38px;
  height:38px;
  border:none;
  border-radius:999px;
  background:#fff;
  box-shadow:0 4px 12px rgba(0,0,0,.10);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:20;
  padding:0;
  font-size:0;
  line-height:0;
  color:transparent;
}
.custom-wishlist-btn::before{
  content:"\2661";
  font-family:Arial,sans-serif;
  font-size:20px;
  line-height:1;
  color:#1d1d1f;
}
.custom-wishlist-btn.is-active::before{
  content:"\2665";
  color:#e11d48;
}
.custom-wishlist-btn:hover{
  transform:scale(1.05);
}
.single-product-wishlist-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  margin:12px 0 20px;
}
.single-product-wishlist-btn{
  position:relative;
  top:auto;
  right:auto;
  width:42px;
  height:42px;
  flex:0 0 42px;
}
.single-product-wishlist-text{
  font-size:14px;
  color:#1d1d1f;
}

.custom-wishlist-page{
  max-width:1200px;
  margin:0 auto;
}
.custom-wishlist-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:24px;
}
.custom-wishlist-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.custom-wishlist-card__image{
  display:block;
  aspect-ratio:1/1;
  background:#fff;
}
.custom-wishlist-card__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:24px;
}
.custom-wishlist-card__content{
  padding:20px;
}
.custom-wishlist-card__title{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.2;
}
.custom-wishlist-card__title a{
  color:#1d1d1f;
  text-decoration:none;
}
.custom-wishlist-card__price{
  margin-bottom:16px;
  font-size:16px;
}
.custom-wishlist-card__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.custom-wishlist-card__view,
.custom-wishlist-remove{
  min-height:42px;
  border-radius:999px;
  padding:10px 16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border:none;
  cursor:pointer;
  font-size:14px;
}
.custom-wishlist-card__view{
  background:#0a66ff;
  color:#fff;
}
.custom-wishlist-remove{
  background:#f3f4f6;
  color:#111827;
}
#custom-wishlist-empty{
  margin-top:20px;
}

@media (min-width:992px){
  body.woocommerce-checkout form.woocommerce-checkout{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:32px;
    align-items:start;
  }
  body.woocommerce-checkout .form-row-third{
    width:32% !important;
    float:left !important;
    clear:none !important;
  }
  body.woocommerce-checkout .im-col-1,
  body.woocommerce-checkout .im-col-2{
    margin-right:2% !important;
  }
  body.single-product .im-product-shell,
  .im-generic-shell{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding-left:32px !important;
    padding-right:32px !important;
    box-sizing:border-box !important;
  }
  body.single-product .site,
  body.single-product .site-content,
  body.single-product .site-main,
  body.single-product .container,
  body.single-product .content-area,
  body.single-product .content,
  body.single-product .wrap,
  body.single-product #primary,
  body.single-product #main,
  .im-generic-shell .site,
  .im-generic-shell .site-content,
  .im-generic-shell .site-main,
  .im-generic-shell .container,
  .im-generic-shell .content-area,
  .im-generic-shell .content,
  .im-generic-shell .wrap,
  .im-generic-shell #primary,
  .im-generic-shell #main{
    max-width:none !important;
    width:100% !important;
  }
  body.single-product .im-product-card,
  .im-generic-card{
    max-width:1600px !important;
  }
  .im-acc-recommended .im-reco-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:1024px){
  .custom-wishlist-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:991px){
  body.woocommerce-checkout .form-row-third{
    width:100% !important;
    float:none !important;
  }
  .im-checkout-shell,
  .im-generic-shell{
    padding:22px 12px !important;
  }
  .im-checkout-card,
  .im-cart-card,
  .im-product-card,
  .im-generic-card{
    width:100% !important;
    max-width:100% !important;
    padding:18px !important;
    border-radius:16px !important;
  }
  body.woocommerce-cart .im-cart-shell{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding-left:12px !important;
    padding-right:12px !important;
    box-sizing:border-box !important;
  }
  body.woocommerce-cart .im-cart-card{
    width:100% !important;
    max-width:100% !important;
  }
  body.woocommerce-cart .site,
  body.woocommerce-cart .site-content,
  body.woocommerce-cart .site-main,
  body.woocommerce-cart .container,
  body.woocommerce-cart .content-area,
  body.woocommerce-cart .content,
  body.woocommerce-cart .wrap,
  body.woocommerce-cart #primary,
  body.woocommerce-cart #main{
    max-width:none !important;
    width:100% !important;
  }
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .im-checkout-card,
  body.woocommerce-cart .im-checkout-card{
    text-align:center !important;
  }
  body.woocommerce-cart table.shop_table th,
  body.woocommerce-cart table.shop_table td{
    text-align:center !important;
  }
  body.woocommerce-checkout .form-row label{
    text-align:center !important;
    width:100%;
  }
  .im-cart-actions-row{
    justify-content:center !important;
    text-align:center !important;
  }
  body.woocommerce-cart a.checkout-button,
  body.woocommerce-cart .im-cart-actions-row .button.im-continue-shopping{
    width:100% !important;
    max-width:340px !important;
    margin:6px auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:52px !important;
    padding:16px 18px !important;
  }
  body.woocommerce-checkout #place_order,
  body.woocommerce-checkout .im-whatsapp-cta{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info{
    text-align:center !important;
  }
  .woocommerce-message a.button,
  .woocommerce-message a{
    float:none !important;
  }
  body.woocommerce-cart .im-empty-cart{
    max-width:100% !important;
    padding:28px 16px !important;
  }
  body.single-product,
  body.single-product .im-product-shell,
  body.single-product .im-product-card,
  .im-generic-shell,
  .im-generic-card{
    overflow-x:hidden !important;
  }
  body.single-product .im-checkout-shell{
    padding:18px 12px !important;
  }
  body.single-product .im-checkout-card{
    max-width:100% !important;
    width:100% !important;
    padding:16px !important;
    border-radius:16px !important;
  }
  body.single-product .im-product-card div.product{
    display:block !important;
  }
  body.single-product .im-product-card div.product div.images,
  body.single-product .im-product-card div.product div.summary{
    float:none !important;
    width:100% !important;
    max-width:100% !important;
  }
  body.single-product .im-product-card .woocommerce-product-gallery,
  body.single-product .im-product-card .woocommerce-product-gallery__wrapper,
  body.single-product .im-product-card img{
    max-width:100% !important;
    height:auto !important;
  }
  body.single-product .im-product-card div.product div.images{
    margin:0 0 16px !important;
  }
  body.single-product .im-product-card div.product div.summary{
    margin:0 !important;
  }
  body.single-product .im-product-card .single_add_to_cart_button{
    width:100% !important;
    max-width:420px !important;
  }
  body.single-product .im-product-card form.cart{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  body.single-product .im-product-card .quantity{
    margin:0 !important;
  }
  .im-acc-title{
    font-size:25px;
  }
  .im-acc-trigger{
    padding:16px 8px;
  }
  .im-acc-recommended .im-reco-grid{
    grid-template-columns:1fr;
  }
  .im-acc-recommended .im-reco-card:nth-child(n+2){
    display:none !important;
  }
}

@media (max-width:768px){
  body.woocommerce-shop ul.products.products,
  body.tax-product_cat ul.products.products{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .im-footer__inner{
    padding:28px 14px 18px;
  }
  .im-footer__grid{
    grid-template-columns:1fr;
  }
  .im-footer__col{
    padding:0;
  }
  .im-footer__col + .im-footer__col{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.14);
    margin-top:14px;
    padding-top:14px;
  }
  .im-footer__summary{
    cursor:pointer;
    padding:12px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }
  .im-footer__summary::after{
    content:"";
    width:12px;
    height:12px;
    border-right:2px solid rgba(255,255,255,.80);
    border-bottom:2px solid rgba(255,255,255,.80);
    transform:rotate(45deg);
    transition:transform .18s ease;
    flex:0 0 auto;
  }
  details[open] > .im-footer__summary::after{
    transform:rotate(-135deg);
  }
  .im-footer__panel{
    padding:10px 12px 14px;
    border-radius:14px;
    background:rgba(0,0,0,.18);
    border:1px solid rgba(255,255,255,.10);
    margin-bottom:8px;
  }
  .im-footer__bottom{
    justify-content:center;
    text-align:center;
  }
  .im-footer__payments{
    justify-content:center;
    width:100%;
  }
  .im-footer__copy{
    width:100%;
  }
}

@media (max-width:767px){
  .custom-wishlist-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .custom-wishlist-btn{
    top:10px;
    right:10px;
    width:36px;
    height:36px;
  }
}

@media (max-width:568px){
  .mip-grid .woocommerce ul.products{
    grid-template-columns:1fr !important;
  }
}