body.single-product .qodef-content {
    background:
        radial-gradient(circle at top left, rgba(239, 64, 110, 0.08), transparent 34%),
        radial-gradient(circle at top right, rgba(21, 171, 204, 0.08), transparent 28%),
        linear-gradient(180deg, #fffafc 0%, #ffffff 38%, #f7f8fc 100%);
}

body.single-product .qodef-content .qodef-container-inner {
    padding-top: 28px;
    padding-bottom: 42px;
}

body.single-product.qodef-woo-single-page .product {
    margin-bottom: 44px;
}

body.single-product.qodef-woo-single-page .qodef-single-product-content {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 34px;
    align-items: start;
    margin: 0 0 30px;
    padding: 26px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .qodef-single-product-content .images,
body.single-product.qodef-woo-single-page .qodef-single-product-summary {
    display: block;
    float: none;
    width: auto;
    padding: 0;
}

body.single-product.qodef-woo-single-page .qodef-single-product-content .images {
    align-self: stretch;
    margin: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery {
    padding: 20px;
    border-radius: 0;
    background: linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
    border: 1px solid rgba(239, 64, 110, 0.12);
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery__wrapper {
    display: grid;
    gap: 16px;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery__image {
    padding: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery__image:first-child {
    left: 0;
    width: 100%;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery__image a {
    display: block;
    overflow: hidden;
    border-radius: 0;
    background: #ffffff;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery__image:first-child a {
    min-height: 420px;
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery__image:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery__image--placeholder {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background:
        radial-gradient(circle at top left, rgba(239, 64, 110, 0.18), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #fff3f7 100%);
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery__image--placeholder img {
    display: block;
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    width: calc(25% - 12px);
    padding-top: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a {
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.single-product.qodef-woo-single-page .woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a:hover {
    transform: translateY(-3px);
    border-color: rgba(239, 64, 110, 0.26);
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary {
    position: sticky;
    top: 24px;
    padding: 30px;
    border-radius: 0;
    background: linear-gradient(180deg, #111827 0%, #1f2937 100%);
    box-shadow: none;
    color: rgba(255, 255, 255, 0.82);
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .summary {
    margin: 0;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .qodef-single-product-title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #ffffff;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    line-height: 1;
    color: #ff7ea3;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .price:empty {
    display: none;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .woocommerce-product-details__short-description {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .woocommerce-product-details__short-description p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.76);
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .woocommerce-product-details__short-description p:last-of-type {
    margin-bottom: 0;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .woocommerce-product-details__short-description .qodef-btn {
    margin-top: 14px;
    border-radius: 0;
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-brief {
    display: grid;
    gap: 14px;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-brief__eyebrow,
body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-quote-box__eyebrow {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.56);
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-brief__headline {
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    color: #ffffff;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-brief__list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-brief__list li {
    position: relative;
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-brief__list li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8cab 0%, #7dd3fc 100%);
    transform: translateY(-50%);
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ctc_chat {
    margin-top: 18px;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ctc_chat .s_8 {
    width: 100%;
    justify-content: center;
    border-radius: 0;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary form.cart {
    display: flex;
    align-items: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary form.cart .single_add_to_cart_button {
    width: 100%;
    min-height: 56px;
    border-radius: 0;
    padding: 15px 28px;
    background: linear-gradient(135deg, #ef406e 0%, #ff7e5f 100%);
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary form.cart .single_add_to_cart_button:after {
    display: none;
    content: none;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary form.cart .single_add_to_cart_button:hover {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-quote-box {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-quote-box__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.76);
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-quote-box__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-quote-box__actions .qodef-btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    border-radius: 0;
    text-align: center;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-quote-box__primary {
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-quote-box__secondary {
    border-color: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

body.single-product.ideahits-product-without-price.qodef-woo-single-page .qodef-single-product-summary .product_meta {
    margin-top: 18px;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .product_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .product_meta > span,
body.single-product.qodef-woo-single-page .qodef-single-product-summary .qodef-woo-social-share-holder {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px 14px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.5;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .product_meta > span a,
body.single-product.qodef-woo-single-page .qodef-single-product-summary .qodef-woo-social-share-holder a,
body.single-product.qodef-woo-single-page .qodef-single-product-summary .qodef-woo-social-share-holder > span {
    color: inherit;
}

body.single-product.qodef-woo-single-page .qodef-single-product-summary .qodef-woo-social-share-holder ul {
    display: inline-flex;
    gap: 8px;
    margin: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-tabs {
    margin-top: 0;
    padding: 28px 30px 32px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

body.single-product.qodef-woo-single-page .woocommerce-tabs ul.tabs > li {
    float: none;
    border: 0;
    border-radius: 0;
    background: #f4f5f8;
}

body.single-product.qodef-woo-single-page .woocommerce-tabs ul.tabs > li.active,
body.single-product.qodef-woo-single-page .woocommerce-tabs ul.tabs > li:hover {
    background: #111827;
}

body.single-product.qodef-woo-single-page .woocommerce-tabs ul.tabs > li a {
    padding: 13px 18px;
    font-size: 13px;
    letter-spacing: 0.08em;
}

body.single-product.qodef-woo-single-page .woocommerce-tabs ul.tabs > li.active a,
body.single-product.qodef-woo-single-page .woocommerce-tabs ul.tabs > li:hover a {
    color: #ffffff;
}

body.single-product.qodef-woo-single-page .woocommerce-tabs .entry-content > p,
body.single-product.qodef-woo-single-page .woocommerce-tabs #reviews {
    margin-top: 12px;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description {
    overflow: hidden;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper {
    display: grid;
    gap: 28px;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description > h2 {
    display: none;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper > .vc_row,
body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper > .vc_row-full-width {
    margin-top: 0 !important;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper > .vc_row {
    clear: both;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_row {
    margin-left: 0;
    margin-right: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .qodef-row-grid-section-wrapper {
    margin-left: 0;
    margin-right: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .qodef-row-grid-section {
    width: 100%;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .qodef-single-image-holder {
    overflow: hidden;
    border-radius: 0;
    background: #f8fafc;
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .qodef-single-image-holder img {
    display: block;
    width: 100%;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .qodef-section-title-holder {
    margin: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .qodef-section-title-holder .qodef-st-title {
    line-height: 1.15;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .qodef-section-title-holder .qodef-st-text {
    font-size: 16px;
    line-height: 1.85;
    color: #4b5563;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper > .vc_row:first-child {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    padding: 28px;
    border-radius: 0;
    background:
        radial-gradient(circle at top right, rgba(239, 64, 110, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper > .vc_row:first-child > .wpb_column {
    width: auto;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper > .vc_row:last-child {
    padding: 28px;
    border-radius: 0;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_row[data-vc-full-width="true"] {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741599931343,
body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132,
body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600051767,
body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741599804527 {
    position: relative;
    z-index: 1;
    padding-left: 6px;
    padding-right: 6px;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741599702850 {
    padding-top: 0 !important;
    margin-top: 4px;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741599702850 .qodef-section-title-holder {
    margin: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132 .qodef-image-gallery {
    padding: 24px;
    border-radius: 0;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132 .qodef-ig-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132 .qodef-ig-image {
    width: auto;
    margin: 0;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132 .qodef-ig-image-inner {
    overflow: hidden;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132 .qodef-ig-image-inner a,
body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132 .qodef-ig-image-inner img {
    display: block;
    width: 100%;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_toggle {
    margin-bottom: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_toggle_title {
    padding: 20px 24px;
}

body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_toggle_content {
    padding: 0 24px 24px;
}

body.single-product.qodef-woo-single-page .related.products {
    margin-top: 34px;
}

body.single-product.qodef-woo-single-page .related.products > h2 {
    margin-bottom: 22px;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    letter-spacing: -0.03em;
}

body.single-product.qodef-woo-single-page .related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

body.single-product.qodef-woo-single-page .related.products ul.products > .product {
    width: auto;
    margin: 0;
}

body.single-product.qodef-woo-single-page .related.products .qodef-pl-inner {
    height: 100%;
    padding: 18px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.single-product.qodef-woo-single-page .related.products .qodef-pl-inner:hover {
    transform: translateY(-6px);
    border-color: rgba(239, 64, 110, 0.18);
    box-shadow: none;
}

body.single-product.qodef-woo-single-page .related.products .qodef-pl-image {
    overflow: hidden;
    border-radius: 0;
}

body.single-product.qodef-woo-single-page .related.products .qodef-pl-image img {
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    body.single-product.qodef-woo-single-page .qodef-single-product-content {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-product.qodef-woo-single-page .qodef-single-product-summary {
        position: relative;
        top: 0;
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper > .vc_row:first-child {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-product.qodef-woo-single-page .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132 .qodef-ig-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    body.single-product .qodef-content .qodef-container-inner {
        padding-top: 16px;
        padding-bottom: 28px;
    }

    body.single-product.qodef-woo-single-page .qodef-single-product-content,
    body.single-product.qodef-woo-single-page .woocommerce-tabs {
        padding: 18px;
        border-radius: 0;
    }

    body.single-product.qodef-woo-single-page .qodef-single-product-summary {
        padding: 22px;
        border-radius: 0;
    }

    body.single-product.qodef-woo-single-page .woocommerce-product-gallery {
        padding: 14px;
        border-radius: 0;
    }

    body.single-product.qodef-woo-single-page .woocommerce-product-gallery__image:first-child a {
        min-height: 280px;
    }

    body.single-product.qodef-woo-single-page .woocommerce-product-gallery__image--placeholder img {
        min-height: 280px;
    }

    body.single-product.qodef-woo-single-page .woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        width: calc(50% - 8px);
    }

    body.single-product.qodef-woo-single-page .related.products ul.products {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper {
        gap: 22px;
    }

    body.single-product.qodef-woo-single-page .qodef-single-product-summary .ideahits-product-quote-box__actions {
        grid-template-columns: minmax(0, 1fr);
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper > .vc_row:first-child,
    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .wpb-content-wrapper > .vc_row:last-child {
        padding: 18px;
        border-radius: 0;
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741599931343,
    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132,
    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600051767,
    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741599804527 {
        padding-left: 0;
        padding-right: 0;
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_row[data-vc-full-width="true"] {
        border-radius: 0;
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132 .qodef-image-gallery {
        padding: 14px;
        border-radius: 0;
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_custom_1741600030132 .qodef-ig-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_toggle_title {
        padding: 16px 18px;
    }

    body.single-product.qodef-woo-single-page .woocommerce-Tabs-panel--description .vc_toggle_content {
        padding: 0 18px 18px;
    }
}
