/*
 * CT_PRODUCT_DETAIL_03A_TABS_CONSULTANT_SHELL_LAYOUT_SAFE
 * Product page only.
 */

@media (min-width: 992px) {
    html body#product
    [data-ct-product-shell-03a="active"] {
        width: calc(100% - 48px) !important;
        max-width: 1420px !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        box-sizing: border-box;
    }

    html body#product
    [data-ct-product-row-03a="active"] {
        display: grid !important;
        grid-template-columns:
            minmax(0, 1.46fr)
            minmax(390px, 1fr) !important;
        align-items: start !important;
        column-gap: 48px !important;
        row-gap: 0 !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    html body#product
    [data-ct-product-gallery-03a="active"],
    html body#product
    [data-ct-product-summary-03a="active"] {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        float: none !important;
    }

    html body#product
    [data-ct-product-gallery-03a="active"] {
        grid-column: 1 !important;
        display: block !important;
    }

    html body#product
    [data-ct-product-summary-03a="active"] {
        grid-column: 2 !important;
        display: block !important;
    }
}

html body#product
[data-ct-product-tabs-03a="active"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 28px 0 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: both !important;
}

html body#product
[data-ct-product-tabs-03a="active"]
.ct-step08128-tabs-col {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

html body#product
[data-ct-product-tabs-nav-03a="active"] {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: end !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border-bottom: 1px solid #e8e2da !important;
}

html body#product
[data-ct-product-information-tab-03a="active"] {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 10px 14px !important;
    border: 0 !important;
    background: transparent !important;
    color: #1a1816 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: .04em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: normal !important;
    cursor: pointer !important;
}

html body#product
[data-ct-product-information-tab-03a="active"]::after {
    position: absolute !important;
    right: 22% !important;
    bottom: -1px !important;
    left: 22% !important;
    height: 2px !important;
    background: transparent !important;
    content: "" !important;
}

html body#product
[data-ct-product-information-tab-03a="active"].is-active::after,
html body#product
[data-ct-product-information-tab-03a="active"].active::after,
html body#product
[data-ct-product-information-tab-03a="active"][aria-selected="true"]::after {
    background: #b38b56 !important;
}

html body#product
[data-ct-product-assistant-tab-03a="hidden"],
html body#product
[data-ct-product-assistant-pane-03a="hidden"],
html body#product
[data-ct-product-ask-03a="hidden"],
html body#product
[data-ct-product-left-artifact-03a="hidden"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html body#product
[data-ct-product-tabs-03a="active"]
.ct-step08128-product-tabs__body {
    width: 100% !important;
    max-width: none !important;
    min-height: 96px !important;
    padding: 22px 0 0 !important;
}

html body#product
[data-ct-product-tabs-03a="active"]
.ct-step08128-tab-panel {
    width: 100% !important;
    max-width: none !important;
    color: #2a2825 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

html body#product
#ct-product-consultant-slot-03a {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
    clear: both !important;
}

html body#product
#ct-product-consultant-slot-03a
[data-ct-product-consultant-root-03a="active"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 1px solid #e6e0d8 !important;
    background: #fff !important;
    box-shadow: none !important;
}

html body#product
#ct-product-consultant-slot-03a
[data-ct-product-consultant-title-03a="active"] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #eee9e2 !important;
    background: #fff !important;
    color: #24211e !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: .04em !important;
    text-align: left !important;
    text-transform: uppercase !important;
    pointer-events: none !important;
}

html body#product
#ct-product-consultant-slot-03a
[data-ct-product-consultant-title-03a="active"]
.iwes-acc-icon {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: rotate(-90deg) !important;
}

html body#product
#ct-product-consultant-slot-03a
[data-ct-product-consultant-panel-03a="active"] {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow: visible !important;
    opacity: 1 !important;
    border: 0 !important;
    background: #fff !important;
}

html body#product
#ct-product-consultant-slot-03a
[data-ct-product-consultant-grid-03a="active"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card[data-ct-product-consultant-card-03a="hidden"] {
    display: none !important;
    visibility: hidden !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card[data-ct-product-consultant-card-03a="active"] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__head {
    display: grid !important;
    grid-template-columns: 70px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__avatar {
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__name {
    display: block !important;
    min-width: 0 !important;
    color: #222 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__name strong {
    display: block !important;
    margin: 0 0 3px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__status {
    display: block !important;
    margin: 0 0 3px !important;
    color: #4a4743 !important;
    font-size: 11px !important;
}

html body#product
#ct-product-consultant-slot-03a
.dot.dot--on {
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    margin-right: 5px !important;
    border-radius: 50% !important;
    background: #21c55d !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__desc {
    color: #5d5954 !important;
    font-size: 11px !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__actions a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    border: 1px solid #b38b56 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #3b342c !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: .04em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__actions a:first-child {
    color: #24211e !important;
}

html body#product
#ct-product-consultant-slot-03a
.iwes-card__actions a.iwes-wa-call {
    min-height: 28px !important;
    border-color: transparent !important;
    color: #6e665d !important;
    font-size: 10px !important;
    text-transform: none !important;
}

html body#product
#ct-product-consultant-slot-03a
.slick-list,
html body#product
#ct-product-consultant-slot-03a
.slick-track {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
}

@media (max-width: 991.98px) {
    html body#product
    [data-ct-product-shell-03a="active"] {
        width: calc(100% - 30px) !important;
        max-width: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    html body#product
    [data-ct-product-row-03a="active"] {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    html body#product
    [data-ct-product-gallery-03a="active"],
    html body#product
    [data-ct-product-summary-03a="active"] {
        width: 100% !important;
        max-width: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    html body#product
    [data-ct-product-tabs-nav-03a="active"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        row-gap: 2px !important;
    }

    html body#product
    #ct-product-consultant-slot-03a {
        margin-top: 18px !important;
    }
}
