/* Add custom CSS styles below */ 
/* customize footer banner */
.s-block--fixed-banner .container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.s-block--fixed-banner img{
  border-radius: 0 !important;
}

@media(min-width: 1280px) {
    .container {
        max-width:none !important;
    }
}
/* customize footer banner */

/* customize main banner */
@media(min-width:769px) and (max-width:1200px){
#creativeBanner{
 background-position:right !important; 
}
}

/* customize categories section */
div:has(.categoryStyle3){
  display:flex !important;
  justify-content:center !important;
}
.categories-title{
  text-align:center;
  margin-bottom:40px;
  font-size:24px;
}

.sticky-product-bar div:nth-of-type(2) , .s-add-product-button-main , .s-add-product-button-mini-checkout , .s-add-product-button-mini-checkout-content{
width:100%;
display:flex;
gap:10px;
justify-content:center;

/**/
.h-\[400px\] video {
    height: 0px!important;
}