.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#83878B;--e-global-color-text:#2E2E2E;--e-global-color-db6d9a7:#F8F5F0;--e-global-typography-primary-font-family:"Literata";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Literata";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#FFFFFF00;font-family:"Literata", Sans-serif;font-size:18px;font-weight:300;font-style:italic;text-decoration:none;color:#000000;border-style:solid;border-width:1px 1px 1px 1px;border-color:#000000;border-radius:0px 0px 0px 0px;padding:15px 30px 15px 30px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#000000;font-weight:600;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:980px;}.e-con{--container-max-width:980px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:-0.5px;--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-0.2px;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:1.6em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (max-width: 767px) {
  .tour-mobile-sticky-bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.12);
    padding: 10px 14px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.35s ease;
  }

  .tour-mobile-sticky-bar.visible {
    bottom: 0;
    opacity: 1;
    transform: translateY(0);
  }

  body.single-product {
    padding-bottom: 80px;
  }
}

/* Uklanja tap highlight globalno */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Uklanja fokus obrube sa klikabilnih elemenata */
a, button, .elementor-button, [role="button"], .clickable, .tour-card {
    outline: none !important;
    box-shadow: none !important;
}/* End custom CSS */