@import url(https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:weight;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:#fff;left:0;position:fixed;top:0;transition:box-shadow .25s ease;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;padding:14px 40px}.logo-img{display:block;height:120px}.nav-links{align-items:center;display:flex;gap:18px;list-style:none;margin:0;padding:0}.nav-links li{position:relative}.drop-title,.nav-links a{border-radius:6px;color:#000;cursor:pointer;display:block;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:20px;font-weight:600;padding:10px 14px;text-decoration:none;transition:background .2s ease,color .2s ease}.drop-title:hover,.nav-links a:hover{background:var(--hover);color:#1b9ee9}.dropdown-menu{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);display:none;left:0;list-style:none;margin:0;min-width:240px;padding:10px 0;position:absolute;top:100%;z-index:1001}.dropdown:hover>.dropdown-menu{display:block}.dropdown-menu>li>a{color:#000;font-size:18px;padding:10px 16px}.dropdown-menu>li>a:hover{background:var(--hover);color:#19a5d8!important}.submenu-parent>.submenu-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding-right:28px;position:relative}.submenu-parent a{font-size:18px!important}.submenu-arrow{font-size:12px;margin-left:auto;transition:transform .2s ease}.submenu-arrow.open{transform:rotate(90deg)}.submenu{background:#fdfdfd;border-radius:var(--radius);box-shadow:var(--shadow);display:none;left:100%;list-style:none;margin:0;min-width:220px;padding:8px 0;position:absolute;top:0;z-index:1001}.submenu a{color:var(--fg-dim);font-size:18px;padding:10px 16px;white-space:nowrap}.submenu a:hover{background:var(--hover);color:#22a4dc}.submenu-parent:hover>.submenu{display:block}.submenu.open-left{left:auto;right:100%}.hamburger{background:#0000;border:none;color:#000;cursor:pointer;display:none;font-size:28px;line-height:1;z-index:1100}@media (max-width:1024px) and (min-width:769px){.nav-container{padding:12px 20px}.logo-img{height:120px}.hamburger{display:block}.nav-links{align-items:flex-start;background:#fff;box-shadow:var(--shadow);flex-direction:column;gap:0;height:100vh;max-width:420px;overflow-y:auto;padding:100px 20px 20px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:70vw}.nav-links.open{transform:translateX(0)}.drop-title,.nav-links a{border-radius:6px;font-size:16px;padding:14px 12px;width:100%}.dropdown-menu{background:none;display:block;margin-left:12px;padding:0}.dropdown-menu,.submenu{box-shadow:none;position:static}.submenu{background:#fff;border-radius:6px;display:none;margin-bottom:8px;padding:6px 10px}.submenu,.submenu.nested{margin-left:18px}.submenu-parent.open>.submenu{display:block}}@media (max-width:768px){.nav-container{padding:10px 16px}.logo-img{height:120px}.hamburger{display:block;font-size:40px}.nav-links{align-items:flex-start;background:#fff;box-shadow:var(--shadow);flex-direction:column;gap:0;height:100vh;overflow-y:auto;padding:80px 16px 20px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:90vw}.nav-links.open{transform:translateX(0)}.drop-title,.nav-links a{font-size:19px;padding:14px 12px;width:100%}.dropdown-menu{background:none;box-shadow:none;display:block;margin-left:10px;padding:0;position:static}.submenu{background:#fff;border-radius:6px;display:none;margin-bottom:6px;padding:6px 10px;position:static}.submenu,.submenu.nested{margin-left:14px}.submenu-parent.open>.submenu{display:block}}.modern-home{background:linear-gradient(135deg,#f9fafc,#eef1f5);overflow-x:hidden}.hero{align-items:center;background:linear-gradient(90deg,#04080a66,#070d0f66,#0a1114cc),url(/static/media/bg.ea4a76b1d2855c21a73e.jpg) no-repeat 50%/cover;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;margin-top:140px;overflow:hidden;position:relative;text-align:center}.hero h1{font-size:3rem;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.hero h1,.hero p{font-family:Times New Roman,Times,serif}.hero p{font-size:1.5rem;font-weight:550}.hero-btn{background:#00b4d8;border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:14px 28px}.hero-btn,.hero-btn a{color:#fff;text-decoration:none}.hero-btn:hover{background:#0090ad}.content-section{align-items:center;display:flex;gap:40px;justify-content:space-between;padding:80px 10%}.content-section.alt{flex-direction:row-reverse}.card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;box-shadow:0 10px 25px #0000001a;padding:30px}.card,.image img{border-radius:20px}.image img{box-shadow:0 15px 35px #00000026;height:auto;transition:transform .3s ease;width:100%}.tilt-card:hover img{transform:scale(1.02)}.features{grid-gap:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:2rem auto;max-width:1200px;padding:4rem 2rem}.feature-card{background:#fff;border-radius:10px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.feature-icon{color:#b8860b;font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-family:Times New Roman,Times,serif;font-size:1.6rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:#000;font-size:1.2rem;line-height:1.6}.new-arrival{align-items:center;display:flex;justify-content:center;padding:4rem 2rem}.new-arrival__content{background:#88d3db;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-wrap:wrap;gap:2rem;max-width:1600px;padding:2rem}.new-arrival__image{flex:1 1;min-width:280px}.new-arrival__image img{border-radius:8px;height:auto;width:100%}.new-arrival__text{display:flex;flex:1 1;flex-direction:column;justify-content:center}.save-text{color:#007575;font-size:2.3rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.title{color:#222;font-size:2rem;font-weight:800;margin-bottom:1rem}.desc{color:#333;font-size:1.3rem;line-height:1.6;margin-bottom:1.5rem}.explore-btn{background:#007575;border-radius:6px;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:.3s}.explore-btn:hover{background:#005f5f}.arrival-swiper{margin:auto;max-width:1200px;padding:2rem 0;width:100%}.arrival-swiper img{border-radius:10px;height:320px;object-fit:cover;width:100%}@media (max-width:768px){.new-arrival__content{flex-direction:column;padding:1.5rem;text-align:center}.new-arrival__image{order:1}.new-arrival__text{align-items:center;order:2}.title{font-size:1.5rem}.hero h1{font-size:2rem}.hero p{font-size:1.3rem}.desc,.explore-btn{font-size:.9rem}.explore-btn{padding:.6rem 1.2rem}}@media (min-width:769px) and (max-width:1024px){.new-arrival__content{align-items:center;flex-direction:row;gap:1.5rem;padding:2rem}.title{font-size:1.65rem}.hero h1{font-size:1.5rem}.desc{font-size:1rem}}@media (max-width:900px){.content-section{text-align:center}.content-section,.content-section.alt{flex-direction:column}}@media (max-width:992px){.features{grid-template-columns:1fr;text-align:center}}.latest-collection{padding:1rem 2rem;text-align:center}.collection-header h2{font-family:Times New Roman,Times,serif;font-size:2.5rem;font-weight:700}.collection-header p{color:#555;font-size:1rem;margin-bottom:2rem}.collection-grid{grid-gap:2rem;align-items:center!important;display:grid;gap:2rem;grid-template-columns:repeat(6,1fr);justify-content:center}.collection-grid.three-center{grid-template-columns:repeat(4,1fr);justify-content:center}.collection-grid.two-center{grid-template-columns:repeat(2,1fr);justify-content:center}.collection-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;overflow:hidden;transition:box-shadow .3s ease}.collection-card:hover{box-shadow:0 6px 18px #00000026}.collection-card img{border-bottom:1px solid #eee;height:200px;object-fit:contain;width:100%}.collection-card h4{font-size:1.3rem;font-weight:600;margin:1rem 0}.collection-link{color:inherit;display:block;text-decoration:none}@media (max-width:1024px){.collection-grid{grid-template-columns:repeat(2,1fr)}.collection-card img{height:240px}}@media (max-width:600px){.collection-grid{grid-template-columns:1fr}.collection-header h2{font-size:1.6rem}.collection-card img{height:200px}.collection-card h4{font-size:1rem}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer{background:#0c0c0c;color:#fff;padding:50px 20px 20px}.footer-container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(4,1fr);justify-content:center;margin-left:170px!important;margin:0 auto;max-width:1400px}.footer-section h2{font-size:20px}.footer-section h3{font-size:20px;font-weight:700;margin-bottom:15px;margin-left:55px}.footer-section p{font-size:14.5px;line-height:1.6;margin:5px 0;text-align:left}.social-icons{display:flex;flex-direction:column;gap:8px;margin-left:5px}.social-icons a{color:#fff;font-size:38px;transition:transform .3s ease,color .3s ease}.social-icons a:hover{color:#00aced;transform:scale(1.2)}.footer-links{display:flex;flex-direction:column;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;gap:10px;margin-top:20px}.footer-links a{color:#fff;font-size:18px;font-weight:600;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#00aced}.footer-bottom{border-top:1px solid #333;font-size:14px;margin-top:40px;padding-top:15px;text-align:center}@media (max-width:992px) and (min-width:601px){.footer{padding:40px 24px 20px}.footer-container{gap:32px 40px;grid-template-columns:repeat(2,1fr);margin:0 auto!important;max-width:920px}.footer-section h3{font-size:19px;margin-left:0;text-align:left}.footer-section p{font-size:16px;line-height:1.65;text-align:left}.social-icons{gap:16px}.footer-links,.social-icons{flex-direction:row;justify-content:flex-start}.footer-links{flex-wrap:wrap;gap:14px 18px}}@media (max-width:600px){.footer{padding:32px 16px 18px}.footer-container{gap:22px;grid-template-columns:1fr;margin:0 auto!important;max-width:560px;text-align:left}.footer-section h3{font-size:18px;margin-left:0;text-align:left}.footer-section p{font-size:15.5px;line-height:1.65;text-align:left}.social-icons{flex-direction:row;gap:16px;justify-content:flex-start}.social-icons a{font-size:32px}.footer-links{flex-direction:row;flex-wrap:wrap;gap:12px 16px;justify-content:flex-start}.footer-bottom{font-size:13px;margin-top:28px;text-align:center}}.contact-page{align-items:center;background:url(/static/media/contact-bg.7e0a770f6da924d75164.jpg) no-repeat 50%/cover;display:flex;justify-content:center;margin-top:120px;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.contact-page:before{background:#0006;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.contact-page>*{position:relative;z-index:2}.contact-form{background:#fff3;border-radius:10px;box-shadow:0 8px 20px #0003;display:flex;flex-direction:column;gap:12px;margin-left:-800px;margin-top:80px;max-width:500px;padding:2rem;width:100%}.contact-form h1{color:#fff;font-size:24px;margin-bottom:15px;text-align:center}.contact-form button,.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:6px;font-size:14px;outline:none;padding:12px}.contact-form textarea{min-height:100px;resize:none}.contact-form button{background:#0073e6;border:none;color:#fff;cursor:pointer;font-weight:700;transition:background .3s ease}.contact-form button:hover{background:#005bb5}.dropdown{position:relative}.dropdown input{width:80%}.dropdown-list{background:#fff;border:1px solid #ccc;border-radius:6px;display:none;margin-top:4px;max-height:150px;overflow-y:auto;position:absolute;width:75%;z-index:10}.dropdown input:focus+.dropdown-list,.dropdown-list:hover{display:block}.dropdown-list li{cursor:pointer;font-size:14px;list-style:none;padding:10px}.dropdown-list li:hover{background:#f0f0f0}@media (max-width:768px){.contact-form{padding:1.5rem;width:90%}}.about-section{background:#fff;margin-top:80px;padding:60px 20px;text-align:center}.about-title{display:inline-block;font-family:Times New Roman,Times,serif;font-size:2.5rem;font-weight:700;margin-bottom:20px;position:relative}.about-title:after{background:#00bcd4;border-radius:2px;content:"";display:block;height:3px;margin:10px auto 0;width:70px}.about-img{border-radius:15px;cursor:pointer;height:100%;height:450px;margin:20px auto;object-fit:cover;overflow:hidden;transition:transform .6s ease;width:100%}.about-img:hover{transform:scale(1.05)}.about-content{margin-left:auto;margin-right:auto;margin-top:30px;max-width:900px;text-align:center}.about-subtitle{font-family:Times New Roman,Times,serif;font-size:1.8rem;font-weight:700;margin-bottom:15px}.about-content p{color:#444;font-size:1.1rem;line-height:1.8;margin-bottom:15px}.highlight{color:#00bcd4;font-weight:700}.design-section{background:#fff;margin-bottom:20px;margin-top:-120px;padding:0 9%;text-align:center}.design-title{color:#222;display:inline-block;font-family:Times New Roman,Times,serif;font-size:2.5rem;font-weight:700;margin-bottom:50px;position:relative}.design-title:after{background:#0077b6;border-radius:2px;content:"";display:block;height:4px;margin:10px auto 0;transition:width .4s ease;width:60px}.design-title:hover:after{width:100px}.design-content{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1fr 1fr}.design-text{background:#f9f9f9;border-radius:12px;box-shadow:0 4px 12px #0000000d;color:#333;cursor:default;font-size:1.2rem;line-height:1.7;padding:20px;text-align:justify;transition:all .3s ease}.design-text:hover{background:#eef6ff;box-shadow:0 6px 16px #0000001f;transform:translateY(-4px)}.banner{height:80vh;margin-bottom:20px;overflow:hidden;position:relative;width:100%}.banner__image{border-radius:0;height:100%;object-fit:cover;transition:all .4s ease-in-out;width:100%}.banner__overlay{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:2}.banner__title{font-size:3rem;font-weight:700;text-shadow:0 4px 10px #00000080;text-transform:uppercase}.banner__image:hover{filter:brightness(1.1);transform:scale(1.05)}.new-collection{align-items:center;background-color:#fdf6ec;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:20px;padding:3rem 2rem}.collection-image img{border-radius:12px;box-shadow:0 6px 18px #00000026;max-width:500px;transition:transform .4s ease,box-shadow .4s ease;width:100%}.collection-image img:hover{box-shadow:0 8px 24px #0003;transform:scale(1.03)}.collection-content{max-width:550px}.offer-text{color:#d39e00;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.collection-title{color:#222;font-size:2.2rem;font-weight:800;margin-bottom:1rem}.collection-description{color:#333;font-size:1rem;line-height:1.6;margin-bottom:1rem}.explore-btn{background-color:#f4a300;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 1.8rem;transition:background .3s ease}.explore-btn:hover{background-color:#d98c00}@media (max-width:1024px){.new-collection{flex-direction:column;text-align:center}.collection-content{max-width:100%}.collection-title{font-size:2rem}.collection-description{font-size:.95rem}}@media (max-width:768px){.new-collection{padding:2rem 1rem}.collection-title{font-size:1.8rem}.explore-btn{padding:1rem;width:100%}}@media (max-width:480px){.collection-title{font-size:1.5rem}.collection-description,.explore-btn{font-size:.9rem}}@media (max-width:1024px){.banner{height:65vh}.banner__title{font-size:2.5rem}}@media (max-width:768px){.banner{height:50vh}.banner__title{font-size:2rem}}@media (max-width:480px){.banner{height:40vh}.banner__title{font-size:1.5rem}}@media (max-width:1024px){.about-title{font-size:2.2rem}.design-section{padding:60px 8%}.design-title{font-size:2rem}.design-content{gap:25px}.about-subtitle{font-size:1.6rem}.about-content p{font-size:1rem}}@media (max-width:768px){.about-section{padding:40px 15px}.about-title{font-size:2rem}.about-subtitle{font-size:1.4rem}.about-content p{font-size:.95rem}.design-content{grid-template-columns:1fr}.design-text{font-size:1rem;padding:18px}.design-title{font-size:1.8rem}}@media (max-width:480px){.about-title{font-size:1.8rem}.about-subtitle{font-size:1.2rem}.about-content{text-align:left}.about-content p{font-size:.9rem;line-height:1.6}.design-section{padding:40px 6%}.design-title{font-size:1.6rem}.design-text{font-size:.95rem;line-height:1.6;padding:15px}}.ourstory-section{background:#fff;padding:30px 20px}.ourstory-wrapper{margin:0 auto;max-width:1200px;text-align:center}.ourstory-title{display:inline-block;font-family:Times New Roman,Times,serif;font-size:2.5rem;font-weight:700;margin-bottom:50px;position:relative}.ourstory-title:after{animation:underlineExpand 1.5s ease forwards;background:#40c4e4;border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}@keyframes underlineExpand{0%{width:0}to{width:60px}}.ourstory-content{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr}.ourstory-image img{border-radius:12px;box-shadow:0 8px 25px #00000026;height:auto;transition:transform .4s ease;width:100%}.ourstory-image img:hover{transform:scale(1.03)}.ourstory-textbox{text-align:left}.ourstory-textbox h3{font-family:Times New Roman,Times,serif;font-size:1.6rem;font-weight:700;margin-bottom:15px}.ourstory-textbox p{color:#000;font-size:1.3rem;line-height:1.6;margin-bottom:25px}.ourstory-btn{background:#40c4e4;border-radius:6px;color:#fff;display:inline-block;font-weight:700;padding:12px 25px;text-decoration:none;transition:background .3s ease,box-shadow .3s ease}.ourstory-btn:hover{background:#2fa6c5;box-shadow:0 6px 18px #40c4e466}@media (max-width:992px){.ourstory-content{grid-template-columns:1fr;text-align:center}.ourstory-textbox{text-align:center}.ourstory-title{font-size:2rem}}@media (max-width:600px){.ourstory-section{padding:50px 15px}.ourstory-title{font-size:1.8rem}.ourstory-textbox h3{font-size:1.3rem}.ourstory-btn,.ourstory-textbox p{font-size:.95rem}.ourstory-btn{padding:10px 20px}}.career-heading{color:#000;font-family:Roboto Slab,serif;font-size:40px!important;margin-top:170px;text-align:center}.career-heading:after{background:#00bcd4;border-radius:2px;content:"";display:block;height:3px;margin:10px auto 0;width:70px}.career-banner{height:550px!important;margin-top:50px;overflow:hidden;position:relative;width:100%}.career-banner img{height:550px;object-fit:cover;width:100%}.career-text{border-radius:8px;color:#fff!important;left:50%;padding:1rem 2rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:2}.career-para{font-size:9px!important;margin-bottom:0;margin-top:-80px;text-align:left}.career-text h1{font-size:3rem;margin-bottom:8rem}.career-text h1,.career-text p{color:#fff!important;font-weight:700}.career-text p{font-size:1.2rem;margin:.5rem 0}.career-banner:after{background:#0000004d;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.currentopening-div{margin-top:80px}.currentopening-heading{align-items:center;display:flex;gap:1rem;justify-content:center}.currentopening-heading h1{font-size:36px}.para{font-size:22px;font-weight:400;text-align:center}.career-container{margin:auto;padding:40px 20px;width:80%}.career-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.career-card{background:#fff;border-radius:12px;cursor:pointer;padding:18px;text-align:center;transition:all .3s ease}.career-card:hover{box-shadow:0 6px 15px #0003;transform:translateY(-4px)}.career-img{height:150px;margin-bottom:12px;object-fit:contain;width:90px}.career-title{color:#333;font-size:21px;font-weight:600}.careerLastDiv{align-items:center;display:flex;gap:30px;margin:auto auto 120px;width:80%}.careerLeftDiv img{border-radius:12px;max-width:800px;width:100%}.careerRightDiv p{font-size:20px;font-weight:500}.mailDiv{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.mailDiv p{font-size:20px;font-weight:400}@media (max-width:1024px){.career-grid{grid-template-columns:repeat(2,1fr)}.career-text h1{font-size:2.2rem;margin-bottom:3rem}.career-text p{font-size:1rem}.careerLastDiv{flex-direction:column;text-align:center}.careerRightDiv{margin-left:0}.careerRightDiv p{font-size:18px}.careerLastDiv{margin-bottom:80px}}@media (max-width:768px){.career-grid{grid-template-columns:1fr}.career-text h1{font-size:1.8rem;margin-bottom:2rem}.career-text p{font-size:.9rem}.career-heading{font-size:24px}.careerLastDiv{flex-direction:column;width:90%}.careerRightDiv p{font-size:16px}.careerLastDiv{margin-bottom:80px}}@media (max-width:480px){.career-text h1{font-size:1.5rem;margin-bottom:1.5rem}.career-text p{font-size:.8rem}.career-heading{font-size:20px}.career-img{height:55px;width:55px}.career-title{font-size:14px}.careerLastDiv{margin-bottom:80px}}.products-container{margin-top:120px!important}.product-img{object-fit:contain!important}.products-container{margin:auto;max-width:1400px;padding:2rem}.products-heading{color:#222;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.products-heading:after{background:#00bcd4;border-radius:2px;content:"";display:block;height:3px;margin:10px auto 0;width:160px}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)!important}.product-card{border-radius:1rem;box-shadow:0 4px 12px #00000026;cursor:pointer;position:relative}.product-card:hover{transform:scale(1.05)}.product-img{display:block;height:250px}.product-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.product-overlay h3{color:#fff;font-size:1.25rem;font-weight:700}@media (min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}.product-img{height:300px}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}.product-img{height:320px}}.men-section{margin-top:120px;padding:3rem 5%;text-align:center}.section-heading{color:#222;font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative}.section-heading:after{background:#00b4d8;border-radius:2px;content:"";display:block;height:3px;margin:.5rem auto 0;width:150px}.men-products{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.product-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #00000014;overflow:hidden;text-align:center;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-card a{color:inherit!important;display:block;text-decoration:none!important}.product-card a:hover{color:#00b4d8;text-decoration:none!important}.product-img{height:280px;object-fit:cover;width:100%}.product-subtitle{color:#666;font-size:.9rem;margin-top:.8rem}.product-title{font-size:1.2rem;font-weight:600;margin:.4rem 0 1rem;text-decoration:none!important}@media (max-width:992px){.men-products{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.section-heading{font-size:1.8rem}}@media (max-width:600px){.men-products{gap:1.2rem;grid-template-columns:1fr;padding:0 1rem}.section-heading{font-size:1.5rem}.product-title{font-size:1rem}}.pj{margin:150px auto 0;max-width:1200px;padding:24px}.pj__grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(1,minmax(0,1fr))}.pj__card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;box-shadow:0 6px 14px #0000000f;margin-top:50PX;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pj__card:hover{border-color:#e0e0e0;box-shadow:0 10px 20px #00000014;transform:translateY(-4px)}.pj__image{border-radius:10px;display:block;height:auto;object-fit:contain;width:100%}.pj__name{color:#111;font-size:1.05rem;line-height:1.3;margin:12px 0 6px;text-align:center}.pj h1{font-family:Georgia,Times New Roman,Times,serif}.pj__desc{color:#555;font-size:.95rem;margin:0 0 12px;text-align:center}.pj__btn{background:#7bdcb5;border-radius:8px;color:#000;display:block;font-weight:600;margin:auto;padding:10px 14px;text-align:center;text-decoration:none;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.pj__btn:hover{background:#71c5a4;box-shadow:0 6px 12px #0d6efd40;transform:translateY(-1px)}@media (min-width:640px){.pj__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.pj__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:359px){.pj{padding:16px}.pj__card{padding:12px}.pj__name{font-size:1rem}.pj__desc{font-size:.9rem}.pj__btn{padding:9px 12px}}.ph{margin:150px auto 0;max-width:1600px;padding:24px}.ph h1{font-family:Georgia,Times New Roman,Times,serif}.ph__grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.ph__card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;box-shadow:0 6px 14px #0000000f;justify-self:center;margin-top:50PX;max-width:350px;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;width:100%}.ph__card:hover{border-color:#e0e0e0;box-shadow:0 10px 20px #00000014;transform:translateY(-4px)}.ph__image{border-radius:10px;display:block;height:300px;object-fit:contain;width:100%}.ph__name{color:#111;font-size:1.05rem;line-height:1.3;margin:12px 0 6px;text-align:center}.ph__card,.ph__card h3,.ph__card span{text-decoration:none!important}.ph__desc{color:#555;font-size:.95rem;margin:0 0 12px}.ph__btn{background:#7bdcb5;border-radius:8px;color:#000;display:inline-block;display:block;font-weight:600;margin:auto;padding:10px 14px;text-align:center;text-decoration:none;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.ph__btn:hover{background:#71c5a4;box-shadow:0 6px 12px #0d6efd40;transform:translateY(-1px)}@media (min-width:640px){.ph__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.ph__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:359px){.ph{padding:16px}.ph__card{padding:12px}.ph__name{font-size:1rem}.ph__desc{font-size:.9rem}.ph__btn{padding:9px 12px}}.ps{margin:150px auto 0;max-width:1600px;padding:24px}.ps h1{font-family:Georgia,Times New Roman,Times,serif}.ps__grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(1,minmax(0,1fr))}.ps__card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;box-shadow:0 6px 14px #0000000f;margin-top:50PX;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;width:50%}.ps__card:hover{border-color:#e0e0e0;box-shadow:0 10px 20px #00000014;transform:translateY(-4px)}.ps__image{border-radius:10px;display:block;height:350px;object-fit:contain;width:100%}.ps__name{color:#111;font-size:1.05rem;line-height:1.3;margin:12px 0 6px;text-align:center}.ps__desc{color:#555;font-size:.95rem;margin:0 0 12px;text-align:center}.ps__btn{background:#7bdcb5;border-radius:8px;color:#000;display:block;font-weight:600;margin:auto;padding:10px 14px;text-align:center;text-decoration:none;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.ps__btn:hover{background:#71c5a4;box-shadow:0 6px 12px #0d6efd40;transform:translateY(-1px)}@media (min-width:640px){.ps__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.ps__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:359px){.ps{padding:16px}.ps__card{padding:12px}.ps__name{font-size:1rem}.ps__desc{font-size:.9rem}.ps__btn{padding:9px 12px}}.pt{margin:150px auto 0;max-width:1500px;padding:24px}.pt h1{font-family:Georgia,Times New Roman,Times,serif}.pt__grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(1,minmax(0,1fr));justify-content:center;justify-items:center}.pt__card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;box-shadow:0 6px 14px #0000000f;margin-top:50PX;max-width:350px;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;width:100%}.pt__card:hover{border-color:#e0e0e0;box-shadow:0 10px 20px #00000014;transform:translateY(-4px)}.pt__image{border-radius:10px;display:block;height:350px;object-fit:contain;width:100%}.pt__name{color:#111;font-size:1.05rem;line-height:1.3;margin:12px 0 6px;text-align:center}.pt__desc{color:#555;font-size:.95rem;margin:0 0 12px;text-align:center}.pt__btn{background:#7bdcb5;border-radius:8px;color:#000;display:block;font-weight:600;margin:auto;padding:10px 14px;text-align:center;text-decoration:none;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.pt__btn:hover{background:#71c5a4;box-shadow:0 6px 12px #0d6efd40;transform:translateY(-1px)}@media (min-width:640px){.pt__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.pt__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:359px){.pt{padding:16px}.pt__card{padding:12px}.pt__name{font-size:1rem}.pt__desc{font-size:.9rem}.pt__btn{padding:9px 12px}}.psl{margin:150px auto 0;max-width:1600px;padding:24px}.psl h1{font-family:Georgia,Times New Roman,Times,serif}.psl__grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center}.psl__card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;box-shadow:0 6px 14px #0000000f;justify-self:center;margin-top:50PX;max-width:350px;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;width:100%}.psl__card:hover{border-color:#e0e0e0;box-shadow:0 10px 20px #00000014;transform:translateY(-4px)}.psl__image{border-radius:10px;display:block;height:350px;object-fit:contain;width:100%}.psl__name{color:#111;font-size:1.05rem;line-height:1.3;margin:12px 0 6px;text-align:center}.psl__desc{color:#555;font-size:.95rem;margin:0 0 12px;text-align:center}.psl__btn{background:#7bdcb5;border-radius:8px;color:#000;display:block;font-weight:600;margin:auto;padding:10px 14px;text-align:center;text-decoration:none;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.psl__btn:hover{background:#71c5a4;box-shadow:0 6px 12px #0d6efd40;transform:translateY(-1px)}@media (min-width:640px){.psl__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.psl__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:359px){.psl{padding:16px}.psl__card{padding:12px}.psl__name{font-size:1rem}.psl__desc{font-size:.9rem}.psl__btn{padding:9px 12px}}.pgp{margin:150px auto 0;max-width:1600px;padding:24px}.pgp h1{font-family:Georgia,Times New Roman,Times,serif}.pgp__grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(1,minmax(0,1fr))}.pgp__card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;box-shadow:0 6px 14px #0000000f;margin-top:50PX;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;width:50%}.pgp__card:hover{border-color:#e0e0e0;box-shadow:0 10px 20px #00000014;transform:translateY(-4px)}.pgp__image{border-radius:10px;display:block;height:350px;object-fit:contain;width:100%}.pgp__name{color:#111;font-size:1.05rem;line-height:1.3;margin:12px 0 6px;text-align:center}.pgp__desc{color:#555;font-size:.95rem;margin:0 0 12px;text-align:center}.pgp__btn{background:#7bdcb5;border-radius:8px;color:#000;display:block;font-weight:600;margin:auto;padding:10px 14px;text-align:center;text-decoration:none;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.pgp__btn:hover{background:#71c5a4;box-shadow:0 6px 12px #0d6efd40;transform:translateY(-1px)}@media (min-width:640px){.pgp__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.pgp__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:359px){.pgp{padding:16px}.pgp__card{padding:12px}.pgp__name{font-size:1rem}.pgp__desc{font-size:.9rem}.pgp__btn{padding:9px 12px}}.pmf{margin:150px auto 0;max-width:1600px;padding:24px}.pmf h1{font-family:Georgia,Times New Roman,Times,serif}.pmf__grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(1,minmax(0,1fr))}.pmf__card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;box-shadow:0 6px 14px #0000000f;margin-top:50PX;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;width:90%!important}.pmf__card:hover{border-color:#e0e0e0;box-shadow:0 10px 20px #00000014;transform:translateY(-4px)}.pmf__image{border-radius:10px;display:block;height:350px;object-fit:cover;width:100%}.pmf__name{color:#111;font-size:1.05rem;line-height:1.3;margin:12px 0 6px;text-align:center}.pmf__desc{color:#555;font-size:.95rem;margin:0 0 12px;text-align:center}.pmf__btn{background:#7bdcb5;border-radius:8px;color:#000;display:block;font-weight:600;margin:auto;padding:10px 14px;text-align:center;text-decoration:none;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.pmf__btn:hover{background:#71c5a4;box-shadow:0 6px 12px #0d6efd40;transform:translateY(-1px)}@media (min-width:640px){.pmf__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.pmf__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:359px){.pmf{padding:16px}.pmf__card{padding:12px}.pmf__name{font-size:1rem}.pmf__desc{font-size:.9rem}.pmf__btn{padding:9px 12px}}.pwf{margin:150px auto 0;max-width:1600px;padding:24px}.pwf h1{font-family:Georgia,Times New Roman,Times,serif}.pwf__title{font-size:42px;margin-bottom:40px;text-align:center}.pwf__grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));justify-content:center;justify-items:center}.pwf__card{background:#fff;border:1px solid #e9e9e9;border-radius:14px;box-shadow:0 6px 14px #0000000f;justify-self:center;margin-top:20px;max-width:360px;padding:16px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;width:100%}.pwf__card:hover{border-color:#e0e0e0;box-shadow:0 10px 20px #00000014;transform:translateY(-4px)}.pwf__image{background:#f9f9f9;border-radius:10px;display:block;height:auto;object-fit:contain;width:100%}.pwf__name{color:#111;font-size:1.05rem;line-height:1.3;margin:12px 0 6px;text-align:center}.pwf__desc{color:#555;font-size:.95rem;margin:0 0 12px;text-align:center}.pwf__btn{background:#7bdcb5;border-radius:8px;color:#000;display:block;font-weight:600;margin:auto;padding:10px 14px;text-align:center;text-decoration:none;transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.pwf__btn:hover{background:#71c5a4;box-shadow:0 6px 12px #0d6efd40;transform:translateY(-1px)}@media (min-width:640px){.pwf__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:992px){.pwf__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:359px){.pwf{padding:16px}.pwf__card{padding:12px}.pwf__name{font-size:1rem}.pwf__desc{font-size:.9rem}.pwf__btn{padding:9px 12px}}.joggers-page{margin-top:100px;padding:20px;text-align:center}.joggers-title{font-family:Georgia,Times New Roman,Times,serif;font-size:2.2rem}.joggers-container{align-items:center;display:flex;gap:32px;justify-content:center}.joggers-gallery{align-items:center;display:flex;flex-direction:column;margin-left:-380px}.joggers-main{height:500px!important;margin:0;overflow:hidden;position:relative;width:480px}.joggers-main-img{border:2px solid #eee;border-radius:10px;display:block;height:550px!important;object-fit:contain!important;transition:opacity .3s;width:100%}.joggers-main.magnify img{opacity:0}.joggers-main.magnify{background-repeat:no-repeat;cursor:zoom-in}.joggers-thumbnails{display:flex;gap:10px;margin-top:15px}.joggers-thumb{border:2px solid #0000;border-radius:6px;cursor:pointer;height:70px;object-fit:cover;transition:.3s;width:70px}.joggers-thumb.active,.joggers-thumb:hover{border:2px solid #4a7dff}.joggers-info{display:flex;flex-direction:column;gap:14px;margin-left:180px;margin-top:-120px;max-width:360px;text-align:center}.joggers-btn{background-color:#4a7dff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;text-decoration:none}.joggers-btn:hover{background-color:#345dcc}@media (max-width:1024px){.joggers-container{gap:24px}.joggers-main{width:360px}}@media (max-width:768px){.joggers-container{grid-row-gap:16px;display:grid;grid-template-columns:1fr;justify-items:center;margin:0 auto;padding:12px;row-gap:16px}.joggers-main{max-width:420px;width:100%}.joggers-main-img{height:auto!important;max-height:none!important;object-fit:contain;width:100%}.joggers-info{margin:0 auto;max-width:420px;text-align:center}.joggers-title{font-size:1.5rem;margin-top:8px}.joggers-btn{font-size:1rem;margin-top:10px;padding:8px 18px}.joggers-thumbnails{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:12px}.joggers-thumb{height:70px;width:70px}}@media (max-width:480px){.joggers-container{grid-template-columns:120px 1fr}.joggers-main{width:120px}.joggers-title{font-size:1.1rem}.joggers-thumb{height:50px;width:50px}}.product-page{margin-top:100px;padding:20px;text-align:center}.title{font-size:2.5rem;margin-bottom:20px}.product-container{align-items:center;display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.slider{max-width:100%;position:relative;width:400px}.product-image{border:2px solid #000;border-radius:8px;cursor:zoom-in;transition:transform .3s ease-in-out;width:100%}.product-image.zoomed{cursor:zoom-out;transform:scale(1.8)}.arrow{background:#0006;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;padding:10px;position:absolute;top:50%;transform:translateY(-50%)}.arrow.left{left:-20px}.arrow.right{right:-20px}.product-info{max-width:300px;text-align:left}.contact-btn{background-color:#4a7dff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px}.contact-btn:hover{background-color:#345dcc}.lightbox{align-items:center;background:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.fullscreen-img{max-height:90%;max-width:90%}.close-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:2rem;position:absolute;right:30px;top:20px}.zoom-container{align-items:center;display:flex;justify-content:center;max-height:90%;max-width:90%;overflow:hidden}.fullscreen-img{border-radius:8px;cursor:zoom-in;max-height:100%;max-width:100%}.joggers-btn .joggers-link{color:#fff;display:block;height:100%;text-decoration:none;width:100%}@media (max-width:1024px){.title{font-size:2rem}.product-container{flex-direction:column;gap:20px}}@media (max-width:768px){.slider{width:90%}.product-info{text-align:center}}@media (max-width:480px){.arrow,.title{font-size:1.5rem}.arrow{padding:5px}.contact-btn{width:100%}}.events-cover{align-items:center!important;background:url(/static/media/comingsoon.f3a900e90677c4dcc77e.webp) no-repeat 50%;background-size:contain;display:block;justify-content:center;margin:auto;min-height:100vh;padding:10px;text-align:center;width:550px}@media (max-width:1024px){.events-cover{background-position:top;margin-top:60px;min-height:80vh;padding:15px}}@media (max-width:600px){.events-cover{background-position:top;margin-top:50px;min-height:70vh;padding:10px}}
/*# sourceMappingURL=main.f68937e5.css.map*/