/* Odkritje – WooCommerce značka s popustom (v1.2.0) */

/* Gostitelj značke dobi lasten koordinatni sistem. JS ta razred doda galeriji
   glavnega izdelka oziroma ovoju slike v katalogu. */
.odkritje-badge-host {
    position: relative !important;
}

/* Ločene vrednosti za katalog in posamezen izdelek. */
.woocommerce .odkritje-sale-badge--archive,
.woocommerce-page .odkritje-sale-badge--archive,
body .odkritje-sale-badge--archive {
    --odkritje-badge-current-font-size: var(--odkritje-badge-archive-font-size, 14px);
    --odkritje-badge-current-font-weight: var(--odkritje-badge-archive-font-weight, 700);
    --odkritje-badge-current-offset-x: var(--odkritje-badge-archive-offset-x, 12px);
    --odkritje-badge-current-offset-y: var(--odkritje-badge-archive-offset-y, 12px);
    --odkritje-badge-current-padding-x: var(--odkritje-badge-archive-padding-x, 12px);
    --odkritje-badge-current-padding-y: var(--odkritje-badge-archive-padding-y, 7px);
}

.woocommerce .odkritje-sale-badge--single,
.woocommerce-page .odkritje-sale-badge--single,
body .odkritje-sale-badge--single {
    --odkritje-badge-current-font-size: var(--odkritje-badge-single-font-size, 14px);
    --odkritje-badge-current-font-weight: var(--odkritje-badge-single-font-weight, 700);
    --odkritje-badge-current-offset-x: var(--odkritje-badge-single-offset-x, 12px);
    --odkritje-badge-current-offset-y: var(--odkritje-badge-single-offset-y, 12px);
    --odkritje-badge-current-padding-x: var(--odkritje-badge-single-padding-x, 12px);
    --odkritje-badge-current-padding-y: var(--odkritje-badge-single-padding-y, 7px);
}

.woocommerce .odkritje-sale-badge,
.woocommerce-page .odkritje-sale-badge,
body .odkritje-sale-badge {
    position: absolute !important;
    z-index: 50 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: max-content !important;
    height: auto !important;
    max-width: calc(100% - (2 * var(--odkritje-badge-current-offset-x, 12px))) !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: var(--odkritje-badge-current-padding-y, 7px) var(--odkritje-badge-current-padding-x, 12px) !important;
    border: 0 !important;
    background: var(--odkritje-badge-bg, #F2A619) !important;
    color: var(--odkritje-badge-text, #fff) !important;
    font-family: var(--odkritje-badge-font, inherit) !important;
    font-size: var(--odkritje-badge-current-font-size, 14px) !important;
    font-style: normal !important;
    font-weight: var(--odkritje-badge-current-font-weight, 700) !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: none !important;
}

/* Oblike */
.woocommerce .odkritje-sale-badge--shape-pill,
.woocommerce-page .odkritje-sale-badge--shape-pill,
body .odkritje-sale-badge--shape-pill {
    border-radius: 999px !important;
}

.woocommerce .odkritje-sale-badge--shape-rounded,
.woocommerce-page .odkritje-sale-badge--shape-rounded,
body .odkritje-sale-badge--shape-rounded {
    border-radius: 8px !important;
}

.woocommerce .odkritje-sale-badge--shape-square,
.woocommerce-page .odkritje-sale-badge--shape-square,
body .odkritje-sale-badge--shape-square {
    border-radius: 0 !important;
}

.woocommerce .odkritje-sale-badge--shape-circle,
.woocommerce-page .odkritje-sale-badge--shape-circle,
body .odkritje-sale-badge--shape-circle {
    min-width: 54px !important;
    min-height: 54px !important;
    aspect-ratio: 1 / 1;
    border-radius: 50% !important;
}

/* Položaji */
.woocommerce .odkritje-sale-badge--top-left,
.woocommerce-page .odkritje-sale-badge--top-left,
body .odkritje-sale-badge--top-left {
    top: var(--odkritje-badge-current-offset-y, 12px) !important;
    left: var(--odkritje-badge-current-offset-x, 12px) !important;
    right: auto !important;
    bottom: auto !important;
}

.woocommerce .odkritje-sale-badge--top-right,
.woocommerce-page .odkritje-sale-badge--top-right,
body .odkritje-sale-badge--top-right {
    top: var(--odkritje-badge-current-offset-y, 12px) !important;
    right: var(--odkritje-badge-current-offset-x, 12px) !important;
    left: auto !important;
    bottom: auto !important;
}

.woocommerce .odkritje-sale-badge--bottom-left,
.woocommerce-page .odkritje-sale-badge--bottom-left,
body .odkritje-sale-badge--bottom-left {
    bottom: var(--odkritje-badge-current-offset-y, 12px) !important;
    left: var(--odkritje-badge-current-offset-x, 12px) !important;
    top: auto !important;
    right: auto !important;
}

.woocommerce .odkritje-sale-badge--bottom-right,
.woocommerce-page .odkritje-sale-badge--bottom-right,
body .odkritje-sale-badge--bottom-right {
    bottom: var(--odkritje-badge-current-offset-y, 12px) !important;
    right: var(--odkritje-badge-current-offset-x, 12px) !important;
    top: auto !important;
    left: auto !important;
}
