@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.sans-product{font-family:Inter,sans-serif;padding:20px 0 60px}.sans-product__container{max-width:1200px;margin:0 auto;padding:0 50px}.sans-product__breadcrumb{font-size:10px;color:#888;margin-bottom:25px}.sans-product__breadcrumb a{color:#888;text-decoration:none;transition:color .2s}.sans-product__breadcrumb a:hover{color:#1a1a1a}.sans-product__breadcrumb span{margin:0 6px}.sans-product__grid{display:grid;grid-template-columns:70px 1fr 320px;gap:30px;align-items:start}.sans-product__thumbnails{display:flex;flex-direction:column;gap:8px}.sans-product__thumbnail{width:60px;height:75px;border:1.5px solid #e5e5e5;border-radius:6px;cursor:pointer;overflow:hidden;background:#f8f8f8;transition:all .2s;padding:0}.sans-product__thumbnail:hover{border-color:#bbb}.sans-product__thumbnail.active{border-color:#1a1a1a}.sans-product__thumbnail img{width:100%;height:100%;object-fit:cover}.sans-product__main-image-wrap{background:#f5f5f5;border-radius:10px;overflow:hidden;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center}.sans-product__main-image{width:100%;height:100%;object-fit:contain}.sans-product__no-image{color:#999;font-size:12px}.sans-product__info{padding:0;max-width:320px}.sans-product__type{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#888;margin:0 0 8px;font-weight:500}.sans-product__title{font-family:Inter,sans-serif;font-size:22px;font-weight:600;margin:0 0 8px;line-height:1.2;color:#1a1a1a}.sans-product__price{font-size:13px;font-weight:500;color:#1a1a1a;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #eee}.sans-product__short-desc{font-size:12px;line-height:1.7;color:#666;margin:0 0 20px}.sans-product__notes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:15px;background:#fafafa;border-radius:8px;margin-bottom:20px}.sans-product__note{text-align:center}.sans-product__note-label{font-size:8px;letter-spacing:.1em;text-transform:uppercase;color:#1a1a1a;font-weight:600;margin:0 0 6px}.sans-product__note-value{font-size:11px;color:#666;line-height:1.5;margin:0}.sans-product__options{margin-bottom:16px}.sans-product__option-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;color:#1a1a1a;display:block}.sans-product__option-buttons{display:flex;flex-wrap:wrap;gap:6px}.sans-product__option-btn{padding:10px 20px;border:1.5px solid #1a1a1a;background:#1a1a1a;color:#fff;font-size:11px;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s;border-radius:50px}.sans-product__option-btn:not(.active){background:#fff;color:#1a1a1a}.sans-product__option-btn:hover{background:#1a1a1a;color:#fff}.sans-product__actions{display:flex;gap:10px;margin-bottom:10px}.sans-product__quantity{display:flex;align-items:center;border:1.5px solid #e5e5e5;border-radius:50px;overflow:hidden}.sans-product__qty-btn{width:40px;height:44px;border:none;background:#fff;cursor:pointer;font-size:15px;color:#1a1a1a;transition:background .2s;font-family:Inter,sans-serif}.sans-product__qty-btn:hover{background:#f5f5f5}.sans-product__qty-input{width:35px;height:44px;border:none;text-align:center;font-size:12px;font-weight:500;font-family:Inter,sans-serif;background:#fff}.sans-product__qty-input:focus{outline:none}.sans-product__add-btn{flex:1;height:44px;background:#1a1a1a;color:#fff;border:none;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;border-radius:50px}.sans-product__add-btn:hover{background:#333;transform:translateY(-1px)}.sans-product__buy-now{width:100%;height:44px;background:#fff;color:#1a1a1a;border:1.5px solid #1a1a1a;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;margin-bottom:20px;border-radius:50px}.sans-product__buy-now:hover{background:#1a1a1a;color:#fff}.sans-product__meta{padding-top:16px;border-top:1px solid #eee}.sans-product__meta-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f5f5f5;font-size:11px}.sans-product__meta-row:last-child{border-bottom:none}.sans-product__meta-label{font-weight:600;color:#1a1a1a}.sans-product__meta-value{color:#666;text-align:right}.sans-product__accordion{border-top:1px solid #eee;margin-top:16px}.sans-product__accordion-item{border-bottom:1px solid #eee}.sans-product__accordion-trigger{width:100%;padding:14px 0;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:12px;font-weight:600;color:#1a1a1a;font-family:Inter,sans-serif}.sans-product__accordion-trigger:hover{color:#555}.sans-product__accordion-icon{font-size:16px;font-weight:300;transition:transform .3s}.sans-product__accordion-content{display:none;padding:0 0 16px;font-size:12px;line-height:1.8;color:#666}.sans-product__accordion-content p{margin:0 0 10px}.sans-product__accordion-content p:last-child{margin-bottom:0}.sans-product__accordion-item.active .sans-product__accordion-content{display:block}.sans-product__accordion-item.active .sans-product__accordion-icon{transform:rotate(45deg)}@media (max-width: 1024px){.sans-product__container{padding:0 30px}.sans-product__grid{grid-template-columns:60px 1fr 280px;gap:20px}.sans-product__info{max-width:280px}}@media (max-width: 900px){.sans-product__container{padding:0 20px}.sans-product__grid{grid-template-columns:1fr;gap:20px}.sans-product__info{max-width:100%}.sans-product__thumbnails{flex-direction:row;order:2;overflow-x:auto;padding-bottom:8px}.sans-product__thumbnail{flex-shrink:0;width:55px;height:70px}.sans-product__main-image-wrap{order:1;max-height:400px}.sans-product__info{order:3}.sans-product__title{font-size:20px}.sans-product__notes{grid-template-columns:1fr;gap:12px}.sans-product__note{display:flex;justify-content:space-between;align-items:center;text-align:left}.sans-product__note-label{margin-bottom:0}}@media (max-width: 480px){.sans-product__actions{flex-direction:column}.sans-product__quantity{justify-content:center}.sans-product__add-btn{width:100%}}.sans-product__short-desc{font-size:13px;font-weight:400;color:#1a1a1a;line-height:1.6}.sans-product__main-image-wrap{aspect-ratio:4 / 5;max-height:480px}.sans-product__thumbnail{width:55px;height:68px}.sans-product__grid{grid-template-columns:65px 1fr 320px}.sans-product__main-image-wrap{aspect-ratio:3 / 4;max-height:550px}.sans-product__grid{grid-template-columns:65px 1fr 320px;gap:20px}.sans-product__thumbnail{width:60px;height:75px}.sans-product__container{padding:0 40px 0 30px}.sans-product__container{max-width:1100px;margin:0 auto;padding:0 50px}.sans-product__grid{grid-template-columns:65px 1fr 320px;gap:25px;justify-content:center}.sans-product__main-image-wrap{aspect-ratio:3 / 4;max-height:520px;max-width:400px;margin:0 auto}.sans-product__container{max-width:1000px;margin:0 auto;padding:0 50px}.sans-product__grid{display:grid;grid-template-columns:70px 450px 350px;gap:25px;justify-content:center;margin:0 auto}.sans-product__main-image-wrap{aspect-ratio:auto;height:100%;max-height:580px;min-height:500px}.sans-product__grid{align-items:stretch}.sans-product__thumbnails,.sans-product__info{align-self:start}@media (max-width: 900px){.sans-product__container{max-width:100%;padding:0 20px}.sans-product__grid{display:flex;flex-direction:column;gap:20px}.sans-product__thumbnails{display:flex;flex-direction:row;gap:8px;order:2;overflow-x:auto}.sans-product__main-image-wrap{order:1;width:100%;max-height:400px;min-height:auto;aspect-ratio:3 / 4}.sans-product__info{order:3;max-width:100%}.sans-product__notes{grid-template-columns:1fr}}@media (max-width: 480px){.sans-product__container{padding:0 15px}.sans-product__title{font-size:20px}.sans-product__main-image-wrap{max-height:350px}}@media (max-width: 900px){.sans-product__actions{flex-direction:row}.sans-product__quantity{flex-shrink:0}.sans-product__add-btn{flex:1;width:auto}}@media (max-width: 480px){.sans-product__actions{flex-direction:column;gap:10px}.sans-product__quantity{width:100%;justify-content:center}.sans-product__add-btn{width:100%}}html,body{overflow-x:hidden}@media (max-width: 900px){.sans-product{overflow-x:hidden;width:100%}.sans-product__container{max-width:100%;padding:0 15px;overflow-x:hidden}.sans-product__grid{max-width:100%;overflow-x:hidden}.sans-product__info{max-width:100%;word-wrap:break-word}.sans-product__notes{overflow-x:auto}.sans-product__meta-row{flex-wrap:wrap}.sans-product__meta-value{text-align:left;max-width:100%;word-wrap:break-word}}@media (max-width: 900px){.sans-product{padding:15px 0 40px}.sans-product__container{padding:0 20px;max-width:100%;box-sizing:border-box}.sans-product__grid{display:flex;flex-direction:column;gap:20px;width:100%}.sans-product__info{width:100%;max-width:100%}.sans-product__notes,.sans-product__options{width:100%}.sans-product__actions{width:100%;flex-direction:row}.sans-product__quantity{width:auto;flex-shrink:0}.sans-product__add-btn{flex:1;width:auto}.sans-product__buy-now,.sans-product__meta,.sans-product__accordion,.sans-product__accordion-trigger{width:100%}}@media (max-width: 900px){.sans-product__title{font-size:20px;margin:0 0 4px}.sans-product__price{font-size:14px;margin-bottom:12px;padding-bottom:12px}.sans-product__short-desc{font-size:13px;margin:0 0 12px;line-height:1.5}.sans-product__notes{padding:12px;margin-bottom:12px;gap:8px}.sans-product__note-label{font-size:9px;margin-bottom:2px}.sans-product__note-value{font-size:11px}.sans-product__options{margin-bottom:12px}.sans-product__option-label{font-size:10px;margin-bottom:6px}.sans-product__actions{gap:8px;margin-bottom:8px}.sans-product__add-btn,.sans-product__buy-now{height:48px}.sans-product__buy-now{margin-bottom:16px}.sans-product__meta{padding-top:12px}.sans-product__meta-row{padding:8px 0;font-size:11px}.sans-product__accordion{margin-top:12px}.sans-product__accordion-trigger{padding:12px 0;font-size:12px}.sans-product__accordion-content{padding:0 0 12px;font-size:12px}}.sans-product__title,.sans-product__price,.sans-product__short-desc,.sans-product__note-label,.sans-product__note-value,.sans-product__option-label,.sans-product__add-btn,.sans-product__buy-now,.sans-product__meta-label,.sans-product__meta-value,.sans-product__accordion-trigger,.sans-product__accordion-content{letter-spacing:-.01em;word-spacing:-.02em}.sans-product__note-label,.sans-product__option-label{letter-spacing:.03em}
/*# sourceMappingURL=/cdn/shop/t/4/assets/sans-product.css.map */
