:root{
  --nyp-navy:#062d59;
  --nyp-navy-dark:#03264f;
  --nyp-yellow:#ffbf17;
  --nyp-red:#062d59;
  --nyp-green:#60c61d;
  --nyp-green-soft:#e6ffd8;
  --nyp-blue:#2359ff;
  --nyp-text:#17191d;
  --nyp-muted:#777d85;
  --nyp-border:#dde1e5;
  --nyp-soft:#f5f6f7;
  --nyp-row:#fff9eb;
}

.nyp-product-page,
.nyp-product-page button,
.nyp-product-page input,
.nyp-product-page textarea,
.nyp-product-page select,
.nyp-figma-product{
  font-family:"Peyda","Vazirmatn",Tahoma,sans-serif !important;
}

.nyp-figma-product{
  direction:rtl;
  width:100%;
  background:#fff;
  color:var(--nyp-text);
  font-size:13px;
  line-height:1.85;
}
.nyp-figma-product *{box-sizing:border-box}
.nyp-figma-product a{text-decoration:none;color:inherit}
.nyp-figma-product button,.nyp-figma-product input,.nyp-figma-product textarea,.nyp-figma-product select{font:inherit}
.nyp-figma-product button{outline:0}
.nyp-figma-product .nyp-container{
  width:min(1280px,calc(100% - 32px));
  margin:28px auto 90px;
}
.nyp-figma-product .nyp-notice{
  margin:0 0 14px;
  padding:11px 16px;
  border:1px solid #b9e7bf;
  border-radius:7px;
  background:#f0fff3;
  color:#237441;
}

/* Main desktop composition */
.nyp-figma-product .nyp-product-layout{
  display:grid;
  grid-template-columns:292px minmax(0,1fr);
  gap:16px;
  align-items:start;
  direction:ltr;
}
.nyp-figma-product .nyp-product-layout>*{direction:rtl}
.nyp-figma-product .nyp-buy-card{
  position:static;
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:0;
  align-self:start;
}
.nyp-figma-product .nyp-product-main{min-width:0}

/* Offer strip - Net Yadak theme */
.nyp-figma-product .nyp-social-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:45px;
  padding:7px 10px;
  border-radius:7px;
  background:linear-gradient(90deg,#062d59,#0a3c72);
  color:#fff;
  box-shadow:none;
}
.nyp-figma-product .nyp-social-row strong{font-size:12px;font-weight:850;white-space:nowrap}
.nyp-figma-product .nyp-deal-timer{display:flex;align-items:center;gap:4px;direction:ltr}
.nyp-figma-product .nyp-deal-timer span{
  display:grid;
  place-items:center;
  width:31px;
  height:29px;
  border-radius:5px;
  background:#fff;
  color:#062d59;
  font-size:11px;
  font-weight:800;
}
.nyp-figma-product .nyp-deal-timer b{font-size:11px;font-weight:500;color:#fff}

/* Sidebar cards */
.nyp-figma-product .nyp-buy-box,
.nyp-figma-product .nyp-installment-box{
  padding:14px 13px 13px;
  border:1px solid var(--nyp-border);
  border-radius:8px;
  background:#fff;
  box-shadow:none;
}
.nyp-figma-product .nyp-buy-title,
.nyp-figma-product .nyp-installment-box h3{
  margin:0 0 13px;
  color:#202226;
  font-size:15px;
  font-weight:850;
  text-align:center;
}
.nyp-figma-product .nyp-buy-status-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  min-height:24px;
}
.nyp-figma-product .nyp-sale-label{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:2px 10px;
  border-radius:999px;
  background:#ffbf17;
  color:#062d59;
  font-size:9px;
  font-weight:800;
  white-space:nowrap;
}
.nyp-figma-product .nyp-stock{font-size:9px;white-space:nowrap;color:#8f959d}
.nyp-figma-product .nyp-stock.in-stock{color:#4d9d2a;font-weight:700}
.nyp-figma-product .nyp-stock.out-stock{color:#6d747d}
.nyp-figma-product .nyp-price-row{display:block;margin:8px 0 10px;text-align:right}
.nyp-figma-product .nyp-price-row del{display:block;height:16px;color:#9a9fa6;font-size:9px;text-decoration-thickness:1px}
.nyp-figma-product .nyp-current-price{display:flex;align-items:baseline;gap:5px}
.nyp-figma-product .nyp-current-price strong{font-size:19px;line-height:1.25;font-weight:900;letter-spacing:-.2px}
.nyp-figma-product .nyp-current-price span{font-size:9px;color:#555b62}
.nyp-figma-product .nyp-order-row{display:grid;grid-template-columns:minmax(0,1fr) 78px;gap:7px;direction:rtl}
.nyp-figma-product .nyp-primary-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:42px;
  padding:8px 12px;
  border:0;
  border-radius:6px;
  background:var(--nyp-yellow);
  color:#252525;
  font-weight:800;
  cursor:pointer;
  transition:filter .18s ease,transform .18s ease;
}
.nyp-figma-product .nyp-primary-btn:hover{filter:brightness(.98);transform:translateY(-1px)}
.nyp-figma-product .nyp-primary-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.nyp-figma-product .nyp-order-button{justify-content:center;font-size:10px}
.nyp-figma-product .nyp-order-button .nyp-icon{width:18px;height:18px}
.nyp-figma-product .nyp-buy-qty,
.nyp-figma-product .nyp-qty,
.nyp-figma-product .nyp-mini-stepper{
  display:grid;
  grid-template-columns:25px minmax(0,1fr) 25px;
  height:42px;
  direction:ltr;
  overflow:hidden;
  border-radius:6px;
}
.nyp-figma-product .nyp-buy-qty button,
.nyp-figma-product .nyp-buy-qty input,
.nyp-figma-product .nyp-qty button,
.nyp-figma-product .nyp-qty input,
.nyp-figma-product .nyp-mini-stepper button,
.nyp-figma-product .nyp-mini-stepper input{
  min-width:0;
  padding:0;
  border:1px solid #d9dde2;
  background:#fff;
  color:#444;
  text-align:center;
  font-size:11px;
}
.nyp-figma-product .nyp-buy-qty button,
.nyp-figma-product .nyp-qty button,
.nyp-figma-product .nyp-mini-stepper button{cursor:pointer;font-size:15px}
.nyp-figma-product .nyp-buy-qty button:first-child,
.nyp-figma-product .nyp-qty button:first-child,
.nyp-figma-product .nyp-mini-stepper button:first-child{border-radius:6px 0 0 6px}
.nyp-figma-product .nyp-buy-qty button:last-child,
.nyp-figma-product .nyp-qty button:last-child,
.nyp-figma-product .nyp-mini-stepper button:last-child{border-radius:0 6px 6px 0}
.nyp-figma-product .nyp-buy-qty input,
.nyp-figma-product .nyp-qty input,
.nyp-figma-product .nyp-mini-stepper input{border-right:0;border-left:0;-moz-appearance:textfield}
.nyp-figma-product input[type=number]::-webkit-outer-spin-button,
.nyp-figma-product input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.nyp-figma-product .nyp-recommend{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:31px;
  margin-top:8px;
  padding:4px 8px;
  border-radius:5px;
  background:#dff2c7;
  color:#68a831;
  font-size:9px;
}
.nyp-figma-product .nyp-recommend .nyp-asset-icon{width:17px;height:17px;object-fit:contain}

.nyp-figma-product .nyp-installment-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.nyp-figma-product .nyp-installment-option{display:flex;flex-direction:column;gap:7px;min-width:0}
.nyp-figma-product .nyp-installment-option>span{font-size:9px;color:#61666e;text-align:center;white-space:nowrap}
.nyp-figma-product .nyp-mini-stepper{grid-template-columns:25px minmax(26px,1fr) 25px;height:36px}
.nyp-figma-product .nyp-installment-amount{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-height:35px;
  margin-top:9px;
  padding:6px 9px;
  border:0;
  border-radius:5px;
  background:#dfffcf;
  color:#445b3b;
}
.nyp-figma-product .nyp-installment-amount span{font-size:9px}
.nyp-figma-product .nyp-installment-amount b{font-size:10px}
.nyp-figma-product .nyp-outline-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:41px;
  margin-top:9px;
  padding:8px 10px;
  border:1px solid var(--nyp-yellow);
  border-radius:6px;
  background:#fff;
  color:#353535;
  font-size:10px;
  font-weight:700;
  cursor:pointer;
}
.nyp-figma-product .nyp-outline-btn .nyp-icon{width:17px;height:17px}

.nyp-figma-product .nyp-lenders{position:relative;display:flex;flex-direction:column;gap:6px}
.nyp-figma-product .nyp-lenders>button:not(.nyp-consult-bubble){
  display:flex;
  align-items:center;
  gap:9px;
  width:100%;
  min-height:54px;
  padding:5px 7px;
  border:0;
  border-radius:6px;
  background:#f0f1ff;
  color:#616775;
  text-align:right;
  cursor:pointer;
}
.nyp-figma-product .nyp-lender-logo{flex:0 0 55px;width:55px;height:40px;object-fit:contain;border-radius:4px}
.nyp-figma-product .nyp-lenders>button>span{display:flex;flex-direction:column;min-width:0}
.nyp-figma-product .nyp-lenders b{font-size:9px;font-weight:700;color:#515762;white-space:nowrap}
.nyp-figma-product .nyp-lenders small{font-size:7px;color:#858a94;white-space:nowrap}
.nyp-figma-product .nyp-consult-bubble{
  position:absolute;
  right:8px;
  bottom:6px;
  z-index:4;
  width:68px;
  height:68px;
  padding:0;
  overflow:hidden;
  border:6px solid #fff;
  border-radius:50%;
  background:#fff;
  box-shadow:0 5px 16px rgba(12,39,78,.24);
  cursor:pointer;
  transform:translateY(42%);
}
.nyp-figma-product .nyp-consult-bubble:after{content:"";position:absolute;inset:-3px;border:3px solid var(--nyp-yellow);border-radius:50%;pointer-events:none}
.nyp-figma-product .nyp-consult-bubble img{width:100%;height:100%;object-fit:cover;object-position:center top}

/* Product top card */
.nyp-figma-product .nyp-product-card{
  display:grid;
  grid-template-columns:40% minmax(0,1fr);
  gap:22px;
  min-height:425px;
  padding:15px 16px 14px;
  border:1px solid var(--nyp-border);
  border-radius:8px;
  background:#fff;
  direction:rtl;
}
.nyp-figma-product .nyp-gallery{position:relative;display:flex;flex-direction:column;min-width:0}
.nyp-figma-product .nyp-gallery-actions{
  position:absolute;
  top:1px;
  right:0;
  left:auto;
  z-index:3;
  display:flex;
  flex-direction:column;
  gap:7px;
}
.nyp-figma-product .nyp-gallery-actions button{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  padding:0;
  border:1px solid #e2e5e8;
  border-radius:5px;
  background:#fff;
  cursor:pointer;
}
.nyp-figma-product .nyp-gallery-actions .nyp-asset-icon{width:16px;height:16px;object-fit:contain}
.nyp-figma-product .nyp-main-image-wrap{
  display:grid;
  place-items:center;
  height:304px;
  padding:8px 40px 6px 18px;
}
.nyp-figma-product .nyp-main-image-wrap img{display:block;max-width:100%;max-height:100%;object-fit:contain}
.nyp-figma-product .nyp-no-image{display:grid;place-items:center;width:100%;height:100%;border-radius:7px;background:#f5f6f7;color:#8a8f96}
.nyp-figma-product .nyp-thumb-row{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:7px;margin-top:auto}
.nyp-figma-product .nyp-thumbs{display:flex;gap:8px;min-width:0;padding:2px;overflow-x:auto;scrollbar-width:none}
.nyp-figma-product .nyp-thumbs::-webkit-scrollbar{display:none}
.nyp-figma-product .nyp-thumb{
  flex:0 0 58px;
  height:54px;
  padding:4px;
  border:1px solid #e0e3e6;
  border-radius:5px;
  background:#fff;
  cursor:pointer;
}
.nyp-figma-product .nyp-thumb.is-active{border-color:#cfd4da;box-shadow:0 0 0 1px #f4f4f4}
.nyp-figma-product .nyp-thumb img{width:100%;height:100%;object-fit:contain}
.nyp-figma-product .nyp-gallery-arrow{
  display:grid;
  place-items:center;
  width:28px;
  height:44px;
  padding:0;
  border:1px solid #e0e3e6;
  border-radius:5px;
  background:#fff;
  color:#81868d;
  font-size:22px;
  cursor:pointer;
}

.nyp-figma-product .nyp-summary{display:flex;flex-direction:column;min-width:0;padding:1px 0 0}
.nyp-figma-product .nyp-summary h1{margin:0 0 7px;font-size:20px;font-weight:900;line-height:1.65;color:#17191c}
.nyp-figma-product .nyp-summary-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:24px;color:#737982;font-size:9px}
.nyp-figma-product .nyp-summary-meta-right{display:flex;align-items:center;gap:9px;min-width:0}
.nyp-figma-product .nyp-summary-meta-right>a{color:#245bce;white-space:nowrap}
.nyp-figma-product .nyp-product-sku{margin-right:auto;color:#757b83;white-space:nowrap}
.nyp-figma-product .nyp-meta-rating{display:flex;align-items:center;gap:4px;color:#31353a}
.nyp-figma-product .nyp-stars{display:inline-flex;direction:ltr;gap:1px;line-height:1}
.nyp-figma-product .nyp-stars span{color:#d8dade;font-size:12px}
.nyp-figma-product .nyp-stars span.is-on{color:#f4aa00}
.nyp-figma-product .nyp-update{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:31px;
  width:max-content;
  max-width:100%;
  margin:11px 0 13px;
  padding:5px 10px;
  border-radius:5px;
  background:#e3ffd5;
  color:#58a831;
  font-size:9px;
}
.nyp-figma-product .nyp-update .nyp-asset-icon{width:17px;height:17px;object-fit:contain}
.nyp-figma-product .nyp-summary-heading{display:flex;align-items:center;justify-content:center;margin:0 0 8px}
.nyp-figma-product .nyp-summary-heading h2{margin:0;font-size:13px;font-weight:850}
.nyp-figma-product .nyp-quick-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.nyp-figma-product .nyp-quick-specs>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:53px;
  padding:6px 9px;
  border:1px solid #d9dde1;
  border-radius:6px;
  background:#fff;
  text-align:center;
}
.nyp-figma-product .nyp-quick-specs span{color:#767c84;font-size:8px;line-height:1.6;white-space:nowrap}
.nyp-figma-product .nyp-quick-specs b{color:#2f3337;font-size:10px;font-weight:700;line-height:1.7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.nyp-figma-product .nyp-all-features{display:block;margin:10px auto 0;color:#245bff;font-size:9px;font-weight:600}
.nyp-figma-product .nyp-excerpt{margin:6px 0 0;color:#757b83;font-size:9px;line-height:1.8}
.nyp-figma-product .nyp-summary-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:36px;
  margin-top:auto;
  padding-top:8px;
  border-top:1px solid #eef0f2;
  color:#727882;
  font-size:8px;
}
.nyp-figma-product .nyp-product-category{display:flex;align-items:center;gap:4px;min-width:0;white-space:nowrap}
.nyp-figma-product .nyp-product-category a{color:#646a72;overflow:hidden;text-overflow:ellipsis}
.nyp-figma-product .nyp-share-line{display:flex;align-items:center;gap:5px;margin:0;white-space:nowrap}
.nyp-figma-product .nyp-share-line a,
.nyp-figma-product .nyp-share-line button{
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  padding:0;
  border:0;
  border-radius:4px;
  background:transparent;
  cursor:pointer;
}
.nyp-figma-product .nyp-share-line .nyp-asset-icon{width:16px;height:16px;object-fit:contain}

/* Guarantees */
.nyp-figma-product .nyp-trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  min-height:84px;
  margin:13px 0;
  padding:10px 12px;
  border-radius:7px;
  background:#062d59;
  color:#fff;
}
.nyp-figma-product .nyp-trust-strip>div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:0;
  padding:0 10px;
  border-left:1px solid rgba(255,255,255,.2);
}
.nyp-figma-product .nyp-trust-strip>div:last-child{border-left:0}
.nyp-figma-product .nyp-trust-strip i{display:grid;place-items:center;flex:0 0 45px;width:45px;height:45px;font-style:normal}
.nyp-figma-product .nyp-trust-strip .nyp-asset-icon{width:45px;height:45px;object-fit:contain}
.nyp-figma-product .nyp-trust-strip span{display:flex;flex-direction:column;min-width:0;line-height:1.55}
.nyp-figma-product .nyp-trust-strip b{font-size:11px;font-weight:750;white-space:nowrap}
.nyp-figma-product .nyp-trust-strip small{color:#ffbf17;font-size:7px;white-space:nowrap}

/* Tabs */
.nyp-figma-product .nyp-tabs{
  display:flex;
  align-items:center;
  min-height:54px;
  margin:0 0 15px;
  padding:0 12px;
  border:1px solid var(--nyp-border);
  border-radius:7px;
  background:#fff;
  overflow:hidden;
}
.nyp-figma-product .nyp-tab{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-width:150px;
  height:52px;
  padding:0 18px;
  border:0;
  background:#fff;
  color:#555b63;
  font-size:11px;
  cursor:pointer;
}
.nyp-figma-product .nyp-tab .nyp-asset-icon{width:20px;height:20px;object-fit:contain}
.nyp-figma-product .nyp-tab.is-active{font-weight:800;color:#26292d}
.nyp-figma-product .nyp-tab.is-active:after{content:"";position:absolute;right:22px;bottom:0;left:22px;height:2px;border-radius:2px;background:var(--nyp-yellow)}

/* Content */
.nyp-figma-product .nyp-content-box{margin:0 0 16px;padding:0;border:0;background:transparent;scroll-margin-top:20px}
.nyp-figma-product .nyp-description-box>h2,
.nyp-figma-product .nyp-specifications-box>h2,
.nyp-figma-product .nyp-section-title-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:58px;
  margin:0 0 12px;
  padding:0 20px;
  border:1px solid var(--nyp-border);
  border-radius:7px;
  background:#fff;
}
.nyp-figma-product .nyp-description-box>h2,
.nyp-figma-product .nyp-specifications-box>h2,
.nyp-figma-product .nyp-section-title-row h2{margin:0;font-size:18px;font-weight:850}
.nyp-figma-product .nyp-description-box .nyp-content{
  position:relative;
  min-height:670px;
  max-height:670px;
  padding:28px 34px 58px;
  overflow:hidden;
  border:1px solid var(--nyp-border);
  border-radius:7px;
  background:#fff;
  color:#474c53;
  font-size:13px;
  line-height:2.25;
  text-align:justify;
}
.nyp-figma-product .nyp-description-box .nyp-content:after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:70px;
  background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 72%);
  pointer-events:none;
}
.nyp-figma-product .nyp-description-box.is-expanded .nyp-content{max-height:none}
.nyp-figma-product .nyp-description-box.is-expanded .nyp-content:after{display:none}
.nyp-figma-product .nyp-content p{margin:0 0 14px}
.nyp-figma-product .nyp-content h1,.nyp-figma-product .nyp-content h2,.nyp-figma-product .nyp-content h3,.nyp-figma-product .nyp-content h4{margin:20px 0 8px;color:#25282c;font-size:16px;font-weight:850}
.nyp-figma-product .nyp-content ul,.nyp-figma-product .nyp-content ol{margin:8px 0;padding-right:20px}
.nyp-figma-product .nyp-content li{margin:2px 0}
.nyp-figma-product .nyp-show-more{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  gap:5px;
  width:max-content;
  margin:-42px 24px 0 0;
  padding:5px 0;
  border:0;
  background:transparent;
  color:#416d25;
  font-size:9px;
  font-weight:700;
  cursor:pointer;
}
.nyp-figma-product .nyp-show-more .nyp-icon{width:13px;height:13px;transition:transform .2s ease}
.nyp-figma-product .nyp-description-box.is-expanded .nyp-show-more .nyp-icon{transform:rotate(180deg)}
.nyp-figma-product .nyp-specifications-box{margin-top:34px;margin-bottom:75px}
.nyp-figma-product .nyp-spec-table{overflow:hidden;border:0;border-radius:0;background:#fff}
.nyp-figma-product .nyp-spec-table>div{
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  align-items:center;
  min-height:54px;
  padding:10px 16px;
  border-bottom:1px solid #edf0f2;
  color:#5e646c;
}
.nyp-figma-product .nyp-spec-table>div:nth-child(even){background:#fff9eb}
.nyp-figma-product .nyp-spec-table span{font-size:10px;color:#777d84}
.nyp-figma-product .nyp-spec-table b{font-size:10px;font-weight:600;color:#474c52}
.nyp-figma-product .nyp-empty-text,.nyp-figma-product .nyp-empty{padding:30px;border:1px solid var(--nyp-border);border-radius:7px;background:#fff;color:#858a91;text-align:center}

/* Reviews */
.nyp-figma-product .nyp-reviews-section{margin-bottom:0}
.nyp-figma-product .nyp-review-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:55px;
  margin-bottom:14px;
  padding:0 16px;
  border:0;
  border-radius:7px;
  background:#f1f1f1;
}
.nyp-figma-product .nyp-review-toolbar>strong{color:#245bff;font-size:12px;font-weight:850}
.nyp-figma-product .nyp-review-toolbar>div{display:flex;align-items:center;gap:14px;color:#777d84;font-size:9px}
.nyp-figma-product .nyp-review-toolbar button{padding:3px 0;border:0;background:transparent;color:#727880;font-size:9px;cursor:pointer}
.nyp-figma-product .nyp-review-toolbar button.is-active{color:#25282c;font-weight:800}
.nyp-figma-product .nyp-review-layout{display:grid;grid-template-columns:31% minmax(0,1fr);gap:16px;direction:ltr}
.nyp-figma-product .nyp-review-layout>*{direction:rtl}
.nyp-figma-product .nyp-rating-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:310px;
  padding:24px 18px 14px;
  border:1px solid var(--nyp-border);
  border-radius:7px;
  background:#fff;
  text-align:center;
}
.nyp-figma-product .nyp-rating-card>strong{margin-bottom:2px;font-size:42px;line-height:1.4;font-weight:900;color:#101214}
.nyp-figma-product .nyp-rating-card .nyp-stars span{font-size:22px}
.nyp-figma-product .nyp-rating-card p{margin:4px 0 18px;color:#6f757d;font-size:9px}
.nyp-figma-product .nyp-rating-card small{margin-top:auto;margin-bottom:12px;color:#6f757d;font-size:8px}
.nyp-figma-product .nyp-rating-card .nyp-primary-btn{min-height:43px;margin-top:0;font-size:10px}
.nyp-figma-product .nyp-review-list{display:flex;flex-direction:column;gap:12px}
.nyp-figma-product .nyp-review{
  display:flex;
  flex-direction:column;
  min-height:246px;
  padding:19px 22px 13px;
  border:1px solid var(--nyp-border);
  border-radius:7px;
  background:#fff;
}
.nyp-figma-product .nyp-review header{display:flex;align-items:center;justify-content:space-between;gap:12px}
.nyp-figma-product .nyp-review header b{font-size:10px;font-weight:750;color:#35393e}
.nyp-figma-product .nyp-review p{margin:12px 0;color:#626870;font-size:10px;line-height:2.2;text-align:justify}
.nyp-figma-product .nyp-review footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;color:#858a91;font-size:8px}
.nyp-figma-product .nyp-review footer div{display:flex;align-items:center;gap:6px}
.nyp-figma-product .nyp-review footer button{display:grid;place-items:center;width:31px;height:25px;padding:0;border:1px solid #e1e4e7;border-radius:5px;background:#f7f7f7;cursor:pointer}
.nyp-figma-product .nyp-review footer .nyp-asset-icon{width:14px;height:14px;object-fit:contain}

/* Modal forms keep the ordering workflow independent from WooCommerce */
.nyp-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(5,20,39,.58);
  backdrop-filter:blur(3px);
}
.nyp-modal.is-open{display:flex}
body.nyp-modal-open{overflow:hidden}
.nyp-modal-card{
  position:relative;
  width:min(470px,100%);
  max-height:calc(100vh - 36px);
  padding:25px;
  overflow-y:auto;
  border-radius:10px;
  background:#fff;
  box-shadow:0 25px 80px rgba(2,18,38,.28);
  font-family:"Peyda","Vazirmatn",Tahoma,sans-serif;
}
.nyp-modal-card h2{margin:0 0 8px;font-size:20px}
.nyp-modal-card>p{margin:0 0 16px;color:#747a82;font-size:11px}
.nyp-modal-close{position:absolute;top:11px;left:12px;width:32px;height:32px;border:0;border-radius:50%;background:#f1f2f3;font-size:22px;cursor:pointer}
.nyp-modal-card form{display:flex;flex-direction:column;gap:12px}
.nyp-modal-card label{display:flex;flex-direction:column;gap:5px;color:#555b62;font-size:10px}
.nyp-modal-card input,.nyp-modal-card textarea,.nyp-modal-card select{width:100%;min-height:44px;padding:9px 11px;border:1px solid #dce0e4;border-radius:6px;background:#fff;color:#25282d;outline:0}
.nyp-modal-card textarea{min-height:90px;resize:vertical}
.nyp-modal-card input:focus,.nyp-modal-card textarea:focus,.nyp-modal-card select:focus{border-color:#f0b400;box-shadow:0 0 0 3px rgba(255,191,23,.15)}
.nyp-modal-card .nyp-qty{width:130px}
.nyp-hp{position:absolute!important;right:-9999px!important;opacity:0!important;pointer-events:none!important}
[data-copy-link].is-copied{position:relative}
[data-copy-link].is-copied:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;border-radius:inherit;background:#fff;color:#45a449;font-weight:900}

@media(max-width:1100px) and (min-width:821px){
  .nyp-figma-product .nyp-product-layout{grid-template-columns:260px minmax(0,1fr);gap:13px}
  .nyp-figma-product .nyp-product-card{grid-template-columns:41% minmax(0,1fr);gap:15px;padding:13px}
  .nyp-figma-product .nyp-summary h1{font-size:18px}
  .nyp-figma-product .nyp-main-image-wrap{height:280px}
  .nyp-figma-product .nyp-trust-strip>div{padding:0 5px;gap:5px}
  .nyp-figma-product .nyp-trust-strip b{font-size:10px}
  .nyp-figma-product .nyp-review-layout{grid-template-columns:29% minmax(0,1fr)}
}

@media(max-width:820px){
  .nyp-figma-product .nyp-container{width:calc(100% - 18px);margin-top:12px;margin-bottom:42px}
  .nyp-figma-product .nyp-product-layout{display:flex;flex-direction:column;gap:0;direction:rtl}
  .nyp-figma-product .nyp-product-main,
  .nyp-figma-product .nyp-buy-card,
  .nyp-figma-product .nyp-product-card{display:contents}
  .nyp-figma-product .nyp-social-row{order:1;margin-bottom:8px}
  .nyp-figma-product .nyp-gallery{order:2;padding:10px 10px 7px;border:1px solid var(--nyp-border);border-bottom:0;border-radius:8px 8px 0 0;background:#fff}
  .nyp-figma-product .nyp-summary{order:3;padding:6px 11px 13px;border:1px solid var(--nyp-border);border-top:0;border-radius:0 0 8px 8px;background:#fff}
  .nyp-figma-product .nyp-buy-box{order:4;margin-top:9px}
  .nyp-figma-product .nyp-installment-box{order:5;margin-top:9px}
  .nyp-figma-product .nyp-lenders{order:6;margin-top:9px;margin-bottom:22px}
  .nyp-figma-product .nyp-trust-strip{order:7;margin:9px 0}
  .nyp-figma-product .nyp-tabs{order:8;margin:0 0 9px}
  .nyp-figma-product .nyp-description-box{order:9}
  .nyp-figma-product .nyp-specifications-box{order:10}
  .nyp-figma-product .nyp-reviews-section{order:11}

  .nyp-figma-product .nyp-gallery-actions{top:10px;right:9px}
  .nyp-figma-product .nyp-main-image-wrap{height:260px;padding:8px 42px 7px 20px}
  .nyp-figma-product .nyp-thumb{flex-basis:50px;height:48px}
  .nyp-figma-product .nyp-summary h1{font-size:16px}
  .nyp-figma-product .nyp-summary-meta{align-items:flex-start;flex-direction:column;gap:3px}
  .nyp-figma-product .nyp-product-sku{margin-right:0}
  .nyp-figma-product .nyp-update{font-size:8px}
  .nyp-figma-product .nyp-quick-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .nyp-figma-product .nyp-summary-footer{align-items:flex-start;flex-direction:column}

  .nyp-figma-product .nyp-trust-strip{grid-template-columns:repeat(2,1fr);min-height:150px;padding:8px}
  .nyp-figma-product .nyp-trust-strip>div{justify-content:flex-start;min-height:62px;padding:4px 8px;border-left:0}
  .nyp-figma-product .nyp-tabs{padding:0 3px}
  .nyp-figma-product .nyp-tab{flex:1;min-width:0;height:48px;padding:0 5px;font-size:9px}
  .nyp-figma-product .nyp-tab .nyp-asset-icon{width:17px;height:17px}

  .nyp-figma-product .nyp-description-box>h2,
  .nyp-figma-product .nyp-specifications-box>h2,
  .nyp-figma-product .nyp-section-title-row{min-height:49px;margin-bottom:8px;padding:0 14px}
  .nyp-figma-product .nyp-description-box>h2,
  .nyp-figma-product .nyp-specifications-box>h2,
  .nyp-figma-product .nyp-section-title-row h2{font-size:15px}
  .nyp-figma-product .nyp-description-box .nyp-content{min-height:0;max-height:520px;padding:16px 16px 48px;font-size:10px;line-height:2.15}
  .nyp-figma-product .nyp-description-box.is-expanded .nyp-content{max-height:none}
  .nyp-figma-product .nyp-show-more{margin-top:-38px;margin-right:14px}
  .nyp-figma-product .nyp-specifications-box{margin-top:18px;margin-bottom:36px}
  .nyp-figma-product .nyp-spec-table>div{grid-template-columns:42% 58%;min-height:44px;padding:8px 10px}

  .nyp-figma-product .nyp-review-toolbar{align-items:flex-start;flex-direction:column;gap:5px;min-height:60px;padding:8px 10px}
  .nyp-figma-product .nyp-review-toolbar>div{gap:9px;flex-wrap:wrap}
  .nyp-figma-product .nyp-review-layout{display:flex;flex-direction:column;direction:rtl;gap:9px}
  .nyp-figma-product .nyp-rating-card{order:1;min-height:210px;padding:18px}
  .nyp-figma-product .nyp-rating-card>strong{font-size:32px}
  .nyp-figma-product .nyp-review-list{order:2}
  .nyp-figma-product .nyp-review{min-height:205px;padding:15px}
}

@media(max-width:430px){
  .nyp-figma-product .nyp-container{width:calc(100% - 12px)}
  .nyp-figma-product .nyp-social-row strong{font-size:10px}
  .nyp-figma-product .nyp-deal-timer span{width:27px;height:27px}
  .nyp-figma-product .nyp-main-image-wrap{height:225px}
  .nyp-figma-product .nyp-gallery-actions button{width:29px;height:29px}
  .nyp-figma-product .nyp-order-row{grid-template-columns:minmax(0,1fr) 76px}
  .nyp-figma-product .nyp-installment-option>span{font-size:8px}
  .nyp-figma-product .nyp-lenders b{font-size:8px}
  .nyp-figma-product .nyp-lenders small{font-size:6.5px}
  .nyp-figma-product .nyp-share-line>span{display:none}
  .nyp-figma-product .nyp-trust-strip b{font-size:9px}
  .nyp-figma-product .nyp-trust-strip small{font-size:6.5px}
}


/* =========================================================

/* =========================================================
   v4.7 FINAL — consolidated UI fixes, no legacy override pile
   ========================================================= */
:root{
  --nyp-navy:#062d59;
  --nyp-navy-dark:#03264f;
  --nyp-yellow:#ffbf17;
  --nyp-deal-red:#e21d43;
  --nyp-border:#dde1e5;
  --nyp-text:#17191d;
  --nyp-muted:#737982;
}

.nyp-figma-product{
  width:100%!important;
  overflow-x:clip!important;
  font-size:14px!important;
}

/* Same boxed grid as the site navigation: 1280px desktop, 16px side gutters. */
.nyp-figma-product .nyp-container{
  width:min(1280px,calc(100% - 32px))!important;
  max-width:1280px!important;
  margin:28px auto 90px!important;
  padding:0!important;
}
.nyp-figma-product .nyp-product-layout,
.nyp-figma-product .nyp-product-main,
.nyp-figma-product .nyp-product-card,
.nyp-figma-product .nyp-buy-card,
.nyp-figma-product .nyp-social-row,
.nyp-figma-product .nyp-buy-box,
.nyp-figma-product .nyp-installment-box,
.nyp-figma-product .nyp-lenders,
.nyp-figma-product .nyp-trust-strip,
.nyp-figma-product .nyp-tabs,
.nyp-figma-product .nyp-content-box,
.nyp-figma-product .nyp-review-toolbar,
.nyp-figma-product .nyp-review-layout{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.nyp-figma-product .nyp-product-card,
.nyp-figma-product .nyp-buy-box,
.nyp-figma-product .nyp-installment-box,
.nyp-figma-product .nyp-social-row,
.nyp-figma-product .nyp-trust-strip,
.nyp-figma-product .nyp-tabs,
.nyp-figma-product .nyp-review-toolbar,
.nyp-figma-product .nyp-rating-card,
.nyp-figma-product .nyp-review{
  overflow:hidden;
  background-clip:padding-box;
}

/* Red is reserved ONLY for the limited-time offer strip/timer. */
.nyp-figma-product .nyp-social-row{
  min-height:45px!important;
  background:linear-gradient(90deg,#e31c43 0%,#dc1739 100%)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
.nyp-figma-product .nyp-social-row strong{
  color:#fff!important;
  font-size:13px!important;
  font-weight:850!important;
}
.nyp-figma-product .nyp-deal-timer span{
  width:31px!important;height:29px!important;
  border:0!important;
  background:#fff!important;
  color:#dc1739!important;
  font-size:12px!important;
  font-weight:850!important;
}
.nyp-figma-product .nyp-deal-timer b{color:#fff!important}

/* Reference-sized typography. */
.nyp-figma-product .nyp-buy-title,
.nyp-figma-product .nyp-installment-box h3{font-size:16px!important;font-weight:850!important}
.nyp-figma-product .nyp-sale-label,
.nyp-figma-product .nyp-stock{font-size:10px!important}
.nyp-figma-product .nyp-sale-label{
  background:#f2f5f8!important;
  color:#425466!important;
  border:1px solid #dce3ea!important;
}
.nyp-figma-product .nyp-stock.in-stock{color:#4e9c2d!important}
.nyp-figma-product .nyp-stock.out-stock{color:#6e7680!important}
.nyp-figma-product .nyp-price-row del{font-size:10px!important}
.nyp-figma-product .nyp-current-price strong{font-size:23px!important;font-weight:900!important}
.nyp-figma-product .nyp-current-price span{font-size:10px!important}
.nyp-figma-product .nyp-order-button,
.nyp-figma-product .nyp-outline-btn{font-size:11.5px!important}
.nyp-figma-product .nyp-recommend{font-size:10px!important}
.nyp-figma-product .nyp-installment-option>span,
.nyp-figma-product .nyp-installment-amount span{font-size:10px!important}
.nyp-figma-product .nyp-installment-amount b{font-size:11.5px!important}
.nyp-figma-product .nyp-lenders b{font-size:10px!important}
.nyp-figma-product .nyp-lenders small{font-size:8px!important}
.nyp-figma-product .nyp-summary h1{font-size:21px!important;line-height:1.65!important;font-weight:900!important}
.nyp-figma-product .nyp-summary-meta{font-size:10px!important}
.nyp-figma-product .nyp-update{font-size:10px!important}
.nyp-figma-product .nyp-summary-heading h2{font-size:15px!important}
.nyp-figma-product .nyp-quick-specs span{font-size:10.5px!important;line-height:1.5!important}
.nyp-figma-product .nyp-quick-specs b{font-size:12.5px!important;line-height:1.65!important}
.nyp-figma-product .nyp-all-features,
.nyp-figma-product .nyp-excerpt{font-size:10.5px!important}
.nyp-figma-product .nyp-summary-footer{font-size:9.5px!important}
.nyp-figma-product .nyp-trust-strip b{font-size:11.5px!important}
.nyp-figma-product .nyp-trust-strip small{font-size:8px!important}
.nyp-figma-product .nyp-tab{font-size:12.5px!important}
.nyp-figma-product .nyp-description-box>h2,
.nyp-figma-product .nyp-specifications-box>h2,
.nyp-figma-product .nyp-section-title-row h2{font-size:18px!important}
.nyp-figma-product .nyp-description-box .nyp-content{font-size:13.5px!important;line-height:2.2!important}
.nyp-figma-product .nyp-spec-table span,
.nyp-figma-product .nyp-spec-table b{font-size:11.5px!important}
.nyp-figma-product .nyp-review p{font-size:11.5px!important}
.nyp-figma-product .nyp-review header b{font-size:11.5px!important}

/* Tabs: NEVER a filled yellow/red active tab. Only a small underline. */
.nyp-figma-product .nyp-tabs{
  min-height:54px!important;
  padding:0 12px!important;
  background:#fff!important;
  border:1px solid var(--nyp-border)!important;
}
.nyp-figma-product .nyp-tab,
.nyp-figma-product .nyp-tab:hover,
.nyp-figma-product .nyp-tab:focus,
.nyp-figma-product .nyp-tab:focus-visible,
.nyp-figma-product .nyp-tab:active,
.nyp-figma-product .nyp-tab.is-active{
  position:relative!important;
  background:transparent!important;
  color:#555b63!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
  transform:none!important;
}
.nyp-figma-product .nyp-tab:hover,
.nyp-figma-product .nyp-tab:focus-visible{color:#062d59!important}
.nyp-figma-product .nyp-tab.is-active{color:#062d59!important;font-weight:850!important}
.nyp-figma-product .nyp-tab.is-active:after{
  content:""!important;
  position:absolute!important;
  right:22px!important;left:22px!important;bottom:0!important;
  height:3px!important;
  border-radius:3px 3px 0 0!important;
  background:#ffbf17!important;
}

/* All buttons use the Net Yadak navy/yellow theme. No red active buttons. */
.nyp-figma-product .nyp-primary-btn,
.nyp-modal .nyp-primary-btn{
  background:#ffbf17!important;
  color:#17202b!important;
  border:1px solid #ffbf17!important;
  box-shadow:none!important;
}
.nyp-figma-product .nyp-primary-btn:hover:not(:disabled),
.nyp-figma-product .nyp-primary-btn:focus-visible:not(:disabled),
.nyp-modal .nyp-primary-btn:hover:not(:disabled),
.nyp-modal .nyp-primary-btn:focus-visible:not(:disabled){
  background:#062d59!important;
  color:#fff!important;
  border-color:#062d59!important;
  box-shadow:0 5px 14px rgba(6,45,89,.12)!important;
  transform:translateY(-1px)!important;
}
.nyp-figma-product .nyp-primary-btn:active:not(:disabled),
.nyp-modal .nyp-primary-btn:active:not(:disabled){
  background:#03264f!important;
  color:#fff!important;
  border-color:#03264f!important;
  box-shadow:none!important;
  transform:translateY(0) scale(.99)!important;
}
.nyp-figma-product .nyp-outline-btn{
  background:#fff!important;color:#27313b!important;border:1px solid #ffbf17!important;box-shadow:none!important;
}
.nyp-figma-product .nyp-outline-btn:hover,
.nyp-figma-product .nyp-outline-btn:focus-visible{background:#fff8dd!important;color:#062d59!important;border-color:#e9ae00!important}
.nyp-figma-product .nyp-outline-btn:active{background:#062d59!important;color:#fff!important;border-color:#062d59!important}

/* Quantity controls */
.nyp-figma-product .nyp-buy-qty button:hover,
.nyp-figma-product .nyp-qty button:hover,
.nyp-figma-product .nyp-mini-stepper button:hover{background:#f4f7fa!important;color:#062d59!important}
.nyp-figma-product .nyp-buy-qty button:active,
.nyp-figma-product .nyp-qty button:active,
.nyp-figma-product .nyp-mini-stepper button:active{background:#062d59!important;color:#fff!important;border-color:#062d59!important}

/* Product utility icons: neutral -> navy state, never red/yellow fill. */
.nyp-figma-product .nyp-gallery-actions button,
.nyp-figma-product .nyp-gallery-actions button:hover,
.nyp-figma-product .nyp-gallery-actions button:focus-visible,
.nyp-figma-product .nyp-gallery-actions button:active,
.nyp-figma-product .nyp-gallery-actions button.is-active,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"]{
  background:#fff!important;
  color:#5c6670!important;
  border-color:#dfe4e8!important;
  box-shadow:none!important;
  outline:none!important;
}
.nyp-figma-product .nyp-gallery-actions button:hover,
.nyp-figma-product .nyp-gallery-actions button:focus-visible{background:#f5f8fb!important;border-color:#aab9c7!important}
.nyp-figma-product .nyp-gallery-actions button.is-active,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"]{background:#eef3f8!important;border-color:#7e96ad!important}
.nyp-figma-product .nyp-gallery-actions button:active{background:#e8eef4!important;border-color:#062d59!important;transform:scale(.97)!important}

/* Gallery thumbnails/arrows: remove both red and yellow selected states. */
.nyp-figma-product .nyp-thumb,
.nyp-figma-product .nyp-thumb:hover,
.nyp-figma-product .nyp-thumb:focus-visible,
.nyp-figma-product .nyp-thumb:active,
.nyp-figma-product .nyp-thumb.is-active{
  background:#fff!important;
  color:#333!important;
  border:1px solid #d9dee4!important;
  box-shadow:none!important;
  outline:none!important;
}
.nyp-figma-product .nyp-thumb:hover,
.nyp-figma-product .nyp-thumb:focus-visible{background:#f8fafc!important;border-color:#9fb1c4!important;transform:translateY(-1px)!important}
.nyp-figma-product .nyp-thumb.is-active{background:#f7f9fb!important;border-color:#7f96ad!important;box-shadow:inset 0 0 0 1px rgba(6,45,89,.06)!important}
.nyp-figma-product .nyp-thumb:active{background:#eef3f8!important;border-color:#062d59!important;transform:scale(.98)!important}
.nyp-figma-product .nyp-gallery-arrow,
.nyp-figma-product .nyp-gallery-arrow:hover,
.nyp-figma-product .nyp-gallery-arrow:focus-visible,
.nyp-figma-product .nyp-gallery-arrow:active{
  background:#fff!important;
  color:#68727d!important;
  border:1px solid #d9dee4!important;
  box-shadow:none!important;
  outline:none!important;
}
.nyp-figma-product .nyp-gallery-arrow:hover,
.nyp-figma-product .nyp-gallery-arrow:focus-visible{background:#f5f8fb!important;color:#062d59!important;border-color:#aab9c7!important}
.nyp-figma-product .nyp-gallery-arrow:active{background:#eef3f8!important;color:#062d59!important;border-color:#062d59!important}

/* Consultant portrait/bubble is gone. */
.nyp-figma-product .nyp-consult-bubble{display:none!important}

/* Review section exactly follows the supplied toolbar composition. */
.nyp-figma-product .nyp-section-title-row{
  min-height:52px!important;
  margin:0 0 11px!important;
  padding:0 18px!important;
  border:1px solid #dfe3e7!important;
  border-radius:7px!important;
  background:#fff!important;
}
.nyp-figma-product .nyp-review-toolbar{
  direction:ltr!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  min-height:44px!important;
  margin:0 0 14px!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:7px!important;
  background:#f2f2f2!important;
  overflow:hidden!important;
}
.nyp-figma-product .nyp-review-toolbar>strong{
  direction:rtl!important;
  color:#245bff!important;
  font-size:12px!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
.nyp-figma-product .nyp-review-sort{
  direction:rtl!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
  color:#737982!important;
  font-size:10px!important;
}
.nyp-figma-product .nyp-review-sort-icon{display:grid!important;place-items:center!important;width:22px!important;height:22px!important}
.nyp-figma-product .nyp-review-sort-icon .nyp-asset-icon{width:20px!important;height:20px!important;object-fit:contain!important}
.nyp-figma-product .nyp-review-sort b{color:#30343a!important;font-size:11px!important;font-weight:850!important;white-space:nowrap!important}
.nyp-figma-product .nyp-review-toolbar button,
.nyp-figma-product .nyp-review-toolbar button:hover,
.nyp-figma-product .nyp-review-toolbar button:focus-visible,
.nyp-figma-product .nyp-review-toolbar button:active,
.nyp-figma-product .nyp-review-toolbar button.is-active{
  position:relative!important;
  padding:4px 0!important;
  border:0!important;
  background:transparent!important;
  color:#7a8088!important;
  box-shadow:none!important;
  outline:none!important;
  font-size:10px!important;
  white-space:nowrap!important;
}
.nyp-figma-product .nyp-review-toolbar button:hover,
.nyp-figma-product .nyp-review-toolbar button:focus-visible{color:#062d59!important}
.nyp-figma-product .nyp-review-toolbar button.is-active{color:#262b31!important;font-weight:800!important}
.nyp-figma-product .nyp-review-toolbar button.is-active:after{content:"";position:absolute;right:0;left:0;bottom:0;height:1.5px;background:#062d59;border-radius:2px}

/* In-page anchors get a CSS fallback; JS v4.7 calculates the real sticky header at click time. */
.nyp-figma-product [id],
.nyp-figma-product .nyp-content-box,
.nyp-figma-product .nyp-description-box,
.nyp-figma-product .nyp-specifications-box,
.nyp-figma-product .nyp-reviews-section{scroll-margin-top:190px!important}

/* Modals are appended to BODY by JS and forced above Elementor/header stacking contexts. */
.nyp-modal{
  --nyp-modal-top:24px;
  position:fixed!important;
  inset:0!important;
  z-index:2147483647!important;
  display:none!important;
  align-items:flex-start!important;
  justify-content:center!important;
  padding:var(--nyp-modal-top) 16px 16px!important;
  overflow-y:auto!important;
  background:rgba(5,20,39,.60)!important;
  backdrop-filter:blur(3px)!important;
  font-family:"Peyda","Vazirmatn",Tahoma,sans-serif!important;
}
.nyp-modal.is-open{display:flex!important}
body.nyp-modal-open{overflow:hidden!important}
.nyp-modal .nyp-modal-card{
  position:relative!important;
  width:min(470px,100%)!important;
  max-height:calc(100dvh - var(--nyp-modal-top) - 16px)!important;
  margin:0 auto!important;
  padding:26px!important;
  overflow-y:auto!important;
  border:1px solid #e1e5e9!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 22px 70px rgba(2,18,38,.24)!important;
}
.nyp-modal .nyp-modal-card h2{margin:0 0 12px!important;color:#242a30!important;font-size:21px!important;line-height:1.5!important}
.nyp-modal .nyp-modal-close,
.nyp-modal .nyp-modal-close:hover,
.nyp-modal .nyp-modal-close:focus-visible,
.nyp-modal .nyp-modal-close:active{
  position:absolute!important;top:10px!important;left:10px!important;
  display:grid!important;place-items:center!important;width:32px!important;height:32px!important;
  padding:0!important;border:1px solid #dfe4e8!important;border-radius:6px!important;
  background:#f3f5f7!important;color:#27313b!important;box-shadow:none!important;outline:none!important;
}
.nyp-modal .nyp-modal-close:hover,
.nyp-modal .nyp-modal-close:focus-visible{background:#eaf0f5!important;color:#062d59!important;border-color:#aab9c7!important}
.nyp-modal .nyp-modal-close:active{background:#062d59!important;color:#fff!important;border-color:#062d59!important}
.nyp-modal .nyp-modal-card form{display:flex!important;flex-direction:column!important;gap:12px!important}
.nyp-modal .nyp-modal-card label{display:flex!important;flex-direction:column!important;gap:6px!important;color:#555d66!important;font-size:11px!important;font-weight:650!important}
.nyp-modal .nyp-modal-card input,
.nyp-modal .nyp-modal-card textarea,
.nyp-modal .nyp-modal-card select{
  width:100%!important;min-height:44px!important;padding:10px 11px!important;
  border:1px solid #d6dde3!important;border-radius:6px!important;background:#fff!important;color:#252b31!important;outline:0!important;box-shadow:none!important;
}
.nyp-modal .nyp-modal-card textarea{min-height:90px!important;resize:vertical!important}
.nyp-modal .nyp-modal-card input:focus,
.nyp-modal .nyp-modal-card textarea:focus,
.nyp-modal .nyp-modal-card select:focus{border-color:#7f96ad!important;box-shadow:0 0 0 3px rgba(6,45,89,.08)!important}

/* Make sure theme-level :active rules cannot turn our product buttons red. */
.nyp-product-page button:active,
.nyp-product-page button:focus,
.nyp-product-page button:focus-visible,
.nyp-product-page a:active{
  -webkit-tap-highlight-color:transparent!important;
}

.nyp-action-toast{
  position:fixed;right:50%;bottom:26px;z-index:2147483646;
  max-width:min(420px,calc(100vw - 32px));padding:10px 16px;border-radius:7px;
  background:#062d59;color:#fff;font-size:12px;font-weight:700;
  box-shadow:0 12px 35px rgba(6,45,89,.22);opacity:0;pointer-events:none;
  transform:translate(50%,12px);transition:.2s ease;
}
.nyp-action-toast.is-visible{opacity:1;transform:translate(50%,0)}

@media(max-width:1100px) and (min-width:821px){
  .nyp-figma-product .nyp-container{width:calc(100% - 28px)!important}
  .nyp-figma-product .nyp-summary h1{font-size:19px!important}
  .nyp-figma-product .nyp-current-price strong{font-size:21px!important}
}

@media(max-width:820px){
  .nyp-figma-product{font-size:13px!important}
  .nyp-figma-product .nyp-container{width:calc(100% - 18px)!important;max-width:none!important;margin-top:12px!important;margin-bottom:42px!important}
  .nyp-figma-product .nyp-summary h1{font-size:18px!important}
  .nyp-figma-product .nyp-quick-specs span{font-size:9.5px!important}
  .nyp-figma-product .nyp-quick-specs b{font-size:11.5px!important}
  .nyp-figma-product .nyp-buy-title,.nyp-figma-product .nyp-installment-box h3{font-size:15px!important}
  .nyp-figma-product .nyp-description-box .nyp-content{font-size:11.5px!important}
  .nyp-figma-product [id],.nyp-figma-product .nyp-content-box,.nyp-figma-product .nyp-description-box,.nyp-figma-product .nyp-specifications-box,.nyp-figma-product .nyp-reviews-section{scroll-margin-top:125px!important}
  .nyp-figma-product .nyp-review-toolbar{align-items:flex-start!important;flex-direction:column!important;gap:7px!important;padding:8px 10px!important}
  .nyp-figma-product .nyp-review-toolbar>strong{order:2!important}
  .nyp-figma-product .nyp-review-sort{order:1!important;gap:8px!important;flex-wrap:wrap!important}
  .nyp-figma-product .nyp-tab{font-size:10.5px!important}
}

@media(max-width:430px){
  .nyp-figma-product .nyp-container{width:calc(100% - 12px)!important}
  .nyp-figma-product .nyp-social-row strong{font-size:11px!important}
  .nyp-figma-product .nyp-current-price strong{font-size:20px!important}
  .nyp-modal{padding-right:10px!important;padding-left:10px!important}
  .nyp-modal .nyp-modal-card{padding:22px 16px 18px!important}
}


/* v5.6.2 — cash purchase card matched closer to provided design */
.nyp-figma-product .nyp-buy-box{
  padding:28px 26px 24px!important;
  border:2px solid #d6dbe0!important;
  border-radius:30px!important;
  background:#f9fafb!important;
}
.nyp-figma-product .nyp-buy-title{
  margin:0 0 22px!important;
  color:#14171b!important;
  text-align:right!important;
  font-size:36px!important;
  line-height:1.15!important;
  font-weight:900!important;
}
.nyp-figma-product .nyp-buy-status-row{
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  min-height:74px!important;
  margin-bottom:16px!important;
}
.nyp-figma-product .nyp-sale-label{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:210px!important;
  min-height:74px!important;
  padding:0 28px!important;
  border:0!important;
  border-radius:999px!important;
  background:#ef1739!important;
  color:#fff!important;
  font-size:26px!important;
  font-weight:850!important;
  line-height:1!important;
}
.nyp-figma-product .nyp-stock,
.nyp-figma-product .nyp-stock.in-stock,
.nyp-figma-product .nyp-stock.out-stock{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  color:#eb213a!important;
  font-size:26px!important;
  font-weight:700!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
.nyp-figma-product .nyp-stock .nyp-stock-asset{
  width:54px!important;
  height:54px!important;
  flex:0 0 54px!important;
}
.nyp-figma-product .nyp-price-row{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:18px 0 22px!important;
}
.nyp-figma-product .nyp-price-row del{
  margin:0 0 10px!important;
  color:#a5a9af!important;
  font-size:30px!important;
  font-weight:500!important;
  line-height:1!important;
  text-decoration-thickness:3px!important;
}
.nyp-figma-product .nyp-current-price{
  display:inline-flex!important;
  align-items:flex-end!important;
  gap:14px!important;
  white-space:nowrap!important;
}
.nyp-figma-product .nyp-current-price strong{
  color:#20242a!important;
  font-size:68px!important;
  line-height:0.95!important;
  font-weight:900!important;
  letter-spacing:-1.5px!important;
}
.nyp-figma-product .nyp-current-price span{
  margin:0 0 14px!important;
  color:#727882!important;
  font-size:30px!important;
  font-weight:600!important;
  line-height:1!important;
}
.nyp-figma-product .nyp-order-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 166px!important;
  direction:ltr!important;
  align-items:stretch!important;
  gap:24px!important;
  min-height:0!important;
  height:auto!important;
  margin:8px 0 18px!important;
}
.nyp-figma-product .nyp-order-button{
  height:116px!important;
  min-height:116px!important;
  padding:0 30px!important;
  border-radius:34px!important;
  background:#f8bd10!important;
  color:#202633!important;
  font-size:34px!important;
  font-weight:850!important;
  gap:22px!important;
}
.nyp-figma-product .nyp-order-button .nyp-icon{
  width:52px!important;
  height:52px!important;
}
.nyp-figma-product .nyp-buy-qty{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  width:166px!important;
  min-width:166px!important;
  height:116px!important;
  min-height:116px!important;
  padding:0!important;
  border:4px solid #e8b126!important;
  border-radius:34px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.nyp-figma-product .nyp-buy-spin-buttons{
  display:grid!important;
  grid-template-rows:1fr 1fr!important;
  width:54px!important;
  height:108px!important;
  background:#fff!important;
}
.nyp-figma-product .nyp-buy-spin-buttons button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:54px!important;
  height:54px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  background:#fff!important;
  color:#a8adb3!important;
  font-size:24px!important;
  line-height:1!important;
}
.nyp-figma-product .nyp-buy-spin-buttons button:hover,
.nyp-figma-product .nyp-buy-spin-buttons button:focus-visible{
  background:#f5f6f7!important;
  color:#6f7379!important;
}
.nyp-figma-product .nyp-buy-qty>input{
  width:100%!important;
  height:108px!important;
  padding:0 12px!important;
  border:0!important;
  background:#fff!important;
  color:#6b6654!important;
  text-align:center!important;
  font-size:56px!important;
  font-weight:700!important;
  line-height:108px!important;
}
.nyp-figma-product .nyp-recommend{
  justify-content:center!important;
  gap:14px!important;
  min-height:112px!important;
  margin-top:14px!important;
  padding:0 26px!important;
  border-radius:34px!important;
  background:#d6ebbe!important;
  color:#64af21!important;
  font-size:31px!important;
  font-weight:500!important;
}
.nyp-figma-product .nyp-recommend .nyp-asset-icon{
  width:58px!important;
  height:58px!important;
}

@media(max-width:1380px){
  .nyp-figma-product .nyp-buy-title{font-size:32px!important}
  .nyp-figma-product .nyp-sale-label{min-width:185px!important;min-height:66px!important;font-size:22px!important}
  .nyp-figma-product .nyp-stock,.nyp-figma-product .nyp-stock.in-stock,.nyp-figma-product .nyp-stock.out-stock{font-size:22px!important}
  .nyp-figma-product .nyp-stock .nyp-stock-asset{width:46px!important;height:46px!important;flex-basis:46px!important}
  .nyp-figma-product .nyp-current-price strong{font-size:56px!important}
  .nyp-figma-product .nyp-current-price span{font-size:24px!important;margin-bottom:11px!important}
  .nyp-figma-product .nyp-price-row del{font-size:24px!important}
  .nyp-figma-product .nyp-order-row{grid-template-columns:minmax(0,1fr) 148px!important;gap:18px!important}
  .nyp-figma-product .nyp-order-button{height:102px!important;min-height:102px!important;font-size:29px!important}
  .nyp-figma-product .nyp-order-button .nyp-icon{width:44px!important;height:44px!important}
  .nyp-figma-product .nyp-buy-qty{width:148px!important;min-width:148px!important;height:102px!important;min-height:102px!important;border-radius:28px!important}
  .nyp-figma-product .nyp-buy-spin-buttons{width:48px!important;height:94px!important}
  .nyp-figma-product .nyp-buy-spin-buttons button{width:48px!important;height:47px!important;font-size:21px!important}
  .nyp-figma-product .nyp-buy-qty>input{height:94px!important;font-size:46px!important;line-height:94px!important}
  .nyp-figma-product .nyp-recommend{min-height:96px!important;font-size:27px!important}
  .nyp-figma-product .nyp-recommend .nyp-asset-icon{width:50px!important;height:50px!important}
}
@media(max-width:1100px){
  .nyp-figma-product .nyp-buy-box{padding:22px 20px 20px!important;border-radius:24px!important}
  .nyp-figma-product .nyp-buy-title{font-size:25px!important;margin-bottom:18px!important}
  .nyp-figma-product .nyp-buy-status-row{gap:12px!important;min-height:54px!important}
  .nyp-figma-product .nyp-sale-label{min-width:150px!important;min-height:54px!important;font-size:18px!important;padding:0 18px!important}
  .nyp-figma-product .nyp-stock,.nyp-figma-product .nyp-stock.in-stock,.nyp-figma-product .nyp-stock.out-stock{font-size:18px!important}
  .nyp-figma-product .nyp-stock .nyp-stock-asset{width:36px!important;height:36px!important;flex-basis:36px!important}
  .nyp-figma-product .nyp-current-price strong{font-size:43px!important}
  .nyp-figma-product .nyp-current-price span{font-size:19px!important;margin-bottom:8px!important}
  .nyp-figma-product .nyp-price-row del{font-size:18px!important}
  .nyp-figma-product .nyp-order-row{grid-template-columns:minmax(0,1fr) 122px!important;gap:12px!important}
  .nyp-figma-product .nyp-order-button{height:82px!important;min-height:82px!important;border-radius:24px!important;font-size:22px!important;gap:14px!important}
  .nyp-figma-product .nyp-order-button .nyp-icon{width:34px!important;height:34px!important}
  .nyp-figma-product .nyp-buy-qty{width:122px!important;min-width:122px!important;height:82px!important;min-height:82px!important;border-width:3px!important;border-radius:24px!important;grid-template-columns:40px minmax(0,1fr)!important}
  .nyp-figma-product .nyp-buy-spin-buttons{width:40px!important;height:76px!important}
  .nyp-figma-product .nyp-buy-spin-buttons button{width:40px!important;height:38px!important;font-size:16px!important}
  .nyp-figma-product .nyp-buy-qty>input{height:76px!important;font-size:34px!important;line-height:76px!important}
  .nyp-figma-product .nyp-recommend{min-height:78px!important;border-radius:24px!important;font-size:22px!important;padding:0 18px!important}
  .nyp-figma-product .nyp-recommend .nyp-asset-icon{width:40px!important;height:40px!important}
}
@media(max-width:820px){
  .nyp-figma-product .nyp-buy-box{padding:18px 16px 16px!important;border-radius:18px!important}
  .nyp-figma-product .nyp-buy-title{text-align:center!important;font-size:20px!important}
  .nyp-figma-product .nyp-buy-status-row{flex-direction:column!important;align-items:stretch!important;gap:10px!important;min-height:0!important}
  .nyp-figma-product .nyp-sale-label{width:100%!important;min-width:0!important;min-height:48px!important;font-size:16px!important}
  .nyp-figma-product .nyp-stock,.nyp-figma-product .nyp-stock.in-stock,.nyp-figma-product .nyp-stock.out-stock{justify-content:center!important;font-size:16px!important;white-space:normal!important;text-align:center!important}
  .nyp-figma-product .nyp-stock .nyp-stock-asset{width:28px!important;height:28px!important;flex-basis:28px!important}
  .nyp-figma-product .nyp-price-row{display:block!important;text-align:center!important}
  .nyp-figma-product .nyp-price-row del{display:block!important;margin:0 auto 8px!important;font-size:16px!important}
  .nyp-figma-product .nyp-current-price{justify-content:center!important}
  .nyp-figma-product .nyp-current-price strong{font-size:34px!important}
  .nyp-figma-product .nyp-current-price span{font-size:16px!important;margin-bottom:5px!important}
  .nyp-figma-product .nyp-order-row{grid-template-columns:1fr!important;gap:10px!important}
  .nyp-figma-product .nyp-order-button{height:64px!important;min-height:64px!important;border-radius:18px!important;font-size:18px!important}
  .nyp-figma-product .nyp-order-button .nyp-icon{width:28px!important;height:28px!important}
  .nyp-figma-product .nyp-buy-qty{width:100%!important;min-width:0!important;height:64px!important;min-height:64px!important;grid-template-columns:40px minmax(0,1fr)!important}
  .nyp-figma-product .nyp-buy-spin-buttons{width:40px!important;height:58px!important}
  .nyp-figma-product .nyp-buy-spin-buttons button{width:40px!important;height:29px!important;font-size:15px!important}
  .nyp-figma-product .nyp-buy-qty>input{height:58px!important;font-size:28px!important;line-height:58px!important}
  .nyp-figma-product .nyp-recommend{min-height:64px!important;border-radius:18px!important;font-size:18px!important}
  .nyp-figma-product .nyp-recommend .nyp-asset-icon{width:34px!important;height:34px!important}
}


/* v5.6.4 — show more/less button: match reference, never red/filled */
.nyp-figma-product button.nyp-show-more,
.nyp-figma-product button.nyp-show-more:hover,
.nyp-figma-product button.nyp-show-more:focus,
.nyp-figma-product button.nyp-show-more:focus-visible,
.nyp-figma-product button.nyp-show-more:active{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  padding:6px 0!important;
  margin:-42px 24px 0 0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:transparent!important;
  background-image:none!important;
  color:#111!important;
  box-shadow:none!important;
  text-shadow:none!important;
  transform:none!important;
  font-size:18px!important;
  font-weight:500!important;
  line-height:1.35!important;
  cursor:pointer!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}
.nyp-figma-product button.nyp-show-more span,
.nyp-figma-product button.nyp-show-more:hover span,
.nyp-figma-product button.nyp-show-more:focus span,
.nyp-figma-product button.nyp-show-more:active span{
  display:inline!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#111!important;
  box-shadow:none!important;
}
.nyp-figma-product button.nyp-show-more .nyp-icon{
  width:24px!important;
  height:24px!important;
  flex:0 0 24px!important;
  color:#26c879!important;
  stroke:#26c879!important;
  fill:none!important;
  transition:transform .2s ease!important;
}
.nyp-figma-product button.nyp-show-more .nyp-icon *{
  stroke:currentColor!important;
}
.nyp-figma-product .nyp-description-box.is-expanded button.nyp-show-more .nyp-icon{
  transform:rotate(180deg)!important;
}
@media(max-width:820px){
  .nyp-figma-product button.nyp-show-more,
  .nyp-figma-product button.nyp-show-more:hover,
  .nyp-figma-product button.nyp-show-more:focus,
  .nyp-figma-product button.nyp-show-more:active{
    margin:-36px 14px 0 0!important;
    gap:8px!important;
    font-size:15px!important;
  }
  .nyp-figma-product button.nyp-show-more .nyp-icon{width:20px!important;height:20px!important;flex-basis:20px!important}
}


/* v5.6.5 — specifications table matched to provided reference */
.nyp-figma-product .nyp-specifications-box{
  width:calc(100% + 24px)!important;
  max-width:none!important;
  margin-right:-12px!important;
  margin-left:-12px!important;
  margin-top:34px!important;
  margin-bottom:75px!important;
}
.nyp-figma-product .nyp-specifications-box>h2{
  width:100%!important;
  min-height:76px!important;
  margin:0 0 14px!important;
  padding:0 34px!important;
  border:1px solid #d9dde1!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#17191d!important;
  font-size:21px!important;
  font-weight:900!important;
  line-height:1.25!important;
  text-align:right!important;
}
.nyp-figma-product .nyp-spec-table{
  width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
}
.nyp-figma-product .nyp-spec-table>div{
  display:grid!important;
  direction:rtl!important;
  grid-template-columns:27% 73%!important;
  align-items:center!important;
  min-height:94px!important;
  padding:18px 34px!important;
  border-bottom:1px solid #dfe3e6!important;
  background:#fff!important;
  color:#50555b!important;
}
.nyp-figma-product .nyp-spec-table>div:nth-child(even){
  background:#fffaf0!important;
}
.nyp-figma-product .nyp-spec-table span{
  display:block!important;
  padding-left:18px!important;
  color:#747a80!important;
  font-size:18px!important;
  font-weight:500!important;
  line-height:1.5!important;
  text-align:right!important;
}
.nyp-figma-product .nyp-spec-table b{
  display:block!important;
  color:#272a2e!important;
  font-size:18px!important;
  font-weight:500!important;
  line-height:1.5!important;
  text-align:right!important;
}

@media(max-width:1100px){
  .nyp-figma-product .nyp-specifications-box{
    width:calc(100% + 16px)!important;
    margin-right:-8px!important;
    margin-left:-8px!important;
  }
  .nyp-figma-product .nyp-specifications-box>h2{
    min-height:66px!important;
    padding:0 24px!important;
    border-radius:12px!important;
    font-size:19px!important;
  }
  .nyp-figma-product .nyp-spec-table>div{
    grid-template-columns:30% 70%!important;
    min-height:78px!important;
    padding:14px 24px!important;
  }
  .nyp-figma-product .nyp-spec-table span,
  .nyp-figma-product .nyp-spec-table b{font-size:16px!important}
}
@media(max-width:820px){
  .nyp-figma-product .nyp-specifications-box{
    width:100%!important;
    margin-right:0!important;
    margin-left:0!important;
    margin-top:18px!important;
    margin-bottom:36px!important;
  }
  .nyp-figma-product .nyp-specifications-box>h2{
    min-height:56px!important;
    margin-bottom:8px!important;
    padding:0 16px!important;
    border-radius:9px!important;
    font-size:17px!important;
  }
  .nyp-figma-product .nyp-spec-table>div{
    grid-template-columns:42% 58%!important;
    min-height:62px!important;
    padding:10px 14px!important;
  }
  .nyp-figma-product .nyp-spec-table span,
  .nyp-figma-product .nyp-spec-table b{
    font-size:14px!important;
    line-height:1.6!important;
  }
}


/* v5.7.4 align product page container with site menu container */
.nyp-figma-product .nyp-container{
  width:min(1560px,calc(100% - 40px))!important;
  max-width:1560px!important;
  margin:28px auto 90px!important;
}
.nyp-figma-product .nyp-notice{
  width:100%!important;
  margin:0 0 16px!important;
}
.nyp-figma-product .nyp-product-layout{
  align-items:start!important;
}
@media(max-width:1100px) and (min-width:821px){
  .nyp-figma-product .nyp-container{width:calc(100% - 28px)!important;max-width:none!important}
}
@media(max-width:820px){
  .nyp-figma-product .nyp-container{width:calc(100% - 18px)!important;max-width:none!important}
}
@media(max-width:430px){
  .nyp-figma-product .nyp-container{width:calc(100% - 12px)!important}
}


/* v5.7.5 right-align update banner and specs heading */
.nyp-figma-product .nyp-update{
  direction:rtl!important;
  justify-content:flex-start!important;
  text-align:right!important;
}
.nyp-figma-product .nyp-update > span,
.nyp-figma-product .nyp-update > div,
.nyp-figma-product .nyp-update p{
  text-align:right!important;
}
.nyp-figma-product .nyp-summary-heading{
  justify-content:flex-start!important;
}
.nyp-figma-product .nyp-summary-heading h2{
  width:100%!important;
  text-align:right!important;
}


/* v5.7.6 remove the horizontal divider under product meta */
.nyp-figma-product .nyp-summary-meta{
  border-bottom:0!important;
}


/* v5.7.8 restore themed active state for product utility icons */
.nyp-figma-product .nyp-gallery-actions button,
.nyp-figma-product .nyp-gallery-actions button:hover,
.nyp-figma-product .nyp-gallery-actions button:focus-visible,
.nyp-figma-product .nyp-gallery-actions button:active,
.nyp-figma-product .nyp-gallery-actions button.is-active,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"]{
  transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.nyp-figma-product .nyp-gallery-actions button .nyp-asset-icon,
.nyp-figma-product .nyp-gallery-actions button svg{
  transition:filter .18s ease,opacity .18s ease,transform .18s ease!important;
}
.nyp-figma-product .nyp-gallery-actions button:hover,
.nyp-figma-product .nyp-gallery-actions button:focus-visible{
  background:#fff8e3!important;
  border-color:#ffc516!important;
  box-shadow:0 6px 16px rgba(255,197,22,.14)!important;
}
.nyp-figma-product .nyp-gallery-actions button.is-active,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"]{
  background:#0a3567!important;
  border-color:#0a3567!important;
  box-shadow:0 8px 18px rgba(10,53,103,.18)!important;
}
.nyp-figma-product .nyp-gallery-actions button.is-active .nyp-asset-icon,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"] .nyp-asset-icon,
.nyp-figma-product .nyp-gallery-actions button.is-active svg,
.nyp-figma-product .nyp-gallery-actions button[aria-pressed="true"] svg{
  filter:brightness(0) invert(1)!important;
  opacity:1!important;
  transform:scale(1.04)!important;
}
.nyp-figma-product .nyp-gallery-actions button:active{
  transform:scale(.96)!important;
}


/* v5.7.13 add breathing room between trust strip and following box */
.nyp-figma-product .nyp-trust-strip,
.nyp-page .nyp-trust-strip{
  margin-bottom:18px!important;
}
.nyp-figma-product .nyp-tabs,
.nyp-page .nyp-tabs{
  margin-top:0!important;
}
@media(max-width:780px){
  .nyp-figma-product .nyp-trust-strip,
  .nyp-page .nyp-trust-strip{
    margin-bottom:14px!important;
  }
}


/* v5.7.14 enlarge product info tabs typography */
.nyp-figma-product .nyp-tab,
.nyp-page .nyp-tab{
  font-size:14px!important;
  font-weight:600!important;
}
.nyp-figma-product .nyp-tab.is-active,
.nyp-page .nyp-tab.is-active{
  font-size:14.5px!important;
  font-weight:800!important;
}
.nyp-figma-product .nyp-tab .nyp-asset-icon,
.nyp-figma-product .nyp-tab .nyp-icon,
.nyp-page .nyp-tab .nyp-asset-icon,
.nyp-page .nyp-tab .nyp-icon{
  width:22px!important;
  height:22px!important;
}
@media(max-width:780px){
  .nyp-figma-product .nyp-tab,
  .nyp-page .nyp-tab{font-size:11.5px!important}
  .nyp-figma-product .nyp-tab.is-active,
  .nyp-page .nyp-tab.is-active{font-size:12px!important}
  .nyp-figma-product .nyp-tab .nyp-asset-icon,
  .nyp-figma-product .nyp-tab .nyp-icon,
  .nyp-page .nyp-tab .nyp-asset-icon,
  .nyp-page .nyp-tab .nyp-icon{width:18px!important;height:18px!important}
}


/* v5.7.15 — smaller "نمایش بیشتر / نمایش کمتر" control */
.nyp-figma-product button.nyp-show-more,
.nyp-figma-product button.nyp-show-more:hover,
.nyp-figma-product button.nyp-show-more:focus,
.nyp-figma-product button.nyp-show-more:focus-visible,
.nyp-figma-product button.nyp-show-more:active{
  font-size:14px!important;
  font-weight:500!important;
  gap:7px!important;
}
.nyp-figma-product button.nyp-show-more .nyp-icon{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
}
@media(max-width:820px){
  .nyp-figma-product button.nyp-show-more,
  .nyp-figma-product button.nyp-show-more:hover,
  .nyp-figma-product button.nyp-show-more:focus,
  .nyp-figma-product button.nyp-show-more:active{
    font-size:13px!important;
    gap:6px!important;
  }
  .nyp-figma-product button.nyp-show-more .nyp-icon{
    width:16px!important;
    height:16px!important;
    flex-basis:16px!important;
  }
}


/* v5.7.18 make specification section typography smaller */
.nyp-figma-product .nyp-specifications-box>h2,
.nyp-figma-product .nyp-section-title-row h2{
  font-size:18px!important;
}
.nyp-figma-product .nyp-spec-table>div{
  min-height:86px!important;
  padding:18px 28px!important;
}
.nyp-figma-product .nyp-spec-table span{
  font-size:14px!important;
  line-height:1.9!important;
  color:#7a8087!important;
}
.nyp-figma-product .nyp-spec-table b{
  font-size:14px!important;
  line-height:1.9!important;
  font-weight:650!important;
  color:#2e3338!important;
}
@media (max-width:1200px){
  .nyp-figma-product .nyp-specifications-box>h2,
  .nyp-figma-product .nyp-section-title-row h2{font-size:16px!important}
  .nyp-figma-product .nyp-spec-table>div{min-height:72px!important;padding:14px 20px!important}
  .nyp-figma-product .nyp-spec-table span,
  .nyp-figma-product .nyp-spec-table b{font-size:13px!important}
}
@media (max-width:820px){
  .nyp-figma-product .nyp-specifications-box>h2,
  .nyp-figma-product .nyp-section-title-row h2{font-size:15px!important}
  .nyp-figma-product .nyp-spec-table>div{min-height:56px!important;padding:10px 14px!important}
  .nyp-figma-product .nyp-spec-table span,
  .nyp-figma-product .nyp-spec-table b{font-size:12px!important;line-height:1.8!important}
}


/* v5.7.19 review section refined to match reference */
.nyp-figma-product .nyp-reviews-section .nyp-section-title-row h2{
  font-size:20px!important;
  font-weight:850!important;
}
.nyp-figma-product .nyp-review-toolbar{
  min-height:70px!important;
  padding:14px 22px!important;
  border-radius:14px!important;
}
.nyp-figma-product .nyp-review-toolbar>strong{
  font-size:13px!important;
  font-weight:800!important;
  color:#2247ff!important;
}
.nyp-figma-product .nyp-review-sort,
.nyp-figma-product .nyp-review-toolbar>div{
  font-size:12px!important;
  gap:22px!important;
  color:#707781!important;
}
.nyp-figma-product .nyp-review-sort b{
  font-size:14px!important;
  font-weight:800!important;
  color:#1f2328!important;
}
.nyp-figma-product .nyp-review-sort-icon .nyp-asset-icon,
.nyp-figma-product .nyp-review-sort-icon .nyp-icon{
  width:22px!important;
  height:22px!important;
  opacity:.85!important;
}
.nyp-figma-product .nyp-review-toolbar button,
.nyp-figma-product .nyp-review-toolbar button:hover,
.nyp-figma-product .nyp-review-toolbar button:focus-visible,
.nyp-figma-product .nyp-review-toolbar button.is-active{
  font-size:12px!important;
  font-weight:500!important;
  color:#727983!important;
}
.nyp-figma-product .nyp-review-toolbar button.is-active{
  font-weight:750!important;
  color:#1f2328!important;
}

.nyp-figma-product .nyp-review-layout{
  grid-template-columns:31% minmax(0,1fr)!important;
  gap:22px!important;
  align-items:start!important;
}
.nyp-figma-product .nyp-rating-card,
.nyp-figma-product .nyp-rating-summary{
  min-height:410px!important;
  padding:28px 22px!important;
  border-radius:14px!important;
}
.nyp-figma-product .nyp-rating-card>strong,
.nyp-figma-product .nyp-rating-summary>strong{
  font-size:60px!important;
  line-height:1!important;
  font-weight:900!important;
}
.nyp-figma-product .nyp-rating-card p,
.nyp-figma-product .nyp-rating-summary p{
  font-size:14px!important;
  line-height:1.9!important;
  color:#626973!important;
}
.nyp-figma-product .nyp-rating-card small,
.nyp-figma-product .nyp-rating-summary small{
  font-size:13px!important;
  line-height:1.9!important;
  color:#767d86!important;
}
.nyp-figma-product .nyp-rating-card .nyp-stars,
.nyp-figma-product .nyp-rating-summary .nyp-stars{
  font-size:22px!important;
  gap:6px!important;
}
.nyp-figma-product .nyp-rating-card .nyp-primary-btn,
.nyp-figma-product .nyp-rating-summary .nyp-primary-btn{
  min-height:56px!important;
  font-size:16px!important;
  border-radius:12px!important;
}

.nyp-figma-product .nyp-review-list{
  gap:14px!important;
}
.nyp-figma-product .nyp-review{
  min-height:270px!important;
  padding:18px 28px 18px!important;
  border-radius:14px!important;
  display:flex!important;
  flex-direction:column!important;
}
.nyp-figma-product .nyp-review header b{
  font-size:15px!important;
  font-weight:800!important;
  color:#20242a!important;
}
.nyp-figma-product .nyp-review-stars{
  font-size:17px!important;
  gap:4px!important;
}
.nyp-figma-product .nyp-review .nyp-review-text,
.nyp-figma-product .nyp-review p{
  font-size:14px!important;
  line-height:2.05!important;
  color:#666d76!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  white-space:normal!important;
  text-align:right!important;
  direction:rtl!important;
}
.nyp-figma-product .nyp-review .nyp-review-text{
  max-height:168px!important;
}
.nyp-figma-product .nyp-review-more,
.nyp-figma-product .nyp-review-more:hover,
.nyp-figma-product .nyp-review-more:focus-visible{
  font-size:13px!important;
  font-weight:600!important;
  gap:6px!important;
}
.nyp-figma-product .nyp-review-more i,
.nyp-figma-product .nyp-review-more .nyp-icon{
  font-size:16px!important;
  width:16px!important;
  height:16px!important;
}
.nyp-figma-product .nyp-review footer{
  margin-top:auto!important;
  font-size:13px!important;
}
.nyp-figma-product .nyp-review footer .nyp-review-reaction{
  min-width:74px!important;
  height:42px!important;
  padding:0 14px!important;
  font-size:13px!important;
  border-radius:13px!important;
}
.nyp-figma-product .nyp-review footer .nyp-review-reaction .nyp-asset-icon,
.nyp-figma-product .nyp-review footer .nyp-review-reaction .nyp-icon{
  width:22px!important;
  height:22px!important;
}

@media (max-width:1200px){
  .nyp-figma-product .nyp-review-layout{grid-template-columns:30% minmax(0,1fr)!important;gap:18px!important}
  .nyp-figma-product .nyp-rating-card,.nyp-figma-product .nyp-rating-summary{min-height:370px!important;padding:24px 18px!important}
  .nyp-figma-product .nyp-rating-card>strong,.nyp-figma-product .nyp-rating-summary>strong{font-size:52px!important}
  .nyp-figma-product .nyp-review{min-height:240px!important;padding:16px 20px 16px!important}
  .nyp-figma-product .nyp-review header b{font-size:14px!important}
  .nyp-figma-product .nyp-review .nyp-review-text,.nyp-figma-product .nyp-review p{font-size:13px!important}
}
@media (max-width:820px){
  .nyp-figma-product .nyp-review-toolbar{min-height:58px!important;padding:10px 14px!important}
  .nyp-figma-product .nyp-review-toolbar>strong{font-size:13px!important}
  .nyp-figma-product .nyp-review-sort,.nyp-figma-product .nyp-review-toolbar>div,.nyp-figma-product .nyp-review-toolbar button{font-size:11px!important;gap:10px!important}
  .nyp-figma-product .nyp-review-layout{display:flex!important;flex-direction:column!important;gap:12px!important}
  .nyp-figma-product .nyp-rating-card,.nyp-figma-product .nyp-rating-summary{min-height:unset!important;padding:18px 16px!important}
  .nyp-figma-product .nyp-rating-card>strong,.nyp-figma-product .nyp-rating-summary>strong{font-size:42px!important}
  .nyp-figma-product .nyp-review{min-height:200px!important;padding:14px 14px 12px!important}
  .nyp-figma-product .nyp-review .nyp-review-text,.nyp-figma-product .nyp-review p{font-size:12px!important;line-height:1.95!important}
  .nyp-figma-product .nyp-review footer .nyp-review-reaction{min-width:66px!important;height:38px!important;font-size:12px!important}
}
