/* ========================================
   GLOBAL & LAYOUT
   ======================================== */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; 
}

body#category #inner-wrapper, body#module-iqitsearch-searchiqit #inner-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#wrapper .breadcrumb {
    font-weight: 300;
    margin-bottom: 0;
    padding: 15px 0;
}

/* CMS Pages Specific */
body.cms-id-4 #wrapper,
body.cms-id-12 #wrapper,
body.cms-id-5 #wrapper {
    padding-top: 0 !important;
}

body.cms-id-4 #wrapper .breadcrumb,
body.cms-id-12 #wrapper .breadcrumb,
body.cms-id-5 #wrapper .breadcrumb {
    position: absolute !important;
    z-index: 9;
    margin-top: 0;
}

body.cms-id-5 #wrapper .breadcrumb a,
body.cms-id-5 #wrapper .breadcrumb span,
body.cms-id-5 #wrapper .breadcrumb .row,
body.cms-id-5 #wrapper .breadcrumb .col,
body.cms-id-5 #wrapper .breadcrumb li:after {
    color: #fff !important;
}


/* ========================================
   HEADER & NAVIGATION
   ======================================== */

/* Desktop Logo */
#desktop_logo .logo-svg,
#desktop_logo svg {
    height: 100%;
    width: auto;
    object-fit: contain;
    -o-object-fit: contain;
}

#desktop_logo a {
    display: block;
    height: 100%;
}

/* Header Buttons */
#header .header-btn-w {
    padding: 10px !important;
    position: relative;
}

#header .header-btn-w .header-btn {
    height: 24px;
    width: 24px;
}

#header .header-btn-w .header-btn > .icon {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

#header .col-header-menu {
    padding: 0 !important;
}

/* Navigation Styles */
.center-nav,
.center-nav .d-inline-block,
.center-nav .rte-content {
    width: 100% !important;
    display: block !important;
}

.header-nav {
    padding: 0 !important;
}

/* Menu Links */
.cbp-hrmenu .cbp-links li a {
    color: #565656 !important;
}

.cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
    display: flex;
    flex-flow: wrap;
    color: #565656;
    gap: 8px;
}

.cbp-valinks a {
    font-weight: 300;
}

.cbp-valinks-vertical {
    display: grid;
    padding: 0;
    gap: 6px;
    margin-top: 0;
}

/* Menu Columns */
.cbp-horizontal .cbp-tab-title {
    font-weight: 300;
    text-transform: none;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title {
    text-transform: none;
}

.menu-element-id-1 .cbp-column-title {
    font-weight: 300;
}

.cbp-menu-column-inner {
    margin-top: -15px;
}

.menu-element-id-23 {
    margin-bottom: 20px !important;
}

.menu-element-id-23 > .cbp-menu-column-inner {
    padding-bottom: 15px !important;
}

.menu-element-id-16 {
    margin-top: 40px !important;
}

/* Sticky Header */
.sticky-element.is-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: #f7f7f7 !important;
    z-index: 9 !important;
    padding: 0.8rem !important;
    margin-top: 0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/* Promo Slider */
.promo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 40px;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-slider:active {
    cursor: grabbing;
}

.promo-content {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-item {
    position: absolute;
    top: 0;
    left: 0;
	max-width: 100% !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
    user-select: none;
    -webkit-user-select: none;
}

.promo-item.active {
    opacity: 1;
    transform: translateX(0);
}

.promo-item.slide-out-left {
    transform: translateX(-100%);
}

.promo-item.slide-out-right {
    transform: translateX(100%);
}

.promo-item.dragging {
    transition: none;
}

.promo-item p,
.promo-item a {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    pointer-events: none;
    text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

.promo-item a:hover {
    text-decoration: underline;
}


/* ========================================
   MOBILE MENU
   ======================================== */

.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    height: 100vh;
    width: 100% !important;
    position: fixed;
    z-index: 5005;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transform: translate3d(115%, 0, 0);
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.col-mobile-menu-push.show #_mobile_iqitmegamenu-mobile {
    transform: translate3d(0, 0, 0);
}

/* Mobile Menu Header */
.mobile-menu__header-wrapper {
    padding: 20px 6px 12px 16px !important;
    align-items: center;
}

.mobile-menu__header {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.mobile-menu__header:has(.mobile-menu__logo),
.mobile-menu__header--active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu__header--active .mobile-menu__back-btn {
    padding-left: 0;
}

/* Mobile Menu Logo */
.mobile-menu__logo {
    display: block;
}

.mobile-menu__logo .logo-svg {
    max-height: 24px;
    width: auto;
}

.mobile-menu__header--active .mobile-menu__logo {
    display: none;
}

/* Mobile Menu Back Button */
.mobile-menu__back-btn {
    display: none;
}

.mobile-menu__header--active .mobile-menu__back-btn {
    display: block;
}

.mobile-menu__back-btn .fa {
    font-size: 20px !important;
}

/* Mobile Menu Content */
.mobile-menu__scroller {
    padding-top: 0 !important;
}

.mobile-menu__tab {
    line-height: 4rem !important;
}

.mobile-menu__submenu {
    padding-top: 0 !important;
}

.mobile-menu__submenu > .mobile-menu__row:first-child > .mobile-menu__column > a.mobile-menu__column-title {
    font-weight: 300 !important;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 5px !important;
}

.mobile-menu__column-title {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    font-size: 18px;
}

.mobile-menu__column {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 300 !important;
}

.mobile-menu__link {
    font-size: 18px !important;
    font-weight: 300 !important;
    padding: 0 !important;
}

.mobile-menu__arrow {
    font-size: 2rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mobile-menu__title {
    font-size: 18px !important;
    font-weight: 300 !important;
}

/* Mobile Header Bar */
#mobile-header .m-nav-btn {
    height: 24px;
    width: 24px;
    padding: 0;
}

.col-mobile-btn {
    padding: 10px !important;
}

.col-mobile-logo {
    display: inline-flex;
}

.col-mobile-logo img {
    height: 26px;
}

.row-mobile-header {
    height: 64px;
}

.mobile-main-bar {
    padding: 0 !important;
}


/* ========================================
   PRODUCT LISTING
   ======================================== */

#js-product-list-header {
    padding: 0 12px;
}

#js-product-list-top {
    background: rgb(247, 247, 247);
    padding: 0.8rem;
}

.products-selection {
    margin-top: 0;
}

.products-grid .product-miniature-default .product-title,
.product-miniature-grid .product-price {
    font-weight: 300 !important;
}

/* Product Miniature Images */
.lazy-product-image.loaded {
    background-image: none;
    opacity: 1;
    padding: 1px;
    box-sizing: border-box;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    background: transparent !important;
    color: #000 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1.5rem !important;
}

.product-miniature-swiper .swiper-button-prev,
.product-miniature-swiper .swiper-button-next {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    cursor: pointer;
}

.product-miniature-swiper .swiper-button-prev {
    transform: translateX(-20px);
}

.product-miniature-swiper .swiper-button-next {
    transform: translateX(20px);
}

.thumbnail-container:hover .swiper-button-prev,
.thumbnail-container:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}


/* ========================================
   FILTERS
   ======================================== */

#content-wrapper #amazzing_filter {
    display: none !important;
}

#facets_search_center_dropdown {
    padding: 0 12px;
}

/* Force compact filter mode on all screen sizes */
#amazzing_filter {
    position: fixed !important;
}

@media (min-width: 768px) {
    body .compact-toggle {
        display: block !important;
    }
    
    /* Desktop: max-width 512px for filter */
    #amazzing_filter {
        max-width: 512px !important;
    }
}


/* ========================================
   PRODUCT DETAIL PAGE
   ======================================== */

body#product #wrapper {
    background-color: #f7f7f7;
}

/* Product Info */
/*#col-product-info {
    padding: 0 20px 0 0;
}*/

.product-tabs .product-sections, #productdaas-accordion {
	padding: 0!important;
}

.product-info-row {
    margin-bottom: 1rem;
}

/* Product Prices */
.product-prices .badge {
    vertical-align: middle;
}

.discount {
    padding: 0;
    background: transparent;
    color: #b42318;
    font-size: 1.1rem;
}

.product-discount .regular-price {
    text-decoration: line-through;
    padding: 0 0.2rem;
    color: #565656;
    font-size: 1.1rem;
}

/* Product Variants */
.product-variants-item-2 {
    display: none;
}

.product-variants .attribute-selected-value {
    font-weight: 300;
}

.product-variants .input-radio,
.product-variants .radio-label {
    min-width: 2rem;
    min-height: 2rem;
    line-height: 2rem !important;
}

.product-variants .input-radio + span {
    line-height: 2rem !important;
    padding: 0.5rem 1rem;
    border: none !important;
    outline: none;
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    pointer-events: none;
}

.product-variants .input-color:checked + span,
.product-variants .input-color:hover + span,
.product-variants .input-radio:checked + span,
.product-variants .input-radio:hover + span {
    border: none !important;
    line-height: 2rem !important;
    padding: 0.5rem 1rem;
}

.product-variants .input-radio + span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.product-variants .input-radio:hover + span::after {
    background-color: #414141;
    animation: underlineGrow 0.3s ease;
}

.product-variants .input-radio:checked + span::after {
    background-color: #414141;
}

@keyframes underlineGrow {
    0% { width: 0; }
    100% { width: 100%; }
}

/* Product Tabs */
.product-tabs .product-sections,
#productdaas-accordion {
    background-color: #f7f7f7;
    padding: 0 40px;
    font-size: 1.1rem;
}

.iqit-accordion .title {
    padding: 1rem 0;
}

.elementor-tab-title.active {
    font-weight: 700 !important;
}

.tabs-butoane {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    white-space: nowrap;
    overflow-x: auto;
}

.tabs-butoane a {
    text-decoration: none;
    border: solid 1px #848484;
    padding: 8px;
	font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4;
}

/* Product Description */
body#product .product-description {
    padding: 10px 0 20px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.25);
    font-weight: 300;
    font-size: 1.2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    position: relative;
}

body#product .product-description__title.vertical-heading {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin: 0;
}

body#product .product-description__title.vertical-heading:before {
    content: "";
    width: 1px;
    background-color: currentcolor;
    flex: 1;
    margin-bottom: 0.5rem;
}

body#product .product-description__content {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    min-height: 80px;
}

body#product .product-description .rte-content {
    backface-visibility: hidden;
}

.rte-content ul {
    list-style-type: circle;
}


/* ========================================
   LOAD MORE COMPONENT
   ======================================== */

#infinity-loader-icon.load-more-wrapper {
    margin: 40px 0;
    display: block !important;
}

.load-more-container {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.load-more-count {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 300;
}

.load-more-progress-bar {
    width: 100%;
    height: 2px;
    background-color: #E2E2E2;
    overflow: hidden;
    margin-bottom: 20px;
}

.load-more-progress-bar__fill {
    height: 100%;
    background-color: #111111;
    transition: width 0.4s ease;
}

#load-more-btn {
    min-width: 260px;
    padding: 14px 35px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

#load-more-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    background-color: #282828;
}

#load-more-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

#load-more-btn .load-more-spinner i {
    font-size: 16px;
}

#infinity-loader-icon:not(.load-more-wrapper) {
    display: none !important;
}


/* ========================================
   PAGE NOTICE COMPONENT
   ======================================== */

.page-notice {
    background: #f8f8f8;
    border: 1px solid #E2E2E2;
    padding: 25px;
    margin-bottom: 20px;
}

.page-notice-text {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 18px;
    color: #333;
}

.page-notice-text i {
    color: #666;
    margin-right: 8px;
}

.page-notice-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-page-notice {
    min-width: 220px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.btn-page-notice:hover {
    transform: translateY(-2px);
}

.btn-page-notice .btn-spinner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-page-notice.btn-outline-primary {
    border: 1px solid #111;
    color: #111;
    background: transparent;
}

.btn-page-notice.btn-outline-primary:hover {
    background: #111;
    color: #fff;
}

.btn-page-notice.btn-primary {
    border: 1px solid #111;
    color: #fff;
    background: #111;
}

.btn-page-notice.btn-primary:hover {
    background: #282828;
    border-color: #282828;
}

.btn-page-notice.btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

#infinity-loader-icon.page-notice-mode .load-more-container {
    max-width: 550px;
}


/* ========================================
   CUSTOM ELEMENTS
   ======================================== */

/* The Bulletin */
.the-bulletin .elementor-testimonial-content {
    margin-top: 10px;
}

/* Accordion */
.elementor-accordion-item {
    border: none !important;
    border-bottom: 1px solid #d4d4d4 !important;
}

/* Our Story */
.our-story img {
    width: auto !important;
    height: auto !important;
}

.our-story .swiper-slide {
    padding: 4px !important;
}


/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (max-width: 768px) {
    /* Header */
    .header-nav {
        padding: 8px 20px;
    }
    
    /* Promo */
    .promo-item p,
    .promo-item a {
        font-size: 11px;
    }
    
    /* Product Description */
    body#product .product-description {
        display: block;
        padding-left: 0;
    }
    
    body#product .product-description__title.vertical-heading {
        writing-mode: horizontal-tb;
        transform: none;
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    
    body#product .product-description__title.vertical-heading:before {
        display: none;
    }
    
    /* Load More */
    .load-more-container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    #load-more-btn {
        width: 100%;
        min-width: auto;
        font-size: 18px;
    }
    
    .load-more-count {
        font-size: 16px;
    }
    
    /* Page Notice */
    .page-notice {
        padding: 20px 15px;
    }
    
    .page-notice-buttons {
        flex-direction: column;
    }
    
    .btn-page-notice {
        width: 100%;
        min-width: auto;
    }
    
    .page-notice-text {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .load-more-container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    #load-more-btn {
        width: 100%;
        min-width: auto;
        font-size: 18px;
    }
}

/* ============================================================================
   CAROUSEL PEEK - FĂRĂ SPAȚIU ÎNTRE SLIDES
   ========================================================================= */

/* Permite overflow pentru peek */
.products.swiper-container,
.elementor-products-carousel,
.swiper-products-carousel {
    overflow: visible !important;
}

/* Desktop: 4 slides cu peek */
@media (min-width: 992px) {
    .products.swiper-container .swiper-slide,
    .elementor-products-carousel .swiper-slide,
    .swiper-products-carousel .swiper-slide {
        width: 24% !important;
        flex-shrink: 0;
    }
    
    /* Fade subtil pe slides inactive */
    .products.swiper-container .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next),
    .elementor-products-carousel .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next),
    .swiper-products-carousel .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
        opacity: 0.95;
    }
}



/* Tablet: 2 slides cu peek */
@media (min-width: 768px) and (max-width: 991px) {
    .products.swiper-container .swiper-slide,
    .elementor-products-carousel .swiper-slide,
    .swiper-products-carousel .swiper-slide {
        width: 48% !important;
        flex-shrink: 0;
    }
    
    .products.swiper-container .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next),
    .elementor-products-carousel .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next),
    .swiper-products-carousel .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
        opacity: 0.9;
    }
}

/* Mobile: 1 slide cu peek */
@media (max-width: 767px) {
    .products.swiper-container .swiper-slide,
    .elementor-products-carousel .swiper-slide,
    .swiper-products-carousel .swiper-slide {
        width: 85% !important;
        flex-shrink: 0;
    }
    
    .products.swiper-container .swiper-slide:not(.swiper-slide-active),
    .elementor-products-carousel .swiper-slide:not(.swiper-slide-active),
    .swiper-products-carousel .swiper-slide:not(.swiper-slide-active) {
        opacity: 0.6;
    }
}

/* Slide activ întotdeauna la opacitate 100% */
.products.swiper-container .swiper-slide-active,
.elementor-products-carousel .swiper-slide-active,
.swiper-products-carousel .swiper-slide-active {
    opacity: 1 !important;
    z-index: 10;
}

/* Tranziții smooth */
.products.swiper-container .swiper-slide,
.elementor-products-carousel .swiper-slide,
.swiper-products-carousel .swiper-slide {
    transition: opacity 0.3s ease;
}

/* Fix pentru touch events pe thumbnail swipers în carousels */
.elementor-products-carousel .product-miniature-swiper,
.swiper-products-carousel .product-miniature-swiper {
    pointer-events: none !important;
    touch-action: none !important;
}

.elementor-products-carousel .product-miniature-swiper .product-thumbnail-link,
.swiper-products-carousel .product-miniature-swiper .product-thumbnail-link {
    pointer-events: auto !important;
}


/* ============================================================================
   CAROUSEL PEEK - TESTIMONIALS & ARTICLES
   ========================================================================= */

/* Permite overflow pentru peek */
.elementor-testimonial-carousel-wrapper,
.elementor-testimonial-carousel,
.our-story .swiper-container {
    overflow: visible !important;
}

/* Desktop: 4 slides cu peek */
@media (min-width: 992px) {
    .elementor-testimonial-carousel .swiper-slide,
    .our-story .swiper-container .swiper-slide {
        width: 24% !important;
        flex-shrink: 0;
    }
    
    /* Fade subtil pe slides inactive */
    .elementor-testimonial-carousel .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next),
    .our-story .swiper-container .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
        opacity: 0.95;
    }
}

/* Tablet: 2 slides cu peek */
@media (min-width: 768px) and (max-width: 991px) {
    .elementor-testimonial-carousel .swiper-slide,
    .our-story .swiper-container .swiper-slide {
        width: 48% !important;
        flex-shrink: 0;
    }
    
    .elementor-testimonial-carousel .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next),
    .our-story .swiper-container .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next) {
        opacity: 0.9;
    }
}

/* Mobile: 1 slide cu peek */
@media (max-width: 767px) {
    .elementor-testimonial-carousel .swiper-slide,
    .our-story .swiper-container .swiper-slide {
        width: 85% !important;
        flex-shrink: 0;
    }
    
    .elementor-testimonial-carousel .swiper-slide:not(.swiper-slide-active),
    .our-story .swiper-container .swiper-slide:not(.swiper-slide-active) {
        opacity: 0.6;
    }
}

/* Slide activ întotdeauna la opacitate 100% */
.elementor-testimonial-carousel .swiper-slide-active,
.our-story .swiper-container .swiper-slide-active {
    opacity: 1 !important;
    z-index: 10;
}

/* Tranziții smooth */
.elementor-testimonial-carousel .swiper-slide,
.our-story .swiper-container .swiper-slide {
    transition: opacity 0.3s ease;
}

/* Ajustări specifice pentru conținutul testimonial */
.elementor-testimonial-carousel .swiper-slide-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.elementor-testimonial-carousel .elementor-testimonial-wrapper {
    height: 100%;
}

/* ANPC links */
.anpc-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: nowrap;
}

.anpc-links a img {
    width: 200px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

@media (min-width: 601px) {
    .anpc-links a img:hover {
        transform: scale(1.03);
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }
}

@media (max-width: 600px) {
    .anpc-links {
        gap: 10px;
    }
    .anpc-links a img {
        width: clamp(110px, 40vw, 160px); 
        /* expicație:
           - minim 110px
           - ideal 40% din lățimea ecranului
           - maxim 160px
        */
    }
}

#footer-copyrights._footer-copyrights-2 .copyright-img img {
    background: #fff;
}

#footer-container-main, #checkout-footer {
	font-weight: 300;
    font-size: 1.2rem;
	border-top: none!important;
}

#footer .block-title span, #checkout-footer .block-title span {
    font-size: 1.2rem;
    font-weight: 300;
    color: #5b5b5b;
}

.contact-rich .part .data, .block-iqitcontactpage .part .icon {
	color: #000;
}
.contact-rich>strong {
    color: #000;
    font-weight: 300;
	font-size: 1.2rem;
}

#footer .block {
    padding-top: 1rem;
}

.dynamic-product-count {
    font-size: 1.2rem;
    font-weight: 300;
}

.dynamic-loading .loadMore {
	font-size: 1.2rem;
    font-weight: 300;
    padding: 15px;
}

.btn.compact-toggle.external, .btn.compact-toggle.sticky {
	font-weight: 300;
    font-size: 1.1rem;
}

.products-selection .products-sort-order .form-control {
	background-color: transparent!important;
    border: none;
    font-size: 1.1rem;
    font-weight: 300;
}

.nav-tabs .nav-link {
	opacity: 1;
}

@media (max-width: 991px) {
    .cbp-side-cards-container {
        flex-direction: row;
    }
}

.accordion-content__text, .product-reference, .specific-references {
	font-weight: 300;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
	font-weight: 300 !important;
}

#product-details .label {
	font-weight: 500 !important;
}