/* =========================================================================
   IRS Single Product Redesign
   Scope: body.single-product (Elementor Single-Product template)
   Design system shared with irs-home-redesign.css
   ========================================================================= */
:root{
  --irs-navy:#002159;
  --irs-navy-d:#0041a3;
  --irs-ink:#1f2937;
  --irs-teal:#009fa8;
  --irs-teal-d:#008b94;
  --irs-tint:#eef3fb;
  --irs-tint-2:#f2f6fc;
  --irs-muted:#6b7280;
  --irs-line:#e3e9f2;
  --irs-radius:18px;
}

/* -------------------------------------------------------------------------
   1. Two-column layout  (row = 8a95182 → gallery b3f65d2 + summary c974fae)
   ---------------------------------------------------------------------- */
body.single-product .elementor-element-8a95182{
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start !important;
  gap:48px !important;
  flex-wrap:nowrap !important;
}
body.single-product .elementor-element-b3f65d2{  /* gallery col */
  flex:0 0 46% !important;max-width:46% !important;width:46% !important;
  position:sticky;top:24px;
}
body.single-product .elementor-element-c974fae{  /* summary col */
  flex:1 1 auto !important;max-width:54% !important;
  display:flex;flex-direction:column;gap:20px !important;
}
/* even out spacing: let the flex gap own the rhythm, zero the widget margins */
body.single-product .elementor-element-c974fae > .elementor-element{margin:0 !important;}
@media (max-width:1024px){
  body.single-product .elementor-element-8a95182{gap:32px !important;}
}
@media (max-width:880px){
  body.single-product .elementor-element-8a95182{flex-direction:column !important;}
  body.single-product .elementor-element-b3f65d2,
  body.single-product .elementor-element-c974fae{
    flex-basis:100% !important;max-width:100% !important;width:100% !important;position:static;
  }
}

/* -------------------------------------------------------------------------
   2. Gallery card
   ---------------------------------------------------------------------- */
body.single-product .elementor-element-0643d7c .woocommerce-product-gallery{
  position:relative;
  background:#fff;
  border:1px solid var(--irs-line);
  border-radius:var(--irs-radius);
  padding:26px;
  box-shadow:0 10px 30px rgba(2,33,89,.06);
}
body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0;}
body.single-product .woocommerce-product-gallery__image a{display:block;}
body.single-product .woocommerce-product-gallery__image img{
  border-radius:14px;
  background:radial-gradient(circle at 50% 42%, #ffffff 0%, #f2f6fb 55%, #e8eef8 100%);
  padding:26px;
  width:100%;height:auto;
  aspect-ratio:1/1;object-fit:contain;
}
/* zoom / lightbox trigger stays usable */
body.single-product .woocommerce-product-gallery .flex-viewport{border-radius:14px;overflow:hidden;}
/* thumbnails (multi-image products) */
body.single-product .woocommerce-product-gallery .flex-control-thumbs{
  display:flex;gap:10px;margin:16px 0 0;padding:0;list-style:none;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs li{width:auto;margin:0;}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img{
  width:66px;height:66px;object-fit:cover;border-radius:10px;
  border:1px solid var(--irs-line);padding:4px;background:#fff;cursor:pointer;opacity:.7;
  transition:opacity .15s ease,border-color .15s ease;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover,
body.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active{opacity:1;border-color:var(--irs-teal);}

/* Fresh badge overlay (added by JS) */
.irs-sp-badge{
  position:absolute;top:22px;left:22px;z-index:4;
  display:inline-flex;align-items:center;gap:6px;
  background:#e0f4f5;color:var(--irs-teal-d);
  font-size:12.5px;font-weight:700;line-height:1;
  padding:8px 13px;border-radius:999px;
  box-shadow:0 2px 8px rgba(0,159,168,.15);
}
.irs-sp-badge__ico{display:inline-flex;color:var(--irs-teal);}
.irs-sp-badge__ico svg{width:14px;height:14px;}

/* -------------------------------------------------------------------------
   3. Breadcrumb (119d5aa)
   ---------------------------------------------------------------------- */
body.single-product .elementor-element-119d5aa .woocommerce-breadcrumb{
  font-size:13px;color:var(--irs-muted);margin:0 0 4px;
  display:flex;flex-wrap:wrap;align-items:center;gap:6px;
}
body.single-product .elementor-element-119d5aa .woocommerce-breadcrumb a{
  color:var(--irs-muted);text-decoration:none;transition:color .15s ease;
}
body.single-product .elementor-element-119d5aa .woocommerce-breadcrumb a:hover{color:var(--irs-teal-d);}

/* -------------------------------------------------------------------------
   4. Title (d87b311)
   ---------------------------------------------------------------------- */
body.single-product .elementor-element-d87b311 .product_title{
  color:var(--irs-navy);
  font-size:30px;line-height:1.2;font-weight:800;letter-spacing:-.3px;
  margin:0;
}

/* -------------------------------------------------------------------------
   5. Price (8650c17)
   ---------------------------------------------------------------------- */
body.single-product .elementor-element-8650c17{
  border-bottom:1px solid var(--irs-line);padding-bottom:18px;margin-bottom:4px;
}
body.single-product .elementor-element-8650c17 .price,
body.single-product .elementor-element-8650c17 .price .amount{
  color:var(--irs-navy);font-size:30px;font-weight:800;line-height:1;margin:0;
}
body.single-product .elementor-element-8650c17 .price del,
body.single-product .elementor-element-8650c17 .price del .amount{
  color:#9aa3b2;font-weight:500;font-size:19px;margin-right:10px;
}
body.single-product .elementor-element-8650c17 .price ins{text-decoration:none;}
body.single-product .elementor-element-8650c17 .price .woocommerce-Price-currencySymbol{font-weight:700;font-size:20px;vertical-align:2px;}

/* -------------------------------------------------------------------------
   6. Add-to-cart block (342aa26): stock pill, qty stepper, button
   ---------------------------------------------------------------------- */
body.single-product .elementor-element-342aa26{margin-top:6px;}

/* stock pill */
body.single-product .elementor-add-to-cart p.stock{
  display:inline-flex;align-items:center;gap:8px;
  font-size:13px;font-weight:700;line-height:1;margin:0 0 18px;
  padding:8px 14px;border-radius:999px;
}
body.single-product .elementor-add-to-cart p.stock.in-stock{background:#e7f7ec;color:#137a3b;}
body.single-product .elementor-add-to-cart p.stock.in-stock::before{
  content:"";width:8px;height:8px;border-radius:50%;background:#22a355;
  box-shadow:0 0 0 3px rgba(34,163,85,.18);
}
body.single-product .elementor-add-to-cart p.stock.out-of-stock{background:#fdecec;color:#c0392b;}

/* the cart form as a flex row */
body.single-product .elementor-add-to-cart form.cart{
  display:flex;align-items:stretch;gap:12px;flex-wrap:wrap;margin:0;
}

/* quantity stepper */
body.single-product .elementor-add-to-cart form.cart .quantity{
  display:inline-flex;align-items:center;
  border:1px solid var(--irs-line);border-radius:12px;overflow:hidden;background:#fff;
  height:54px;
}
body.single-product .elementor-add-to-cart form.cart .quantity input.qty{
  width:56px;height:52px;text-align:center;border:0;background:#fff;
  font-size:16px;font-weight:700;color:var(--irs-ink);box-shadow:none;
  -moz-appearance:textfield;padding:0;
}
body.single-product .elementor-add-to-cart form.cart .quantity input.qty::-webkit-outer-spin-button,
body.single-product .elementor-add-to-cart form.cart .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
/* injected +/- buttons */
.irs-sp-qbtn{
  width:44px;height:52px;border:0;background:#fff;color:var(--irs-navy);
  font-size:20px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;
  transition:background .15s ease;
}
.irs-sp-qbtn:first-child{border-right:1px solid var(--irs-line);}
.irs-sp-qbtn:last-child{border-left:1px solid var(--irs-line);}
.irs-sp-qbtn:hover{background:var(--irs-tint);}

/* add-to-cart button */
body.single-product .elementor-add-to-cart form.cart button.single_add_to_cart_button{
  flex:1 1 auto;min-width:200px;height:54px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--irs-navy);color:#fff;border:0;border-radius:12px;
  font-size:15.5px;font-weight:700;letter-spacing:.2px;text-transform:none;
  box-shadow:0 8px 20px rgba(0,33,89,.18);
  transition:background .15s ease,transform .15s ease,box-shadow .15s ease;
}
body.single-product .elementor-add-to-cart form.cart button.single_add_to_cart_button::before{
  content:"";width:19px;height:19px;flex:0 0 auto;
  background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM6.2 6l1.2 6.6c.1.7.7 1.1 1.4 1.1h7.8c.7 0 1.2-.4 1.4-1L20 7H6.4L6 4.8C5.9 4.3 5.5 4 5 4H2v2h2.3l.9 0z'/%3E%3C/svg%3E");
}
body.single-product .elementor-add-to-cart form.cart button.single_add_to_cart_button:hover{
  background:var(--irs-navy-d);transform:translateY(-1px);box-shadow:0 12px 26px rgba(0,33,89,.24);
}
body.single-product .elementor-add-to-cart form.cart button.single_add_to_cart_button:active{transform:translateY(0);}

@media (max-width:520px){
  body.single-product .elementor-add-to-cart form.cart{flex-direction:column;}
  body.single-product .elementor-add-to-cart form.cart .quantity{width:100%;justify-content:space-between;}
  body.single-product .elementor-add-to-cart form.cart .quantity input.qty{flex:1 1 auto;width:auto;}
  body.single-product .elementor-add-to-cart form.cart button.single_add_to_cart_button{width:100%;}
}

/* -------------------------------------------------------------------------
   7. Highlights + trust badges + meta (injected after form)
   ---------------------------------------------------------------------- */
.irs-sp-extra{margin-top:24px;display:flex;flex-direction:column;gap:22px;}

.irs-sp-highlights__title{
  font-size:14px;font-weight:800;color:var(--irs-navy);margin:0 0 10px;
  text-transform:uppercase;letter-spacing:.6px;
}
.irs-sp-highlights__list{list-style:none;margin:0;padding:0;display:grid;gap:9px;}
.irs-sp-highlights__list li{
  display:flex;align-items:center;gap:10px;font-size:14.5px;color:var(--irs-ink);line-height:1.4;
}
.irs-sp-hi-ico{
  flex:0 0 auto;width:24px;height:24px;border-radius:50%;
  background:#e0f4f5;color:var(--irs-teal-d);
  display:inline-flex;align-items:center;justify-content:center;
}
.irs-sp-hi-ico svg{width:15px;height:15px;}

/* trust grid */
.irs-sp-trust{
  list-style:none;margin:0;padding:18px;
  display:grid;grid-template-columns:1fr 1fr;gap:16px 18px;
  background:var(--irs-tint-2);border:1px solid var(--irs-line);border-radius:14px;
}
.irs-sp-trust__item{display:flex;align-items:center;gap:12px;}
.irs-sp-trust__ico{
  flex:0 0 auto;width:42px;height:42px;border-radius:12px;
  background:#fff;border:1px solid var(--irs-line);color:var(--irs-navy);
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 2px 6px rgba(2,33,89,.05);
}
.irs-sp-trust__txt{display:flex;flex-direction:column;line-height:1.25;}
.irs-sp-trust__txt strong{font-size:13.5px;color:var(--irs-ink);font-weight:700;}
.irs-sp-trust__txt em{font-size:12px;color:var(--irs-muted);font-style:normal;margin-top:2px;}
@media (max-width:520px){.irs-sp-trust{grid-template-columns:1fr;}}

/* meta */
.irs-sp-meta{display:flex;flex-direction:column;gap:8px;font-size:13.5px;}
.irs-sp-meta__row{display:flex;gap:8px;}
.irs-sp-meta__k{color:var(--irs-muted);min-width:74px;font-weight:600;}
.irs-sp-meta__v{color:var(--irs-ink);font-weight:600;}
.irs-sp-meta__v a{color:var(--irs-teal-d);text-decoration:none;}
.irs-sp-meta__v a:hover{text-decoration:underline;}

/* -------------------------------------------------------------------------
   8. Tabs (714f672)
   ---------------------------------------------------------------------- */
body.single-product .elementor-element-84ad38a{margin-top:56px;}
body.single-product .woocommerce-tabs ul.tabs.wc-tabs{
  display:flex;flex-wrap:wrap;gap:8px;margin:0 0 24px;padding:0 0 2px;
  border-bottom:1px solid var(--irs-line);list-style:none;
}
body.single-product .woocommerce-tabs ul.tabs.wc-tabs::before,
body.single-product .woocommerce-tabs ul.tabs.wc-tabs::after{display:none;}
body.single-product .woocommerce-tabs ul.tabs li{
  margin:0;padding:0;background:none;border:0;border-radius:0;
}
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after{display:none;}
body.single-product .woocommerce-tabs ul.tabs li a{
  display:inline-block;padding:12px 6px;margin:0;
  font-size:15px;font-weight:700;color:var(--irs-muted);text-decoration:none;
  border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;
}
body.single-product .woocommerce-tabs ul.tabs li a:hover{color:var(--irs-navy);}
body.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--irs-navy);border-bottom-color:var(--irs-navy);}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel{
  font-size:15px;line-height:1.75;color:var(--irs-ink);margin:0;
}
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2{
  font-size:20px;font-weight:800;color:var(--irs-navy);margin:0 0 14px;
}

/* -------------------------------------------------------------------------
   8b. REVIEWS — redesigned (two-panel: summary/empty-state + review form)
   ---------------------------------------------------------------------- */
body.single-product #reviews{
  display:grid;grid-template-columns:1fr 1.25fr;gap:26px;align-items:start;
}
@media (max-width:880px){
  body.single-product #reviews{grid-template-columns:1fr;gap:20px;}
}

/* --- left panel: reviews list / empty state --- */
body.single-product #reviews #comments{
  background:linear-gradient(180deg,var(--irs-tint-2),#fff);
  border:1px solid var(--irs-line);border-radius:16px;padding:26px 24px;
}
body.single-product #reviews .woocommerce-Reviews-title{
  font-size:18px;font-weight:800;color:var(--irs-navy);margin:0 0 16px;
}
/* friendly empty state */
body.single-product .woocommerce-noreviews{
  position:relative;list-style:none;text-align:center;
  background:#fff;border:1px dashed var(--irs-line);border-radius:14px;
  padding:30px 20px 24px;margin:0;color:var(--irs-muted);font-size:14.5px;line-height:1.5;
}
body.single-product .woocommerce-noreviews::before{
  content:"";display:block;width:46px;height:46px;margin:0 auto 12px;border-radius:50%;
  background:var(--irs-tint) no-repeat center/22px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23002159' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}
body.single-product .woocommerce-noreviews::after{
  content:"Be the first to share your experience.";
  display:block;margin-top:6px;font-size:13px;color:#9aa3b2;
}
/* existing review items (when present) */
body.single-product #reviews ol.commentlist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;}
body.single-product #reviews ol.commentlist li.review .comment_container{
  background:#fff;border:1px solid var(--irs-line);border-radius:12px;padding:16px 18px;display:flex;gap:14px;
}
body.single-product #reviews ol.commentlist img.avatar{
  width:44px;height:44px;border-radius:50%;border:1px solid var(--irs-line);margin:0;position:static;float:none;
}
body.single-product #reviews .comment-text{margin:0;}
body.single-product #reviews .woocommerce-review__author{font-weight:700;color:var(--irs-navy);}
body.single-product #reviews .woocommerce-review__published-date{color:#9aa3b2;font-size:12.5px;}

/* --- right panel: write-a-review form --- */
body.single-product #review_form_wrapper{
  background:#fff;border:1px solid var(--irs-line);border-radius:16px;padding:26px 24px;
  box-shadow:0 6px 20px rgba(2,33,89,.05);
}
body.single-product #reviews .comment-reply-title{
  display:block;font-size:18px;font-weight:800;color:var(--irs-navy);margin:0 0 4px;
}
body.single-product #reviews .comment-reply-title a{font-size:13px;font-weight:600;color:var(--irs-teal-d);text-decoration:none;margin-left:8px;}
body.single-product #reviews .comment-notes{font-size:12.5px;color:var(--irs-muted);margin:0 0 18px;}
body.single-product #reviews .comment-form{margin:0;}
body.single-product #reviews .comment-form > p{margin:0 0 16px;}
body.single-product #reviews .comment-form label{
  display:block;font-size:13px;font-weight:700;color:var(--irs-ink);margin:0 0 7px;
}
body.single-product #reviews .comment-form input[type="text"],
body.single-product #reviews .comment-form input[type="email"],
body.single-product #reviews .comment-form textarea{
  border:1px solid var(--irs-line);border-radius:10px;padding:12px 14px;font-size:14px;
  background:#fbfcfe;color:var(--irs-ink);width:100%;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;
}
body.single-product #reviews .comment-form textarea{min-height:120px;resize:vertical;}
body.single-product #reviews .comment-form input:focus,
body.single-product #reviews .comment-form textarea:focus{
  outline:none;background:#fff;border-color:var(--irs-navy-d);box-shadow:0 0 0 3px rgba(0,65,163,.12);
}
/* star rating — recolor WooCommerce's native star widget (don't replace its glyphs) */
body.single-product #reviews .comment-form-rating{margin-bottom:16px;}
body.single-product #reviews .comment-form-rating label{display:inline-block;margin:0 0 7px;}
body.single-product #reviews p.stars{margin:0;font-size:24px;}
body.single-product #reviews p.stars a,
body.single-product #reviews p.stars a::before{color:#d7deea;transition:color .12s ease;}
body.single-product #reviews p.stars a:hover,
body.single-product #reviews p.stars a:hover::before,
body.single-product #reviews p.stars a.active,
body.single-product #reviews p.stars a.active::before,
body.single-product #reviews p.stars.selected a.active,
body.single-product #reviews p.stars.selected a.active::before{color:#f5b301;}
/* select fallback (before stars JS enhances it) */
body.single-product #reviews select#rating{
  -webkit-appearance:none;appearance:none;
  background:#fbfcfe url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='14' height='14'%3E%3Cpath fill='none' stroke='%23002159' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
  border:1px solid var(--irs-line);border-radius:10px;padding:11px 40px 11px 14px;
  font-size:14px;color:var(--irs-ink);cursor:pointer;
}
/* cookies consent checkbox row */
body.single-product #reviews .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:9px;}
body.single-product #reviews .comment-form-cookies-consent label{display:inline;font-weight:500;font-size:12.5px;color:var(--irs-muted);margin:0;}
body.single-product #reviews .comment-form-cookies-consent input{margin-top:2px;accent-color:var(--irs-navy);}
/* submit */
body.single-product #reviews .form-submit{margin:6px 0 0;}
body.single-product #reviews .comment-form .submit,
body.single-product #reviews input#submit{
  background:var(--irs-navy) !important;color:#fff !important;border:0 !important;
  border-radius:10px !important;padding:13px 30px !important;font-weight:700 !important;
  font-size:14.5px !important;cursor:pointer;box-shadow:0 8px 20px rgba(0,33,89,.18);
  transition:background .15s ease,transform .15s ease;
}
body.single-product #reviews input#submit:hover{background:var(--irs-navy-d) !important;transform:translateY(-1px);}
/* login-required notice */
body.single-product #reviews .woocommerce-verification-required,
body.single-product #reviews .must-log-in{
  background:var(--irs-tint-2);border:1px solid var(--irs-line);border-radius:12px;
  padding:14px 16px;font-size:13.5px;color:var(--irs-muted);
}
body.single-product #reviews .must-log-in a{color:var(--irs-teal-d);text-decoration:none;font-weight:600;}

/* =========================================================================
   9. RELATED PRODUCTS — mirror the home-page product cards
   (home CSS only scopes to woocommerce-products / wc-archive-products;
    the loop overlays/qty/cart-icon are already injected by irs-home-redesign)
   ========================================================================= */
body.single-product .related.products > h2{
  font-size:24px;font-weight:800;color:var(--irs-navy);margin:0 0 22px;letter-spacing:-.3px;
}
.elementor-widget-woocommerce-product-related ul.products{
  display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:22px;margin:0;padding:0;list-style:none;
}
@media (max-width:1200px){.elementor-widget-woocommerce-product-related ul.products{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}}
@media (max-width:1024px){.elementor-widget-woocommerce-product-related ul.products{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}
@media (max-width:768px){.elementor-widget-woocommerce-product-related ul.products{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px;}}

.elementor-widget-woocommerce-product-related ul.products li.product{
  position:relative;display:flex;flex-direction:column;
  background:#fff;border:1px solid var(--irs-line);border-radius:16px;
  padding:14px 14px 16px;margin:0 !important;width:auto !important;float:none !important;
  box-shadow:0 1px 2px rgba(2,33,89,.04);
  transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;
}
.elementor-widget-woocommerce-product-related ul.products li.product::before,
.elementor-widget-woocommerce-product-related ul.products li.product::after{display:none !important;}
.elementor-widget-woocommerce-product-related ul.products li.product:hover{
  box-shadow:0 10px 26px rgba(2,33,89,.10);border-color:#c9d7ee;transform:translateY(-3px);
}
.elementor-widget-woocommerce-product-related ul.products li.product a.woocommerce-LoopProduct-link{
  display:block;color:inherit;text-decoration:none;
}
.elementor-widget-woocommerce-product-related ul.products li.product a.woocommerce-LoopProduct-link img{
  display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;
  background:radial-gradient(circle at 50% 42%, #ffffff 0%, #f2f6fb 55%, #e8eef8 100%);
  border-radius:12px;padding:18px;margin:0 0 14px;
}
/* Fresh badge */
.elementor-widget-woocommerce-product-related li.product .irs-badge{
  position:absolute;top:22px;left:22px;z-index:3;display:inline-flex;align-items:center;gap:5px;
  background:#e0f4f5;color:var(--irs-teal-d);font-size:12px;font-weight:600;line-height:1;
  padding:6px 10px;border-radius:999px;
}
/* Wishlist */
.elementor-widget-woocommerce-product-related li.product .irs-wish{
  position:absolute;top:20px;right:20px;z-index:3;width:34px;height:34px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;border:1px solid var(--irs-line);color:#8a938c;cursor:pointer;
  box-shadow:0 1px 3px rgba(2,33,89,.08);padding:0;
  transition:color .15s ease,border-color .15s ease,background .15s ease;
}
.elementor-widget-woocommerce-product-related li.product .irs-wish:hover{color:#e0533a;border-color:#f2c8bf;background:#fff6f4;}
.elementor-widget-woocommerce-product-related li.product .irs-wish.is-active svg path{fill:#e0533a;stroke:#e0533a;}
/* Title */
.elementor-widget-woocommerce-product-related ul.products li.product .woocommerce-loop-product__title{
  font-size:14px;font-weight:700;line-height:1.35;color:var(--irs-ink);
  text-align:center;padding:0;margin:0 0 8px;
}
/* Feature tags */
.elementor-widget-woocommerce-product-related li.product .irs-tags{
  list-style:none;margin:0 0 10px;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:6px 14px;
}
.elementor-widget-woocommerce-product-related li.product .irs-tags__item{
  display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--irs-muted);line-height:1;
}
.elementor-widget-woocommerce-product-related li.product .irs-tags__ico{display:inline-flex;color:var(--irs-teal);}
/* Price */
.elementor-widget-woocommerce-product-related ul.products li.product .price{
  display:block;text-align:center;color:var(--irs-navy);font-size:17px;font-weight:700;margin:0 0 14px;
}
.elementor-widget-woocommerce-product-related ul.products li.product .price del{color:#9aa39c;font-weight:500;font-size:14px;margin-right:6px;}
.elementor-widget-woocommerce-product-related ul.products li.product .price ins{text-decoration:none;}
/* Cart row */
.elementor-widget-woocommerce-product-related li.product .irs-cart-row{
  margin-top:auto;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:stretch;gap:10px;
}
.elementor-widget-woocommerce-product-related li.product .irs-qty{
  display:inline-flex;align-items:center;border:1px solid var(--irs-line);border-radius:10px;overflow:hidden;flex:0 0 auto;background:#fff;
}
.elementor-widget-woocommerce-product-related li.product .irs-qty__btn{
  width:28px;min-width:28px;height:40px;border:0;background:#fff;color:#3a463d;font-size:16px;line-height:1;
  cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;flex:0 0 auto;
}
.elementor-widget-woocommerce-product-related li.product .irs-qty__btn:hover{background:var(--irs-tint);}
.elementor-widget-woocommerce-product-related li.product .irs-qty__input{
  width:32px !important;min-width:32px;max-width:32px;height:40px;text-align:center;
  border:0;border-left:1px solid var(--irs-line);border-right:1px solid var(--irs-line);
  font-size:14px;color:var(--irs-ink);background:#fff;padding:0;flex:0 0 auto;box-shadow:none;border-radius:0;-moz-appearance:textfield;
}
.elementor-widget-woocommerce-product-related li.product .irs-qty__input:focus{outline:none;}
.elementor-widget-woocommerce-product-related li.product .irs-cart-row a.button.add_to_cart_button,
.elementor-widget-woocommerce-product-related li.product .irs-cart-row a.added_to_cart{
  width:auto;min-width:0;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;
  background:var(--irs-navy) !important;color:#fff !important;border:0;border-radius:10px;
  font-size:13.5px;font-weight:600;line-height:1.15;padding:0 10px;min-height:42px;
  text-align:center;text-decoration:none;box-shadow:none;margin:0;transition:background .15s ease;
}
.elementor-widget-woocommerce-product-related li.product .irs-cart-row a.button.add_to_cart_button:hover{background:var(--irs-navy-d);}
.elementor-widget-woocommerce-product-related li.product .irs-cart-row--simple a.button{width:100%;}
.elementor-widget-woocommerce-product-related li.product .irs-cart-ico{flex:0 0 auto;}
