@import url("features.css");
.pd-page{padding:24px 0 46px}.pd-breadcrumb{display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:auto;color:#7a808c;font-size:12px;padding:7px 2px 20px}.pd-breadcrumb a:hover{color:var(--brand)}.pd-grid{display:grid;grid-template-columns:310px minmax(360px,1.05fr) minmax(390px,1.15fr);grid-template-areas:"buy info gallery";gap:22px;align-items:start;direction:ltr}.pd-grid>*{direction:rtl}.pd-buy-card{grid-area:buy;background:#fff;border:1px solid #e8ebf0;border-radius:24px;padding:20px;box-shadow:0 12px 40px rgba(20,27,45,.06);position:sticky;top:18px}.pd-info{grid-area:info;padding:8px 0}.pd-gallery-card{grid-area:gallery;background:#fafbfc;border:1px solid #edf0f4;border-radius:28px;padding:18px;min-width:0}.pd-ready{display:flex;align-items:center;gap:10px;font-size:15px}.pd-ready-icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#eefaf2;color:#169447;font-weight:900}.pd-buy-divider{height:1px;background:#edf0f3;margin:16px 0}.pd-stock-row{display:flex;align-items:center;justify-content:space-between;font-size:13px}.pd-stock-row span{color:#858b95}.pd-stock-row b{color:#168641}.pd-stock-count{font-size:12px;color:#858b95;margin-top:8px}.pd-price-label{font-size:12px;color:#858b95;margin-bottom:5px}.pd-price{display:flex;align-items:baseline;gap:7px;justify-content:flex-start}.pd-price strong{font-size:30px;line-height:1.3}.pd-price span{font-size:13px;color:#606774}.pd-add-form{margin-top:18px}.pd-add-btn{width:100%;border:0;border-radius:14px;padding:14px 18px;background:var(--brand);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 24px rgba(229,45,58,.22);transition:.2s}.pd-add-btn:hover{transform:translateY(-1px);background:var(--brand2)}.pd-add-btn:disabled{background:#b9bec6;box-shadow:none;cursor:not-allowed}.pd-buy-notes{display:grid;gap:8px;margin-top:17px;color:#6f7680;font-size:12px}.pd-buy-notes span{color:#168641;font-weight:900}.pd-label{display:inline-flex;background:#f3f5f8;color:#5e6570;border-radius:9px;padding:5px 10px;font-size:12px}.pd-info h1{font-size:26px;line-height:1.7;margin:13px 0 7px}.pd-sku{color:#8b919a;font-size:12px}.pd-shipping-card,.pd-service-card{display:flex;gap:14px;align-items:flex-start;border:1px solid #edf0f3;border-radius:18px;padding:16px;margin-top:20px;background:#fafafa}.pd-shipping-card p,.pd-service-card p{margin:5px 0 0;color:#7c828c;font-size:12px;line-height:1.9}.pd-shipping-icon{width:38px;height:38px;border-radius:12px;background:#eef4ff;color:#2b6fd6;display:grid;place-items:center;font-size:20px;flex:0 0 auto}.pd-service-card{background:linear-gradient(110deg,#f8fafc,#fff)}.pd-service-art{font-size:31px;line-height:1;flex:0 0 auto}.pd-feature-title{font-weight:800;margin-top:23px}.pd-feature-chips{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.pd-feature-chips>div{background:#f5f6f8;border-radius:13px;padding:10px;min-width:0}.pd-feature-chips small{display:block;color:#8b919b;font-size:10px;margin-bottom:4px}.pd-feature-chips strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pd-main-image-wrap{height:490px;background:#fff;border-radius:22px;display:grid;place-items:center;overflow:hidden}.pd-main-image-wrap img{width:100%;height:100%;object-fit:contain;padding:18px;transition:opacity .15s ease,transform .15s ease}.pd-main-image-wrap img.changing{opacity:.4;transform:scale(.985)}.pd-thumbnails{display:flex;gap:9px;overflow:auto;padding:12px 2px 2px;scrollbar-width:thin}.pd-thumb{width:70px;height:70px;flex:0 0 70px;border:1px solid #e1e5ea;background:#fff;border-radius:12px;padding:4px;cursor:pointer;transition:.15s}.pd-thumb img{width:100%;height:100%;object-fit:contain}.pd-thumb:hover,.pd-thumb.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(229,45,58,.08)}.pd-no-image{height:490px;display:grid;place-items:center;color:#9ba0a8}.pd-section{padding:30px 0;border-top:1px solid #eceef2}.pd-section-head{display:flex;align-items:center;gap:9px;margin-bottom:18px}.pd-section-head span{width:5px;height:25px;border-radius:5px;background:var(--brand)}.pd-section-head h2{margin:0;font-size:21px}.pd-description{background:#fff;border:1px solid #edf0f3;border-radius:18px;padding:20px 23px;color:#454b54;line-height:2.15}.pd-spec-table{border:1px solid #edf0f3;border-radius:18px;overflow:hidden}.pd-spec-row{display:grid;grid-template-columns:240px 1fr;background:#fff;border-bottom:1px solid #edf0f3}.pd-spec-row:last-child{border-bottom:0}.pd-spec-row b,.pd-spec-row span{padding:13px 16px}.pd-spec-row b{background:#fafbfc;font-size:13px}.pd-spec-row span{font-size:13px;color:#565d67}@media(max-width:1100px){.pd-grid{grid-template-columns:280px 1fr;grid-template-areas:"info gallery" "buy gallery"}.pd-buy-card{position:static}.pd-main-image-wrap{height:450px}.pd-feature-chips{grid-template-columns:1fr}}@media(max-width:780px){.pd-page{padding-top:12px}.pd-grid{grid-template-columns:1fr;grid-template-areas:"gallery" "info" "buy";gap:14px}.pd-gallery-card{border-radius:20px;padding:10px}.pd-main-image-wrap{height:380px;border-radius:15px}.pd-info h1{font-size:21px}.pd-feature-chips{grid-template-columns:repeat(2,1fr)}.pd-buy-card{border-radius:19px}.pd-spec-row{grid-template-columns:1fr}.pd-spec-row b{padding-bottom:4px}.pd-spec-row span{padding-top:4px}.pd-section{padding:22px 0}}@media(max-width:480px){.pd-main-image-wrap{height:310px}.pd-thumb{width:58px;height:58px;flex-basis:58px}.pd-feature-chips{grid-template-columns:1fr 1fr}.pd-price strong{font-size:27px}.pd-description{padding:16px}.pd-info h1{line-height:1.6}}