.acc-badges{display:flex;flex-wrap:wrap;gap:.45rem;margin:.55rem 0 .85rem}.acc-badge{display:inline-flex;align-items:center;border:1px solid rgba(127,127,127,.25);border-radius:999px;padding:.28rem .62rem;font-size:.78rem;line-height:1.2;background:rgba(127,127,127,.08)}
.acc-product-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:1rem 0 1.25rem}.acc-product-specs>div{border:1px solid rgba(127,127,127,.2);border-radius:12px;padding:.8rem}.acc-product-specs dt{font-size:.72rem;opacity:.65;text-transform:uppercase;letter-spacing:.04em}.acc-product-specs dd{margin:.25rem 0 0;font-weight:600}
.acc-library__header{margin-bottom:1.25rem}.acc-library__header h2{margin-bottom:.25rem}.acc-library__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.acc-library-card{border:1px solid rgba(127,127,127,.2);border-radius:18px;overflow:hidden;background:rgba(127,127,127,.08);background:color-mix(in srgb,currentColor 6%,transparent);color:inherit}.acc-library-card__image{display:block;aspect-ratio:4/3;overflow:hidden}.acc-library-card__image img{width:100%;height:100%;object-fit:cover}.acc-library-card__body{padding:1rem}.acc-library-card h3{margin:.1rem 0 .65rem;font-size:1.05rem}.acc-library-card h3 a{text-decoration:none;color:inherit}
.acc-prompt-view__title{display:grid;grid-template-columns:92px 1fr;gap:1rem;align-items:center;margin-bottom:1rem}.acc-prompt-view__title img{width:92px;height:92px;object-fit:cover;border-radius:16px}.acc-prompt-view__title h2{margin:0}.acc-back-link{text-decoration:none}.acc-secret-box,.acc-instructions{border:1px solid rgba(127,127,127,.2);border-radius:18px;padding:1.2rem;margin:1.25rem 0}.acc-secret-box__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.acc-secret-box__head h3{margin:0}.acc-prompt-text{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;padding:1rem;border-radius:12px;background:rgba(127,127,127,.08);font:inherit;line-height:1.65}.acc-instructions h3{margin-top:0}
@media(max-width:900px){.acc-library__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.acc-product-specs{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.acc-library__grid,.acc-product-specs{grid-template-columns:1fr}.acc-prompt-view__title{grid-template-columns:64px 1fr}.acc-prompt-view__title img{width:64px;height:64px}.acc-secret-box__head{align-items:flex-start;flex-direction:column}}

/* v0.4 product details and prompt builder */
.acc-offer-details{clear:both;margin:2rem 0}.acc-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.acc-offer-card{border:1px solid rgba(127,127,127,.2);border-radius:18px;padding:1.15rem;background:rgba(127,127,127,.08);background:color-mix(in srgb,currentColor 6%,transparent);color:inherit}.acc-offer-card h3{margin:0 0 .75rem;font-size:1rem}.acc-offer-card p:last-child{margin-bottom:0}.acc-included-list{margin:.2rem 0 0;padding:0;list-style:none}.acc-included-list li{position:relative;padding:.34rem 0 .34rem 1.4rem}.acc-included-list li:before{content:"✓";position:absolute;left:0;top:.34rem;font-weight:700}.acc-license-type{margin:.1rem 0 .55rem}.acc-faq-block{margin-top:1.25rem}.acc-faq-block>h3{margin:0 0 .8rem}.acc-faq-list{display:grid;gap:.65rem}.acc-faq-item{border:1px solid rgba(127,127,127,.2);border-radius:14px;padding:.85rem 1rem;background:rgba(127,127,127,.08);background:color-mix(in srgb,currentColor 6%,transparent);color:inherit}.acc-faq-item summary{cursor:pointer;font-weight:600}.acc-faq-item>div{padding-top:.7rem}.acc-faq-item>div p:last-child{margin-bottom:0}
.acc-prompt-builder{border:1px solid rgba(92,92,255,.28);border-radius:18px;padding:1.2rem;margin:1.25rem 0;background:linear-gradient(180deg,rgba(92,92,255,.05),rgba(92,92,255,.015))}.acc-prompt-builder__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.acc-prompt-builder__head h3{margin:0 0 .2rem}.acc-prompt-builder__head p{margin:0;opacity:.72}.acc-builder-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-bottom:1rem}.acc-builder-field{display:grid;gap:.35rem}.acc-builder-field span{font-size:.86rem;font-weight:600}.acc-builder-field input{width:100%;min-height:42px;border:1px solid rgba(127,127,127,.3);border-radius:10px;padding:.55rem .7rem;background:rgba(127,127,127,.08);background:color-mix(in srgb,currentColor 6%,transparent);color:inherit;color:inherit}.acc-generated-prompt{border:1px solid rgba(92,92,255,.16)}
@media(max-width:900px){.acc-offer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.acc-offer-grid,.acc-builder-fields{grid-template-columns:1fr}.acc-prompt-builder__head{flex-direction:column}}


/* v0.4.1 theme-adaptive surface fix
 * Avoid hard-coded WordPress `base` color because some custom themes expose
 * `--wp--preset--color--base` as white while rendering a dark storefront.
 */
.acc-library-card,
.acc-offer-card,
.acc-faq-item {
  color: inherit;
  background: rgba(127,127,127,.08);
  background: color-mix(in srgb, currentColor 6%, transparent);
  border-color: rgba(127,127,127,.24);
  border-color: color-mix(in srgb, currentColor 18%, transparent);
}
.acc-offer-card h1,.acc-offer-card h2,.acc-offer-card h3,.acc-offer-card h4,
.acc-offer-card p,.acc-offer-card li,.acc-offer-card strong,.acc-offer-card span,
.acc-faq-item summary,.acc-faq-item>div,.acc-faq-item p,
.acc-library-card,.acc-library-card h3,.acc-library-card h3 a {
  color: inherit;
}
.acc-builder-field input {
  color: inherit;
  background: rgba(127,127,127,.08);
  background: color-mix(in srgb, currentColor 6%, transparent);
  border-color: rgba(127,127,127,.28);
  border-color: color-mix(in srgb, currentColor 22%, transparent);
}
.acc-builder-field input::placeholder { color: inherit; opacity:.55; }


/* v0.4.2 stronger content hierarchy for offer cards */
.acc-offer-grid{gap:1.15rem}
.acc-offer-card{position:relative;padding:1.35rem 1.35rem 1.25rem;overflow:hidden}
.acc-offer-card:before{content:"";position:absolute;left:1.35rem;top:0;width:64px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--wp--preset--color--primary,#6d5cff),rgba(109,92,255,.15))}
.acc-offer-card h3{margin:0 0 1rem;padding:0 0 .8rem;font-size:1.12rem;line-height:1.3;font-weight:700;border-bottom:1px solid rgba(127,127,127,.18);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.acc-offer-copy p{margin:.15rem 0 .85rem;line-height:1.72}
.acc-offer-copy p:last-child{margin-bottom:0}
.acc-included-list{display:grid;gap:.55rem;margin:.1rem 0 0}
.acc-included-list li{display:flex;align-items:flex-start;gap:.7rem;padding:.1rem 0 .65rem 0;border-bottom:1px dashed rgba(127,127,127,.18);border-bottom:1px dashed color-mix(in srgb,currentColor 14%,transparent)}
.acc-included-list li:last-child{padding-bottom:0;border-bottom:0}
.acc-included-list li:before{content:"✓";position:static;flex:0 0 auto;margin-top:.02rem;width:1.1rem;height:1.1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(109,92,255,.12);color:var(--wp--preset--color--primary,#6d5cff);font-size:.8rem;line-height:1}
.acc-included-list li span{display:block;line-height:1.6}
.acc-compatibility-list{display:flex;flex-wrap:wrap;gap:.55rem}
.acc-compatibility-pill{display:inline-flex;align-items:center;min-height:2rem;padding:.42rem .72rem;border-radius:999px;border:1px solid rgba(127,127,127,.2);border:1px solid color-mix(in srgb,currentColor 18%,transparent);background:rgba(127,127,127,.08);background:color-mix(in srgb,currentColor 6%,transparent);font-size:.92rem;line-height:1.3;font-weight:600}
.acc-license-type{margin:0 0 .8rem}
.acc-license-chip{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:rgba(109,92,255,.14);border:1px solid rgba(109,92,255,.26);color:inherit;font-weight:700;line-height:1.2}
.acc-offer-copy--license{padding-top:.1rem}
.acc-offer-copy--license p{margin:.35rem 0 .9rem}
.acc-offer-copy--license p:first-child{margin-top:0}
@media(max-width:600px){.acc-offer-card{padding:1.1rem}.acc-offer-card:before{left:1.1rem}}

/* v0.4.3 enhanced WooCommerce reviews */
.single-product #reviews.woocommerce-Reviews{
  --acc-neon-primary:var(--wp--preset--color--primary,#7968ff);
  --acc-neon-cyan:#35d9ff;
  --acc-review-border:color-mix(in srgb,currentColor 17%,transparent);
  --acc-review-surface:color-mix(in srgb,currentColor 5%,transparent);
  clear:both;
  padding-top:.35rem;
}
.single-product #reviews #comments>.woocommerce-Reviews-title,
.single-product #reviews #review_form #reply-title{
  display:block;
  margin:0 0 1.1rem;
  font-size:1.45rem;
  line-height:1.25;
  font-weight:750;
  color:inherit;
}
.single-product #reviews #comments>.woocommerce-Reviews-title:after,
.single-product #reviews #review_form #reply-title:after{
  content:"";
  display:block;
  width:76px;
  height:3px;
  margin-top:.65rem;
  border-radius:999px;
  background:linear-gradient(90deg,var(--acc-neon-primary),var(--acc-neon-cyan));
  box-shadow:0 0 18px color-mix(in srgb,var(--acc-neon-cyan) 50%,transparent);
}
.single-product #reviews .woocommerce-noreviews{opacity:.76;margin:0 0 1.25rem}
.single-product #reviews .commentlist{display:grid;gap:1rem;margin:0 0 1.75rem!important;padding:0!important;list-style:none}
.single-product #reviews .commentlist>li.review{margin:0!important;padding:0!important;border:0!important}
.single-product #reviews .commentlist>li.review .comment_container{
  position:relative;
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  gap:1rem;
  padding:1.15rem;
  border:1px solid var(--acc-review-border);
  border-radius:18px;
  background:var(--acc-review-surface);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.single-product #reviews .commentlist>li.review .comment_container:hover{
  border-color:color-mix(in srgb,var(--acc-neon-primary) 45%,currentColor 10%);
  box-shadow:0 0 28px color-mix(in srgb,var(--acc-neon-primary) 13%,transparent);
  transform:translateY(-1px);
}
.single-product #reviews .commentlist>li.review img.avatar{
  position:static!important;
  float:none!important;
  width:56px!important;
  height:56px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid color-mix(in srgb,var(--acc-neon-cyan) 35%,transparent)!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:0 0 18px color-mix(in srgb,var(--acc-neon-cyan) 12%,transparent);
}
.single-product #reviews .commentlist>li.review .comment-text{
  margin:0!important;
  padding:0!important;
  border:0!important;
  color:inherit;
}
.single-product #reviews .star-rating{
  float:right;
  margin:.1rem 0 .35rem .75rem;
  color:var(--acc-neon-cyan);
  text-shadow:0 0 10px color-mix(in srgb,var(--acc-neon-cyan) 45%,transparent);
}
.single-product #reviews .woocommerce-review__author{font-size:1rem;font-weight:750;color:inherit}
.single-product #reviews .woocommerce-review__verified{font-size:.77rem;font-style:normal!important;opacity:.72}
.single-product #reviews .woocommerce-review__published-date{font-size:.78rem;opacity:.58}
.single-product #reviews .woocommerce-review__dash{opacity:.35}
.single-product #reviews .comment-text .description{clear:both;margin-top:.8rem;padding-top:.8rem;border-top:1px solid var(--acc-review-border);line-height:1.72}
.single-product #reviews .comment-text .description p:last-child{margin-bottom:0}
.single-product #reviews .acc-review-extras{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem}
.single-product #reviews .acc-review-extra{padding:.85rem .9rem;border:1px solid var(--acc-review-border);border-radius:13px;background:color-mix(in srgb,currentColor 4%,transparent)}
.single-product #reviews .acc-review-extra__title{display:flex;align-items:center;gap:.5rem;margin:0 0 .45rem;font-size:.82rem;font-weight:750;text-transform:uppercase;letter-spacing:.045em}
.single-product #reviews .acc-review-extra__icon{display:inline-flex;width:1.35rem;height:1.35rem;align-items:center;justify-content:center;border-radius:50%;font-size:1rem;font-weight:800;line-height:1}
.single-product #reviews .acc-review-extra p{margin:0;line-height:1.58;font-size:.94rem}
.single-product #reviews .acc-review-extra--pros{border-color:color-mix(in srgb,#38e7a0 28%,transparent)}
.single-product #reviews .acc-review-extra--pros .acc-review-extra__title{color:#72f0bc}
.single-product #reviews .acc-review-extra--pros .acc-review-extra__icon{background:color-mix(in srgb,#38e7a0 15%,transparent);box-shadow:0 0 12px color-mix(in srgb,#38e7a0 15%,transparent)}
.single-product #reviews .acc-review-extra--cons{border-color:color-mix(in srgb,#ff7396 25%,transparent)}
.single-product #reviews .acc-review-extra--cons .acc-review-extra__title{color:#ff9ab2}
.single-product #reviews .acc-review-extra--cons .acc-review-extra__icon{background:color-mix(in srgb,#ff7396 14%,transparent);box-shadow:0 0 12px color-mix(in srgb,#ff7396 14%,transparent)}

.single-product #review_form_wrapper{
  margin-top:1rem;
  padding:1.35rem;
  border:1px solid var(--acc-review-border);
  border-radius:20px;
  background:linear-gradient(145deg,color-mix(in srgb,var(--acc-neon-primary) 5%,transparent),color-mix(in srgb,currentColor 3%,transparent));
  box-shadow:inset 0 1px 0 color-mix(in srgb,currentColor 7%,transparent);
}
.single-product #reviews #commentform{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1rem;margin:0}
.single-product #reviews #commentform>p,
.single-product #reviews #commentform>div{margin:0}
.single-product #reviews #commentform .comment-form-author,
.single-product #reviews #commentform .comment-form-email{grid-column:span 1}
.single-product #reviews #commentform .comment-form-rating,
.single-product #reviews #commentform .comment-form-comment,
.single-product #reviews #commentform .acc-review-extra-fields,
.single-product #reviews #commentform .acc-review-turnstile,
.single-product #reviews #commentform .form-submit,
.single-product #reviews #commentform .acc-review-identity{grid-column:1/-1}
.single-product #reviews #commentform label{display:block;margin:0 0 .42rem;font-size:.88rem;font-weight:700;color:inherit}
.single-product #reviews #commentform input[type=text],
.single-product #reviews #commentform input[type=email],
.single-product #reviews #commentform textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid var(--acc-review-border);
  border-radius:12px;
  background:color-mix(in srgb,currentColor 5%,transparent);
  color:inherit;
  outline:0;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.single-product #reviews #commentform input[type=text],
.single-product #reviews #commentform input[type=email]{min-height:46px;padding:.65rem .8rem}
.single-product #reviews #commentform textarea{min-height:118px;padding:.8rem .9rem;resize:vertical;line-height:1.58}
.single-product #reviews #commentform .comment-form-comment textarea{min-height:150px}
.single-product #reviews #commentform input:focus,
.single-product #reviews #commentform textarea:focus{
  border-color:color-mix(in srgb,var(--acc-neon-cyan) 55%,transparent);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--acc-neon-cyan) 10%,transparent),0 0 22px color-mix(in srgb,var(--acc-neon-primary) 9%,transparent);
  background:color-mix(in srgb,currentColor 7%,transparent);
}
.single-product #reviews #commentform textarea::placeholder,
.single-product #reviews #commentform input::placeholder{color:inherit;opacity:.43}
.single-product #reviews #commentform .acc-review-extra-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.single-product #reviews #commentform .comment-form-acc-pros,
.single-product #reviews #commentform .comment-form-acc-cons{margin:0}
.single-product #reviews #commentform .comment-form-acc-pros label:before{content:"+";display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;margin-right:.4rem;border-radius:50%;background:color-mix(in srgb,#38e7a0 16%,transparent);color:#72f0bc}
.single-product #reviews #commentform .comment-form-acc-cons label:before{content:"−";display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;margin-right:.4rem;border-radius:50%;background:color-mix(in srgb,#ff7396 15%,transparent);color:#ff9ab2}
.single-product #reviews .acc-review-identity{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .85rem;border:1px solid var(--acc-review-border);border-radius:12px;background:color-mix(in srgb,currentColor 4%,transparent)}
.single-product #reviews .acc-review-identity__label{font-size:.82rem;opacity:.62}
.single-product #reviews p.stars{margin:.25rem 0 .1rem!important}
.single-product #reviews p.stars a{color:var(--acc-neon-cyan)!important;text-shadow:0 0 10px color-mix(in srgb,var(--acc-neon-cyan) 55%,transparent);transition:transform .15s ease,text-shadow .15s ease}
.single-product #reviews p.stars a:hover{transform:scale(1.08);text-shadow:0 0 17px color-mix(in srgb,var(--acc-neon-cyan) 75%,transparent)}
.single-product #reviews #commentform .form-submit input[type=submit]{
  min-height:45px;
  padding:.65rem 1.2rem;
  border:1px solid color-mix(in srgb,var(--acc-neon-primary) 60%,transparent);
  border-radius:11px;
  background:linear-gradient(135deg,var(--acc-neon-primary),#6755f4);
  color:#fff;
  font-weight:750;
  cursor:pointer;
  box-shadow:0 8px 25px color-mix(in srgb,var(--acc-neon-primary) 20%,transparent);
}
.single-product #reviews #commentform .form-submit input[type=submit]:hover{box-shadow:0 8px 32px color-mix(in srgb,var(--acc-neon-primary) 34%,transparent)}
.single-product #reviews .acc-review-turnstile{padding:.15rem 0}
.acc-review-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}

@media(max-width:700px){
  .single-product #reviews .commentlist>li.review .comment_container{grid-template-columns:44px minmax(0,1fr);gap:.8rem;padding:1rem}
  .single-product #reviews .commentlist>li.review img.avatar{width:44px!important;height:44px!important}
  .single-product #reviews .acc-review-extras,
  .single-product #reviews #commentform,
  .single-product #reviews #commentform .acc-review-extra-fields{grid-template-columns:1fr}
  .single-product #reviews #commentform .comment-form-author,
  .single-product #reviews #commentform .comment-form-email{grid-column:1/-1}
  .single-product #review_form_wrapper{padding:1rem}
}

/* Keep WooCommerce product tabs in the same dark/neon language. */
.single-product .woocommerce-tabs ul.tabs{border-bottom-color:color-mix(in srgb,currentColor 18%,transparent)!important}
.single-product .woocommerce-tabs ul.tabs li{
  border-color:color-mix(in srgb,currentColor 16%,transparent)!important;
  background:color-mix(in srgb,currentColor 4%,transparent)!important;
  color:inherit!important;
}
.single-product .woocommerce-tabs ul.tabs li a{color:inherit!important;opacity:.72}
.single-product .woocommerce-tabs ul.tabs li.active{
  background:color-mix(in srgb,var(--wp--preset--color--primary,#7968ff) 10%,transparent)!important;
  border-color:color-mix(in srgb,var(--wp--preset--color--primary,#7968ff) 45%,transparent)!important;
  box-shadow:0 0 20px color-mix(in srgb,var(--wp--preset--color--primary,#7968ff) 12%,transparent);
}
.single-product .woocommerce-tabs ul.tabs li.active a{opacity:1;color:inherit!important}

/* v0.5 AI marketplace single-product presentation */
body.acc-ai-single{--acc-single-primary:var(--wp--preset--color--primary,#7866ff);--acc-single-cyan:#35d9ff;--acc-single-border:color-mix(in srgb,currentColor 17%,transparent);--acc-single-surface:color-mix(in srgb,currentColor 5%,transparent)}
body.acc-ai-single.single-product div.product{column-gap:clamp(28px,4vw,62px)}
body.acc-ai-single.single-product div.product .woocommerce-product-gallery{border-radius:22px;overflow:hidden;border:1px solid var(--acc-single-border);background:var(--acc-single-surface);box-shadow:0 16px 50px rgba(0,0,0,.12)}
body.acc-ai-single.single-product div.product .woocommerce-product-gallery img{border-radius:18px}
body.acc-ai-single.single-product div.product .summary{position:relative;padding:clamp(18px,2.2vw,30px);border:1px solid var(--acc-single-border);border-radius:22px;background:radial-gradient(circle at 90% 0,color-mix(in srgb,var(--acc-single-primary) 12%,transparent),transparent 34%),var(--acc-single-surface);box-shadow:inset 0 1px 0 color-mix(in srgb,currentColor 6%,transparent),0 18px 55px rgba(0,0,0,.08)}
body.acc-ai-single.single-product div.product .summary:before{content:"AI PRODUCT";display:inline-flex;margin-bottom:12px;padding:.32rem .55rem;border:1px solid color-mix(in srgb,var(--acc-single-cyan) 30%,transparent);border-radius:999px;background:color-mix(in srgb,var(--acc-single-cyan) 7%,transparent);color:inherit;font-size:.64rem;font-weight:800;letter-spacing:.09em}
body.acc-ai-single.single-product div.product .product_title{font-size:clamp(2rem,4.4vw,4rem);line-height:.98;letter-spacing:-.04em;margin-bottom:.7rem}
body.acc-ai-single.single-product div.product .summary .price{font-size:clamp(1.3rem,2.4vw,1.8rem);font-weight:850;margin:.9rem 0 1.05rem}
body.acc-ai-single.single-product div.product .summary .price ins{text-decoration:none;color:inherit}
body.acc-ai-single.single-product div.product .summary .price del{font-size:.75em;opacity:.4;margin-right:.3rem}
body.acc-ai-single .acc-badge{border-color:color-mix(in srgb,var(--acc-single-primary) 30%,transparent);background:color-mix(in srgb,var(--acc-single-primary) 8%,transparent);font-weight:700}
body.acc-ai-single .acc-product-specs{gap:.7rem}
body.acc-ai-single .acc-product-specs>div{border-color:var(--acc-single-border);background:color-mix(in srgb,currentColor 3%,transparent);padding:.85rem .9rem}
body.acc-ai-single .acc-product-specs dt{font-size:.66rem;font-weight:800;letter-spacing:.065em}
body.acc-ai-single .acc-product-specs dd{font-size:.9rem}
body.acc-ai-single.single-product div.product form.cart{display:flex;align-items:stretch;gap:8px;margin-top:1rem}
body.acc-ai-single.single-product div.product form.cart .quantity{margin:0!important}
body.acc-ai-single.single-product div.product form.cart .qty{min-height:48px;border:1px solid var(--acc-single-border);border-radius:11px;background:color-mix(in srgb,currentColor 5%,transparent);color:inherit}
body.acc-ai-single.single-product div.product form.cart .single_add_to_cart_button{min-height:48px!important;padding:.7rem 1.3rem!important;border-radius:11px!important;background:linear-gradient(135deg,var(--acc-single-primary),#6654f0)!important;color:#fff!important;font-weight:800!important;border:1px solid color-mix(in srgb,var(--acc-single-primary) 60%,transparent)!important;box-shadow:0 10px 28px color-mix(in srgb,var(--acc-single-primary) 22%,transparent)!important;transition:transform .18s ease,box-shadow .18s ease!important}
body.acc-ai-single.single-product div.product form.cart .single_add_to_cart_button:hover{transform:translateY(-1px);box-shadow:0 12px 36px color-mix(in srgb,var(--acc-single-primary) 34%,transparent)!important}
body.acc-ai-single .acc-purchase-assurances{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:1rem 0 0;padding-top:1rem;border-top:1px solid var(--acc-single-border)}
body.acc-ai-single .acc-purchase-assurances>div{display:flex;align-items:flex-start;gap:.55rem;min-width:0;padding:.72rem;border:1px solid var(--acc-single-border);border-radius:12px;background:color-mix(in srgb,currentColor 3%,transparent)}
body.acc-ai-single .acc-purchase-assurances>div>span{display:inline-flex;flex:0 0 1.65rem;width:1.65rem;height:1.65rem;align-items:center;justify-content:center;border-radius:8px;background:color-mix(in srgb,var(--acc-single-cyan) 9%,transparent);color:var(--acc-single-cyan);font-size:.78rem;text-shadow:0 0 9px color-mix(in srgb,var(--acc-single-cyan) 45%,transparent)}
body.acc-ai-single .acc-purchase-assurances p{display:grid;gap:2px;margin:0;line-height:1.2}
body.acc-ai-single .acc-purchase-assurances strong{font-size:.72rem}
body.acc-ai-single .acc-purchase-assurances small{font-size:.63rem;line-height:1.35;opacity:.52}
body.acc-ai-single.single-product div.product .product_meta{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--acc-single-border);font-size:.82rem;opacity:.7}
body.acc-ai-single .woocommerce-tabs{margin-top:2.4rem}
body.acc-ai-single .related.products>h2,body.acc-ai-single .upsells.products>h2{font-size:clamp(1.4rem,3vw,2rem);letter-spacing:-.025em}
@media(max-width:760px){body.acc-ai-single .acc-purchase-assurances{grid-template-columns:1fr}body.acc-ai-single.single-product div.product .summary{padding:17px}body.acc-ai-single.single-product div.product form.cart{flex-wrap:wrap}}
body.acc-ai-single .acc-product-back{margin:0 0 1rem;font-size:.82rem}body.acc-ai-single .acc-product-back a{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border:1px solid var(--acc-single-border);border-radius:999px;background:var(--acc-single-surface);color:inherit;text-decoration:none;opacity:.72;transition:opacity .18s ease,border-color .18s ease}body.acc-ai-single .acc-product-back a:hover{opacity:1;border-color:color-mix(in srgb,var(--acc-single-cyan) 35%,transparent)}

/* v0.5.1 single AI product polish */
body.acc-ai-single .acm-container{width:min(calc(100% - 40px),1360px)}
body.acc-ai-single.single-product div.product{position:relative}
body.acc-ai-single.single-product div.product .woocommerce-product-gallery{width:52%!important}
body.acc-ai-single.single-product div.product .summary{width:43%!important;position:relative;top:auto;align-self:flex-start}
body.acc-ai-single.single-product div.product span.onsale{position:absolute;z-index:12;top:14px;left:14px;right:auto;margin:0;min-width:auto;min-height:auto;padding:.5rem .72rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:linear-gradient(135deg,#ff4f91,#ff6b63);color:#fff;line-height:1;font-size:.76rem;font-weight:850;box-shadow:0 8px 24px rgba(255,79,145,.24)}
body.acc-ai-single.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:9px}
body.acc-ai-single.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{width:auto!important;float:none!important;margin:0!important}
body.acc-ai-single.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img{border:1px solid var(--acc-single-border);border-radius:10px;opacity:.65;transition:opacity .18s ease,border-color .18s ease,box-shadow .18s ease}
body.acc-ai-single.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,body.acc-ai-single.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1;border-color:color-mix(in srgb,var(--acc-single-cyan) 45%,transparent);box-shadow:0 0 15px color-mix(in srgb,var(--acc-single-cyan) 10%,transparent)}
body.acc-ai-single .acc-single-rating{display:flex;align-items:center;gap:.55rem;margin:.15rem 0 .65rem;font-size:.8rem}
body.acc-ai-single .acc-single-rating__stars{position:relative;display:inline-block;line-height:1;letter-spacing:.055em;color:color-mix(in srgb,currentColor 15%,transparent);white-space:nowrap}
body.acc-ai-single .acc-single-rating__stars i{position:absolute;left:0;top:0;display:block;overflow:hidden;color:#ffcf5a;font-style:normal;text-shadow:0 0 9px color-mix(in srgb,#ffcf5a 28%,transparent);white-space:nowrap}
body.acc-ai-single .acc-single-rating strong{font-size:.8rem}
body.acc-ai-single .acc-single-rating a{color:inherit;text-decoration:none;opacity:.6;border-bottom:1px dashed color-mix(in srgb,currentColor 28%,transparent)}
body.acc-ai-single .acc-single-rating a:hover{opacity:1}
body.acc-ai-single .acc-offer-grid{gap:14px}
body.acc-ai-single .acc-offer-card{box-shadow:inset 0 1px 0 color-mix(in srgb,currentColor 5%,transparent)}
body.acc-ai-single .acc-compatibility-list{gap:.48rem}
body.acc-ai-single .acc-compatibility-pill{border-color:color-mix(in srgb,var(--acc-single-cyan) 22%,var(--acc-single-border));background:color-mix(in srgb,var(--acc-single-cyan) 5%,transparent)}
body.acc-ai-single .acc-license-chip{box-shadow:0 0 18px color-mix(in srgb,var(--acc-single-primary) 10%,transparent)}
@media(max-width:900px){body.acc-ai-single.single-product div.product .woocommerce-product-gallery,body.acc-ai-single.single-product div.product .summary{width:100%!important;float:none!important}body.acc-ai-single.single-product div.product .summary{position:static;margin-top:20px}body.acc-ai-single .acm-container{width:min(calc(100% - 28px),1360px)}}
body.acc-ai-single.single-product div.product .summary>.woocommerce-product-rating{display:none}

/* v0.5.2 disable sticky buy card on single product to keep summary fixed in normal flow */
body.acc-ai-single.single-product div.product .summary,
body.acc-ai-single.single-product .summary.entry-summary{position:relative!important;top:auto!important;}

/* v0.5.3 live quantity total and controlled quick purchase */
body.acc-ai-single.single-product div.product form.cart{flex-wrap:wrap}
body.acc-ai-single .acc-quick-buy-trigger{min-height:48px!important;padding:.7rem 1.05rem!important;border-radius:11px!important;border:1px solid color-mix(in srgb,var(--acc-single-cyan) 34%,transparent)!important;background:color-mix(in srgb,var(--acc-single-cyan) 7%,transparent)!important;color:inherit!important;font-weight:800!important;box-shadow:inset 0 1px 0 color-mix(in srgb,currentColor 6%,transparent),0 0 0 transparent!important;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease!important}
body.acc-ai-single .acc-quick-buy-trigger:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--acc-single-cyan) 60%,transparent)!important;background:color-mix(in srgb,var(--acc-single-cyan) 11%,transparent)!important;box-shadow:0 0 24px color-mix(in srgb,var(--acc-single-cyan) 12%,transparent)!important}
body.acc-ai-single .acc-live-total{display:grid;grid-template-columns:1fr auto;gap:.15rem .8rem;align-items:end;flex:0 0 100%;margin-top:.25rem;padding:.78rem .9rem;border:1px solid var(--acc-single-border);border-radius:12px;background:color-mix(in srgb,currentColor 3%,transparent)}
body.acc-ai-single .acc-live-total__label{font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;opacity:.58}
body.acc-ai-single .acc-live-total__value{font-size:1.08rem;line-height:1.1;text-align:right;color:inherit}
body.acc-ai-single .acc-live-total__meta{grid-column:1/-1;font-size:.7rem;opacity:.48}

html.acc-modal-open,body.acc-modal-open{overflow:hidden}
.acc-quick-buy-modal[hidden]{display:none!important}.acc-quick-buy-modal{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:20px;color:#f7f7fb}.acc-quick-buy-modal__backdrop{position:absolute;inset:0;background:rgba(3,4,8,.78);backdrop-filter:blur(12px)}.acc-quick-buy-modal__dialog{--acc-qb-primary:#7866ff;--acc-qb-cyan:#35d9ff;position:relative;z-index:1;width:min(560px,calc(100vw - 28px));max-height:calc(100vh - 36px);overflow:auto;padding:26px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:radial-gradient(circle at 92% 4%,rgba(120,102,255,.18),transparent 34%),#111219;box-shadow:0 30px 90px rgba(0,0,0,.55),0 0 38px rgba(120,102,255,.09)}.acc-quick-buy-modal__dialog:before{content:"";position:absolute;left:26px;top:0;width:90px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--acc-qb-cyan),var(--acc-qb-primary));box-shadow:0 0 18px rgba(53,217,255,.35)}.acc-quick-buy-modal__close{position:absolute;right:16px;top:15px;width:36px;height:36px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(255,255,255,.04);color:inherit;font-size:1.4rem;line-height:1;cursor:pointer}.acc-quick-buy-modal__head{padding-right:36px}.acc-quick-buy-modal__eyebrow{display:inline-flex;margin-bottom:10px;padding:.3rem .58rem;border:1px solid rgba(53,217,255,.24);border-radius:999px;background:rgba(53,217,255,.06);color:#dffaff;font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.acc-quick-buy-modal__head h2{margin:0;font-size:clamp(1.55rem,4vw,2.15rem);line-height:1.05;letter-spacing:-.035em;color:inherit}.acc-quick-buy-modal__head p{margin:.7rem 0 0;max-width:460px;font-size:.9rem;line-height:1.55;color:rgba(255,255,255,.62)}
.acc-quick-buy-product{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:12px;align-items:center;margin:20px 0;padding:11px;border:1px solid rgba(255,255,255,.11);border-radius:15px;background:rgba(255,255,255,.035)}.acc-quick-buy-product__image{width:68px;height:68px;overflow:hidden;border-radius:11px;background:rgba(255,255,255,.04)}.acc-quick-buy-product__image img{width:100%;height:100%;object-fit:cover;margin:0}.acc-quick-buy-product__copy{display:grid;gap:3px;min-width:0}.acc-quick-buy-product__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem}.acc-quick-buy-product__copy>span{font-size:.82rem;opacity:.66}.acc-quick-buy-product__copy small{font-size:.7rem;opacity:.45}.acc-quick-buy-product__total{display:grid;gap:2px;text-align:right}.acc-quick-buy-product__total small{font-size:.67rem;text-transform:uppercase;letter-spacing:.05em;opacity:.45}.acc-quick-buy-product__total strong{font-size:1.05rem;white-space:nowrap}
.acc-quick-buy-form{display:grid;gap:13px}.acc-quick-buy-field{display:grid;gap:6px}.acc-quick-buy-field>span{font-size:.78rem;font-weight:800}.acc-quick-buy-field input{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.045);color:#fff;padding:.7rem .8rem;outline:0}.acc-quick-buy-field input:focus{border-color:rgba(53,217,255,.48);box-shadow:0 0 0 3px rgba(53,217,255,.08)}.acc-quick-buy-field input::placeholder{color:rgba(255,255,255,.32)}.acc-quick-buy-field small{font-size:.7rem;line-height:1.4;color:rgba(255,255,255,.45)}.acc-quick-buy-error{padding:.7rem .8rem;border:1px solid rgba(255,87,117,.32);border-radius:11px;background:rgba(255,87,117,.08);color:#ffc3cf;font-size:.8rem}.acc-quick-buy-submit{min-height:50px!important;border-radius:12px!important;border:1px solid rgba(120,102,255,.65)!important;background:linear-gradient(135deg,var(--acc-qb-primary),#6654f0)!important;color:#fff!important;font-weight:850!important;box-shadow:0 12px 34px rgba(120,102,255,.24)!important}.acc-quick-buy-submit:disabled{opacity:.6;cursor:wait}.acc-quick-buy-legal{margin:0;text-align:center;font-size:.67rem;line-height:1.5;color:rgba(255,255,255,.4)}.acc-quick-buy-legal a{margin-left:.35rem;color:inherit;text-decoration:underline;text-underline-offset:2px}.acc-qb-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:560px){.acc-quick-buy-modal{padding:10px}.acc-quick-buy-modal__dialog{width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:21px 17px;border-radius:19px}.acc-quick-buy-modal__dialog:before{left:17px}.acc-quick-buy-product{grid-template-columns:58px 1fr}.acc-quick-buy-product__image{width:58px;height:58px}.acc-quick-buy-product__total{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid rgba(255,255,255,.09);text-align:left}body.acc-ai-single .acc-quick-buy-trigger{flex:1 1 auto}}

/* v0.5.4 price recalculation is integrated into the primary product price */
body.acc-ai-single .acc-live-total{display:none!important}
body.acc-ai-single.single-product div.product .summary .price{
  position:relative;
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:.18rem .35rem;
  width:max-content;
  max-width:100%;
  padding:.22rem .32rem .22rem 0;
  transform-origin:left center;
  transition:filter .24s ease,text-shadow .24s ease,transform .24s ease,color .24s ease;
}
body.acc-ai-single.single-product div.product .summary .price.acc-price-recalculated{
  animation:acc-price-neon-pulse .62s cubic-bezier(.2,.8,.2,1);
}
@keyframes acc-price-neon-pulse{
  0%{transform:scale(1);filter:none;text-shadow:none}
  34%{transform:scale(1.045);filter:drop-shadow(0 0 7px color-mix(in srgb,var(--acc-single-cyan) 65%,transparent));text-shadow:0 0 14px color-mix(in srgb,var(--acc-single-cyan) 48%,transparent)}
  100%{transform:scale(1);filter:none;text-shadow:none}
}
body.acc-ai-single.single-product div.product .summary .price.acc-price-recalculated ins,
body.acc-ai-single.single-product div.product .summary .price.acc-price-recalculated>.woocommerce-Price-amount{
  color:color-mix(in srgb,var(--acc-single-cyan) 72%,currentColor 28%);
}
body.acc-ai-single .acc-quick-buy-trigger{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
body.acc-ai-single .acc-quick-buy-trigger:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-70% -35%;
  background:linear-gradient(110deg,transparent 38%,color-mix(in srgb,var(--acc-single-cyan) 24%,transparent) 49%,transparent 60%);
  transform:translateX(-55%) rotate(8deg);
  transition:transform .45s ease;
}
body.acc-ai-single .acc-quick-buy-trigger:hover:before{transform:translateX(52%) rotate(8deg)}
body.acc-ai-single .acc-quick-buy-trigger span{filter:drop-shadow(0 0 6px color-mix(in srgb,var(--acc-single-cyan) 70%,transparent))}
@media(prefers-reduced-motion:reduce){body.acc-ai-single.single-product div.product .summary .price.acc-price-recalculated{animation:none}body.acc-ai-single .acc-quick-buy-trigger:before{transition:none}}


/* v0.5.6 cart automatic recalculation feedback */
.acc-cart-is-updating .wc-block-components-quantity-selector,
.acc-cart-is-updating form.woocommerce-cart-form .quantity{
  transition:border-color .25s ease,box-shadow .25s ease;
  border-color:color-mix(in srgb,#35d9ff 48%,transparent)!important;
  box-shadow:0 0 0 2px color-mix(in srgb,#35d9ff 8%,transparent),0 0 22px color-mix(in srgb,#35d9ff 14%,transparent);
}
.acc-cart-total-pulse{
  animation:accCartTotalPulse .68s ease both;
}
@keyframes accCartTotalPulse{
  0%{filter:brightness(1);text-shadow:none;transform:translateY(0)}
  38%{filter:brightness(1.18);text-shadow:0 0 13px color-mix(in srgb,#35d9ff 58%,transparent);transform:translateY(-1px)}
  100%{filter:brightness(1);text-shadow:none;transform:translateY(0)}
}
@media (prefers-reduced-motion:reduce){.acc-cart-total-pulse{animation:none!important}}


/* v0.5.8 enhanced FAQ visual style and smoother open animation */
.acc-faq-block{margin-top:1.45rem}
.acc-faq-block>h3{display:block;margin:0 0 1rem;font-size:1.5rem;line-height:1.2;font-weight:800;color:inherit}
.acc-faq-block>h3:after{content:"";display:block;width:84px;height:3px;margin-top:.7rem;border-radius:999px;background:linear-gradient(90deg,var(--wp--preset--color--primary,#7968ff),#35d9ff);box-shadow:0 0 18px color-mix(in srgb,#35d9ff 42%,transparent)}
.acc-faq-list{display:grid;gap:.85rem}
.acc-faq-item{position:relative;padding:0!important;overflow:hidden;display:grid;grid-template-rows:auto 0fr;border:1px solid rgba(127,127,127,.22);border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:18px;background:linear-gradient(180deg,color-mix(in srgb,currentColor 6%,transparent),color-mix(in srgb,currentColor 4%,transparent));transition:grid-template-rows .34s ease,border-color .24s ease,box-shadow .24s ease,transform .24s ease,background .24s ease}
.acc-faq-item:hover{border-color:color-mix(in srgb,var(--wp--preset--color--primary,#7968ff) 42%,currentColor 16%);box-shadow:0 0 26px color-mix(in srgb,var(--wp--preset--color--primary,#7968ff) 12%,transparent);transform:translateY(-1px)}
.acc-faq-item[open]{grid-template-rows:auto 1fr;border-color:color-mix(in srgb,#35d9ff 26%,var(--wp--preset--color--primary,#7968ff) 26%);box-shadow:0 0 0 1px color-mix(in srgb,#35d9ff 12%,transparent),0 0 28px color-mix(in srgb,var(--wp--preset--color--primary,#7968ff) 14%,transparent);background:linear-gradient(180deg,color-mix(in srgb,currentColor 7%,transparent),color-mix(in srgb,currentColor 4%,transparent))}
.acc-faq-item summary{position:relative;display:flex;align-items:center;gap:.95rem;list-style:none;cursor:pointer;padding:1.05rem 1.15rem;font-size:1.16rem;font-weight:750;line-height:1.35;color:inherit;outline:none}
.acc-faq-item summary::-webkit-details-marker{display:none}
.acc-faq-item summary::before{content:"";flex:0 0 auto;width:.72rem;height:.72rem;border-right:2px solid #fff;border-bottom:2px solid #fff;border-right-color:currentColor;border-bottom-color:currentColor;transform:rotate(-45deg);transform-origin:center;transition:transform .26s ease,color .26s ease,filter .26s ease;opacity:.95;filter:drop-shadow(0 0 6px color-mix(in srgb,var(--wp--preset--color--primary,#7968ff) 28%,transparent))}
.acc-faq-item[open] summary::before{transform:rotate(45deg) translateY(-1px)}
.acc-faq-item summary::after{content:"";position:absolute;left:1.15rem;right:1.15rem;bottom:0;height:1px;background:linear-gradient(90deg,color-mix(in srgb,var(--wp--preset--color--primary,#7968ff) 42%,transparent),color-mix(in srgb,#35d9ff 42%,transparent));opacity:0;transition:opacity .24s ease}
.acc-faq-item[open] summary::after{opacity:.9}
.acc-faq-item>div{overflow:hidden;min-height:0;padding:0 1.15rem;opacity:0;transform:translateY(-8px);transition:opacity .28s ease,transform .28s ease,padding .28s ease}
.acc-faq-item[open]>div{padding:1rem 1.15rem 1.15rem;opacity:1;transform:translateY(0)}
.acc-faq-item>div p{margin:.1rem 0 .8rem;line-height:1.75}
.acc-faq-item>div p:last-child{margin-bottom:0}
@media(max-width:600px){.acc-faq-block>h3{font-size:1.3rem}.acc-faq-item summary{padding:.95rem 1rem;font-size:1.02rem}.acc-faq-item summary::after{left:1rem;right:1rem}.acc-faq-item[open]>div,.acc-faq-item>div{padding-left:1rem;padding-right:1rem}}

/* v0.6 quick-purchase trust strip */
.acc-quick-buy-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:-6px 0 17px}.acc-quick-buy-trust span{display:flex;align-items:center;gap:7px;min-width:0;padding:8px 9px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(255,255,255,.025);color:rgba(255,255,255,.62);font-size:.68rem;line-height:1.3}.acc-quick-buy-trust b{color:var(--acc-qb-cyan);font-size:.8rem;text-shadow:0 0 9px rgba(53,217,255,.4)}
@media(max-width:560px){.acc-quick-buy-trust{grid-template-columns:1fr}.acc-quick-buy-trust span{padding:7px 9px}}

/* v0.6.1 Free Access & Telegram gate */
.acc-free-price{display:inline-flex;align-items:center;gap:.35rem;font-weight:850;color:#7fffd4;text-shadow:0 0 16px rgba(53,217,255,.22)}
.acc-free-gate{--acc-free-purple:var(--wp--preset--color--primary,#7a62ff);--acc-free-cyan:#35d9ff;position:relative;overflow:hidden;margin:1rem 0 1.2rem;padding:1.2rem;border:1px solid color-mix(in srgb,var(--acc-free-cyan) 26%,transparent);border-radius:18px;background:radial-gradient(circle at 92% 8%,color-mix(in srgb,var(--acc-free-purple) 14%,transparent),transparent 34%),color-mix(in srgb,currentColor 5%,transparent);box-shadow:inset 0 1px 0 color-mix(in srgb,currentColor 6%,transparent)}
.acc-free-gate:before{content:"";position:absolute;left:1.2rem;top:0;width:78px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--acc-free-purple),var(--acc-free-cyan));box-shadow:0 0 18px color-mix(in srgb,var(--acc-free-cyan) 48%,transparent)}
.acc-free-gate__head{margin-bottom:1rem}.acc-free-gate__eyebrow{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.28rem .55rem;border:1px solid color-mix(in srgb,var(--acc-free-cyan) 32%,transparent);border-radius:999px;background:color-mix(in srgb,var(--acc-free-cyan) 7%,transparent);font-size:.7rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.acc-free-gate__head h3{margin:0 0 .35rem;font-size:1.25rem;line-height:1.25}.acc-free-gate__head p{margin:0;line-height:1.55;opacity:.68}
.acc-free-gate__notice{margin:.8rem 0;padding:.72rem .85rem;border:1px solid color-mix(in srgb,var(--acc-free-cyan) 24%,transparent);border-radius:11px;background:color-mix(in srgb,var(--acc-free-cyan) 6%,transparent);font-size:.84rem;line-height:1.45}.acc-free-gate__notice.is-warning{border-color:rgba(255,181,71,.28);background:rgba(255,181,71,.07)}
.acc-free-steps{display:grid;gap:.55rem;margin:1rem 0}.acc-free-step{display:grid;grid-template-columns:30px 1fr;gap:.7rem;align-items:start;padding:.7rem;border:1px solid color-mix(in srgb,currentColor 12%,transparent);border-radius:12px;background:color-mix(in srgb,currentColor 3%,transparent);opacity:.58;transition:opacity .2s ease,border-color .2s ease,box-shadow .2s ease}.acc-free-step>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;border:1px solid color-mix(in srgb,currentColor 18%,transparent);font-size:.75rem;font-weight:800}.acc-free-step strong{display:block;font-size:.9rem;line-height:1.3}.acc-free-step small{display:block;margin-top:.2rem;font-size:.75rem;line-height:1.45;opacity:.63}.acc-free-step.is-current{opacity:1;border-color:color-mix(in srgb,var(--acc-free-purple) 35%,transparent);box-shadow:0 0 20px color-mix(in srgb,var(--acc-free-purple) 8%,transparent)}.acc-free-step.is-done{opacity:.9}.acc-free-step.is-done>span{border-color:color-mix(in srgb,var(--acc-free-cyan) 45%,transparent);background:color-mix(in srgb,var(--acc-free-cyan) 11%,transparent);color:var(--acc-free-cyan)}
.acc-free-gate__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem}.acc-free-gate__actions .button{min-height:43px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 1rem!important;border-radius:11px!important;text-decoration:none!important}.acc-free-primary{border-color:color-mix(in srgb,var(--acc-free-purple) 60%,transparent)!important;background:linear-gradient(135deg,var(--acc-free-purple),#6354ee)!important;color:#fff!important;box-shadow:0 8px 26px color-mix(in srgb,var(--acc-free-purple) 18%,transparent)!important}.acc-free-primary:hover{transform:translateY(-1px);box-shadow:0 11px 32px color-mix(in srgb,var(--acc-free-purple) 25%,transparent)!important}.acc-free-secondary{border:1px solid color-mix(in srgb,var(--acc-free-cyan) 34%,transparent)!important;background:color-mix(in srgb,var(--acc-free-cyan) 6%,transparent)!important;color:inherit!important}.acc-telegram-login{display:grid;gap:.4rem;min-width:220px}.acc-telegram-login>span{font-size:.72rem;opacity:.6}
.acc-library-access-badge{display:inline-flex;margin:0 0 .7rem;padding:.28rem .55rem;border:1px solid rgba(53,217,255,.28);border-radius:999px;background:rgba(53,217,255,.06);font-size:.7rem;font-weight:750}.acc-secret-box__actions{display:flex;flex-wrap:wrap;gap:.5rem}
@media(max-width:600px){.acc-free-gate{padding:1rem}.acc-free-gate:before{left:1rem}.acc-free-gate__actions{display:grid}.acc-free-gate__actions .button{width:100%}.acc-secret-box__actions{width:100%}.acc-secret-box__actions .button{flex:1 1 auto}}

/* v0.6.2 universal product type badge */
.acc-badge--product-type{border-color:color-mix(in srgb,#35d9ff 34%,transparent);background:color-mix(in srgb,#35d9ff 8%,transparent);box-shadow:0 0 14px color-mix(in srgb,#35d9ff 6%,transparent)}


/* v0.6.2.1 keep the single-product spec row compact after universal product types */
body.acc-ai-single .acc-product-specs{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media(max-width:720px){body.acc-ai-single .acc-product-specs{grid-template-columns:1fr 1fr!important}}
@media(max-width:480px){body.acc-ai-single .acc-product-specs{grid-template-columns:1fr!important}}

.acc-product-download-list{display:flex;flex-wrap:wrap;gap:.65rem}.acc-product-download-list .button{display:inline-flex;align-items:center;gap:.4rem}


/* v0.7.5.3 Creator product page: calmer scale + seller trust strip */
body.acc-ai-single.acc-creator-product-single .acm-container{width:min(calc(100% - 48px),1280px)}
body.acc-ai-single.acc-creator-product-single.single-product div.product{column-gap:36px;align-items:flex-start}
body.acc-ai-single.acc-creator-product-single.single-product div.product .woocommerce-product-gallery{width:50%!important}
body.acc-ai-single.acc-creator-product-single.single-product div.product .summary{width:46%!important;padding:24px}
body.acc-ai-single.acc-creator-product-single.single-product div.product .product_title{font-size:clamp(2.15rem,3.25vw,3.35rem);line-height:1.02;letter-spacing:-.035em}
body.acc-ai-single.acc-creator-product-single.single-product div.product .summary .price{font-size:clamp(1.35rem,2vw,1.72rem)}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-wrap{margin:.35rem 0 .9rem;padding:.82rem .9rem;border:1px solid color-mix(in srgb,#e7bd65 20%,var(--acc-single-border));border-radius:15px;background:linear-gradient(135deg,rgba(231,189,101,.055),rgba(255,255,255,.018))}
body.acc-ai-single.acc-creator-product-single .acc-product-creator{margin:0;font-size:.84rem}
body.acc-ai-single.acc-creator-product-single .acc-product-creator__name{color:inherit;text-decoration:none}
body.acc-ai-single.acc-creator-product-single .acc-product-creator__name:hover{text-decoration:underline;text-underline-offset:3px}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:.72rem;padding-top:.72rem;border-top:1px solid rgba(231,189,101,.14)}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats>span,body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats>a{display:grid;grid-template-columns:20px auto;grid-template-areas:"icon label" "icon value";column-gap:8px;align-items:center;min-width:132px;padding:.48rem .65rem;border:1px solid rgba(231,189,101,.2);border-radius:11px;background:rgba(231,189,101,.055);color:#e7c77d;text-decoration:none}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats b{grid-area:icon;display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:rgba(231,189,101,.10);font-size:.72rem;color:#f2cc74}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats small{grid-area:label;font-size:.62rem;line-height:1.1;opacity:.72;text-transform:uppercase;letter-spacing:.045em}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats strong{grid-area:value;font-size:.82rem;line-height:1.25;color:#f6dfaa}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats>a:hover{border-color:rgba(231,189,101,.42);background:rgba(231,189,101,.085);box-shadow:0 0 18px rgba(231,189,101,.06)}
@media(max-width:900px){body.acc-ai-single.acc-creator-product-single .acm-container{width:min(calc(100% - 28px),1280px)}body.acc-ai-single.acc-creator-product-single.single-product div.product .woocommerce-product-gallery,body.acc-ai-single.acc-creator-product-single.single-product div.product .summary{width:100%!important}}
@media(max-width:560px){body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats{display:grid;grid-template-columns:1fr}body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats>span,body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats>a{min-width:0}}

/* v0.7.5.6 Creator placeholder + balanced seller stats */
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  align-items:stretch;
}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats>span,
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats>a{
  min-width:0;
  width:auto;
  min-height:68px;
  grid-template-columns:24px minmax(0,1fr);
  grid-template-areas:"icon label" "icon value";
  padding:.58rem .65rem;
}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats small{
  white-space:normal;
  overflow-wrap:anywhere;
  line-height:1.16;
  font-size:.58rem;
}
body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats strong{
  align-self:end;
  font-size:.82rem;
}
body.acc-ai-single.acc-creator-product-single .woocommerce-product-gallery .woocommerce-product-gallery__image img.woocommerce-placeholder,
body.acc-ai-single.acc-creator-product-single .woocommerce-product-gallery img.woocommerce-placeholder{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1;
  object-fit:cover!important;
  background:#0c1018!important;
}
@media(max-width:720px){
  body.acc-ai-single.acc-creator-product-single .acc-product-creator-stats{grid-template-columns:1fr}
}

/* v0.7.5.15 — premium add-to-cart notice styling for standard cart flow */
.woocommerce-notices-wrapper{
  --acc-cart-violet:#7b5cff;
  --acc-cart-violet-2:#9a6bff;
  --acc-cart-cyan:#35dcff;
  --acc-cart-success:#7dffb6;
}
.woocommerce-notices-wrapper .woocommerce-message{
  position:relative;
  display:flex;
  align-items:center;
  gap:18px 22px;
  flex-wrap:wrap;
  margin:0 0 28px!important;
  padding:20px 22px 20px 78px!important;
  border:1px solid rgba(123,92,255,.34)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(53,220,255,.12),transparent 26%),
    radial-gradient(circle at 78% 50%,rgba(123,92,255,.15),transparent 30%),
    linear-gradient(135deg,rgba(15,18,28,.98),rgba(9,12,21,.98))!important;
  box-shadow:
    0 24px 58px rgba(0,0,0,.24),
    0 0 0 1px rgba(53,220,255,.04),
    0 0 34px rgba(123,92,255,.12)!important;
  color:#f7fbff!important;
  overflow:hidden;
  animation:accCartNoticeIn .42s cubic-bezier(.21,.9,.28,1) both;
}
.woocommerce-notices-wrapper .woocommerce-message:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(123,92,255,.16),rgba(53,220,255,0) 24%,rgba(53,220,255,.05) 72%,rgba(123,92,255,.14));
  opacity:.9;
  pointer-events:none;
}
.woocommerce-notices-wrapper .woocommerce-message:after{
  content:"✓";
  position:absolute;
  left:24px;
  top:50%;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:999px;
  transform:translateY(-50%);
  border:1px solid rgba(125,255,182,.3);
  background:radial-gradient(circle at 30% 30%,rgba(125,255,182,.3),rgba(28,51,42,.92));
  color:var(--acc-cart-success);
  font-size:18px;
  font-weight:900;
  box-shadow:0 0 22px rgba(125,255,182,.17),inset 0 1px 0 rgba(255,255,255,.1);
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward{
  position:relative;
  z-index:1;
  order:10;
  float:none!important;
  margin:0 0 0 auto!important;
  min-height:58px;
  padding:0 24px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(149,120,255,.72)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,var(--acc-cart-violet),var(--acc-cart-violet-2) 52%,#6877ff)!important;
  color:#fff!important;
  font-size:1.08rem!important;
  font-weight:900!important;
  letter-spacing:-.015em;
  text-decoration:none!important;
  white-space:nowrap;
  box-shadow:0 18px 36px rgba(123,92,255,.25),0 0 28px rgba(53,220,255,.08)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
  box-shadow:0 24px 44px rgba(123,92,255,.32),0 0 34px rgba(53,220,255,.12)!important;
}
.woocommerce-notices-wrapper .woocommerce-message a:not(.button){
  position:relative;
  z-index:1;
  color:#8deeff;
  text-decoration:none;
}
.woocommerce-notices-wrapper .woocommerce-message a:not(.button):hover{
  color:#c1f6ff;
  text-decoration:underline;
}
.woocommerce-notices-wrapper .woocommerce-message .restore-item{
  color:#8deeff!important;
  font-weight:800;
}
.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-message strong,
.woocommerce-notices-wrapper .woocommerce-message span{
  position:relative;
  z-index:1;
}
.woocommerce-notices-wrapper .woocommerce-message{
  line-height:1.55;
  font-size:1.08rem;
  font-weight:700;
}
.single-product .woocommerce-notices-wrapper,
.post-type-archive-product .woocommerce-notices-wrapper,
.tax-product_cat .woocommerce-notices-wrapper,
.tax-product_tag .woocommerce-notices-wrapper{
  margin-bottom:22px;
}
@keyframes accCartNoticeIn{
  0%{opacity:0;transform:translateY(14px) scale(.985);box-shadow:0 6px 18px rgba(0,0,0,.12)}
  65%{opacity:1;transform:translateY(-2px) scale(1.005)}
  100%{opacity:1;transform:translateY(0) scale(1)}
}
@media (max-width:860px){
  .woocommerce-notices-wrapper .woocommerce-message{
    padding:18px 18px 18px 70px!important;
    gap:16px;
  }
  .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward{
    min-height:52px;
    font-size:1rem!important;
  }
}
@media (max-width:640px){
  .woocommerce-notices-wrapper .woocommerce-message{
    align-items:flex-start;
    padding:16px 16px 16px 62px!important;
    border-radius:20px!important;
    font-size:1rem;
  }
  .woocommerce-notices-wrapper .woocommerce-message:after{
    left:18px;
    top:18px;
    width:30px;
    height:30px;
    transform:none;
    font-size:16px;
  }
  .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward{
    width:100%;
    margin-left:0!important;
  }
}

/* v0.7.5.16 — premium neon cart page styling */
body.woocommerce-cart{
  --acc-cart-page-violet:#7b5cff;
  --acc-cart-page-violet-2:#9e74ff;
  --acc-cart-page-cyan:#35dcff;
  --acc-cart-page-surface:linear-gradient(145deg,rgba(15,18,28,.96),rgba(8,11,19,.98));
  --acc-cart-page-border:rgba(123,92,255,.22);
  --acc-cart-page-border-soft:rgba(255,255,255,.08);
  --acc-cart-page-glow:0 28px 70px rgba(0,0,0,.26),0 0 36px rgba(123,92,255,.09);
}
body.woocommerce-cart .woocommerce{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.78fr);
  gap:34px;
  align-items:start;
}
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals{
  min-width:0;
}
body.woocommerce-cart .woocommerce-cart-form{
  position:relative;
  padding:28px;
  border:1px solid var(--acc-cart-page-border);
  border-radius:28px;
  background:
    radial-gradient(circle at 0 0,rgba(53,220,255,.06),transparent 24%),
    radial-gradient(circle at 100% 0,rgba(123,92,255,.1),transparent 30%),
    var(--acc-cart-page-surface);
  box-shadow:var(--acc-cart-page-glow);
  animation:accCartCardIn .45s cubic-bezier(.21,.9,.28,1) both;
}
body.woocommerce-cart .woocommerce-cart-form:before,
body.woocommerce-cart .cart-collaterals .cart_totals:before{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(123,92,255,.95),rgba(53,220,255,.78),transparent);
  box-shadow:0 0 20px rgba(53,220,255,.22);
}
body.woocommerce-cart .cart-collaterals .cart_totals{
  position:relative;
  float:none!important;
  width:100%!important;
  padding:26px 26px 28px;
  border:1px solid var(--acc-cart-page-border);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0,rgba(53,220,255,.08),transparent 28%),
    radial-gradient(circle at 76% 22%,rgba(123,92,255,.11),transparent 32%),
    var(--acc-cart-page-surface);
  box-shadow:var(--acc-cart-page-glow);
  animation:accCartCardIn .52s cubic-bezier(.21,.9,.28,1) both;
}
body.woocommerce-cart table.shop_table{
  margin:0!important;
  border:0!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:transparent!important;
}
body.woocommerce-cart table.shop_table thead th{
  padding:0 0 18px!important;
  border:0!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  color:#f7fbff!important;
  font-size:1.08rem;
  font-weight:900!important;
  letter-spacing:-.01em;
  text-transform:uppercase;
}
body.woocommerce-cart table.shop_table tbody td,
body.woocommerce-cart table.shop_table tbody th{
  padding:22px 0!important;
  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.1)!important;
  background:transparent!important;
  color:#f7fbff;
  vertical-align:top;
}
body.woocommerce-cart table.shop_table tr:last-child td,
body.woocommerce-cart table.shop_table tr:last-child th{
  border-bottom-color:rgba(255,255,255,.07)!important;
}
body.woocommerce-cart table.cart img{
  width:84px!important;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(145deg,#121827,#0a0e16);
  box-shadow:0 10px 28px rgba(0,0,0,.24);
}
body.woocommerce-cart table.cart td.product-name a{
  color:#fff!important;
  font-weight:800;
  text-decoration:none!important;
}
body.woocommerce-cart table.cart td.product-name a:hover{
  color:#98efff!important;
}
body.woocommerce-cart table.cart td.product-name dl.variation,
body.woocommerce-cart table.cart td.product-name .wc-item-meta,
body.woocommerce-cart table.cart td.product-name small,
body.woocommerce-cart table.cart td.product-name .acc-product-excerpt,
body.woocommerce-cart table.cart td.product-name p{
  color:rgba(240,245,255,.72)!important;
}
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal,
body.woocommerce-cart .product-total{
  font-weight:800;
}
body.woocommerce-cart .product-price del,
body.woocommerce-cart .product-subtotal del,
body.woocommerce-cart .product-total del{
  opacity:.56;
}
body.woocommerce-cart .product-price ins,
body.woocommerce-cart .product-subtotal ins,
body.woocommerce-cart .product-total ins{
  color:#fff;
  text-decoration:none;
}
body.woocommerce-cart table.cart td.actions{
  padding-top:26px!important;
  border-bottom:0!important;
}
body.woocommerce-cart table.cart td.actions .coupon{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.03),rgba(123,92,255,.04));
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
body.woocommerce-cart table.cart td.actions .coupon:hover{
  border-color:rgba(53,220,255,.22);
  box-shadow:0 0 28px rgba(53,220,255,.06);
  transform:translateY(-1px);
}
body.woocommerce-cart table.cart td.actions .coupon label{
  display:block;
  width:100%;
  margin:0 0 2px;
  color:#fff;
  font-weight:800;
}
body.woocommerce-cart #coupon_code,
body.woocommerce-cart .cart_totals input.input-text,
body.woocommerce-cart .cart_totals select,
body.woocommerce-cart .shipping-calculator-form input.input-text,
body.woocommerce-cart .shipping-calculator-form select{
  width:100%;
  min-height:52px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.05)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
body.woocommerce-cart #coupon_code{max-width:260px}
body.woocommerce-cart #coupon_code::placeholder,
body.woocommerce-cart .cart_totals input::placeholder{color:rgba(255,255,255,.4)!important}
body.woocommerce-cart #coupon_code:focus,
body.woocommerce-cart .cart_totals input.input-text:focus,
body.woocommerce-cart .cart_totals select:focus,
body.woocommerce-cart .shipping-calculator-form input.input-text:focus,
body.woocommerce-cart .shipping-calculator-form select:focus{
  outline:none!important;
  border-color:rgba(53,220,255,.48)!important;
  box-shadow:0 0 0 3px rgba(53,220,255,.07),0 0 24px rgba(53,220,255,.08)!important;
}
body.woocommerce-cart .button[name="apply_coupon"],
body.woocommerce-cart .actions .button,
body.woocommerce-cart .shipping-calculator-form button,
body.woocommerce-cart .cart_totals .button{
  min-height:52px;
  padding:0 22px!important;
  border:1px solid rgba(149,120,255,.68)!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,var(--acc-cart-page-violet),var(--acc-cart-page-violet-2) 54%,#6d7cff)!important;
  color:#fff!important;
  font-weight:900!important;
  box-shadow:0 15px 34px rgba(123,92,255,.24),0 0 28px rgba(53,220,255,.05)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
body.woocommerce-cart .button[name="apply_coupon"]:hover,
body.woocommerce-cart .actions .button:hover,
body.woocommerce-cart .shipping-calculator-form button:hover,
body.woocommerce-cart .cart_totals .button:hover{
  transform:translateY(-2px);
  filter:brightness(1.03);
  box-shadow:0 18px 40px rgba(123,92,255,.29),0 0 32px rgba(53,220,255,.09)!important;
}
body.woocommerce-cart .actions .button[disabled],
body.woocommerce-cart .actions .button:disabled{
  opacity:.55;
  filter:none;
  transform:none;
}
body.woocommerce-cart .quantity{
  display:inline-flex;
  align-items:center;
  min-height:56px;
  padding:0 8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:rgba(255,255,255,.03);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
body.woocommerce-cart .quantity .qty{
  min-width:54px;
  height:54px;
  padding:0 8px!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  text-align:center;
  font-size:1.1rem;
  font-weight:800;
}
body.woocommerce-cart .quantity .plus,
body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity button.plus,
body.woocommerce-cart .quantity button.minus{
  width:38px;
  height:38px;
  display:grid!important;
  place-items:center;
  padding:0!important;
  border:1px solid rgba(255,255,255,.1)!important;
  border-radius:12px!important;
  background:linear-gradient(145deg,rgba(123,92,255,.13),rgba(53,220,255,.05))!important;
  color:#fff!important;
  font-size:1.25rem!important;
  line-height:1!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
body.woocommerce-cart .quantity .plus:hover,
body.woocommerce-cart .quantity .minus:hover,
body.woocommerce-cart .quantity button.plus:hover,
body.woocommerce-cart .quantity button.minus:hover{
  transform:translateY(-1px);
  border-color:rgba(53,220,255,.3)!important;
  box-shadow:0 0 22px rgba(53,220,255,.09)!important;
}
body.woocommerce-cart table.cart a.remove{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center;
  border-radius:14px!important;
  color:#ff8ca4!important;
  background:rgba(255,82,112,.08)!important;
  border:1px solid rgba(255,82,112,.2)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
body.woocommerce-cart table.cart a.remove:hover{
  color:#fff!important;
  background:rgba(255,82,112,.18)!important;
  box-shadow:0 0 24px rgba(255,82,112,.15)!important;
  transform:translateY(-1px) scale(1.03);
}
body.woocommerce-cart .cart-collaterals .cart_totals h2{
  margin:0 0 18px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(255,255,255,.1);
  color:#fff;
  font-size:1.45rem;
  line-height:1.2;
  letter-spacing:-.02em;
}
body.woocommerce-cart .cart_totals table.shop_table tbody th,
body.woocommerce-cart .cart_totals table.shop_table tbody td{
  padding:16px 0!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  color:#fff;
  font-size:1.04rem;
}
body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td{
  padding-top:20px!important;
  color:#fff;
  font-size:1.2rem;
  font-weight:900;
}
body.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
body.woocommerce-cart .cart_totals .shipping-calculator-button,
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout,
body.woocommerce-cart .cart_totals .shop_table + p,
body.woocommerce-cart .cart_totals .shop_table + form{
  position:relative;
  z-index:1;
}
body.woocommerce-cart .cart_totals .shipping-calculator-button,
body.woocommerce-cart .cart_totals a.showcoupon,
body.woocommerce-cart .cart_totals a{
  color:#8eeeff;
  text-decoration:none!important;
}
body.woocommerce-cart .cart_totals .shipping-calculator-button:hover,
body.woocommerce-cart .cart_totals a.showcoupon:hover,
body.woocommerce-cart .cart_totals a:hover{
  color:#c6f8ff;
  text-decoration:underline!important;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout{
  padding:10px 0 0;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart a.checkout-button.button.alt.wc-forward{
  width:100%;
  min-height:64px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:0 26px!important;
  border:1px solid rgba(149,120,255,.72)!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,var(--acc-cart-page-violet),var(--acc-cart-page-violet-2) 50%,#6878ff)!important;
  color:#fff!important;
  font-size:1.08rem!important;
  font-weight:900!important;
  line-height:1.2;
  text-align:center;
  box-shadow:0 18px 42px rgba(123,92,255,.26),0 0 36px rgba(53,220,255,.08)!important;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart a.checkout-button.button.alt.wc-forward:hover{
  transform:translateY(-2px);
  filter:brightness(1.04);
  box-shadow:0 24px 48px rgba(123,92,255,.32),0 0 38px rgba(53,220,255,.11)!important;
}
body.woocommerce-cart .cart_totals .coupon,
body.woocommerce-cart .cart_totals .woocommerce-form-coupon,
body.woocommerce-cart .cart_totals .checkout_coupon{
  margin:0 0 16px!important;
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(123,92,255,.045));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  animation:accCartCouponGlow 5.5s ease-in-out infinite;
}
body.woocommerce-cart .cart_totals .coupon p,
body.woocommerce-cart .cart_totals .woocommerce-form-coupon p,
body.woocommerce-cart .cart_totals .checkout_coupon p{
  margin:0 0 12px;
}
body.woocommerce-cart .cart_totals .coupon .form-row,
body.woocommerce-cart .cart_totals .woocommerce-form-coupon .form-row,
body.woocommerce-cart .cart_totals .checkout_coupon .form-row{
  margin:0!important;
}
body.woocommerce-cart .cart_totals .coupon .form-row-first,
body.woocommerce-cart .cart_totals .coupon .form-row-last,
body.woocommerce-cart .cart_totals .checkout_coupon .form-row-first,
body.woocommerce-cart .cart_totals .checkout_coupon .form-row-last,
body.woocommerce-cart .cart_totals .woocommerce-form-coupon .form-row-first,
body.woocommerce-cart .cart_totals .woocommerce-form-coupon .form-row-last{
  float:none;
  width:100%;
}
body.woocommerce-cart .cart_totals .coupon .form-row-last,
body.woocommerce-cart .cart_totals .checkout_coupon .form-row-last,
body.woocommerce-cart .cart_totals .woocommerce-form-coupon .form-row-last{
  margin-top:12px!important;
}
body.woocommerce-cart .cart-collaterals .cross-sells{display:none!important}
@keyframes accCartCardIn{
  0%{opacity:0;transform:translateY(14px) scale(.988)}
  100%{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes accCartCouponGlow{
  0%,100%{box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 0 0 rgba(53,220,255,0)}
  50%{box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 0 24px rgba(53,220,255,.05)}
}
@media (max-width:1080px){
  body.woocommerce-cart .woocommerce{grid-template-columns:1fr;gap:22px}
}
@media (max-width:780px){
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals{padding:20px;border-radius:24px}
  body.woocommerce-cart table.cart td.actions .coupon{padding:14px}
  body.woocommerce-cart #coupon_code{max-width:none}
}
@media (max-width:640px){
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals{padding:16px;border-radius:20px}
  body.woocommerce-cart table.shop_table thead{display:none}
  body.woocommerce-cart table.shop_table tbody td,
  body.woocommerce-cart table.shop_table tbody th{padding:16px 0!important}
  body.woocommerce-cart .quantity{min-height:52px}
  body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button,
  body.woocommerce-cart a.checkout-button.button.alt.wc-forward{min-height:58px}
}
@media (prefers-reduced-motion:reduce){
  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-cart .cart_totals .coupon,
  body.woocommerce-cart .button,
  body.woocommerce-cart .quantity .plus,
  body.woocommerce-cart .quantity .minus,
  body.woocommerce-cart table.cart a.remove{animation:none!important;transition:none!important}
}
