.shop-page{padding-top:0}.shop-page .first-section{width:100%;height:300px;position:relative}.shop-page .first-section .shop-background{object-fit:cover;object-position:top;filter:blur(10px);width:100%;height:100%}.shop-page .first-section h1{color:var(--main-color);font-size:2.6rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shop-page .second-section{background-color:#000;flex-direction:row;gap:1.5rem;width:100%;height:auto;padding:1rem 0;display:flex;position:relative;top:-1rem}.shop-page .products-section{grid-template-columns:repeat(4,1fr);gap:2rem;width:95%;margin-bottom:2rem;display:grid}.shop-page .pagination{direction:rtl;flex-direction:row;gap:.3rem;display:flex}.shop-page .pagination button{border:1px solid var(--main-color);box-sizing:border-box;width:30px;height:30px;color:var(--main-color);background-color:#0000;border-radius:50%;font-size:16px}.shop-page .pagination .next,.shop-page .pagination .back{border:none}.shop-page .pagination .next.disable,.shop-page .pagination .back.disable{cursor:not-allowed;color:var(--gray-border-color)}.shop-page .pagination .active{background-color:var(--main-color);color:#000}@media not (min-width:1024px){.shop-page .first-section{height:300px}}@media not (min-width:980px){.shop-page .second-section{scroll-behavior:smooth;box-sizing:border-box;justify-content:flex-end;padding:1rem .5rem;overflow-x:scroll}.shop-page .products-section{grid-template-columns:repeat(3,1fr)}.shop-page .second-section::-webkit-scrollbar{display:none}.shop-page .first-section{height:250px}.shop-page .first-section h1{font-size:2.2rem}}@media not (min-width:751px){.shop-page .products-section{grid-template-columns:repeat(3,1fr)}.shop-page .second-section{gap:.8rem}.shop-page .first-section{height:225px}.shop-page .first-section h1{font-size:2rem}}@media not (min-width:701px){.shop-page .products-section{grid-template-columns:repeat(2,1fr)}.shop-page .first-section{height:200px}.shop-page .first-section h1{font-size:1.7rem}}@media not (min-width:450px){.shop-page .first-section{height:170px}.shop-page .first-section h1{font-size:1.7rem}}@media not (min-width:370px){.shop-page .products-section{grid-template-columns:repeat(1,1fr)}}
.occasion-filter{border:3px solid var(--main-color);box-sizing:border-box;border-radius:13px;flex-direction:column;gap:2rem;width:75px;height:130px;display:flex;position:relative}.occasion-filter label{color:var(--main-color);text-align:center;font-size:16px;font-weight:600;position:absolute;top:57%}.occasion-filter img{width:60%;position:absolute;top:14%}.occasion-filter.active{background-color:var(--main-color)}.occasion-filter.active label{color:var(--black-color)}.occasion-filter.active img{filter:brightness(100)invert(2)}.occasions:hover{animation:.5s ease-in-out alternate hover}@keyframes hover{0%{transform:translateY(0)}50%{transform:translateY(-3px)}75%{transform:translateY(3px)}to{transform:translateY(0)}}@media not (min-width:1100px){.occasion-filter{width:65px;height:115px}.occasion-filter label{font-size:14px}}@media not (min-width:701px){.occasion-filter{width:55px;height:95px}.occasion-filter label{font-size:12px}.occasion-filter img{width:65%}}
