.product-overview{margin-bottom:50px}
.product-overview-title{color:#333;font-size:2.4rem;font-style:normal;font-weight:400;line-height:133%;margin-bottom:22px}
.product-overview-subtitle{color:#333;font-size:1.5rem;font-weight:300;line-height:160%;margin-bottom:8px}
.product-overview-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem}
@media screen and (max-width:767px){
.product-overview-items{display:block}
}
.product-overview-item{display:block;font-size:1.8rem;font-weight:300;line-height:130%;text-decoration-line:underline;position:relative;margin-left:12px;padding:6px 0 6px 12px}
.product-overview-item:before{content:"";display:block;position:absolute;top:50%;left:0;width:4px;height:4px;margin-top:-2px;border-radius:50px}
.product-overview-item.blue{color:#628280}
.product-overview-item.blue:before{background:#628280}
.product-overview-item.brown{color:#d17d60}
.product-overview-item.brown:before{background:#d17d60}
.product-overview-item.green{color:#93a689}
.product-overview-item.green:before{background:#93a689}
@media screen and (max-width:767px){
.product-overview-group{margin-bottom:30px}
.product-overview-group:last-child{margin-bottom:0}
}
.product-overview-group-items{margin:0;padding:0}
.product-overview-group-items li{display:block;list-style:none;padding:0;margin:0}
.product-overview-group-title{color:#333;font-size:1.8rem;font-weight:400;line-height:133%;margin-bottom:12px}
.product-overview-bar{display:none;position:fixed;top:0;width:100%;z-index:11;background:#ffeddf}
@media screen and (max-width:767px){
.product-overview-bar{border-bottom:1px solid #f8dac4;background:#fff}
}
.product-overview-bar-content{display:flex;align-items:center;height:67px;padding:0 20px}
@media screen and (max-width:767px){
.product-overview-bar-content{padding:0;height:60px}
}
.product-overview-bar-buttons{display:flex;align-items:center}
@media screen and (max-width:767px){
.product-overview-bar-buttons{display:none}
}
.product-overview-bar-buttons a{display:flex;align-items:center;text-decoration:none;color:#c9b2a0;margin-right:6px}
.product-overview-bar-buttons a:last-child{margin-right:0}
.product-overview-bar-select{flex-grow:1}
.product-overview-bar-select .custom-select-value{background:rgba(0,0,0,0);border:none}
.product-overview-bar-select .custom-select-body{border:1px solid #f9f6f3;border-top:1px solid #f8dac4;border-bottom:1px solid #f8dac4}
.product-overview-bar-select .custom-select-option{border-color:#f9f6f3}
.product-overview-bar-select .custom-select-option.selected{background:#f8f8f8}
.product-overview-bar-select .custom-select-options::-webkit-scrollbar{width:4px}
.product-overview-bar-select .custom-select-options::-webkit-scrollbar-track{background-color:rgba(232,219,209,.25)}
.product-overview-bar-select .custom-select-options::-webkit-scrollbar-thumb{background-color:#899c80;border-radius:25px;border:none}
.product-overview-bar-select .custom-select.open .custom-select-toggle{transform:rotate(180deg)}
.product-overview-bar-progress{width:100%;height:3px;background:#f4ddcb}
@media screen and (max-width:767px){
.product-overview-bar-progress{display:none}
}
.product-overview-bar-progress-bar{width:0;height:3px;background:#899c80}
.product-overview-bar .blue{color:#628280}
.product-overview-bar .brown{color:#d17d60}
.product-overview-bar .green{color:#93a689}
.product-overview-back{position:fixed;bottom:10px;right:10px;width:80px;height:80px;border-radius:100px;display:none;align-items:center;justify-content:center;background:#d9c2af;z-index:1}
@media screen and (max-width:767px){
.product-overview-back{bottom:80px;right:10px;width:60px;height:60px}
}
.product-overview-back.show{display:flex}
.product-overview-back a{display:flex;color:#fff;text-decoration:none;align-items:center;justify-content:center}
body.product-overview-bar-show .product-overview-bar.initialized{display:block}
@media screen and (max-width:767px){
body.section-header-show .product-overview-bar{top:var(--header-height)}
}