:root{--ink:#070912;--space:#0b1024;--violet:#762292;--violet-soft:#c56ae8;--cyan:#238ea4;--cyan-soft:#6ed7e8;--sand:#c99074;--text:#344457;--muted:#696f82;--line:#e8eaf1;--paper:#ffffff}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100vh;margin:0;color:var(--text);background:#fff;font-family:"Inter","Segoe UI","Arial",sans-serif;line-height:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body>*{line-height:1.6}body>main{min-height:calc(100vh - 64px)}.error-404-page{display:grid;place-items:center;min-height:calc(100vh - 64px);padding:72px 18px;background:radial-gradient(circle at 18% 24%,rgb(35 142 164 / .13),transparent 32%),linear-gradient(180deg,#ffffff 0%,#f6fbfd 100%);overflow:hidden}.error-404-hero{position:relative;width:min(980px,100%);min-height:520px;display:grid;align-items:center}.error-404-content{position:relative;z-index:2;max-width:620px}.error-404-content .eyebrow{margin:0 0 12px;color:var(--cyan);font-size:14px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.error-404-content h1{max-width:640px;margin:0;color:var(--ink);font-size:clamp(42px,8vw,86px);line-height:.96;letter-spacing:0}.error-404-content p{max-width:560px;margin:20px 0 0;color:#526071;font-size:18px}.error-404-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.error-404-search{max-width:520px;margin-top:30px}.error-404-search label{display:block;margin-bottom:8px;color:var(--ink);font-size:13px;font-weight:850}.error-404-search div{display:flex;gap:8px}.error-404-search input{min-width:0;flex:1;height:46px;border:1px solid rgb(35 142 164 / .28);border-radius:6px;padding:0 14px;color:var(--text);background:#fff;box-shadow:0 10px 24px rgb(31 45 66 / .08);font:inherit}.error-404-search button{height:46px;border:0;border-radius:6px;padding:0 18px;color:#fff;background:var(--violet);font-weight:850;cursor:pointer}.error-404-orbit{position:absolute;inset:34px 0 0 auto;width:min(44vw,420px);aspect-ratio:1;border:1px solid rgb(35 142 164 / .18);border-radius:50%;background:radial-gradient(circle at center,rgb(118 34 146 / .12) 0 8%,transparent 9%),radial-gradient(circle at 62% 30%,rgb(35 142 164 / .24) 0 4px,transparent 5px),radial-gradient(circle at 30% 70%,rgb(118 34 146 / .28) 0 5px,transparent 6px);box-shadow:inset 0 0 0 46px rgb(255 255 255 / .72),0 28px 80px rgb(31 45 66 / .12)}.error-404-orbit span{position:absolute;inset:14%;border:1px solid rgb(118 34 146 / .18);border-radius:50%}.error-404-orbit span:nth-child(2){inset:29%;border-color:rgb(35 142 164 / .22)}.error-404-orbit span:nth-child(3){inset:43%;border-color:rgb(201 144 116 / .28)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.site-header{position:sticky;z-index:30;top:0;height:64px;background:rgb(255 255 255 / .96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav-wrap{width:min(1160px,calc(100% - 36px));margin:0 auto;height:64px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;width:220px;height:56px;line-height:0}.brand picture{display:flex;align-items:center;height:100%}.brand img{width:auto;max-width:100%;max-height:52px;height:auto;object-fit:contain}.main-nav{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:650;color:#303648}.main-nav a:hover{color:var(--cyan)}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:inline-flex;align-items:center;gap:8px}.nav-dropdown-toggle::after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg)}.nav-dropdown-menu{position:absolute;left:50%;top:calc(100%+14px);z-index:45;min-width:180px;padding:8px;border:1px solid var(--line);border-radius:8px;background:rgb(255 255 255 / .98);box-shadow:0 18px 38px rgb(27 34 52 / .16);opacity:0;pointer-events:none;transform:translate(-50%,-8px);transition:opacity .18s ease,transform .18s ease}.nav-dropdown-menu::before{content:"";position:absolute;left:0;right:0;top:-16px;height:16px}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translate(-50%,0)}.nav-dropdown-menu a{display:block;padding:10px 12px;border-radius:6px;white-space:nowrap}.nav-dropdown-menu a:hover{color:var(--violet);background:#f4f7fb}.menu-toggle{display:none;width:42px;height:42px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 24px rgb(38 48 70 / .14),0 0 0 1px rgb(67 186 208 / .12);cursor:pointer}.menu-toggle span{display:block;width:18px;height:2px;margin:4px auto;border-radius:999px;background:var(--text);transition:transform .2s ease,opacity .2s ease}body.menu-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}body.menu-open .menu-toggle span:nth-child(2){opacity:0}body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-cta,.button-primary,.button-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border-radius:4px;font-size:13px;font-weight:950;letter-spacing:.02em;text-shadow:1px 0 2px rgb(0 0 0 / .42)}.nav-cta,.button-primary{color:#fff;background:linear-gradient(90deg,var(--violet),var(--cyan));box-shadow:0 10px 28px rgb(146 53 182 / .26)}.cart-link{position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:var(--violet);background:#fff;font-size:18px;box-shadow:0 8px 24px rgb(38 48 70 / .18),0 0 0 1px rgb(67 186 208 / .12)}.cart-link svg{width:21px;height:21px;fill:currentColor}.cart-link strong{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--cyan);font-size:10px;line-height:1}.cart-widget{position:relative}.cart-popover{position:absolute;top:calc(100%+14px);right:0;z-index:50;width:min(360px,calc(100vw - 28px));padding:18px;border:1px solid rgb(67 186 208 / .16);border-radius:10px;background:#fff;box-shadow:0 22px 50px rgb(24 34 56 / .18);opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.cart-widget:hover .cart-popover,.cart-widget:focus-within .cart-popover{opacity:1;pointer-events:auto;transform:translateY(0)}.cart-popover::before{content:"";position:absolute;top:-8px;right:18px;width:16px;height:16px;background:#fff;border-top:1px solid rgb(67 186 208 / .16);border-left:1px solid rgb(67 186 208 / .16);transform:rotate(45deg)}.cart-popover-head,.free-shipping-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-popover-head{margin-bottom:14px;color:var(--text)}.free-shipping-meter{padding:12px;border-radius:8px;background:#f8fbfd}.free-shipping-row{color:#445166;font-size:12px;font-weight:800}.free-shipping-track{height:8px;margin:10px 0 8px;overflow:hidden;border-radius:999px;background:#e7edf4}.free-shipping-track span{display:block;width:var(--cart-progress);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--violet),var(--cyan))}.free-shipping-meter p,.cart-empty{margin:0;color:var(--muted);font-size:12px}.cart-popover-items{max-height:250px;overflow-y:auto;margin:14px 0}.cart-popover-item{display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #eef2f6}.cart-popover-item img{width:54px;height:64px;object-fit:cover;border-radius:4px}.cart-popover-item strong{display:block;color:var(--text);font-size:13px;line-height:1.25}.cart-popover-item span{display:inline-flex;align-items:baseline;gap:3px;margin-top:4px;color:var(--muted);font-size:12px;white-space:nowrap}.cart-popover-item span .woocommerce-Price-amount{white-space:nowrap}.cart-popover-action{display:flex;min-height:38px;align-items:center;justify-content:center;border-radius:5px;color:#fff;background:linear-gradient(90deg,var(--violet),var(--cyan));font-size:13px;font-weight:800}.button-ghost{color:#fff;border:1px solid rgb(255 255 255 / .55)}.hero,.split-hero,.star-band,.contact-band{position:relative;color:#fff;overflow:hidden;background-color:var(--ink);background-image:linear-gradient(90deg,rgb(0 0 0 / .72),rgb(8 13 32 / .48),rgb(0 0 0 / .28)),var(--band-bg);background-size:cover;background-position:center}.hero::after,.split-hero::after,.star-band::after,.contact-band::after{content:"";position:absolute;inset:auto 0 0;height:75px;background:linear-gradient(180deg,transparent,rgb(0 0 0 / .72));pointer-events:none}.section-inner{width:min(1120px,calc(100% - 36px));margin:0 auto;position:relative;z-index:1}.hero .section-inner{min-height:600px;display:grid;grid-template-columns:minmax(360px,540px) minmax(260px,1fr);align-items:center;gap:70px;padding:64px 0}.hero-product,.hero-slider{justify-self:end;width:min(520px,100%);filter:drop-shadow(0 24px 32px rgb(0 0 0 / .48))}.hero-slider{position:relative;aspect-ratio:236 / 300;overflow:visible}.hero-slider-viewport{width:100%;height:100%;overflow:hidden}.hero-slider-track{display:flex;width:100%;height:100%;transition:transform .55s ease;will-change:transform}.hero-slider img{flex:0 0 100%;width:100%;height:100%;object-fit:contain}.hero-slider-button{position:absolute;z-index:2;top:50%;width:28px;height:38px;display:grid;place-items:center;border:1px solid rgb(255 255 255 / .28);border-radius:999px;color:var(--cyan-soft);background:rgb(6 9 24 / .66);box-shadow:0 10px 24px rgb(0 0 0 / .34);font:700 24px/1 Georgia,serif;cursor:pointer;transform:translateY(-50%);transition:background .18s ease,color .18s ease,transform .18s ease}.hero-slider-button:hover{color:#fff;background:linear-gradient(160deg,var(--violet),var(--cyan));transform:translateY(-50%) scale(1.05)}.hero-slider-button:active{transform:translateY(-50%) scale(.96)}.hero-slider-button.previous{left:-14px}.hero-slider-button.next{right:-14px}.hero-copy{max-width:520px}.home .hero-copy .eyebrow::before{content:"";display:block;width:96px;height:3px;margin:0 0 18px;background:var(--violet)}.eyebrow{margin:0 0 10px;color:var(--cyan);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:16px;font-size:clamp(34px,5.2vw,64px);line-height:.98;letter-spacing:0}.hero-copy p{max-width:480px;margin-bottom:24px;color:rgb(255 255 255 / .84);font-size:17px}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:32px}.hero-cta-wrap{display:inline-flex;align-items:center;gap:11px}.hero-cta{min-width:174px;min-height:48px;padding:0 24px;font-size:14px}.hero-cta-icon{display:inline-grid;place-items:center;width:20px;height:20px;color:#fff;font-size:16px;line-height:1;text-shadow:0 2px 10px rgb(0 0 0 / .48)}.hero-cta-planet .hero-cta-icon{font-size:21px}.hero-action-separator{color:rgb(255 255 255 / .5);font-size:18px;font-weight:800}.white-section,.products-section,.reviews-section,.mini-info,.instagram-section{background:#fff;padding:74px 0}.solar-feature-section{padding-bottom:112px}.reviews-section{padding-top:28px}.feature-split{display:grid;grid-template-columns:1fr 280px;align-items:center;gap:72px;max-width:840px;margin:0 auto}.hero+.white-section .feature-split{grid-template-columns:minmax(0,1fr) 510px;max-width:1280px;gap:96px}.hero+.white-section .feature-text h2,.solar-feature .feature-text h2{font-size:44px}.hero+.white-section .feature-text p,.solar-feature .feature-text p{font-size:20px;line-height:1.68}.bp{font-weight:700}.feature-split.reverse{grid-template-columns:280px 1fr}.feature-text h2,.section-title{margin-bottom:18px;color:#1b2032;font-size:28px;line-height:1.14;text-align:center}.feature-text h2{text-align:left}.products-section .section-title{margin-bottom:44px;font-size:32px;font-weight:700}@media (min-width:861px){#mape-zvezda .section-title,#solarni-sistem-products .section-title{font-size:42px;line-height:1.06}}.products-section+.original-design{margin-top:58px}#mape-zvezda .section-title::after,#solarni-sistem-products .section-title::after,.related-products-section .section-title::after{content:"";display:block;width:66px;height:2px;margin:18px auto 0;background:var(--violet)}#solarni-sistem-products{padding-top:112px}.feature-text p{color:#555c70;font-size:14px}.poster{border:8px solid #1d2031;box-shadow:0 14px 28px rgb(0 0 0 / .24)}.feature-image.no-frame{width:min(260px,100%);justify-self:center;filter:drop-shadow(0 14px 18px rgb(0 0 0 / .25))}.hero+.white-section .feature-image.no-frame{width:min(510px,100%)}.solar-feature{grid-template-columns:minmax(0,1fr) 510px;max-width:1280px;gap:96px}.solar-feature .feature-image.no-frame{width:min(510px,100%)}.split-hero .section-inner{min-height:315px;display:grid;grid-template-columns:300px 1fr;align-items:center;gap:56px;padding:38px 0}.split-hero h2{margin-bottom:8px;font-size:clamp(28px,4vw,48px);line-height:1}.split-hero p{max-width:470px;color:rgb(255 255 255 / .83)}.product-stage{padding:56px 0;color:#fff;background:linear-gradient(180deg,rgb(2 4 12 / .76),rgb(2 4 12 / .96)),var(--band-bg);background-size:cover;background-position:center}.examples-stage{position:relative;overflow:hidden;min-height:560px;padding:53px 0 78px;color:#fff;background-image:linear-gradient(180deg,rgb(0 0 0 / .76),rgb(0 0 0 / .72)),url(/wp-content/uploads/2022/11/1-4.bk.jpg);background-image:linear-gradient(180deg,rgb(0 0 0 / .76),rgb(0 0 0 / .72)),image-set(url(/wp-content/uploads/2022/11/1-4.bk.jpg.webp) type('image/webp'),url(/wp-content/uploads/2022/11/1-4.bk.jpg) type('image/jpeg'));background-position:center;background-size:cover}.examples-inner{position:relative;z-index:1;display:grid;justify-items:center;width:100%;text-align:center}.examples-copy{width:min(720px,100%);text-align:center;text-shadow:0 2px 8px rgb(0 0 0 / .5)}.examples-copy p{margin-bottom:14px;color:rgb(255 255 255 / .9);font-size:clamp(17px,1.55vw,22px);font-weight:800;line-height:1.25}.examples-copy strong{display:block;font-size:clamp(18px,1.65vw,24px);line-height:1.2}.examples-showcase{display:block;justify-self:center;width:min(1580px,100vw);max-width:none;margin:42px auto 0}.examples-showcase img{display:block;width:100%;height:auto;filter:drop-shadow(0 22px 24px rgb(0 0 0 / .36))}.solar-examples-stage{min-height:560px;background-image:linear-gradient(180deg,rgb(0 0 0 / .78),rgb(0 0 0 / .74)),image-set(url(/wp-content/uploads/2022/11/1-4.bk.jpg.webp) type('image/webp'),url(/wp-content/uploads/2022/11/1-4.bk.jpg) type('image/jpeg'))}.solar-examples-stage .examples-inner{min-height:430px;align-content:center}.solar-showcase{margin-top:0}@media (min-width:861px){.hero,.split-hero,.star-band,.contact-band,.product-stage,.examples-stage,.memory-band,.catalog-hero-stars,.catalog-hero-solar{background-attachment:fixed}}.product-rail{display:grid;grid-template-columns:repeat(6,minmax(110px,1fr));align-items:end;gap:18px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);width:min(1140px,100%);margin:0 auto;gap:18px 24px}.product-card{position:relative;padding:0 0 66px;text-align:center;overflow:hidden}.product-image-link{position:relative;min-height:372px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;padding:18px;background:#fff0;overflow:hidden}.product-image{position:absolute;top:50%;left:50%;width:auto;max-width:min(352px,calc(100% - 30px));max-height:372px;margin:0 auto;object-fit:contain;box-shadow:none;opacity:0;pointer-events:none;transform:translate(-50%,-50%);transition:opacity .22s ease}.product-image.is-active{opacity:1}.product-card:hover,.product-card:hover .product-image-link{transform:none}.product-card:hover .product-image{transform:translate(-50%,-50%)}.product-gallery{position:relative;touch-action:pan-y;user-select:none}.product-sale-label{position:absolute;top:18px;left:18px;z-index:9;color:#fff;font-size:14px;font-weight:800}.product-gallery:not(.has-hover-image) .product-gallery-arrow{display:none}.product-gallery-arrow{position:absolute;top:50%;z-index:8;width:22px;height:30px;border:0;padding:0;color:var(--violet);background:#fff0;font-size:18px;font-weight:500;line-height:1;opacity:.38;transform:translateY(-50%);cursor:pointer;transition:opacity .18s ease,transform .18s ease}.product-gallery:not(:hover):not(:focus-within) .product-gallery-arrow{opacity:.18}.product-gallery-arrow:hover,.product-gallery-arrow:focus-visible{opacity:.85}.product-gallery-arrow.prev{left:-10px}.product-gallery-arrow.next{right:-10px}.product-gallery-arrow.prev:hover{transform:translate(-2px,-50%)}.product-gallery-arrow.next:hover{transform:translate(2px,-50%)}.product-card h3{min-height:82px;max-height:none;margin:0 18px 14px;color:var(--text);font-family:"Dancing Script","Brush Script MT","Segoe Script",cursive;font-size:38px;font-weight:900;line-height:1.05;overflow:visible;display:block;text-shadow:1.35px 0 0 currentColor,-.55px 0 0 currentColor,0 .8px 0 currentColor,0 -.25px 0 currentColor;-webkit-text-stroke:.48px currentColor}.price{display:flex;align-items:center;justify-content:center;margin:0 18px 16px;color:#4d5867;font-size:20px;font-weight:700;line-height:1.25;text-align:center;transition:color .18s ease,font-size .18s ease,font-weight .18s ease}.product-card:hover .price,.product-card:focus-within .price{color:#25334a;font-size:21px;font-weight:900}.small-button{position:absolute;left:0;right:0;bottom:10px;z-index:5;display:inline-flex;min-height:46px;align-items:center;justify-content:center;margin:0;padding:0 18px;border-radius:0;color:#fff;background:var(--cyan);font-size:17px;font-weight:950;letter-spacing:.08em;line-height:1;text-transform:uppercase;box-shadow:none;text-shadow:1px 0 2px rgb(0 0 0 / .42);opacity:0;pointer-events:none;transform:none;transition:opacity .18s ease,background .18s ease}.single-product-page{background:#fff;padding:0}.single-product-shell{width:min(1380px,calc(100% - 48px));margin:0 auto 18px;padding:70px 64px 0;background:#fff}.single-product-layout{display:grid;grid-template-columns:minmax(520px,740px) minmax(390px,1fr);gap:64px;align-items:start;margin:0;min-width:0}.single-product-gallery{position:sticky;top:92px;min-width:0}.single-product-media{position:relative;display:grid;place-items:center;min-height:640px;padding:8px;background:#fff}.single-product-media img{width:min(100%,720px);max-height:720px;object-fit:contain;filter:drop-shadow(0 18px 20px rgb(0 0 0 / .28))}.single-sale-badge{position:absolute;z-index:2;top:0;left:0;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#4a347c;font-size:13px;font-weight:800}.single-zoom{position:absolute;z-index:2;top:28px;right:22px;width:34px;height:34px;border:0;border-radius:50%;color:#2e3650;background:#fff;box-shadow:0 8px 18px rgb(32 42 64 / .1);font-size:22px;cursor:pointer}.single-product-thumbs-wrap{position:relative;margin-top:28px;min-width:0}.single-product-thumbs-viewport{max-width:100%;overflow-x:auto;overflow-y:hidden;margin:0 28px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.single-product-thumbs-viewport::-webkit-scrollbar{display:none}.single-product-thumbs{display:flex;gap:18px;min-width:max-content}.single-product-thumbs button{flex:0 0 var(--single-thumb-width,88px);width:var(--single-thumb-width,88px);min-height:88px;border:0;padding:0;background:#e8d0bd;cursor:pointer;scroll-snap-align:start}.single-product-thumbs button.is-active{outline:3px solid #2c2852;outline-offset:3px}.single-product-thumbs img{width:100%;height:88px;object-fit:contain}.single-thumbs-arrow{position:absolute;top:50%;z-index:2;width:24px;height:42px;border:0;padding:0;color:#35245f;background:#fff0;font-size:24px;line-height:1;opacity:.36;cursor:pointer;transform:translateY(-50%)}.single-thumbs-arrow:hover,.single-thumbs-arrow:focus-visible{opacity:.85}.single-thumbs-arrow:disabled{opacity:.16;cursor:default}.single-thumbs-arrow.prev{left:0}.single-thumbs-arrow.next{right:0}.single-product-summary h1{margin:0 0 12px;color:var(--text);font-family:"Inter","Segoe UI",Arial,sans-serif;font-size:32px;font-weight:900;line-height:1.18}.single-product-price{margin:0 0 10px;color:#3f4b5c;font-size:15px;font-weight:700;text-align:left}.single-product-price::before{content:"Cena:";font-weight:900}.single-product-summary .woocommerce-variation-price{grid-column:1 / -1;margin:6px 0 2px}.single-product-summary .woocommerce-variation-price .price{justify-content:flex-start;margin:0;color:#1f2d42;font-size:21px;font-weight:900;line-height:1.2}.single-product-summary .woocommerce-variation-price .price::before{content:"Cena:";width:auto;height:auto;border-radius:0;background:none;opacity:1;transform:none;transition:none;font-weight:900}.single-product-summary .woocommerce-variation-price .price::after{display:none}.single-product-summary .reset_variations{display:none!important}.single-product-summary .woocommerce-product-details__short-description,.single-product-summary .product-description{margin:12px 0 22px;color:#344457;font-size:14px;line-height:1.7}.single-product-summary form.cart{display:grid;grid-template-columns:62px minmax(0,1fr);gap:14px;align-items:end;margin:26px 0 0}.single-product-summary form.variations_form.cart{grid-template-columns:1fr;align-items:stretch}.single-product-summary .variations{width:100%;margin:0 0 14px;border-collapse:collapse}.single-product-summary .variations tbody{display:block;width:100%}.single-product-summary .variations tr{display:flex;align-items:center;gap:14px;width:100%}.single-product-summary .variations th{display:flex;align-items:center;flex:0 0 auto;width:auto}.single-product-summary .variations td{display:flex;align-items:center;flex:1 1 auto;min-width:0;width:auto}.single-product-summary .variations tr{margin-bottom:14px}.single-product-summary .variations th{padding:0;color:#1f2d42;font-size:14px;text-align:left;white-space:nowrap}.single-product-summary .variations td{padding:0}.single-product-summary .variations select{max-width:100%}.single-product-summary .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:62px minmax(0,1fr);gap:14px;align-items:end}.single-product-summary .quantity input{width:64px;min-height:42px;border:1px solid rgb(35 142 164 / .36);border-radius:6px;padding:0 8px 0 12px;color:#1f2d42;background:linear-gradient(180deg,#fff,#f7fbfd);box-shadow:0 8px 18px rgb(31 45 66 / .08),inset 0 0 0 1px rgb(255 255 255 / .72);font-size:13px;font-weight:850;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.single-product-summary .quantity input:hover,.single-product-summary .quantity input:focus{border-color:rgb(35 142 164 / .7);outline:0;box-shadow:0 10px 22px rgb(31 45 66 / .12),0 0 0 3px rgb(35 142 164 / .12)}.single-product-summary .quantity input::-webkit-inner-spin-button,.single-product-summary .quantity input::-webkit-outer-spin-button{opacity:1;width:12px;transform:scale(.72);transform-origin:center}.single-product-summary .single_add_to_cart_button{min-height:38px;border:0;border-radius:3px;padding:0 26px;color:#fff;background:#7a6a9a;font-size:13px;font-weight:950;cursor:pointer;text-transform:uppercase}.single-product-summary form.cart{margin-bottom:32px}.single-product-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:30px;padding-top:22px;border-top:1px solid rgb(35 142 164 / .16)}.single-product-trust div{position:relative;min-height:104px;padding:15px 15px 15px 46px;border:1px solid rgb(52 68 87 / .12);border-radius:8px;background:#fbfcff;box-shadow:0 8px 22px rgb(31 45 66 / .05)}.single-product-trust .is-featured{grid-column:1 / -1;min-height:auto;border-color:rgb(35 142 164 / .22);background:linear-gradient(135deg,rgb(118 34 146 / .08),rgb(35 142 164 / .09)),#fff}.single-product-trust div::before{content:"?";position:absolute;left:15px;top:17px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#238ea4;box-shadow:0 6px 14px rgb(35 142 164 / .24);font-size:13px;font-weight:950;line-height:1}.single-product-trust strong{display:block;margin-bottom:5px;color:#1f2d42;font-size:13px;font-weight:950;line-height:1.25}.single-product-trust span{display:block;color:#5c6678;font-size:12px;font-weight:700;line-height:1.48}.single-product-trust div{min-height:108px;padding:16px 16px 16px 50px;border-color:rgb(35 142 164 / .16);background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(247 251 253 / .98)),#fbfcff;box-shadow:0 10px 24px rgb(31 45 66 / .07)}.single-product-trust .is-featured{border-color:rgb(118 34 146 / .22);background:linear-gradient(135deg,rgb(118 34 146 / .09),rgb(35 142 164 / .1)),#fff}.single-product-trust div::before{content:"";width:22px;height:22px;background:linear-gradient(135deg,#238ea4,#762292)}.single-product-trust div::after{content:"";position:absolute;left:22px;top:22px;width:7px;height:11px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}.single-product-meta{grid-column:1 / -1;display:grid;gap:4px;margin-top:14px;padding-top:14px;border-top:1px solid #dcdfe6;color:#33445c;font-size:12px}.spca-fields{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;margin:20px 0 6px}.spca-field{display:grid;gap:7px;align-content:start;color:#1f2d42;font-size:12px;font-weight:700}.spca-field-text,.spca-field-textarea,.spca-field-select,.spca-field-map,.spca-field-file,.spca-field-gift_message{grid-column:1 / -1}.spca-field span em{color:#d64040;font-style:normal}.spca-field input,.spca-field select,.spca-field textarea{width:100%;min-height:42px;border:1px solid #bfc9df;border-radius:4px;padding:9px 11px;color:#27384d;background:#fff;font:inherit;font-weight:400}.spca-field textarea{min-height:94px;resize:vertical}.spca-field-gift_message{gap:10px}.spca-gift-choice{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #bfc9df;border-radius:6px;background:#fff;color:#344457;font-weight:850;cursor:pointer}.spca-gift-choice input{width:18px;min-height:18px;height:18px;accent-color:var(--violet)}.spca-field-gift_message textarea[hidden]{display:none}.spca-file-error{display:block;margin-top:6px;color:#d64040;font-size:12px;font-weight:800}.spca-file-error[hidden]{display:none}.spca-field input:invalid{border-color:#d64040;box-shadow:0 0 0 2px rgb(214 64 64 / .08)}.spca-map-wrap{min-width:0}.spca-map-panel{margin-top:2px}.spca-map-wrap.is-map-open .spca-map-panel,.spca-map-wrap.has-map-selection .spca-map-panel{max-height:330px!important;opacity:1!important;transform:translateY(0)!important}.spca-map-actions{flex-wrap:wrap}.spca-map-actions button{min-height:36px}.woocommerce-cart .wc-block-components-product-details li,.woocommerce-checkout .wc-block-components-product-details li{display:grid;gap:2px;margin:0 0 7px}.woocommerce-cart .wc-block-components-product-details__name,.woocommerce-cart .wc-block-components-product-details__value,.woocommerce-checkout .wc-block-components-product-details__name,.woocommerce-checkout .wc-block-components-product-details__value{display:block;float:none;max-width:100%;overflow-wrap:anywhere;white-space:normal}.woocommerce-checkout .wc-block-components-product-price .sazvezdje-price-label{margin-right:4px;color:#344457;font-weight:900}.woocommerce-checkout .wc-block-components-checkout-place-order-button{display:flex;justify-content:center;width:min(100%,420px)!important;margin:18px auto 0}.single-product-page.has-sticky-cart{padding-bottom:86px}.single-product-sticky-cart{position:fixed;left:50%;bottom:14px;z-index:80;width:min(85vw,620px);display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid rgb(35 142 164 / .16);border-radius:10px;background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(247 251 253 / .98)),#fff;box-shadow:0 14px 36px rgb(20 31 48 / .24);opacity:0;pointer-events:none;transform:translate(-50%,18px);transition:opacity .2s ease,transform .2s ease}.single-product-sticky-cart.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%,0)}.single-product-sticky-cart strong,.single-product-sticky-cart span{display:block}.single-product-sticky-cart strong{color:#6722a0;font-size:18px;font-weight:900;line-height:1.15}.single-product-sticky-cart small{display:block;margin-top:3px;color:#762292;font-size:11px;font-weight:850;line-height:1.25}.single-product-sticky-cart.is-ready small{display:none}.single-product-sticky-cart button{min-height:42px;border:0;border-radius:6px;padding:0 22px;color:#fff;background:linear-gradient(90deg,var(--violet),var(--cyan));box-shadow:0 12px 30px rgb(146 53 182 / .24);font-size:12px;font-weight:900;text-transform:uppercase;cursor:pointer}.single-product-sticky-cart.is-incomplete button{color:rgb(255 255 255 / .76);background:linear-gradient(90deg,#887a9d,#6f7890);box-shadow:0 8px 20px rgb(52 42 82 / .14);cursor:not-allowed}.single-product-story{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,480px);gap:42px;align-items:center;margin-top:54px;padding:34px 0 38px;border-top:1px solid #e4e8f0;border-bottom:1px solid #e4e8f0}.single-product-story--text-only{grid-template-columns:minmax(0,780px);justify-content:center}.single-product-story-copy span{display:inline-block;margin-bottom:10px;color:#238ea4;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.single-product-story-copy{position:relative;padding:28px 30px;border:1px solid rgb(35 142 164 / .18);border-radius:8px;background:linear-gradient(180deg,rgb(255 255 255 / .96),rgb(247 251 253 / .96)),radial-gradient(circle at 12% 12%,rgb(118 34 146 / .08),transparent 42%),radial-gradient(circle at 92% 18%,rgb(35 142 164 / .12),transparent 40%);box-shadow:0 16px 36px rgb(28 42 62 / .08)}.single-product-story-copy h2{margin:0 0 16px;color:var(--text);font-size:clamp(26px,3vw,38px);line-height:1.12}.single-product-story-copy p{max-width:620px;margin:0 0 14px;color:#435066;font-size:15px;font-weight:700;line-height:1.72}.single-product-video-slot{min-width:0}.single-product-video-frame{width:min(100%,360px);aspect-ratio:9 / 16;justify-self:center;margin:0 auto;overflow:hidden;border-radius:8px;background:#101827;box-shadow:0 18px 42px rgb(28 34 54 / .18)}.single-product-video-frame iframe{display:block;width:100%;height:100%;border:0}.single-product-video-placeholder{display:grid;place-items:center;min-height:270px;padding:28px;border-radius:8px;color:#fff;text-align:center;background:linear-gradient(rgb(18 24 39 / .42),rgb(18 24 39 / .76)),url(/wp-content/uploads/2023/05/ezgif.com-gif-maker-12.webp) center / cover;box-shadow:0 18px 42px rgb(28 34 54 / .18)}.video-play-mark{width:62px;height:62px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;background:linear-gradient(135deg,#7330c7,#238ea4);box-shadow:0 16px 30px rgb(35 142 164 / .28)}.video-play-mark::before{content:"";width:0;height:0;margin-left:5px;border-top:11px solid #fff0;border-bottom:11px solid #fff0;border-left:17px solid #fff}.single-product-video-placeholder strong{display:block;font-size:20px;font-weight:900}.single-product-video-placeholder small{display:block;max-width:300px;margin-top:8px;color:rgb(255 255 255 / .82);font-size:13px;font-weight:700;line-height:1.5}.single-product-tabs{margin-top:44px;border-top:1px solid #d8dce5}.single-product-testimonials,.single-product-faq{margin-top:46px}.single-product-faq{margin-top:clamp(74px,7vw,104px)}.single-product-testimonials{padding:clamp(30px,4vw,48px);border:1px solid rgb(121 63 171 / .12);border-radius:8px;background:linear-gradient(135deg,rgb(121 63 171 / .06),rgb(42 188 206 / .08)),#fff}.single-product-section-head{max-width:780px;margin-bottom:22px}.single-product-section-head span{display:inline-flex;margin-bottom:8px;color:var(--violet);font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.single-product-section-head h2{margin:0;color:#172033;font-size:clamp(26px,2.6vw,38px);line-height:1.12}.single-product-section-head p{max-width:680px;margin:12px 0 0;color:#5d6878;font-size:16px;font-weight:750;line-height:1.65}.single-product-testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.single-product-testimonial-grid article,.single-product-faq-list details{border:1px solid #e5e9f0;border-radius:8px;background:#fff;box-shadow:0 14px 32px rgb(27 32 50 / .07)}.single-product-testimonial-grid article{position:relative;overflow:hidden;padding:24px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.single-product-testimonial-grid article::before{content:"\201C";position:absolute;top:-18px;right:18px;color:rgb(42 188 206 / .16);font-size:94px;font-weight:950;line-height:1;pointer-events:none}.single-product-testimonial-grid article:hover{transform:translateY(-3px);border-color:rgb(42 188 206 / .45);box-shadow:0 18px 36px rgb(27 32 50 / .1)}.single-product-testimonial-grid .stars{position:relative;z-index:1;color:var(--violet);font-size:16px;letter-spacing:2px}.single-product-testimonial-grid p{position:relative;z-index:1;margin:14px 0 18px;color:#4d5867;font-size:15px;font-weight:700;line-height:1.7}.single-product-testimonial-grid strong{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;color:#172033;font-weight:950}.single-product-testimonial-grid strong::before{content:"";width:22px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--violet),var(--cyan))}.single-product-faq-list{display:grid;gap:12px}.single-product-faq-list details{padding:0;overflow:hidden}.single-product-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;color:#172033;font-weight:950;cursor:pointer}.single-product-faq-list summary::after{content:"+";color:var(--violet);font-size:22px;line-height:1}.single-product-faq-list details[open] summary::after{content:"-"}.single-product-faq-list p{margin:0;padding:0 22px 20px;color:#4d5867;font-size:15px;line-height:1.75}.single-tab-list{display:flex;gap:26px;min-height:52px;align-items:center}.single-tab-list a{color:#1f2d42;font-size:13px;font-weight:800;text-decoration:none}.single-tab-list a.is-active{color:#281e59;box-shadow:inset 0 -3px 0 #281e59}.single-tab-panel{display:none;padding:18px 0 28px;color:#2d3f57;font-size:14px;line-height:1.85}.single-tab-panel.is-active{display:block}.single-tab-panel table{width:100%;border-collapse:collapse}.single-tab-panel th,.single-tab-panel td{padding:10px 0;border-bottom:1px solid #eceff4;text-align:left}.related-products-section{padding-top:clamp(78px,7vw,112px);padding-bottom:0}.related-products-section .section-title{margin-bottom:24px}.woocommerce-cart .site-main.basic,.woocommerce-checkout .site-main.basic{width:min(1180px,calc(100% - 36px));margin:64px auto 82px}.woocommerce-cart .site-main.basic>h1,.woocommerce-checkout .site-main.basic>h1{margin:0 0 34px;color:#111827;font-size:clamp(36px,5vw,56px);line-height:1.05;text-align:center}.woocommerce-cart .site-main.basic>h1::after,.woocommerce-checkout .site-main.basic>h1::after{content:"";display:block;width:132px;height:3px;margin:22px auto 0;background:#4a347c}.woocommerce-cart .wc-block-cart,.woocommerce-checkout .wc-block-checkout{color:var(--text);font-family:"Inter","Segoe UI",Arial,sans-serif}.woocommerce-cart .wc-block-cart__main,.woocommerce-cart .wc-block-components-sidebar,.woocommerce-cart .wp-block-woocommerce-cart-items-block,.woocommerce-cart .wp-block-woocommerce-cart-totals-block,.woocommerce-checkout .wc-block-checkout__main,.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar{border-radius:8px}.woocommerce-cart .wc-block-cart__main,.woocommerce-cart .wp-block-woocommerce-cart-items-block,.woocommerce-checkout .wc-block-checkout__main{background:#fff;box-shadow:0 18px 44px rgb(35 45 68 / .08)}.woocommerce-cart .wc-block-cart__main,.woocommerce-checkout .wc-block-checkout__main{padding:4px 18px 18px}.woocommerce-cart .wp-block-woocommerce-cart-items-block{background:#fff0;box-shadow:none}.woocommerce-cart .wc-block-cart-items{border:0;width:100%}.woocommerce-cart .wc-block-cart-items thead,.woocommerce-cart .wc-block-cart-items tbody{display:block;width:100%}.woocommerce-cart .wc-block-cart-items__header,.woocommerce-cart .wc-block-cart-items__row{display:grid;grid-template-columns:180px minmax(0,1fr);column-gap:28px;align-items:start;width:100%}.woocommerce-cart .wc-block-cart-items th{padding:18px 0 12px;color:#5f6a79;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.woocommerce-cart .wc-block-cart-items__header .wc-block-cart-items__header-product{grid-column:1 / -1}.woocommerce-cart .wc-block-cart-items__header .wc-block-cart-items__header-total,.woocommerce-cart .wc-block-cart-item__total,.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{display:none!important}.woocommerce-cart .wc-block-cart-items td{display:block;padding:0;border-top:0}.woocommerce-cart .wc-block-cart-items__row{margin:0;padding:28px 0;border-top:1px solid #e4e8ef;border-radius:0;background:#fff;box-shadow:none;position:relative;overflow:visible;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.woocommerce-cart .wc-block-cart-items__row:last-child{border-bottom:1px solid #e4e8ef}.woocommerce-cart .wc-block-cart-items__row:hover{border-color:#d8e0ea;box-shadow:none;transform:none}.woocommerce-cart .wc-block-cart-item__image{grid-column:1;min-height:180px;padding:16px;border-radius:0;background:linear-gradient(145deg,rgb(118 34 146 / .14),rgb(35 142 164 / .18)),#f6fbfd;box-shadow:inset 0 0 0 1px rgb(35 142 164 / .16);text-align:center;display:grid;place-items:center}.woocommerce-cart .wc-block-cart-item__product{grid-column:2;min-width:0;position:relative;min-height:180px;padding-right:96px}.woocommerce-cart .wc-block-cart-item__image img,.woocommerce-cart .wc-block-components-product-image img,.woocommerce-checkout .wc-block-components-product-image img{width:min(145px,100%);border-radius:0;filter:drop-shadow(0 12px 14px rgb(0 0 0 / .24))}.woocommerce-cart .wc-block-components-product-name,.woocommerce-checkout .wc-block-components-product-name{color:#344457;font-size:23px;font-weight:900;line-height:1.2}.woocommerce-cart .wc-block-components-product-name{display:block;max-width:100%;margin:0 0 6px;text-decoration:none;letter-spacing:0}.woocommerce-cart .wc-block-components-product-name:hover{color:#238ea4}.woocommerce-cart .wc-block-components-product-metadata,.woocommerce-cart .wc-block-components-product-details,.woocommerce-checkout .wc-block-components-product-metadata,.woocommerce-checkout .wc-block-components-product-details{color:#657185;font-size:13px;line-height:1.55}.woocommerce-cart .wc-block-components-product-metadata{max-width:640px;margin:12px 0 18px;padding:0;border:0;border-radius:0;background:#fff0;box-shadow:none}.woocommerce-cart .wc-block-components-product-details{display:grid;gap:3px;margin:0;padding:0;list-style:none}.woocommerce-cart .wc-block-components-product-details li{display:block;margin:0;padding:0;border-bottom:0}.woocommerce-cart .wc-block-components-product-details li:last-child{padding-bottom:0;border-bottom:0}.woocommerce-cart .wc-block-components-product-details__name{color:#344457;font-weight:900}.woocommerce-cart .wc-block-components-product-details__value{color:#657185;font-weight:500}.woocommerce-cart .wc-block-cart-item__prices,.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price{display:inline-flex;align-items:center;gap:0;width:fit-content;margin:2px 0 12px;padding:0;border:0;border-radius:4px;color:#6722a0;background:#fff0;font-size:18px;font-weight:900;line-height:1.2;box-shadow:none;text-shadow:none}.woocommerce-cart .wc-block-cart-item__prices .price,.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price{display:inline-flex;justify-content:flex-start;gap:0;width:auto;margin:0;text-align:left}.woocommerce-cart .wc-block-cart-item__prices .price,.woocommerce-cart .wc-block-cart-item__product .wc-block-formatted-money-amount{color:#6722a0;background:linear-gradient(90deg,#6722a0,#279fc0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0}.woocommerce-cart .wc-block-cart-item__prices .price::before,.woocommerce-cart .wc-block-cart-item__prices .price::after,.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price::before,.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price::after{content:none}.woocommerce-cart .wc-block-cart-item__prices::before{content:"Cena:";color:#111827;background:none;-webkit-background-clip:initial;background-clip:initial;font-size:16px;font-weight:900;-webkit-text-fill-color:#111827;margin-right:4px}.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price,.woocommerce-cart .wc-block-cart-item__total .wc-block-formatted-money-amount{color:#4b5567;font-size:22px;font-weight:900;line-height:1.2}.woocommerce-cart .wc-block-components-quantity-selector{width:118px;min-height:42px;border:2px solid var(--violet);border-radius:4px;background:#fff;box-shadow:none}.woocommerce-cart .wc-block-cart-item__quantity{display:flex;align-items:center;gap:16px;margin-top:22px;padding-top:0;border-top:0}.woocommerce-cart .wc-block-cart-item__remove-link,.woocommerce-cart .wc-block-components-chip button{color:var(--violet);font-weight:900;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.woocommerce-cart .wc-block-cart-item__remove-link:hover,.woocommerce-cart .wc-block-components-chip button:hover{color:#238ea4}.woocommerce-cart .wp-block-woocommerce-cart-totals-block,.woocommerce-cart .wc-block-components-sidebar,.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar{padding:28px;background:linear-gradient(180deg,rgb(255 255 255 / .95),rgb(247 252 255 / .98)),radial-gradient(circle at 0 0,rgb(118 34 146 / .12),transparent 38%),radial-gradient(circle at 100% 100%,rgb(35 142 164 / .14),transparent 40%);border:1px solid rgb(35 142 164 / .14);box-shadow:none}.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar,.woocommerce-checkout .wc-block-components-order-summary,.woocommerce-checkout .wc-block-components-checkout-order-summary-block{border:0!important}.woocommerce-cart .wc-block-components-sidebar h2,.woocommerce-cart .wc-block-cart__totals-title,.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,.woocommerce-checkout .wc-block-components-title,.woocommerce-checkout .wc-block-components-checkout-step__title,.woocommerce-checkout .wc-block-components-sidebar h2{color:#1f2d42;font-size:22px;font-weight:900}.woocommerce-cart .wc-block-components-totals-item,.woocommerce-checkout .wc-block-components-totals-item{padding:12px 0;color:#445269;border-color:#edf0f4}.woocommerce-cart .wc-block-components-totals-footer-item,.woocommerce-checkout .wc-block-components-totals-footer-item{margin-top:16px;padding-top:22px;border-top:1px solid rgb(35 142 164 / .24)}.woocommerce-checkout .wc-block-components-totals-footer-item{margin-top:8px;padding-top:12px;border-top:0!important}.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:#1f2d42;font-size:22px;font-weight:900}.woocommerce-cart .wc-block-components-button,.woocommerce-cart .wc-block-cart__submit-button,.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link,.woocommerce-checkout .wc-block-components-button,.woocommerce-checkout .wc-block-components-checkout-place-order-button{min-height:50px;border:0;border-radius:4px;color:#fff;background:linear-gradient(90deg,var(--violet),var(--cyan));box-shadow:none;font-size:13px;font-weight:950;text-transform:uppercase;text-shadow:1px 0 2px rgb(0 0 0 / .42)}.woocommerce-cart .wc-block-components-button:hover,.woocommerce-cart .wc-block-cart__submit-button:hover,.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,.woocommerce-checkout .wc-block-components-button:hover,.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{background:var(--violet)}.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar{padding:24px;background:linear-gradient(180deg,rgb(255 255 255 / .94),rgb(255 255 255 / .98)),radial-gradient(circle at 20% 0%,rgb(67 186 208 / .14),transparent 32%);border:0;box-shadow:0 18px 44px rgb(35 45 68 / .1)}.woocommerce-checkout .wc-block-components-button,.woocommerce-checkout .wc-block-components-checkout-place-order-button{min-height:44px;border-radius:5px;background:linear-gradient(90deg,var(--violet),var(--cyan));box-shadow:0 12px 30px rgb(146 53 182 / .24)}.woocommerce-checkout .wc-block-components-checkout-place-order-button{width:85%!important;margin-left:auto;margin-right:auto}.woocommerce-cart .wc-block-components-text-input input,.woocommerce-cart .wc-block-components-text-input input[type="text"],.woocommerce-checkout .wc-block-components-text-input input,.woocommerce-checkout .wc-block-components-text-input input[type="text"],.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input{border:1px solid #dfe4ed;border-radius:5px;color:#1f2d42;background:#fff}.woocommerce-checkout .checkout-contact-select-wrap select,.woocommerce-checkout #contact-sazvezdje-preferred_contact{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.woocommerce-checkout .checkout-contact-select-wrap .wc-blocks-components-select{display:none!important}.woocommerce-checkout .checkout-contact-select-wrap::before{content:"Kako ?elite da vas kontaktiramo?";display:block;margin:0 0 8px;color:#1f2d42;font-size:14px;font-weight:850}.checkout-contact-choice-grid{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:7px;width:100%;margin:8px 0 12px}.checkout-contact-choice{display:inline-flex;width:auto;min-width:92px;min-height:34px;align-items:center;justify-content:center;border:1px solid #d9e0eb;border-radius:999px;padding:7px 12px;color:#39475c;background:#fff;font-size:12px;line-height:1;font-weight:850;text-align:center;white-space:normal;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.checkout-contact-choice:hover,.checkout-contact-choice:focus-visible,.checkout-contact-choice.is-selected{border-color:#238ea4;color:#fff;background:linear-gradient(90deg,var(--violet),var(--cyan));box-shadow:0 10px 24px rgb(35 142 164 / .22);transform:translateY(-1px)}.woocommerce-checkout #contact-sazvezdje-contact_value{width:100%;transition:border-color .18s ease,box-shadow .18s ease}.woocommerce-checkout .checkout-contact-value-wrap label,.woocommerce-checkout .checkout-contact-value-wrap .wc-block-components-text-input__label{display:none!important;visibility:hidden!important;opacity:0!important;height:0!important;width:0!important;overflow:hidden!important;pointer-events:none!important}.woocommerce-checkout .checkout-contact-value-wrap input#contact-sazvezdje-contact_value{height:50px;padding-top:12px;padding-bottom:12px;line-height:1.2}.woocommerce-checkout .checkout-contact-select-wrap,.woocommerce-checkout .checkout-contact-value-wrap{position:relative!important;display:block!important;width:100%;max-width:100%;min-width:0;height:auto!important;clear:both;grid-column:1 / -1;float:none!important;transition:opacity .18s ease,transform .18s ease}.woocommerce-checkout .checkout-contact-select-wrap{margin-top:18px;margin-bottom:22px!important;padding-bottom:2px}.woocommerce-checkout .checkout-contact-value-wrap.is-open{margin-top:10px}.woocommerce-checkout .checkout-contact-value-wrap:not(.is-open){display:none}@media (max-width:520px){.checkout-contact-choice-grid{justify-content:start}.checkout-contact-choice{min-width:88px;min-height:34px;font-size:12px;padding-inline:11px}.woocommerce-checkout .wc-block-components-address-form,.woocommerce-checkout .wc-block-components-checkout-step__content,.woocommerce-checkout .wc-block-components-text-input,.woocommerce-checkout .wc-block-components-select-input,.woocommerce-checkout .wc-block-components-combobox,.woocommerce-checkout .wc-block-components-base-control{display:block!important;width:100%!important;max-width:100%!important;flex:0 0 100%!important;grid-column:1 / -1!important}.woocommerce-checkout .wc-block-components-address-form{gap:12px!important}.woocommerce-checkout .wc-block-components-text-input input,.woocommerce-checkout .wc-block-components-select-input select,.woocommerce-checkout .wc-block-components-combobox input,.woocommerce-checkout .wc-block-components-base-control input{width:100%!important}}.woocommerce-checkout .wc-block-components-form,.woocommerce-checkout .wc-block-components-checkout-step__container,.woocommerce-checkout .wc-block-components-checkout-step__content,.woocommerce-checkout .wc-block-components-address-form,.woocommerce-checkout .wc-block-components-text-input,.woocommerce-checkout .wc-block-components-select-input,.woocommerce-checkout .wc-block-components-combobox,.woocommerce-checkout .wc-block-components-base-control{min-width:0;max-width:100%}.woocommerce-checkout .wc-block-components-text-input input,.woocommerce-checkout .wc-block-components-select-input select,.woocommerce-checkout .wc-block-components-combobox input,.woocommerce-checkout .wc-block-components-base-control input{max-width:100%;box-sizing:border-box}.woocommerce-checkout .wc-block-components-text-input label,.woocommerce-checkout .wc-block-components-select-input label,.woocommerce-checkout .wc-block-components-base-control label,.woocommerce-checkout .wc-block-components-checkbox__label{overflow-wrap:anywhere}.woocommerce-checkout .wc-block-checkout__main{padding:28px 28px 32px}.woocommerce-checkout .wc-block-components-checkout-step{margin:0 0 26px;padding:0 0 26px;border-bottom:1px solid #eef1f5}.woocommerce-checkout .wc-block-components-checkout-step:last-child{border-bottom:0}.woocommerce-checkout .wc-block-components-checkout-step__heading{margin-bottom:16px}.woocommerce-checkout .wc-block-components-checkout-step__description,.woocommerce-checkout .wc-block-components-checkbox__label,.woocommerce-checkout .wc-block-components-radio-control__description,.woocommerce-checkout .wc-block-components-payment-method-label{color:#5e6a7e;font-size:14px;line-height:1.55}.woocommerce-checkout .wc-block-components-radio-control,.woocommerce-checkout .wc-block-components-radio-control__option{border-color:#e5e9f1;border-radius:6px}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block,.woocommerce-checkout .wc-block-components-checkout-step--with-step-number:has(.wc-block-components-radio-control){clear:both!important;margin-top:18px!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option{overflow:hidden!important;border:1px solid #e5e9f1!important;border-radius:6px!important;background:#fff!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option--checked-option-highlighted{border-color:rgb(35 142 164 / .72)!important;border-radius:6px!important}.woocommerce-checkout .wc-block-components-checkbox{display:flex!important;align-items:center!important;gap:12px!important}.woocommerce-checkout .wc-block-components-checkbox input[type="checkbox"],.woocommerce-checkout .wc-block-components-checkbox__input,.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__input{width:20px!important;height:20px!important;flex:0 0 20px!important;border:1.5px solid rgb(35 142 164 / .68)!important;background-color:transparent!important;accent-color:var(--cyan);appearance:none!important;-webkit-appearance:none!important;box-shadow:none!important;cursor:pointer}.woocommerce-checkout .wc-block-components-checkbox input[type="checkbox"],.woocommerce-checkout .wc-block-components-checkbox__input{border-radius:4px!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__input{border-radius:50%!important}.woocommerce-checkout .wc-block-components-checkbox input[type="checkbox"]:checked,.woocommerce-checkout .wc-block-components-checkbox__input:checked,.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__input:checked{border-color:var(--cyan)!important;background-color:var(--cyan)!important;background-image:linear-gradient(135deg,var(--violet),var(--cyan))!important;box-shadow:0 0 0 3px rgb(35 142 164 / .18)!important}.woocommerce-checkout .wc-block-components-checkbox input[type="checkbox"]:checked,.woocommerce-checkout .wc-block-components-checkbox__input:checked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round' d='M4.6 10.4l3.2 3.3 7.6-7.8'/%3E%3C/svg%3E"),linear-gradient(135deg,var(--violet),var(--cyan))!important;background-position:center!important;background-repeat:no-repeat!important;background-size:18px 18px,cover!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__input:checked{background-image:radial-gradient(circle,#fff 0 34%,transparent 38%),linear-gradient(135deg,var(--violet),var(--cyan))!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option+.wc-block-components-radio-control-accordion-option{margin-top:0!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__option{display:flex!important;align-items:center!important;gap:14px!important;min-height:56px!important;padding:14px 16px!important;border:0!important;border-radius:0!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__option-layout{display:block!important;min-width:0!important;padding-left:26px!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__input,.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control input[type="radio"]{flex:0 0 auto!important;margin:0!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__label,.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-payment-method-label{display:block!important;padding-left:2px!important;line-height:1.25!important}.woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-content{display:block!important;min-height:0!important;margin:16px 0 0!important;padding:0 16px 20px 75px!important;border:0!important;box-shadow:none!important;line-height:1.45!important}.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-method-block,.woocommerce-checkout .wp-block-woocommerce-checkout-shipping-methods-block,.woocommerce-checkout .wc-block-components-checkout-step--with-step-number:has(.wc-block-components-shipping-rates-control),.woocommerce-checkout .wc-block-components-shipping-rates-control{display:none!important}.woocommerce-checkout .wc-block-components-order-summary,.woocommerce-checkout .wc-block-components-checkout-order-summary-block{color:var(--text)}.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,.woocommerce-checkout .wc-block-components-checkout-order-summary__content,.woocommerce-checkout .wc-block-components-totals-wrapper{border:0!important}.woocommerce-checkout .wc-block-components-totals-wrapper::before,.woocommerce-checkout .wc-block-components-totals-wrapper::after,.woocommerce-checkout .wc-block-components-checkout-order-summary__content::before,.woocommerce-checkout .wc-block-components-checkout-order-summary__content::after{display:none!important}.woocommerce-checkout .checkout-order-summary-block-fill-wrapper{display:none!important}.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title[aria-expanded="false"]+.wc-block-components-checkout-order-summary__content,.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title[aria-expanded="false"]+.wc-block-components-checkout-order-summary__content{display:none}.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title,.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title{cursor:pointer}.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout{display:block}.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);align-items:start;gap:34px;width:100%}.woocommerce-checkout .wc-block-checkout__main{grid-column:1;width:100%}.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar{grid-column:2;width:min(100%,430px);justify-self:end}.woocommerce-checkout .wc-block-components-checkout-order-summary__title,.woocommerce-checkout .wc-block-components-order-summary__button-text{color:#1f2d42;font-size:22px;font-weight:900}.woocommerce-checkout .wc-block-components-order-summary-item{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px 14px;align-items:start;padding:22px 0;border-color:#eef1f5}.woocommerce-checkout .wc-block-components-order-summary-item__image{grid-column:1;width:72px}.woocommerce-checkout .wc-block-components-order-summary-item__image img{width:64px;border-radius:4px;filter:drop-shadow(0 10px 14px rgb(0 0 0 / .18))}.woocommerce-checkout .wc-block-components-order-summary-item__description{grid-column:2;min-width:0}.woocommerce-checkout .wc-block-components-order-summary-item__total-price{display:none}.woocommerce-checkout .wc-block-components-order-summary-item__quantity{top:-8px;right:0;color:#fff;background:#344457;border:0;box-shadow:none}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-name{display:block;margin:0 0 6px;font-size:20px;line-height:1.18}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price{display:inline-flex;align-items:baseline;gap:6px;width:fit-content;margin:0 0 12px;color:#6722a0;background:#fff0;font-size:17px;font-weight:900;line-height:1.35;overflow:visible;-webkit-text-fill-color:currentColor}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price::before{content:none}.woocommerce-checkout .wc-block-components-order-summary-item .sazvezdje-price-label{display:inline-block;color:#1f2d42!important;font-size:.94em;font-weight:900;line-height:1.35;-webkit-text-fill-color:#1f2d42}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-metadata{margin:0;color:#657185;font-size:13px;line-height:1.55}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-details{display:grid;gap:2px;margin:0;padding:0;list-style:none}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-details li{margin:0}.woocommerce-checkout .sazvezdje-checkout-shipping-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:12px 0 4px;padding:10px 0;color:#344457;font-size:15px;font-weight:850}.woocommerce-checkout .sazvezdje-checkout-shipping-row strong{color:#6722a0;font-size:16px;font-weight:950}.woocommerce-checkout .wc-block-components-totals-coupon-link,.woocommerce-checkout .wc-block-components-panel__button{color:#344457;font-weight:800}.woocommerce-checkout .wc-block-components-totals-item.wc-block-components-totals-item--subtotal,.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block{display:none}.woocommerce-checkout .wc-block-checkout__terms{color:#5e6a7e;font-size:13px;line-height:1.55}.woocommerce-cart .wc-block-cart__empty-cart__title{margin:24px 0 18px;color:#1f2d42;font-size:clamp(26px,4vw,38px);font-weight:900}.woocommerce-cart .wc-block-cart__empty-cart__title::before{color:#4a347c}.woocommerce-cart .wp-block-separator.is-style-dots{margin:30px auto;color:#4a347c}.woocommerce-cart .wc-block-grid__products{gap:22px}.woocommerce-cart .wc-block-grid__product{padding:0 0 18px;border:0;text-align:center;background:#fff;box-shadow:none}.woocommerce-cart .wc-block-grid__product-onsale{display:none}.woocommerce-cart .wc-block-grid__product-image{margin-bottom:18px}.woocommerce-cart .wc-block-grid__product-image img{width:100%;max-width:250px;margin:0 auto;filter:drop-shadow(0 14px 18px rgb(0 0 0 / .22))}.woocommerce-cart .wc-block-grid__product-title{min-height:52px;color:#344457;font-size:24px;font-weight:900;line-height:1.12}.woocommerce-cart .wc-block-grid__product-price{margin:8px 0 14px;color:#4f5b6d;font-size:15px;font-weight:800}.product-card:hover .small-button,.product-card:focus-within .small-button{background:linear-gradient(90deg,var(--violet),var(--cyan));opacity:1;pointer-events:auto;transform:translateY(0)}.product-card .small-button:hover,.product-card .small-button:focus-visible{background:var(--violet)}.catalog-hero{position:relative;overflow:hidden;padding:74px 0 42px;text-align:center;background:#fff}.catalog-hero .section-inner{position:relative;z-index:1}.catalog-hero-stars{min-height:360px;display:flex;align-items:center;color:#fff;background:radial-gradient(circle at 24% 28%,rgb(67 186 208 / .34),transparent 30%),radial-gradient(circle at 76% 20%,rgb(78 55 132 / .42),transparent 28%),linear-gradient(135deg,#070b19 0%,#15112d 46%,#081624 100%)}.catalog-hero-solar{min-height:360px;display:flex;align-items:center;color:#fff;background:radial-gradient(circle at 22% 35%,rgb(116 75 189 / .42),transparent 28%),radial-gradient(circle at 76% 24%,rgb(67 186 208 / .24),transparent 30%),radial-gradient(circle at 50% 120%,rgb(198 139 104 / .22),transparent 38%),linear-gradient(135deg,#060713 0%,#15102b 48%,#071520 100%)}.constellation-canvas,.planetary-canvas{position:absolute;inset:0;z-index:0;width:100%;height:100%;pointer-events:none}.catalog-hero h1{margin-bottom:12px;color:var(--text);font-size:clamp(34px,5vw,54px)}.catalog-hero-stars h1{color:#fff;font-size:clamp(40px,5.8vw,64px);text-shadow:0 14px 38px rgb(0 0 0 / .32)}.catalog-hero-solar h1{color:#fff;font-size:clamp(40px,5.8vw,64px);text-shadow:0 14px 38px rgb(0 0 0 / .36)}.catalog-hero p:not(.eyebrow){width:min(620px,100%);margin:0 auto;color:#5a6473}.catalog-hero-stars p:not(.eyebrow){color:rgb(255 255 255 / .82);font-size:18px;line-height:1.65}.catalog-hero-solar p:not(.eyebrow){color:rgb(255 255 255 / .84);font-size:18px;line-height:1.65}.catalog-hero-stars .eyebrow,.catalog-hero-solar .eyebrow{color:#43bad0}.catalog-page .products-section{padding-top:78px}.checkout-hero{min-height:330px}.blog-hero{min-height:340px}.blog-main{background:#fff;padding:82px 0 96px}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.blog-card{overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 16px 38px rgb(27 32 50 / .1)}.blog-card-media{display:block;height:245px;overflow:hidden;color:#fff;font-size:58px;font-weight:900;background:radial-gradient(circle at 30% 25%,rgb(73 206 226 / .45),transparent 34%),linear-gradient(135deg,#10172c,#4a347c)}.blog-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-media img{transform:scale(1.035)}.blog-card-body{padding:24px 24px 28px}.blog-card-body time{display:block;margin-bottom:10px;color:#43bad0;font-size:13px;font-weight:900}.blog-card-body h2{margin:0 0 12px;color:#344457;font-size:25px;line-height:1.15}.blog-card-body h2 a{color:inherit}.blog-card-body p{margin:0 0 20px;color:#586274;font-size:15px;line-height:1.55}.blog-read-more{display:inline-flex;color:#4a347c;font-weight:900}.blog-pagination{display:flex;justify-content:center;gap:10px;margin-top:46px}.blog-pagination .page-numbers{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgb(74 52 124 / .24);border-radius:6px;color:#344457;font-weight:800}.blog-pagination .current,.blog-pagination a:hover{color:#fff;background:#4a347c}.blog-empty{width:min(720px,100%);margin:0 auto;padding:60px 26px;text-align:center}.blog-empty h2{margin-bottom:14px;color:#1b2032;font-size:clamp(30px,4vw,44px)}.blog-empty p{margin:0 auto 28px;color:#586274;font-size:18px;line-height:1.55}.single-blog-main{background:#fff;padding:34px 0 94px}.single-blog-article{width:min(900px,calc(100% - 40px));margin:0 auto}.single-blog-media{overflow:hidden;margin-bottom:38px;border-radius:8px;box-shadow:0 18px 42px rgb(27 32 50 / .12)}.single-blog-media img{display:block;width:100%;height:auto}.single-blog-content{color:#344457;font-size:18px;line-height:1.75}.single-blog-hero-imported .wp-block-stackable-hero{min-height:0;margin:46px 0 0;padding:0;background:#fff0}.single-blog-hero-imported{position:relative;padding-top:34px}.single-blog-hero-imported::before{content:"";position:absolute;top:0;left:50%;width:min(240px,52vw);height:2px;background:linear-gradient(90deg,transparent,#49cfe6,#7b2fd1,transparent);transform:translateX(-50%)}.single-blog-hero-imported .stk-block-hero__content,.single-blog-hero-imported .stk-block-content{width:100%;text-align:center}.single-blog-hero-imported h1,.single-blog-hero-imported h2{max-width:900px;margin:0 auto 22px;color:#fff!important;font-size:clamp(30px,4vw,48px);line-height:1.08}.single-blog-hero-imported p{max-width:900px;margin:0 auto 26px;color:#fff!important;font-size:clamp(18px,2vw,23px);font-weight:850;line-height:1.55;text-shadow:0 3px 20px rgb(0 0 0 / .38)}.single-blog-hero-imported .wp-block-stackable-button-group,.single-blog-hero-imported .stk-button-group{display:flex;justify-content:center;gap:14px;margin:24px 0 0}.single-blog-hero-imported .stk-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 28px;border-radius:6px;color:#fff!important;background:linear-gradient(90deg,#6722a0,#279fc0);font-size:14px;font-weight:950;text-decoration:none;box-shadow:0 16px 32px rgb(103 34 160 / .26)}.single-blog-hero-imported .stk-button:hover,.single-blog-hero-imported .stk-button:focus-visible{background:linear-gradient(90deg,#55208c,#208ba9);transform:translateY(-1px)}.single-blog-hero .single-blog-date{margin-top:14px}.single-blog-content>.has-white-color,.single-blog-content p.has-white-color,.single-blog-content h1.has-white-color,.single-blog-content h2.has-white-color,.single-blog-content h3.has-white-color{color:#344457!important}.single-blog-content .wp-block-stackable-hero{position:relative;display:grid;place-items:center;min-height:min(560px,68vh);width:100vw;margin:0 calc(50% - 50vw) 54px;overflow:hidden;border-radius:0;background:linear-gradient(90deg,rgb(5 9 24 / .82),rgb(8 18 42 / .68)),url(/wp-content/uploads/2023/05/ezgif.com-gif-maker-13.webp) center / cover no-repeat;color:#fff}.single-blog-content .wp-block-stackable-hero .stk-block-hero__content,.single-blog-content .wp-block-stackable-hero .stk-block-content{width:min(900px,calc(100% - 40px));margin:0 auto;text-align:center}.single-blog-content>.wp-block-stackable-columns:first-child,.single-blog-content>.wp-block-stackable-hero:first-child{margin-top:0}.single-blog-content>.wp-block-stackable-columns:first-child:empty,.single-blog-content>.wp-block-stackable-columns:first-child .wp-block-stackable-hero:only-child{display:none}.single-blog-content .wp-block-stackable-hero h1,.single-blog-content .wp-block-stackable-hero h2,.single-blog-content .wp-block-stackable-hero p,.single-blog-content .wp-block-stackable-hero .has-white-color{color:#fff!important}.single-blog-content .wp-block-stackable-hero h1,.single-blog-content .wp-block-stackable-hero h2{max-width:820px;margin:0 auto 20px;font-size:clamp(34px,5vw,64px);line-height:1.05}.single-blog-content .wp-block-stackable-hero p{max-width:720px;margin:0 auto 26px;font-weight:800;text-shadow:0 2px 18px rgb(0 0 0 / .35)}.single-blog-content .wp-block-stackable-button-group,.single-blog-content .stk-button-group{display:flex;justify-content:center;gap:14px;margin:26px 0}.single-blog-content .stk-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 24px;border-radius:6px;color:#fff!important;background:linear-gradient(90deg,#6722a0,#279fc0);font-size:14px;font-weight:900;text-decoration:none;box-shadow:0 14px 28px rgb(103 34 160 / .22)}.single-blog-content .stk-button:hover,.single-blog-content .stk-button:focus-visible{background:linear-gradient(90deg,#55208c,#208ba9);transform:translateY(-1px)}.single-blog-content .wp-block-stackable-table-of-contents{margin:0 0 12px;padding:20px 26px;border:1px solid rgb(73 207 230 / .24);border-radius:8px;background:#f6fafc;box-shadow:0 16px 36px rgb(27 32 50 / .07)}.single-blog-content .stk-table-of-contents__title{margin:0 0 12px;color:#1b2032;font-size:20px;font-weight:900}.single-blog-content .wp-block-stackable-table-of-contents ul{margin:0}.single-blog-content .wp-block-stackable-table-of-contents a{color:#4a347c;text-decoration:none}.single-blog-content .wp-block-stackable-columns,.single-blog-content .wp-block-stackable-feature{margin:24px 0}.single-blog-content .wp-block-stackable-table-of-contents+.wp-block-stackable-feature,.single-blog-content .wp-block-stackable-table-of-contents+.wp-block-stackable-columns{margin-top:6px}.single-blog-content .wp-block-stackable-table-of-contents+.wp-block-spacer{height:8px!important;margin:0!important}.single-blog-content .wp-block-stackable-table-of-contents+.wp-block-spacer+.wp-block-stackable-feature,.single-blog-content .wp-block-stackable-table-of-contents+.wp-block-spacer+.wp-block-stackable-columns{margin-top:4px}.single-blog-content .stk-row{display:flex;align-items:center;gap:34px}.single-blog-content .stk-column{flex:1 1 0%}.single-blog-content img{max-width:100%;height:auto;border-radius:8px}.postid-1135 .single-blog-main{background:#fff;padding-top:0}.postid-1135 .single-blog-article{width:min(980px,calc(100% - 40px));padding:52px 0 72px}.postid-1135 .single-blog-content{color:#344457}.postid-1135 .single-blog-content h2,.postid-1135 .single-blog-content h3{color:#1b2032}.postid-1135 .single-blog-content p,.postid-1135 .single-blog-content li{color:#4c5869}.postid-1135 .single-blog-content a:not(.sazvezdje-blog-button){color:#4a347c}.constellation-post-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,280px);gap:34px;align-items:center;margin-bottom:28px;padding:clamp(26px,4vw,42px);border:1px solid rgb(73 207 230 / .2);border-radius:10px;background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(247 250 252 / .98)),radial-gradient(circle at 16% 12%,rgb(103 34 160 / .08),transparent 36%);box-shadow:0 18px 44px rgb(27 32 50 / .08)}.constellation-kicker{margin:0 0 10px!important;color:#49cfe6!important;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.constellation-post-intro h2{margin-top:0;font-size:clamp(30px,4vw,48px)}.constellation-post-intro figure,.constellation-feature-grid article,.constellation-zodiac-grid figure{margin:0}.constellation-post-intro figure{width:min(100%,280px);justify-self:end;overflow:hidden;border:1px solid rgb(73 207 230 / .22);border-radius:10px;background:radial-gradient(circle at 24% 22%,rgb(103 34 160 / .42),transparent 36%),radial-gradient(circle at 76% 24%,rgb(39 159 192 / .32),transparent 38%),linear-gradient(135deg,#03050d 0%,#0a0a18 48%,#030b12 100%);box-shadow:0 18px 38px rgb(27 32 50 / .16)}.constellation-post-intro img,.constellation-feature-grid img,.constellation-image-strip img,.constellation-zodiac-grid img{display:block;width:100%;background:radial-gradient(circle at 24% 22%,rgb(103 34 160 / .34),transparent 36%),radial-gradient(circle at 76% 24%,rgb(39 159 192 / .26),transparent 38%),linear-gradient(135deg,#03050d 0%,#0a0a18 48%,#030b12 100%)}.constellation-post-intro img{aspect-ratio:1 / 1;padding:18px;object-fit:contain}.constellation-post-intro figcaption,.constellation-zodiac-grid figcaption{padding:12px 14px;color:rgb(255 255 255 / .78);font-size:12px;font-weight:800}.constellation-post-panel,.constellation-post-cta,.constellation-post-faq{margin:24px 0 30px;padding:clamp(24px,3vw,34px);border:1px solid rgb(73 207 230 / .18);border-radius:10px;background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(247 250 252 / .98)),radial-gradient(circle at 15% 10%,rgb(73 207 230 / .08),transparent 34%);box-shadow:0 16px 36px rgb(27 32 50 / .07)}.constellation-post-panel h2,.constellation-post-cta h2,.constellation-post-faq h2{margin-top:0}.constellation-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(860px,100%);gap:18px;margin:30px auto}.constellation-feature-grid article{overflow:hidden;border:1px solid rgb(73 207 230 / .18);border-radius:10px;background:#fff;box-shadow:0 16px 36px rgb(27 32 50 / .08)}.constellation-feature-grid img{aspect-ratio:5 / 3;padding:14px;object-fit:contain}.constellation-feature-grid h3,.constellation-feature-grid p{padding:0 18px}.constellation-feature-grid h3{margin-top:18px}.constellation-feature-grid p{padding-bottom:20px;font-size:15px;line-height:1.65}.constellation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;padding-left:20px}.constellation-image-strip,.constellation-zodiac-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:min(760px,100%);gap:12px;margin:30px auto}.constellation-image-strip img,.constellation-zodiac-grid figure{overflow:hidden;border:1px solid rgb(73 207 230 / .18);border-radius:10px;box-shadow:0 14px 30px rgb(27 32 50 / .1)}.constellation-image-strip img,.constellation-zodiac-grid img{aspect-ratio:1 / 1;padding:12px;object-fit:contain}.constellation-zodiac-grid figure{background:radial-gradient(circle at 24% 22%,rgb(103 34 160 / .3),transparent 36%),radial-gradient(circle at 76% 24%,rgb(39 159 192 / .24),transparent 38%),linear-gradient(135deg,#03050d 0%,#0a0a18 48%,#030b12 100%)}.constellation-zodiac-grid figcaption{color:#fff;text-align:center}.constellation-all-grid{grid-template-columns:repeat(5,minmax(0,1fr));width:min(900px,100%)}.constellation-all-grid figure{display:grid;grid-template-rows:auto 1fr;margin:0;overflow:hidden;border:1px solid rgb(73 207 230 / .2);border-radius:10px;background:radial-gradient(circle at 24% 22%,rgb(103 34 160 / .3),transparent 36%),radial-gradient(circle at 76% 24%,rgb(39 159 192 / .24),transparent 38%),linear-gradient(135deg,#03050d 0%,#0a0a18 48%,#030b12 100%);box-shadow:0 14px 30px rgb(27 32 50 / .16)}.constellation-all-grid img{display:block;width:100%;aspect-ratio:16 / 9.6;padding:14px;object-fit:contain;border-radius:0}.constellation-text-card-sky{position:relative;aspect-ratio:16 / 9.6;overflow:hidden;background:radial-gradient(circle at 28% 24%,rgb(255 255 255 / .2) 0 2px,transparent 3px),radial-gradient(circle at 72% 34%,rgb(255 255 255 / .34) 0 2px,transparent 3px),radial-gradient(circle at 52% 66%,rgb(255 255 255 / .26) 0 2px,transparent 3px),radial-gradient(circle at 22% 72%,rgb(255 255 255 / .2) 0 1px,transparent 2px),radial-gradient(circle at 82% 74%,rgb(255 255 255 / .2) 0 1px,transparent 2px),linear-gradient(135deg,rgb(7 8 20 / .94),rgb(10 35 50 / .86))}.constellation-text-card-sky span{position:absolute;width:8px;height:8px;border-radius:999px;background:#fff;box-shadow:0 0 16px rgb(255 255 255 / .72)}.constellation-text-card-sky span:nth-child(1){left:18%;top:55%}.constellation-text-card-sky span:nth-child(2){left:34%;top:38%}.constellation-text-card-sky span:nth-child(3){left:52%;top:46%}.constellation-text-card-sky span:nth-child(4){left:68%;top:30%}.constellation-text-card-sky span:nth-child(5){left:80%;top:58%}.constellation-all-grid figcaption{display:grid;gap:6px;padding:16px;color:rgb(255 255 255 / .76);text-align:left}.constellation-all-grid strong{color:#fff;font-size:18px;font-weight:950;line-height:1.15}.constellation-all-grid small{color:#49cfe6;font-size:11px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.constellation-card-desc{display:block;margin:2px 0 0!important;color:rgb(255 255 255 / .74)!important;font-size:13px;font-weight:650;line-height:1.55}.constellation-all-grid p:empty{display:none}.constellation-post-cta{text-align:center;background:radial-gradient(circle at 18% 0%,rgb(103 34 160 / .1),transparent 34%),radial-gradient(circle at 84% 12%,rgb(39 159 192 / .1),transparent 34%),#f7fafc}.constellation-post-faq details{padding:16px 0;border-bottom:1px solid rgb(73 207 230 / .18)}.constellation-post-faq details:last-child{border-bottom:0}.constellation-post-faq summary{cursor:pointer;color:#1b2032;font-weight:900}.constellation-post-faq p{margin-bottom:0}.postid-1138 .single-blog-content .stk-img-wrapper:has(img[src*="/2024/06/"]){position:relative;display:block;overflow:hidden;border:1px solid rgb(73 207 230 / .22);border-radius:10px;background:radial-gradient(circle at 30% 20%,rgb(73 207 230 / .34),transparent 32%),radial-gradient(circle at 72% 72%,rgb(103 34 160 / .42),transparent 36%),#050914;box-shadow:0 18px 42px rgb(27 32 50 / .18),0 0 0 1px rgb(103 34 160 / .12)}.postid-1138 .single-blog-content .stk-img-wrapper:has(img[src*="/2024/06/"])::before,.postid-1138 .single-blog-content .stk-img-wrapper:has(img[src*="/2024/06/"])::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none}.postid-1138 .single-blog-content .stk-img-wrapper:has(img[src*="/2024/06/"])::before{background:linear-gradient(135deg,rgb(103 34 160 / .82),rgb(39 159 192 / .78));mix-blend-mode:color}.postid-1138 .single-blog-content .stk-img-wrapper:has(img[src*="/2024/06/"])::after{background:radial-gradient(circle at 44% 38%,rgb(73 207 230 / .22),transparent 30%),linear-gradient(180deg,rgb(5 9 20 / .02),rgb(5 9 20 / .24));mix-blend-mode:screen}.postid-1138 .single-blog-content .stk-img-wrapper:has(img[src*="/2024/06/"]) img{display:block;width:100%;filter:grayscale(1) contrast(1.12) brightness(.92)}.zodiac-quick-answer,.zodiac-faq{margin:22px 0 28px;padding:26px;border:1px solid rgb(73 207 230 / .28);border-radius:10px;background:linear-gradient(180deg,rgb(255 255 255 / .96),rgb(246 250 252 / .98)),radial-gradient(circle at 15% 10%,rgb(73 207 230 / .12),transparent 34%);box-shadow:0 16px 36px rgb(27 32 50 / .07)}.zodiac-quick-answer h2,.zodiac-faq h2{margin-top:0}.zodiac-sign-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}.zodiac-sign-grid span{display:grid;gap:3px;padding:12px 14px;border:1px solid rgb(103 34 160 / .18);border-radius:8px;color:#1b2032;font-weight:900;background:#fff}.zodiac-sign-grid small{color:#5c667a;font-size:13px;font-weight:700}.zodiac-faq details{border-bottom:1px solid rgb(73 207 230 / .2);padding:14px 0}.zodiac-faq details:last-child{border-bottom:0}.zodiac-faq summary{cursor:pointer;color:#1b2032;font-weight:900}.zodiac-faq p{margin-bottom:0}.postid-1137 .single-blog-content{max-width:1080px}.gift-events-intro,.gift-events-toc,.gift-events-cta,.gift-events-faq{margin:24px 0 30px;padding:28px;border:1px solid rgb(73 207 230 / .24);border-radius:10px;background:#f6fafc;box-shadow:0 16px 36px rgb(27 32 50 / .07)}.gift-events-intro h2,.gift-events-toc h2,.gift-events-cta h2,.gift-events-faq h2{margin-top:0}.gift-events-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 22px;margin:0;padding-left:22px}.gift-events-toc a,.gift-events-intro a{color:#4a347c;font-weight:900;text-decoration:none}.gift-events-list{display:grid;gap:18px;margin:28px 0}.gift-events-list section{padding:24px 26px;border-left:4px solid #49cfe6;border-radius:8px;background:#fff;box-shadow:0 14px 32px rgb(27 32 50 / .06)}.gift-events-list h2{margin:0 0 10px;color:#1b2032;font-size:clamp(24px,2.1vw,34px)}.gift-events-list p{margin:0}.gift-events-image{margin:34px auto;max-width:860px}.gift-events-inline-image{margin:10px auto 16px;max-width:900px}.gift-events-image img{display:block;width:100%;border-radius:10px;box-shadow:0 22px 54px rgb(27 32 50 / .18)}.gift-events-inline-image img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:10px;box-shadow:0 22px 54px rgb(27 32 50 / .18)}.gift-events-image-wide{max-width:980px}.sazvezdje-blog-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin:10px 10px 0 0;padding:12px 22px;border-radius:6px;color:#fff!important;font-weight:900;text-decoration:none!important;background:linear-gradient(90deg,#6722a0,#279fc0);box-shadow:0 14px 28px rgb(103 34 160 / .22)}.sazvezdje-blog-button.secondary{color:#1b2032!important;background:#fff;box-shadow:inset 0 0 0 1px rgb(73 207 230 / .35),0 10px 22px rgb(27 32 50 / .08)}.gift-events-faq details{padding:14px 0;border-bottom:1px solid rgb(73 207 230 / .2)}.gift-events-faq details:last-child{border-bottom:0}.gift-events-faq summary{cursor:pointer;color:#1b2032;font-weight:900}.gift-events-faq p{margin-bottom:0}.postid-1136 .single-blog-content{max-width:1080px}.valentine-post-intro,.valentine-post-toc,.valentine-post-cta,.valentine-post-faq{margin:24px 0 30px;padding:28px;border:1px solid rgb(73 207 230 / .24);border-radius:10px;background:linear-gradient(180deg,rgb(255 255 255 / .97),rgb(247 250 252 / .98)),radial-gradient(circle at 15% 10%,rgb(103 34 160 / .1),transparent 34%);box-shadow:0 16px 36px rgb(27 32 50 / .07)}.valentine-post-intro h2,.valentine-post-toc h2,.valentine-post-cta h2,.valentine-post-faq h2{margin-top:0}.valentine-post-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 22px;margin:0;padding-left:22px}.valentine-post-toc a,.valentine-post-intro a{color:#4a347c;font-weight:900;text-decoration:none}.valentine-post-sections{display:grid;gap:18px;margin:28px 0}.valentine-post-sections section{padding:24px 26px;border-left:4px solid #6722a0;border-radius:8px;background:#fff;box-shadow:0 14px 32px rgb(27 32 50 / .06)}.valentine-post-sections h2{margin:0 0 10px;color:#1b2032;font-size:clamp(24px,2.1vw,34px)}.valentine-post-sections p{margin:0}.valentine-post-main-image,.valentine-post-inline-image{margin:28px auto;max-width:900px}.valentine-post-main-image img,.valentine-post-inline-image img{display:block;width:100%;border-radius:10px;box-shadow:0 22px 54px rgb(27 32 50 / .18)}.valentine-post-inline-image img{aspect-ratio:16 / 9;object-fit:cover}.valentine-post-faq details{padding:14px 0;border-bottom:1px solid rgb(73 207 230 / .2)}.valentine-post-faq details:last-child{border-bottom:0}.valentine-post-faq summary{cursor:pointer;color:#1b2032;font-weight:900}.valentine-post-faq p{margin-bottom:0}@media (max-width:760px){.single-blog-content .wp-block-stackable-hero{width:100vw;min-height:460px;margin:0 calc(50% - 50vw) 38px}.single-blog-content .stk-row{display:grid;gap:22px}.single-blog-content .wp-block-stackable-table-of-contents{padding:20px}.zodiac-quick-answer,.zodiac-faq{padding:20px}.postid-1135 .single-blog-article{width:min(100% - 24px,1120px);padding:34px 0 56px}.constellation-post-intro,.constellation-feature-grid,.constellation-image-strip,.constellation-zodiac-grid,.constellation-all-grid,.constellation-list{grid-template-columns:1fr}.constellation-post-panel,.constellation-post-cta,.constellation-post-faq{padding:20px}.zodiac-sign-grid{grid-template-columns:1fr}.gift-events-intro,.gift-events-toc,.gift-events-cta,.gift-events-faq,.valentine-post-intro,.valentine-post-toc,.valentine-post-cta,.valentine-post-faq{padding:20px}.gift-events-toc ol,.valentine-post-toc ol{grid-template-columns:1fr}.gift-events-list section,.valentine-post-sections section{padding:20px}.gift-events-image{width:100%;margin:26px auto}.gift-events-inline-image{width:100%;margin:6px auto 12px}.valentine-post-main-image,.valentine-post-inline-image{width:100%;margin:22px auto}.sazvezdje-blog-button{width:100%;margin-right:0}}.single-blog-content h2,.single-blog-content h3{margin:38px 0 16px;color:#1b2032;line-height:1.18}.single-blog-content p,.single-blog-content ul,.single-blog-content ol{margin-bottom:22px}.single-blog-content a{color:#4a347c;font-weight:800}.blog-back-link{display:inline-flex;margin-top:34px;color:#4a347c;font-weight:900}.woocommerce-checkout .site-main.basic.checkout-main{margin-top:58px}.faq-content{padding:76px 0 90px;background:radial-gradient(circle at 12% 8%,rgb(67 186 208 / .1),transparent 26%),linear-gradient(180deg,#fff 0%,#f8fafc 100%)}.catalog-seo-section{position:relative;isolation:isolate;background:linear-gradient(90deg,rgb(5 9 24 / .88),rgb(8 18 42 / .78)),url(/wp-content/uploads/2023/05/ezgif.com-gif-maker-13.webp) center / cover no-repeat;padding:78px 0;color:#fff}.catalog-seo-copy{max-width:980px;color:rgb(255 255 255 / .88)}.catalog-seo-copy h2{margin:0 0 20px;color:#fff;font-size:clamp(30px,3.2vw,46px);line-height:1.08}.catalog-seo-copy p{margin:0 0 18px;font-size:17px;line-height:1.8}.catalog-seo-copy a{color:#7fe7f0;font-weight:900;text-decoration:underline;text-decoration-color:rgb(127 231 240 / .65);text-underline-offset:4px}.faq-intro{width:min(860px,100%);margin:0 auto 54px;text-align:center}.faq-intro h2,.faq-contact h2{margin-bottom:24px;color:#1f2d42;font-size:clamp(30px,4.2vw,46px);line-height:1.12}.occasion-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.occasion-grid span{display:inline-flex;min-height:36px;align-items:center;border:1px solid rgb(67 186 208 / .28);border-radius:999px;padding:0 16px;color:#344457;background:#fff;box-shadow:0 10px 24px rgb(35 45 68 / .06);font-size:14px;font-weight:800}.faq-list{display:grid;gap:14px;width:min(880px,100%);margin:0 auto}.faq-item{border:1px solid #e7ebf2;border-radius:8px;background:#fff;box-shadow:0 16px 38px rgb(35 45 68 / .06);overflow:hidden}.faq-item summary{position:relative;min-height:62px;display:flex;align-items:center;padding:18px 58px 18px 22px;color:#25334a;font-size:18px;font-weight:900;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";position:absolute;right:22px;top:50%;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--violet),var(--cyan));font-size:20px;line-height:1;transform:translateY(-50%)}.faq-item[open] summary::after{content:"-"}.faq-item p{margin:0;padding:0 22px 22px;color:#536176;font-size:15px;line-height:1.75}.faq-contact{width:min(780px,100%);margin:58px auto 0;padding:34px;border-radius:8px;text-align:center;background:linear-gradient(135deg,rgb(7 9 18 / .92),rgb(18 20 42 / .88)),url(/wp-content/uploads/2023/05/ezgif.com-gif-maker-12.webp) center / cover;box-shadow:0 22px 48px rgb(35 45 68 / .16)}.faq-contact h2,.faq-contact p{color:#fff}.faq-contact p{width:min(560px,100%);margin:0 auto 24px;color:rgb(255 255 255 / .86)}.contact-catalog-hero{margin-bottom:0}.contact-page{flex:1 0 auto;display:flex;flex-direction:column}.contact-hero{padding:82px 0 48px;text-align:center;background:radial-gradient(circle at 18% 18%,rgb(67 186 208 / .14),transparent 28%),linear-gradient(180deg,#fff 0%,#f8fbfd 100%)}.contact-hero h1{margin:0 0 12px;color:var(--text);font-size:clamp(34px,5vw,54px)}.contact-hero p:not(.eyebrow){width:min(620px,100%);margin:0 auto;color:#5a6473}.contact-band-page{flex:1 0 auto;display:flex;align-items:center;padding-top:82px;padding-bottom:118px;color:var(--text);background:#fff;background-image:none}.contact-band-page::after{display:none}.contact-band-page .contact-grid h2{color:#1b2032}.contact-band-page .contact-copy p{color:#555c70}.contact-band-page .contact-list{color:#344457}.contact-band-page .social-links a{color:#344457;background:#fff;box-shadow:0 10px 24px rgb(27 32 50 / .12)}.contact-band-page .social-links a:hover{color:#fff;border-color:rgb(118 34 146 / .82);background:linear-gradient(90deg,var(--violet),#6d2db4);box-shadow:0 12px 26px rgb(118 34 146 / .22)}.star-band .section-inner{min-height:360px;display:grid;grid-template-columns:1fr 340px;align-items:center;gap:64px;padding:56px 0}.original-design{background-image:linear-gradient(90deg,rgb(0 0 0 / .62),rgb(0 0 0 / .28)),var(--band-bg);margin-bottom:34px}.products-section+.starmap-design,.starmap-design{margin-top:44px;margin-bottom:74px}.original-design .section-inner{min-height:470px;grid-template-columns:minmax(360px,560px) minmax(260px,430px);gap:82px}.original-design .star-copy h2{margin-bottom:34px;font-size:clamp(30px,3.6vw,44px);text-align:center;white-space:nowrap}.starmap-kicker{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-bottom:18px;color:#49cfe6;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.starmap-kicker::before{content:"";width:42px;height:2px;background:linear-gradient(90deg,#7b2fd1,#49cfe6)}.original-design .star-copy p{max-width:560px;margin:0 0 22px;color:rgb(255 255 255 / .9);font-size:15px;font-weight:800;line-height:1.34;text-align:left}.original-design .star-copy .button-primary{display:flex;width:max-content;margin:32px 0 0}.solar-design{background-image:radial-gradient(circle at 70% 42%,rgb(73 206 226 / .22),transparent 34%),radial-gradient(circle at 18% 18%,rgb(120 55 205 / .18),transparent 30%),linear-gradient(90deg,rgb(3 8 20 / .86),rgb(8 21 38 / .72)),var(--band-bg);background-position:center;margin-top:104px;margin-bottom:124px;overflow:hidden}.solar-design .section-inner{min-height:520px;grid-template-columns:minmax(330px,500px) minmax(330px,500px);gap:72px;position:relative}.solar-design .section-inner::before{content:"";position:absolute;left:48%;top:50%;width:1px;height:min(330px,68%);background:linear-gradient(to bottom,transparent,rgb(255 255 255 / .28),transparent);transform:translateY(-50%)}.solar-design .star-copy{position:relative;padding:38px 0}.solar-design .star-copy h2{max-width:500px;margin-bottom:24px;color:#fff;font-size:clamp(30px,3.2vw,42px);text-align:left;white-space:normal}.solar-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:#82d6e7;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.solar-kicker::before{content:"";width:42px;height:2px;background:linear-gradient(90deg,#7b2fd1,#49cfe6)}.solar-design .star-copy p{max-width:500px;margin-bottom:18px;color:rgb(255 255 255 / .82);font-size:16px;font-weight:700;line-height:1.48}.solar-design-visual{position:relative;width:min(460px,100%);justify-self:center;filter:drop-shadow(0 26px 44px rgb(0 0 0 / .56))}.solar-design-visual img{width:100%;height:auto;display:block}.solar-orbit-scene{max-width:470px;aspect-ratio:1;min-height:430px}.solar-design-poster{display:none}.solar-orbits{position:absolute;left:50%;top:50%;width:112%;aspect-ratio:1;transform:translate(-50%,-50%)}.solar-orbits::before{content:"";position:absolute;inset:-2%;border-radius:50%;background:url(/wp-content/themes/sazvezdje-local-child/assets/solar-system/solar-bg.webp) center / cover no-repeat;opacity:.82;filter:saturate(1.12) brightness(.84);box-shadow:inset 0 0 70px rgb(0 0 0 / .65),0 0 80px rgb(73 207 230 / .16)}.solar-sun{position:absolute;z-index:3;left:50%;top:50%;width:44px;height:44px;border-radius:50%;box-shadow:0 0 18px rgb(255 192 64 / .76),0 0 46px rgb(255 179 32 / .22);transform:translate(-50%,-50%)}.solar-sun img{width:100%;height:100%;object-fit:contain}.solar-orbit{position:absolute;z-index:2;inset:var(--orbit-inset);border:1px solid rgb(255 255 255 / .64);border-radius:50%;animation:sazvezdje-solar-orbit var(--orbit-speed) linear infinite;transform-origin:50% 50%}.solar-orbit i{position:absolute;left:50%;top:calc(var(--planet-height) / -2);width:var(--planet-width);height:var(--planet-height);filter:drop-shadow(0 0 9px rgb(255 255 255 / .24)) drop-shadow(0 8px 8px rgb(0 0 0 / .34));transform:translateX(-50%)}.solar-orbit i img{width:100%;height:100%;object-fit:contain}.orbit-mercury{--orbit-inset:41%;--orbit-speed:7s;--planet-width:12px;--planet-height:12px}.orbit-venus{--orbit-inset:35%;--orbit-speed:10.5s;--planet-width:17px;--planet-height:17px}.orbit-earth{--orbit-inset:29.5%;--orbit-speed:14s;--planet-width:18px;--planet-height:18px}.orbit-mars{--orbit-inset:24.5%;--orbit-speed:18s;--planet-width:16px;--planet-height:16px}.orbit-jupiter{--orbit-inset:17%;--orbit-speed:24s;--planet-width:31px;--planet-height:31px}.orbit-saturn{--orbit-inset:10%;--orbit-speed:31s;--planet-width:50px;--planet-height:23px}.orbit-uranus{--orbit-inset:5%;--orbit-speed:39s;--planet-width:22px;--planet-height:22px}.orbit-neptune{--orbit-inset:.5%;--orbit-speed:47s;--planet-width:22px;--planet-height:22px}@keyframes sazvezdje-solar-orbit{to{transform:rotate(360deg)}}.orb-gif,.rotating-star-circle{width:min(430px,100%);justify-self:center}.orb-gif img,.rotating-star-circle img{width:100%;height:auto;display:block}.rotating-star-circle{aspect-ratio:1;filter:drop-shadow(0 0 34px rgb(99 101 255 / .34))}.rotating-star-circle img{animation:sazvezdje-circle-spin 18s linear infinite;transform-origin:center}@keyframes sazvezdje-circle-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.rotating-star-circle img,.solar-orbit{animation:none}}.orb{width:min(340px,100%);aspect-ratio:1;border-radius:50%;object-fit:cover;box-shadow:0 0 55px rgb(93 96 255 / .42)}.star-copy h2{font-size:clamp(28px,4vw,45px);line-height:1.1}.star-copy p{color:rgb(255 255 255 / .82)}.reviews-section .section-title{width:min(600px,100%);margin:0 auto 68px;color:var(--text);font-size:36px;line-height:1.12}.reviews-section .section-title::after{content:"";display:block;width:66px;height:2px;margin:22px auto 0;background:var(--violet)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:46px 30px;width:min(1120px,100%);margin:0 auto}.review{min-height:345px;padding:42px 36px;border:1px solid #eef1f5;border-radius:14px;background:#fff;box-shadow:0 12px 30px rgb(28 39 61 / .07)}.stars{margin:22px 0;color:#ff5549;font-size:18px;letter-spacing:.08em}.review p{margin:0;color:#27384d;font-size:17px;line-height:1.72}.review-author{display:flex;align-items:center;gap:16px}.review-author span{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--violet),var(--cyan));font-weight:800}.review-author strong{display:block;color:#27384d;font-size:15px}.memory-band{color:#fff;background-image:linear-gradient(90deg,rgb(4 9 24 / .74),rgb(4 9 24 / .22)),var(--band-bg);background-position:center;background-size:cover}.memory-band .section-inner{min-height:390px;display:flex;align-items:center;padding:58px 0 64px}.memory-copy{width:min(1040px,100%);margin:0 auto;text-align:left}.memory-copy p{max-width:980px;margin:0 auto 22px;color:#fff;font-size:17px;font-weight:800;line-height:1.45}.memory-copy .button-primary{display:flex;width:max-content;margin:38px auto 0}.mini-info .section-inner{display:grid;grid-template-columns:280px 1fr;align-items:center;gap:72px;max-width:850px}.mini-info .section-inner.solar-feature{grid-template-columns:minmax(0,1fr) 510px;max-width:1280px;gap:96px}.mini-info .solar-feature .feature-image.no-frame{display:block;width:min(510px,100%);height:auto;aspect-ratio:600 / 690;object-fit:contain}.instagram-row{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;max-width:720px;margin:0 auto}.instagram-row img{aspect-ratio:1;object-fit:cover}.instagram-feed-wrap{width:min(1040px,100%);margin:0 auto}.instagram-feed-note{margin:0;color:#5d6877;text-align:center;font-weight:700}.instagram-section #sb_instagram{width:100%!important}.instagram-section #sb_instagram .sbi_photo{border-radius:4px}.service-band{width:100%;margin:0;padding:44px 0 68px;background:linear-gradient(180deg,#f6f7f9 0%,#eceff3 100%)}.service-row{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;width:min(980px,calc(100% - 36px));max-width:none;margin:0 auto;padding:0;border-radius:0;background:#fff0;color:#4d596b;text-align:center}.service-card{display:grid;justify-items:center;gap:12px;padding:6px 18px 0}.service-card svg{width:50px;height:50px;color:#626b77;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.service-row strong{display:block;color:#354155;font-size:16px;font-weight:800;line-height:1.25}.service-row span{display:block;max-width:270px;color:#586475;font-size:13px;line-height:1.55}.contact-band{--band-bg:url(/wp-content/uploads/2023/05/ezgif.com-gif-maker-12.webp);margin-top:0;padding:88px 0 96px}.contact-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:76px;align-items:start}.contact-grid h2{margin-bottom:22px;font-size:clamp(36px,4vw,50px);line-height:1.08}.contact-copy{max-width:720px}.contact-copy p{max-width:700px;margin:0 0 18px;color:rgb(255 255 255 / .94);font-size:17px;font-weight:800;line-height:1.55}.contact-list{display:grid;gap:10px;margin-top:30px;color:rgb(255 255 255 / .86);font-size:14px}.social-links{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.social-links a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid rgb(255 255 255 / .2);border-radius:999px;color:#fff;background:rgb(255 255 255 / .08);font-size:13px;font-weight:900;transition:background .18s ease,border-color .18s ease,transform .18s ease}.social-links a:hover,.social-links a:focus-visible{border-color:rgb(118 34 146 / .82);background:linear-gradient(90deg,var(--violet),#6d2db4);transform:translateY(-1px)}.social-links svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.contact-social-links{margin-top:24px}.contact-form{display:grid;gap:14px;width:100%;padding:28px;border:1px solid rgb(255 255 255 / .18);border-radius:8px;background:rgb(255 255 255 / .1);box-shadow:0 22px 52px rgb(0 0 0 / .18);backdrop-filter:blur(10px)}.contact-band-page .contact-form{border:0;background:#fff0;box-shadow:none;backdrop-filter:none}.contact-band-page .contact-form input,.contact-band-page .contact-form textarea{border-color:rgb(52 68 87 / .28);background:#fff;box-shadow:0 8px 20px rgb(27 32 50 / .06)}.contact-form input,.contact-form textarea{width:100%;min-height:50px;border:1px solid rgb(255 255 255 / .22);border-radius:6px;padding:14px 16px;color:#172033;background:rgb(255 255 255 / .94);font:inherit;font-weight:700;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#7a8392;font-weight:700}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--cyan);background:#fff;box-shadow:0 0 0 3px rgb(35 142 164 / .22)}.contact-form textarea{min-height:138px;resize:vertical}.contact-form .button-primary{width:100%;min-height:50px;margin-top:4px;border:0;cursor:pointer;font-weight:950}.contact-form .button-primary:hover,.contact-form .button-primary:focus-visible{background:linear-gradient(90deg,var(--violet),#6d2db4);box-shadow:0 12px 26px rgb(118 34 146 / .24);transform:translateY(-1px)}.site-footer{flex-shrink:0;background:#242424;color:#c7c7c7;padding:20px 0;font-size:12px}.footer-inner{width:min(1120px,calc(100% - 36px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-social-links{justify-content:center;gap:8px}.footer-social-links a{width:34px;min-height:34px;padding:0;color:#d8dde7;background:rgb(255 255 255 / .06);border-color:rgb(255 255 255 / .12)}.footer-social-links a:hover,.footer-social-links a:focus-visible{color:#49cfe6;border-color:rgb(73 207 230 / .72);background:rgb(73 207 230 / .14);box-shadow:0 0 18px rgb(73 207 230 / .24)}.footer-social-links span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.footer-social-links svg{width:17px;height:17px}.woocommerce main,.woocommerce-page main,.site-main.basic{width:min(1120px,calc(100% - 36px));margin:60px auto}@media (max-width:860px){.catalog-hero-stars,.catalog-hero-solar{min-height:300px}.catalog-hero .section-inner{padding:44px 0}.catalog-page .products-section{padding-top:28px}.blog-main{padding:54px 0 70px}.blog-grid{grid-template-columns:1fr;gap:24px;width:100%;justify-items:stretch}.blog-card{width:100%;max-width:520px;margin:0 auto}.blog-card-media,.blog-card-media img{height:230px}.blog-card-body h2{font-size:23px}body.menu-open{overflow:hidden}.site-header{position:sticky}.nav-wrap{height:64px;min-height:64px;gap:12px}.brand{width:168px;height:56px}.brand img{max-height:48px;height:auto}.menu-toggle{display:block;order:3}.main-nav{position:fixed;inset:64px 0 auto;z-index:40;display:grid;gap:0;padding:14px 18px 22px;background:rgb(255 255 255 / .98);border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgb(27 34 52 / .16);opacity:0;pointer-events:none;visibility:hidden;transform:translateY(-12px);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s}body.menu-open .main-nav{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0);transition-delay:0s}body:not(.menu-open) .main-nav *{pointer-events:none}.main-nav a{padding:14px 0;border-bottom:1px solid #eef2f7;font-size:15px}.nav-dropdown{position:static}.nav-dropdown-toggle{display:flex;padding:14px 0;border-bottom:1px solid #eef2f7;font-size:15px}.nav-dropdown-toggle::after{display:none}.nav-dropdown-menu{position:static;min-width:0;padding:0 0 0 14px;border:0;border-radius:0;background:#fff0;box-shadow:none;opacity:1;pointer-events:auto;transform:none}.nav-dropdown-menu::before{display:none}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{transform:none}.nav-dropdown-menu a{padding:12px 0;border-bottom:1px solid #eef2f7;border-radius:0;color:#566277;font-size:14px}.nav-dropdown-menu a:hover{background:#fff0}.cart-widget{margin-left:auto}.cart-link{width:38px;height:38px}.cart-popover{position:fixed;top:64px;right:10px}.hero .section-inner,.split-hero .section-inner,.star-band .section-inner,.mini-info .section-inner,.hero+.white-section .feature-split,.contact-grid,.feature-split,.feature-split.reverse,.single-product-layout{grid-template-columns:1fr}.hero .section-inner{min-height:auto;gap:34px;padding:46px 0 54px}.hero-slider{width:min(360px,100%);justify-self:center}.hero-copy{text-align:center}.hero-copy h1{font-size:clamp(40px,13vw,58px)}.hero+.white-section .feature-split{gap:34px}.hero+.white-section .feature-text h2,.feature-text h2,.section-title{font-size:32px;text-align:center}.hero+.white-section .feature-text p{font-size:16px;text-align:center}.hero+.white-section .feature-image.no-frame{width:min(360px,100%)}.hero-product,.split-hero img,.mini-info img{justify-self:center;max-width:280px}.products-grid,.reviews-grid,.single-product-testimonial-grid,.service-row{grid-template-columns:1fr;width:min(390px,100%);gap:28px}.product-image-link{min-height:300px}.product-rail{grid-template-columns:repeat(3,1fr)}.examples-stage{min-height:500px;padding:52px 0 60px}.examples-showcase{width:100vw;margin-top:36px}.instagram-row{grid-template-columns:repeat(3,1fr)}.reviews-section .section-title{font-size:32px}.review{min-height:auto;padding:30px 26px}.review p{font-size:15px}.memory-band .section-inner{min-height:auto;padding:46px 0}.memory-copy p{font-size:14px}.single-product-layout{gap:52px}.single-product-shell{width:min(100% - 24px,1140px);padding:28px 18px 0}.single-product-gallery{position:relative;top:auto}.single-product-media{min-height:500px;padding:16px}.single-product-media img{width:min(100%,500px);max-height:490px}.single-product-thumbs-wrap{margin-top:14px}.single-product-summary{text-align:left}.single-product-summary .woocommerce-product-details__short-description,.single-product-summary .product-description{margin-bottom:10px}.single-product-summary form.cart{grid-template-columns:62px minmax(0,1fr);margin-top:10px}.single-product-summary form.variations_form.cart{grid-template-columns:1fr}.single-product-summary .woocommerce-variation-add-to-cart{grid-template-columns:64px minmax(0,1fr);gap:10px}.single-product-summary .woocommerce-variation-price{margin-top:4px}.single-product-trust{grid-template-columns:1fr;gap:10px}.single-product-trust div{min-height:auto}.single-product-story{grid-template-columns:1fr;gap:24px;margin-top:38px;padding:28px 0 32px}.single-product-story-copy h2,.single-product-story-copy p{max-width:none}.single-product-video-placeholder{min-height:220px;padding:24px 18px}.spca-fields{grid-template-columns:1fr}.single-tab-list{gap:14px;overflow-x:auto;white-space:nowrap}.single-product-sticky-cart{position:fixed;left:12px;right:12px;bottom:12px;z-index:80;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:12px;border-radius:10px;background:#fff;box-shadow:0 14px 36px rgb(20 31 48 / .24);opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .2s ease,transform .2s ease}.single-product-sticky-cart.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.single-product-sticky-cart strong{display:block;color:var(--text);font-size:13px;line-height:1.25}.single-product-sticky-cart span{display:block;margin-top:2px;color:#516075;font-size:12px;font-weight:700}.single-product-sticky-cart button{min-height:42px;border:0;border-radius:6px;padding:0 18px;color:#fff;background:#9382b4;font-size:12px;font-weight:900;text-transform:uppercase}.woocommerce-cart .site-main.basic,.woocommerce-checkout .site-main.basic{width:min(100% - 24px,1120px);margin:38px auto 86px}.woocommerce-checkout .site-main.basic{margin-top:8px;padding-bottom:108px}.woocommerce-checkout .site-main.basic.checkout-main{margin-top:8px}.woocommerce-checkout.checkout-place-order-floating .site-main.basic{padding-bottom:94px}.woocommerce-cart .site-main.basic>h1,.woocommerce-checkout .site-main.basic>h1{margin-bottom:26px;font-size:38px}.woocommerce-cart .wc-block-cart__main,.woocommerce-cart .wp-block-woocommerce-cart-items-block,.woocommerce-checkout .wc-block-checkout__main{padding:0;box-shadow:none}.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout{grid-template-columns:1fr}.woocommerce-checkout .wc-block-checkout__main,.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar{grid-column:1;width:100%;justify-self:stretch}.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar{order:2}.woocommerce-checkout .wc-block-checkout__actions{position:static;width:auto;height:auto;min-height:0;margin:18px 0 0;padding:0;background:#fff0;box-shadow:none;overflow:visible;transform:none}.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block{height:auto;min-height:0;margin:0;padding:0;background:#fff0;border:0;box-shadow:none;overflow:visible}.woocommerce-checkout .wc-block-checkout__actions_row{display:block;margin:0;padding:0;background:#fff0;box-shadow:none}.woocommerce-checkout .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{display:none}.woocommerce-checkout .wc-block-components-checkout-place-order-button{position:static;left:auto;right:auto;bottom:auto;z-index:auto;width:85%!important;min-height:48px;margin-top:18px;border-radius:8px;box-shadow:0 12px 30px rgb(146 53 182 / .24);transform:none}.woocommerce-checkout.checkout-place-order-floating .wc-block-components-checkout-place-order-button{position:fixed;left:50%;right:auto;bottom:12px;z-index:90;width:min(85vw,calc(100vw - 24px))!important;margin-top:0;box-shadow:0 14px 32px rgb(20 31 48 / .24);transform:translateX(-50%)}.woocommerce-checkout .wc-block-components-order-summary-item{grid-template-columns:64px minmax(0,1fr);gap:8px 12px;padding:16px 0}.woocommerce-checkout .wc-block-components-order-summary-item__image{width:64px}.woocommerce-checkout .wc-block-components-order-summary-item__image img{width:58px}.woocommerce-checkout .wc-block-components-order-summary-item__description,.woocommerce-checkout .wc-block-components-order-summary-item__total-price{grid-column:2;min-width:0}.woocommerce-checkout .wc-block-components-order-summary-item__total-price{margin-top:6px;font-size:16px;white-space:normal;overflow-wrap:anywhere}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-name{font-size:17px;line-height:1.24;overflow-wrap:anywhere}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price{margin-bottom:8px;font-size:15px;line-height:1.25}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-metadata,.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-details{font-size:12px;line-height:1.45;overflow-wrap:anywhere}.woocommerce-cart .wc-block-cart-items__header{display:none}.woocommerce-cart .wc-block-cart-items__row{display:grid;grid-template-columns:112px minmax(0,1fr);grid-template-areas:"image product" "image product" "quantity quantity";gap:12px 16px;padding:22px 0;border-top:1px solid #e4e8ef;border-radius:0;background:#fff;box-shadow:none}.woocommerce-cart .wc-block-cart-items td{padding:0;border-top:0;min-width:0}.woocommerce-cart .wc-block-cart-item__image{grid-area:image;align-self:start;min-height:112px;padding:10px;background:linear-gradient(145deg,rgb(118 34 146 / .14),rgb(35 142 164 / .18)),#f6fbfd}.woocommerce-cart .wc-block-cart-item__product{grid-area:product;min-width:0;padding-bottom:0}.woocommerce-cart .wc-block-cart-item__quantity{grid-area:quantity;width:100%}.woocommerce-cart .wc-block-cart-item__total{display:none}.woocommerce-cart .wc-block-cart-item__total::before{content:none}.woocommerce-cart .wp-block-woocommerce-cart-totals-block,.woocommerce-cart .wc-block-components-sidebar,.woocommerce-checkout .wc-block-checkout__sidebar,.woocommerce-checkout .wc-block-components-sidebar{padding:18px;border-radius:8px}.woocommerce-cart .wc-block-cart-item__image img,.woocommerce-cart .wc-block-components-product-image img,.woocommerce-checkout .wc-block-components-product-image img{width:102px}.woocommerce-cart .wc-block-components-product-name,.woocommerce-checkout .wc-block-components-product-name{display:block;max-width:100%;margin-bottom:8px;font-size:18px;line-height:1.25;overflow-wrap:anywhere}.woocommerce-cart .wc-block-cart-item__prices,.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price{gap:0;margin:5px 0 10px;padding:0;font-size:17px;line-height:1.25}.woocommerce-cart .wc-block-cart-item__prices::before{content:"Cena:";font-size:15px}.woocommerce-cart .wc-block-components-product-metadata,.woocommerce-cart .wc-block-components-product-details,.woocommerce-checkout .wc-block-components-product-metadata,.woocommerce-checkout .wc-block-components-product-details{max-width:100%;font-size:12px;line-height:1.45;overflow-wrap:anywhere;white-space:normal;word-break:normal}.woocommerce-cart .wc-block-components-product-details{display:grid;gap:3px}.woocommerce-cart .wc-block-components-product-details li{display:block;padding-bottom:0;border-bottom:0;clear:both;overflow-wrap:anywhere}.woocommerce-cart .wc-block-components-product-details__name,.woocommerce-cart .wc-block-components-product-details__value{display:inline;float:none;max-width:100%;white-space:normal;overflow-wrap:anywhere}.woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price,.woocommerce-cart .wc-block-cart-item__total .wc-block-formatted-money-amount{font-size:17px;line-height:1.25;white-space:nowrap}.woocommerce-cart .wc-block-cart-item__quantity{justify-content:flex-start;gap:10px;flex-wrap:wrap;margin-top:14px;padding-top:22px;border-top:1px solid #eef1f5}.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:19px}.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__products,.woocommerce-cart .wc-block-grid__products{display:grid;grid-template-columns:1fr;gap:30px}.woocommerce-cart .wc-block-grid__product{width:100%;max-width:none}.woocommerce-cart .wc-block-grid__product-image img{max-width:92vw}.woocommerce-cart .wc-block-grid__product-title{min-height:0;font-size:30px}.faq-content{padding:54px 0 66px}.faq-intro{margin-bottom:38px}.occasion-grid{gap:8px}.occasion-grid span{min-height:32px;padding:0 12px;font-size:12px}.faq-item summary{min-height:56px;padding:16px 52px 16px 18px;font-size:16px}.faq-item p{padding:0 18px 20px;font-size:14px}.faq-contact{margin-top:42px;padding:26px 18px}}@media (max-width:640px){.products-section{padding:34px 0 44px;background:#fff}.products-section .section-title{margin-bottom:22px}#mape-zvezda{padding-top:42px}#solarni-sistem-products{padding-top:24px}.products-grid{width:100%;max-width:100%;gap:18px}.product-card{background:#fff;padding-bottom:56px;text-align:left;box-shadow:none}.product-image-link{min-height:clamp(500px,128vw,620px);margin-bottom:18px;padding:0}.product-image{max-width:100%;width:100%;height:auto;max-height:clamp(470px,122vw,590px);filter:drop-shadow(0 16px 18px rgb(0 0 0 / .32))}.product-sale-label{top:18px;left:16px;font-size:14px}.product-gallery-arrow{top:53%;width:20px;height:28px;color:#35245f;font-size:17px;opacity:.72}.product-gallery-arrow.prev{left:-2px}.product-gallery-arrow.next{right:-2px}.product-card h3{margin:0 16px 12px;font-size:34px;min-height:50px;height:50px;max-height:50px;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis;text-align:center;line-height:50px}.price{margin:0 16px 18px;text-align:center}.small-button{left:50%;right:auto;bottom:0;width:min(220px,calc(100% - 32px));min-width:0;margin:0;font-size:15px;letter-spacing:.08em;transform:translateX(-50%)}.product-card:hover .small-button,.product-card:focus-within .small-button{transform:translateX(-50%)}}@media (max-width:520px){.section-inner,.footer-inner,.single-product-shell,.woocommerce main,.woocommerce-page main,.site-main.basic{width:min(100% - 24px,1120px)}.products-section{padding:30px 0 34px;background:#fff}.products-section .section-title{margin-bottom:18px}#mape-zvezda{padding-top:26px;padding-bottom:24px}#solarni-sistem-products{padding-top:0}.products-grid{width:100%;max-width:100%;gap:10px}.product-card{background:#fff;padding-bottom:54px;text-align:left;box-shadow:none}.product-image-link{min-height:clamp(390px,104vw,500px);margin-bottom:10px;padding:0}.product-image{max-width:100%;width:100%;height:auto;max-height:clamp(380px,100vw,480px);filter:drop-shadow(0 16px 18px rgb(0 0 0 / .32))}.product-gallery-arrow{top:53%;color:#35245f;opacity:.72}.related-products-section{padding-top:70px;padding-bottom:0}.related-products-section .section-title{margin-bottom:20px}.product-card h3{margin:0 16px 8px;font-size:34px;min-height:50px;height:50px;max-height:50px;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis;text-align:center;line-height:50px}.price{margin:0 16px 14px;text-align:center}.small-button{left:50%;right:auto;bottom:6px;width:min(220px,calc(100% - 32px));min-width:0;margin:0;font-size:15px;letter-spacing:.08em;transform:translateX(-50%)}.cart-popover{left:10px;right:10px;width:auto}.footer-inner{flex-direction:column;text-align:center;gap:12px}.footer-social-links{gap:6px}.footer-social-links a{width:28px;min-height:28px}.footer-social-links svg{width:14px;height:14px}}@media (max-width:520px){.product-rail{grid-template-columns:repeat(2,1fr)}.examples-stage{min-height:430px;padding:37px 0 64px}.examples-copy p,.examples-copy strong{font-size:18px;line-height:1.25}.examples-showcase{width:108vw;margin-top:40px}}@media (max-width:640px){.hero{min-height:auto;background-image:linear-gradient(180deg,rgb(0 0 0 / .06) 0%,rgb(0 0 0 / .12) 44%,rgb(0 0 0 / .48) 72%,rgb(0 0 0 / .86) 100%),var(--band-bg);background-position:center top}.hero::after{height:190px;background:linear-gradient(180deg,transparent,rgb(0 0 0 / .92))}.hero .section-inner{width:100%;min-height:auto;gap:0;padding:42px 0 96px;align-content:start}.hero-slider{width:min(94vw,560px);margin:0 auto;justify-self:center;filter:drop-shadow(0 18px 24px rgb(0 0 0 / .54))}.hero-slider::after{content:"";position:absolute;left:50%;bottom:-30px;width:5px;height:5px;border-radius:999px;background:#050509;transform:translateX(-50%)}.hero-slider-button{display:none}.hero-copy{width:calc(100% - 48px);max-width:520px;margin:32px auto 0;text-align:left}.hero-copy::before{content:"";display:block;width:132px;height:3px;margin-bottom:18px;background:var(--violet)}.hero-copy .eyebrow{display:none}.hero-copy h1{margin-bottom:10px;font-size:28px;line-height:1.2}.hero-copy p{max-width:420px;margin-bottom:10px;color:#fff;font-size:18px;font-weight:800;line-height:1.42}.hero-copy .button-primary{width:100%;min-width:0;min-height:46px;padding:0 16px;border-radius:5px;font-size:12px;text-transform:uppercase}.hero-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;margin-top:24px}.hero-cta{min-width:0}.hero-cta-wrap{width:100%;gap:7px}.hero-cta-icon{width:17px;height:17px;flex:0 0 auto;font-size:14px}.hero-cta-planet .hero-cta-icon{font-size:18px}.hero-action-separator{font-size:16px}.examples-stage,.hero+.white-section,.memory-band,.solar-feature-section{display:none}.reviews-section{display:none}.original-design .star-copy h2{white-space:normal}.starmap-design{margin-top:18px;margin-bottom:12px}.original-design .section-inner{gap:14px;padding-top:42px;padding-bottom:44px}.original-design .star-copy{width:calc(100% - 24px);margin:0 auto}.starmap-design .rotating-star-circle{width:min(330px,88vw)}.solar-design{margin-top:52px;margin-bottom:82px}.solar-design .section-inner{min-height:auto;gap:24px;padding:42px 0 50px}.solar-design .section-inner::before{display:none}.solar-design .star-copy{width:min(100% - 42px,330px);margin:0 auto;padding:0;text-align:left}.solar-design .star-copy h2{max-width:320px;margin-bottom:20px;font-size:clamp(30px,8.7vw,36px);line-height:1.04;text-align:left}.solar-design .star-copy p{max-width:320px;margin-bottom:16px;font-size:15.5px;line-height:1.42;text-align:left}.solar-kicker{justify-content:flex-start;width:auto;font-size:12px;letter-spacing:.07em}.solar-orbit-scene{width:min(350px,94vw);min-height:350px;overflow:visible}.solar-orbits{width:106%}.solar-sun{width:38px;height:38px}.orbit-mercury{--planet-width:8px;--planet-height:8px}.orbit-venus{--planet-width:13px;--planet-height:13px}.orbit-earth{--planet-width:14px;--planet-height:14px}.orbit-mars{--planet-width:11px;--planet-height:11px}.orbit-jupiter{--planet-width:28px;--planet-height:28px}.orbit-saturn{--planet-width:42px;--planet-height:19px}.orbit-uranus,.orbit-neptune{--planet-width:16px;--planet-height:16px}.service-row{grid-template-columns:repeat(3,1fr);width:min(100% - 24px,1120px);max-width:none;gap:12px;margin:0 auto;padding:0}.service-card{gap:8px;padding:0}.service-card svg{width:34px;height:34px}.service-row strong{font-size:11px}.service-row span{max-width:112px;font-size:9px;line-height:1.45}.service-band{padding:34px 0 52px}.contact-band{padding:46px 0 66px}.contact-form{padding:16px}.contact-grid{gap:28px;width:min(100% - 24px,520px)}.contact-grid h2{margin-bottom:18px;font-size:34px}.contact-copy p{max-width:34ch;font-size:15px;line-height:1.55}.contact-band-page{padding-top:64px;padding-bottom:92px}.contact-copy{text-align:left}.mini-info .section-inner.solar-feature{grid-template-columns:1fr;width:min(100% - 24px,1120px);gap:34px}.mini-info .solar-feature .feature-image.no-frame{width:min(360px,100%);justify-self:center}.products-section .section-inner{width:100%;max-width:none}.products-grid{width:100%;max-width:100%;gap:16px;margin-left:auto;margin-right:auto;justify-items:center}.product-card{width:100%}.product-card h3{font-size:40px;min-height:60px;height:60px;max-height:60px;line-height:60px}}@media (max-width:1024px){.woocommerce-cart .wc-block-cart-items__row{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-areas:"image product" "image product" "quantity quantity"!important;gap:12px 16px!important;align-items:start!important;margin-bottom:0!important;padding:22px 0!important;border:0!important;border-top:1px solid #e4e8ef!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.woocommerce-cart .wc-block-cart-items__row>td{display:block!important;width:auto!important;min-width:0!important;max-width:100%!important;padding:0!important;border:0!important;float:none!important}.woocommerce-cart .wc-block-cart-item__image{grid-area:image!important;min-height:112px!important;padding:10px!important;background:linear-gradient(145deg,rgb(118 34 146 / .14),rgb(35 142 164 / .18)),#f6fbfd!important}.woocommerce-cart .wc-block-cart-item__product{grid-area:product!important;min-width:0!important}.woocommerce-cart .wc-block-cart-item__quantity{grid-area:quantity!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;margin-top:12px!important}.woocommerce-cart .wc-block-cart-item__total{display:none!important}.woocommerce-cart .wc-block-components-product-name,.woocommerce-cart .wc-block-cart-item__prices,.woocommerce-cart .wc-block-components-product-price,.woocommerce-cart .wc-block-components-product-metadata,.woocommerce-cart .wc-block-components-product-details,.woocommerce-cart .wc-block-components-product-details li,.woocommerce-cart .wc-block-components-product-details__name,.woocommerce-cart .wc-block-components-product-details__value{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;float:none!important}.woocommerce-cart .wc-block-components-product-details{display:grid!important;gap:3px!important}}.woocommerce-cart .wc-block-cart-item__prices{gap:4px!important;width:auto!important}.woocommerce-cart .wc-block-cart-item__prices .wc-block-components-product-price,.woocommerce-cart .wc-block-cart-item__prices .price{display:inline-flex!important;justify-content:flex-start!important;gap:0!important;width:auto!important;margin:0!important}@media (max-width:420px){.woocommerce-cart .wc-block-cart-items__row{grid-template-columns:96px minmax(0,1fr)!important;gap:10px 12px!important;padding:18px 0!important}.woocommerce-cart .wc-block-cart-item__image img,.woocommerce-cart .wc-block-components-product-image img{width:86px!important}.woocommerce-cart .wc-block-components-product-name{font-size:16px!important}.woocommerce-cart .wc-block-components-product-metadata,.woocommerce-cart .wc-block-components-product-details{font-size:11px!important}}@media (max-width:720px){.error-404-page{align-items:start;padding-top:44px}.error-404-hero{min-height:auto;display:flex;flex-direction:column-reverse;align-items:flex-start}.error-404-content h1{font-size:48px}.error-404-content p{font-size:16px}.error-404-actions,.error-404-search div{display:grid;grid-template-columns:1fr}.error-404-orbit{position:relative;inset:auto;width:min(74vw,320px);margin:34px auto 0;order:2}}.woocommerce-cart .wc-block-components-product-details li,.woocommerce-checkout .wc-block-components-product-details li{display:grid!important;gap:2px!important;margin:0 0 7px!important}.woocommerce-cart .wc-block-components-product-details__name,.woocommerce-cart .wc-block-components-product-details__value,.woocommerce-checkout .wc-block-components-product-details__name,.woocommerce-checkout .wc-block-components-product-details__value{display:block!important;float:none!important;max-width:100%!important;overflow-wrap:anywhere!important;white-space:normal!important}.woocommerce-checkout .wc-block-components-checkout-place-order-button{display:flex!important;justify-content:center!important;width:min(100%,420px)!important;margin:18px auto 0!important}.single-product-summary form.cart{margin-bottom:32px!important}.single-product-trust{margin-top:30px!important}.single-product-summary h1,.single-product-sticky-cart strong{font-weight:900!important}.product-card h3{font-weight:900!important;text-shadow:1.35px 0 0 currentColor,-.55px 0 0 currentColor,0 .8px 0 currentColor,0 -.25px 0 currentColor!important;-webkit-text-stroke:.48px currentColor!important}.single-product-sticky-cart{left:50%!important;right:auto!important;bottom:var(--sticky-cart-bottom,14px)!important;width:min(85vw,620px)!important;border:1px solid rgb(35 142 164 / .16)!important;background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(247 251 253 / .98)),#fff!important;transform:translate(-50%,18px)!important}.single-product-sticky-cart strong{color:#6722a0!important;font-size:18px!important;line-height:1.15!important}.single-product-sticky-cart.is-visible{opacity:1!important;pointer-events:auto!important;transform:translate(-50%,0)!important}.single-product-sticky-cart button{padding:0 22px!important;background:linear-gradient(90deg,var(--violet),var(--cyan))!important;box-shadow:0 12px 30px rgb(146 53 182 / .24)!important}.single-product-sticky-cart small{display:block!important;margin-top:3px!important;color:#762292!important;font-size:11px!important;font-weight:850!important;line-height:1.25!important}.single-product-sticky-cart.is-ready small{display:none!important}.single-product-sticky-cart.is-incomplete button{color:rgb(255 255 255 / .76)!important;background:linear-gradient(90deg,#887a9d,#6f7890)!important;box-shadow:0 8px 20px rgb(52 42 82 / .14)!important;cursor:not-allowed!important}html.night-mode{color-scheme:dark}html.night-mode,html.night-mode body{--text:#dbe7f4;--muted:#9ca9bb;--line:rgba(135,226,242,.16);--paper:#0c1020;color:var(--text);background:#070912}html.night-mode body{background:radial-gradient(circle at 20% 0,rgb(118 34 146 / .22),transparent 32rem),radial-gradient(circle at 85% 8%,rgb(35 142 164 / .2),transparent 30rem),linear-gradient(180deg,#060812,#0c1020 42%,#070912)}html.night-mode .site-header{background:rgb(7 9 18 / .86);border-bottom-color:rgb(135 226 242 / .14);box-shadow:0 10px 34px rgb(0 0 0 / .24)}html.night-mode .brand img{filter:none}html.night-mode .main-nav{color:#e7f2ff}html.night-mode .menu-toggle,html.night-mode .cart-link{color:#dff7ff;background:rgb(12 16 32 / .9);box-shadow:0 8px 24px rgb(0 0 0 / .28),0 0 0 1px rgb(135 226 242 / .14)}html.night-mode .menu-toggle span{background:#dff7ff}html.night-mode .nav-dropdown-menu,html.night-mode .cart-popover,html.night-mode .cart-popover::before{color:#dbe7f4;background:rgb(12 16 32 / .98);border-color:rgb(135 226 242 / .15);box-shadow:0 22px 54px rgb(0 0 0 / .4)}html.night-mode .nav-dropdown-menu a:hover,html.night-mode .free-shipping-meter,html.night-mode .cart-popover-item,html.night-mode .single-product-trust div,html.night-mode .product-info-card,html.night-mode .constellation-card,html.night-mode .blog-card,html.night-mode .faq-card,html.night-mode .contact-card{background:rgb(20 27 48 / .86)}html.night-mode .white-section,html.night-mode .products-section,html.night-mode .reviews-section,html.night-mode .mini-info,html.night-mode .instagram-section,html.night-mode .single-product-page,html.night-mode .single-product-shell,html.night-mode .single-product-media,html.night-mode .site-main.basic,html.night-mode .woocommerce-cart .site-main.basic,html.night-mode .woocommerce-checkout .site-main.basic,html.night-mode .blog-page,html.night-mode .faq-page,html.night-mode .contact-page{color:var(--text);background:transparent!important}html.night-mode .feature-text h2,html.night-mode .section-title,html.night-mode .product-card h3,html.night-mode .single-product-summary h1,html.night-mode .single-product-summary h2,html.night-mode .single-product-summary h3,html.night-mode .single-product-trust strong,html.night-mode .single-product-testimonials h2,html.night-mode .related-products-section h2,html.night-mode .woocommerce-cart .site-main.basic>h1,html.night-mode .woocommerce-checkout .site-main.basic>h1{color:#eef7ff!important}html.night-mode .feature-text p,html.night-mode .single-product-summary .woocommerce-product-details__short-description,html.night-mode .single-product-summary .product-description,html.night-mode .single-product-trust span,html.night-mode .single-product-testimonial p,html.night-mode .price,html.night-mode .cart-empty{color:#aebbd0!important}html.night-mode .product-card,html.night-mode .single-product-trust div,html.night-mode .single-product-story-copy,html.night-mode .single-product-testimonial,html.night-mode .woocommerce-cart .wc-block-cart__main,html.night-mode .woocommerce-cart .wp-block-woocommerce-cart-items-block,html.night-mode .woocommerce-cart .wp-block-woocommerce-cart-totals-block,html.night-mode .woocommerce-cart .wc-block-components-sidebar,html.night-mode .woocommerce-checkout .wc-block-components-sidebar,html.night-mode .woocommerce-checkout .wc-block-components-main{border-color:rgb(135 226 242 / .15)!important;background:rgb(12 16 32 / .72)!important;box-shadow:0 18px 42px rgb(0 0 0 / .24)}html.night-mode .product-image-link,html.night-mode .single-product-media{background:rgb(255 255 255 / .02)!important}html.night-mode .single-product-summary .quantity input,html.night-mode .single-product-summary .variations select,html.night-mode input,html.night-mode textarea,html.night-mode select,html.night-mode .wc-block-components-text-input input,html.night-mode .wc-block-components-textarea,html.night-mode .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input{color:#eef7ff!important;background:rgb(7 9 18 / .78)!important;border-color:rgb(135 226 242 / .18)!important}html.night-mode .single-product-summary .quantity input{color:#f7fcff!important;background:linear-gradient(180deg,rgb(16 24 44 / .96),rgb(9 14 28 / .96))!important;border-color:rgb(126 231 240 / .48)!important;box-shadow:0 0 0 1px rgb(126 231 240 / .12),0 10px 22px rgb(0 0 0 / .28)!important;-webkit-text-fill-color:#f7fcff!important}html.night-mode .single-product-summary .quantity input:hover,html.night-mode .single-product-summary .quantity input:focus{border-color:rgb(126 231 240 / .82)!important;box-shadow:0 0 0 3px rgb(126 231 240 / .16),0 12px 24px rgb(0 0 0 / .32)!important}html.night-mode .single-product-summary .single_add_to_cart_button,html.night-mode .small-button,html.night-mode .button-primary,html.night-mode .nav-cta,html.night-mode .cart-popover-action,html.night-mode .woocommerce-cart .wc-block-components-button,html.night-mode .woocommerce-cart .wc-block-cart__submit-button,html.night-mode .woocommerce-checkout .wc-block-components-checkout-place-order-button{color:#fff!important;background:linear-gradient(90deg,var(--violet),var(--cyan))!important;box-shadow:0 14px 34px rgb(35 142 164 / .22)!important}html.night-mode .product-card .small-button:hover,html.night-mode .product-card .small-button:focus-visible,html.night-mode .single-product-summary .single_add_to_cart_button:hover{background:#762292!important}html.night-mode .woocommerce-cart .wc-block-cart-items__row,html.night-mode .woocommerce-cart .cart-popover-item,html.night-mode .single-product-trust{border-color:rgb(135 226 242 / .15)!important}html.night-mode .service-band{background:linear-gradient(180deg,rgb(8 12 26 / .94),rgb(12 18 36 / .9))!important}html.night-mode .service-row,html.night-mode .service-row strong,html.night-mode .service-card svg{color:#edf8ff!important}html.night-mode .service-row span{color:#b8c6d8!important}html.night-mode .nav-dropdown-toggle,html.night-mode .main-nav a,html.night-mode .nav-dropdown-menu a{color:#eaf7ff!important}html.night-mode .nav-dropdown-menu a:hover{color:#fff!important;background:linear-gradient(90deg,rgb(118 34 146 / .62),rgb(35 142 164 / .5))!important}html.night-mode .cart-popover h3,html.night-mode .cart-popover-item-title,html.night-mode .cart-popover-item-price,html.night-mode .cart-popover-total,html.night-mode .single-product-section-head h2,html.night-mode .single-product-testimonial-grid strong,html.night-mode .single-product-faq-list summary,html.night-mode .faq-intro h2,html.night-mode .faq-contact h2,html.night-mode .faq-item summary{color:#f2f9ff!important}html.night-mode .single-product-section-head span,html.night-mode .faq-intro p,html.night-mode .faq-item p,html.night-mode .single-product-section-head p,html.night-mode .single-product-testimonial-grid p,html.night-mode .single-product-faq-list p,html.night-mode .wc-block-components-product-metadata,html.night-mode .wc-block-components-product-details,html.night-mode .wc-block-components-product-details li,html.night-mode .wc-block-components-product-details__name,html.night-mode .wc-block-components-product-details__value,html.night-mode .wc-block-components-totals-item__label,html.night-mode .wc-block-components-totals-item__value,html.night-mode .wc-block-components-formatted-money-amount,html.night-mode .wc-block-formatted-money-amount{color:#b9c8da!important}html.night-mode .single-product-testimonials,html.night-mode .single-product-testimonial-grid article,html.night-mode .single-product-faq-list details,html.night-mode .faq-content,html.night-mode .faq-item,html.night-mode .occasion-grid span,html.night-mode .woocommerce-cart .wc-block-cart-items__row,html.night-mode .woocommerce-cart .wc-block-cart-item__wrap,html.night-mode .woocommerce-checkout .wc-block-components-checkout-step,html.night-mode .woocommerce-checkout .wc-block-components-order-summary,html.night-mode .woocommerce-checkout .wc-block-components-panel,html.night-mode .woocommerce-checkout .wc-block-components-radio-control,html.night-mode .woocommerce-checkout .wc-block-components-totals-wrapper{border-color:rgb(135 226 242 / .16)!important;background:rgb(12 16 32 / .78)!important;color:#dbe7f4!important}html.night-mode .woocommerce-cart,html.night-mode .woocommerce-checkout,html.night-mode .woocommerce-cart .site-main.basic,html.night-mode .woocommerce-checkout .site-main.basic,html.night-mode .woocommerce-cart table,html.night-mode .woocommerce-checkout table,html.night-mode .woocommerce-cart label,html.night-mode .woocommerce-checkout label,html.night-mode .woocommerce-cart .wc-block-components-title,html.night-mode .woocommerce-checkout .wc-block-components-title,html.night-mode .woocommerce-cart .wc-block-components-product-name,html.night-mode .woocommerce-checkout .wc-block-components-product-name,html.night-mode .woocommerce-cart .wc-block-components-checkout-step__title,html.night-mode .woocommerce-checkout .wc-block-components-checkout-step__title,html.night-mode .woocommerce-checkout .wc-block-components-order-summary__button-text,html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item__total-price{color:#eef7ff!important}html.night-mode .woocommerce-cart p,html.night-mode .woocommerce-cart span,html.night-mode .woocommerce-checkout p,html.night-mode .woocommerce-checkout span,html.night-mode .woocommerce-checkout .wc-block-components-radio-control__label,html.night-mode .woocommerce-checkout .wc-block-components-checkbox__label,html.night-mode .woocommerce-checkout .wc-block-components-address-card__address-section,html.night-mode .woocommerce-checkout .wc-block-components-checkout-step__description,html.night-mode .woocommerce-checkout .wc-block-components-validation-error,html.night-mode .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,html.night-mode .woocommerce-cart .wc-block-components-totals-coupon-link,html.night-mode .woocommerce-checkout .wc-block-components-totals-coupon-link{color:#c7d6e7!important}html.night-mode .woocommerce-cart strong,html.night-mode .woocommerce-checkout strong,html.night-mode .woocommerce-cart b,html.night-mode .woocommerce-checkout b{color:#f2f9ff!important}html.night-mode .woocommerce-cart a,html.night-mode .woocommerce-checkout a{color:#8ce9f4!important}html.night-mode .woocommerce-cart input,html.night-mode .woocommerce-cart textarea,html.night-mode .woocommerce-cart select,html.night-mode .woocommerce-checkout input,html.night-mode .woocommerce-checkout textarea,html.night-mode .woocommerce-checkout select,html.night-mode .contact-band-page .contact-form input,html.night-mode .contact-band-page .contact-form textarea,html.night-mode .spca-fields input,html.night-mode .spca-fields textarea,html.night-mode .spca-fields select{color:#f1f8ff!important;background:rgb(6 9 20 / .88)!important;border-color:rgb(135 226 242 / .22)!important}html.night-mode .woocommerce-cart::placeholder,html.night-mode .woocommerce-checkout::placeholder,html.night-mode .contact-band-page::placeholder,html.night-mode .spca-fields::placeholder{color:#8797aa!important}html.night-mode .spca-fields,html.night-mode .spca-fields label,html.night-mode .spca-fields span,html.night-mode .spca-fields p,html.night-mode .spca-fields .spca-field-title{color:#dbe7f4!important}html.night-mode .product-card:hover .price,html.night-mode .product-card:focus-within .price{color:#f6fbff!important}html.night-mode .blog-main,html.night-mode .single-blog-main,html.night-mode .single-blog-article,html.night-mode.single-post .site-main,html.night-mode body.single-post,html.night-mode body.blog,html.night-mode body.page-template-blog-page{color:#dbe7f4!important;background:radial-gradient(circle at 18% 0,rgb(118 34 146 / .2),transparent 30rem),radial-gradient(circle at 82% 6%,rgb(35 142 164 / .18),transparent 28rem),linear-gradient(180deg,#070912,#0c1020 44%,#070912)!important}html.night-mode .single-blog-content,html.night-mode .single-blog-content p,html.night-mode .single-blog-content li,html.night-mode .single-blog-content ul,html.night-mode .single-blog-content ol,html.night-mode .single-blog-content .stk-block-text,html.night-mode .single-blog-content .stk-block-text__text{color:#c8d7e8!important}html.night-mode .single-blog-content h1,html.night-mode .single-blog-content h2,html.night-mode .single-blog-content h3,html.night-mode .single-blog-content h4,html.night-mode .blog-empty h2,html.night-mode .single-blog-content .stk-heading,html.night-mode .single-blog-content .stk-heading__text{color:#f3f9ff!important}html.night-mode .single-blog-content a,html.night-mode .blog-read-more{color:#8ce9f4!important}html.night-mode .single-blog-content>.has-white-color,html.night-mode .single-blog-content p.has-white-color,html.night-mode .single-blog-content h1.has-white-color,html.night-mode .single-blog-content h2.has-white-color,html.night-mode .single-blog-content h3.has-white-color{color:#f3f9ff!important}html.night-mode .single-blog-content .wp-block-stackable-columns,html.night-mode .single-blog-content .wp-block-stackable-feature,html.night-mode .single-blog-content .wp-block-stackable-table-of-contents,html.night-mode .single-blog-content .stk-container,html.night-mode .single-blog-content .stk-block-card,html.night-mode .single-blog-content .stk-block-column__content{border-color:rgb(135 226 242 / .16)!important;background:rgb(12 16 32 / .78)!important;color:#dbe7f4!important;box-shadow:0 18px 42px rgb(0 0 0 / .26)!important}html.night-mode .single-blog-content .wp-block-stackable-hero,html.night-mode .single-blog-content .wp-block-stackable-hero .stk-container,html.night-mode .single-blog-hero-imported,html.night-mode .single-blog-hero-imported .wp-block-stackable-hero,html.night-mode .single-blog-hero-imported .stk-container{background:linear-gradient(90deg,rgb(5 9 24 / .88),rgb(8 18 42 / .74)),url(/wp-content/uploads/2023/05/ezgif.com-gif-maker-13.webp) center / cover no-repeat!important;color:#fff!important}html.night-mode .single-blog-content .stk-table-of-contents__title,html.night-mode .single-blog-content .wp-block-stackable-table-of-contents a{color:#eaf7ff!important}html.night-mode body.single-post,html.night-mode body.single-post .site-main,html.night-mode body.single-post .single-blog-main,html.night-mode body.single-post .single-blog-article,html.night-mode body.single-post .single-blog-content{color:#dbe7f4!important;background:radial-gradient(circle at 18% 0,rgb(118 34 146 / .2),transparent 30rem),radial-gradient(circle at 82% 6%,rgb(35 142 164 / .18),transparent 28rem),linear-gradient(180deg,#070912,#0c1020 44%,#070912)!important}html.night-mode body.single-post .single-blog-content .has-background,html.night-mode body.single-post .single-blog-content .has-white-background-color,html.night-mode body.single-post .single-blog-content [style*="background-color"],html.night-mode body.single-post .single-blog-content [style*="background:"]{border-color:rgb(135 226 242 / .16)!important;background:rgb(12 16 32 / .78)!important;color:#dbe7f4!important}html.night-mode body.single-post .single-blog-content .wp-block-stackable-hero,html.night-mode body.single-post .single-blog-content .wp-block-stackable-hero [style*="background"]{background:linear-gradient(90deg,rgb(5 9 24 / .88),rgb(8 18 42 / .74)),url(/wp-content/uploads/2023/05/ezgif.com-gif-maker-13.webp) center / cover no-repeat!important;color:#fff!important}html.night-mode body.single-post .single-blog-content p,html.night-mode body.single-post .single-blog-content li,html.night-mode body.single-post .single-blog-content span,html.night-mode body.single-post .single-blog-content div{color:#c8d7e8!important}html.night-mode body.single-post .single-blog-content h1,html.night-mode body.single-post .single-blog-content h2,html.night-mode body.single-post .single-blog-content h3,html.night-mode body.single-post .single-blog-content h4,html.night-mode body.single-post .single-blog-content strong{color:#f3f9ff!important}html.night-mode .blog-empty p,html.night-mode .blog-pagination .page-numbers{color:#c8d7e8!important}html.night-mode .blog-pagination .page-numbers{border-color:rgb(135 226 242 / .2)!important;background:rgb(12 16 32 / .72)!important}html.night-mode .blog-pagination .current,html.night-mode .blog-pagination a:hover{color:#fff!important;background:linear-gradient(90deg,var(--violet),var(--cyan))!important}html.night-mode .single-product-price,html.night-mode .single-product-summary .variations th,html.night-mode .single-product-summary .label,html.night-mode .single-product-summary label,html.night-mode .single-product-summary .value,html.night-mode .single-product-summary .reset_variations{color:#f7fcff!important}html.night-mode .single-product-summary .variations td,html.night-mode .single-product-summary .variations td span,html.night-mode .single-product-summary .variations td label{color:#dbe7f4!important}html.night-mode .single-product-summary .variations td button,html.night-mode .single-product-summary .variations td a,html.night-mode .single-product-summary .variations td .button,html.night-mode .single-product-summary .variations td [role="button"],html.night-mode .single-product-summary .variations td .variable-item,html.night-mode .single-product-summary .variations td .swatch,html.night-mode .single-product-summary .variations td .swatch-wrapper{color:#eef7ff!important;background:rgb(13 18 34 / .92)!important;border-color:rgb(135 226 242 / .34)!important;box-shadow:0 0 0 1px rgb(135 226 242 / .08),0 8px 18px rgb(0 0 0 / .18)!important}html.night-mode .single-product-summary .variations td button:hover,html.night-mode .single-product-summary .variations td button:focus-visible,html.night-mode .single-product-summary .variations td a:hover,html.night-mode .single-product-summary .variations td a:focus-visible,html.night-mode .single-product-summary .variations td [role="button"]:hover,html.night-mode .single-product-summary .variations td [role="button"]:focus-visible,html.night-mode .single-product-summary .variations td .selected,html.night-mode .single-product-summary .variations td .active,html.night-mode .single-product-summary .variations td .is-selected,html.night-mode .single-product-summary .variations td .is-active,html.night-mode .single-product-summary .variations td [aria-checked="true"],html.night-mode .single-product-summary .variations td [aria-selected="true"],html.night-mode .single-product-summary .variations td input:checked+label,html.night-mode .single-product-summary .variations td input:checked+span,html.night-mode .single-product-summary .variations td input:checked+button,html.night-mode .single-product-summary .variations td .variable-item.selected,html.night-mode .single-product-summary .variations td .variable-item.selected button,html.night-mode .single-product-summary .variations td .variable-item.selected a,html.night-mode .single-product-summary .variations td .variable-item.selected .variable-item-contents,html.night-mode .single-product-summary .variations td .variable-item.selected .variable-item-span,html.night-mode .single-product-summary .variations td .variable-item[aria-checked="true"],html.night-mode .single-product-summary .variations td .variable-item[aria-selected="true"],html.night-mode .single-product-summary .variations td .variable-item.selected span{color:#fff!important;background:linear-gradient(135deg,rgb(118 34 146 / .84),rgb(35 142 164 / .76))!important;border-color:rgb(126 231 240 / .74)!important;box-shadow:0 0 0 1px rgb(126 231 240 / .26),0 12px 24px rgb(0 0 0 / .24)!important}html.night-mode .single-product-summary .variations td img{background:transparent!important}html.night-mode .single-product-price::before,html.night-mode .single-product-summary .woocommerce-variation-price .price,html.night-mode .single-product-summary .woocommerce-variation-price .price::before{color:#f3f9ff!important}html.night-mode .single-product-summary .woocommerce-variation-price .price,html.night-mode .single-product-summary .woocommerce-variation-price .amount,html.night-mode .single-product-summary .woocommerce-variation-price bdi{color:#f3f9ff!important;-webkit-text-fill-color:#f3f9ff!important}html.night-mode .single-product-summary .product-description,html.night-mode .single-product-summary .woocommerce-product-details__short-description,html.night-mode .single-product-story-copy p,html.night-mode .single-tab-panel,html.night-mode .single-tab-panel p,html.night-mode .single-tab-panel li,html.night-mode .single-tab-panel td{color:#c8d7e8!important}html.night-mode .single-tab-list{border-color:rgb(135 226 242 / .16)!important}html.night-mode .single-tab-list a{color:#b9c8da!important}html.night-mode .single-tab-list a.is-active,html.night-mode .single-tab-list a:hover{color:#8ce9f4!important}html.night-mode .single-product-story-copy,html.night-mode .single-tab-panel table,html.night-mode .single-tab-panel th,html.night-mode .single-tab-panel td{border-color:rgb(135 226 242 / .16)!important}html.night-mode .spca-field-gift_message,html.night-mode .spca-gift-choice{border-color:rgb(135 226 242 / .2)!important;background:rgb(12 16 32 / .82)!important;color:#dbe7f4!important}html.night-mode .spca-gift-choice input{accent-color:var(--cyan)}html.night-mode .spca-gift-choice span,html.night-mode .spca-gift-choice strong,html.night-mode .spca-gift-choice label{color:#eaf7ff!important}html.night-mode .spca-field input::placeholder,html.night-mode .spca-field textarea::placeholder{color:#9ca9bb!important}html.night-mode .main-nav a:hover,html.night-mode .main-nav a:focus-visible,html.night-mode .nav-dropdown-toggle:hover,html.night-mode .nav-dropdown-toggle:focus-visible{color:#7fe7f0!important}html.night-mode .contact-band-page,html.night-mode .contact-band-page::before,html.night-mode .contact-band-page .contact-grid{color:#dbe7f4!important;background:radial-gradient(circle at 14% 0,rgb(118 34 146 / .22),transparent 28rem),radial-gradient(circle at 85% 10%,rgb(35 142 164 / .2),transparent 26rem),linear-gradient(180deg,#070912,#0c1020)!important}html.night-mode .contact-band-page .contact-grid h2,html.night-mode .contact-band-page .contact-list,html.night-mode .blog-card-body h2,html.night-mode .blog-card-body h2 a{color:#f2f9ff!important}html.night-mode .contact-band-page .contact-copy p,html.night-mode .blog-card-body time,html.night-mode .blog-card-body p{color:#b9c8da!important}html.night-mode .contact-band-page .social-links a{color:#eaf7ff!important;background:rgb(15 22 42 / .92)!important;border-color:rgb(135 226 242 / .16)!important;box-shadow:0 14px 30px rgb(0 0 0 / .24)!important}html.night-mode .contact-band-page .social-links a:hover,html.night-mode .contact-band-page .social-links a:focus-visible{color:#fff!important;background:linear-gradient(90deg,var(--violet),var(--cyan))!important}html.night-mode .blog-page{background:radial-gradient(circle at 16% 0,rgb(118 34 146 / .18),transparent 28rem),radial-gradient(circle at 82% 8%,rgb(35 142 164 / .16),transparent 26rem),linear-gradient(180deg,#070912,#0c1020)!important}html.night-mode .blog-card{border-color:rgb(135 226 242 / .16)!important;background:rgb(12 16 32 / .82)!important;box-shadow:0 18px 42px rgb(0 0 0 / .26)!important}html.night-mode .blog-card-media{background:rgb(6 9 20 / .86)!important}html.night-mode .woocommerce-cart .wc-block-components-quantity-selector{overflow:hidden!important;border-color:rgb(190 92 238 / .9)!important;background:rgb(13 18 34 / .94)!important}html.night-mode .woocommerce-cart .wc-block-cart-item__prices::before{color:#eef7ff!important;-webkit-text-fill-color:#eef7ff!important}html.night-mode .woocommerce-cart .wc-block-cart-item__prices,html.night-mode .woocommerce-cart .wc-block-cart-item__prices .price,html.night-mode .woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-price,html.night-mode .woocommerce-cart .wc-block-cart-item__product .wc-block-formatted-money-amount,html.night-mode .woocommerce-cart .wc-block-cart-item__total .wc-block-components-product-price,html.night-mode .woocommerce-cart .wc-block-cart-item__total .wc-block-formatted-money-amount{color:#fff!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:#fff!important}html.night-mode .woocommerce-cart .wc-block-cart-item__quantity{border-top-color:rgb(135 226 242 / .16)!important}html.night-mode .woocommerce-cart .wc-block-components-quantity-selector input,html.night-mode .woocommerce-cart .wc-block-components-quantity-selector__input{color:#f4fbff!important;background:rgb(13 18 34 / .94)!important;border-color:rgb(135 226 242 / .14)!important;-webkit-text-fill-color:#f4fbff!important}html.night-mode .woocommerce-cart .wc-block-components-quantity-selector button,html.night-mode .woocommerce-cart .wc-block-components-quantity-selector__button{color:#eaf7ff!important;background:rgb(27 35 58 / .96)!important;border-color:rgb(135 226 242 / .14)!important}html.night-mode .woocommerce-cart .wc-block-components-quantity-selector button:hover,html.night-mode .woocommerce-cart .wc-block-components-quantity-selector__button:hover{color:#fff!important;background:linear-gradient(135deg,var(--violet),var(--cyan))!important}html.night-mode .woocommerce-cart .wc-block-cart-item__remove-link,html.night-mode .woocommerce-cart .wc-block-components-chip button{color:#bceff8!important}html.night-mode .woocommerce-cart .wc-block-cart-item__remove-link:hover,html.night-mode .woocommerce-cart .wc-block-components-chip button:hover{color:#fff!important}html.night-mode .woocommerce-checkout .wc-block-components-radio-control__option,html.night-mode .woocommerce-checkout .wc-block-components-checkbox,html.night-mode .woocommerce-checkout .wc-block-components-address-card,html.night-mode .woocommerce-checkout .wc-block-components-shipping-rates-control__package,html.night-mode .woocommerce-checkout .wc-block-components-local-pickup-rates-control__package{border-color:rgb(135 226 242 / .16)!important;background:rgb(8 12 26 / .78)!important;color:#dbe7f4!important}html.night-mode .woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option{border-color:rgb(135 226 242 / .16)!important;background:rgb(8 12 26 / .78)!important}html.night-mode .woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-content{color:#c7d6e7!important;background:transparent!important}html.night-mode .woocommerce-checkout .wc-block-components-checkbox input[type="checkbox"],html.night-mode .woocommerce-checkout .wc-block-components-checkbox__input,html.night-mode .woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__input{accent-color:#7fe7f0;border-color:rgb(126 231 240 / .72)!important;background-color:rgb(8 12 26 / .88)!important}html.night-mode .woocommerce-checkout .wc-block-components-checkbox input[type="checkbox"]:checked,html.night-mode .woocommerce-checkout .wc-block-components-checkbox__input:checked,html.night-mode .woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control__input:checked{box-shadow:0 0 0 3px rgb(126 231 240 / .18)!important}html.night-mode .woocommerce-checkout .wc-block-components-radio-control__option-checked,html.night-mode .woocommerce-checkout .wc-block-components-radio-control__option--checked,html.night-mode .woocommerce-checkout .wc-block-components-radio-control__option.is-checked,html.night-mode .woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option--checked-option-highlighted,html.night-mode .woocommerce-checkout .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-option:has(input:checked),html.night-mode .woocommerce-checkout .wc-block-components-address-card.is-selected,html.night-mode .woocommerce-checkout .checkout-contact-choice.is-selected{border-color:rgb(126 231 240 / .72)!important;background:linear-gradient(135deg,rgb(118 34 146 / .28),rgb(35 142 164 / .24)),rgb(11 17 32 / .96)!important;box-shadow:0 0 0 1px rgb(126 231 240 / .34),0 14px 34px rgb(0 0 0 / .24)!important}html.night-mode .woocommerce-checkout input:focus,html.night-mode .woocommerce-checkout textarea:focus,html.night-mode .woocommerce-checkout select:focus,html.night-mode .woocommerce-cart input:focus,html.night-mode .woocommerce-cart textarea:focus,html.night-mode .woocommerce-cart select:focus{border-color:rgb(126 231 240 / .78)!important;background:linear-gradient(135deg,rgb(118 34 146 / .14),rgb(35 142 164 / .12)),rgb(8 12 26 / .96)!important;box-shadow:0 0 0 3px rgb(126 231 240 / .16)!important}@media (max-width:640px){.small-button{width:min(440px,calc(100% - 32px))}}.woocommerce-cart .wc-block-components-product-details,.woocommerce-checkout .wc-block-components-product-details,.woocommerce-cart .wc-block-components-product-metadata,.woocommerce-checkout .wc-block-components-product-metadata{display:grid!important;gap:4px!important}.woocommerce-cart .wc-block-components-product-details li,.woocommerce-checkout .wc-block-components-product-details li{display:grid!important;grid-template-columns:max-content minmax(0,1fr);gap:5px;align-items:baseline;width:100%;margin:0!important;padding:0!important;border:0!important;white-space:normal!important;overflow-wrap:anywhere!important}.woocommerce-cart .wc-block-components-product-details__name,.woocommerce-cart .wc-block-components-product-details__value,.woocommerce-checkout .wc-block-components-product-details__name,.woocommerce-checkout .wc-block-components-product-details__value{display:inline!important;float:none!important;width:auto!important;max-width:100%!important;margin:0!important;white-space:normal!important;overflow-wrap:anywhere!important}.woocommerce-cart .wc-block-components-product-details__name,.woocommerce-checkout .wc-block-components-product-details__name{font-weight:500!important}.woocommerce-cart .wc-block-components-product-details__value,.woocommerce-checkout .wc-block-components-product-details__value{font-weight:750!important}.woocommerce-checkout .checkout-contact-choice-grid{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:7px}.woocommerce-checkout .checkout-contact-choice{display:inline-flex;width:auto;min-width:92px;min-height:34px;align-items:center;justify-content:center;padding:7px 12px;font-size:12px;line-height:1}.woocommerce-checkout .checkout-contact-value-wrap:not(.is-open),.woocommerce-checkout .checkout-contact-value-wrap[hidden]{display:none!important}.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price,.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price .amount,.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price bdi,.woocommerce-checkout .wc-block-components-order-summary-item .woocommerce-Price-amount,.woocommerce-checkout .wc-block-components-order-summary-item .woocommerce-Price-currencySymbol,.woocommerce-checkout .wc-block-components-order-summary-item span,.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-formatted-money-amount,.woocommerce-checkout .wc-block-components-order-summary-item .sazvezdje-price-label{color:#1f2d42!important;-webkit-text-fill-color:#1f2d42!important}html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-name,html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price,html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price .amount,html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price bdi,html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item .woocommerce-Price-amount,html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item .woocommerce-Price-currencySymbol,html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item span,html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item .wc-block-formatted-money-amount,html.night-mode .woocommerce-checkout .wc-block-components-order-summary-item .sazvezdje-price-label{color:#eef7ff!important;-webkit-text-fill-color:#eef7ff!important}.woocommerce-checkout .wc-block-components-checkout-place-order-button{width:min(300px,100%)!important;max-width:300px!important;justify-self:center!important;margin-left:auto!important;margin-right:auto!important}html.night-mode body.single-post,html.night-mode body.single-post .site-main,html.night-mode body.single-post .single-blog-main,html.night-mode body.single-post article.single-blog-article,html.night-mode body.single-post .single-blog-content,html.night-mode body.single-post .single-blog-content>*,html.night-mode body.single-post .single-blog-content .wp-block-group,html.night-mode body.single-post .single-blog-content .wp-block-columns,html.night-mode body.single-post .single-blog-content .wp-block-column,html.night-mode body.single-post .single-blog-content .wp-block-stackable-columns,html.night-mode body.single-post .single-blog-content .wp-block-stackable-feature,html.night-mode body.single-post .single-blog-content .stk-block,html.night-mode body.single-post .single-blog-content .stk-container,html.night-mode body.single-post .single-blog-content .stk-block-content,html.night-mode body.single-post .single-blog-content .stk-column-wrapper,html.night-mode body.single-post .single-blog-content .stk-inner-blocks{background-color:transparent!important;color:#dbe7f4!important}html.night-mode body.single-post .single-blog-main{background:radial-gradient(circle at 18% 0,rgb(118 34 146 / .2),transparent 30rem),radial-gradient(circle at 82% 6%,rgb(35 142 164 / .18),transparent 28rem),linear-gradient(180deg,#070912,#0c1020 44%,#070912)!important}@media (max-width:520px){.woocommerce-cart .wc-block-components-product-details li,.woocommerce-checkout .wc-block-components-product-details li{grid-template-columns:1fr;gap:1px}.woocommerce-checkout .checkout-contact-choice-grid{justify-content:flex-start}}@media (max-width:860px){html.night-mode .main-nav{background:rgb(7 9 18 / .98);border-bottom-color:rgb(135 226 242 / .14);box-shadow:0 20px 44px rgb(0 0 0 / .38)}}body.single-post .single-blog-content .constellation-post-intro,body.single-post .single-blog-content .constellation-post-panel,body.single-post .single-blog-content .constellation-post-cta,body.single-post .single-blog-content .constellation-post-faq,body.single-post .single-blog-content .constellation-feature-grid,body.single-post .single-blog-content .constellation-list,body.single-post .single-blog-content .constellation-image-strip,body.single-post .single-blog-content .constellation-zodiac-grid,body.single-post .single-blog-content .constellation-all-grid,body.single-post .single-blog-content .zodiac-quick-answer,body.single-post .single-blog-content .zodiac-faq,body.single-post .single-blog-content [class*="constellation-"],body.single-post .single-blog-content [class*="zodiac-"]{border-color:var(--blog-border)!important;background:var(--blog-panel)!important;color:var(--blog-text)!important}body.single-post .single-blog-content .constellation-feature-grid article,body.single-post .single-blog-content .constellation-zodiac-grid figure,body.single-post .single-blog-content .constellation-all-grid figure,body.single-post .single-blog-content .constellation-post-faq details,body.single-post .single-blog-content .zodiac-faq details{border-color:var(--blog-border)!important;background:var(--blog-card)!important;color:var(--blog-text)!important}body.single-post .single-blog-content .constellation-post-faq summary,body.single-post .single-blog-content .zodiac-faq summary,body.single-post .single-blog-content details summary{color:var(--blog-heading)!important}body.single-post .single-blog-content .sazvezdje-blog-button,body.single-post .single-blog-content .wp-block-button__link,body.single-post .single-blog-content .stk-button,body.single-post .single-blog-content a[class*="button"]{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:0!important;border-radius:6px;padding:0 22px;color:#fff!important;background:linear-gradient(90deg,var(--violet),var(--cyan))!important;font-weight:950;text-decoration:none!important;box-shadow:0 14px 28px rgb(35 142 164 / .18)!important}body.single-post .single-blog-content .sazvezdje-blog-button:hover,body.single-post .single-blog-content .sazvezdje-blog-button:focus-visible,body.single-post .single-blog-content .wp-block-button__link:hover,body.single-post .single-blog-content .wp-block-button__link:focus-visible,body.single-post .single-blog-content .stk-button:hover,body.single-post .single-blog-content .stk-button:focus-visible,body.single-post .single-blog-content a[class*="button"]:hover,body.single-post .single-blog-content a[class*="button"]:focus-visible{color:#fff!important;background:#762292!important;transform:translateY(-1px)}html.night-mode body.single-post .single-blog-content .constellation-post-intro,html.night-mode body.single-post .single-blog-content .constellation-post-panel,html.night-mode body.single-post .single-blog-content .constellation-post-cta,html.night-mode body.single-post .single-blog-content .constellation-post-faq,html.night-mode body.single-post .single-blog-content .constellation-feature-grid,html.night-mode body.single-post .single-blog-content .constellation-list,html.night-mode body.single-post .single-blog-content .constellation-image-strip,html.night-mode body.single-post .single-blog-content .constellation-zodiac-grid,html.night-mode body.single-post .single-blog-content .constellation-all-grid,html.night-mode body.single-post .single-blog-content .zodiac-quick-answer,html.night-mode body.single-post .single-blog-content .zodiac-faq,html.night-mode body.single-post .single-blog-content [class*="constellation-"],html.night-mode body.single-post .single-blog-content [class*="zodiac-"],html.night-mode body.single-post .single-blog-content section,html.night-mode body.single-post .single-blog-content article{border-color:var(--blog-border)!important;background:var(--blog-panel)!important;color:var(--blog-text)!important}html.night-mode body.single-post .single-blog-content .constellation-feature-grid article,html.night-mode body.single-post .single-blog-content .constellation-zodiac-grid figure,html.night-mode body.single-post .single-blog-content .constellation-all-grid figure,html.night-mode body.single-post .single-blog-content .constellation-post-faq details,html.night-mode body.single-post .single-blog-content .zodiac-faq details,html.night-mode body.single-post .single-blog-content details,html.night-mode body.single-post .single-blog-content figure{border-color:var(--blog-border)!important;background:var(--blog-card)!important;color:var(--blog-text)!important}html.night-mode body.single-post .single-blog-content .constellation-post-faq summary,html.night-mode body.single-post .single-blog-content .zodiac-faq summary,html.night-mode body.single-post .single-blog-content details summary{color:var(--blog-heading)!important}body.single-post{--blog-page-bg:#fff;--blog-surface:#fff;--blog-panel:#f7fbfd;--blog-card:#fff;--blog-border:rgba(35,142,164,.16);--blog-heading:#1b2032;--blog-text:#445269;--blog-muted:#657185;--blog-link:#4a347c}body.single-post .single-blog-main,body.single-post .single-blog-article,body.single-post .single-blog-content{background:var(--blog-page-bg)!important;color:var(--blog-text)!important}body.single-post .single-blog-content h1,body.single-post .single-blog-content h2,body.single-post .single-blog-content h3,body.single-post .single-blog-content h4,body.single-post .single-blog-content strong{color:var(--blog-heading)!important}body.single-post .single-blog-content p,body.single-post .single-blog-content li,body.single-post .single-blog-content figcaption,body.single-post .single-blog-content small{color:var(--blog-text)!important}body.single-post .single-blog-content a:not(.sazvezdje-blog-button){color:var(--blog-link)!important}body.single-post .single-blog-content .wp-block-group,body.single-post .single-blog-content .wp-block-columns,body.single-post .single-blog-content .wp-block-stackable-feature,body.single-post .single-blog-content .wp-block-stackable-table-of-contents,body.single-post .single-blog-content .stk-block-card,body.single-post .single-blog-content .stk-container,body.single-post .single-blog-content .has-background,body.single-post .single-blog-content [style*="background-color"],body.single-post .single-blog-content [style*="background:"],body.single-post .constellation-post-intro,body.single-post .constellation-post-panel,body.single-post .constellation-post-cta,body.single-post .constellation-post-faq,body.single-post .zodiac-quick-answer,body.single-post .zodiac-faq{border-color:var(--blog-border)!important;background:var(--blog-panel)!important;color:var(--blog-text)!important}body.single-post .constellation-feature-grid article,body.single-post .constellation-zodiac-grid figure,body.single-post .constellation-all-grid figure,body.single-post .constellation-text-card,body.single-post .zodiac-sign-grid span,body.single-post .constellation-post-faq details,body.single-post .zodiac-faq details{border-color:var(--blog-border)!important;background:var(--blog-card)!important;color:var(--blog-text)!important}body.single-post .single-blog-content .wp-block-stackable-hero,body.single-post .single-blog-content .wp-block-stackable-hero .stk-container{background:linear-gradient(90deg,rgb(5 9 24 / .82),rgb(8 18 42 / .68)),url(/wp-content/uploads/2023/05/ezgif.com-gif-maker-13.webp) center / cover no-repeat!important;color:#fff!important}body.single-post .single-blog-content .wp-block-stackable-hero h1,body.single-post .single-blog-content .wp-block-stackable-hero h2,body.single-post .single-blog-content .wp-block-stackable-hero p,body.single-post .single-blog-content .wp-block-stackable-hero span{color:#fff!important}html.night-mode body.single-post{--blog-page-bg:radial-gradient(circle at 18% 0,rgba(118,34,146,.2),transparent 30rem),radial-gradient(circle at 82% 6%,rgba(35,142,164,.18),transparent 28rem),linear-gradient(180deg,#070912,#0c1020 44%,#070912);--blog-surface:rgba(7,9,18,.96);--blog-panel:rgba(12,16,32,.82);--blog-card:rgba(15,22,42,.88);--blog-border:rgba(135,226,242,.16);--blog-heading:#f3f9ff;--blog-text:#c8d7e8;--blog-muted:#9fb0c4;--blog-link:#8ce9f4}html.night-mode body.single-post .single-blog-main,html.night-mode body.single-post .single-blog-article,html.night-mode body.single-post .single-blog-content{background:var(--blog-page-bg)!important;color:var(--blog-text)!important}html.night-mode body.single-post .single-blog-content .wp-block-group,html.night-mode body.single-post .single-blog-content .wp-block-columns,html.night-mode body.single-post .single-blog-content .wp-block-column,html.night-mode body.single-post .single-blog-content .wp-block-stackable-columns,html.night-mode body.single-post .single-blog-content .wp-block-stackable-feature,html.night-mode body.single-post .single-blog-content .wp-block-stackable-table-of-contents,html.night-mode body.single-post .single-blog-content .stk-block,html.night-mode body.single-post .single-blog-content .stk-container,html.night-mode body.single-post .single-blog-content .stk-block-content,html.night-mode body.single-post .single-blog-content .stk-column-wrapper,html.night-mode body.single-post .single-blog-content .stk-inner-blocks,html.night-mode body.single-post .single-blog-content .has-background,html.night-mode body.single-post .single-blog-content .has-white-background-color,html.night-mode body.single-post .single-blog-content [style*="background-color"],html.night-mode body.single-post .single-blog-content [style*="background:"]{border-color:var(--blog-border)!important;background:var(--blog-panel)!important;color:var(--blog-text)!important}html.night-mode body.single-post .constellation-feature-grid article,html.night-mode body.single-post .constellation-zodiac-grid figure,html.night-mode body.single-post .constellation-all-grid figure,html.night-mode body.single-post .constellation-text-card,html.night-mode body.single-post .zodiac-sign-grid span,html.night-mode body.single-post .constellation-post-faq details,html.night-mode body.single-post .zodiac-faq details{border-color:var(--blog-border)!important;background:var(--blog-card)!important;color:var(--blog-text)!important}html.night-mode body.single-post .single-blog-content h1,html.night-mode body.single-post .single-blog-content h2,html.night-mode body.single-post .single-blog-content h3,html.night-mode body.single-post .single-blog-content h4,html.night-mode body.single-post .single-blog-content strong,html.night-mode body.single-post .single-blog-content .stk-heading,html.night-mode body.single-post .single-blog-content .stk-heading__text{color:var(--blog-heading)!important}html.night-mode body.single-post .single-blog-content p,html.night-mode body.single-post .single-blog-content li,html.night-mode body.single-post .single-blog-content span,html.night-mode body.single-post .single-blog-content figcaption,html.night-mode body.single-post .single-blog-content small,html.night-mode body.single-post .single-blog-content .stk-block-text,html.night-mode body.single-post .single-blog-content .stk-block-text__text{color:var(--blog-text)!important}body.single-post:not(.night-mode) .single-blog-content .constellation-post-intro{border-color:rgb(35 142 164 / .2)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(247 251 253 / .98)),radial-gradient(circle at 16% 12%,rgb(118 34 146 / .1),transparent 38%),radial-gradient(circle at 86% 82%,rgb(35 142 164 / .1),transparent 34%)!important;box-shadow:0 18px 44px rgb(27 32 50 / .09)!important}body.single-post:not(.night-mode) .single-blog-content .constellation-post-intro figure{background:radial-gradient(circle at 24% 22%,rgb(103 34 160 / .42),transparent 36%),radial-gradient(circle at 76% 24%,rgb(39 159 192 / .32),transparent 38%),linear-gradient(135deg,#03050d 0%,#0a0a18 48%,#030b12 100%)!important}body.single-post:not(.night-mode) .single-blog-content .constellation-feature-grid article,body.single-post:not(.night-mode) .single-blog-content .constellation-image-strip img,body.single-post:not(.night-mode) .single-blog-content .constellation-zodiac-grid figure,body.single-post:not(.night-mode) .single-blog-content .constellation-all-grid figure{background:radial-gradient(circle at 24% 22%,rgb(103 34 160 / .34),transparent 36%),radial-gradient(circle at 76% 24%,rgb(39 159 192 / .28),transparent 38%),linear-gradient(135deg,#03050d 0%,#0a0a18 48%,#030b12 100%)!important;box-shadow:0 16px 36px rgb(27 32 50 / .18)!important}body.single-post:not(.night-mode) .single-blog-content .constellation-feature-grid img,body.single-post:not(.night-mode) .single-blog-content .constellation-image-strip img,body.single-post:not(.night-mode) .single-blog-content .constellation-zodiac-grid img,body.single-post:not(.night-mode) .single-blog-content .constellation-all-grid img{filter:brightness(.72) contrast(1.34) saturate(1.08)}body.single-post:not(.night-mode) .single-blog-content .constellation-feature-grid h3,body.single-post:not(.night-mode) .single-blog-content .constellation-feature-grid p,body.single-post:not(.night-mode) .single-blog-content .constellation-zodiac-grid figcaption,body.single-post:not(.night-mode) .single-blog-content .constellation-all-grid figcaption,body.single-post:not(.night-mode) .single-blog-content .constellation-all-grid strong,body.single-post:not(.night-mode) .single-blog-content .constellation-all-grid small,body.single-post:not(.night-mode) .single-blog-content .constellation-card-desc{color:rgb(255 255 255 / .86)!important}body.single-post:not(.night-mode) .single-blog-content .constellation-feature-grid h3,body.single-post:not(.night-mode) .single-blog-content .constellation-all-grid strong{color:#fff!important}body.single-post:not(.night-mode) .single-blog-content .constellation-feature-grid h3,body.single-post:not(.night-mode) .single-blog-content .constellation-feature-grid p,body.single-post:not(.night-mode) .single-blog-content .constellation-zodiac-grid figcaption,body.single-post:not(.night-mode) .single-blog-content .constellation-all-grid figcaption{background:transparent!important;border:0!important;box-shadow:none!important}body.single-post:not(.night-mode) .single-blog-content .constellation-all-grid figcaption{border-top:1px solid rgb(135 226 242 / .14)!important;background:rgb(3 6 16 / .82)!important}body.single-post:not(.night-mode) .single-blog-content .constellation-card-desc{display:block;padding:0!important;background:transparent!important}.constellation-placeholder-card figcaption{min-height:82px;align-content:center}body.single-post .single-blog-content .constellation-post-intro{align-items:end!important}body.single-post .single-blog-content .constellation-post-intro figure{align-self:end!important}body.single-post .single-blog-content .constellation-post-intro figcaption{border-top:1px solid rgb(135 226 242 / .16)!important;background:rgb(3 6 16 / .78)!important;color:#f5fbff!important;font-size:13px!important;line-height:1.45!important}body.single-post .single-blog-content .constellation-image-strip figure{margin:0!important;overflow:hidden!important;border:1px solid rgb(73 207 230 / .18)!important;border-radius:10px!important;background:radial-gradient(circle at 24% 22%,rgb(103 34 160 / .34),transparent 36%),radial-gradient(circle at 76% 24%,rgb(39 159 192 / .28),transparent 38%),linear-gradient(135deg,#03050d 0%,#0a0a18 48%,#030b12 100%)!important;box-shadow:0 16px 36px rgb(27 32 50 / .18)!important}body.single-post .single-blog-content .constellation-image-strip img{border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;mix-blend-mode:screen;opacity:.94}body.single-post .single-blog-content .constellation-image-strip figcaption{border-top:1px solid rgb(135 226 242 / .14)!important;padding:12px 14px!important;background:rgb(3 6 16 / .82)!important;color:#fff!important;font-size:17px!important;font-weight:950!important;line-height:1.25!important;text-align:center!important}body.single-post .single-blog-content .constellation-zodiac-grid figcaption{font-size:18px!important;font-weight:950!important;line-height:1.25!important}@media (max-width:760px){body.single-post .single-blog-content .constellation-post-intro{grid-template-columns:1fr!important;align-items:stretch!important}body.single-post .single-blog-content .constellation-post-intro figure{width:100%!important;justify-self:stretch!important}body.single-post .single-blog-content .constellation-post-intro img{aspect-ratio:4 / 3!important}}.woocommerce-order-received .checkout-main{width:min(1160px,calc(100% - 32px));margin:-34px auto 72px;padding:clamp(22px,4vw,44px);border:1px solid rgb(35 142 164 / .16);border-radius:12px;background:radial-gradient(circle at 8% 0,rgb(118 34 146 / .08),transparent 30rem),radial-gradient(circle at 92% 6%,rgb(35 142 164 / .1),transparent 30rem),linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 26px 70px rgb(27 32 50 / .12)}.woocommerce-order-received .checkout-main .woocommerce{color:#24344a}.woocommerce-order-received .woocommerce-thankyou-order-received{display:flex;align-items:center;gap:12px;position:relative;margin:0 0 22px!important;padding:16px 18px;border:1px solid rgb(35 142 164 / .2);border-radius:10px;color:#102237!important;background:linear-gradient(135deg,rgb(118 34 146 / .08),rgb(35 142 164 / .1)),#fff;font-size:clamp(18px,2vw,22px);font-weight:850}.woocommerce-order-received .woocommerce-thankyou-order-received::before{content:"\2713";display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--violet),var(--cyan));box-shadow:0 10px 22px rgb(35 142 164 / .22);font-size:18px;font-weight:950;line-height:1}.woocommerce-order-received .woocommerce-order-overview,.woocommerce-order-received ul.order_details{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:0 0 28px!important;padding:0!important;list-style:none}.woocommerce-order-received .woocommerce-order-overview::before,.woocommerce-order-received .woocommerce-order-overview::after,.woocommerce-order-received ul.order_details::before,.woocommerce-order-received ul.order_details::after,.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns::before,.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns::after{content:none!important;display:none!important}.woocommerce-order-received .woocommerce-order-overview li,.woocommerce-order-received ul.order_details li{float:none!important;width:auto!important;min-height:76px;margin:0!important;padding:14px 16px!important;border:1px solid rgb(35 142 164 / .16)!important;border-radius:8px;color:#1f2d42;background:rgb(255 255 255 / .86);box-shadow:0 10px 24px rgb(27 32 50 / .06);font-size:15px;font-weight:850;text-transform:none}.woocommerce-order-received .woocommerce-order-overview li strong,.woocommerce-order-received ul.order_details li strong{display:block;margin-top:4px;color:#1f2d42;font-size:16px;line-height:1.25}.woocommerce-order-received .woocommerce-order-overview li::first-line,.woocommerce-order-received ul.order_details li::first-line{color:#59687d;font-size:11px;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.woocommerce-order-received .woocommerce-info{margin:0 0 18px;border:1px solid rgb(35 142 164 / .18);border-radius:8px;color:#344457;background:#f7fbfd}.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{margin-top:34px}.woocommerce-order-received .woocommerce-order-details__title,.woocommerce-order-received .woocommerce-column__title,.woocommerce-order-received .woocommerce h2,.woocommerce-order-received .woocommerce h3{margin:0 0 16px;color:#102237;font-size:clamp(24px,2.4vw,32px);font-weight:950;line-height:1.12}.woocommerce-order-received table.shop_table,.woocommerce-order-received .woocommerce-table{width:100%;overflow:hidden;border:1px solid rgb(35 142 164 / .16)!important;border-collapse:separate!important;border-spacing:0;border-radius:10px;background:#fff;box-shadow:0 18px 44px rgb(27 32 50 / .08)}.woocommerce-order-received table.shop_table th,.woocommerce-order-received table.shop_table td,.woocommerce-order-received .woocommerce-table th,.woocommerce-order-received .woocommerce-table td{border-color:rgb(35 142 164 / .13)!important;padding:16px 18px!important;color:#25334a;font-size:15px;line-height:1.55;vertical-align:top}.woocommerce-order-received table.shop_table thead th,.woocommerce-order-received .woocommerce-table thead th{color:#102237;background:#f6fbfd;font-size:14px;font-weight:950}.woocommerce-order-received table.shop_table tfoot th,.woocommerce-order-received table.shop_table tfoot td,.woocommerce-order-received .woocommerce-table tfoot th,.woocommerce-order-received .woocommerce-table tfoot td{background:#fbfdff;font-weight:900}.woocommerce-order-received .woocommerce-table--order-details tfoot tr:last-child,.woocommerce-order-received table.order_details tfoot tr:last-child{display:none}.woocommerce-order-received .woocommerce-table__product-name,.woocommerce-order-received .product-name{width:68%}.woocommerce-order-received .wc-item-meta,.woocommerce-order-received .wc-item-meta li{margin:4px 0!important;padding:0!important;color:#344457;list-style:none}.woocommerce-order-received .wc-item-meta strong,.woocommerce-order-received .wc-item-meta p{display:inline!important;margin:0!important}.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:22px!important}.woocommerce-order-received .woocommerce-customer-details{padding-top:4px}.woocommerce-order-received .woocommerce-customer-details .woocommerce-column,.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--billing-address,.woocommerce-order-received .woocommerce-customer-details .woocommerce-column--shipping-address{display:flex!important;flex-direction:column!important;float:none!important;min-width:0;width:auto!important;max-width:none!important;margin:0!important}.woocommerce-order-received .woocommerce-column__title{display:flex;align-items:center;gap:10px;margin-bottom:14px!important}.woocommerce-order-received .woocommerce-column__title::before{content:"\2713";display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;color:#fff;background:linear-gradient(135deg,rgb(118 34 146 / .92),rgb(35 142 164 / .92));box-shadow:0 10px 20px rgb(35 142 164 / .18);font-size:14px;font-weight:950;line-height:1}.woocommerce-order-received .woocommerce-customer-details address,.woocommerce-order-received .woocommerce-column address{flex:1 1 auto;min-height:176px;width:100%;padding:18px!important;border:1px solid rgb(35 142 164 / .16)!important;border-radius:10px;color:#344457;background:#fff;box-shadow:0 14px 34px rgb(27 32 50 / .07);font-style:normal;line-height:1.7}.woocommerce-order-received .woocommerce-customer-details address br{display:block;content:"";margin-bottom:3px}.woocommerce-order-received .woocommerce-customer-details--phone,.woocommerce-order-received .woocommerce-customer-details--email{display:block;margin-top:10px;padding-top:10px;border-top:1px solid rgb(35 142 164 / .13);color:#1f2d42;font-weight:850}.woocommerce-order-received .woocommerce-form-login{max-width:620px;margin:18px 0 0;padding:22px;border:1px solid rgb(35 142 164 / .16);border-radius:10px;background:#fff;box-shadow:0 14px 34px rgb(27 32 50 / .07)}.woocommerce-order-received .woocommerce-form-login input.input-text{width:100%;min-height:44px;border:1px solid rgb(35 142 164 / .24);border-radius:6px;padding:0 12px;color:#1f2d42;background:#fff}.woocommerce-order-received .woocommerce-form-login .button{min-height:42px;border:0;border-radius:6px;padding:0 22px;color:#fff;background:linear-gradient(90deg,var(--violet),var(--cyan));font-weight:900}@media (max-width:860px){.woocommerce-order-received .checkout-main{width:min(100% - 24px,720px);margin-top:-20px;padding:22px}.woocommerce-order-received .woocommerce-order-overview,.woocommerce-order-received ul.order_details{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns{grid-template-columns:1fr!important}}@media (max-width:560px){.woocommerce-order-received{overflow-x:hidden}.woocommerce-order-received .checkout-main{width:min(100% - 14px,540px);margin-top:16px;margin-bottom:42px;padding:14px;border-radius:10px}.woocommerce-order-received .woocommerce-thankyou-order-received{align-items:flex-start;gap:12px;padding:14px;font-size:18px;line-height:1.28}.woocommerce-order-received .woocommerce-thankyou-order-received::before{flex-basis:30px;width:30px;height:30px;margin-top:1px;margin-right:2px;font-size:16px}.woocommerce-order-received .woocommerce-order-overview,.woocommerce-order-received ul.order_details{grid-template-columns:1fr!important;gap:8px;margin-bottom:22px!important}.woocommerce-order-received .woocommerce-order-overview li,.woocommerce-order-received ul.order_details li{min-height:auto;padding:12px 14px!important}.woocommerce-order-received table.shop_table,.woocommerce-order-received .woocommerce-table,.woocommerce-order-received table.shop_table tbody,.woocommerce-order-received .woocommerce-table tbody,.woocommerce-order-received table.shop_table tr,.woocommerce-order-received .woocommerce-table tr,.woocommerce-order-received table.shop_table th,.woocommerce-order-received table.shop_table td,.woocommerce-order-received .woocommerce-table th,.woocommerce-order-received .woocommerce-table td{display:block;width:100%!important}.woocommerce-order-received table.shop_table,.woocommerce-order-received .woocommerce-table{border-radius:8px;box-shadow:0 12px 30px rgb(27 32 50 / .07)}.woocommerce-order-received table.shop_table thead,.woocommerce-order-received .woocommerce-table thead{display:none}.woocommerce-order-received table.shop_table th,.woocommerce-order-received table.shop_table td,.woocommerce-order-received .woocommerce-table th,.woocommerce-order-received .woocommerce-table td{padding:12px 14px!important;font-size:14px;line-height:1.45}.woocommerce-order-received table.shop_table tbody tr,.woocommerce-order-received .woocommerce-table tbody tr{padding:12px 0;border-bottom:1px solid rgb(35 142 164 / .13)}.woocommerce-order-received table.shop_table tbody td,.woocommerce-order-received .woocommerce-table tbody td{border:0!important}.woocommerce-order-received table.shop_table tbody td:last-child,.woocommerce-order-received .woocommerce-table tbody td:last-child{padding-top:0!important;color:#102237;font-weight:900}.woocommerce-order-received table.shop_table tfoot tr,.woocommerce-order-received .woocommerce-table tfoot tr{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(max-content,auto);align-items:center;gap:12px;border-top:1px solid rgb(35 142 164 / .13)}.woocommerce-order-received table.shop_table tfoot th,.woocommerce-order-received table.shop_table tfoot td,.woocommerce-order-received .woocommerce-table tfoot th,.woocommerce-order-received .woocommerce-table tfoot td{width:auto!important;border:0!important}.woocommerce-order-received table.shop_table tfoot td,.woocommerce-order-received .woocommerce-table tfoot td{justify-self:end;text-align:right;white-space:nowrap}.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{margin-top:26px}.woocommerce-order-received .woocommerce-order-details__title,.woocommerce-order-received .woocommerce-column__title,.woocommerce-order-received .woocommerce h2,.woocommerce-order-received .woocommerce h3{font-size:24px;line-height:1.12}.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--2{grid-template-columns:1fr!important;gap:16px!important}.woocommerce-order-received .woocommerce-column__title{gap:9px;margin-bottom:10px!important}.woocommerce-order-received .woocommerce-column__title::before{flex-basis:26px;width:26px;height:26px;font-size:13px}.woocommerce-order-received .woocommerce-customer-details address,.woocommerce-order-received .woocommerce-column address{min-height:auto;padding:14px!important;border-radius:8px;line-height:1.6}.woocommerce-order-received .woocommerce-customer-details--phone,.woocommerce-order-received .woocommerce-customer-details--email{overflow-wrap:anywhere}}html.night-mode .woocommerce-order-received .checkout-main{border-color:rgb(135 226 242 / .16);background:radial-gradient(circle at 8% 0,rgb(118 34 146 / .16),transparent 28rem),radial-gradient(circle at 92% 6%,rgb(35 142 164 / .14),transparent 28rem),rgb(10 14 28 / .92)!important;box-shadow:0 26px 70px rgb(0 0 0 / .32)}html.night-mode .woocommerce-order-received .woocommerce-thankyou-order-received,html.night-mode .woocommerce-order-received .woocommerce-info,html.night-mode .woocommerce-order-received .woocommerce-form-login,html.night-mode .woocommerce-order-received table.shop_table,html.night-mode .woocommerce-order-received .woocommerce-table,html.night-mode .woocommerce-order-received .woocommerce-customer-details address,html.night-mode .woocommerce-order-received .woocommerce-column address{border-color:rgb(135 226 242 / .16)!important;background:rgb(14 20 38 / .88)!important;color:#dbe7f4!important}html.night-mode .woocommerce-order-received table.shop_table thead th,html.night-mode .woocommerce-order-received table.shop_table tfoot th,html.night-mode .woocommerce-order-received table.shop_table tfoot td,html.night-mode .woocommerce-order-received .woocommerce-table thead th,html.night-mode .woocommerce-order-received .woocommerce-table tfoot th,html.night-mode .woocommerce-order-received .woocommerce-table tfoot td{background:rgb(19 27 48 / .94)!important}@media (max-width:560px){body.single-product,.single-product-page{overflow-x:hidden}.single-product-page .single-product-shell{width:100%;padding-inline:0}.single-product-page .single-product-layout{gap:28px}.single-product-page .single-product-gallery{width:100vw;max-width:100vw;margin-inline:calc(50% - 50vw);overflow-x:hidden}.single-product-page .single-product-media{width:100%;min-height:auto;padding:0;background:#fff0}.single-product-page .single-product-media img{display:block;width:100%;max-width:none;max-height:none}.single-product-page .single-product-thumbs-wrap{width:min(100% - 32px,360px);margin:12px auto 0}.single-product-page .single-product-thumbs-viewport{margin-inline:24px}.single-product-page .single-product-summary,.single-product-page .single-product-tabs,.single-product-page .single-product-story,.single-product-page .single-product-faq,.single-product-page .single-product-testimonials,.single-product-page .related-products{width:calc(100% - 32px);margin-inline:auto}}@media (max-width:640px){.catalog-page .products-section{padding:34px 0 44px}.catalog-page .products-section .section-inner{width:min(100% - 24px,430px);max-width:430px}.catalog-page .products-grid{width:100%;max-width:none;grid-template-columns:1fr;gap:22px;justify-items:stretch}.catalog-page .product-card{width:100%;min-height:auto;padding-bottom:64px;overflow:visible}.catalog-page .product-gallery{width:100%}.catalog-page .product-image-link{width:100%;min-height:0;aspect-ratio:4 / 5;margin-bottom:14px;padding:0;overflow:visible}.catalog-page .product-image{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.catalog-page .product-card h3{min-height:54px;height:54px;max-height:54px;margin-bottom:8px;font-size:clamp(34px,10vw,40px);line-height:54px}.catalog-page .price{margin-bottom:12px}.catalog-page .small-button{bottom:6px}}