:root{--indoguna-sidebar-width: 220px;--indoguna-sidebar-bg: rgba(255, 255, 255, .8);--indoguna-sidebar-bg-solid: #ffffff;--indoguna-sidebar-fg: #1a1a4e;--indoguna-sidebar-divider: #1a1a4e1f;--indoguna-brand-blue: #203866;--indoguna-hero-scrim: rgba(0, 0, 0, .18);--indoguna-mobile-bar-height: 64px}body{min-height:100svh}#header-group{position:fixed;top:0;left:0;width:var(--indoguna-sidebar-width);height:100svh;z-index:100}#header-group>.shopify-section{height:100%}#MainContent{width:100%;min-width:0}@media(min-width:901px){.section-content-wrapper,.footer-content{padding-inline-start:calc(var(--padding-inline-start, 0px) + var(--indoguna-sidebar-width))}}@media(min-width:901px){.section[data-sidebar-underlay=true] .section-content-wrapper{padding-inline-start:var(--padding-inline-start, 0px)}.section-carousel[data-sidebar-underlay=false]{padding-inline-start:var(--indoguna-sidebar-width)}.hero-overlay[data-sidebar-underlay=false] .hero-overlay__media{inset-inline-start:var(--indoguna-sidebar-width)}}.indoguna-sidebar{display:flex;flex-direction:column;align-items:stretch;gap:2rem;padding:2rem 1.5rem;background:var(--indoguna-sidebar-bg);color:var(--indoguna-sidebar-fg);height:100%;border-right:1px solid var(--indoguna-sidebar-divider)}.indoguna-sidebar__logo{display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;padding:.5rem 0}.indoguna-sidebar__logo img{max-width:100%;max-height:120px;width:auto;height:auto;display:block;object-fit:contain}.indoguna-sidebar__logo-text{font-weight:700;font-size:1.125rem;letter-spacing:.02em;text-align:center}.indoguna-sidebar__nav{flex:1}.indoguna-sidebar__nav ul{list-style:none;margin:0;padding:0}.indoguna-sidebar__item{border-bottom:1px solid var(--indoguna-sidebar-divider)}.indoguna-sidebar__link{position:relative;display:block;padding:1rem 0;padding-right:1.25em;text-decoration:none;color:inherit;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;transition:opacity .15s ease,color .15s ease}.indoguna-sidebar__link:after{content:"";position:absolute;right:0;top:50%;width:.55em;height:.85em;background-color:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.5 1L6.5 6L1.5 11' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.5 1L6.5 6L1.5 11' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;opacity:0;transform:translate(-6px,-50%);transition:opacity .2s ease,transform .25s ease;pointer-events:none}.indoguna-sidebar__link:hover,.indoguna-sidebar__link:focus{color:var(--indoguna-brand-blue)}.indoguna-sidebar__link:hover:after,.indoguna-sidebar__link:focus:after{opacity:1;transform:translateY(-50%)}.indoguna-sidebar__item.is-active .indoguna-sidebar__link{font-weight:700;color:var(--indoguna-brand-blue)}.indoguna-mega-menu{position:absolute;top:0;left:100%;width:calc(100vw - var(--indoguna-sidebar-width));min-height:100svh;padding:3rem 3.5rem;background:#203866eb;color:#fff;opacity:0;visibility:hidden;transform:translate(-12px);transition:opacity .25s ease,transform .28s cubic-bezier(.2,.7,.2,1),visibility 0s linear .28s;pointer-events:none;z-index:90}.indoguna-mega-menu__title{margin:0 0 2rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.1;color:#fff}.indoguna-sidebar__item.is-mega-open .indoguna-mega-menu{opacity:1;visibility:visible;transform:translate(0);pointer-events:auto;transition:opacity .25s ease,transform .28s cubic-bezier(.2,.7,.2,1),visibility 0s linear 0s}.indoguna-mega-menu__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.indoguna-mega-menu__card{position:relative;display:block;aspect-ratio:16 / 9;overflow:hidden;text-decoration:none;color:#fff;background:#ffffff0f;border-radius:2px}.indoguna-mega-menu__card img,.indoguna-mega-menu__card-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.indoguna-mega-menu__card-placeholder{background:linear-gradient(135deg,#ffffff0f,#ffffff05)}.indoguna-mega-menu__card:hover img{transform:scale(1.06)}.indoguna-mega-menu__card-title{position:absolute;left:.9rem;bottom:.7rem;right:.9rem;text-align:left;color:#fff;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;line-height:1.25;text-shadow:0 1px 4px rgb(0 0 0 / .7)}@media(max-width:900px){.indoguna-mega-menu{display:none}}@media(prefers-reduced-motion:reduce){.indoguna-mega-menu,.indoguna-mega-menu__card img{transition:none}}.indoguna-sidebar__toggle{display:none;width:40px;height:40px;background:transparent;border:1px solid var(--indoguna-sidebar-divider);border-radius:4px;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.indoguna-sidebar__toggle span{display:block;width:18px;height:2px;background:var(--indoguna-sidebar-fg);transition:transform .25s ease,opacity .25s ease}body.indoguna-nav-open .indoguna-sidebar__toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}body.indoguna-nav-open .indoguna-sidebar__toggle span:nth-child(2){opacity:0}body.indoguna-nav-open .indoguna-sidebar__toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hero-overlay{position:relative;height:calc(100svh + -0px);min-height:600px;overflow:hidden;isolation:isolate}.hero-overlay__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-overlay__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .45s ease;pointer-events:none}.hero-overlay__bg.is-active{opacity:1}.hero-overlay__placeholder{width:100%;height:100%;display:block;background:linear-gradient(135deg,#2a2a3e,#1a1a2e)}.hero-overlay__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,var(--indoguna-hero-scrim) 100%);pointer-events:none}.hero-overlay__slider{position:absolute;left:var(--indoguna-sidebar-width);right:0;bottom:0;z-index:2;display:flex;flex-direction:column}.hero-overlay__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.hero-overlay__card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:20rem 2rem 5rem 1rem;text-decoration:none;color:#fff;background:transparent;transition:background .25s ease}.hero-overlay__card:hover,.hero-overlay__card:focus-visible{background:linear-gradient(180deg,transparent,transparent,var(--indoguna-brand-blue));outline:none}.hero-overlay__card-title{font-size:1.5rem;font-weight:600;line-height:1.15}.hero-overlay__card-cta{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;background:#fff;color:#1a1a2e;padding:.5rem 1rem;border-radius:2px}.hero-overlay__arrow,.hero-overlay__dots{display:none}body.template-index>footer{display:none}@media(max-width:900px){#header-group{position:sticky;top:0;left:0;width:100%;height:auto;background:var(--indoguna-sidebar-bg-solid);border-bottom:1px solid var(--indoguna-sidebar-divider)}#header-group>.shopify-section{height:auto}.indoguna-sidebar{display:grid;grid-template-columns:1fr auto;grid-template-areas:"logo toggle";align-items:center;gap:0;padding:.5rem 1rem;height:auto;border-right:none;background:var(--indoguna-sidebar-bg-solid);backdrop-filter:none;-webkit-backdrop-filter:none;position:relative}.indoguna-sidebar__logo{grid-area:logo;justify-content:flex-start;padding:.25rem 0}.indoguna-sidebar__logo img{max-height:48px}.indoguna-sidebar__toggle{grid-area:toggle;display:flex}.indoguna-sidebar__nav{position:absolute;top:100%;left:0;right:0;background:var(--indoguna-sidebar-bg-solid);max-height:0;overflow:hidden;transition:max-height .35s ease;border-bottom:1px solid var(--indoguna-sidebar-divider);z-index:50;flex:unset}body.indoguna-nav-open .indoguna-sidebar__nav{max-height:60vh}.indoguna-sidebar__nav ul{padding:0 1rem}.indoguna-sidebar__item{opacity:0;transform:translateY(-6px);transition:opacity .25s ease,transform .25s ease}body.indoguna-nav-open .indoguna-sidebar__item{opacity:1;transform:translateY(0)}body.indoguna-nav-open .indoguna-sidebar__item:nth-child(1){transition-delay:.05s}body.indoguna-nav-open .indoguna-sidebar__item:nth-child(2){transition-delay:.1s}body.indoguna-nav-open .indoguna-sidebar__item:nth-child(3){transition-delay:.15s}body.indoguna-nav-open .indoguna-sidebar__item:nth-child(4){transition-delay:.2s}body.indoguna-nav-open .indoguna-sidebar__item:nth-child(5){transition-delay:.25s}.indoguna-sidebar__link{padding:.9rem .25rem;font-size:.85rem}.hero-overlay{position:static;min-height:560px}.hero-overlay__slider{left:0}.hero-overlay__cards{grid-template-columns:none;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hero-overlay__cards::-webkit-scrollbar{display:none}.hero-overlay__card{flex:0 0 100%;scroll-snap-align:center;border-left:none;border-top:none;align-items:flex-start;text-align:left;padding:1.75rem 1.25rem 3rem}.hero-overlay__card-title{font-size:1.4rem;max-width:18ch}.hero-overlay__arrow{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;min-width:40px;min-height:40px;aspect-ratio:1 / 1;border-radius:50%;background-color:var(--color-primary-button-background, #ffffff);color:var(--color-primary-button-text, #1a1a2e);pointer-events:auto;cursor:pointer;border:none}.hero-overlay__arrow[disabled]{opacity:.4;cursor:not-allowed}.hero-overlay__arrow--prev{left:12px}.hero-overlay__arrow--next{right:12px}.hero-overlay__arrow .svg-wrapper,.hero-overlay__arrow svg{width:18px;height:18px;display:block}.hero-overlay__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:inline-flex;margin:0;padding:.5rem 1rem;list-style:none;gap:.6rem;border-radius:3rem;overflow:hidden;mix-blend-mode:difference;color:#fff;z-index:3}.hero-overlay__dots li{display:contents}.hero-overlay__dots .slideshow-control{--size: .56rem;--color: rgba(255, 255, 255, .4);--color-active: #ffffff;--color-hover: rgba(255, 255, 255, .65);display:flex;align-items:center;justify-content:center;width:calc(var(--size) * 2);height:calc(var(--size) * 2);margin:calc(var(--size) / -2);font-size:0;border-radius:calc(var(--size));background:transparent;border:none;padding:0;cursor:pointer}.hero-overlay__dots .slideshow-control:after{content:"";display:block;background-color:var(--color);height:var(--size);width:var(--size);border-radius:calc(var(--size) / 2);box-shadow:inset 0 0 0 1.5px #00000026;transition:background-color .15s ease}.hero-overlay__dots .slideshow-control:hover:after{background-color:var(--color-hover)}.hero-overlay__dots .slideshow-control[aria-selected=true]:after{background-color:var(--color-active);box-shadow:inset 0 0 0 1.5px #0006}}@media(min-width:901px){#about-indokulina .section-content-wrapper,#about-news .section-content-wrapper{padding-inline-start:var(--padding-inline-start, 0px)}}@media(min-width:901px){body.indoguna-sidebar-eligible .indoguna-sidebar,body.indoguna-sidebar-eligible .indoguna-sidebar__nav{transition:background-color .35s ease,border-color .35s ease,opacity .35s ease,visibility .35s ease}body.indoguna-sidebar-eligible.indoguna-on-first-section .indoguna-sidebar{background:transparent;border-right-color:transparent}body.indoguna-sidebar-eligible.indoguna-on-first-section .indoguna-sidebar__nav{opacity:0;visibility:hidden;pointer-events:none}body.indoguna-sidebar-eligible.indoguna-on-first-section #MainContent>.shopify-section:first-child [data-hide-sidebar-when-first=true] .section-content-wrapper{padding-inline-start:var(--padding-inline-start, 0px)}}footer .shopify-section .section-background,footer .shopify-section .section{background-color:var(--indoguna-brand-blue)}footer .shopify-section .section-background{background-image:url(/cdn/shop/files/theme-footer-bg-pattern.png);background-position:center center;background-size:cover;background-repeat:no-repeat;background-blend-mode:multiply}footer .shopify-section,footer .shopify-section .menu__heading,footer .shopify-section .menu__heading__default,footer .shopify-section a,footer .shopify-section p,footer .shopify-section strong{color:#fff}footer .shopify-section a{text-decoration:none}footer .shopify-section a:hover{text-decoration:underline;opacity:.85}footer .shopify-section .menu__heading{letter-spacing:.04em;margin-bottom:8px}
/*# sourceMappingURL=/cdn/shop/t/1/assets/theme-dev.css.map */
