@charset "UTF-8";header{position:sticky;top:0;z-index:1000;background-color:var(--background-color-light)}header.scrolled{box-shadow:0 2px 4px #0000001a}nav{display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.phone-navbar-container{position:fixed;bottom:0;left:0;right:0;background-color:var(--background-color-light);display:none;justify-content:space-between;align-items:center;padding:1rem 2rem;box-shadow:0 -2px 4px #0000001a}nav ul{display:flex;gap:2rem;align-items:center}.phone-navbar-container ul{width:100%;justify-content:space-around}nav .hide-on-large{display:none}.navbar-logo{width:90px;height:90px;cursor:pointer}nav .left-links,nav .right-links{min-width:480px}nav ul li .nav-link.active{color:var(--color-sea-green)}.navbar-logo img{width:100%;height:100%;object-fit:contain}ul li .nav-link .nav-icon,.search-box .nav-icon{width:18px;object-fit:contain;cursor:pointer}ul li .nav-link{position:relative;padding:.2em 0}ul li .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.1em;background-color:var(--color-sea-green);opacity:0;transform:translate3d(-100%,0,0);transition:opacity .5s,transform .5s}ul li .nav-link:hover:after,ul li .nav-link:focus:after{opacity:1;transform:translateZ(0)}.cart-item-number{position:absolute;top:-.8rem;right:-.5rem;color:red;font-size:.9rem}.dropdown{position:relative;display:inline-block}.dropdown-content{visibility:hidden;opacity:0;position:absolute;top:100%;padding-top:32px;z-index:1001;transition:opacity .3s ease,visibility .3s ease}.dropdown-content.show-up{top:-150px;padding-top:0;padding-bottom:32px}.dropdown-content.w-1200{width:1200px}.dropdown-content .content-box{background-color:#fff;box-shadow:-1px 1px 12px 5px #0000001a;padding:1rem 2rem;display:flex;gap:1.5rem}.dropdown-content.w-1200 .content-box{flex-direction:column}.dropdown-content .content-box .content-column .title-link{font-weight:700;color:var(--color-onyx-green)}.dropdown-content .content-box .content-column .content-sub-column{display:flex;flex-direction:column;gap:.5rem}.dropdown-content.w-1200 .content-box .content-column .content-sub-column{flex-direction:row}.dropdown:hover{color:var(--color-sea-green)}.dropdown:hover .dropdown-content{visibility:visible;opacity:1}.dropdown .nav-link.flex .nav-arrow{width:12px;object-fit:contain;transition:transform .3s ease;filter:invert(1);transform:rotate(90deg)}.content-sub-column .has-image{display:flex;gap:.5rem;align-items:center}.content-sub-column .category-icon{width:24px;height:24px;object-fit:contain;transition:transform .5s ease}.content-sub-column .has-image:hover .category-icon{transform:scale(1.1)}.dropdown-content .content-box .dropdown-item,.dropdown-content .content-box a{padding:8px;text-decoration:none;color:#000;justify-self:stretch;cursor:pointer}.dropdown-content .dropdown-item:hover,.dropdown-content a:hover{color:var(--color-sea-green)}.search-box{position:relative;display:flex;align-items:center;border:1px solid black;border-radius:5px;gap:.5rem;padding:0 .5rem;width:580px}.search-box input{border:none;outline:none;width:100%}@media screen and (max-width: 768px){nav .left-links,nav .right-links{display:none}nav .hide-on-large{display:block}.navbar-logo{width:64px;height:64px}.search-box{width:100%}.phone-navbar-container{display:flex;cursor:pointer}.phone-navbar-container .phone-nav-icon{width:28px;height:28px;object-fit:contain}}aside{position:fixed;top:0;width:480px;height:100vh;background-color:#fff;box-shadow:-2px 0 5px #0000001a;transition:transform .3s ease-in-out;z-index:10001;padding:1.5rem 3rem;display:flex;flex-direction:column;gap:1rem}aside.sidebar{left:0;transform:translate(-100%)}aside.cart-sidebar{justify-content:space-between;transform:translate(100%);right:0}aside.open{transform:translate(0)}aside .cart-header{display:flex;flex-direction:column;margin-bottom:1rem}aside .cart-header .cross-icon{width:16px;height:16px;cursor:pointer;align-self:flex-end}aside .cart-header .cross-icon img{width:100%;height:100%;object-fit:contain}.cart-items{display:flex;flex-direction:column;gap:1rem;max-height:340px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-sea-green) #f1f1f1}.cart-items .cart-item-card{display:flex;gap:1.5rem;margin-bottom:.5rem}.cart-items .cart-item-card .cart-item-image{width:100px;height:100px;border-radius:5px;overflow:hidden}.cart-items .cart-item-card .cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-items .cart-item-card .cart-item-details{display:flex;flex-direction:column;gap:.5rem}.cart-footer{display:flex;flex-direction:column;gap:1rem}aside .cart-footer .cost{display:flex;justify-content:space-between;align-items:center}.sidebar .flex{justify-content:space-between}.sidebar .flex .nav-icon{width:18px;object-fit:contain;cursor:pointer}.sidebar ul{max-height:100vh;overflow-y:auto;scrollbar-width:none}.sidebar ul li{display:flex;gap:1rem;align-items:center;border-bottom:1px solid #e0e0e0;padding:1rem 0}.sidebar ul .has-next .flex{width:100%}.sidebar ul .has-next .flex .nav-icon{filter:contrast(0%);width:12px}.sidebar .nav-link{text-decoration:none;cursor:pointer}.next-content{transition:max-height .3s ease-in-out}.sidebar .next-content .flex .nav-icon{width:14px;object-fit:contain;cursor:pointer;filter:invert(1);transform:rotate(180deg)}.sidebar .next-content .flex .submenu-title{font-size:1.2rem;font-weight:400;color:var(--text-color-dark)}.login-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000001a;display:flex;justify-content:center;align-items:center;transition:background-color .5s ease}.login-modal .login-modal__container{background-color:#fff;padding:2rem;border-radius:10px;position:relative;box-shadow:0 0 10px #0003;visibility:hidden;opacity:0;transform:translateY(-100px);transition:opacity .5s ease,visibility .3s ease,transform .5s ease}.login-modal .login-modal__container.open{visibility:visible;opacity:1;transform:translateY(0)}.login-modal .login-modal__container .login-modal__header{padding:10px;border-radius:5px;display:flex;justify-content:space-between;flex-direction:column;align-items:center;gap:.5rem}.login-modal__header .close-button{cursor:pointer;position:absolute;top:5px;right:5px}.login-modal .login-modal__container .login-modal__body{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.login-modal .login-modal__body form{display:flex;flex-direction:column;gap:1rem}.login-modal .login-modal__body form .forgot-password{cursor:pointer;color:#c79311;font-size:.89rem}.login-modal__body form .forgot-password:hover{text-decoration:underline}.login-modal .login-modal__body .login-modal__footer{display:flex;justify-content:center;gap:.5rem;margin-top:.5rem}.login-modal .login-modal__body .login-modal__footer .login-modal__footer__link{color:var(--color-sea-green);cursor:pointer}.login-modal .login-modal__body .login-modal__footer .login-modal__footer__link:hover{text-decoration:underline}@media screen and (max-width: 768px){.login-modal .login-modal__container{width:80%}}footer{display:flex;flex-direction:column;gap:1rem;padding:1rem;width:100%;z-index:100}footer hr{color:var(--color-onyx-green)}footer .top-section{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:2rem}footer .top-section .left .footer-logo{width:148px;height:148px;margin-bottom:1rem}footer .top-section .left .footer-logo img{width:100%;height:100%;object-fit:contain}footer .top-section .left .subscribe-box{display:flex;align-items:center;gap:1rem;background-color:var(--color-onyx-green);border-radius:8px;color:#fff;padding:.5rem 1rem}footer .top-section .left .subscribe-box .input-container{display:flex;align-items:center;border:1px solid var(--color-sea-green);border-radius:8px;overflow:hidden}footer .top-section .left .subscribe-box .input-container input{border:none;background-color:transparent;color:#fff;min-width:280px;padding:.5rem;font-size:1rem}footer .top-section .left .subscribe-box .input-container input:focus{outline:none}footer .top-section .right{display:flex;flex-wrap:wrap;gap:3rem}footer .top-section .right ul{display:flex;flex-direction:column;gap:.5rem}footer .top-section .right ul .footer-title{font-size:1.3rem;font-weight:500;color:var(--color-sea-green)}footer .top-section .right ul li{display:flex;gap:.5rem;align-items:center}.footer-social-icon{width:28px;height:28px;object-fit:cover;cursor:pointer;transition:transform .3s ease}.footer-social-icon:hover{transform:scale(1.1)}footer .bottom-section ul{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center}footer .bottom-section ul hr{width:1px;height:1.5rem;background-color:var(--color-light-grey)}footer .bottom-section ul li a{font-size:1rem}footer .bottom-section ul li a img{width:72px;height:28px;object-fit:contain}@media screen and (max-width: 768px){footer .top-section{flex-direction:column;align-items:flex-start;gap:2rem}footer .top-section .left{display:flex;align-items:center;flex-direction:column;gap:1rem;width:100%}footer .top-section .left .footer-logo{width:96px;height:96px}footer .top-section .left .subscribe-box{flex-direction:column;gap:1rem;padding:.5rem 1rem}footer .bottom-section ul{gap:1rem}footer .bottom-section ul li a{font-size:.8rem}footer .bottom-section ul li a img{width:48px}footer .top-section .left .subscribe-box .input-container input{min-width:180px}}.customer-review-card{display:flex;justify-content:space-between;align-items:center;gap:1rem;background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 0 10px #0000001a;min-width:580px;min-height:280px;transition:transform .3s ease}.customer-review-card .left-side{display:flex;flex-direction:column;justify-content:space-between;max-width:280px;gap:1rem}.customer-review-card .left-side .rating{display:flex;gap:.5rem}.customer-review-card .left-side .rating .star{width:24px;height:24px;object-fit:contain}.customer-review-card .left-side .customer-words{font-size:.9rem;min-height:100px;max-height:120px;overflow-y:auto;text-align:justify}.customer-review-card .right-side{width:148px;height:148px;border-radius:.5rem;overflow:hidden}.customer-review-card .right-side img{width:100%;height:100%;object-fit:cover}.related-product{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%;cursor:pointer}.related-product .add-to-wishlist{position:absolute;top:.5rem;left:.5rem;z-index:100;cursor:pointer;width:24px;height:24px;object-fit:contain;transition:transform .3s ease}.related-product .add-to-wishlist.has-filter{filter:drop-shadow(1px 1px 5px rgba(0,0,0,.5))}.related-product .add-to-wishlist:hover{transform:scale(1.2)}.related-product .related-product-title,.related-product .related-product-price{font-weight:400;width:100%}.related-product .show-on-hover{position:absolute;bottom:0;opacity:0;transition:all .5s ease;z-index:100}.related-product:hover .show-on-hover{display:block;visibility:visible;transform:translateY(-100px);opacity:1}.related-product{position:relative;cursor:pointer}.related-product-image{width:100%;height:auto;display:block;transition:opacity .6s ease-in-out,transform .6s ease-in-out;opacity:1;transform:scale(1)}.related-product-image.secondary{position:absolute;top:0;left:0;opacity:0;transform:scale(1.01);text-align:center}.related-product:hover .related-product-image{opacity:0;transform:scale(1.01)}.related-product:hover .related-product-image.secondary{opacity:1;transform:scale(1)}.related-product-image.primary{opacity:1!important}.ribbon-2{--f: 10px;--r: 0px;--t: 16px;position:absolute;inset:var(--t) calc(-1 * var(--f)) auto auto;padding:0 10px var(--f);clip-path:polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),var(--r) calc(50% - var(--f) / 2));background:red;color:#fff;box-shadow:0 calc(-1 * var(--f)) 0 inset #0005}.tarot-card-container{perspective:1000px}.tarot-card{width:240px;aspect-ratio:2/3;height:auto;position:relative;transform-style:preserve-3d;transition:transform .6s;box-shadow:0 4px 8px #0000001a}.tarot-card .card-front,.tarot-card .card-back{position:absolute;cursor:pointer;width:100%;height:100%;backface-visibility:hidden;border-radius:10px}.tarot-card .card-front{background:#fff;background-image:url(/assets/tarot-card-hch-Cl6ef9qN.jpg);background-size:contain;background-position:center;padding:.5rem;transform:rotateY(180deg)}.tarot-card .card-front .card-content{padding:.5rem;width:100%;height:100%;border-radius:8px;background-color:#fff}.tarot-card .card-back{padding:.5rem;background-color:#fff;background:#333;background-image:url(/assets/tarot-card-hch-Cl6ef9qN.jpg);background-size:contain;background-position:center}.tarot-card.flipped{transform:rotateY(180deg)}@media screen and (max-width: 768px){.customer-review-card{min-width:100%;flex-direction:column;gap:1rem}.customer-review-card .left-side{max-width:100%}.customer-review-card .right-side{width:100%;height:200px}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.carousel-container{width:100%;padding:20px 0;margin-bottom:20px}.carousel-container.hide-buttons .slick-arrow,.slider-container.hide-buttons .slick-arrow{display:none!important}.carousel-item{display:flex!important;justify-content:center;gap:1.5rem;padding:1rem 2rem;border-left:1px solid #ccc}.carousel-item .item-content{flex-basis:55%;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem}.carousel-item .item-content .item-title{font-weight:500;font-size:2rem}.carousel-item .item-content .item-title.small{font-size:1.5rem}.carousel-item .item-content .item-description{font-size:1rem;text-align:justify;height:90px;overflow:hidden;display:-webkit-box;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;white-space:normal}.carousel-slide{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.image-wrapper{flex-basis:40%;height:240px;border-radius:15px;overflow:hidden;border:1px solid #ccc}.image-wrapper img{width:100%;height:100%;object-fit:cover}.wide-carousel-slide img{width:100%;height:200px;object-fit:contain}.slick-arrow{z-index:1;width:28px;height:28px;object-fit:contain}.slick-next{transform:rotate(180deg)}.video-carousel-item,.special-carousel-item{display:flex;flex-direction:column;align-items:center;padding:1rem}.video-wrapper{position:relative;width:100%;height:auto;cursor:pointer;margin-bottom:1rem}.carousel-video{width:100%;height:100%;aspect-ratio:9/16;border-radius:15px;display:block;object-fit:cover}video::-webkit-media-controls-fullscreen-button{display:none}.unmute-button{position:absolute;bottom:.5rem;right:0;transform:translate(-50%);background-color:#0009;color:#fff;border:none;padding:.5rem .75rem;font-size:14px;border-radius:5px;cursor:pointer;z-index:2;display:none}.video-wrapper:hover .unmute-button{display:block}.unmute-button:hover{background-color:#000c}.special-carousel-item .image-wrapper{width:280px;aspect-ratio:9/16;height:400px;overflow:hidden;border-radius:15px}.special-carousel-item img{width:100%;height:100%;object-fit:cover}.special-carousel-item .carousel-item-content{display:flex;flex-direction:column;gap:1rem;padding:1rem}.related-product{display:flex;flex-direction:column;gap:.5rem;width:100%;height:100%;cursor:pointer}.related-product .related-product-image{width:100%;height:320px;border-radius:15px;overflow:hidden;object-fit:cover}.image-carousel{padding:0 2rem;flex:1;display:flex;flex-direction:column;gap:1rem;position:relative}.thumbnails{display:flex;align-items:center;gap:.5rem;overflow-x:auto;min-height:100px;-ms-overflow-style:none;scrollbar-width:none;margin-top:.5rem;transition:all .3s ease}.thumbnail{width:92px;height:92px;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.thumbnail:hover{border-color:var(--color-sea-green);transform:scale(1.1)}.thumbnail.active{border-color:var(--color-sea-green)}.main-image{position:relative;flex:1;max-width:580px;max-height:540px;overflow:hidden;cursor:zoom-in;transition:all .5s ease}.main-image img{width:100%;height:100%;object-fit:cover}.main-image .product-action-image{position:absolute;top:.5rem;left:.5rem;width:32px;height:32px;object-fit:cover;cursor:pointer;filter:drop-shadow(1px 1px 5px rgba(0,0,0,.5));transition:transform .3s ease}.main-image .product-action-image:hover{transform:scale(1.2)}.zoom-selection{position:absolute;width:150px;height:150px;border:2px solid #fff;background-color:#fff3;pointer-events:none}.zoom-box{position:absolute;left:calc(100% + 1rem);top:0;width:580px;height:100%;border:2px solid #fff;box-shadow:0 2px 8px #0003;background-repeat:no-repeat;background-size:cover;pointer-events:none;z-index:10}@media screen and (max-width: 768px){.carousel-item{flex-direction:column-reverse}.carousel-item .item-content{flex-basis:100%}.slick-arrow{width:1.5rem;height:1.5rem}.slick-prev{left:-10px}.slick-next{right:-10px}.unmute-button{font-size:10px}.thumbnails{flex-direction:row}.main-image{width:100%}.main-image .product-action-image{width:24px;height:24px}.thumbnail{width:90px;height:90px}.zoom-box{left:0;top:calc(100% + 1rem);width:100%;height:500px}.carousel-item img{height:680px;object-fit:contain}}.not-found-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-align:center;padding:4rem 2rem}.not-found-container .text-container{display:flex;flex-direction:column;gap:1rem}.not-found-container .text-container .title{font-size:2rem;font-weight:500}.pagination{display:flex;gap:.5rem;margin:2rem 0;justify-content:center;flex-wrap:wrap}.pagination-btn{padding:.5rem 1rem;border:1px solid #ccc;background:transparent;cursor:pointer;color:#000;border-radius:4px}.pagination-btn.active{background-color:var(--color-sea-green);color:#fff}.pagination-btn:disabled{background-color:#e0e0e0;cursor:not-allowed}.hero-section{display:flex;position:relative;justify-content:center;align-items:center;min-height:90vh;color:#fff}.hero-section .hero-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:#0006}.hero-section .hero-image{width:100%;height:100%;position:absolute;z-index:0;top:0;left:0;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-section .hero-content{display:flex;flex-direction:column;gap:2rem;justify-content:center;align-items:center;z-index:1}.hero-section .hero-content .hero-welcome-txt{font-size:60px;font-weight:400;text-align:center;font-family:var(--font-family-secondary)}.best-seller-section,.watch-and-shop-section,.top-categories-section{padding:2rem}.bg-less-bright{background-color:#f0f1eb}.best-seller-section .section-title-box{display:flex;align-items:center}.best-seller-section .section-title-box h2,.watch-and-shop-section .section-title-box h2,.top-categories-section .section-title-box h2{font-size:36px;font-weight:400;text-align:center}.watch-and-shop-section .insta-pictures,.watch-and-shop-section .collection-pictures{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;justify-content:center;padding:4rem 0;align-items:center;transition:content .5s ease}.watch-and-shop-section .insta-pictures .insta-picture:hover:after{content:"";top:0;left:0;display:flex;justify-content:center;align-items:center;font-size:2rem;color:#fff;position:absolute;width:100%;height:100%}.watch-and-shop-section .insta-pictures .insta-picture:first-child:hover:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath stroke-dasharray='24' stroke-dashoffset='24' d='M17 4l-2 0c-2.5 0 -4 1.5 -4 4v12'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.6s' values='24;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='8' stroke-dashoffset='8' d='M8 12h7'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.75s' dur='0.3s' values='8;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;background-size:40%}.watch-and-shop-section .insta-pictures .insta-picture:nth-child(2):after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 24 24'%3E%3Ccircle cx='17' cy='7' r='1.5' fill='white' fill-opacity='0'%3E%3Canimate fill='freeze' attributeName='fill-opacity' begin='1.95s' dur='0.225s' values='0;1'/%3E%3C/circle%3E%3Cg fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath stroke-dasharray='72' stroke-dashoffset='72' d='M16 3c2.76 0 5 2.24 5 5v8c0 2.76 -2.24 5 -5 5h-8c-2.76 0 -5 -2.24 -5 -5v-8c0 -2.76 2.24 -5 5 -5h4Z'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.9s' values='72;0'/%3E%3C/path%3E%3Cpath stroke-dasharray='28' stroke-dashoffset='28' d='M12 8c2.21 0 4 1.79 4 4c0 2.21 -1.79 4 -4 4c-2.21 0 -4 -1.79 -4 -4c0 -2.21 1.79 -4 4 -4'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='1.05s' dur='0.9s' values='28;0'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;background-size:40%}.watch-and-shop-section .insta-pictures .insta-picture:nth-child(3):hover:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 24 24'%3E%3Cmask id='lineMdTiktok0'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath fill='%23fff' stroke='none' d='M16.6 5.82c-0.68 -0.78 -1.06 -1.78 -1.06 -2.82h-3.09v12.4c-0.02 0.67 -0.31 1.31 -0.79 1.77c-0.48 0.47 -1.13 0.73 -1.8 0.73c-1.42 0 -2.6 -1.16 -2.6 -2.6c0 -1.72 1.66 -3.01 3.37 -2.48v-3.16c-3.45 -0.46 -6.47 2.22 -6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69 -2.55 5.69 -5.7v-6.29c1.25 0.9 2.76 1.38 4.3 1.38v-3.09c0 0 -1.88 0.09 -3.24 -1.48Z'/%3E%3Cpath stroke='%23000' stroke-dasharray='36' stroke-dashoffset='72' stroke-width='4' d='M11 11h-1c-2.21 0 -4.5 1.79 -4.5 4c0 2.21 1.5 4.5 4.5 4.5c2.21 0 4 -2.29 4 -4.5v-12.5'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' dur='0.9s' values='72;36'/%3E%3C/path%3E%3Cpath stroke='%23000' stroke-dasharray='10' stroke-dashoffset='20' stroke-width='4' d='M18 2.5v8'%3E%3Canimate fill='freeze' attributeName='stroke-dashoffset' begin='0.75s' dur='0.15s' values='20;10'/%3E%3C/path%3E%3C/g%3E%3C/mask%3E%3Crect width='24' height='24' fill='white' mask='url(%23lineMdTiktok0)'/%3E%3C/svg%3E") no-repeat center/contain;background-size:40%}.watch-and-shop-section .insta-pictures .insta-picture:last-child:hover:after{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 24 24'%3E%3Cg fill='white'%3E%3Cpath d='M1 2h2.5L3.5 2h-2.5zM5.5 2h2.5L7.2 2h-2.5z'%3E%3Canimate fill='freeze' attributeName='d' dur='0.6s' values='M1 2h2.5L3.5 2h-2.5zM5.5 2h2.5L7.2 2h-2.5z;M1 2h2.5L18.5 22h-2.5zM5.5 2h2.5L23 22h-2.5z'/%3E%3C/path%3E%3Cpath d='M3 2h5v0h-5zM16 22h5v0h-5z'%3E%3Canimate fill='freeze' attributeName='d' begin='0.6s' dur='0.6s' values='M3 2h5v0h-5zM16 22h5v0h-5z;M3 2h5v2h-5zM16 22h5v-2h-5z'/%3E%3C/path%3E%3Cpath d='M18.5 2h3.5L22 2h-3.5z'%3E%3Canimate fill='freeze' attributeName='d' begin='0.75s' dur='0.6s' values='M18.5 2h3.5L22 2h-3.5z;M18.5 2h3.5L5 22h-3.5z'/%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;background-size:40%}.watch-and-shop-section .insta-pictures .insta-picture,.watch-and-shop-section .collection-pictures .collection-picture{height:320px;width:320px;border-radius:15px;overflow:hidden;transition:all .4s ease}.watch-and-shop-section .insta-pictures .insta-picture:hover,.watch-and-shop-section .collection-pictures .collection-picture:hover{transform:scale(1.02)}.watch-and-shop-section .insta-pictures .insta-picture img,.watch-and-shop-section .collection-pictures .collection-picture img{width:100%;height:100%;object-fit:cover}.watch-and-shop-section .collection-pictures .collection-picture{position:relative}.watch-and-shop-section .collection-pictures .collection-picture .collection-name{position:absolute;color:#fff;font-size:1.5rem;font-weight:500;bottom:1rem;left:1rem;z-index:1;visibility:visible;opacity:1;transition:all .3s ease}.top-categories-section .top-categories-box{display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:1rem;justify-content:center;align-items:center;padding:2rem}.top-categories-section .top-categories-box .top-category-item{display:flex;line-height:1;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:1rem;border-radius:15px;overflow:hidden;transition:all .3s ease;cursor:pointer}.top-categories-section .top-categories-box .top-category-item:hover{box-shadow:0 0 18px 12px #a1b38a66;transform:scale(1.02)}.top-categories-section .top-categories-box .top-category-item img{width:100%;height:100%;max-height:320px;object-fit:cover;border-radius:15px}.top-categories-section .top-categories-box .top-category-item .category-name{font-size:1.2rem;font-weight:500}.happy-customer-section{background-color:var(--color-sea-green);padding:2rem}.happy-customer-section .section-title-container{color:#fff;display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem}.customization-container-home{display:flex;align-items:center;gap:1rem;padding:2rem}.customization-container-home .left-image-container{width:100%;height:80vh}.customization-container-home .position-relative{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f0f1eb;width:100%;height:100%}.customization-container-home .right-image-container{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-items:center;width:100%;padding:1rem 2rem;gap:1.5rem;height:70vh}.customization-container-home .image-customization{width:100%;height:100%;object-fit:cover;border-radius:15px;overflow:hidden;transition:all .3s ease;position:absolute}.customization-container-home .image-customization:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:#000c}.customization-container-home .position-relative .customization-texts{z-index:1;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:.5rem;cursor:pointer;transition:transform .5s ease}.customization-container-home .position-relative .customization-texts:hover{transform:scale(1.1)}.happy-customer-section .next-review{cursor:pointer;display:flex;align-items:center}.customer-review{display:flex;justify-content:center}.parallax{background-image:url(/Images/hero-image.png);background-size:cover;background-position:center;background-attachment:fixed;height:100vh;display:flex;padding:0 0 6rem 4rem;align-items:flex-end;color:#fff;font-size:2rem;font-weight:500}.parallax-content{z-index:1}.white-conatiner{background-color:var(--color-background);padding:2rem 3rem;border-radius:1.5rem;max-width:60%;color:#000}.white-conatiner h2{font-size:2.5rem;font-weight:400;margin-bottom:1.5rem}.white-conatiner p{font-size:1rem;font-weight:200;margin-bottom:1rem;line-height:1.5}.video-section{position:relative;height:100vh;width:100%;display:flex;padding:0 0 6rem 4rem;align-items:flex-end;color:#fff;font-size:2rem;font-weight:500;overflow:hidden}.video-section .video-container{width:100vw;height:100vh;position:absolute;top:0;left:0;right:0;z-index:0}video.video{width:100%;height:100%;object-fit:cover!important}.line-md--instagram{display:inline-block;width:192px;height:192px;background-repeat:no-repeat;background-size:100% 100%}@media screen and (max-width: 768px){.hero-section .hero-content .hero-welcome-txt{font-size:32px}.hero-section .hero-image{border-radius:0}.watch-and-shop-section .insta-pictures,.watch-and-shop-section .collection-pictures{grid-template-columns:repeat(2,1fr);padding:4rem 2rem}.watch-and-shop-section .insta-pictures .insta-picture,.watch-and-shop-section .collection-pictures .collection-picture{height:200px;width:200px}.top-categories-section .top-categories-box{grid-template-columns:repeat(2,minmax(200px,1fr))}.happy-customer-section .section-title-container .section-title{font-size:1.5rem}.parallax,.video-section{padding:0 2rem 4rem}.white-conatiner{padding:1.5rem;max-width:100%}.white-conatiner h2{font-size:2rem;margin-bottom:1rem}.white-conatiner p{margin-bottom:.5rem;line-height:1}.customization-container-home{flex-direction:column}}@media screen and (max-width: 425px){.page-content .product-list-container .product-list{grid-template-columns:repeat(1,minmax(200px,1fr))}.watch-and-shop-section .insta-pictures,.watch-and-shop-section .collection-pictures{grid-template-columns:repeat(1,1fr)}.top-categories-section .top-categories-box{grid-template-columns:repeat(1,minmax(200px,1fr))}.watch-and-shop-section .insta-pictures .insta-picture,.watch-and-shop-section .collection-pictures .collection-picture{width:100%}.best-seller-section .section-title-box h2,.watch-and-shop-section .section-title-box h2,.top-categories-section .section-title-box h2{font-size:24px;font-weight:400;text-align:center}}.loginPage{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.registerPage{flex-direction:row-reverse}.loginPage .left-section,.loginPage .right-section{flex-basis:50%;height:100%;display:flex;justify-content:center}.loginPage .left-section{align-items:center;background-color:var(--color-onyx-green)}.loginPage .left-section .left-content{width:420px;height:420px}.loginPage .left-section .left-content img{width:100%;height:100%;object-fit:contain}.loginPage .right-section .right-content{margin-top:92px}.loginPage .right-section .right-content .cross-icon{position:absolute;top:40px;right:40px;cursor:pointer}.loginPage .right-section .right-content h1{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:2rem}.loginPage .right-section .right-content form{display:flex;flex-direction:column;gap:1.2rem;width:480px}.loginPage .right-section .right-content form .input-container{display:flex;flex-direction:column;gap:.5rem}.auth-container{display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:100vh}.auth-container .form-container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;padding:1rem 2rem;border:1px solid #ccc;border-radius:.5rem}.auth-container .form-container .container-title{font-weight:400}.auth-container .form-container .error-image{width:160px;height:160px;object-fit:cover}@media (max-width: 768px){.loginPage .left-section,.loginPage .right-section{flex-basis:100%;align-items:center}.loginPage .left-section{display:none}.loginPage .right-section .right-content{margin-top:0}.loginPage .right-section .right-content h1,.loginPage .right-section .right-content form{padding:0 50px}}.page-content{display:flex;gap:1rem;padding:1rem 2rem}.page-content .content-filters,.page-content .product-list-container{display:flex;flex-direction:column;gap:1rem}.page-content .content-filters .filter-box,.page-content .content-filters .filter-box .price-range-box{display:flex;flex-direction:column;gap:.5rem}.page-content .content-filters .filter-box{padding:0 1rem 0 0;width:280px}.page-content .content-filters .filter-box .price-range-box .flex{gap:.5rem;justify-content:space-between;align-items:center}.pointer-link{cursor:pointer}.page-content .content-filters .filter-box .price-range-box input[type=number]{width:100px}.page-content .product-list-container{width:100%}.page-content .product-list-container .flex{justify-content:space-between;align-items:center}.page-content .product-list-container .product-list{display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));gap:1.5rem;padding:1rem 0}@media screen and (max-width: 768px){.page-content{flex-direction:column!important;padding:1rem}.page-content .content-filters .filter-box{width:100%}.page-content .product-list-container .product-list{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media screen and (max-width: 425px){.page-content .product-list-container .product-list{grid-template-columns:repeat(1,minmax(200px,1fr))}}.product-details-nav{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666;margin-bottom:1rem;width:fit-content}.product-details-nav a:hover{color:var(--color-sea-green)}.product-details-wrapper,.product-additional-info,.related-products{display:flex;gap:1rem;padding:1rem 2rem}.product-additional-info{padding:0}.product-details-wrapper .left-side{padding:0 2rem;flex:1}.image-preview{width:100%;height:100%;border-radius:.5rem;overflow:hidden;position:relative}.image-preview img{width:100%;height:100%;object-fit:cover}.slider-container .slick-list{margin:0 auto;width:100%;max-width:480px;max-height:540px}.slider-container .slick-dots{position:unset;margin-top:1.5rem;display:flex;justify-content:center;gap:.5rem}.slider-container .slick-dots li{width:92px;height:92px}.slider-container .slick-list img{width:100%;height:100%;border-radius:1rem;object-fit:cover}.slider-container .slick-dots .slick-active{border:2px solid var(--color-onyx-green)}.product-details-wrapper .right-side{flex:1;display:flex;flex-direction:column;gap:1rem;padding:2rem 1rem}.product-details-wrapper .right-side .product-title{font-size:1.5rem;font-weight:500;color:#333}.product-details-wrapper .right-side .product-price{font-size:1.25rem;font-weight:700;color:var(--color-sea-green)}.product-description{font-size:1rem;color:#666;text-align:justify;margin:2rem}.product-details-wrapper .right-side .product-sizes{display:flex;gap:.5rem;margin-top:1rem}.flex .counter{display:flex;gap:1rem;align-items:center;background-color:var(--background-color);border:1px solid var(--color-sea-green);color:#000;padding:0}.flex .counter .counter-btn{cursor:pointer;background-color:var(--background-color);color:#000;padding:0;height:2rem;width:2rem}.product-additional-info{flex-direction:column}.product-additional-info .info-table,.info-table th,.info-table td{border:1px solid black;border-collapse:collapse}.info-table th,.info-table td{padding:.5rem}.related-products{flex-direction:column}.related-products .flex{justify-content:space-between}.add-review-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.add-review-container img{width:48px;height:48px;object-fit:cover}.review-form-container{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 768px){.product-details-nav{flex-direction:row}.product-details-wrapper,.related-products{flex-direction:column;gap:1rem;padding:1rem}.product-description{padding:0 1rem}.slider-container .slick-dots li{width:64px;height:64px}}.profile-tab-section{display:flex;flex-direction:column;gap:2rem;padding:2rem}.tab-nav{padding:0}.tab-nav .profile-tabs{flex-wrap:wrap}.tab-nav .profile-tabs .tab span{font-size:1.3rem;font-weight:400;cursor:pointer;transition:all .3s ease-in-out}.tab-nav .profile-tabs .tab.active span{color:var(--color-sea-green)}.tab-content{overflow-x:auto}.tab-content h2{font-size:2rem;font-weight:400;margin-bottom:2rem}.address-form{display:flex;flex-direction:column;gap:2rem}.address-form .address-block{display:flex;gap:1rem;justify-content:space-between;width:100%}.address-number{display:flex;flex-direction:column;gap:.5rem;width:10%}.address-number p{font-size:1rem;font-weight:700}.address-content{width:90%;display:flex;flex-direction:column;gap:1rem}.remove-button{background:none;border:none;color:red;cursor:pointer;font-size:.9rem}.form-row{display:flex;gap:2rem}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{font-size:1rem;margin-bottom:.5rem}.form-group input,.form-group select{padding:.8rem 1rem;border:1px solid #ccc;border-radius:4px}.form-actions{display:flex;gap:1rem;flex-direction:column;padding-left:9.5rem}.form-actions .align-last{align-self:flex-end}.order-table{width:100%;border-collapse:collapse;max-height:70vh;overflow:auto}.order-table th,.order-table td{padding:12px 15px;text-align:left;overflow:hidden}.order-table thead{background-color:var(--color-sea-green);color:#fff}.order-table thead,.order-table tbody tr{border-bottom:1px solid #dddddd}.order-table tbody tr{cursor:pointer}.order-table tbody tr:hover{background-color:#f9f9f9}.order-table th{font-weight:400;font-size:1.2rem}.order-table td{font-size:14px;color:#555}.order-table td .order-image{width:64px;height:64px;overflow:hidden;border-radius:.5rem;object-fit:cover}.order-table .table-day{font-size:.9rem;text-transform:uppercase}.order-table tbody .order-row .flex .product-image{width:120px;height:100px;overflow:hidden;border-radius:.5rem}.order-table tbody .order-row .flex .product-image img{width:100%;height:100%;object-fit:cover}.order-detail{position:fixed;top:20%;left:25%;gap:2rem;display:flex;flex-direction:column;padding:2rem;border-radius:1rem;z-index:1001;background-color:#fff;box-shadow:0 0 10px #0000001a;min-height:50vh;max-height:55vh;overflow-y:auto;scrollbar-width:none}.order-detail h3{font-size:1.5rem;font-weight:400}.whislist-content-box{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.whislist-content-box .whislist-subtitle{font-size:1.5rem;font-weight:400}.whislist-content-box .whislist-paragraph{font-size:1.2rem;font-weight:400;text-align:center;width:50%;color:var(--color-gray)}.wishlist-cards{display:flex;flex-direction:column;gap:1rem;padding:.5rem 1rem}.wishlist-card{display:flex;justify-content:space-between;max-height:300px;gap:1rem;padding:1rem 1.5rem;overflow:hidden;box-shadow:0 2px 5px 2px #0000001a;border-radius:1rem}.wishlist-card p{padding:0;margin:0}.wishlist-card .image-container{flex-basis:30%;width:100%;max-height:80%;overflow:hidden}.wishlist-card .image-container img{width:100%;height:100%;object-fit:cover}.wishlist-card .product-details{flex-basis:68%;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem}.wishlist-card .product-details .flex{justify-content:space-between;align-items:center}.wishlist-card .product-details .flex .product-title{font-weight:500;font-size:1.6rem;cursor:pointer;color:#3a5a32}.wishlist-card .product-details .product-price{font-size:1.2rem}.wishlist-card .product-details .flex .liked-icon{width:24px;height:24px;object-fit:contain;cursor:pointer;transition:all .3s ease-in-out}.wishlist-card .product-details .flex .liked-icon:hover{transform:scale(1.1)}.wishlist-card .counter{display:flex;gap:1rem;align-items:center;background-color:var(--background-color);border:1px solid var(--color-sea-green);color:#000;padding:0}.wishlist-card .counter .counter-btn{cursor:pointer;background-color:var(--background-color);color:#000;padding:0;height:2rem;width:2rem}@media screen and (max-width: 768px){.tab-nav .profile-tabs{gap:1rem}.tab-nav .profile-tabs .tab span{font-size:.8rem;white-space:nowrap}.form-row{flex-direction:column;gap:1rem}.address-form .address-block{flex-direction:column}.address-number,.address-content{width:100%}.address-number{flex-direction:row;justify-content:space-between}.form-actions{padding-left:0}.order-table th,.order-table td{padding:10px;font-size:12px}.order-title{font-size:20px}.order-detail{left:10%;width:80%;max-height:70vh;overflow:auto}.wishlist-card{flex-direction:column;max-height:540px}}.checkout-page{display:flex;flex-direction:column;padding:2rem}.page-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#333}.checkout-content-wrapper{display:flex;gap:2rem}.billing-container,.order-summary-container{flex:1}.section-title{font-size:1rem;font-weight:400;margin-bottom:1.5rem}.billing-container .form-group{margin-bottom:1.5rem}.order-summary-container{max-width:480px;display:flex;flex-direction:column;gap:1rem}.box-shadow{padding:1rem;border:1px solid #ddd;border-radius:4px}.box-shadow.active{background-color:#f7f7f7;border:1px solid var(--color-sea-green)}.box-shadow.completed{color:var(--color-sea-green)}.box-shadow:hover{background-color:#f7f7f7}.order-summary-container .order-summary .flex{justify-content:space-between;padding:1rem 0}.order-summary-container .order-summary .flex .title{font-size:1.2rem;font-weight:400}.order-summary-container .order-summary .shipping-charge select{padding:10px;border:1px solid #ddd;border-radius:4px}.order-summary-container .order-summary .order-content{padding:1rem 0}.order-summary-container .cupon-container,.billing-with-address-container{display:flex;flex-direction:column;gap:1rem}.form-row.flex{justify-content:space-between;align-items:center;padding:0}.form-row.flex select{width:100%;height:100%;padding:1rem}.form-row.flex .transparent{background-color:transparent;border:1px solid #ddd;border-radius:4px;height:100%;border:transparent}.qr-code-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;border-radius:4px;background-color:#fff;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000}.qr-code-container .image-container{max-height:500px;max-width:500px;width:100%;height:100%}.qr-code-container .image-container img{width:100%;height:100%;object-fit:contain;border-radius:4px}.qr-code-container .upload-screenshot-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}@media screen and (max-width: 768px){.checkout-content-wrapper{flex-direction:column-reverse}.form-row.flex{flex-direction:row}.order-summary-container{max-width:100%}}.shop-by-container{padding:2rem}.shop-by-container .page-content{flex-direction:column}.shop-by-container .page-content .shop-section-title{font-size:2rem;font-weight:500}.shop-by-container .content-container{display:flex;flex-direction:column;gap:2rem}.shop-by-container .content-container .by-category-card{display:flex;width:100%;margin:1rem 0;gap:1.5rem}.shop-by-container .content-container .by-category-card:nth-child(2n){flex-direction:row-reverse}.shop-by-container .content-container .by-category-card .image-container{width:480px;height:320px;overflow:hidden;border-radius:.5rem;transition:all .3s ease}.shop-by-container .content-container .by-category-card .image-container.has-hover:hover{transform:scale(1.05);cursor:pointer;box-shadow:0 0 10px #0003}.shop-by-container .content-container .by-category-card .image-container img,.shop-by-container .meaning-content-container .by-meaning-card .image-container img{width:100%;height:100%;object-fit:cover}.shop-by-container .content-container .by-category-card .category-texts,.shop-by-container .meaning-content-container .by-meaning-card .meaning-texts{display:flex;flex-direction:column;justify-content:center;gap:.5rem}.shop-by-container .content-container .by-category-card .category-texts .category-name{font-size:1.7rem;font-weight:500;color:var(--color-onyx-green);cursor:pointer}.shop-by-container .content-container .by-category-card .category-texts .category-description{text-align:justify}.shop-by-container .meaning-content-container .by-meaning-card .meaning-texts .item-name{font-size:1.7rem;font-weight:500}.shop-by-container .meaning-content-container .by-meaning-card .meaning-texts .item-description{font-size:1rem;height:120px;overflow:hidden;display:-webkit-box;line-clamp:5;-webkit-line-clamp:5;-webkit-box-orient:vertical;white-space:normal}.shop-by-container .content-container .by-category-card .category-texts .category-tags,.shop-by-container .meaning-content-container .by-meaning-card .meaning-texts .item-tags{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.shop-by-container .content-container .by-category-card .category-texts .category-tags a,.shop-by-container .meaning-content-container .by-meaning-card .meaning-texts .item-tags a{color:var(--color-sea-green)}.shop-by-container .content-container .by-category-card .category-texts .category-tags a:hover,.shop-by-container .meaning-content-container .by-meaning-card .meaning-texts .item-tags a:hover{text-decoration:underline}.shop-by-container .content-container .by-category-card .category-texts .category-tags li,.shop-by-container .meaning-content-container .by-meaning-card .meaning-texts .item-tags li{display:flex;align-items:center;position:relative;padding:0 .5rem}.shop-by-container .content-container .by-category-card .category-texts .category-tags li:not(:last-child):after,.shop-by-container .meaning-content-container .by-meaning-card .meaning-texts .item-tags li:not(:last-child):after{content:"";position:absolute;right:0;height:1.5rem;width:1px;background-color:var(--color-gray-light)}.shop-by-container .meaning-content-container{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(320px,1fr))}.shop-by-container .meaning-content-container .by-meaning-card{display:flex;flex-direction:column;justify-content:center;gap:1rem;border-radius:.5rem;min-width:320px;min-height:320px;padding:1rem;position:relative}.shop-by-container .meaning-content-container .by-meaning-card .image-container{width:100%;height:100%;overflow:hidden;border-radius:.5rem}.shop-by-container .meaning-content-container .by-meaning-card .meaning-texts{position:absolute;cursor:pointer;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;text-align:center;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.shop-by-container .meaning-content-container .by-meaning-card:hover .meaning-texts{opacity:1;visibility:visible}.shop-by-container .meaning-content-container .by-meaning-card:hover .image-container{filter:blur(5px);background-color:#0006}@media screen and (max-width: 768px){.shop-by-container .content-container .by-category-card,.shop-by-container .content-container .by-category-card:nth-child(2n){flex-direction:column}.shop-by-container .content-container .by-category-card .image-container{max-width:100%;max-height:240px}.shop-by-container .content-container .by-category-card .category-texts{gap:.25rem}.shop-by-container .meaning-content-container{grid-template-columns:repeat(1,minmax(320px,1fr))}.shop-by-container .meaning-content-container .by-meaning-card{min-width:100%;min-height:240px}}.blogs-content-container{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(320px,1fr))}.blogs-content-container .blog-card{display:flex;flex-direction:column;gap:1rem;border-radius:.5rem;padding-bottom:1rem;cursor:pointer}.blogs-content-container .blog-card .image-container{position:relative;width:100%;max-height:240px;border-radius:.5rem;overflow:hidden;transition:transform .25s ease}.blogs-content-container .blog-card:hover .image-container{transform:scale(1.02)}.blogs-content-container .blog-card .image-container img{width:100%;height:100%;object-fit:cover}.blogs-content-container .blog-card .blog-texts{max-height:54px;padding:0 .5rem;overflow-y:auto;text-align:justify;scrollbar-width:none}.blog-parallax{background-image:url(/Images/demo-image-one.JPG);background-size:cover;background-position:center;background-attachment:fixed;height:35vh;display:flex;padding:0 0 2rem 2rem;justify-content:center;align-items:flex-end;color:#fff}.blog-parallax .blog-title{font-size:2.5rem;font-weight:400}.blog-details-container{padding:2rem}.blog-details-container .blog-main-content{display:flex;gap:2rem;padding:1.5rem 0}.blog-details-container .blog-main-content .left-side{flex-basis:70%;display:flex;flex-direction:column;gap:1rem}.blog-details-container .blog-main-content .left-side .blog-title{font-size:1.5rem;font-weight:500}.blog-details-container .blog-main-content .left-side .blog-body{text-align:justify}.blog-details-container .blog-main-content .left-side .category-tags li a{padding:.25rem .5rem;border-radius:.5rem;background-color:var(--color-light-blue);color:#000;font-size:.75rem;font-weight:500;transition:background-color .25s ease}.blog-details-container .blog-main-content .left-side .category-tags li a:hover{background-color:var(--color-sea-green);color:#fff}.blog-details-container .blog-main-content .right-side{flex-basis:30%;width:100%;min-height:580px;max-height:640px;border-radius:.5rem;overflow:hidden}.blog-details-container .blog-main-content .right-side img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 768px){.blogs-content-container{grid-template-columns:repeat(1,minmax(320px,1fr))}.blogs-content-container .blog-card .blog-texts{max-height:100%}.blog-parallax{height:25vh}.blog-parallax .blog-title{font-size:2rem}.blog-details-container .blog-main-content{flex-direction:column;gap:1rem}.blog-details-container .blog-main-content .left-side{flex-basis:100%}.blog-details-container .blog-main-content .right-side{flex-basis:100%;min-height:320px}}.custom-wrapper{padding:2rem;display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center}.custom-wrapper .custom-header .flex{gap:.2rem;justify-content:center;margin-bottom:1rem}.custom-wrapper .custom-header .header-title{color:#fff;font-weight:700;font-size:2rem;padding:1rem 1.5rem;border-radius:.5rem;cursor:pointer;transition:transform .3s}.custom-wrapper .custom-header .header-title:hover{box-shadow:0 0 18px 12px #a1b38a66;transform:scale(1.05)}.blue{background-color:#17deee}.orange{background-color:coral}.pink{background-color:#ff6b81}.yellow{background-color:#ffcc29}.d-blue{background-color:#3b5998}.custom-wrapper .header-subtitle{font-size:1.2rem;font-weight:400;text-align:center}.custom-wrapper .form-container{padding:2rem;border:1px solid #ccc;border-radius:5px;display:flex;align-items:center;justify-content:space-between;gap:2rem;width:1200px;margin:0 auto}.form-container .idea-form{flex:1;display:flex;flex-direction:column;gap:1rem}.form-container .idea-form select{color:#000}.form-container .idea-form textarea{scrollbar-width:none}.form-container .user-detail-form{flex:1;display:flex;flex-direction:column;gap:1rem}.step-counts{display:flex;gap:5px;padding:1.5rem 1rem;justify-content:space-between;align-items:center}.step-counts{display:grid;grid-template-columns:repeat(3,minmax(320px,1fr));gap:1.5rem}.step-counts .step-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.step-card .step-title,.step-card .step-subtitle{font-weight:400;font-size:1.3rem}.step-card .step-paragraph{font-size:1rem;text-align:justify;height:90px;overflow:hidden;display:-webkit-box;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;white-space:normal}.step-counts .image-container{margin:1.5rem 0;width:100%;height:400px}.step-counts .image-container img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 768px){.custom-wrapper .form-container{flex-direction:column;gap:2rem;width:100%}.form-container .idea-form,.form-container .user-detail-form{width:100%}.step-counts{flex-direction:column;align-items:normal;gap:1rem;width:100%}.custom-wrapper .custom-header .header-title{font-size:1.7rem;padding:.5rem 1rem}.custom-wrapper .header-subtitle{font-size:1rem}.step-counts{grid-template-columns:repeat(1,minmax(320px,1fr));gap:2rem}.step-counts .image-container{height:200px}}.conditions-wrapper{padding:40px;border-radius:8px;position:relative;overflow:hidden;text-align:justify}.conditions-title{font-size:3rem;font-weight:500;color:var(--color-onyx-green);margin-bottom:20px;text-align:center}.conditions-paragraph,.conditions-list-item{font-size:1rem;line-height:1.8;margin-bottom:16px}.conditions-subtitle{font-size:1.5rem;font-weight:600;margin:30px 0 10px;color:var(--color-onyx-green);position:relative;z-index:1}.conditions-list{list-style-type:none;padding:.5rem 2rem}.conditions-list li strong{font-weight:600;color:var(--color-onyx-green)}.conditions-list-item:before{content:"•";color:var(--color-onyx-green);display:inline-block;width:1em;margin-left:-1em}.conditions-link{color:var(--color-sea-green);text-decoration:none;font-weight:500}.conditions-link:hover{text-decoration:underline}.page-content .particles-container{position:relative;top:0;left:0;height:40vh;overflow:hidden;border-radius:1rem}.page-content .canvas-container{position:re;width:100%;background-image:url(/assets/tarot-bg-CBxK-W6z.jpg);background-size:cover;border-radius:1rem;background-position:center;background-repeat:no-repeat;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;padding:.5rem;gap:1.5rem}.tarot-container{position:relative;width:100%;height:100%;min-height:200vh;display:flex;justify-content:center;align-items:center;overflow:hidden;transition:min-height .5s ease-in-out}.tarot-quote-container,.service-form-container-w{position:absolute;width:100%;height:100%;top:0;box-shadow:0 4px 10px #0000001a;border-radius:10px;transition:transform .8s ease-in-out,opacity .6s ease-in-out}.tarot-quote-container{display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#a1b38a,#323c34);color:#fff;text-align:center;font-size:1.5rem}.tarot-quote-container.visible{transform:translate(0);opacity:1}.tarot-quote-container.hidden{transform:translate(-100%) scale(.8);opacity:0;pointer-events:none}.service-form-container-w.hidden{transform:translate(100%);opacity:0;pointer-events:none}.service-form-container-w.visible{transform:translate(0);opacity:1}.service-form-container-w .form-group{flex:0}.service-form-container,.service-form-container-w{display:flex;flex-direction:column;gap:1rem}.service-form-container .form-title,.service-form-container-w .form-title{font-size:1.5rem;font-weight:500;margin-bottom:.5rem;text-align:center;color:var(--color-onyx-green)}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{background-color:var(--color-onyx-green);cursor:pointer;border-radius:4px}.radio-group{display:flex;gap:1rem;margin-top:1rem}.radio-card{display:flex;align-items:center;flex-direction:column;border:2px solid #ccc;border-radius:8px;padding:1rem;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease;width:200px;position:relative;text-align:center}.radio-card input[type=radio]{display:none}.radio-circle{position:absolute;top:.5rem;right:.5rem;width:.8rem;height:.8rem;border:2px solid #ccc;border-radius:50%;background-color:#fff;transition:border-color .3s ease,background-color .3s ease}.radio-card input[type=radio]:checked+.radio-content .radio-circle{border-color:var(--color-sea-green);background-color:var(--color-sea-green)}.radio-card .radio-content{display:flex;flex-direction:column;align-items:center}.radio-card .radio-title{margin-bottom:.5rem}.radio-card .radio-description{font-size:.875rem;color:#666}.radio-card:hover{border-color:var(--color-sea-green);box-shadow:0 0 5px #a1b38a4d}.radio-card input[type=radio]:checked+.radio-content,.radio-card input[type=radio]:checked+.radio-content .radio-description{color:var(--color-sea-green)}.radio-card:has(input[type=radio]:checked){border-color:var(--color-sea-green);box-shadow:0 0 5px #a1b38a80;background-color:#f8f9fa}.service-qr-code-container{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.service-qr-code-container .image-container{width:380px;max-height:520px;overflow:hidden}.service-qr-code-container .image-container img{width:100%;height:100%;object-fit:cover;border-radius:10px}@media screen and (max-width: 768px){.tarot-container{min-height:155vh}.tarot-quote-container{font-size:1.2rem}.radio-group{flex-wrap:wrap}.radio-card{width:150px}}.about-page-wrapper .intro-section{display:flex;justify-content:center;align-content:center;gap:2rem;padding:2rem;margin-bottom:2rem}.intro-section .intro-texts-container{flex-basis:50%;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:start}.intro-texts-container .intro-title{font-size:4rem;font-weight:500}.intro-texts-container .intro-subtitle,.our-story-content-container .texts-container .content-title{font-size:2rem;font-weight:500;color:var(--color-sea-green)}.intro-texts-container .intro-paragraph,.our-story-content-container .texts-container .content-paragraph{font-size:1.2rem;color:#666;text-align:justify}.intro-texts-container .intro-paragraph{margin:1rem 0}.intro-texts-container button.primary,button.new-padding{padding:.7rem 1.5rem;font-size:1.2rem}.intro-section .intro-image-container,.our-story-content-container .image-container{flex-basis:40%;height:540px;width:100%;position:relative}.intro-section .intro-image-container .bg-image,.our-story-content-container .image-container img{border-radius:1rem;width:100%;height:100%;object-fit:cover;box-shadow:5px 5px 9px 3px #0006}.intro-image-container .sm-image{box-shadow:5px 5px 9px 3px #0006;position:absolute;border-radius:1rem;bottom:-20px;left:-50px;width:120px;height:120px;object-fit:cover}.about-page-wrapper .our-story-section{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;margin-bottom:2rem}.our-story-section .section-title{font-size:3rem;font-weight:500;margin-bottom:0}.our-story-section .our-story-paragraph{font-size:1.2rem;color:#666;width:50%;text-align:center;margin-bottom:1rem}.our-story-section .our-story-content-container{display:flex;justify-content:center;align-items:center;padding:2rem;gap:2.5rem}.our-story-content-container .texts-container{flex-basis:50%;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:start}.our-values-cards-container{display:grid;width:90%;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem}.our-values-cards-container .our-values-card{display:flex;flex-direction:column;gap:1rem;text-align:justify;padding:1.5rem 2rem;border-radius:1rem;box-shadow:4px 4px 8px 2px #0000001a;transition:all .3s ease-in-out}.our-values-cards-container .our-values-card:hover{box-shadow:4px 4px 8px 2px #0003}.our-values-cards-container .our-values-card:hover .icon-container{background-color:#d2d8cf}.our-values-cards-container .our-values-card .icon-container{width:44px;height:44px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#dce4d9;transition:all .3s ease-in-out}.our-values-cards-container .our-values-card .icon-container img{width:60%;height:60%;object-fit:cover}.our-values-cards-container .our-values-card .card-name{font-size:1.3rem;font-weight:500}.our-values-cards-container .our-values-card .card-paragraph{font-size:1rem;color:#5c5c5c}.founders-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem}.founders-cards-container .founders-card{display:flex;gap:2rem;text-align:justify;padding:1.5rem 2rem;border-radius:1rem}.founders-cards-container .founders-card .image-container{flex-basis:40%;transition:all .3s ease-in-out}.founders-cards-container .founders-card .image-container img{width:100%;border-radius:1rem;height:50%;object-fit:cover;transition:all .3s ease-in-out}.founders-cards-container .founders-card .texts-container{flex-basis:60%;display:flex;flex-direction:column;justify-content:center;align-items:start}.founders-cards-container .founders-card .texts-container .founder-name{font-size:1.5rem;font-weight:500}.founders-cards-container .founders-card .texts-container .founder-title{font-size:1.2rem;font-weight:500}.founders-cards-container .founders-card .texts-container .founder-paragraph{font-size:1rem;color:#5c5c5c;margin:.5rem 0}.timeline-container{position:relative;max-width:900px;margin:0 auto}.timeline-container:after{content:"";position:absolute;width:2px;background:#4a6c4f;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-item{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;margin-bottom:50px}.timeline-item.left{flex-direction:row-reverse}.timeline-item .timeline-content{width:40%;padding:20px;text-align:right}.timeline-item.right .timeline-content{text-align:left}.timeline-item .timeline-img{width:40%;box-shadow:4px 4px 8px 2px #0000001a;border-radius:8px;overflow:hidden}.timeline-item img{width:100%;height:auto;border-radius:8px}.timeline-dot{position:absolute;width:16px;height:16px;background:#4a6c4f;border-radius:50%;left:50%;transform:translate(-50%);top:50%;z-index:10}@media screen and (max-width: 768px){.timeline-container:after{left:20px}.timeline-item{flex-direction:column;align-items:flex-start;text-align:left}.timeline-item.left,.timeline-item.right{flex-direction:column}.timeline-item .timeline-content,.timeline-item .timeline-img{width:100%}.timeline-dot{left:20px}.timeline-item .timeline-content{text-align:left;margin-left:30px}}@media screen and (max-width: 1024px){.our-values-cards-container{width:100%;grid-template-columns:repeat(3,1fr);gap:1rem}}@media screen and (max-width: 768px){.about-page-wrapper .intro-section{flex-direction:column}.intro-section .intro-texts-container,.intro-section .intro-image-container{flex-basis:100%}.intro-texts-container .intro-title{font-size:2rem}.intro-texts-container .intro-subtitle,.our-story-content-container .texts-container .content-title{font-size:1.5rem}.intro-texts-container .intro-paragraph,.our-story-content-container .texts-container .content-paragraph{font-size:1rem;margin:0}.intro-texts-container button.primary{padding:.5rem 1rem;font-size:1rem}.intro-section .intro-image-container,.our-story-content-container .image-container{height:280px}.intro-image-container .sm-image{bottom:-5px;left:-5px;width:120px;height:120px}.about-page-wrapper .our-story-section{align-items:start;padding:1rem}.our-story-section .section-title{font-size:2rem}.our-story-section .our-story-paragraph{font-size:1rem;text-align:center;width:100%}.our-story-section .our-story-content-container{flex-direction:column;padding:0;gap:1rem}.our-values-cards-container{width:100%;grid-template-columns:repeat(2,1fr);gap:1rem}.founders-cards-container{grid-template-columns:repeat(1,1fr)}.founders-cards-container .founders-card{flex-direction:column;gap:1rem;padding:1rem}.founders-cards-container .founders-card .image-container{max-height:280px}.founders-cards-container .founders-card .image-container img{height:100%}}.page-content.content-center{text-align:center}.page-content .collection-section-title{color:var(--color-brown);font-size:3rem}.page-content .collection-paragraph{font-size:1.2rem}.collection-content-container{display:grid;grid-template-columns:repeat(4,minmax(200px,1fr));grid-gap:2rem;margin-top:2rem}.collection-content-container .collection-card{display:flex;flex-direction:column;justify-content:center;align-items:center;max-height:280px;padding:1rem;border-radius:5px;box-shadow:2px 10px 10px #0000001a;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.collection-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,#e4d3c18c,transparent);transition:opacity .5s ease-in-out;opacity:0}.collection-card:hover:before{opacity:1;animation:glow-move 2s ease-in-out infinite}@keyframes glow-move{0%{left:-100%}to{left:100%}}.collection-content-container .collection-card .image-container{width:100%;height:240px;border-radius:5px;display:flex;justify-content:center;align-items:center}.collection-content-container .collection-card .image-container img{width:25%;height:30%;object-fit:contain;border-radius:5px;background-color:var(--color-purple);transition:all .5s ease}.collection-content-container .collection-card:hover .image-container img{transform:scale(1.1);opacity:.1}.collection-card .collection-texts{position:absolute;bottom:10px;left:0;right:0;opacity:0;transition:all .5s ease;transform:translateY(100%)}.collection-content-container .collection-card:hover .collection-texts{transform:translateY(0);opacity:1}.collection-card .collection-texts .item-name{font-size:1.4rem;font-weight:500;color:var(--color-brown)}.collection-card .collection-texts .item-date{font-size:.9rem;color:#666}@media screen and (max-width: 1024px){.page-content .collection-section-title{font-size:2.5rem}.page-content .collection-paragraph{font-size:1.2rem}.collection-content-container{grid-template-columns:repeat(3,minmax(200px,1fr))}.collection-content-container .collection-card .image-container img{width:30%;height:35%}}@media screen and (max-width: 768px){.page-content .collection-section-title{font-size:2rem}.page-content .collection-paragraph{font-size:1rem}.collection-content-container{grid-template-columns:repeat(2,minmax(200px,1fr))}.collection-content-container .collection-card .image-container img{width:40%;height:45%}.collection-card .collection-texts .item-name{font-size:1.2rem}.collection-card .collection-texts .item-date{font-size:.8rem}.collection-card .collection-texts{bottom:5px}}@media screen and (max-width: 480px){.page-content .collection-section-title{font-size:1.5rem}.collection-content-container{grid-template-columns:repeat(1,minmax(200px,1fr))}.collection-content-container .collection-card .image-container img{width:50%;height:55%}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}:root{--font-family-primary: "PT Serif", serif;--font-family-secondary: "Lora", serif;--line-height: 1.5;--font-weight-normal: 400;--font-weight-bold: 500;--color-onyx-green: #323c34;--color-light-blue: #c8eaf9;--color-sea-green: #3a5a32;--color-cream: #faf9f6;--color-background: #f4f5f0;--color-gray: #898989;--color-gray-light: rgba(204, 204, 204, .8);--color-gray-lighter: rgba(217, 217, 217, .8);--background-color-light: #fff;--background-color-dark: var(--color-background);--text-color-light: #213547;--text-color-dark: black;--color-brown: #654321;--color-purple: #a686cd;color-scheme:light dark}body{font-family:var(--font-family-primary);line-height:var(--line-height);font-weight:var(--font-weight-normal);color:var(--text-color-dark);background-color:var(--background-color-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-1440{max-width:1440px;margin:0 auto}.color-sea-green{color:var(--color-sea-green)}.color-red{color:red}.cursor-not-allowed{cursor:not-allowed}.text-center{text-align:center}.disabled-text{color:var(--color-gray-light)}.flex{display:flex;gap:1rem}.font-italic{font-style:italic}.overlay{position:fixed!important;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.font-secondary{font-family:var(--font-family-secondary)}h1{font-size:48px;font-weight:700;line-height:1.2}h2{font-size:24px;font-weight:500;line-height:1.3}ul{list-style:none}a{text-decoration:none;font-size:1rem;color:inherit}input,textarea,select{font-size:1rem;padding:10px;border:1px solid var(--color-gray-light);border-radius:5px;background:transparent;color:#000;transition:border-color .25s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-sea-green)}input::placeholder,textarea::placeholder,select::placeholder{color:var(--color-gray-light)}textarea{resize:none}input[type=number]::-webkit-inner-spin-button{opacity:0}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:transparent;width:.5rem;height:.5rem;border:1px solid var(--color-sea-green);border-radius:2px;display:inline-block;position:relative}input[type=checkbox]:checked{background-color:var(--color-sea-green);border-color:var(--color-sea-green)}input[type=checkbox]:checked:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.forget-pass{color:#c79311;font-size:.875rem}.forget-pass:hover{color:#7a5700}button,select{font-size:1rem;padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;height:fit-content}button{color:#fff}button.primary,select.primary{border:1px solid var(--color-sea-green);background-color:var(--color-sea-green)}button.primary:hover,select.primary:hover,button.secondary,select.secondary{background-color:var(--color-onyx-green);border:1px solid var(--color-onyx-green)}button.secondary:hover,select.secondary:hover{background-color:var(--color-sea-green);border:1px solid var(--color-sea-green)}button.transparent,select.transparent{background-color:transparent;border:1px solid var(--color-sea-green);color:#000;transition:border-color .25s ease}button.transparent:hover,select.transparent:hover{border:1px solid var(--color-onyx-green)}.transparent-no-border{background-color:transparent;color:#000}.button.transparent.selected{border:2px solid var(--color-sea-green);color:var(--color-onyx-green);font-weight:700}.loader-container{position:fixed!important;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:var(--color-background);z-index:1000}.custom-loader{width:5rem;height:5rem;border:3px solid transparent;border-top:3px solid #a1b38a;border-radius:50%;animation:spin 1s linear infinite;position:absolute}.custom-loader-small{width:3rem;height:3rem;border:3px solid transparent;border-bottom:3px solid #a1b38a;border-radius:50%;animation:spin-reverse 1s linear infinite;position:absolute}@keyframes spin{to{transform:rotate(1turn)}}@keyframes spin-reverse{to{transform:rotate(-1turn)}}.toast{position:fixed;top:80px;right:20px;z-index:10011;padding:10px 20px;background-color:#333;color:#fff;border-radius:5px;box-shadow:0 2px 5px #0003;animation:jump-in-out 3s forwards}.toast.info{background-color:#ffb700}.toast.success{background-color:var(--color-sea-green)}.toast.error{background-color:#dc3545}@keyframes jump-in-out{0%{transform:translate(50px) scale(.8)}20%{transform:translate(-10px) scale(1)}40%{transform:translate(0) scale(1)}80%{transform:translate(-5px) scale(1)}to{transform:translate(50px) scale(.8)}}@media (prefers-color-scheme: light){:root{color:var(--text-color-light);background-color:var(--background-color-light)}button{background-color:var(--button-background-light)}a:hover{color:#747bff}}@media screen and (max-width: 768px){h1{font-size:32px}h2{font-size:1.5rem}form input,button{font-size:.875rem}.w-1440{padding:1rem}}
