.single-product-page{padding-block:32px}@media screen and (min-width: 768px){.single-product-page{padding-block:40px}}@media screen and (min-width: 992px){.single-product-page{padding-block:48px}}.single-product-page .breadcrumbs__item,.single-product-page .breadcrumbs__link{color:#5a5a5a}.single-product-page .breadcrumbs__link:hover,.single-product-page .breadcrumbs__link:focus{color:#0056a0}.single-product-page .breadcrumbs__separator{color:#ddd}.single-product-page .breadcrumbs__current{color:#333}.single-product{background-color:#fff;border-radius:16px;box-shadow:0 3px 12px #00000014}.single-product__layout{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width: 768px){.single-product__layout{gap:32px}}@media screen and (min-width: 992px){.single-product__layout{grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding:32px}}.single-product__gallery{background-color:#f7f7f7;border-radius:16px 16px 0 0;padding:16px;min-height:280px}@media screen and (min-width: 768px){.single-product__gallery{padding:24px}}@media screen and (min-width: 992px){.single-product__gallery{border-radius:12px;padding:32px;position:sticky;top:40px}}.single-product__gallery-main{position:relative;aspect-ratio:1;max-width:480px;margin:0 auto 16px;background-color:#fff;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.single-product__gallery-main--placeholder{min-height:280px}@media screen and (min-width: 768px){.single-product__gallery-main--placeholder{min-height:320px}}.single-product__no-image{font-size:.875rem;line-height:1.25rem;color:#5a5a5a}.single-product__img--main{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.single-product__zoom-btn{position:absolute;top:12px;left:12px;z-index:1;width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #0000000a;transition:background-color .2s ease,border-color .2s ease}.single-product__zoom-btn:hover,.single-product__zoom-btn:focus-visible{background-color:#f7f7f7;border-color:#0056a0}.single-product__zoom-btn:focus-visible{outline:2px solid #0056a0;outline-offset:2px}.single-product__thumbs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.single-product__thumb{width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:#fff;transition:border-color .2s ease,opacity .2s ease}.single-product__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.single-product__thumb:hover{border-color:#ddd}.single-product__thumb.is-active{border-color:#0056a0}.single-product__thumb:focus-visible{outline:2px solid #0056a0;outline-offset:2px}.single-product__details{padding:0 16px 24px}@media screen and (min-width: 768px){.single-product__details{padding:0 24px 32px}}@media screen and (min-width: 992px){.single-product__details{padding:0}}.single-product__title{font-size:1.5rem;line-height:2rem;font-weight:700;color:#333;margin:0 0 20px;line-height:1.3}@media screen and (min-width: 768px){.single-product__title{font-size:1.875rem;line-height:2.25rem;margin-bottom:24px}}.single-product__meta{display:flex;flex-direction:column;gap:8px;margin:0 0 24px;font-size:.875rem;line-height:1.25rem;color:#5a5a5a}@media screen and (min-width: 576px){.single-product__meta{flex-direction:row;flex-wrap:wrap;gap:12px 32px}}.single-product__meta-row{display:flex;align-items:baseline;gap:8px;margin:0}.single-product__meta-term{font-weight:600;color:#333;margin:0;white-space:nowrap}.single-product__meta-value{margin:0}.single-product__actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}@media screen and (min-width: 576px){.single-product__actions{flex-direction:row;flex-wrap:wrap}.single-product__actions .btn{flex:1 1 auto;min-width:0}}.single-product__features{list-style:none;margin:0 0 24px;padding:16px 0;border-top:1px solid #e3e7f0;border-bottom:1px solid #e3e7f0;display:flex;flex-wrap:wrap;gap:16px}.single-product__feature{display:flex;align-items:center;gap:8px;font-size:.875rem;line-height:1.25rem;color:#333}.single-product__feature-icon{flex-shrink:0;color:#0056a0}.single-product__links{display:flex;flex-wrap:wrap;gap:16px}.single-product__link{font-size:.875rem;line-height:1.25rem;color:#0056a0;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:color .2s ease}.single-product__link:hover{color:#244873;text-decoration:underline;text-underline-offset:2px}.single-product__link:focus-visible{outline:2px solid #0056a0;outline-offset:2px;border-radius:8px}.single-product__link--spec svg{flex-shrink:0}.single-product__spec{padding:24px 16px;border-top:1px solid #e3e7f0}@media screen and (min-width: 768px){.single-product__spec{padding:32px 24px}}@media screen and (min-width: 992px){.single-product__spec{padding:32px}}.single-product__spec-title{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#333;margin:0 0 20px}.single-product__spec-list{display:grid;gap:0;margin:0}.single-product__spec-row{display:grid;grid-template-columns:1fr;gap:4px 16px;padding:12px;border-bottom:1px solid #e3e7f0;font-size:.875rem;line-height:1.25rem}.single-product__spec-row:nth-child(odd){background-color:#f7f7f7;border-radius:8px}.single-product__spec-row:last-child{border-bottom:none}@media screen and (min-width: 576px){.single-product__spec-row{grid-template-columns:minmax(140px,1fr) 2fr;gap:16px}.single-product__spec-row .single-product__spec-term{grid-column:1}.single-product__spec-row .single-product__spec-value{grid-column:2}}@media screen and (min-width: 768px){.single-product__spec-row{grid-template-columns:minmax(180px,1fr) 2fr}}.single-product__spec-term{margin:0;color:#5a5a5a;font-weight:600}.single-product__spec-value{margin:0;color:#333;word-break:break-word}.single-product__similar{margin-top:48px;padding-top:40px;border-top:1px solid #e3e7f0}.single-product__similar-title{font-size:1.5rem;line-height:2rem;font-weight:700;color:#333;text-align:center;margin:0 0 32px}.single-product__similar-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;list-style:none;margin:0;padding:0}@media screen and (min-width: 576px){.single-product__similar-list{gap:24px}}@media screen and (min-width: 768px){.single-product__similar-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 992px){.single-product__similar-list{grid-template-columns:repeat(4,1fr)}}.single-product__similar-item{margin:0}.single-product__similar-card{display:flex;flex-direction:column;align-items:center;height:100%;padding:16px;background-color:#fff;border-radius:12px;box-shadow:0 3px 12px #00000014;text-decoration:none;color:inherit;transition:box-shadow .3s ease,transform .3s ease}.single-product__similar-card:hover{box-shadow:0 8px 24px #0056a01f;transform:translateY(-2px)}.single-product__similar-card:focus-visible{outline:2px solid #0056a0;outline-offset:2px}.single-product__similar-img{width:100%;max-width:160px;height:160px;-o-object-fit:contain;object-fit:contain;margin-bottom:12px}.single-product__similar-name{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#333;text-align:center;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
