@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:.75rem 1rem;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.search-box-modal{max-width:840px;width:100%}.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 .login-modal__container .search-modal__header{display:flex;justify-content:space-between;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%}}.search-modal__close{cursor:pointer;font-size:1.2rem;color:#7c7c7c;font-weight:600;font-family:Courier,monospace;transition:color .3s ease}.search-modal__close:hover{color:var(--color-sea-green)}.login-modal__body .search-box{width:100%;border:1px solid #ccc;transition:border .3s ease}.login-modal__body .search-box:focus-within{border:1px solid var(--color-sea-green)}.version-second-recent-search-container{margin-top:1rem;max-height:400px;overflow-y:auto;padding-right:.75rem;display:flex;flex-direction:column;gap:.5rem}.version-second-recent-search-container::-webkit-scrollbar{width:8px}.version-second-recent-search-container::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.version-second-recent-search-container::-webkit-scrollbar-track{background-color:#f1f1f1;border-radius:4px}.version-second-recent-card{display:flex;align-items:center;gap:1rem;cursor:pointer;border:1px solid #ccc;padding:.5rem;border-radius:.75rem}.version-second-image-container{flex-basis:15%;height:100%;width:100px;aspect-ratio:1;overflow:hidden;border-radius:10px;margin:0}.version-second-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.version-second-recent-card-body{flex-basis:85%;display:flex;flex-direction:column;gap:.25rem}.version-second-related-product-title{font-size:.95rem;font-weight:500;color:#333}.version-second-related-product-title:hover{color:var(--color-sea-green)}.version-second-product-description{font-size:14px;color:#6c757d;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.version-second-flex-box{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.version-second-product-category{font-size:10px;padding:3px 8px;border-radius:12px;width:fit-content;text-transform:uppercase;border:1px solid #ccc;letter-spacing:.5px;font-weight:550;margin:0}.version-second-related-product-price{font-size:16px;font-weight:600;color:var(--color-sea-green)}.version-second-related-product-price .strike{text-decoration:line-through;color:#888;font-weight:500;margin:0 .75rem}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%;overflow:hidden;text-overflow:ellipsis;padding:0 .75rem;white-space:nowrap}.related-product .related-product-price{color:var(--color-sea-green);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.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;animation:bounce 3s ease infinite}.tarot-card{width:240px;aspect-ratio:2/3;height:auto;position:relative;transform-style:preserve-3d;transition:transform .6s}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.tarot-card .card-front,.tarot-card .card-back{background:#fff;position:absolute;cursor:pointer;width:100%;height:100%;backface-visibility:hidden;border-radius:.75rem;overflow:hidden;display:flex;justify-content:center;align-items:center}.tarot-card .card-front{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}.tarot-card .card-back{padding:.5rem;background:linear-gradient(to bottom right,#f9f4cd,#fff);background-size:contain;background-position:center;border:1px solid #fdea8d;color:var(--color-sea-green);text-align:center}.tarot-card.flipped{filter:blur(5px);opacity:.8}@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}}.version-second-blog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;cursor:pointer;transition:all .3s ease;border:1px solid rgba(0,0,0,.06);max-width:400px;width:100%}.version-second-blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.version-second-blog-card-image-container{position:relative;width:100%;height:240px;overflow:hidden}.version-second-blog-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.version-second-blog-card:hover .version-second-blog-card-image{transform:scale(1.05)}.version-second-blog-card-overlay{position:absolute;top:16px;left:16px}.version-second-blog-card-category{background:#000000b3;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:capitalize;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.version-second-blog-card-content{padding:24px}.version-second-blog-card-meta{margin-bottom:12px}.version-second-blog-card-date{color:#666;font-size:14px;font-weight:400}.version-second-blog-card-title{font-size:20px;font-weight:600;color:#2d2d2d;margin:0 0 12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.version-second-blog-card-description{color:#666;font-size:14px;line-height:1.6;margin:0 0 20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.version-second-blog-card-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.version-second-blog-card-author{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.version-second-blog-card-author-icon{font-size:14px;color:#666}.version-second-blog-card-author-name{color:#666;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.version-second-blog-card-read-time{display:flex;align-items:center;gap:4px;color:#666;font-size:13px;white-space:nowrap}.version-second-blog-card-clock-icon{font-size:12px}.version-second-blog-card-read-more{background:#2d2d2d;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.version-second-blog-card-read-more:hover{background:#1a1a1a}@media (max-width: 768px){.version-second-blog-card{max-width:100%}.version-second-blog-card-content{padding:20px}.version-second-blog-card-title{font-size:18px}.version-second-blog-card-footer{flex-direction:column;align-items:flex-start;gap:8px}.version-second-blog-card-read-more{align-self:stretch;text-align:center}}.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%;flex:1;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}.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:100%;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:540px;height:540px;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}}.version-2-related-product{position:relative;background:#fff;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #ccc;cursor:pointer;display:flex;flex-direction:column;height:100%}.version-2-related-product:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.version-2-related-product-image-container{position:relative;aspect-ratio:1;width:100%;height:auto;max-height:240px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.version-2-related-product-image{width:100%;height:100%;object-fit:cover;transition:all .4s cubic-bezier(.4,0,.2,1)}.version-2-related-product-image.primary{opacity:1}.version-2-related-product-image.secondary{position:absolute;top:0;left:0;opacity:0;transform:scale(1.05)}.version-2-related-product:hover .related-product-image.primary{opacity:0;transform:scale(.95)}.version-2-related-product:hover .related-product-image.secondary{opacity:1;transform:scale(1)}.version-2-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}.version-2-related-product .add-to-wishlist img{width:100%;height:100%;object-fit:contain}.version-2-related-product .add-to-wishlist.has-filter{filter:drop-shadow(1px 1px 5px rgba(0,0,0,.5))}.version-2-related-product .add-to-wishlist:hover{transform:scale(1.2)}.version-2-product-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;gap:8px}.version-2-product-category{font-size:11px;padding:4px 10px;border-radius:12px;width:fit-content;text-transform:uppercase;border:1px solid #ccc;letter-spacing:.5px;font-weight:550;margin:0}.version-2-related-product-title{font-size:18px;font-weight:500;line-height:1.4;transition:color .3s ease}.version-2-related-product-title:hover{color:var(--color-sea-green)}.version-2-product-description{font-size:14px;color:#6c757d;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.version-2-product-properties{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}.version-2-product-properties .property-tag{color:#000;padding:4px 10px;border-radius:12px;font-size:12px;border:1px solid #ccc}.version-2-related-product-price-flex{display:flex;align-items:center;justify-content:space-between;gap:8px}.version-2-related-product-price{font-size:18px;font-weight:700;color:var(--color-sea-green, #2d5f5f);margin:12px 0 16px;display:flex;align-items:center;gap:8px}.version-2-related-product-price .strike{font-size:18px;font-weight:500;color:#adb5bd!important;text-decoration:line-through!important}.version-2-related-product .show-on-hover{position:absolute;bottom:0;right:10%;opacity:0;transition:all .5s ease;z-index:100}.version-2-related-product:hover .show-on-hover{display:block;visibility:visible;transform:translateY(-90%);opacity:1}.version-2-related-product .show-on-hover:disabled{background:#adb5bd;cursor:not-allowed}.version-2-related-product .show-on-hover img{width:16px;height:16px}.version-2-related-product .show-on-hover .flex{display:flex;align-items:center;gap:8px}@media (max-width: 768px){.version-2-related-product{border-radius:12px}.version-2-product-content{padding:16px}.version-2-related-product-title{font-size:16px}.version-2-related-product-price{font-size:20px}}.version-2-related-product-image[loading]{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.version-2-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;padding:20px}@media (max-width: 640px){.version-2-product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;padding:16px}.version-2-related-product-price-flex{flex-direction:column;align-items:normal}}.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}}.hands-behind-section-container{background:linear-gradient(135deg,#fdfdf9,#f6f6df)}.hands-behind-section.section-subtitle{color:var(--color-sea-green);font-size:18px;font-style:italic;text-align:center;margin-top:8px;margin-bottom:60px}.hands-behind-content{max-width:1200px;margin:0 auto;padding:0 20px}.artisan-profile-card{display:grid;grid-template-columns:500px 1fr;gap:1.5rem;margin-bottom:80px;background:#f8f7f4;border-radius:20px;overflow:hidden;padding-bottom:1.5rem;box-shadow:0 8px 30px #00000014}.artisan-image-container{position:relative}.artisan-image-container .carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:.5px solid #ccc;width:32px;height:32px;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001a;transition:background-color .3s ease;z-index:1}.artisan-image-container .carousel-nav:hover{background:#e0e0e0}.artisan-image-container .carousel-nav.prev{left:5px;transform:translateY(-50%) rotate(180deg)}.artisan-image-container .carousel-nav.next{right:5px;transform:translateY(-50%)}.artisan-image-container .carousel-nav img{width:20px;height:20px}.artisan-image{width:100%;height:540px;object-fit:cover;filter:grayscale(.1)}.artisan-image-container .carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.artisan-image-container .dot{width:10px;height:10px;border-radius:50%;background-color:#ccc;cursor:pointer;transition:background-color .3s ease}.artisan-image-container .dot.active{background-color:#5a7c65}.artisan-info{display:flex;flex-direction:column;gap:5px;padding:1.5rem}.artisan-info .artisan-name{font-size:28px;font-weight:500;color:var(--color-sea-green);margin:0}.artisan-info .artisan-title{font-size:18px;color:#a79a9a;margin:0;font-weight:500}.artisan-info .artisan-location{display:flex;align-items:center;gap:12px;font-size:14px;color:#a79a9a}.artisan-info .location-icon{font-size:16px}.artisan-info .experience{background-color:#e8f0ea;padding:4px 12px;border-radius:12px;font-weight:500;color:var(--color-sea-green)}.artisan-info .specialty-section h4,.artisan-info .achievements h4{font-size:18px;font-weight:500;color:var(--color-sea-green);margin:0 0 8px}.specialty-section p{margin:0 0 12px;color:#666;font-size:16px}.artisan-description p{line-height:1.6;margin:0 0 18px;font-size:18px}.artisan-quote{font-style:italic;color:#a79a9a;border-left:4px solid #5a7c65;padding-left:20px;font-size:18px;margin-bottom:20px}.achievements ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.achievements li{display:flex;align-items:center;font-size:15px;color:#666}.achievements li:before{content:"●";color:#5a7c65;margin-right:12px;font-size:12px}.hands-behind-content .statistics-section{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:80px}.hands-behind-content .statistics-section .stat-item{text-align:center;padding:1rem;background:#fff;border-radius:.6rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;min-height:240px}.hands-behind-content .statistics-section .stat-item .stat-icon{font-size:48px;margin-bottom:20px;width:48px;height:48px;display:block;margin-left:auto;margin-right:auto}.hands-behind-content .statistics-section .stat-item .stat-icon img{width:100%;height:100%;object-fit:contain}.hands-behind-content .statistics-section .stat-item .stat-number{font-size:32px;font-weight:600;color:var(--color-sea-green);margin-bottom:8px}.hands-behind-content .statistics-section .stat-item .stat-label{font-size:16px;font-weight:500;margin-bottom:12px}.hands-behind-content .statistics-section .stat-item .stat-description{font-size:14px;color:#888;line-height:1.4}.cta-section{text-align:center;max-width:600px;background:#cbd9bc4d;margin:0 auto 80px;border:1px solid #cbd9bc;border-radius:.8rem;padding:1.5rem 2rem}.cta-section h3{font-size:24px;margin:0 0 16px;font-weight:500}.cta-section p{font-size:18px;opacity:.9;max-width:520px;margin:0 auto 32px}@media (max-width: 1024px){.artisan-profile-card{grid-template-columns:1fr;text-align:center;gap:40px}.hands-behind-content .statistics-section{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 768px){.hands-behind-content{padding:0 16px}.artisan-profile-card{padding:30px 20px}.artisan-image{height:300px}.artisan-name{font-size:24px}.hands-behind-content .statistics-section{grid-template-columns:repeat(1,1fr);gap:20px}.stat-item{padding:30px 20px}.stat-number{font-size:28px}.cta-section{padding:40px 20px}.cta-section h3{font-size:22px}.carousel-nav{width:35px;height:35px}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.carousel-nav svg{width:18px;height:18px}}@media (max-width: 480px){.section-subtitle{font-size:16px;margin-bottom:40px}.artisan-location{flex-direction:column;align-items:center;gap:8px}.experience{margin-left:0}}.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: 640px){.page-content .product-list-container .product-list{grid-template-columns:repeat(1,minmax(200px,1fr))}}@media screen and (max-width: 425px){.page-content .product-list-container .product-list{grid-template-columns:repeat(1,minmax(200px,1fr))}}.search-box.version-second-css{width:100%;border:1px solid #ccc;border-radius:8px}.filter-toggle-btn{transition:all .3s ease;border:1px solid #ccc!important;cursor:pointer;display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem}.filter-toggle-btn img{width:16px;height:16px}.filter-toggle-btn:hover{opacity:.8;background-color:#f0f0f0!important}.filter-icon{transition:transform .3s ease}.filter-icon.rotated{transform:rotate(180deg)}.filter-container{max-height:0;overflow:hidden;opacity:0;transform:translateY(-10px);transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:12px;border:1px solid #ccc;margin-top:1rem}.filter-container.show{max-height:500px;opacity:1;transform:translateY(0)}.filter-content{padding:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.filter-section{display:flex;flex-direction:column;gap:.75rem}.filter-title{font-size:1rem;font-weight:600;color:var(--color-sea-green, #2d5f5f);margin:0;padding-bottom:.25rem;border-bottom:2px solid var(--color-sea-green, #2d5f5f);display:inline-block;width:fit-content}.filter-form{display:flex;flex-direction:column;gap:.75rem}.filter-item{display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.filter-item:hover{padding-left:.25rem}.filter-item input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-sea-green, #2d5f5f);cursor:pointer}.filter-item label{font-size:.95rem;color:#555;cursor:pointer;transition:color .2s ease}.filter-item:hover label{color:var(--color-sea-green)}.price-range-inputs{display:flex;align-items:center;gap:.75rem}.price-input{flex:1;width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:all .3s ease}.price-input:focus{outline:none;box-shadow:0 0 0 3px #2d5f5f1a;background-color:#fff}.price-separator{font-weight:600;color:#666;font-size:1.1rem}.sort-select{padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:.95rem;color:#333;cursor:pointer;transition:all .3s ease;width:100%}.sort-select:focus{outline:none;border-color:var(--color-sea-green, #2d5f5f);box-shadow:0 0 0 3px #2d5f5f1a}.filter-actions{display:flex;gap:.75rem;padding:1rem;border-top:1px solid #e0e0e0;flex-wrap:wrap}@media screen and (max-width: 600px){.filter-actions{flex-direction:column}}.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}}.version-second-product-info{flex:1}.version-second-header{display:flex;gap:.75rem}.version-second-product-info .version-second-title{text-align:start}.version-second-rating{display:flex;align-items:center;gap:.5rem}.version-second-stars{display:flex;gap:.125rem}.version-second-star{font-size:1rem;filter:grayscale(100%);transition:filter .2s ease}.version-second-star.filled{filter:grayscale(0%)}.version-second-rating-text{color:#666;font-size:.875rem}.version-second-price{padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.version-second-current-price{font-size:2rem;font-weight:700;color:#4a7c59}.version-second-original-price{font-size:1.25rem;color:#999;text-decoration:line-through;margin-left:.5rem}.version-second-tabs{display:flex;margin:1rem 0;background-color:#cccccc60;border-radius:6px;overflow:hidden;justify-content:space-between}.version-second-tab{background:none;margin:.25rem .2rem;flex:1;padding:.45rem .75rem;cursor:pointer;color:#666;font-size:.875rem;transition:all .3s ease;border:none}.version-second-tab:hover{color:#333}.version-second-tab.active{background-color:#f5f5f4}.version-second-tab-content{min-height:200px}.version-second-tab-content h4{font-size:1.1rem;font-weight:500;margin:0 0 .5rem;color:#333}.version-second-tab-content .version-second-description p{color:#666;line-height:1.6;text-align:justify;margin:0 0 1.5rem}.version-second-specs-table{display:flex;flex-direction:column;border-radius:6px;border:1px solid #e0e0e0;background-color:#f5f5f4;padding:.75rem 1rem;gap:.5rem;margin-bottom:1rem}.version-second-spec-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.version-second-spec-label{font-weight:500;color:#333}.version-second-spec-value{color:#666}.version-second-product-review-container{margin:1rem 0;max-height:540px;overflow-y:scroll}.version-second-product-review-container::-webkit-scrollbar{display:none}.version-second-product-review-container .version-second-product-review{display:flex;flex-direction:column;margin-top:.5rem;padding:1rem;background-color:#f5f5f4;border-radius:6px;border:1px solid #e0e0e0}.version-second-product-review-container .version-second-product-review .version-second-reviewer-name{color:#000;font-size:1.1rem}.version-second-product-review-container .version-second-product-review .version-second-reviewer-rating{display:flex;align-items:center;gap:.1rem;margin-bottom:.5rem}.version-second-product-review-container .version-second-product-review .version-second-reviewer-comment,.version-second-product-review-container .version-second-product-review .version-second-reviewer-date,.version-second-no-reviews{color:#666;line-height:1.6;font-size:.875rem;text-align:justify}.version-second-spec-index{color:var(--color-sea-green);background-color:#3d6b4a1e;border-radius:50%;width:25px;height:25px;display:flex;justify-content:center;align-items:center}.version-second-additional-notes{margin-bottom:1.5rem}.version-second-additional-notes h4{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#333}.version-second-notes-textarea{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-family:inherit;font-size:.875rem;resize:vertical;min-height:80px}.version-second-notes-textarea:focus{outline:none;border-color:#4a7c59;box-shadow:0 0 0 2px #4a7c591a}.version-second-actions{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.version-second-quantity,.version-second-attribute-container{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden}.version-second-quantity-btn{background:none;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.125rem;color:#666;transition:all .2s ease}.version-second-quantity-btn:hover:not(:disabled){background:#f5f5f5;color:#333}.version-second-quantity-btn:disabled{opacity:.5;cursor:not-allowed}.version-second-quantity-display{padding:0 1rem;font-weight:500;min-width:40px;text-align:center}.version-second-wishlist-btn{background:none;border:1px solid #e0e0e0;border-radius:6px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.version-second-wishlist-btn:hover{border-color:#4a7c59}.version-second-heart{font-size:1.25rem;color:#666;transition:color .2s ease}.version-second-heart.liked{color:#f44}.version-second-add-to-cart{width:100%;background:var(--color-sea-green);color:#fff;border:none;padding:.75rem 1rem;border-radius:6px;font-size:1.2rem;font-weight:500;cursor:pointer;margin-bottom:2rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.version-second-add-to-cart:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4a7c594d}.version-second-add-to-cart:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.version-second-features{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.version-second-feature{display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #e0e0e0;padding-bottom:.75rem}.version-second-feature-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1rem;flex-shrink:0}.version-second-feature div:last-child{flex:1}.version-second-feature strong{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.125rem}.version-second-feature p{font-size:.75rem;color:#666;margin:0}@media (max-width: 768px){.version-second-product-info{padding:0}.version-second-title,.version-second-current-price{font-size:1.5rem}.version-second-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.version-second-tab{white-space:nowrap;flex-shrink:0}.version-second-properties{gap:.75rem}.version-second-features{padding:1rem}.version-second-attribute-container{min-width:unset}.version-second-dropdown-select{font-size:1rem;padding:1rem .75rem}}.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;background-color:#fff;border:1px solid #ddd;border-radius:.75rem}.box-shadow.active{background-color:#f7f7f7;border:1px solid var(--color-sea-green)}.box-shadow.completed{color:var(--color-sea-green)}.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}.version-second-checkout-cupon-container{display:flex;flex-direction:column;gap:1rem}.version-second-cart-page-diamond-medium{width:28px;height:28px}.version-second-cart-page-diamond-medium img{width:100%;height:100%;object-fit:cover}.version-second-checkout-cart-page-summary-row{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.version-second-checkout-page-payment-methods{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.version-second-checkout-page-payment-option{position:relative}.version-second-checkout-page-payment-option input[type=radio]{position:absolute;opacity:0;cursor:pointer}.version-second-checkout-page-payment-label{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#fff;position:relative}.version-second-checkout-page-payment-label:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000001a}.version-second-checkout-page-payment-option input[type=radio]:checked+.version-second-checkout-page-payment-label{border-color:var(--color-sea-green);background:linear-gradient(135deg,#f0fdf4,#ecfdf5);box-shadow:0 4px 12px #10b98126;transition:all .3s ease}.version-second-checkout-page-payment-option input[type=radio]:checked+.version-second-checkout-page-payment-label:after{content:"";position:absolute;top:.75rem;right:.75rem;width:20px;height:20px;border-radius:50%;background:var(--color-sea-green);display:flex;align-items:center;justify-content:center}.version-second-checkout-page-payment-option input[type=radio]:checked+.version-second-checkout-page-payment-label:before{content:"✓";position:absolute;top:.75rem;right:.75rem;width:20px;height:20px;border-radius:50%;background:var(--color-onyx-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:1}.version-second-checkout-page-payment-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .3s ease}.version-second-checkout-page-payment-option input[type=radio]:checked+.version-second-checkout-page-payment-label .version-second-checkout-page-payment-icon{background:linear-gradient(135deg,#3a5a32,#323c34);color:#fff}.version-second-checkout-page-payment-info{display:flex;flex-direction:column;gap:.25rem}.version-second-checkout-page-payment-info strong{font-size:1rem;font-weight:600;color:#111827}.version-second-checkout-page-payment-info span{font-size:.875rem;color:#6b7280;line-height:1.4}.version-second-checkout-page-payment-option input[type=radio]:checked+.version-second-checkout-page-payment-label .version-second-checkout-page-payment-info strong{color:var(--color-onyx-green)}.version-second-checkout-page-payment-option input[type=radio]:checked+.version-second-checkout-page-payment-label .version-second-checkout-page-payment-info span{color:var(--color-sea-green)}.version-second-checkout-page-qr-section{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.version-second-checkout-page-qr-container{display:flex;gap:2rem;align-items:flex-start}.version-second-checkout-page-qr-image{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.version-second-checkout-page-qr-image img{width:320px;aspect-ratio:3/4;object-fit:cover;border-radius:12px;border:2px solid #e2e8f0;background:#fff;padding:1rem;margin-bottom:1rem}.version-second-checkout-page-qr-image p{font-size:.875rem;color:#64748b;margin:0}.version-second-checkout-page-file-upload{flex:1;width:100%}.version-second-checkout-page-file-upload h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.version-second-checkout-page-upload-area{position:relative;margin-bottom:1rem}.version-second-checkout-page-file-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.version-second-checkout-page-file-label{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:2px dashed #cbd5e1;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s ease;color:#64748b;font-size:.9rem}.version-second-checkout-page-file-label:hover{border-color:#10b981;background:#f0fdf4;color:#065f46}.version-second-checkout-page-file-label svg{color:var(--color-onyx-green)}.version-second-checkout-page-file-success{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-size:.875rem;font-weight:500}.version-second-checkout-page-file-success svg{color:#16a34a}@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%}.version-second-checkout-page-payment-label{padding:1rem;gap:.75rem}.version-second-checkout-page-payment-icon{width:40px;height:40px}.version-second-checkout-page-payment-info strong{font-size:.9rem}.version-second-checkout-page-payment-info span{font-size:.8rem}.version-second-checkout-page-qr-container{flex-direction:column;gap:1.5rem}.version-second-checkout-page-qr-image img{width:100%;object-fit:cover}.version-second-checkout-page-payment-option input[type=radio]:checked+.version-second-checkout-page-payment-label:before{width:100%;top:.5rem;right:.5rem;width:18px;height:18px;font-size:10px}}@media (max-width: 480px){.version-second-checkout-page-qr-section{padding:1rem}.version-second-checkout-page-qr-image img{width:140px;height:140px}.version-second-checkout-page-file-label{padding:.875rem 1rem;font-size:.85rem}}.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}.version-second-blog-page-header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1rem;text-align:center;gap:1rem;margin-bottom:2rem;max-width:600px;margin:0 auto}.version-second-blog-page-header h1{font-size:2.5rem;font-weight:600;display:flex;align-items:center;background:linear-gradient(120deg,#3a5a32,#7c3aed);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;gap:1rem}.version-second-blog-page-header h1 img{width:42px;height:42px;object-fit:contain}.version-second-blog-page-header p{font-size:1.1rem;font-weight:500;max-width:600px;color:#666;margin-bottom:2rem}.version-second-blog-page-footer-wrapper{border:1px solid #ccc;background:linear-gradient(120deg,#ecf0ed,#efedf3,#f1e9f9);padding:2rem 0;box-shadow:0 2px 8px #0000000f;border-radius:.5rem}.version-second-blog-page-footer{text-align:center;display:flex;flex-direction:column;gap:1rem}.version-second-blog-page-footer h1{font-size:1.8rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:1rem}.version-second-blog-page-footer h1 img{width:28px;height:28px;object-fit:contain}.version-second-blog-page-footer p{font-size:1.1rem;font-weight:500;color:#666;margin-bottom:1rem}.version-second-news-subscrition-container{display:flex;gap:1rem;align-items:center;justify-content:center;width:50%;margin:0 auto}.version-second-news-subscrition-container input{width:100%;flex-basis:80%;height:100%;border-radius:.5rem;outline:none;font-size:1rem;font-weight:500;background-color:#fff}.version-second-news-subscrition-container button{flex-basis:20%;margin-bottom:0}.version-second-blogs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,3fr));gap:24px;margin-bottom:40px;justify-items:center}.no-blogs-found{text-align:center;padding:60px 20px;color:#666}.no-blogs-found p{margin:10px 0;font-size:16px}.no-blogs-found p:first-child{font-size:18px;font-weight:500;color:#333}@media (max-width: 1200px){.version-second-blogs-grid{grid-template-columns:repeat(auto-fill,minmax(320px,2fr));gap:20px}}@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}.version-second-blog-page-header{margin-bottom:1rem}.version-second-blog-page-header h1{font-size:2rem}.version-second-blog-page-header h1 img{width:32px;height:32px}.version-second-blog-page-header p{font-size:1rem;margin-bottom:1rem}.version-second-news-subscrition-container{width:80%;flex-direction:column}.version-second-blogs-grid{grid-template-columns:1fr;gap:16px;padding:0 16px}}@media (max-width: 480px){.version-second-blogs-grid{padding:0 8px}}.version-second-custom-page-container{background:linear-gradient(90deg,#edf1ec,#fff)}.version-second-custom-page-container .version-second-custom-page-header{display:flex;flex-direction:column;padding:1rem 0;gap:1rem;align-items:center;justify-content:center;text-align:center}.custom-page-header-category{padding:.25rem .5rem;border-radius:14px;font-size:14px;background:#e9eee8;color:var(--color-sea-green);display:flex;align-items:center;gap:5px}.custom-page-header-category img{width:18px;height:18px;object-fit:contain;animation:rotate 10s infinite linear}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.version-second-custom-page-header h1{font-size:3rem;max-width:500px;margin:0 auto}.version-second-custom-page-header p{font-size:1.1rem;color:#6c757d;max-width:600px;margin:0 auto}.custom-page-header-more-info{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:0 0 2rem}.custom-page-header-more-info-card{display:flex;align-items:center;gap:.5rem}.custom-page-header-more-info-card img{width:18px;height:18px;object-fit:contain}.version-second-custom-page-form-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.version-second-custom-page-form-container{background-color:#f8f9fa;min-height:100vh}.version-second-custom-form-wrapper{max-width:800px;margin:0 auto;background:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 40px #00000014}.version-second-custom-form-header{text-align:center;margin-bottom:40px}.version-second-custom-form-header h2{font-size:2rem;font-weight:700;margin-bottom:12px;line-height:1.3}.version-second-custom-form-header p{color:#666;font-size:1.1rem;line-height:1.6;margin:0}.version-second-custom-form{display:flex;flex-direction:column;gap:24px}.version-second-custom-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.version-second-custom-form-group{display:flex;flex-direction:column;gap:8px}.version-second-custom-form-group label{font-size:16px;font-weight:500;color:#1a1a1a;margin-bottom:4px}.version-second-custom-form-group input,.version-second-custom-form-group select,.version-second-custom-form-group textarea{padding:12px 16px;border:1px solid #e1e5e9;border-radius:8px;font-size:14px;font-weight:500;background:#fff;transition:all .2s ease;font-family:inherit}.version-second-custom-form-group input:focus,.version-second-custom-form-group select:focus,.version-second-custom-form-group textarea:focus{outline:none;border-color:var(--color-sea-green);box-shadow:0 0 0 3px #4caf501a}.version-second-custom-form-group input::placeholder,.version-second-custom-form-group textarea::placeholder{color:#999}.version-second-custom-form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.version-second-custom-form-group textarea{resize:vertical;min-height:100px}.version-second-custom-form-character-count{font-size:12px;color:#666;margin-top:4px}.version-second-custom-file-upload{position:relative}.version-second-custom-file-input{display:none}.version-second-custom-file-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .2s ease;background:#fafbfc;display:flex;flex-direction:column;align-items:center;gap:16px}.version-second-custom-file-upload-area:hover{border-color:var(--color-sea-green);background:#f8fdf8}.version-second-custom-upload-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#9ca3af}.version-second-custom-upload-text p:first-child{font-size:16px;font-weight:500;color:#374151;margin:0}.version-second-custom-upload-text p:last-child{font-size:14px;color:#6b7280;margin:4px 0 0}.version-second-custom-choose-files-btn{background:#e9eee895;color:#2e7d32;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:12px}.version-second-custom-choose-files-btn:hover{background:#d9ddd8}.version-second-custom-uploaded-files{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.version-second-custom-uploaded-file{background:#e8f5e8;color:#2e7d32;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500}.version-second-custom-submit-btn{background:var(--color-sea-green);color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .5s ease;margin-top:20px;text-align:center;width:100%}.version-second-custom-submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4caf504d}.version-second-custom-submit-btn:active{transform:translateY(0)}.version-second-custom-form-footer-text{text-align:center;color:#666;font-size:15px;line-height:1.5}.version-second-custom-how-it-works-section{padding:2rem 0}.version-second-custom-how-it-works-container{max-width:1440px;margin:0 auto}.version-second-custom-how-it-works-header{text-align:center;margin-bottom:60px}.version-second-custom-how-it-works-header h2{font-size:2rem;font-weight:600;margin-bottom:16px;line-height:1.2}.version-second-custom-how-it-works-header p{font-size:18px;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.version-second-custom-how-it-works-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;justify-items:center;align-items:start}.version-second-custom-step{text-align:center;display:flex;flex-direction:column;align-items:center}.version-second-custom-step-number{width:64px;height:64px;background:var(--color-sea-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin-bottom:24px;position:relative}.version-second-custom-step h3{font-size:1.5rem;font-weight:500;margin-bottom:12px;line-height:1.3}.version-second-custom-step p{font-size:1.1rem;color:#666;max-width:250px;line-height:1.5;margin:0}@media (max-width: 968px){.version-second-custom-how-it-works-steps{grid-template-columns:repeat(2,1fr);gap:40px 30px}}@media (max-width: 768px){.version-second-custom-page-form-container{padding:40px 16px}.version-second-custom-form-wrapper{padding:24px}.version-second-custom-form-header h2{font-size:24px}.version-second-custom-form-row{grid-template-columns:1fr;gap:16px}.version-second-custom-file-upload-area{padding:24px 16px}.version-second-custom-how-it-works-section{padding:60px 16px}.version-second-custom-how-it-works-header h2{font-size:28px}.version-second-custom-how-it-works-header p{font-size:16px}.version-second-custom-how-it-works-steps{grid-template-columns:1fr;gap:32px}.version-second-custom-step-number{width:70px;height:70px;font-size:20px}.version-second-custom-step h3{font-size:18px}}@media (max-width: 480px){.version-second-custom-form-wrapper{padding:20px;margin:0 8px}.version-second-custom-form-header h2{font-size:22px}.version-second-custom-form-header p{font-size:15px}}.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{width:100%;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:130vh;display:flex;justify-content:center;align-items:center;overflow:hidden;transition:min-height .5s ease-in-out}.tarot-container.increase-height{min-height:200vh}.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;color:#fff;text-align:center;font-size:1.5rem}.tarot-quote-container.visible{transform:translateY(0);opacity:1}.tarot-quote-container.hidden{transform:translateY(-100%) scale(.8);opacity:0;pointer-events:none}.service-form-container-w.hidden{transform:translateY(100%);opacity:0;pointer-events:none}.service-form-container-w.visible{transform:translateY(0);opacity:1}.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}.version-second-radio-card{display:flex;align-items:center;padding:.5rem;cursor:pointer;position:relative}.radio-card input[type=radio],.version-second-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}.version-second-radio-card .radio-circle{position:unset;width:1rem;height:1rem;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,.version-second-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}.version-second-radio-card .radio-content{display:flex;align-items:center;gap:.5rem}.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:140vh}.tarot-container.tarot-container.increase-height{min-height:220vh}.tarot-quote-container{font-size:1.2rem}.radio-group{flex-wrap:wrap}.radio-card{width:150px}.service-form-container-w .form-group{flex:0}}.version-second-tarot-header-container{text-align:center;margin:1.5rem 0;color:var(--color-sea-green)}.version-second-tarot-header-container h1{font-weight:500;margin-bottom:.5rem}.version-second-tarot-header-container .version-second-tarot-page-subtitle{font-size:1.1rem;font-weight:400;width:50%;margin:0 auto;line-height:1.4;opacity:.7}.version-second-form-group{color:var(--color-sea-green)}.version-second-form-group input,.version-second-form-group textarea,.version-second-form-group select{width:100%;border:1px solid #ccc;padding:.75rem;border-radius:8px}.version-second-form-group input::placeholder{color:#ccc;opacity:.7}@media screen and (max-width: 768px){.version-second-tarot-header-container .version-second-tarot-page-subtitle{width:90%}}.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%}}.version-second-contact-us-container{min-height:100vh;background:linear-gradient(135deg,#f8f4ff,#fff,#f0f8ff);padding:48px 16px}.version-second-main-wrapper{max-width:1200px;margin:0 auto}.version-second-header{text-align:center;margin-bottom:48px}.version-second-title-section{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.version-second-icon{width:32px;height:32px}.version-second-main-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#3a5a32,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.version-second-sparkle{font-size:1.5rem}.version-second-subtitle{color:#747474;font-size:18px;font-weight:400;max-width:600px;margin:0 auto;line-height:1.6}.version-second-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 1024px){.version-second-content-grid{grid-template-columns:1fr;gap:24px}}.version-second-form-container{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:32px;border:1px solid #ccc}.version-second-form-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:8px}.version-second-form-description{color:#747474;font-size:16px;font-weight:400;line-height:1.6;margin-bottom:24px}.version-second-contact-form{display:flex;flex-direction:column;gap:20px}.version-second-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.version-second-form-row{grid-template-columns:1fr}}.version-second-input-group{display:flex;flex-direction:column;gap:6px}.version-second-label{font-weight:500;color:#374151;font-size:.875rem}.version-second-required{color:#ef4444}.version-second-input,.version-second-select,.version-second-textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff}.version-second-input:focus,.version-second-select:focus,.version-second-textarea:focus{outline:none;border-color:var(--color-sea-green)}.version-second-input::placeholder,.version-second-textarea::placeholder{color:#9ca3af}.version-second-textarea{resize:vertical;min-height:120px}.version-second-submit-btn{background:linear-gradient(135deg,#3a5a32,#7c3aed);color:#fff;padding:14px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;margin-top:8px}.version-second-submit-btn:hover{transform:translateY(-1px);box-shadow:0 10px 25px -5px #7c3aed66}.version-second-btn-icon{width:18px;height:18px}.version-second-sidebar{display:flex;flex-direction:column;gap:24px}.version-second-info-card{background:linear-gradient(135deg,#efefef,#d7cfe0c8);border-radius:12px;padding:24px;border:1px solid #ccc}.version-second-card-title{display:flex;align-items:center;gap:8px;font-size:1.5rem;font-weight:500;color:#1f2937}.version-second-card-title-icon{width:24px;height:24px}.version-second-card-icon{width:20px;height:20px}.version-second-card-description{color:#6b7280;margin-bottom:16px;font-size:.875rem}.version-second-contact-item{padding:16px 0;border-bottom:1px solid #e5e7eb}.version-second-contact-item:last-child{border-bottom:none;padding-bottom:0}.version-second-item-title{display:flex;align-items:center;gap:6px;font-weight:600;color:#374151;margin-bottom:4px;font-size:.875rem}.version-second-item-icon{width:16px;height:16px;color:#7c3aed}.version-second-item-value{color:#1f2937;margin:2px 0;font-size:.875rem}.version-second-item-note{color:#6b7280;font-size:.75rem;margin-top:4px}.version-second-quick-links{display:flex;flex-direction:column;gap:8px}.version-second-quick-link{display:flex;align-items:center;gap:8px;padding:10px 12px;color:#374151;text-decoration:none;border-radius:6px;transition:all .2s ease;font-size:.875rem}.version-second-quick-link:hover{background:#d3d1d18b}.version-second-link-icon{width:16px;height:16px;color:#7c3aed}.version-second-live-chat-card{background:#edfdf5;background:linear-gradient(90deg,#edfdf5,#fff 54%,#edfdf5);border-radius:12px;padding:24px;border:1px solid #acc3ac;text-align:center}.version-second-chat-icon{width:48px;height:48px;margin:0 auto 12px}.version-second-chat-title{font-size:1.125rem;font-weight:500;margin-bottom:8px}.version-second-chat-description{font-size:.875rem;margin-bottom:16px;color:#4b5563;opacity:.9}.version-second-chat-btn{background:var(--color-sea-green);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:600;cursor:pointer;width:100%;transition:all .2s ease}.version-second-chat-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.version-second-chat-availability{font-size:.75rem;margin-top:12px;opacity:.8}.version-second-success-message{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-weight:500;text-align:center}.version-second-error-message{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-weight:500;text-align:center}.version-second-submit-btn.version-second-submitting{opacity:.7;cursor:not-allowed}.version-second-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.version-second-submit-btn:disabled:hover{transform:none;box-shadow:none}.version-second-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:version-second-spin 1s ease-in-out infinite}@keyframes version-second-spin{to{transform:rotate(360deg)}}.version-second-input:disabled,.version-second-select:disabled,.version-second-textarea:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.6}@media (max-width: 768px){.version-second-contact-us-container{padding:24px 16px}.version-second-main-title{font-size:1.75rem}.version-second-form-container{padding:24px}.version-second-info-card,.version-second-live-chat-card{padding:20px}}.version-second-auth-container{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1.5rem}.version-second-auth-card{width:100%;max-width:440px;min-height:600px;position:relative}.version-second-form-container{display:flex;flex-direction:column;align-items:center;width:100%}.version-second-title{font-size:32px;font-weight:700;color:var(--color-sea-green);margin:0 0 8px;text-align:center}.version-second-subtitle{font-size:16px;color:#9ca3af;margin:0 0 32px;text-align:center}.version-second-toggle-buttons{display:flex;background:#f3f4f6;padding:4px;margin-bottom:24px;width:100%}.version-second-toggle-btn{flex:1;padding:.5rem 1rem;border:none;background:transparent;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;color:#6b7280}.version-second-toggle-btn.version-second-active{background:var(--color-sea-green);color:#fff;box-shadow:0 2px 4px #6b8d7333}.version-second-toggle-btn:hover:not(.version-second-active){background:#e5e7eb}.version-second-google-btn{width:100%;padding:.5rem 1rem;border:1px solid #e5e7eb;background:#fff;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;color:#000;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:1rem}.version-second-google-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.version-second-google-icon{width:24px;height:24px;object-fit:cover}.version-second-divider{width:100%;text-align:center;margin:24px 0;position:relative}.version-second-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e7eb}.version-second-divider span{background:#fff;position:relative;padding:0 16px;font-size:12px;color:#9ca3af;font-weight:500;letter-spacing:.5px}.version-second-form{width:100%}.version-second-input-row{display:flex;gap:12px;margin-bottom:1rem}.version-second-input-group{margin-bottom:1rem}.version-second-input-group.version-second-half{flex:1;margin-bottom:0}.version-second-label{display:block;font-size:14px;font-weight:600;margin-bottom:.25rem}.version-second-input-wrapper{position:relative;display:flex;align-items:center}.version-second-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:all .2s ease;background:#fff}.version-second-input.version-second-no-icon{padding-left:16px}.version-second-input:focus{outline:none;border-color:var(--color-sea-green);box-shadow:0 0 0 3px #6b8d731a}.version-second-input::placeholder{color:#9ca3af}.version-second-input-icon{position:absolute;width:18px;height:18px;object-fit:cover;left:10px;font-size:10px;color:#9ca3af;z-index:1;pointer-events:none}.version-second-input:not(.version-second-no-icon){padding-left:36px}.version-second-password-toggle{position:absolute;right:16px;background:none;border:none;font-size:16px;color:#9ca3af;cursor:pointer;padding:4px;z-index:1;transition:color .2s ease;border-radius:4px}.version-second-password-toggle .version-second-input-icon{position:relative;left:0;bottom:0}.version-second-password-toggle:hover{background:#f3f4f6}.version-second-submit-btn{width:100%;padding:.75rem 1rem;background:var(--color-sea-green);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.version-second-submit-btn:hover{background:#5a7a62;transform:translateY(-1px);box-shadow:0 4px 8px #6b8d734d}.version-second-submit-btn:active{transform:translateY(0)}.version-second-forgot-password-btn{display:block;text-align:right;font-size:14px;color:#f97316;text-decoration:none;margin-bottom:8px;transition:color .2s ease}.version-second-forgot-password-btn:hover{color:#ea580c;text-decoration:underline}.version-second-back-btn{background:none;border:none;color:#6b8d73;font-size:14px;cursor:pointer;margin-top:24px;padding:8px 12px;transition:all .2s ease;border-radius:6px;font-weight:500}.version-second-back-btn:hover{color:#5a7a62;background:#6b8d731a}@media (max-width: 480px){.version-second-auth-container{padding:16px}.version-second-auth-card{padding:32px 24px;min-height:auto}.version-second-title{font-size:28px}.version-second-subtitle{font-size:14px}.version-second-input-row{flex-direction:column;gap:0}.version-second-input-group.version-second-half{margin-bottom:20px}.version-second-input{font-size:16px}}@media (max-width: 360px){.version-second-auth-card{padding:24px 16px}.version-second-title{font-size:24px}.version-second-toggle-btn{padding:10px 12px;font-size:13px}}.version-second-form-container{animation:fadeInUp .4s cubic-bezier(.4,0,.2,1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.version-second-submit-btn:disabled,.version-second-google-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.version-second-submit-btn:disabled:hover,.version-second-google-btn:disabled:hover{transform:none;box-shadow:none}.version-second-input:focus{outline:none}.version-second-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.version-second-error-message{font-size:12px;color:#ef4444;margin-top:4px;margin-left:4px}.version-second-input.success{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.version-second-cart-page-container{max-width:1440px;margin:0 auto;padding:1rem 2rem}.version-second-cart-page-header{display:flex;flex-direction:column;margin-bottom:1rem}.version-second-cart-page-continue-shopping{background:none;border:none;color:#6c757d;font-size:14px;cursor:pointer;margin-bottom:15px;transition:color .2s ease}.version-second-cart-page-continue-shopping:hover{color:#495057}.version-second-cart-page-title-section{display:flex;flex-direction:column;justify-content:space-between;flex-wrap:wrap;gap:15px}.version-second-cart-page-title{font-size:2.5rem;font-weight:300;color:#495057;margin:0}.version-second-cart-page-title-highlight,.version-second-cart-page-empty-title{background:linear-gradient(135deg,#3a5a32,#7c3aed);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:500}.version-second-cart-page-stats{display:flex;gap:.5rem;flex-wrap:wrap}.version-second-cart-page-crystals-chosen,.version-second-cart-page-energy-value{padding:7px 14px;border-radius:14px;font-size:12px;font-weight:600;border:1px solid var(--color-sea-green);transition:all .3s ease}.version-second-cart-page-crystals-chosen{background:#d4edda;color:var(--color-sea-green)}.version-second-cart-page-energy-value{color:#495057}.version-second-cart-page-crystals-chosen:hover,.version-second-cart-page-energy-value:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.version-second-cart-page-content{display:grid;grid-template-columns:1fr 350px;gap:2rem}.version-second-cart-page-items-section{border-radius:12px;padding:0}.version-second-cart-page-items-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem}.version-second-cart-page-items-header h2{margin:0;font-size:1.5rem;font-weight:500}.version-second-cart-page-clear-cart{background:none;border:none;font-size:14px;cursor:pointer;transition:color .2s ease;border:1px solid #ccc;border-radius:4px;padding:4px 8px;color:#6c757d}.version-second-cart-page-clear-cart:hover{color:#c82333}.version-second-cart-page-items-list{padding:.75rem 1rem;margin:0;list-style:none;display:grid;gap:1rem}.version-second-cart-page-item{display:flex;align-items:center;padding:.75rem 1rem;background:#fff;border:1px solid #ccc;border-radius:8px;gap:20px;box-shadow:0 2px 8px #0000000f}.version-second-cart-page-item:last-child{border-bottom:none}.version-second-cart-page-item-image{width:86px;height:86px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;position:relative;overflow:hidden}.version-second-cart-page-item-image img{width:100%;height:100%;object-fit:cover}.version-second-cart-page-item-details{flex:1}.version-second-cart-page-item-name{margin:0 0 5px;font-size:16px;font-weight:600;cursor:pointer;transition:color .2s ease}.version-second-cart-page-item-name:hover{color:var(--color-sea-green)}.version-second-cart-page-item-category{margin:0 0 15px;color:#6c757d;font-size:14px}.version-second-cart-page-quantity-controls{display:flex;align-items:center;gap:12px}.version-second-cart-page-qty-btn{width:30px;height:30px;border:1px solid #dee2e6;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6c757d;font-size:16px;transition:all .2s ease}.version-second-cart-page-qty-btn:hover{border-color:#9370db;color:#9370db}.version-second-cart-page-quantity{font-weight:500;min-width:20px;text-align:center}.version-second-cart-page-item-pricing{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.version-second-cart-page-unit-price{font-size:12px;color:#6c757d}.version-second-cart-page-total-price{font-size:18px;font-weight:600;color:#343a40}.version-second-cart-page-remove-btn{background:none;border:none;cursor:pointer;font-size:16px;opacity:.7;transition:opacity .2s ease;padding:.25rem .5rem}.version-second-cart-page-remove-btn:hover{opacity:1}.version-second-cart-page-summary{border-radius:12px;height:fit-content;border:1px solid #ccc;overflow:hidden;box-shadow:0 2px 8px #0000000f;background:linear-gradient(120deg,#ecf0ed,#efedf3,#f1e9f9)}.version-second-cart-page-summary-header{display:flex;align-items:center;gap:8px;padding:1.5rem 1rem}.version-second-cart-page-summary-header h3{margin:0;font-size:1.2rem;color:#495057;font-weight:600}.version-second-cart-page-diamond-small{width:18px;height:18px}.version-second-cart-page-diamond-small img{width:100%;height:100%;object-fit:cover}.white-border-background{background-color:#fff;padding:1.5rem 1rem}.version-second-cart-page-summary-details{margin-bottom:25px}.version-second-cart-page-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.version-second-cart-page-blessed-free{color:#28a745;font-weight:500}.version-second-cart-page-summary-total{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-top:1px solid #dee2e6;font-weight:600;gap:10px}.version-second-cart-page-total-amount{font-size:20px;background:linear-gradient(135deg,#3a5a32,#7c3aed);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.version-second-cart-page-checkout-btn,.version-second-newsletter-button{width:100%;background:linear-gradient(135deg,#3a5a32,#7c3aed);color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;margin-bottom:1rem;transition:transform .2s ease,box-shadow .2s ease}.version-second-cart-page-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #9370db4d}.version-second-cart-page-guarantees{border-top:1px solid #dee2e6;padding-top:20px}.version-second-cart-page-guarantee-title{text-align:center;font-size:14px;font-weight:600;color:var(--color-sea-green);margin-bottom:15px}.version-second-cart-page-guarantee-item{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.8rem;padding:.25rem .5rem;background-color:#9d9d9d1a}.version-second-cart-page-check{font-size:12px}.version-second-cart-page-empty-state{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:500px;margin:0 auto}.version-second-cart-page-diamond-icon{position:relative;width:120px;height:120px;margin-bottom:30px;opacity:.6}.version-second-cart-page-diamond-icon img{width:100%;height:100%;object-fit:cover}.version-second-cart-page-sparkles{position:absolute;top:-5px;right:-5px;font-size:24px;animation:twinkle 1.5s infinite}@keyframes twinkle{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.version-second-cart-page-empty-title{font-size:2.5rem;margin:0 0 15px;font-weight:300}.version-second-cart-page-empty-subtitle{color:#6c757d;font-size:18px;line-height:1.5;margin:0 0 30px}.version-second-cart-page-explore-btn{background:linear-gradient(135deg,#3a5a32,#7c3aed);color:#fff;border:none;padding:.5rem .75rem;border-radius:8px;font-size:1rem;font-weight:500;display:flex;align-items:center;gap:8px;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.version-second-cart-page-explore-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #9370db4d}@media (max-width: 768px){.version-second-cart-page-content{grid-template-columns:1fr;gap:20px}.version-second-cart-page-title-section{flex-direction:column;align-items:flex-start}.version-second-cart-page-item{flex-direction:column;align-items:flex-start;gap:15px;text-align:left}.version-second-cart-page-item-details{width:100%}.version-second-cart-page-item-pricing{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.version-second-cart-page-summary{order:-1}}*,*: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}}
