#shop-header-container,#shop-hero{display:flex;justify-content:center}#count-container h2,#shop-hero h1{text-align:center;font-family:sergio!important;font-weight:700}#shop-hero{height:70vh;width:100vw;background-image:url(../images/bg/shop-hero.webp);background-size:cover;background-repeat:no-repeat;background-position:center;align-items:center}#shop-hero h1{font-size:80px;color:#fff;text-transform:uppercase;text-shadow:-6px -6px 0 #000,6px -6px 0 #000,-6px 6px 0 #000,6px 6px 0 #000,0 6px 0 #000,6px 0 0 #000,-6px 0 0 #000,0 -6px 0 #000;display:inline-block;border-radius:4px}#shop-container{background-color:#fbaf90;position:relative;overflow:hidden}#shop-header-container{align-items:center;color:#fff;border-top:4px solid #000;border-bottom:4px solid #000;gap:26px;position:relative;overflow-x:auto;padding:0 30px}#shop-header-container::-webkit-scrollbar{display:none}#shop-header-container h2{text-align:center;cursor:pointer;margin:0;padding:10px 20px;color:#000}#shop-header-container h2 span{font-family:sergio}#shop-header-container h2 img{height:2px;filter:drop-shadow(0px 0px 2px black)}#count-container{text-align:center;padding:20px}#count-container h2{font-size:28px;color:#000}#shop-container .section-content{background-image:url(../images/bg/elements.webp);background-size:cover;background-repeat:repeat-y;padding-top:20px;padding-bottom:80px}#products-grid{padding:20px}#shop-card{border-radius:20px;background-image:url(../images/bg/about.webp);cursor:pointer}.product{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);justify-content:center;align-items:center;z-index:999999}#modal-section-inner{width:70vw;position:relative;overflow:hidden}#modal-section-inner .modal-section-inner-content{position:relative;z-index:9999}#modal-bg-image{position:absolute;bottom:0;left:0;width:100%}.product-content{width:60%;background:#fff;padding:20px;position:relative;border-radius:10px;gap:20px;display:none;overflow:hidden}.product #product-image{border-radius:20px;box-shadow:10px 10px 10px #000;height:380px;width:380px;object-fit:cover;margin-bottom:10px}.close-btn{position:absolute;top:10px;right:15px;font-size:32px;cursor:pointer}@media screen and (max-width:768px){#shop-container{position:relative;overflow:hidden;background-size:contain;background-repeat:repeat-y}#shop-header-container{justify-content:flex-start;white-space:nowrap}#shop-header-container h2{font-size:22px!important}#modal-section-inner{height:80vh;width:100%;overflow-y:auto;text-align:center}#modal-section-inner .modal-section-inner-content{padding:0!important}.product-content{width:90%;flex-direction:column}.product #product-image{height:450px;width:450px}.product img{height:initial;width:450px;margin-bottom:40px}#modal-bg-image{display:none}}