/** Shopify CDN: Minification failed

Line 29:49 Expected ":"
Line 29:60 Expected ":"

**/
.pdp-sticky-bar{position:-webkit-sticky;position: sticky;top:100px;z-index: 8;transition:all 0.3s ease-in-out;display:none;}
.pdp-sticky-bar.active {display: block;}
.shopify-section-group-header-group:not(.shopify-section-header-hidden) + #MainContent .pdp-sticky-bar{top:100px;transition:all 0.3s ease-in-out;}


.pdp-sticky-bar .pdp-sticky-bar-block{display:flex;align-items:center;padding:14px 0px;}
.pdp-sticky-bar .pdp-image{width:100%;max-width:81px;}
.pdp-sticky-bar .pdp-image .pdp-image-wrap{width:100%;display:block;position:relative;overflow:hidden;background-color:#F7F9FC;border-radius:6px;}
.pdp-sticky-bar .pdp-image .pdp-image-wrap:after{content:"";width:100%;padding-bottom:calc(100% + 3px);display:block;}
.pdp-sticky-bar .pdp-image .pdp-image-wrap img{position: absolute;top: 0px;left: 0px;width:calc(100% - 14px);height:calc(100% - 14px);object-fit: contain;margin: auto;bottom: 0;right: 0;}
.pdp-sticky-bar .pdp-bar-btn{margin-left:auto;}
.pdp-sticky-bar .pdp-bar-btn button{font-size: 16px;font-weight: 700;letter-spacing: normal;min-height: unset;padding: 17px 48px;line-height: 1;border-radius: 6px;}
.pdp-sticky-bar .pdp-bar-btn button:after,
.pdp-sticky-bar .pdp-bar-btn button:before{display:none;}
.pdp-sticky-bar .product-info-content{width:100%;max-width:calc(100% - 285px);padding:0px 15px 0px 20px;}
.pdp-sticky-bar h3.pdp-title{margin:0px;font-size:32px;font-weight:800;line-height:1;}

@media screen and (max-width:1199px){
  .pdp-sticky-bar h3.pdp-title{font-size:24px;}
}

@media screen and (max-width:989px){
  .pdp-sticky-bar .pdp-bar-btn{width:100%;display;block-size;}
  .pdp-sticky-bar .pdp-bar-btn button{padding:17px;text-align:center;width:100%;max-width:100%;}
  .pdp-sticky-bar, .pdp-sticky-bar.active{display:none;}
}