span.tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    opacity: 1;
    width: 1rem;
    height: 1rem;
    background: url("/wp-content/uploads/2025/11/Group-1171275024.svg")
        no-repeat center/contain;
}

#pk_flex_content .flex_content:has(> .flex_layout.product_detail_hero) {
    background: url("./bg-pattern.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}
#pk_flex_content .flex_layout.product_detail_hero .product_hero_container {
    display: flex;
    gap: 3.5rem;
    padding-block: 1.25rem 2rem;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col {
    max-width: 100%;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    .left_col
    .rank-math-breadcrumb {
    margin-bottom: 32px;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .sku {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 30px;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .scroll_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 30px;
}
#pk_flex_content .flex_layout.product_detail_hero .left_col .scroll_nav button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    line-height: 1.2;
    color: #072445;
    padding: 0.75rem 1.25rem 0.75rem 0.75rem;
    background-color: #fff;
    outline: none;
    border-radius: 100px;
    border: 1px solid rgba(7, 36, 69, 0.25);
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .actions {
    padding-block: 0.75rem;
    margin-bottom: 0.5rem;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    .left_col
    .actions
    .related_product {
    cursor: pointer;
    background-color: #fff;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(7, 36, 69, 0.08);
    border-radius: 100px;
    color: var(--midnight);
    font-size: 16px;
    line-height: 1.2;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .product_gallery {
    display: flex;
    gap: 1rem;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    .left_col
    .product_gallery
    .gallery {
    width: 180px;
    flex-shrink: 0;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    .left_col
    .product_gallery
    .featured,
#pk_flex_content
    .flex_layout.product_detail_hero
    .left_col
    .product_gallery
    .gallery_item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(60, 21, 24, 0.08);
}
#pk_flex_content
    .flex_layout.product_detail_hero
    .left_col
    .product_gallery
    .featured
    img {
    aspect-ratio: 1/0.625;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    .left_col
    .product_gallery
    img {
    width: 100%;
    border-radius: inherit;
    object-fit: contain;
}

#pk_flex_content .flex_layout.product_detail_hero .left_col .short_description {
    width: 700px;
    max-width: 100%;
    margin-top: 2rem;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    .left_col
    .short_description:not(:last-child) {
    margin-bottom: 2rem;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .col_inner {
    background-color: #fff;
    padding: 3rem 2.5rem;
    box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#pk_flex_content
    .flex_layout.product_detail_hero
    .right_col
    .col_inner
    > :not(:last-child) {
    margin-bottom: 1rem;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .col_inner > ul {
    padding-left: 0px;
    list-style: none;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col h3 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .stock.price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    .right_col
    .stock.price
    .in_stock {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    padding: 0.25rem 0.75rem;
    background-color: #f6f6f7;
    border-radius: 4px;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    .right_col
    .stock.price
    .price {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    .right_col
    .stock.price
    .price
    .amount {
    font-weight: 600;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .notice {
    max-width: 295px;
    margin-bottom: 1.5rem;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .notice.bottom_notice {
    max-width: unset;
    margin-bottom: 0rem;
}

#pk_flex_content .flex_layout.product_detail_hero .right_col .notice > p {
    font-size: 14px;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    .right_col
    .notice
    :not(strong) {
    font-weight: 300;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    .right_col
    .notice
    > :last-child {
    margin-bottom: 0;
}

#pk_flex_content .flex_layout.product_detail_hero #configurator .form_group {
    margin-bottom: 1.5rem;
}
#pk_flex_content .flex_layout.product_detail_hero #configurator .label_wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

#pk_flex_content .flex_layout.product_detail_hero #configurator .configurator_limits {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.75rem;
    font-size: 14px;
    font-weight: 300;
}

#pk_flex_content .flex_layout.product_detail_hero #configurator .repeater {
    display: flex;
    gap: 0.5rem;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater:not(:last-child) {
    margin-bottom: 0.5rem;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    .length_wrapper {
    position: relative;
    flex: 1;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater.is-invalid
    .length_wrapper::after {
    background-color: rgba(198, 40, 40, 0.08);
    color: #b3261e;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    .length_wrapper::after {
    content: "mm";
    position: absolute;
    display: flex;
    align-items: center;
    justify-items: center;
    background-color: #f6f6f7;
    padding: 0.5rem 0.875rem;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
    height: calc(100% - 1rem);
    top: 50%;
    translate: 0 -50%;
    right: 0.375rem;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    input.quantity {
    text-align: center;
    flex: 0;
    min-width: 66px;
    padding-inline: 0.5rem;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    input {
    transition:
        border-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    font-size: 14px;
    line-height: 1.5;
    appearance: textfield;
    -moz-appearance: textfield;
    background-color: #fff;
    padding: 0.875rem 1.375rem;
    border-radius: 100px;
    border: 1px solid rgba(7, 36, 69, 0.08);
}
#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    input::-webkit-outer-spin-button,
#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    input:focus {
    border-color: rgba(7, 36, 69, 0.24);
}

#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    input.is-invalid {
    border-color: #d93025;
    background-color: rgba(217, 48, 37, 0.04);
    color: #8b1e18;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    .input_error {
    display: none;
}

#pk_flex_content .flex_layout.product_detail_hero #configurator .configurator_feedback {
    min-height: 1.25rem;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    color: #d93025;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .repeater
    input::placeholder {
    transition: color 0.3s ease-in-out;
    color: rgba(7, 36, 69, 0.5);
    opacity: 1;
}

#pk_flex_content .flex_layout.product_detail_hero button.add_to_cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    padding: 0.375rem 0.625rem 0.375rem 2rem;
    background-color: #2e8ad4;
    border-radius: 100px;
    border: none;
    outline: none;
}

#pk_flex_content .flex_layout.product_detail_hero button.add_to_cart:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

#pk_flex_content .flex_layout.product_detail_hero .price_wrapper {
    margin-bottom: 1.5rem;
}
#pk_flex_content .flex_layout.product_detail_hero .price_wrapper .price_wrap {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
}
#pk_flex_content
    .flex_layout.product_detail_hero
    .price_wrapper
    .price_wrap
    .decimal {
    font-size: 22px;
}

#pk_flex_content .flex_layout.product_detail_hero .price_wrapper > span {
    display: block;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .reset_wrapper
    label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 0;
}

#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .reset_wrapper
    label
    svg {
    transform: rotate(0deg);
}
#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .reset_wrapper
    label:has(+ input.reset)
    svg {
    transition: transform 0.5s ease-in-out;
    transform: rotate(-360deg);
}

#pk_flex_content
    .flex_layout.product_detail_hero
    #configurator
    .reset_wrapper
    input {
    display: none;
}

/* Tooltip */
body:has(#pk_flex_content .flex_layout.product_detail_hero) .cursor-tooltip {
    max-width: calc(100% - 3rem);
    width: 400px;
	color: var(--midnight);
    position: fixed;
    pointer-events: none;
    padding: 20px 30px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.15s ease;
	background: var(--White, rgba(255, 255, 255, 1));
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

body:has(#pk_flex_content .flex_layout.product_detail_hero) .cursor-tooltip p {
    margin: 0;
}

body:has(#pk_flex_content .flex_layout.product_detail_hero) .cursor-tooltip p + p {
    margin-top: 12px;
}

/* out of stock notifier */
.cwginstock-subscribe-form .panel{
    box-shadow: none;
    margin-bottom: -1rem !important;
}

.cwginstock-subscribe-form .panel-primary{
    border: 0px;
    margin: 0px;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading{
    display: none;
}

.cwginstock-subscribe-form .row{
    margin: 0px;
}

.cwginstock-subscribe-form .col-md-12,
.cwginstock-subscribe-form .panel-body{
    padding: 0px;
}

.cwginstock-subscribe-form .panel-body input.cwgstock_name,
.cwginstock-subscribe-form .panel-body input.cwgstock_email{
    transition: border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
    font-size: 14px;
    line-height: 1.5;
    appearance: textfield;
    -moz-appearance: textfield;
    background-color: #fff;
    padding: 0.875rem 1.375rem;
    border-radius: 100px;
    border: 1px solid rgba(7, 36, 69, 0.08);
    text-align: left !important;
}

.cwginstock-subscribe-form .panel-body input.cwgstock_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    padding: 0.375rem 0.625rem 0.375rem 2rem;
    background-color: #2e8ad4;
    border-radius: 100px;
    border: none;
    outline: none;
    padding: 0.875rem 1.375rem;
}

.blockUI.blockOverlay{
    background-color: white !important;
    opacity: 0.5 !important;
}

@media screen and (min-width: 993px) {
    #pk_flex_content .flex_layout.product_detail_hero .left_col {
        width: calc(100% - 3.5rem - 412px);
    }
    #pk_flex_content .flex_layout.product_detail_hero .right_col {
        width: 412px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 992px) {
    #pk_flex_content .flex_layout.product_detail_hero .product_hero_container {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    #pk_flex_content .flex_content:has(> .flex_layout.product_detail_hero) {
        background: url("./bg-pattern.png");
        background-repeat: no-repeat;
        background-position: -40px 0;
        background-size: cover;
    }

    #pk_flex_content .flex_layout.product_detail_hero .product_hero_container {
        gap: 1.25rem;
        padding-block: 0.5rem 1.25rem;
    }

    #pk_flex_content
        .flex_layout.product_detail_hero
        .left_col
        .rank-math-breadcrumb {
        margin-bottom: 16px;
    }

    #pk_flex_content .flex_layout.product_detail_hero .left_col h1 {
        font-size: clamp(28px, 8vw, 34px);
        margin-bottom: 18px;
    }

    #pk_flex_content .flex_layout.product_detail_hero .left_col .scroll_nav {
        margin-top: 16px;
        gap: 8px;
    }

    #pk_flex_content
        .flex_layout.product_detail_hero
        .left_col
        .scroll_nav
        button {
        min-height: 44px;
        padding: 0.65rem 1rem 0.65rem 0.75rem;
    }

    #pk_flex_content
        .flex_layout.product_detail_hero
        .left_col
        .actions
        .related_product {
        min-height: 44px;
        font-size: 15px;
        padding: 0.8rem 1rem;
    }

    #pk_flex_content
        .flex_layout.product_detail_hero
        .left_col
        .product_gallery {
        flex-direction: column;
    }

    #pk_flex_content .flex_layout.product_detail_hero .left_col .short_description {
        margin-top: 1.25rem;
    }

    #pk_flex_content .flex_layout.product_detail_hero .right_col .col_inner {
        padding: 1.25rem 1rem;
    }
}
