:root{--loader-bg-light: #f5f2ee;--main-color: #183457;--bg-color: #fffefa;--btn-primary-color: #183457;--btn-secondary-color: #f5f2ee;--bg-annoucement-bar: #f5f2ee;--text-color-dark: #000000;--text-color-light: #ffffff;--font-family-primary: "Poppins", sans-serif;--font-family-secondary: "Playfair Display", serif;--danger-color: rgb(255, 0, 0);--success-color: rgb(0, 131, 0);--font-size-heading-large-m: 28px;--font-size-heading-medium-m: 24px;--font-size-heading-small-m: 16px;--font-size-text-large-m: 14px;--font-size-text-small-m: 12px;--font-size-text-Xlsmall-m: 10px;--font-size-heading-large-d: 38px;--font-size-heading-medium-d: 32px;--font-size-heading-small-d: 28px;--font-size-text-large-d: 16px;--font-size-text-small-d: 14px;--font-size-text-Xlsmall-d: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-primary);background-color:var(--bg-color)}li{text-decoration:none;list-style:none}a{text-decoration:none}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{border:none!important}::-webkit-scrollbar-thumb{background:#183457;cursor:pointer}.go-to-top{z-index:1000;position:fixed;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:18px;font-weight:bolder;right:20px;bottom:20px;cursor:pointer;color:#183457ad;border:2px solid #18345736;background-color:#fff}.uniq-ag-layout-main{margin-top:110px}header{height:110px;display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:1000;width:100%;will-change:transform}.uniq-ag-announcement-bar{display:flex;flex-direction:column;align-items:center;justify-content:center;height:35px;background-color:var(--bg-annoucement-bar);transition:transform .6s ease}.uniq-ag-animation-container{overflow:hidden}.uniq-ag-announcement-bar p{font-size:var(--font-size-text-small-d)}.uniq-ag-navbar{display:flex;flex-direction:row;justify-content:space-between;height:75px;width:100%;background-color:#183457;transition:transform .6s ease;will-change:transform}.uniq-ag-navbar-logo{width:25%;display:flex;justify-content:flex-start;padding-left:10px;align-items:center;height:100%}.uniq-ag-navbar-logo img{width:170px;height:auto}.uniq-ag-navbar-menus{width:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%}.uniq-ag-navbar-menus menu{display:flex;flex-direction:row;justify-content:center;gap:2vw;width:100%}.uniq-ag-navbar-menus menu li a{font-family:var(--font-family-primary);color:var(--text-color-light);font-size:var(--font-size-text-small-d)}.uniq-ag-navbar-btns{width:25%;display:flex;flex-direction:row;justify-content:flex-end;padding-right:20px;align-items:center;gap:20px}.uniq-ag-navbar-btns button{border:none;outline:none;background:none;color:var(--text-color-light);font-size:var(--font-size-heading-medium-d);cursor:pointer}@media screen and (max-width: 768px){.uniq-ag-navbar-btns button{font-size:var(--font-size-heading-medium-m)}}.uniq-ag-navbar-cart{position:relative}.uniq-ag-cart-badge{background:var(--danger-color);position:absolute;top:-6px;right:-8px;border-radius:50%;width:16px;height:16px;display:flex;text-align:center;align-items:center;justify-content:center;font-size:var(--font-size-text-Xlsmall-d)}.uniq-ag-navbar-hamburger,.uniq-ag-mobile-nav-drawer{display:none}@media screen and (min-width: 769px) and (max-width: 1024px){.uniq-ag-navbar-logo{width:25%}.uniq-ag-navbar-menus{width:55%}.uniq-ag-navbar-btns{width:20%}}@media screen and (max-width: 768px){.uniq-ag-navbar{justify-content:center}.uniq-ag-navbar-logo{width:50%;justify-content:flex-start}.uniq-ag-navbar-logo img{width:130px;height:auto}.uniq-ag-navbar-menus{display:none}.uniq-ag-navbar-btns{width:45%;justify-content:flex-end}.uniq-ag-navbar-hamburger{display:block}.uniq-ag-mobile-nav-drawer{display:block;position:fixed;top:75px;right:0;background-color:var(--bg-color);width:100%;height:100vh;overflow:hidden;transition:transform .3s ease-in-out;transform:translate(+100%);z-index:10}.uniq-ag-mobile-nav-drawer.mobileDrawerOpen{transform:translate(0)}.uniq-ag-mobile-nav-drawer-menu-list{width:90%;margin-left:5%;margin-top:20px;background-color:var(--bg-annoucement-bar);border-radius:10px}.uniq-ag-mobile-nav-drawer-menu-list li{padding:15px;font-size:var(--font-size-text-small-m);border-bottom:1px solid var(--bg-color);letter-spacing:1px}.uniq-ag-mobile-nav-drawer-menu-list li a{color:var(--text-color-dark)}}footer{height:400px;background-color:var(--bg-annoucement-bar)}.uniq-ag-footer-navbar{height:350px;display:grid;grid-template-columns:repeat(4,1fr);column-gap:10px}.uniq-ag-footer-navbar-menus{padding:10px}.uniq-ag-footer-navbar-menus h1{font-size:var(--font-size-text-large-d)}.uniq-ag-footer-navbar-menus menu{margin-top:15px}.uniq-ag-footer-navbar-menus menu li a{font-family:var(--font-family-primary);color:var(--text-color-dark);font-size:var(--font-size-text-small-d);margin-bottom:5px}.uniq-ag-footer-contact-options{margin-bottom:20px}.uniq-ag-footer-contacts{margin-top:15px;display:flex;flex-direction:column;gap:10px}.uniq-ag-footer-contacts-icon{font-size:var(--font-size-text-large-d)}.uniq-ag-footer-contacts div{font-size:var(--font-size-text-small-d);color:var(--text-color-dark);display:flex;align-items:center;gap:10px}.uniq-ag-footer-contacts div a{font-size:var(--font-size-text-small-d);color:var(--text-color-dark);text-decoration:underline}.uniq-ag-socials{display:flex;gap:10px;margin-top:15px}.uniq-ag-socials a{font-size:var(--font-size-heading-small-d);color:var(--text-color-dark)}@media screen and (max-width: 768px){footer{height:500px}.uniq-ag-footer-navbar{height:450px;display:grid;grid-template-columns:repeat(2,1fr);column-gap:10px}}.uniq-ag-copyright{height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center}.uniq-ag-copyright p{font-size:var(--font-size-text-Xlsmall-d)}@media screen and (max-width: 768px){.uniq-ag-copyright p{font-size:var(--font-size-text-Xlsmall-m)}}.uniq-ag-collection-card{background-color:var(--bg-annoucement-bar);height:250px;width:90%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden;border-radius:10px 10px 0 0}.uniq-ag-collection-card-title{height:25px;width:100%;text-align:center;align-items:center}.uniq-ag-collection-card-title h2{font-size:var(--font-size-text-large-d);font-weight:300}.uniq-ag-collection-card-img{height:225px;overflow:hidden}.uniq-ag-collection-card-img img{height:100%;border-radius:20px 20px 0 0;transition:transform .3s ease}.uniq-ag-collection-card-img img:hover{transform:scale(1.05)}.uniq-ag-all-collections{display:flex;flex-direction:column;margin-bottom:100px}.uniq-ag-all-collections-header{display:flex;align-items:center;justify-content:center;height:100px}.uniq-ag-all-collections-header h2{font-family:var(--font-family-secondary);font-size:var(--font-size-heading-large-d);color:var(--btn-primary-color)}.uniq-ag-all-collections-list{display:grid;grid-template-columns:repeat(5,1fr);row-gap:30px;place-items:center}@media screen and (min-width: 1281px) and (max-width: 1536px){.uniq-ag-all-collections-list{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width: 1025px) and (max-width: 1280px){.uniq-ag-all-collections-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 769px) and (max-width: 1024px){.uniq-ag-all-collections-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.uniq-ag-all-collections-header h2{font-size:var(--font-size-heading-large-m)}.uniq-ag-all-collections-list{grid-template-columns:repeat(2,1fr)}.uniq-ag-collection-card-title h2{font-size:var(--font-size-text-small-m);font-weight:300}}.uniq-ag-collections-loader{min-height:100vh;margin-bottom:100px;display:flex;flex-direction:column}.uniq-ag-collections-loader-header{display:flex;align-items:center;justify-content:center;height:100px}.uniq-ag-collections-loader-header h2{height:40px;width:250px;background:linear-gradient(to right,var(--loader-bg-light) 60%,rgba(255,255,255,.4) 80%,var(--loader-bg-light) 100%);background-size:200%;background-position:0% 0%;animation:pulse 1s ease-in-out infinite}.uniq-ag-collections-loader-list{display:grid;grid-template-columns:repeat(5,1fr);row-gap:30px;place-items:center}.collection-loader-card{width:90%;height:250px;border-radius:10px 10px 0 0;background:linear-gradient(to right,var(--loader-bg-light) 60%,rgba(255,255,255,.4) 80%,var(--loader-bg-light) 100%);background-size:200%;background-position:0% 0%;animation:pulse 1s ease-in-out infinite}@keyframes pulse{to{background-position:200% 0%}}@media screen and (min-width: 1281px) and (max-width: 1536px){.uniq-ag-collections-loader-list{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width: 1025px) and (max-width: 1280px){.uniq-ag-collections-loader-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 769px) and (max-width: 1024px){.uniq-ag-collections-loader-list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.uniq-ag-collections-loader-list{grid-template-columns:repeat(2,1fr)}}.uniq-ag-product-card{height:400px;min-width:300px;display:flex;flex-direction:column;align-items:center}.uniq-ag-product-image{height:250px}.uniq-ag-product-image img{height:100%}.uniq-ag-product-title{height:110px;width:100%;align-items:center}.uniq-ag-product-title h2{font-size:var(--font-size-text-large-d);font-weight:300}.uniq-ag-product-btn{height:40px;width:100%;border:none;outline:none;background-color:var(--btn-secondary-color);font-family:var(--font-family-primary);text-transform:uppercase;color:var(--btn-primary-color);cursor:pointer}.uniq-ag-all-products{display:flex;flex-direction:column;margin-bottom:100px}.uniq-ag-all-products-header{display:flex;align-items:center;justify-content:center;height:100px}.uniq-ag-all-products-header h2{font-family:var(--font-family-secondary);font-size:var(--font-size-heading-large-d);color:var(--btn-primary-color)}.uniq-ag-products-list-container{position:relative}.uniq-ag-scroll-arrows{position:absolute;top:45%;width:100%;display:flex;justify-content:space-around;margin:10px 0}.uniq-ag-arrow-btn{background:transparent;color:var(--btn-primary-color);padding:10px;height:60px;width:60px;font-size:var(--font-size-heading-small-d);align-items:center;display:flex;justify-content:center;cursor:pointer;z-index:2;border:none;outline:none}.uniq-ag-arrow-btn:hover{background:var(--bg-annoucement-bar)}.uniq-ag-arrow-btn.left{position:absolute;left:30px;top:50%;transform:translate(-50%,-50%)}.uniq-ag-arrow-btn.right{position:absolute;right:30px;top:50%;transform:translate(50%,-50%)}.uniq-ag-all-products-list{display:flex;overflow-x:scroll;gap:20px;padding:0 20px 30px;scroll-behavior:smooth}.uniq-ag-all-products-list:before,.uniq-ag-all-products-list:after{content:"";position:absolute;top:0;width:50px;height:100%;z-index:2;pointer-events:none}.uniq-ag-all-products-list:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.uniq-ag-all-products-list:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.uniq-ag-all-products-list::-webkit-scrollbar{display:none}@media screen and (min-width: 1025px) and (max-width: 1280px){.uniq-ag-all-products-header h2{font-size:var(--font-size-heading-medium-d)}}@media screen and (min-width: 769px) and (max-width: 1024px){.uniq-ag-all-products-header h2{font-size:var(--font-size-heading-small-d)}}@media screen and (min-width: 481px) and (max-width: 768px){.uniq-ag-all-products-header h2{font-size:var(--font-size-heading-large-m)}.uniq-ag-products-card-title h2{font-size:var(--font-size-text-small-m);font-weight:300}.uniq-ag-product-image{height:200px}}@media screen and (max-width: 481px){.uniq-ag-all-products-header h2{font-size:var(--font-size-heading-large-m)}.uniq-ag-products-card-title h2{font-size:var(--font-size-text-small-m);font-weight:300}.uniq-ag-product-image{height:250px}}.uniq-ag-products-loader{margin-bottom:100px;display:flex;flex-direction:column}.uniq-ag-products-loader-header{display:flex;align-items:center;justify-content:center;height:100px}.uniq-ag-products-loader-header h2{height:40px;width:250px;background:linear-gradient(to right,var(--loader-bg-light) 60%,rgba(255,255,255,.4) 80%,var(--loader-bg-light) 100%);background-size:200%;background-position:0% 0%;animation:pulse 1s ease-in-out infinite}.uniq-ag-products-loader-list{display:flex;overflow-x:scroll;gap:20px;padding:0 20px 30px;scroll-behavior:smooth}.uniq-ag-products-loader-list::-webkit-scrollbar{display:none}.products-loader-card{min-width:300px;height:400px;background:linear-gradient(to right,var(--loader-bg-light) 60%,rgba(255,255,255,.4) 80%,var(--loader-bg-light) 100%);background-size:200%;background-position:0% 0%;animation:pulse 1s ease-in-out infinite}.uniq-ag-video-component{width:100%;height:100%}.uniq-ag-large-video{display:none}.uniq-ag-small-video{width:100%}@media screen and (min-width: 769px){.uniq-ag-large-video{display:block;width:100%}.uniq-ag-small-video{display:none}}.uniq-ag-image-component{width:100%;height:100%}.uniq-ag-large-image{display:none}.uniq-ag-small-image{width:100%}@media screen and (min-width: 769px){.uniq-ag-large-image{display:block;width:100%}.uniq-ag-small-image{display:none}}.uniq-ag-ecoIcon-marquee{overflow:hidden;white-space:nowrap;position:relative;padding:10px 0;width:60%}.uniq-ag-ecoIcon-marquee:before,.uniq-ag-ecoIcon-marquee:after{content:"";position:absolute;top:0;width:50px;height:100%;z-index:2;pointer-events:none}.uniq-ag-ecoIcon-marquee:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.uniq-ag-ecoIcon-marquee:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.uniq-ag-ecoIcon-marquee-content{display:flex;gap:20px;animation:uniq-ecoIcon-marquee 30s linear infinite;width:max-content}.uniq-ag-ecoIcon-marquee-content img{width:150px;height:auto}@keyframes uniq-ecoIcon-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (min-width: 769px) and (max-width: 1280px){.uniq-ag-ecoIcon-marquee{width:85%}.uniq-ag-ecoIcon-marquee-content img{width:150px}}@media screen and (max-width: 769px){.uniq-ag-ecoIcon-marquee{width:90%}.uniq-ag-ecoIcon-marquee-content{gap:0px}.uniq-ag-ecoIcon-marquee-content img{width:100px;height:auto}}.uniq-ag-marquee-container{display:flex;align-items:center;justify-content:center}.uniq-ag-featuredInIcons-marquee{overflow:hidden;white-space:nowrap;position:relative;padding:10px 0;width:60%}.uniq-ag-featuredInIcons-marquee:before,.uniq-ag-featuredInIcons-marquee:after{content:"";position:absolute;top:0;width:50px;height:100%;z-index:2;pointer-events:none}.uniq-ag-featuredInIcons-marquee:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.uniq-ag-featuredInIcons-marquee:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.uniq-ag-featuredInIcons-marquee-content{display:flex;animation:uniq-featuredInIcons-marquee 100s linear infinite;width:max-content}.uniq-ag-featuredInIcons-marquee-content img{width:250px;height:auto}@keyframes uniq-featuredInIcons-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (min-width: 769px) and (max-width: 1280px){.uniq-ag-featuredInIcons-marquee{width:85%}.uniq-ag-featuredInIcons-marquee-content img{width:200px}}@media screen and (max-width: 769px){.uniq-ag-featuredInIcons-marquee{width:90%}.uniq-ag-featuredInIcons-marquee-content{gap:0px}.uniq-ag-featuredInIcons-marquee-content img{width:200px;height:auto}}.uniq-ag-texts-marquee{overflow:hidden;white-space:nowrap;position:relative;padding:10px 0;width:60%}.uniq-ag-texts-marquee:before,.uniq-ag-texts-marquee:after{content:"";position:absolute;top:0;width:50px;height:100%;z-index:2;pointer-events:none}.uniq-ag-texts-marquee:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.uniq-ag-texts-marquee:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.uniq-ag-texts-marquee-content{display:flex;gap:20px;animation:uniq-texts-marquee 40s linear infinite;width:max-content}@keyframes uniq-texts-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (min-width: 769px) and (max-width: 1280px){.uniq-ag-texts-marquee{width:85%}}@media screen and (max-width: 769px){.uniq-ag-texts-marquee{width:90%}}.uniq-texts-text{font-size:var(--font-size-text-large-d);font-weight:400;font-family:var(--font-family-primary);color:var(--btn-primary-color);text-transform:uppercase;white-space:nowrap}.uniq-ag-image-slider-container{position:relative;width:100%;overflow:hidden}.uniq-ag-image-slider-wrapper{position:relative}.uniq-ag-image-slider-image{width:100%;height:auto;display:block}.uniq-ag-image-nav-button{position:absolute;background:transparent;color:var(--btn-primary-color);height:60px;width:60px;font-size:var(--font-size-heading-small-d);top:50%;transform:translateY(-50%);padding:10px;cursor:pointer;z-index:2;border:none;outline:none;align-items:center;display:flex;justify-content:center}.uniq-ag-image-nav-button:hover{background:var(--bg-annoucement-bar)}.uniq-ag-image-nav-button.left{left:0}.uniq-ag-image-nav-button.right{right:0}
