.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-162 .elementor-element.elementor-element-efd4c72{text-align:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-162 .elementor-element.elementor-element-cb02650{padding:20px 0px 0px 0px;text-align:center;}.elementor-162 .elementor-element.elementor-element-bf206ab{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;padding:0px 0px 50px 0px;--e-filter-space-between:28px;--e-filter-normal-text-color:#000000;--e-filter-hover-text-color:#FFFFFF;--e-filter-active-text-color:#FFFFFF;--e-filter-item-border-radius:50px 50px 50px 50px;}.elementor-162 .elementor-element.elementor-element-bf206ab .e-filter-item:not( [aria-pressed=true] ):not( :hover ){background-color:#FFFFFF;}.elementor-162 .elementor-element.elementor-element-bf206ab .e-filter-item:hover:not( [aria-pressed=true] ){background-color:#000000;border-style:none;}.elementor-162 .elementor-element.elementor-element-bf206ab .e-filter-item[aria-pressed="true"]{background-color:#000000;}.elementor-162 .elementor-element.elementor-element-bf206ab .e-filter-item{font-family:"Outfit", Sans-serif;font-size:17px;padding:014px 032px 014px 032px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-162 .elementor-element.elementor-element-124eaf0{--grid-columns:4;}@media(max-width:1050px){.elementor-162 .elementor-element.elementor-element-124eaf0{--grid-columns:2;}}@media(max-width:700px){.elementor-162 .elementor-element.elementor-element-124eaf0{--grid-columns:1;}}/* Start custom CSS for heading, class: .elementor-element-efd4c72 *//* ================================
   GLAVNI NASLOV STRANI
   .main-heading
   ================================ */

.main-heading .elementor-heading-title,
.main-heading {
    font-family: "Outfit", sans-serif !important;
    font-size: clamp(1.944rem, 4.167vw, 4.444rem) !important;
    line-height: clamp(1.944rem, 4.167vw, 4.444rem) !important;
    letter-spacing: calc(-1 * clamp(0.111rem, 0.156vw, 0.167rem)) !important;
    font-weight: 400 !important;
    color: rgba(24, 24, 24, 1) !important;
    text-align: center !important;
    margin: 0 !important;
}

/* ================================
   NAZIV PRODUKTA NA KARTICI
   .product-name
   ================================ */

.product-name .elementor-heading-title,
.product-name h3,
.product-name span {
    font-family: "Outfit", sans-serif !important;
    font-size: 25px;
    line-height: clamp(1.556rem, 1.458vw, 1.556rem) !important;
    letter-spacing: calc(-1 * clamp(0.031rem, 0.031vw, 0.037rem)) !important;
    font-weight: 400 !important;
    color: rgba(24, 24, 24, 1) !important;
    margin: 0 !important;
}

/* ================================
   KATEGORIJA / OPIS POD NASLOVOM
   .product-desc
   ================================ */

.product-desc .elementor-icon-list-text,
.product-desc .elementor-icon-list-item,
.product-desc span {
    font-family: "Outfit", sans-serif !important;
    font-size: 17px;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    color: rgba(24, 24, 24, 1) !important;
    
}

.product-desc .elementor-icon-list-icon {
    display: none !important;
}

.product-desc ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}



/* ================================
   KARTICA — sofa_container
   ================================ */

a.sofa_container,
.sofa_container {
    width: 100% !important;
    aspect-ratio: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    background: rgba(255, 255, 255, 1) !important;
    padding: clamp(1.667rem, 1.563vw, 1.667rem) !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    gap: clamp(0.833rem, 0.781vw, 0.833rem) !important;
    cursor: pointer !important;
}

.sofa_container .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    gap: clamp(0.833rem, 0.781vw, 0.833rem) !important;
    padding: 0 !important;
}

/* Slika */
.featured_img_sofa {
    flex-grow: 1 !important;
    flex-shrink: 1 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.featured_img_sofa img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

a.sofa_container:hover .featured_img_sofa img,
.sofa_container:hover .featured_img_sofa img {
    transform: scale(0.96) !important;
}

/* ================================
   GRID — mreža kartic
   ================================ */

.elementor-loop-container.elementor-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: clamp(2.778rem, 2.604vw, 2.778rem) clamp(1.111rem, 2.604vw, 2.778rem) !important;
}

@media (max-width: 1600px) {
    .elementor-loop-container.elementor-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 1050px) {
    .elementor-loop-container.elementor-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 700px) {
    .elementor-loop-container.elementor-grid {
        grid-template-columns: 1fr !important;
        aspect-ratio: auto !important;
    }

    .sofa_container {
        aspect-ratio: auto !important;
        min-height: 280px !important;
    }
}

/* ================================
   OZADJA
   ================================ */

/* Achieve stran — peščeno ozadje */
body {
    background-color: rgba(241, 237, 233, 1) !important;
}

/* Wrapper sekcije z mrežo */
.elementor-element-1dfa445 {
    background-color: rgba(241, 237, 233, 1) !important;
    padding-bottom: clamp(5.556rem, 5.208vw, 5.556rem) !important;
}

/* Hero sekcija z naslovom */
.elementor-element-a4a884a {
    background-color: rgba(241, 237, 233, 1) !important;
    padding-top: clamp(6.667rem, 6.25vw, 6.667rem) !important;
    padding-bottom: clamp(2.778rem, 2.604vw, 2.778rem) !important;
}/* End custom CSS */