
/* PUTEC Single Product v1.4.0 — approved design */
body.putec-single-product-active{overflow-x:hidden}
body.putec-single-product-active #putec-single-main{width:100%;max-width:none;margin:0;padding:0}
body.putec-single-product-active .putec-sp,
body.putec-single-product-active .putec-sp *{box-sizing:border-box}
body.putec-single-product-active .putec-sp{
    direction:rtl;
    width:min(1360px,calc(100% - 56px));
    margin:0 auto;
    padding:24px 0 90px;
    color:#24211f;
    font-family:"Tajawal",sans-serif!important;
}
.putec-sp button,.putec-sp input,.putec-sp textarea,.putec-sp select{font-family:"Tajawal",sans-serif!important}
.putec-breadcrumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#7f776f;font-size:14px;margin:6px 0 28px}
.putec-breadcrumb a{text-decoration:none;color:#7f776f}
.putec-breadcrumb span:last-child{color:#3c3732;font-weight:600}

.putec-product-grid{
    display:grid;
    grid-template-columns:minmax(0,1.02fr) minmax(500px,.98fr);
    gap:44px;
    direction:ltr;
    align-items:start;
}
.putec-gallery,.putec-info{direction:rtl}
.putec-gallery__main{
    position:relative;
    height:520px;
    border-radius:16px;
    border:1px solid #eadfd3;
    background:
      radial-gradient(circle at 50% 45%,rgba(255,255,255,.96) 0 24%,rgba(250,247,242,.96) 62%,rgba(247,243,237,.96) 100%);
    overflow:hidden;
    display:flex;align-items:center;justify-content:center;
}
.putec-gallery__main:after{
    content:"";position:absolute;left:0;right:0;bottom:0;height:22%;
    background:linear-gradient(to top,rgba(234,226,216,.22),transparent);
    pointer-events:none;
}
.putec-gallery__main img{width:100%;height:100%;object-fit:contain;padding:26px;position:relative;z-index:1}
.putec-lightbox-trigger{
    position:absolute;left:18px;bottom:18px;z-index:3;width:46px;height:46px;border-radius:50%;
    border:1px solid #e4d8ca;background:#fff;color:#3b3631;display:flex;align-items:center;justify-content:center;
    box-shadow:0 7px 20px rgba(40,32,25,.07);cursor:pointer;
}
.putec-lightbox-trigger svg{width:21px;height:21px}
.putec-thumbs-wrap{position:relative;display:flex;align-items:center;gap:10px;margin-top:14px}
.putec-gallery__thumbs{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;flex:1;padding:2px}
.putec-gallery__thumbs::-webkit-scrollbar{display:none}
.putec-thumb{flex:0 0 100px;height:96px;border:1px solid #e6ddd3;border-radius:10px;background:#fff;padding:4px;cursor:pointer}
.putec-thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px}
.putec-thumb.is-active{border-color:var(--putec-accent);box-shadow:0 0 0 1px var(--putec-accent)}
.putec-thumbs-nav,.putec-related-nav{
    flex:0 0 42px;width:42px;height:42px;border-radius:50%;border:1px solid #e5d9cc;background:#fff;color:#4f4841;
    font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;
    box-shadow:0 5px 16px rgba(50,40,30,.05)
}

.putec-info{padding-top:8px}
.putec-code{display:inline-flex;padding:7px 15px;border-radius:999px;background:#f5eee3;color:var(--putec-accent);font-size:13px;font-weight:800;margin-bottom:16px}
.putec-title{margin:0;color:var(--putec-dark);font-size:42px;line-height:1.2;font-weight:800}
.putec-price{display:flex;align-items:baseline;gap:8px;margin:20px 0 24px;color:var(--putec-accent);font-weight:800}
.putec-price__amount{font-size:30px}
.putec-price__unit{font-size:18px}
.putec-price ins{text-decoration:none}
.putec-price del{font-size:18px;color:#9b9289;margin-left:8px}
.putec-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:26px}
.putec-btn{
    min-height:56px;border-radius:10px;border:1px solid transparent;padding:14px 18px;
    display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:800;text-decoration:none!important;cursor:pointer
}
.putec-btn svg{width:22px;height:22px}
.putec-btn--primary{background:linear-gradient(180deg,#c98a20,#b87917);color:#fff!important;box-shadow:0 8px 22px rgba(185,121,23,.16)}
.putec-btn--whatsapp{background:#fff;color:#138a4a!important;border-color:#28a45e}
.putec-btn--whatsapp.is-disabled{opacity:.45;pointer-events:none}

.putec-specs-title{display:flex;align-items:center;gap:10px;border-top:1px solid #e9e0d5;padding-top:20px;margin-bottom:14px}
.putec-specs-title__icon{width:36px;height:36px;border-radius:50%;background:#f5eee3;color:var(--putec-accent);display:flex;align-items:center;justify-content:center}
.putec-specs-title__icon svg{width:20px;height:20px}
.putec-specs-title h2{margin:0;font-size:22px;font-weight:800}
.putec-specs{
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
    border:1px solid #eadfd4;border-radius:14px;overflow:hidden;background:#fff
}
.putec-spec{display:grid;grid-template-columns:36px 1fr auto;gap:9px;align-items:center;min-height:58px;padding:12px 14px;border-bottom:1px solid #eee6dd}
.putec-spec:nth-child(odd){border-left:1px solid #eee6dd}
.putec-spec:nth-last-child(-n+2){border-bottom:0}
.putec-spec__icon{color:var(--putec-accent);display:flex}
.putec-spec__icon svg{width:23px;height:23px}
.putec-spec__label{font-size:14px;color:#595149}
.putec-spec__value{font-size:14px;font-weight:800;color:#24211f;text-align:left}

.putec-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:16px;border:1px solid #eadfd4;border-radius:14px;background:#f8f3ec;overflow:hidden}
.putec-benefit{display:flex;align-items:center;gap:13px;padding:18px 16px;border-left:1px solid #eadfd4}
.putec-benefit:last-child{border-left:0}
.putec-benefit svg{width:36px;height:36px;color:var(--putec-accent);flex:0 0 36px}
.putec-benefit strong{display:block;font-size:15px;margin-bottom:4px}
.putec-benefit small{display:block;font-size:11px;color:#7b7269;line-height:1.5}

.putec-related{margin-top:58px}
.putec-related__head{display:flex;align-items:center;justify-content:flex-start;margin-bottom:18px}
.putec-related__head h2{margin:0;font-size:25px;font-weight:800}
.putec-related__shell{display:flex;align-items:center;gap:14px}
.putec-related__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(245px,1fr);gap:18px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;flex:1;padding:2px}
.putec-related__track::-webkit-scrollbar{display:none}
.putec-card{display:block;text-decoration:none!important;color:inherit!important;border:1px solid #e8ded2;border-radius:14px;background:#fff;overflow:hidden}
.putec-card__img{height:190px;background:#faf8f5;display:flex;align-items:center;justify-content:center}
.putec-card__img img{width:100%;height:100%;object-fit:contain;padding:16px}
.putec-card__body{padding:14px 16px 17px}
.putec-card__code{font-size:13px;font-weight:800;color:var(--putec-accent);margin-bottom:6px}
.putec-card h3{margin:0;font-size:16px;line-height:1.45;font-weight:700}

.putec-mobile-actions{display:none}

/* Popup */
.putec-modal,.putec-lightbox{position:fixed;inset:0;z-index:999999;display:none}
.putec-modal.is-open,.putec-lightbox.is-open{display:block}
.putec-modal__backdrop,.putec-lightbox__backdrop{position:absolute;inset:0;background:rgba(26,22,18,.68)}
.putec-modal__dialog{position:relative;z-index:2;width:min(500px,calc(100% - 28px));max-height:calc(100vh - 38px);overflow:auto;margin:19px auto;background:#fff;border-radius:20px;padding:26px;box-shadow:0 26px 70px rgba(0,0,0,.2)}
.putec-modal__close{position:absolute;left:18px;top:15px;border:0;background:transparent;font-size:30px;cursor:pointer}
.putec-modal__title-row{display:flex;gap:12px;align-items:flex-start;padding-left:28px}
.putec-modal__title-icon{width:40px;height:40px;border-radius:12px;background:#f5eee3;color:var(--putec-accent);display:flex;align-items:center;justify-content:center;flex:0 0 40px}
.putec-modal__title-icon svg{width:22px;height:22px}
.putec-modal__title-row h2{margin:0;font-size:26px}
.putec-modal__title-row p{margin:5px 0 0;color:#746c64;font-size:13px}
.putec-modal__product{display:flex;align-items:center;gap:13px;background:#faf6f0;border:1px solid #ece1d5;padding:11px;border-radius:13px;margin:18px 0}
.putec-modal__product img{width:72px;height:72px;object-fit:contain;border-radius:9px;background:#fff}
.putec-modal__product span,.putec-modal__product strong,.putec-modal__product small{display:block}
.putec-modal__product span{font-size:11px;color:#81776d}
.putec-modal__product strong{font-size:15px;margin:3px 0}
.putec-modal__product small{font-size:12px;color:var(--putec-accent);font-weight:800}
.putec-quote-form{display:grid;gap:15px}
.putec-quote-form label{display:grid;gap:7px;margin:0;font-size:13px;font-weight:700;color:#2b2723}
.putec-field-label{display:inline-flex;align-items:center;gap:4px;line-height:1.5}
.putec-field-label b{color:#bd2d24;font-size:14px;font-weight:700}
.putec-quote-form input,.putec-quote-form textarea,
.putec-modal__dialog .wpcf7 input,.putec-modal__dialog .wpcf7 textarea{
    width:100%;margin:0!important;border:1px solid #ddd3c8!important;border-radius:10px!important;
    padding:12px 13px!important;background:#fff!important;font-size:14px!important;line-height:1.5!important;
    color:#2b2723!important;box-shadow:none!important;outline:none;
}
.putec-quote-form input{height:46px}
.putec-quote-form textarea{min-height:105px;resize:vertical}
.putec-quote-form input::placeholder,.putec-quote-form textarea::placeholder{
    color:#a69b91;opacity:1
}
.putec-quote-form input:focus,.putec-quote-form textarea:focus,
.putec-modal__dialog .wpcf7 input:focus,.putec-modal__dialog .wpcf7 textarea:focus{
    border-color:var(--putec-accent)!important;box-shadow:0 0 0 3px rgba(201,138,32,.10)!important
}
.putec-form-message{min-height:18px;font-size:13px}
.putec-form-message.is-success{color:#187a37}.putec-form-message.is-error{color:#b42318}
.putec-privacy{text-align:center;color:#7f766e;font-size:11px}
body.putec-modal-open{overflow:hidden}

/* Lightbox only */
.putec-lightbox__close{position:absolute;z-index:3;left:24px;top:20px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;font-size:28px;cursor:pointer}
.putec-lightbox__content{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));height:calc(100vh - 80px);margin:40px auto;display:flex;align-items:center;justify-content:center}
.putec-lightbox__content img{max-width:100%;max-height:100%;object-fit:contain;background:#fff;border-radius:12px}

/* Theme leak protection */
body.putec-single-product-active .woocommerce-breadcrumb,
body.putec-single-product-active .related.products,
body.putec-single-product-active .upsells.products,
body.putec-single-product-active .woocommerce-tabs,
body.putec-single-product-active .product_meta,
body.putec-single-product-active .summary.entry-summary,
body.putec-single-product-active .woocommerce-product-gallery{display:none!important}

/* CSS-only subtle entrance */
.putec-product-grid,.putec-related{animation:putecRise .35s ease both}
@keyframes putecRise{from{transform:translateY(6px)}to{transform:translateY(0)}}

@media(max-width:1100px){
    body.putec-single-product-active .putec-sp{width:min(100% - 32px,1100px)}
    .putec-product-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:28px}
    .putec-gallery__main{height:470px}
    .putec-title{font-size:36px}
    .putec-spec{grid-template-columns:30px 1fr auto;padding:11px 10px}
}
@media(max-width:860px){
    body.putec-single-product-active .putec-sp{width:min(100% - 28px,800px);padding-bottom:110px}
    .putec-breadcrumb{margin-bottom:18px}
    .putec-product-grid{grid-template-columns:1fr;gap:26px}
    .putec-gallery__main{height:430px}
    .putec-title{font-size:33px}
    .putec-actions{grid-template-columns:1fr 1fr}
    .putec-specs{grid-template-columns:1fr}
    .putec-spec:nth-child(odd){border-left:0}
    .putec-spec:nth-last-child(-n+2){border-bottom:1px solid #eee6dd}
    .putec-spec:last-child{border-bottom:0}
    .putec-benefits{grid-template-columns:1fr}
    .putec-benefit{border-left:0;border-bottom:1px solid #eadfd4}
    .putec-benefit:last-child{border-bottom:0}
}
@media(max-width:640px){
    body.putec-single-product-active .putec-sp{width:min(100% - 22px,620px);padding-top:14px}
    .putec-gallery__main{height:340px}
    .putec-gallery__main img{padding:16px}
    .putec-thumb{flex-basis:76px;width:76px;height:74px}
    .putec-thumbs-nav{display:none}
    .putec-title{font-size:28px}
    .putec-price__amount{font-size:25px}
    .putec-price__unit{font-size:15px}
    .putec-actions{display:none}
    .putec-spec{grid-template-columns:28px 1fr auto;gap:7px;padding:11px 9px}
    .putec-spec__label,.putec-spec__value{font-size:12px}
    .putec-related__track{grid-auto-columns:72%}
    .putec-related-nav{display:none}
    .putec-mobile-actions{position:fixed;left:0;right:0;bottom:0;z-index:99990;display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#fff;border-top:1px solid #e7ddd1;padding:9px 10px}
    .putec-mobile-actions .putec-btn{min-height:46px;font-size:14px;padding:10px}
}

/* v1.5.1: protect quote form from theme form styles */
body.putec-single-product-active .putec-modal__dialog .putec-quote-form label:before,
body.putec-single-product-active .putec-modal__dialog .putec-quote-form label:after{
    display:none!important;
}
body.putec-single-product-active .putec-modal__dialog .putec-quote-form input,
body.putec-single-product-active .putec-modal__dialog .putec-quote-form textarea{
    border-style:solid!important;
    border-width:1px!important;
    border-bottom-width:1px!important;
}
