/* 
Theme Name: Taibah Essence
Theme URI: #
Description: Taibah Essence Custom theme
Author: Bit387 (Emir Memišević)
Author URI: https://bit387.com/
Template: hello-elementor
Version: 2.0.4
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */

.scent-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    padding: 0 8px;
    pointer-events: none;
}

.scent-note {
    display: inline-block;
    background: #fff;
    border: 1.5px solid #000000;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 9px;
    font-family: inherit;
    color: #000;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1.4;
}

.product-card .product-card__add-to-cart{
	opacity: 0;
	transition: opacity .5s ease;
}

.product-card:hover .product-card__add-to-cart{
	opacity: 1;
}

.taibah-data-polygon {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.taibah-data-polygon__svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.taibah-data-polygon__grid,
.taibah-data-polygon__axis {
    fill: none;
    stroke: #e5e7eb;
    stroke-width: 1;
}

.taibah-data-polygon__area {
    fill: rgba(249, 115, 22, 0.7);
    stroke: #f97316;
    stroke-width: 2;
}

.taibah-data-polygon__label {
    font-size: 12px;
    fill: #333;
    font-family: 'Space Mono', monospace;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.taibah-product-props {
    --taibah-product-props-title-gap: 10px;
    --taibah-product-props-block-gap: 14px;
    --taibah-product-props-list-item-gap: 4px;
    display: flex;
    flex-direction: column;
    gap: var(--taibah-product-props-block-gap);
}

.taibah-product-props__line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: var(--taibah-product-props-title-gap);
    row-gap: 4px;
}

.taibah-product-props__title {
    display: inline-block;
}

.taibah-product-props__group--list .taibah-product-props__title {
    margin-bottom: var(--taibah-product-props-title-gap);
}

.taibah-product-props__list {
    list-style: disc;
    margin: 0;
    padding-left: 1.2em;
}

.taibah-product-props__item {
    margin: 0;
}

.taibah-product-props__item + .taibah-product-props__item {
    margin-top: var(--taibah-product-props-list-item-gap);
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
    color: var(--links-normal-color, #5bc0de);
    font-family: 'Space Mono', monospace;
}
.dialog-type-lightbox{
z-index: 99999999999;
}