body.single-product.iss-modern-pdp {
    --iss-bg: #FFFFFF;
    --iss-surface: #F5F7FA;
    --iss-ink: #010F34;
    --iss-body: #788094;
    --iss-accent: #ED7306;
    --iss-border: #ECF1F5;
    --iss-radius-sm: 6px;
    --iss-radius: 10px;
    --iss-shadow: 0 18px 45px rgba(1, 15, 52, .08);
    background: var(--iss-bg);
    color: var(--iss-body);
    font-family: "DM Sans", sans-serif;
}

body.single-product.iss-modern-pdp .main-area > .cs_height_150:first-of-type,
body.single-product.iss-modern-pdp .blog-details-area + .cs_height_150 {
    height: 42px !important;
}

body.single-product.iss-modern-pdp .blog-details-area {
    padding: 0;
}

body.single-product.iss-modern-pdp .blog-details-area > .container {
    max-width: 1320px;
}

body.single-product.iss-modern-pdp .blog-details-area .row.justify-content-center {
    margin: 0;
}

body.single-product.iss-modern-pdp .blog-details-area .col-lg-8,
body.single-product.iss-modern-pdp .blog-details-area .col-lg-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

body.single-product.iss-modern-pdp .blog-post-item,
body.single-product.iss-modern-pdp .blog-details-wrap,
body.single-product.iss-modern-pdp .blog-post-content,
body.single-product.iss-modern-pdp .post-text,
body.single-product.iss-modern-pdp .post-text > .woocommerce {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.single-product.iss-modern-pdp .blog-post-thumb,
body.single-product.iss-modern-pdp .blog-post-content > .title,
body.single-product.iss-modern-pdp .blog-post-meta,
body.single-product.iss-modern-pdp .postbox__wrapper > .blog-details-border,
body.single-product.iss-modern-pdp .postbox__wrapper > .biography,
body.single-product.iss-modern-pdp .postbox__wrapper > .author-info {
    display: none !important;
}

body.single-product.iss-modern-pdp .iss-pdp-breadcrumb {
    display: flex;
    margin: 0 0 28px;
    align-items: center;
    gap: 9px;
    color: var(--iss-body);
    font-size: 13px;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
}

body.single-product.iss-modern-pdp .iss-pdp-breadcrumb a {
    color: #788094;
    text-decoration: none;
    transition: color .16s ease;
}

body.single-product.iss-modern-pdp .iss-pdp-breadcrumb a:hover {
    color: var(--iss-accent);
}

body.single-product.iss-modern-pdp .iss-pdp-breadcrumb > span[aria-hidden="true"] {
    color: #788094;
}

body.single-product.iss-modern-pdp .iss-pdp-breadcrumb-current {
    min-width: 0;
    overflow: hidden;
    color: var(--iss-ink);
    font-weight: 600;
    text-overflow: ellipsis;
}

body.single-product.iss-modern-pdp .woocommerce .single-product > div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 56px 64px;
    align-items: start;
    margin: 0;
}

body.single-product.iss-modern-pdp .woocommerce div.product div.images,
body.single-product.iss-modern-pdp .woocommerce div.product div.summary {
    float: none;
    width: auto;
    margin: 0;
}

body.single-product.iss-modern-pdp .woocommerce div.product div.images {
    min-width: 0;
}

body.single-product.iss-modern-pdp .woocommerce div.product div.summary {
    position: sticky;
    top: 132px;
    min-width: 0;
    padding-top: 2px;
}

body.single-product.iss-modern-pdp .woocommerce div.product > .woocommerce-tabs,
body.single-product.iss-modern-pdp .woocommerce div.product > .related,
body.single-product.iss-modern-pdp .woocommerce div.product > .upsells {
    grid-column: 1 / -1;
    width: 100%;
}

body.single-product.iss-modern-pdp .woocommerce-product-gallery {
    position: relative;
}

body.single-product.iss-modern-pdp .woocommerce-product-gallery .flex-viewport,
body.single-product.iss-modern-pdp .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    overflow: hidden;
    background: var(--iss-surface);
    border: 1px solid var(--iss-border);
    border-radius: var(--iss-radius);
}

body.single-product.iss-modern-pdp .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
    display: flex;
    min-height: 540px;
    padding: 34px;
    align-items: center;
    justify-content: center;
}

body.single-product.iss-modern-pdp .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    max-width: 620px;
    height: auto;
    max-height: 540px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: var(--iss-radius-sm);
}

body.single-product.iss-modern-pdp .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: thin;
}

body.single-product.iss-modern-pdp .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 74px;
    width: 74px !important;
    margin: 0 !important;
    float: none !important;
    list-style: none;
}

body.single-product.iss-modern-pdp .woocommerce-product-gallery .flex-control-thumbs img {
    width: 74px;
    height: 74px;
    padding: 5px;
    object-fit: cover;
    opacity: .62;
    background: #fff;
    border: 1px solid var(--iss-border);
    border-radius: var(--iss-radius-sm);
    cursor: pointer;
    transition: opacity .16s ease, border-color .16s ease, transform .16s ease;
}

body.single-product.iss-modern-pdp .woocommerce-product-gallery .flex-control-thumbs img:hover,
body.single-product.iss-modern-pdp .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    opacity: 1;
    border-color: var(--iss-accent);
    transform: translateY(-1px);
}

body.single-product.iss-modern-pdp .woocommerce-product-gallery__trigger {
    top: 14px !important;
    right: 14px !important;
    z-index: 5;
    display: grid;
    width: 42px !important;
    height: 42px !important;
    place-items: center;
    color: var(--iss-ink) !important;
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid var(--iss-border) !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 18px rgba(1, 15, 52, .08);
}

body.single-product.iss-modern-pdp .iss-pdp-category {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--iss-accent);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

body.single-product.iss-modern-pdp .iss-pdp-title {
    margin: 0 0 10px;
    color: var(--iss-ink);
    font-family: "Outfit", sans-serif;
    font-size: clamp(28px, 2.2vw, 34px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
}

body.single-product.iss-modern-pdp .iss-pdp-submeta {
    display: flex;
    margin: 0 0 22px;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
    color: var(--iss-body);
    font-size: 12.5px;
}

body.single-product.iss-modern-pdp .iss-pdp-submeta strong {
    color: #788094;
    font-weight: 600;
}

body.single-product.iss-modern-pdp .iss-pdp-submeta-sep {
    width: 3px;
    height: 3px;
    background: #788094;
    border-radius: 50%;
}

body.single-product.iss-modern-pdp .iss-pdp-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.single-product.iss-modern-pdp .star-rating {
    color: var(--iss-accent);
}

body.single-product.iss-modern-pdp .summary > .price {
    margin: 0 0 12px !important;
    color: var(--iss-ink) !important;
    font-family: "Outfit", sans-serif;
    font-size: 34px !important;
    font-weight: 700;
    line-height: 1.1;
}

body.single-product.iss-modern-pdp .summary > .price del {
    margin-right: 8px;
    color: #788094;
    font-size: 18px;
    font-weight: 500;
    opacity: 1;
}

body.single-product.iss-modern-pdp .summary > .price ins {
    color: var(--iss-ink);
    text-decoration: none;
}

body.single-product.iss-modern-pdp .summary .stock {
    display: inline-flex;
    margin: 0 0 20px !important;
    padding: 7px 10px;
    align-items: center;
    gap: 7px;
    color: var(--iss-ink) !important;
    background: rgba(237, 115, 6, .07);
    border: 1px solid rgba(237, 115, 6, .16);
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1;
}

body.single-product.iss-modern-pdp .summary .stock::before {
    content: "";
    width: 7px;
    height: 7px;
    background: var(--iss-accent);
    border-radius: 50%;
}

body.single-product.iss-modern-pdp .woocommerce-product-details__short-description {
    margin: 0 0 24px;
    color: #788094;
    font-size: 15.5px;
    line-height: 1.7;
}

body.single-product.iss-modern-pdp .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

body.single-product.iss-modern-pdp .summary form.cart {
    margin: 0 0 16px !important;
}

body.single-product.iss-modern-pdp .product-type-simple .summary form.cart,
body.single-product.iss-modern-pdp .product-type-external .summary form.cart {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

body.single-product.iss-modern-pdp .summary .quantity:not(:has(input[type="hidden"])) {
    flex: 0 0 92px;
}

body.single-product.iss-modern-pdp .summary .quantity .qty {
    width: 92px;
    min-height: 54px;
    padding: 0 12px;
    color: var(--iss-ink);
    background: #fff;
    border: 1px solid #ECF1F5;
    border-radius: var(--iss-radius);
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

body.single-product.iss-modern-pdp .summary .single_add_to_cart_button,
body.single-product.iss-modern-pdp .summary .button.alt {
    flex: 1 1 auto;
    min-height: 54px;
    padding: 14px 22px !important;
    color: #fff !important;
    background: var(--iss-accent) !important;
    border: 1px solid var(--iss-accent) !important;
    border-radius: var(--iss-radius) !important;
    box-shadow: none !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

body.single-product.iss-modern-pdp .summary .single_add_to_cart_button:hover,
body.single-product.iss-modern-pdp .summary .button.alt:hover {
    background: #ED7306 !important;
    border-color: #ED7306 !important;
    transform: translateY(-1px);
}

body.single-product.iss-modern-pdp .summary .single_add_to_cart_button:active,
body.single-product.iss-modern-pdp .summary .button.alt:active {
    transform: translateY(0);
}

body.single-product.iss-modern-pdp .summary .variations {
    margin-bottom: 16px;
}

body.single-product.iss-modern-pdp .summary .variations th,
body.single-product.iss-modern-pdp .summary .variations td {
    padding: 7px 0;
    vertical-align: middle;
}

body.single-product.iss-modern-pdp .summary .variations select {
    min-height: 48px;
    padding: 0 42px 0 14px;
    color: var(--iss-ink);
    background: #fff;
    border: 1px solid #ECF1F5;
    border-radius: var(--iss-radius);
}

body.single-product.iss-modern-pdp .product_meta {
    display: none !important;
}

body.single-product.iss-modern-pdp .iss-pdp-confidence {
    display: grid;
    margin-top: 18px;
    padding: 15px 0;
    border-top: 1px solid var(--iss-border);
    border-bottom: 1px solid var(--iss-border);
    gap: 10px;
}

body.single-product.iss-modern-pdp .iss-pdp-confidence > span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #788094;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

body.single-product.iss-modern-pdp .iss-pdp-confidence svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    fill: var(--iss-accent);
}

body.single-product.iss-modern-pdp .iss-pdp-help {
    display: flex;
    margin-top: 14px;
    padding: 13px 14px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #788094;
    background: var(--iss-surface);
    border: 1px solid var(--iss-border);
    border-radius: var(--iss-radius);
    font-size: 13px;
    text-decoration: none;
    transition: border-color .16s ease, transform .16s ease;
}

body.single-product.iss-modern-pdp .iss-pdp-help strong {
    flex: 0 0 auto;
    color: var(--iss-ink);
    font-size: 14px;
}

body.single-product.iss-modern-pdp .iss-pdp-help:hover {
    border-color: #ECF1F5;
    transform: translateY(-1px);
}

body.single-product.iss-modern-pdp .woocommerce-tabs {
    margin-top: 18px !important;
    padding-top: 44px;
    border-top: 1px solid var(--iss-border);
}

body.single-product.iss-modern-pdp .woocommerce-tabs ul.tabs {
    display: flex;
    margin: 0 0 28px !important;
    padding: 0 !important;
    gap: 26px;
    overflow-x: auto;
    border: 0 !important;
}

body.single-product.iss-modern-pdp .woocommerce-tabs ul.tabs::before,
body.single-product.iss-modern-pdp .woocommerce-tabs ul.tabs::after,
body.single-product.iss-modern-pdp .woocommerce-tabs ul.tabs li::before,
body.single-product.iss-modern-pdp .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

body.single-product.iss-modern-pdp .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 0 10px !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
}

body.single-product.iss-modern-pdp .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: var(--iss-accent) !important;
}

body.single-product.iss-modern-pdp .woocommerce-tabs ul.tabs li a {
    padding: 0 !important;
    color: #788094 !important;
    font-size: 14px;
    font-weight: 700 !important;
    text-decoration: none;
}

body.single-product.iss-modern-pdp .woocommerce-tabs ul.tabs li.active a {
    color: var(--iss-ink) !important;
}

body.single-product.iss-modern-pdp .woocommerce-tabs .panel {
    position: relative;
    max-width: 900px;
    margin: 0 !important;
    color: #788094;
    font-size: 15.5px;
    line-height: 1.72;
}

body.single-product.iss-modern-pdp .woocommerce-tabs .panel h2,
body.single-product.iss-modern-pdp .related.products > h2,
body.single-product.iss-modern-pdp .upsells.products > h2 {
    margin: 0 0 22px;
    color: var(--iss-ink);
    font-family: "Outfit", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
}

body.single-product.iss-modern-pdp .woocommerce-tabs .panel h3 {
    margin: 28px 0 10px;
    color: var(--iss-ink);
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

body.single-product.iss-modern-pdp .woocommerce-tabs .panel p,
body.single-product.iss-modern-pdp .woocommerce-tabs .panel ul,
body.single-product.iss-modern-pdp .woocommerce-tabs .panel ol {
    margin-bottom: 16px;
}

body.single-product.iss-modern-pdp .woocommerce-tabs .panel ul,
body.single-product.iss-modern-pdp .woocommerce-tabs .panel ol {
    padding-left: 22px;
}

body.single-product.iss-modern-pdp .woocommerce-tabs .panel.iss-pdp-collapsible {
    overflow: hidden;
    transition: max-height .22s ease;
}

body.single-product.iss-modern-pdp .woocommerce-tabs .panel.iss-pdp-collapsible.is-collapsed {
    max-height: 620px;
}

body.single-product.iss-modern-pdp .iss-pdp-readmore {
    margin-top: 18px;
    padding: 10px 14px;
    color: var(--iss-ink);
    background: #fff;
    border: 1px solid #ECF1F5;
    border-radius: var(--iss-radius);
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .16s ease, color .16s ease;
}

body.single-product.iss-modern-pdp .iss-pdp-readmore:hover {
    color: var(--iss-accent);
    border-color: var(--iss-accent);
}

body.single-product.iss-modern-pdp .related.products,
body.single-product.iss-modern-pdp .upsells.products {
    margin-top: 12px;
    padding-top: 44px;
    border-top: 1px solid var(--iss-border);
}

body.single-product.iss-modern-pdp .related.products ul.products,
body.single-product.iss-modern-pdp .upsells.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 !important;
    gap: 18px;
}

body.single-product.iss-modern-pdp .related.products ul.products::before,
body.single-product.iss-modern-pdp .related.products ul.products::after,
body.single-product.iss-modern-pdp .upsells.products ul.products::before,
body.single-product.iss-modern-pdp .upsells.products ul.products::after {
    display: none !important;
}

body.single-product.iss-modern-pdp .related.products ul.products li.product,
body.single-product.iss-modern-pdp .upsells.products ul.products li.product {
    display: flex;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 14px;
    flex-direction: column;
    float: none !important;
    background: #fff;
    border: 1px solid var(--iss-border);
    border-radius: var(--iss-radius);
    overflow: hidden;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

body.single-product.iss-modern-pdp .related.products ul.products li.product:hover,
body.single-product.iss-modern-pdp .upsells.products ul.products li.product:hover {
    transform: translateY(-2px);
    border-color: #ECF1F5;
    box-shadow: 0 12px 30px rgba(1, 15, 52, .06);
}

body.single-product.iss-modern-pdp .related.products li.product > a.woocommerce-LoopProduct-link,
body.single-product.iss-modern-pdp .upsells.products li.product > a.woocommerce-LoopProduct-link {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

body.single-product.iss-modern-pdp .related.products li.product img,
body.single-product.iss-modern-pdp .upsells.products li.product img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    margin: 0 0 14px !important;
    padding: 16px;
    object-fit: contain;
    background: var(--iss-surface);
}

body.single-product.iss-modern-pdp .related.products li.product .woocommerce-loop-product__title,
body.single-product.iss-modern-pdp .upsells.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;
    min-height: 44px;
    margin: 0 14px 8px !important;
    padding: 0 !important;
    overflow: hidden;
    color: var(--iss-ink) !important;
    font-family: "Outfit", sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.single-product.iss-modern-pdp .related.products li.product .price,
body.single-product.iss-modern-pdp .upsells.products li.product .price {
    margin: auto 14px 0 !important;
    color: var(--iss-ink) !important;
    font-family: "Outfit", sans-serif;
    font-size: 17px !important;
    font-weight: 700 !important;
}

body.single-product.iss-modern-pdp .related.products li.product > .button,
body.single-product.iss-modern-pdp .upsells.products li.product > .button {
    margin: 12px 14px 0 !important;
    padding: 11px 12px !important;
    color: #fff !important;
    background: var(--iss-accent) !important;
    border: 0 !important;
    border-radius: var(--iss-radius) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-align: center;
}

body.single-product.iss-modern-pdp .iss-pdp-sticky {
    position: fixed;
    left: 50%;
    bottom: 16px;
    z-index: 9998;
    display: flex;
    width: min(760px, calc(100% - 32px));
    padding: 9px;
    align-items: center;
    gap: 11px;
    opacity: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(223, 229, 236, .95);
    border-radius: var(--iss-radius);
    box-shadow: var(--iss-shadow);
    transform: translate(-50%, 18px);
    transition: opacity .18s ease, transform .18s ease;
    backdrop-filter: blur(10px);
}

body.single-product.iss-modern-pdp .iss-pdp-sticky.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

body.single-product.iss-modern-pdp .iss-pdp-sticky img {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: 3px;
    object-fit: contain;
    background: var(--iss-surface);
    border-radius: var(--iss-radius-sm);
}

body.single-product.iss-modern-pdp .iss-pdp-sticky-copy {
    min-width: 0;
    flex: 1 1 auto;
}

body.single-product.iss-modern-pdp .iss-pdp-sticky-title {
    display: block;
    overflow: hidden;
    color: var(--iss-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.single-product.iss-modern-pdp .iss-pdp-sticky-price {
    display: block;
    margin-top: 2px;
    color: #788094;
    font-size: 12px;
    font-weight: 700;
}

body.single-product.iss-modern-pdp .iss-pdp-sticky-button {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 10px 18px;
    color: #fff;
    background: var(--iss-accent);
    border: 1px solid var(--iss-accent);
    border-radius: var(--iss-radius);
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

body.single-product.iss-modern-pdp.iss-pdp-sticky-visible #ht-ctc-chat,
body.single-product.iss-modern-pdp.iss-pdp-sticky-visible .ht-ctc-chat {
    bottom: 86px !important;
}

body.single-product.iss-modern-pdp .woocommerce-message,
body.single-product.iss-modern-pdp .woocommerce-error,
body.single-product.iss-modern-pdp .woocommerce-info {
    margin: 0 0 24px !important;
    padding: 16px 18px 16px 46px !important;
    color: var(--iss-ink);
    background: var(--iss-surface);
    border: 1px solid var(--iss-border);
    border-top: 0;
    border-radius: var(--iss-radius);
}

@media (max-width: 1199px) {
    body.single-product.iss-modern-pdp .woocommerce .single-product > div.product {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
        gap: 44px;
    }

    body.single-product.iss-modern-pdp .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
        min-height: 480px;
    }
}

@media (max-width: 991px) {
    body.single-product.iss-modern-pdp .main-area > .cs_height_150:first-of-type,
    body.single-product.iss-modern-pdp .blog-details-area + .cs_height_150 {
        height: 28px !important;
    }

    body.single-product.iss-modern-pdp .blog-details-area > .container {
        max-width: 760px;
        padding-right: 18px;
        padding-left: 18px;
    }

    body.single-product.iss-modern-pdp .woocommerce .single-product > div.product {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body.single-product.iss-modern-pdp .woocommerce div.product div.summary {
        position: static;
    }

    body.single-product.iss-modern-pdp .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
        min-height: 460px;
    }

    body.single-product.iss-modern-pdp .related.products ul.products,
    body.single-product.iss-modern-pdp .upsells.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    body.single-product.iss-modern-pdp .main-area > .cs_height_150:first-of-type {
        height: 18px !important;
    }

    body.single-product.iss-modern-pdp .iss-pdp-breadcrumb {
        margin-bottom: 18px;
        font-size: 12px;
    }

    body.single-product.iss-modern-pdp .iss-pdp-breadcrumb-current {
        display: none;
    }

    body.single-product.iss-modern-pdp .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
        min-height: 340px;
        padding: 22px;
    }

    body.single-product.iss-modern-pdp .woocommerce-product-gallery .woocommerce-product-gallery__image img {
        max-height: 340px;
    }

    body.single-product.iss-modern-pdp .woocommerce-product-gallery .flex-control-thumbs li,
    body.single-product.iss-modern-pdp .woocommerce-product-gallery .flex-control-thumbs img {
        width: 62px !important;
        height: 62px;
        flex-basis: 62px;
    }

    body.single-product.iss-modern-pdp .iss-pdp-title {
        font-size: 25px;
    }

    body.single-product.iss-modern-pdp .summary > .price {
        font-size: 29px !important;
    }

    body.single-product.iss-modern-pdp .product-type-simple .summary form.cart,
    body.single-product.iss-modern-pdp .product-type-external .summary form.cart {
        flex-direction: column;
    }

    body.single-product.iss-modern-pdp .summary .quantity:not(:has(input[type="hidden"])) {
        flex-basis: auto;
    }

    body.single-product.iss-modern-pdp .summary .quantity .qty {
        width: 100%;
    }

    body.single-product.iss-modern-pdp .iss-pdp-help {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    body.single-product.iss-modern-pdp .woocommerce-tabs {
        padding-top: 34px;
    }

    body.single-product.iss-modern-pdp .related.products,
    body.single-product.iss-modern-pdp .upsells.products {
        padding-top: 34px;
    }

    body.single-product.iss-modern-pdp .related.products ul.products,
    body.single-product.iss-modern-pdp .upsells.products ul.products {
        gap: 10px;
    }

    body.single-product.iss-modern-pdp .related.products li.product .woocommerce-loop-product__title,
    body.single-product.iss-modern-pdp .upsells.products li.product .woocommerce-loop-product__title {
        min-height: 40px;
        margin-right: 10px !important;
        margin-left: 10px !important;
        font-size: 13.5px !important;
    }

    body.single-product.iss-modern-pdp .related.products li.product .price,
    body.single-product.iss-modern-pdp .upsells.products li.product .price,
    body.single-product.iss-modern-pdp .related.products li.product > .button,
    body.single-product.iss-modern-pdp .upsells.products li.product > .button {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    body.single-product.iss-modern-pdp .iss-pdp-sticky {
        bottom: 8px;
        width: calc(100% - 16px);
        padding: 8px;
        gap: 8px;
    }

    body.single-product.iss-modern-pdp .iss-pdp-sticky img {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    body.single-product.iss-modern-pdp .iss-pdp-sticky-title {
        display: none;
    }

    body.single-product.iss-modern-pdp .iss-pdp-sticky-price {
        margin: 0;
        color: var(--iss-ink);
        font-size: 13px;
    }

    body.single-product.iss-modern-pdp .iss-pdp-sticky-button {
        min-height: 42px;
        padding: 9px 13px;
        font-size: 12.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.single-product.iss-modern-pdp *,
    body.single-product.iss-modern-pdp *::before,
    body.single-product.iss-modern-pdp *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
