/* AD QuoteFlow — frontend component styles */
.adqf-quote-button{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;margin-top:12px;padding:12px 18px;border:1px solid transparent;border-radius:var(--adqf-radius,12px);font-size:15px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none!important;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease,border-color .18s ease}
.adqf-quote-button:not(.adqf-theme){background:linear-gradient(135deg,var(--adqf-bg,#25D366),var(--adqf-hover,#1ebe5d));color:var(--adqf-color,#fff)!important;box-shadow:0 7px 18px rgba(37,211,102,.22)}
.adqf-quote-button:not(.adqf-theme):hover{background:var(--adqf-hover,#1ebe5d);color:var(--adqf-color,#fff)!important;transform:translateY(-2px);box-shadow:0 10px 24px rgba(37,211,102,.30)}
.adqf-quote-button:not(.adqf-theme):active{transform:translateY(0);box-shadow:0 5px 13px rgba(15,23,42,.12)}
.adqf-quote-button:focus-visible{outline:3px solid rgba(37,211,102,.28);outline-offset:3px}.adqf-quote-button.button{display:inline-flex}.adqf-wa-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0;flex:0 0 auto}.adqf-wa-icon svg{display:block;width:20px;height:20px}.adqf-button-label{display:block}.adqf-price-text{font-weight:700}
.woocommerce ul.products li.product .adqf-loop-button:not(.adqf-theme),.woocommerce-page ul.products li.product .adqf-loop-button:not(.adqf-theme),.adqf-loop-button:not(.adqf-theme){display:flex;width:100%;max-width:100%;min-height:48px;margin:12px 0 0;padding:12px 14px}.adqf-single-button:not(.adqf-theme){min-width:220px}

/* Optional catalog card UX. Scoped to a body class so themes can opt out from AD QuoteFlow > Botones. */
body.adqf-catalog-cards.woocommerce-shop ul.products,body.adqf-catalog-cards.tax-product_cat ul.products,body.adqf-catalog-cards.tax-product_tag ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:stretch;margin:0!important}
body.adqf-catalog-cards.woocommerce-shop ul.products li.product,body.adqf-catalog-cards.tax-product_cat ul.products li.product,body.adqf-catalog-cards.tax-product_tag ul.products li.product{width:100%!important;margin:0!important;float:none!important;display:flex!important;flex-direction:column;background:#fff;border:1px solid #e9e9e9;border-radius:18px;padding:16px;box-shadow:0 8px 24px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;overflow:hidden;box-sizing:border-box}
body.adqf-catalog-cards ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.10);border-color:#dcdcdc}
body.adqf-catalog-cards ul.products li.product .woocommerce-LoopProduct-link,body.adqf-catalog-cards ul.products li.product .woocommerce-loop-product__link{display:flex!important;flex-direction:column;flex:1 1 auto;width:100%;text-decoration:none}
body.adqf-catalog-cards ul.products li.product img{width:100%!important;height:220px!important;object-fit:contain!important;object-position:center;display:block;margin:0 0 16px!important;padding:8px;border:0!important;border-radius:14px;box-sizing:border-box;background:#fff}
body.adqf-catalog-cards ul.products li.product .woocommerce-loop-product__title{font-size:16px;line-height:1.4;font-weight:700;color:#111;padding:0!important;margin:0 0 14px!important;min-height:68px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
body.adqf-catalog-cards ul.products li.product .price,body.adqf-catalog-cards ul.products li.product .adqf-price-text{display:block;margin:0 0 14px!important;font-size:15px;font-weight:600;color:#666}
body.adqf-catalog-cards ul.products li.product .adqf-loop-button{margin-top:auto!important;margin-bottom:0!important}

/* Floating actions */
.adqf-floating{--adqf-footer-lift:0px;position:fixed;bottom:calc(var(--adqf-float-y,24px) + env(safe-area-inset-bottom) + var(--adqf-footer-lift));z-index:var(--adqf-float-z,9998);display:flex;flex-direction:column;gap:var(--adqf-float-gap,10px);max-width:calc(100vw - (var(--adqf-float-x,20px) * 2));transition:bottom .18s ease}.adqf-floating-right{right:var(--adqf-float-x,20px);align-items:flex-end}.adqf-floating-left{left:var(--adqf-float-x,20px);align-items:flex-start}
.adqf-float-action{box-sizing:border-box;min-height:var(--adqf-float-size,48px);height:var(--adqf-float-size,48px);display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 17px;border:0;border-radius:999px;text-decoration:none!important;font-size:14px;line-height:1;font-weight:700;box-shadow:0 8px 24px rgba(15,23,42,.18);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;-webkit-tap-highlight-color:transparent;position:relative;overflow:visible;isolation:isolate}.adqf-float-action:hover{transform:translateY(-2px);box-shadow:0 11px 28px rgba(15,23,42,.23);filter:brightness(1.02)}.adqf-float-action:focus-visible{outline:3px solid rgba(37,211,102,.28);outline-offset:3px}.adqf-float-icon{width:var(--adqf-float-icon-size,30px);height:var(--adqf-float-icon-size,30px);display:grid;place-items:center;flex:0 0 var(--adqf-float-icon-size,30px);line-height:0;position:relative;z-index:2}.adqf-float-icon svg{width:100%;height:100%;display:block}.adqf-float-label{position:relative;z-index:2}.adqf-float-wa{background:linear-gradient(135deg,#25D366,#1ebe5d);color:#fff!important}.adqf-float-call{background:linear-gradient(135deg,#344054,#1f2937);color:#fff!important}.adqf-floating-icon .adqf-float-action{width:var(--adqf-float-size,48px);min-width:var(--adqf-float-size,48px);padding:0;border-radius:50%}.adqf-floating-icon .adqf-float-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.adqf-floating-pill .adqf-float-action{max-width:min(280px,calc(100vw - 32px))}.adqf-pulse::after{content:"";position:absolute;inset:-2px;border-radius:inherit;border:2px solid rgba(37,211,102,.52);pointer-events:none;z-index:1;animation:adqfPulseRing 1.75s cubic-bezier(.22,.61,.36,1) infinite}.adqf-float-call.adqf-pulse::after{border-color:rgba(52,64,84,.45)}@keyframes adqfPulseRing{0%{transform:scale(.94);opacity:.8}70%,100%{transform:scale(1.42);opacity:0}}

@media(max-width:1024px) and (min-width:768px){body.adqf-catalog-cards.woocommerce-shop ul.products,body.adqf-catalog-cards.tax-product_cat ul.products,body.adqf-catalog-cards.tax-product_tag ul.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}body.adqf-catalog-cards ul.products li.product img{height:200px!important}}
@media(max-width:767px){.adqf-quote-button{min-height:50px;padding:13px 16px;font-size:15px}.adqf-single-button:not(.adqf-theme){min-width:0}.adqf-checkout-secondary{min-height:48px}body.adqf-catalog-cards.woocommerce-shop ul.products,body.adqf-catalog-cards.tax-product_cat ul.products,body.adqf-catalog-cards.tax-product_tag ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}body.adqf-catalog-cards ul.products li.product{padding:13px;border-radius:15px}body.adqf-catalog-cards ul.products li.product img{height:170px!important;margin-bottom:12px!important}body.adqf-catalog-cards ul.products li.product .woocommerce-loop-product__title{font-size:14px;line-height:1.35;min-height:57px;margin-bottom:12px!important}.adqf-floating{max-width:calc(100vw - 24px)}.adqf-float-action{font-size:13px;padding-left:14px;padding-right:14px}}
@media(max-width:480px){body.adqf-catalog-cards.woocommerce-shop ul.products,body.adqf-catalog-cards.tax-product_cat ul.products,body.adqf-catalog-cards.tax-product_tag ul.products{grid-template-columns:1fr;gap:18px}body.adqf-catalog-cards ul.products li.product{padding:15px}body.adqf-catalog-cards ul.products li.product img{height:240px!important}body.adqf-catalog-cards ul.products li.product .woocommerce-loop-product__title{font-size:16px;min-height:auto;-webkit-line-clamp:unset}}
@media(prefers-reduced-motion:reduce){.adqf-quote-button,.adqf-floating,.adqf-float-action{transition:none}.adqf-quote-button:hover,.adqf-float-action:hover{transform:none}.adqf-pulse::after{animation:none;display:none}}
