body .product-gallery-container{max-width:1480px}
@media screen and (max-width:767px){
body .product-gallery-container{padding:0;margin-bottom:30px}
}
body .product-gallery-box{position:relative;border-radius:12px;background:#f8e5d7;padding:25px 80px}
@media screen and (max-width:767px){
body .product-gallery-box{border-radius:0;padding:20px 0}
}
body .product-gallery-slide{width:33.33%}
@media screen and (max-width:767px){
body .product-gallery-slide{width:100%}
}
body .product-gallery-item{display:block;position:relative;border-radius:25px;overflow:hidden;aspect-ratio:1}
body .product-gallery-item-image img{display:block;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;max-width:100%;width:100%}
body .product-gallery-item-details{position:absolute;z-index:1;bottom:0;left:0;right:0;top:0;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;padding:25px;background:linear-gradient(0deg,#000 5.14%,rgba(0,0,0,0) 54.88%)}
body .product-gallery-item-login{position:absolute;z-index:1;left:0;right:0;bottom:0;top:0;padding:25px;background:rgba(255,250,247,.9);display:flex;align-items:center;justify-content:center}
body .product-gallery-item-login-content{max-width:220px;font-size:1.8rem;line-height:160%;text-align:center;color:#756e6b}
body .product-gallery-item-login a{color:#899c80;text-decoration:underline}
body .product-gallery-item-title{font-size:1.6rem;font-weight:400;line-height:150%}
body .product-gallery-item-description{font-size:3.2rem;font-weight:500;line-height:125%}
body .product-gallery-next,body .product-gallery-previous{position:absolute;display:flex;background:rgba(0,0,0,0);outline:0;border:none;color:#756e6b;top:50%;width:60px;height:60px;align-items:center;justify-content:center;margin-top:-30px;cursor:pointer}
body .product-gallery-next:after,body .product-gallery-previous:after{display:none}
@media screen and (max-width:767px){
body .product-gallery-next,body .product-gallery-previous{position:static;margin:0}
}
@media screen and (max-width:767px){
body .product-gallery-footer{display:flex;align-items:center;justify-content:center;padding-top:20px}
}
body .product-gallery-previous{left:11px}
body .product-gallery-next{right:11px}
body .product-gallery-favourite{display:flex;align-items:center;justify-content:center;border-radius:25px;background:#f8e5d7;aspect-ratio:1}
body .product-gallery-favourite-icon{display:flex;align-items:center;justify-content:center;width:156px;height:156px;color:#899c80;border:1px solid #899c80;border-radius:200px;margin:0 auto 26px auto}
body .product-gallery-favourite-icon svg{width:68px;height:57px}
body .product-gallery-favourite-label{color:#899c80;text-align:center;font-size:3.2rem;font-weight:500;line-height:110%;max-width:225px}
body .product-gallery-favourite-on{display:none}
body .product-gallery-favourite-on .product-gallery-favourite-icon{color:#c87d60;border-color:#c87d60}
body .product-gallery-favourite-off{display:block}
body .product-gallery-favourite-button{cursor:pointer}
body .product-gallery-favourite-button.loading{cursor:progress}
body .product-gallery-favourite-button.on .product-gallery-favourite-on{display:block}
body .product-gallery-favourite-button.on .product-gallery-favourite-off{display:none}
body .product-gallery-dots{position:static;margin:0;display:flex;align-items:center;justify-content:center;padding:26px 0 0 0}
@media screen and (max-width:767px){
body .product-gallery-dots{width:auto!important;padding:0 18px;font-size:13px;font-weight:400;line-height:23px}
}
body .product-gallery-dots .swiper-pagination-bullet{display:block;transform:none;width:11px;height:11px;background:#ddc8b7;margin:0 2px}
body .product-gallery-dots .swiper-pagination-bullet-active{background:#899c80}
body .product-gallery[data-image-count="0"] .product-gallery-next,body .product-gallery[data-image-count="0"] .product-gallery-previous{display:none}
body .product-gallery[data-image-count="0"] .product-gallery-box{margin-bottom:55px}
body .product-gallery[data-image-count="0"] .product-gallery-inner{margin-bottom:-55px}
body .product-gallery[data-image-count="1"] .product-gallery-next,body .product-gallery[data-image-count="1"] .product-gallery-previous{display:none}
body .product-gallery[data-image-count="1"] .product-gallery-box{padding:20px 26px}
@media screen and (min-width:767px){
body .product-gallery[data-image-count="1"] .product-gallery-box{margin-bottom:55px}
body .product-gallery[data-image-count="1"] .product-gallery-inner{margin-bottom:-55px}
}
body .product-gallery[data-image-count="0"] .product-gallery-dots,body .product-gallery[data-image-count="1"] .product-gallery-dots{display:none}
@media screen and (min-width:767px)and (max-width:980px){
body .product-gallery[data-image-count="2"] .product-gallery-dots{display:none}
}
@media screen and (min-width:1280px){
body .product-gallery[data-image-count="3"] .product-gallery-dots{display:none}
}