.productdetailsmodal__tabs{margin:0 0 1rem;display:grid;grid-auto-columns:1fr 1fr 1fr 1fr}.productdetailsmodal__tab{font-family:"Noto Serif",Helvetica,Roboto,Arial,sans-serif;cursor:pointer;list-style-type:none;background:#e9d9b9;color:#522a10;padding:.8rem 1.5rem;position:relative}.productdetailsmodal__tab:after{content:"";display:block;--s:2px;height:15px;background-color:#6b1510;margin:0 10px 3px;aspect-ratio:3/5;clip-path:polygon(0 0,var(--s,10px) 0,100% 50%,var(--s,10px) 100%,0 100%,calc(100% - var(--s, 10px)) 50%);transform:rotate(90deg);position:absolute;right:10px;top:16px}.productdetailsmodal__tab--is-active{background:#e0caa4}.productdetailsmodal__tab--is-active:after{transform:rotate(-90deg)}.productdetailsmodal__tabcontent-panel{max-height:0;overflow:hidden;margin-bottom:1rem;padding-left:.5rem;transition:max-height .1s ease}.productdetailsmodal__tabcontent-panel--is-active{max-height:unset}.productdetailsmodal__tabcontent-panel .tabs-content__row{margin-bottom:.5rem;margin-top:.5rem}.productdetailsmodal__tabcontent-panel .tabs-content__row label{display:inline;font-size:1rem;line-height:1.4rem;font-weight:700;color:#6b1510;padding-right:.3rem}.productdetailsmodal__tabcontent-panel .tabs-content__row p{display:inline}