:root{
  --ny-navy:#001e46;
  --ny-navy-2:#052a5d;
  --ny-navy-3:#0b356c;
  --ny-yellow:#ffbd00;
  --ny-yellow-2:#ffd356;
  --ny-red:#ec174c;
  --ny-green:#42a846;
  --ny-light-green:#e8f9dd;
  --ny-border:#e1e5eb;
  --ny-soft:#f7f8fa;
  --ny-text:#20242a;
  --ny-muted:#737b87;
  --ny-radius:10px;
  --ny-shadow:0 10px 35px rgba(3,29,65,.06);
}

.ny-product-page,
.ny-product-page *{box-sizing:border-box}
.ny-product-page{background:#fff;color:var(--ny-text);font-family:inherit}
.ny-product-page .site-main{padding:0}
.ny-product-page .woocommerce-breadcrumb,
.ny-product-page .woocommerce-notices-wrapper{max-width:1180px;margin-inline:auto}
.ny-product-shell{padding:34px 0 0;overflow:hidden}
.ny-product-container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.ny-product-grid{display:grid;grid-template-columns:minmax(0,1fr) 295px;gap:18px;align-items:start}
.ny-product-main{min-width:0}
.ny-product-card{border:1px solid var(--ny-border);border-radius:11px;background:#fff;padding:21px 22px 18px;box-shadow:0 2px 7px rgba(0,0,0,.02)}
.ny-product-heading-row{padding-left:40px}
.ny-product-recommendation{display:inline-flex;align-items:center;gap:7px;color:#111;font-weight:700;font-size:12px;margin-bottom:8px}
.ny-recommendation-mark{width:7px;height:7px;border-radius:50%;background:var(--ny-yellow);box-shadow:0 0 0 4px rgba(255,189,0,.16)}
.ny-product-title{margin:0;color:#111;font-size:22px;line-height:1.7;font-weight:800;letter-spacing:-.45px}
.ny-product-meta-line{display:flex;align-items:center;gap:18px;margin-top:8px;color:#7c838d;font-size:11px}
.ny-product-meta-line span{display:flex;align-items:center;gap:5px}
.ny-product-meta-line .ny-icon{width:15px;height:15px}
.ny-update-note{display:inline-flex;align-items:center;gap:7px;margin-top:13px;padding:7px 12px;background:var(--ny-light-green);color:#4a9a38;border-radius:5px;font-size:11px}
.ny-update-note .ny-icon{width:14px;height:14px;background:#72c85a;color:white;border-radius:50%;padding:2px}
.ny-product-hero{display:grid;grid-template-columns:310px minmax(0,1fr);gap:24px;margin-top:10px;align-items:center}
.ny-gallery-wrap{position:relative;padding:0 34px 0 0;min-width:0}
.ny-gallery-actions{position:absolute;right:0;top:2px;display:flex;flex-direction:column;gap:8px;z-index:3}
.ny-icon-button{width:29px;height:29px;border:1px solid #dde2e8;border-radius:5px;background:#fff;color:#53606f;display:grid;place-items:center;cursor:pointer;transition:.2s ease;padding:0}
.ny-icon-button:hover{border-color:var(--ny-yellow);color:var(--ny-navy);transform:translateY(-1px)}
.ny-icon-button .ny-icon{width:15px;height:15px}
.ny-main-image-button{display:flex;align-items:center;justify-content:center;width:100%;height:295px;border:0;background:#fff;cursor:zoom-in;padding:8px}
.ny-main-image{width:100%;height:100%;object-fit:contain}
.ny-thumbs{display:flex;gap:9px;justify-content:center;direction:rtl;margin-top:8px}
.ny-thumb{width:50px;height:50px;border:1px solid #e0e3e7;border-radius:6px;background:#fff;display:grid;place-items:center;cursor:pointer;padding:4px;transition:.2s}
.ny-thumb:hover,.ny-thumb.is-active{border-color:var(--ny-yellow);box-shadow:0 0 0 2px rgba(255,189,0,.12)}
.ny-thumb img{width:100%;height:100%;object-fit:contain}
.ny-product-summary{min-width:0;padding-top:17px}
.ny-product-summary h2{font-size:15px;margin:0 0 13px;color:#12151a;font-weight:800}
.ny-spec-chip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.ny-spec-chip{border:1px solid #dcdfe4;border-radius:6px;min-height:52px;padding:8px 10px;display:flex;flex-direction:column;justify-content:center;gap:3px;text-align:center;background:#fff}
.ny-spec-chip span{font-size:10px;color:#858c96}
.ny-spec-chip strong{font-size:11px;color:#24272d;font-weight:700;line-height:1.5}
.ny-all-features-link{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:11px;color:#4055bd;text-decoration:none;font-weight:700}
.ny-all-features-link .ny-icon{width:13px;height:13px}
.ny-share-row{display:flex;align-items:center;gap:7px;margin-top:19px;color:#767d87;font-size:10px}
.ny-share-row a,.ny-share-row button{width:24px;height:24px;border-radius:4px;border:0;background:#8b9097;color:white;display:grid;place-items:center;font-size:8px;text-decoration:none;cursor:pointer}

.ny-benefits-bar{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;background:var(--ny-navy);border-radius:8px;color:#fff;padding:14px 12px;box-shadow:var(--ny-shadow)}
.ny-benefit-item{display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;border-left:1px solid rgba(255,255,255,.16)}
.ny-benefit-item:last-child{border-left:0}
.ny-benefit-item>.ny-icon{width:34px;height:34px;color:var(--ny-yellow);padding:5px}
.ny-benefit-item span{display:flex;flex-direction:column;gap:2px}
.ny-benefit-item strong{font-size:11px;color:#fff}
.ny-benefit-item small{font-size:8.5px;color:#b9c5d5}

.ny-section-tabs{display:flex;align-items:center;justify-content:flex-start;gap:0;margin-top:18px;border:1px solid var(--ny-border);border-radius:8px;background:#fff;height:48px;padding:0 8px}
.ny-section-tabs a{height:100%;padding:0 20px;display:flex;align-items:center;gap:7px;color:#565e69;text-decoration:none;font-size:11px;border-bottom:2px solid transparent;transition:.2s}
.ny-section-tabs a:hover,.ny-section-tabs a.is-active{color:var(--ny-navy);border-color:var(--ny-yellow);font-weight:800}
.ny-section-tabs .ny-icon{width:16px;height:16px}

.ny-content-card{border:1px solid var(--ny-border);border-radius:8px;background:#fff;margin-top:17px;padding:22px 24px}
.ny-content-card>h2{font-size:17px;margin:0 0 20px;font-weight:900;color:#222}
.ny-description-section{line-height:2.15;font-size:12px;color:#505762}
.ny-description-section h2,.ny-description-section h3,.ny-description-section h4{color:#1d2025;line-height:1.7}
.ny-description-section h3{font-size:14px;margin:26px 0 7px}
.ny-description-section p{margin:0 0 15px;text-align:justify}
.ny-description-section ul,.ny-description-section ol{padding-right:20px}
.ny-expandable-content{max-height:610px;overflow:hidden;position:relative;transition:max-height .45s ease}
.ny-expandable-content:after{content:"";position:absolute;inset:auto 0 0;height:65px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);pointer-events:none}
.ny-description-section.is-expanded .ny-expandable-content{max-height:5000px}
.ny-description-section.is-expanded .ny-expandable-content:after{display:none}
.ny-show-more{display:flex;align-items:center;gap:6px;margin:10px auto 0;border:0;background:transparent;color:#3d8e3d;font:inherit;font-size:11px;font-weight:800;cursor:pointer}
.ny-show-more .ny-icon{width:14px;height:14px;transition:.25s}
.ny-description-section.is-expanded .ny-show-more .ny-icon{transform:rotate(180deg)}

.ny-specifications-section{padding:0;overflow:hidden}
.ny-specifications-section>h2{padding:19px 22px 13px;margin:0;font-size:15px;border-bottom:1px solid var(--ny-border)}
.ny-spec-row{display:grid;grid-template-columns:180px 1fr;min-height:46px;align-items:center;padding:0 22px;border-bottom:1px solid #eef0f3;font-size:11px}
.ny-spec-row.is-tinted{background:#fffaf0}
.ny-spec-row span{color:#8a9098}
.ny-spec-row strong{font-weight:700;color:#333}
.ny-spec-row:last-child{border-bottom:0}

.ny-reviews-section{margin-top:24px}
.ny-reviews-head{height:52px;border:1px solid var(--ny-border);border-radius:8px 8px 0 0;display:flex;align-items:center;padding:0 18px;background:#fff;gap:20px}
.ny-reviews-head h2{font-size:15px;margin:0;font-weight:900;margin-left:auto}
.ny-review-sort{display:flex;align-items:center;gap:13px;font-size:10px;color:#747b85}
.ny-review-sort button{border:0;background:transparent;font:inherit;color:#747b85;cursor:pointer;padding:4px}
.ny-review-sort button.is-active{color:#16191d;font-weight:800}
.ny-reviews-count{font-size:11px;color:#334eea;text-decoration:none;font-weight:800}
.ny-reviews-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:16px;margin-top:12px;align-items:start}
.ny-rating-card{border:1px solid var(--ny-border);border-radius:8px;background:#fff;padding:24px 18px;text-align:center;position:sticky;top:24px}
.ny-rating-big{display:flex;align-items:baseline;justify-content:center;gap:4px;color:#111}
.ny-rating-big strong{font-size:43px;line-height:1;font-weight:900}
.ny-rating-big span{font-size:20px;font-weight:800}
.ny-stars{display:flex;direction:ltr;justify-content:center;gap:2px;color:#d8dce0;margin:11px 0}
.ny-stars span{width:16px;height:16px;display:inline-flex}
.ny-stars .is-filled{color:var(--ny-yellow)}
.ny-rating-card p{font-size:10px;color:#858b94;margin:0 0 18px}
.ny-primary-button{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:38px;border:0!important;border-radius:5px;background:var(--ny-yellow)!important;color:var(--ny-navy)!important;font-size:11px!important;font-weight:900!important;text-decoration:none!important;cursor:pointer;padding:0 14px!important;box-shadow:none!important}
.ny-review-list{display:flex;flex-direction:column;gap:12px}
.ny-review-card{border:1px solid var(--ny-border);border-radius:8px;background:#fff;padding:17px 18px}
.ny-review-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}
.ny-review-card-top>div:first-child{display:flex;flex-direction:column;gap:3px}
.ny-review-card-top strong{font-size:11px;color:#272b31}
.ny-review-card-top time{font-size:8px;color:#969ca4}
.ny-stars-small{margin:0;justify-content:flex-end}
.ny-stars-small span{width:12px;height:12px}
.ny-review-text{font-size:10px;line-height:2;color:#626a74;text-align:justify;margin-top:12px}
.ny-review-actions{display:flex;gap:7px;justify-content:flex-end;border-top:1px solid #f0f1f3;padding-top:10px;margin-top:10px}
.ny-review-actions button{height:27px;border:1px solid #e0e3e7;border-radius:5px;background:#fff;color:#7d838c;font-size:8px;cursor:pointer}
.ny-empty-review{text-align:center;padding:35px}
.ny-empty-review p{font-size:11px;color:#777}
.ny-review-form-wrap{border:1px solid var(--ny-border);border-radius:8px;background:#fff;padding:20px;margin-top:16px}
.ny-review-form-wrap h3{margin:0 0 15px;font-size:14px}
.ny-review-form-wrap form{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.ny-review-form-wrap p{margin:0;display:flex;flex-direction:column;gap:6px;font-size:11px}
.ny-review-form-wrap .comment-form-rating,.ny-review-form-wrap .comment-form-comment,.ny-review-form-wrap .form-submit{grid-column:1/-1}
.ny-review-form-wrap input,.ny-review-form-wrap select,.ny-review-form-wrap textarea{width:100%;border:1px solid #dfe3e8;border-radius:5px;padding:10px;background:#fff;font:inherit}
.ny-review-form-wrap textarea{resize:vertical}
.ny-review-form-wrap .form-submit{width:180px}

.ny-purchase-sidebar{position:sticky;top:20px;display:flex;flex-direction:column;gap:10px}
.ny-offer-ribbon{min-height:38px;border-radius:7px;background:var(--ny-red);color:#fff;padding:0 10px;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:800}
.ny-offer-ribbon>span{display:flex;align-items:center;gap:6px}
.ny-offer-ribbon .ny-icon{width:15px;height:15px}
.ny-offer-socials{display:flex;gap:4px;direction:ltr}
.ny-offer-socials span{width:20px;height:20px;border-radius:3px;background:#fff;color:var(--ny-red);font-size:7px;display:grid;place-items:center}
.ny-buy-card,.ny-installment-card{border:1px solid var(--ny-border);border-radius:8px;background:#fff;padding:14px 15px}
.ny-buy-card h2,.ny-installment-card h2{font-size:14px;margin:0 0 13px;color:#222}
.ny-stock-line{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#e34850;margin-bottom:10px}
.ny-stock-line strong{background:#fee8ee;color:var(--ny-red);border-radius:4px;padding:4px 6px;font-size:9px}
.ny-stock-line.is-out{color:#b4b8be}
.ny-price-block{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin:8px 0 12px}
.ny-price-block del{font-size:10px;color:#9ba0a7;text-decoration-color:#e6474f}
.ny-price-block div{display:flex;align-items:baseline;gap:5px}
.ny-price-block strong{font-size:21px;color:#23272d;letter-spacing:-.5px}
.ny-price-block span{font-size:9px;color:#707780}
.ny-add-to-cart-wrap form.cart{display:flex!important;gap:7px!important;margin:0!important;align-items:stretch!important}
.ny-add-to-cart-wrap .quantity{display:flex!important;border:1px solid #e0e3e7;border-radius:5px;overflow:hidden;min-width:78px;height:40px;position:relative}
.ny-add-to-cart-wrap .quantity input.qty{width:100%!important;border:0!important;text-align:center!important;padding:0 24px!important;font-size:11px!important;box-shadow:none!important;background:#fff!important}
.ny-add-to-cart-wrap .quantity:before,.ny-add-to-cart-wrap .quantity:after{position:absolute;top:0;width:24px;height:100%;display:grid;place-items:center;color:#6e7680;font-weight:900;pointer-events:none}
.ny-add-to-cart-wrap .quantity:before{content:"+";right:0;border-left:1px solid #edf0f2}
.ny-add-to-cart-wrap .quantity:after{content:"−";left:0;border-right:1px solid #edf0f2}
.ny-add-to-cart-wrap .single_add_to_cart_button{flex:1!important;min-height:40px!important;background:var(--ny-yellow)!important;color:var(--ny-navy)!important;border:0!important;border-radius:5px!important;font-size:10px!important;font-weight:900!important;padding:0 10px!important;opacity:1!important}
.ny-add-to-cart-wrap .single_add_to_cart_button:before{content:""}
.ny-add-to-cart-wrap .variations{width:100%;margin-bottom:10px!important}
.ny-add-to-cart-wrap .variations tr{display:flex;flex-direction:column;margin-bottom:8px}
.ny-add-to-cart-wrap .variations th,.ny-add-to-cart-wrap .variations td{display:block;width:100%;padding:3px 0!important}
.ny-add-to-cart-wrap .variations select{width:100%;height:38px;border:1px solid #e0e3e7;border-radius:5px}
.ny-add-to-cart-wrap .woocommerce-variation-add-to-cart{display:flex;gap:7px}
.ny-expert-note{margin-top:9px;min-height:31px;border-radius:5px;background:#eafadc;color:#53a143;font-size:8px;display:flex;align-items:center;gap:5px;padding:0 8px}
.ny-expert-note .ny-icon{width:14px;height:14px}
.ny-installment-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.ny-installment-grid>div{border:1px solid #e1e4e8;border-radius:5px;padding:8px;display:flex;flex-direction:column;gap:3px;text-align:center}
.ny-installment-grid .wide{grid-column:1/-1;background:#f0f9e9;border-color:#d8efcb}
.ny-installment-grid span{font-size:8px;color:#818892}
.ny-installment-grid strong{font-size:10px;color:#333}
.ny-installment-button{display:flex;align-items:center;justify-content:center;gap:6px;height:38px;border:1px solid var(--ny-yellow);border-radius:5px;color:var(--ny-navy);text-decoration:none;font-size:10px;font-weight:900;margin-top:9px;background:#fff9e8}
.ny-installment-button .ny-icon{width:15px;height:15px}
.ny-provider-list{display:flex;flex-direction:column;gap:7px}
.ny-provider-item{min-height:52px;border-radius:6px;background:#f1f0ff;display:flex;align-items:center;justify-content:space-between;padding:8px 11px;text-decoration:none;color:#555e6b;font-size:8px}
.ny-provider-item span{display:flex;flex-direction:column;gap:4px}
.ny-provider-item small{font-size:7px;color:#959ba4}
.ny-provider-item strong{min-width:48px;height:27px;background:#fff;border-radius:5px;display:grid;place-items:center;color:#1162e3;font-size:11px;box-shadow:0 2px 5px rgba(0,0,0,.04)}

.ny-related-section{margin-top:125px}
.ny-related-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.ny-related-head h2{margin:0;font-size:19px;color:#1e2228;display:flex;align-items:center;gap:8px}
.ny-related-head h2:before{content:"";width:28px;height:28px;border-radius:50%;background:var(--ny-navy);box-shadow:inset 0 0 0 7px #082b59}
.ny-related-head a{display:flex;align-items:center;gap:6px;color:#3e444c;text-decoration:none;font-size:10px}
.ny-related-head a .ny-icon{width:17px;height:17px;background:var(--ny-yellow);border-radius:50%;padding:4px;color:var(--ny-navy)}
.ny-related-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:3px 1px 13px;scrollbar-width:thin;direction:rtl}
.ny-related-card{flex:0 0 190px;border:1px solid var(--ny-border);border-radius:7px;background:#fff;overflow:hidden;scroll-snap-align:start;position:relative;transition:.2s}
.ny-related-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(3,29,65,.09)}
.ny-related-image{display:flex;align-items:center;justify-content:center;height:155px;padding:10px;background:#fff}
.ny-related-image img{width:100%;height:100%;object-fit:contain}
.ny-related-body{padding:10px 11px 12px;min-height:145px;position:relative}
.ny-related-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px;color:#24282e;text-decoration:none;font-size:10px;line-height:1.8;font-weight:700}
.ny-related-body small{display:block;color:#90959d;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}
.ny-related-stock{font-size:7px;color:#55a650;margin-top:8px}
.ny-related-price{display:flex;align-items:center;gap:7px;margin-top:6px;padding-left:33px}
.ny-related-price span{background:#eb174b;color:#fff;border-radius:3px;padding:2px 4px;font-size:7px}
.ny-related-price strong{font-size:11px;color:#1b2026}
.ny-related-cart{position:absolute;left:10px;bottom:10px;width:29px;height:29px;border-radius:5px;background:var(--ny-yellow);color:var(--ny-navy);display:grid;place-items:center}
.ny-related-cart .ny-icon{width:16px;height:16px}

.ny-consultation-section{margin:95px auto 80px;background:linear-gradient(135deg,#011d42,#062f64);border-radius:11px;min-height:530px;padding:70px 55px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:55px;color:#fff;position:relative;overflow:hidden}
.ny-consultation-section:after{content:"";position:absolute;left:-110px;top:-150px;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 50px rgba(255,255,255,.015),0 0 0 100px rgba(255,255,255,.01)}
.ny-faq-column,.ny-consultation-card{position:relative;z-index:2}
.ny-faq-column{display:flex;flex-direction:column;gap:10px;justify-content:center}
.ny-faq-item{background:#0b356c;border-radius:6px;overflow:hidden}
.ny-faq-toggle{width:100%;min-height:55px;padding:0 15px;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:right;font:inherit;font-size:10px;cursor:pointer}
.ny-faq-toggle .ny-icon{flex:0 0 20px;width:20px;height:20px;background:#fff;color:var(--ny-navy);border-radius:4px;padding:4px;transition:.25s}
.ny-faq-item.is-open .ny-faq-toggle .ny-icon{background:var(--ny-yellow);transform:rotate(180deg)}
.ny-faq-answer{display:none;padding:0 16px 17px;color:#d6dfeb;font-size:9px;line-height:2;text-align:justify}
.ny-faq-answer p{margin:0}
.ny-faq-item.is-open .ny-faq-answer{display:block}
.ny-consultation-card{border:1px solid #b8d7f4;border-radius:8px;padding:20px 26px;background:rgba(0,26,60,.42)}
.ny-consultation-avatar{display:flex;align-items:center;gap:12px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.1)}
.ny-consultation-avatar>span{width:45px;height:45px;border-radius:50%;background:var(--ny-yellow);color:var(--ny-navy);display:grid;place-items:center;flex:0 0 45px}
.ny-consultation-avatar .ny-icon{width:24px;height:24px}
.ny-consultation-avatar p{font-size:9px;color:#dbe4ef;margin:0;line-height:1.8}
.ny-consultation-phone{display:flex;align-items:center;justify-content:space-between;margin:16px 0 10px;direction:ltr}
.ny-consultation-phone>a{font-size:24px;letter-spacing:2px;color:#fff;text-decoration:none}
.ny-consultation-phone>.ny-icon{width:47px;height:47px;border-radius:6px;background:#153e72;padding:12px;color:#fff}
.ny-consultation-card h2{font-size:15px;margin:8px 0 15px;color:#fff}
.ny-consultation-form{display:flex;flex-direction:column;gap:9px}
.ny-consultation-form label{position:relative;display:block}
.ny-consultation-form label>span{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:9px;color:#c9d3df;pointer-events:none;transition:.18s}
.ny-consultation-form label:focus-within>span,.ny-consultation-form label.has-value>span{top:8px;transform:none;font-size:7px;color:var(--ny-yellow)}
.ny-consultation-form input,.ny-consultation-form textarea{width:100%;border:1px solid #6684a8;border-radius:0;background:rgba(0,17,41,.22);color:#fff;font:inherit;font-size:11px;padding:15px 12px 6px;outline:none;min-height:42px}
.ny-consultation-form textarea{min-height:65px;resize:vertical}
.ny-consultation-form input:focus,.ny-consultation-form textarea:focus{border-color:var(--ny-yellow)}
.ny-consultation-form button{align-self:flex-start;height:39px;border:0;border-radius:4px;background:var(--ny-yellow);color:var(--ny-navy);font:inherit;font-size:9px;font-weight:900;display:flex;align-items:center;gap:6px;padding:0 13px;cursor:pointer}
.ny-consultation-form button .ny-icon{width:14px;height:14px}
.ny-form-message{min-height:18px;font-size:9px;color:#b9e8a7}
.ny-form-message.is-error{color:#ffb2b8}

.ny-image-modal{position:fixed;inset:0;background:rgba(0,12,29,.84);z-index:99999;display:grid;place-items:center;padding:30px}
.ny-image-modal[hidden]{display:none}
.ny-image-modal img{max-width:min(850px,90vw);max-height:88vh;background:#fff;border-radius:10px;padding:20px;object-fit:contain}
.ny-modal-close{position:fixed;left:28px;top:22px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.1);color:#fff;font-size:28px;cursor:pointer}
.ny-toast{position:fixed;left:24px;bottom:24px;z-index:999999;min-width:220px;max-width:360px;padding:12px 16px;background:var(--ny-navy);color:#fff;border-radius:7px;box-shadow:0 12px 35px rgba(0,0,0,.25);font-size:11px;opacity:0;visibility:hidden;transform:translateY(15px);transition:.25s}
.ny-toast.is-visible{opacity:1;visibility:visible;transform:none}

.ny-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}
.ny-icon svg{width:100%;height:100%;display:block}

@media (max-width:1100px){
  .ny-product-container{width:min(100% - 24px,980px)}
  .ny-product-grid{grid-template-columns:minmax(0,1fr) 270px}
  .ny-product-hero{grid-template-columns:270px minmax(0,1fr);gap:15px}
  .ny-main-image-button{height:250px}
  .ny-spec-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ny-benefit-item{gap:6px}
  .ny-benefit-item>.ny-icon{width:28px;height:28px}
  .ny-consultation-section{padding:50px 35px;gap:35px}
}

@media (max-width:860px){
  .ny-product-shell{padding-top:18px}
  .ny-product-grid{grid-template-columns:1fr}
  .ny-purchase-sidebar{position:static;grid-row:2}
  .ny-offer-ribbon{max-width:none}
  .ny-product-card{padding:17px}
  .ny-product-hero{grid-template-columns:1fr 1fr}
  .ny-benefits-bar{grid-template-columns:repeat(2,1fr);gap:0;padding:8px}
  .ny-benefit-item:nth-child(2){border-left:0}
  .ny-benefit-item{padding:10px;border-bottom:1px solid rgba(255,255,255,.1)}
  .ny-benefit-item:nth-child(3),.ny-benefit-item:nth-child(4){border-bottom:0}
  .ny-buy-card,.ny-installment-card{max-width:none}
  .ny-provider-list{display:grid;grid-template-columns:repeat(3,1fr)}
  .ny-reviews-layout{grid-template-columns:1fr}
  .ny-rating-card{position:static;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;text-align:right}
  .ny-rating-card .ny-stars,.ny-rating-card p{margin:0}
  .ny-rating-card .ny-primary-button{width:150px}
  .ny-related-section{margin-top:70px}
  .ny-consultation-section{grid-template-columns:1fr;padding:38px;gap:28px;margin-top:65px}
}

@media (max-width:640px){
  .ny-product-container{width:calc(100% - 18px)}
  .ny-product-card{padding:14px;border-radius:8px}
  .ny-product-heading-row{padding-left:0}
  .ny-product-title{font-size:17px;line-height:1.65}
  .ny-product-meta-line{flex-wrap:wrap;gap:8px 13px}
  .ny-update-note{font-size:9px;line-height:1.7}
  .ny-product-hero{grid-template-columns:1fr;gap:3px}
  .ny-gallery-wrap{padding-right:32px}
  .ny-main-image-button{height:285px}
  .ny-product-summary{padding-top:8px}
  .ny-spec-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ny-benefits-bar{border-radius:7px}
  .ny-benefit-item{justify-content:flex-start}
  .ny-benefit-item strong{font-size:9px}
  .ny-benefit-item small{font-size:7px}
  .ny-section-tabs{overflow-x:auto;justify-content:flex-start}
  .ny-section-tabs a{flex:0 0 auto;padding:0 15px}
  .ny-content-card{padding:17px 15px}
  .ny-description-section{font-size:11px}
  .ny-specifications-section{padding:0}
  .ny-spec-row{grid-template-columns:120px 1fr;padding:0 13px;font-size:10px}
  .ny-reviews-head{height:auto;min-height:52px;flex-wrap:wrap;padding:12px}
  .ny-review-sort{order:3;width:100%;overflow:auto}
  .ny-reviews-layout{gap:10px}
  .ny-rating-card{display:block;text-align:center}
  .ny-rating-card .ny-stars{margin:8px 0}
  .ny-rating-card p{margin-bottom:14px}
  .ny-rating-card .ny-primary-button{width:100%}
  .ny-review-form-wrap form{grid-template-columns:1fr}
  .ny-review-form-wrap .comment-form-rating,.ny-review-form-wrap .comment-form-comment,.ny-review-form-wrap .form-submit{grid-column:auto}
  .ny-review-form-wrap .form-submit{width:100%}
  .ny-provider-list{grid-template-columns:1fr}
  .ny-related-section{margin-top:55px}
  .ny-related-head h2{font-size:16px}
  .ny-related-card{flex-basis:165px}
  .ny-related-image{height:135px}
  .ny-consultation-section{margin:55px -9px 0;border-radius:0;padding:28px 14px;min-height:0}
  .ny-consultation-card{padding:17px 15px}
  .ny-consultation-phone>a{font-size:20px}
  .ny-consultation-card h2{font-size:13px}
  .ny-toast{left:12px;right:12px;bottom:12px;max-width:none}
}

/* Quantity buttons injected by product.js */
.ny-add-to-cart-wrap .quantity:before,
.ny-add-to-cart-wrap .quantity:after{display:none!important}
.ny-add-to-cart-wrap .ny-qty-btn{flex:0 0 24px;width:24px;border:0;background:#fff;color:#67717c;font-weight:900;cursor:pointer;padding:0;line-height:1}
.ny-add-to-cart-wrap .ny-qty-plus{border-left:1px solid #edf0f2}
.ny-add-to-cart-wrap .ny-qty-minus{border-right:1px solid #edf0f2}
.ny-add-to-cart-wrap .quantity input.qty{padding:0!important;min-width:30px!important;flex:1!important}
.ny-wishlist-button.is-active{color:var(--ny-red);border-color:#ffc3d2;background:#fff5f8}

/* Match the reference composition: rating summary on the left and consultation form on the right. */
.ny-reviews-layout{direction:ltr}
.ny-rating-card,.ny-review-list{direction:rtl}
.ny-consultation-section{direction:ltr}
.ny-faq-column,.ny-consultation-card{direction:rtl}

/* یادآور موجودی و تاریخچه قیمت در صفحه محصول */

.ny-stock-alert-box{
  margin-top:12px;padding:14px;border:1px solid #ffe08a;border-radius:9px;
  background:#fffbf0;display:flex;flex-direction:column;gap:9px
}
.ny-stock-alert-box.is-subscribed{border-color:#c8e8bb;background:var(--ny-light-green)}
.ny-stock-alert-box-head{display:flex;align-items:center;gap:7px;color:var(--ny-navy)}
.ny-stock-alert-box-head .ny-icon{width:18px;height:18px}
.ny-stock-alert-box-head strong{font-size:13px;font-weight:800}
.ny-stock-alert-box p{margin:0;font-size:11.5px;line-height:2;color:#6d7480}
.ny-stock-alert-box small{font-size:10.5px;color:#8b929c}
.ny-stock-alert-box .ny-primary-button{width:100%}

.ny-price-history-card{
  margin-top:12px;border:1px solid var(--ny-border);border-radius:11px;
  background:#fff;padding:16px;display:flex;flex-direction:column;gap:12px
}
.ny-price-history-card-head{display:flex;flex-direction:column;gap:8px}
.ny-price-history-card-head h2{
  display:flex;align-items:center;gap:7px;font-size:14px;font-weight:800;margin:0;color:#12151a
}
.ny-price-history-card-head h2 .ny-icon{width:17px;height:17px;color:var(--ny-navy)}
.ny-price-history-badge{
  display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;
  padding:5px 10px;border-radius:6px;background:var(--ny-soft);color:var(--ny-muted);align-self:flex-start
}
.ny-price-history-badge .ny-icon{width:14px;height:14px}
.ny-price-history-badge.is-down{background:var(--ny-light-green);color:#3d8f2c}
.ny-price-history-badge.is-up{background:#ffeaf0;color:var(--ny-red)}
.ny-price-history-rows{display:flex;flex-direction:column;gap:8px}
.ny-price-history-rows div{display:flex;align-items:center;justify-content:space-between;gap:8px}
.ny-price-history-rows span{font-size:11.5px;color:var(--ny-muted)}
.ny-price-history-rows strong{font-size:12px;font-weight:800;color:var(--ny-text)}
.ny-price-lowest{
  display:flex;align-items:center;gap:7px;font-size:11.5px;padding:8px 11px;
  border-radius:7px;background:var(--ny-light-green);color:#3d8f2c;line-height:1.8
}
.ny-price-lowest .ny-icon{width:15px;height:15px;flex:0 0 15px}
.ny-price-history-card .ny-primary-button{width:100%;justify-content:center}

/* دکمه‌های علاقه‌مندی و مقایسه روی کارت محصولات مشابه */

.ny-related-card{position:relative}
.ny-related-actions{
  position:absolute;top:8px;left:8px;z-index:2;display:flex;flex-direction:column;gap:5px;
  opacity:0;transform:translateX(-6px);transition:.22s ease
}
.ny-related-card:hover .ny-related-actions,
.ny-related-actions:focus-within{opacity:1;transform:none}
.ny-related-actions .ny-icon-button{width:27px;height:27px}
.ny-related-actions .ny-icon-button .ny-icon{width:14px;height:14px}

@media (max-width:782px){
  .ny-related-actions{opacity:1;transform:none}
}

/* v1.4.0 — اندازه‌ی آیکون‌های SVG جایگزین گلیف‌ها */
.ny-modal-close{display:grid;place-items:center}
.ny-modal-close .ny-icon{width:18px;height:18px}
.ny-copy-link .ny-icon{width:14px;height:14px}
.ny-add-to-cart-wrap .ny-qty-btn{display:grid;place-items:center}
.ny-add-to-cart-wrap .ny-qty-btn > svg{width:13px;height:13px;display:block}
