.product-page-container{background:#ffeddf}
.product-page-columns{display:flex;max-width:1320px;margin:0 auto}
.product-page-top{margin-bottom:20px}
@media screen and (max-width:767px){
.product-page-top{margin-bottom:0}
}
.product-page-left{flex-grow:1;padding-top:20px;padding-bottom:20px;min-width:0}
.product-page-right{position:sticky;align-self:flex-start;width:440px;min-width:440px;max-width:440px;padding-top:20px;padding-bottom:20px;top:10px}
@media screen and (max-width:1180px){
.product-page-right{position:fixed;display:none;top:0;left:0;right:0;bottom:0;width:100%;min-width:100%;max-width:100%;overflow-y:auto;z-index:30;height:100vh;height:100dvh}
.product-page-right>section{max-width:640px;margin:0 auto}
}
@media screen and (min-width:1181px){
body.product-overview-bar-show .product-page-right{top:70px}
}
.product-section-container{max-width:1320px;padding:0 20px;margin:0 auto}
body.show-product-form{overflow:hidden}
body.show-product-form .product-page-right{display:block;z-index:99;background:rgba(248,218,196,.93)}
body.show-product-form #dummy-chat-button-iframe{display:none!important}
.product-page-bottom .related-products-section{padding-top:50px}
.product-page-bottom .related-products-section .related-products__heading{text-align:center}