.product-info-tabs{padding:5rem 0}.product-info-tabs__container{width:100%}.product-info-tabs__nav-wrapper{position:relative;margin-bottom:4rem}.product-info-tabs__nav{display:flex;justify-content:center;gap:3rem;background:#fff;padding:2rem 0;border-bottom:1px solid #e8e8e8;transition:all .3s ease}.product-info-tabs__nav--sticky{position:fixed;top:0;left:0;right:0;z-index:500;box-shadow:0 2px 10px #0000001a;padding:1.5rem 0}.product-info-tabs__nav-item{color:#666;text-decoration:none;font-size:1.6rem;font-weight:500;padding:1rem 0;position:relative;transition:color .3s ease}.product-info-tabs__nav-item:hover,.product-info-tabs__nav-item--active{color:#ff4b8c}.product-info-tabs__nav-item--active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background-color:#ff4b8c}.product-info-tabs__content{max-width:100%}.product-info-tabs__section{padding:3rem 0;border-bottom:1px solid #f0f0f0}.product-info-tabs__section:last-child{border-bottom:none}.product-info-tabs__section-content{max-width:800px;margin:0 auto}.product-info-tabs__section-title{font-size:2.4rem;font-weight:600;margin:0 0 2rem;color:#333}.product-info-tabs__description{font-size:1.6rem;line-height:1.7;color:#666}.product-info-tabs__description h1,.product-info-tabs__description h2,.product-info-tabs__description h3,.product-info-tabs__description h4,.product-info-tabs__description h5,.product-info-tabs__description h6{color:#333;margin:2rem 0 1rem}.product-info-tabs__description p{margin:1rem 0}.product-info-tabs__description ul,.product-info-tabs__description ol{margin:1rem 0;padding-left:2rem}.product-info-tabs__reviews{display:grid;gap:2rem}.product-info-tabs__review-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:2rem;transition:box-shadow .3s ease}.product-info-tabs__review-card:hover{box-shadow:0 4px 15px #00000014}.product-info-tabs__review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.product-info-tabs__review-stars{display:flex;gap:.2rem}.product-info-tabs__star{font-size:1.6rem;color:#ddd}.product-info-tabs__star--filled{color:#ff4b8c}.product-info-tabs__review-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.product-info-tabs__reviewer-name{font-weight:600;color:#333;font-size:1.4rem}.product-info-tabs__review-date{color:#888;font-size:1.2rem}.product-info-tabs__review-title{font-size:1.8rem;font-weight:600;margin:0 0 1rem;color:#333}.product-info-tabs__review-text{font-size:1.5rem;line-height:1.6;color:#666;margin:0}.product-info-tabs__judge-me{width:100%}.product-info-tabs__inquiry-description{font-size:1.6rem;color:#666;margin:0 0 2.5rem}.product-info-tabs__form{max-width:600px}.product-info-tabs__form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.product-info-tabs__form-group{display:flex;flex-direction:column;gap:.8rem}.product-info-tabs__form-label{font-size:1.4rem;font-weight:500;color:#333}.product-info-tabs__form-input,.product-info-tabs__form-textarea{padding:1.2rem 1.5rem;border:2px solid #e8e8e8;border-radius:8px;font-size:1.5rem;transition:border-color .3s ease}.product-info-tabs__form-input:focus,.product-info-tabs__form-textarea:focus{outline:none;border-color:#ff4b8c}.product-info-tabs__form-textarea{resize:vertical;min-height:120px;font-family:inherit}.product-info-tabs__form-submit{background-color:#ff4b8c;color:#fff;border:none;padding:1.5rem 3rem;font-size:1.6rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .3s ease;margin-top:1rem}.product-info-tabs__form-submit:hover{background-color:#e6408a}.product-info-tabs__guide{display:flex;flex-direction:column;gap:1rem}.product-info-tabs__guide-item{border:1px solid #e8e8e8;border-radius:8px;overflow:hidden}.product-info-tabs__guide-summary{padding:2rem;background-color:#f8f8f8;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;font-weight:500;color:#333;list-style:none;transition:background-color .3s ease}.product-info-tabs__guide-summary:hover{background-color:#f0f0f0}.product-info-tabs__guide-summary::-webkit-details-marker{display:none}.product-info-tabs__guide-icon{transition:transform .3s ease;color:#666}.product-info-tabs__guide-item[open] .product-info-tabs__guide-icon{transform:rotate(180deg)}.product-info-tabs__guide-content{padding:2rem;background-color:#fff;font-size:1.5rem;line-height:1.6;color:#666}.product-info-tabs__guide-content .rte h1,.product-info-tabs__guide-content .rte h2,.product-info-tabs__guide-content .rte h3,.product-info-tabs__guide-content .rte h4,.product-info-tabs__guide-content .rte h5,.product-info-tabs__guide-content .rte h6{color:#333;margin:1rem 0 .5rem}.product-info-tabs__guide-content .rte p{margin:.5rem 0}.product-info-tabs__empty{text-align:center;color:#888;font-size:1.6rem;padding:3rem 0}@media screen and (max-width: 749px){.product-info-tabs{padding:3rem 0}.product-info-tabs__nav{gap:.8rem;padding:1rem .8rem;overflow-x:auto;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none}.product-info-tabs__nav::-webkit-scrollbar{display:none}.product-info-tabs__nav--sticky{padding:.8rem}.product-info-tabs__nav-item{font-size:1.1rem;white-space:normal;flex-shrink:0;text-align:center;line-height:1.1;min-width:65px;max-width:75px;padding:.5rem 0}.product-info-tabs__nav--mobile-sticky .product-info-tabs__nav{position:fixed;top:0;left:0;right:0;z-index:500;background:#fff;box-shadow:0 2px 10px #0000001a}.product-info-tabs__section{padding:2rem 1rem}.product-info-tabs__section-title{font-size:2rem}.product-info-tabs__form-row{grid-template-columns:1fr;gap:1.5rem}.product-info-tabs__review-header{flex-direction:column;align-items:flex-start;gap:1rem}.product-info-tabs__review-meta{flex-direction:row;align-items:center;gap:1rem}.product-info-tabs__guide-summary,.product-info-tabs__guide-content{padding:1.5rem;font-size:1.4rem}}@media screen and (min-width: 750px) and (max-width: 990px){.product-info-tabs__nav{gap:2rem}.product-info-tabs__nav-item{font-size:1.5rem}}@media (prefers-reduced-motion: no-preference){html{scroll-behavior:smooth}}.product-info-tabs__nav-item:focus{outline:none}.product-info-tabs__form-input:focus,.product-info-tabs__form-textarea:focus,.product-info-tabs__form-submit:focus,.product-info-tabs__guide-summary:focus{outline:2px solid #FF4B8C;outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-product-info-tabs.css.map */
