
         :root {  
            --maincolor: #1B85D2;  
            --bodycolor: #525050;  
        }html{
            font-size: 16px;
        }body{
            font-family: 'Jost', sans-serif;
            font-size: 16px;
            color: #525050;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: 'Jost', sans-serif;
            color: #121111;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 22px;
        }.pos-title{
            font-family: 'Jost', sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #121111;
            text-transform: none;
            font-weight: 400;
        }@media(min-width: 768px){
                .js-product-miniature .product_desc .product_name{
                font-size: 16px;
                }
            }.js-product-miniature .product_desc .product_name:hover{
            color: #1B85D2;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 16px;
        }.h1.namne_details, .product_name_h1{
            color: #121111;
            font-size: 22px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#1B85D2;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }/* Smaller left product tabs */
.tabs.tabs-left .nav-tabs .nav-link {
  font-size: 14px;
  padding: 10px 14px;
  line-height: 1.2;
}

/* Reduce spacing between tab buttons */
.tabs.tabs-left .nav-tabs .nav-item {
  margin-bottom: 6px;
}

/* Make the left column a bit narrower (optional) */
.tabs.tabs-left .nav-tabs {
  width: 220px;          /* po želji: 200–240px */
}

/* Reduce tab content padding */
.tabs.tabs-left .tab-content {
  padding: 12px 16px;
}

/* Višina opise pod gumbo košarice izdelka  */
.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
    height: 25px;
    width: 25px;
}

/* stranski meni*/
.block-categories a.is-current {
  font-weight: 700;
  text-decoration: underline;
}

.block-categories li.is-in-path > a {
  font-weight: 600;
}

/* Aktivna kategorija v levem meniju */
.block-categories li.active > a,
.block-categories a.is-current {
  color: #1B85D2 !important;
}

/*sivo ozadje bel tekst v bradcrumbsih
.page-title-wrapper {
  position: relative;
  overflow: hidden;
}

.page-title-wrapper .page-title-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.page-title-wrapper .container {
  position: relative;
  z-index: 2;
}

.page-title-wrapper .page-header h1,
.page-title-wrapper .breadcrumb,
.page-title-wrapper .breadcrumb a,
.page-title-wrapper .breadcrumb span {
  color: #fff !important;
}
*/

/* GLOBAL BASE */
html, body {
  font-family: 'Jost', sans-serif;
}

/* HEADING (CE widget) */
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Jost', sans-serif !important;
}

/* TEXT WIDGET */
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor .elementor-text-editor,
.elementor-widget-text-editor .elementor-text-editor * {
  font-family: 'Jost', sans-serif !important;
}

/* ACCORDION TITLE (to je bil tvoj problem prej) */
.elementor-widget-accordion .elementor-accordion-title {
  font-family: 'Jost', sans-serif !important;
}

/* ACCORDION CONTENT – KLJUČNI DEL */
.elementor-widget-accordion .elementor-tab-content,
.elementor-widget-accordion .elementor-tab-content * {
  font-family: 'Jost', sans-serif !important;
}

/* fallback za CE edge-case (včasih uporablja drug class) */
.elementor-widget-accordion .elementor-accordion-content,
.elementor-widget-accordion .elementor-accordion-content * {
  font-family: 'Jost', sans-serif !important;
}

/*POVEZAVE ZA SETE*/
.adele-fragrance-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 40px;
  max-width: 620px;
  margin: 25px 0;
}

.adele-fragrance-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.adele-fragrance-links li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.25;
}

.adele-fragrance-links li::before {
  content: "☼";
  position: absolute;
  left: 0;
  top: 0;
  color: #111;
}

.adele-fragrance-links a {
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}

.adele-fragrance-links a:hover {
  color: #0ca7cf;
}

@media (max-width: 600px) {
  .adele-fragrance-links {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/*TEKS za poštnino v košarici - logika je v cart-detailed-totals.tpl*/
.free-shipping-message {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  color: #666;
  text-align: right;
}

.free-shipping-amount {
  font-weight: 500;
  color: #333;
}

/*skrij gumb za filter na mobilnem pogledu*/
@media (max-width: 991px) {
  .filter-button,
  .filter-button.btn,
  .filter-button.hidden-lg-up,
  .filter-button.btn.btn-secondary.hidden-lg-up {
    display: none !important;
  }
}
