/* Strazar storefront brand and product-detail alignment 1.6.29 */

body.strazar-shop-shell-active,
body.strazar-shop-shell-active button,
body.strazar-shop-shell-active input,
body.strazar-shop-shell-active select,
body.strazar-shop-shell-active textarea {
    color: var(--strazar-ink);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: 0;
}

.strazar-shop-shell-active .strazar-site-nav a:focus-visible,
.strazar-shop-shell-active .strazar-site-nav button:focus-visible,
.strazar-shop-shell-active .strazar-site-mobile-menu a:focus-visible,
.strazar-shop-shell-active .strazar-site-mobile-menu button:focus-visible {
    outline: 2px solid #d7ad2c;
    outline-offset: 3px;
}

body.strazar-shop-shell-active #wrapper,
body.strazar-shop-shell-active #main {
    background: #fff;
}

body.strazar-shop-shell-active a,
body.strazar-shop-shell-active p,
body.strazar-shop-shell-active li,
body.strazar-shop-shell-active label,
body.strazar-shop-shell-active small,
body.strazar-shop-shell-active span {
    letter-spacing: 0;
}

/* Match the navigation used on strazar.si while retaining the store cart. */
.strazar-shop-shell-active .strazar-site-nav {
    background: rgba(13, 33, 55, 0.95);
}

.strazar-shop-shell-active .strazar-site-nav-inner {
    height: 72px;
    min-height: 72px;
    gap: 0;
}

.strazar-shop-shell-active .strazar-site-brand span {
    min-width: 66px;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 21.6px;
    font-weight: 700;
    line-height: 1.6;
}

.strazar-shop-shell-active .strazar-site-btn {
    min-height: 0;
    padding: 9px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13.12px;
    font-weight: 600;
    line-height: 1;
}

@media (min-width: 1025px) {
    .strazar-shop-shell-active .strazar-site-nav-links {
        display: flex;
        flex: 0 0 auto;
        justify-content: flex-start;
    }

    .strazar-shop-shell-active .strazar-site-nav-links > li {
        position: relative;
        margin: 0;
    }

    .strazar-shop-shell-active .strazar-site-nav-links > li > a {
        display: inline;
        line-height: 1.6;
    }

    .strazar-shop-shell-active .strazar-site-nav-links > li > a.is-active {
        background: transparent;
        box-shadow: none;
        color: rgba(255, 255, 255, 0.8);
    }

    .strazar-shop-shell-active .strazar-site-nav-links > li > a.is-active:hover,
    .strazar-shop-shell-active .strazar-site-nav-links > li > a.is-active:focus-visible {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        outline: none;
    }

    .strazar-shop-shell-active .strazar-site-nav-group-trigger {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 0;
        margin: 0;
        padding: 8px 14px;
        border: 0;
        border-radius: 6px;
        background: transparent;
        box-shadow: none;
        color: rgba(255, 255, 255, 0.8);
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-size: 14.08px;
        font-weight: 500;
        line-height: 17px;
        text-transform: none;
        white-space: nowrap;
        cursor: pointer;
    }

    .strazar-shop-shell-active .strazar-site-nav-group-trigger:hover,
    .strazar-shop-shell-active .strazar-site-nav-group-trigger:focus-visible,
    .strazar-shop-shell-active .strazar-site-nav-group.is-open > .strazar-site-nav-group-trigger {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        outline: none;
    }

    .strazar-shop-shell-active .strazar-site-nav-chevron {
        display: block;
        box-sizing: border-box;
        flex: 0 0 7px;
        width: 7px;
        height: 7px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
        transition: transform 160ms ease;
    }

    .strazar-shop-shell-active .strazar-site-nav-group.is-open .strazar-site-nav-chevron {
        transform: rotate(225deg) translate(-1px, -1px);
    }

    .strazar-shop-shell-active .strazar-site-nav-submenu {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        z-index: 1001;
        display: grid;
        gap: 2px;
        min-width: 184px;
        margin: 0;
        padding: 8px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 6px;
        background: #0d2137;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
        list-style: none;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-4px);
        transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    }

    .strazar-shop-shell-active .strazar-site-nav-submenu::before {
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        height: 7px;
        content: '';
    }

    .strazar-shop-shell-active .strazar-site-nav-group.is-open > .strazar-site-nav-submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .strazar-shop-shell-active .strazar-site-nav-submenu li {
        margin: 0;
    }

    .strazar-shop-shell-active .strazar-site-nav-submenu a {
        display: block;
        padding: 10px 12px;
        border-radius: 4px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.35;
        text-decoration: none;
    }

    .strazar-shop-shell-active .strazar-site-nav-submenu a:hover,
    .strazar-shop-shell-active .strazar-site-nav-submenu a:focus-visible {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        outline: none;
    }

    .strazar-shop-shell-active .strazar-site-nav-toggle {
        display: none;
    }
}

@media (max-width: 1024px) {
    .strazar-shop-shell-active .strazar-site-nav-links {
        display: none;
    }

    .strazar-shop-shell-active .strazar-site-nav-toggle {
        display: flex;
    }

    .strazar-shop-shell-active .strazar-site-mobile-menu .strazar-site-mobile-close {
        top: 48px;
        right: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 0;
        border: 0;
        background: transparent;
        color: #fff !important;
        font-size: 32px;
        line-height: 1;
    }
}

/* Keep product-gallery controls quiet, centered and consistent with the Strazar shell. */
.strazar-shop-shell-active.single-product .product-images .zoom-button {
    display: none !important;
}

.strazar-shop-shell-active.single-product .product-thumbnails .col {
    height: 70px !important;
    background: transparent !important;
}

body.strazar-shop-shell-active.single-product .product-thumbnails .flickity-slider > .col,
body.strazar-shop-shell-active.single-product .product-thumbnails .flickity-slider > .col:has(img) {
    background: transparent !important;
    isolation: auto;
}

.strazar-shop-shell-active.single-product .product-thumbnails .col > a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px !important;
    overflow: hidden;
    border: 1px solid var(--strazar-line) !important;
    border-radius: 4px;
}

body.strazar-shop-shell-active.single-product .product-thumbnails .flickity-slider > .col > a,
body.strazar-shop-shell-active.single-product .product-thumbnails .flickity-slider > .col > a:has(img) {
    background: #f4f6f7 !important;
    isolation: isolate;
}

.strazar-shop-shell-active.single-product .product-thumbnails .col.is-nav-selected > a {
    border-color: var(--strazar-gold) !important;
}

.strazar-shop-shell-active.single-product .product-thumbnails .col img {
    width: 58px !important;
    height: 58px !important;
    margin: 0 !important;
    opacity: 0.62;
}

.strazar-shop-shell-active.single-product .product-thumbnails .col.is-nav-selected img {
    opacity: 1;
}

.strazar-shop-shell-active.single-product .product-thumbnails:has(.flickity-slider > .col:nth-child(3)):not(:has(.flickity-slider > .col:nth-child(4))) .flickity-slider {
    transform: translateX(35px) !important;
}

.strazar-shop-shell-active.single-product .product-thumbnails:has(.flickity-slider > .col:nth-child(2)):not(:has(.flickity-slider > .col:nth-child(3))) .flickity-slider {
    transform: translateX(70px) !important;
}

.strazar-shop-shell-active.single-product .product-thumbnails:has(.flickity-slider > .col:first-child):not(:has(.flickity-slider > .col:nth-child(2))) .flickity-slider {
    transform: translateX(105px) !important;
}

.strazar-shop-shell-active.single-product .product-info .share-icons {
    display: none !important;
}

/* Use one centered 1200px brand container across catalog and product pages. */
.strazar-shop-shell-active.woocommerce-shop .shop-page-title,
.strazar-shop-shell-active.tax-product_cat .shop-page-title,
.strazar-shop-shell-active.tax-product_tag .shop-page-title {
    display: none !important;
}

.strazar-shop-shell-active.woocommerce-shop #main > .category-page-row,
.strazar-shop-shell-active.tax-product_cat #main > .category-page-row,
.strazar-shop-shell-active.tax-product_tag #main > .category-page-row {
    width: 100% !important;
    max-width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 48px 24px 0 !important;
}

.strazar-shop-shell-active #main > .category-page-row > .col {
    width: 100% !important;
    max-width: none !important;
    padding: 0 0 40px !important;
}

.strazar-shop-shell-active #main > .category-page-row .shop-container {
    width: 100% !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.strazar-shop-shell-active .strazar-shop-intro {
    margin-bottom: 24px;
    padding: 0 0 28px;
}

.strazar-shop-shell-active .strazar-shop-intro h1 {
    margin-bottom: 12px;
    color: var(--strazar-primary-dark);
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
}

.strazar-shop-shell-active .strazar-shop-intro p:last-child {
    max-width: 760px;
    color: var(--strazar-muted);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.strazar-shop-shell-active .strazar-shop-eyebrow {
    margin-bottom: 12px;
    color: var(--strazar-primary);
    font-size: 12px;
    font-weight: 700;
}

.strazar-shop-shell-active .strazar-shop-promotion {
    border-color: var(--strazar-gold);
}

.strazar-shop-shell-active .product-small .product-title,
.strazar-shop-shell-active .product-small .product-title a,
.strazar-shop-shell-active .product-small .price,
.strazar-shop-shell-active .product-small .category {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.strazar-shop-shell-active.woocommerce a.button,
.strazar-shop-shell-active.woocommerce button.button,
.strazar-shop-shell-active.woocommerce input.button,
.strazar-shop-shell-active.woocommerce #respond input#submit {
    text-transform: none !important;
}

/* Product page: remove Flatsome's left anchoring and build a balanced detail grid. */
.strazar-shop-shell-active.single-product #main > .shop-container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.strazar-shop-shell-active.single-product #main > .shop-container > .container,
.strazar-shop-shell-active.single-product .product-container {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

.strazar-shop-shell-active.single-product .product-main {
    width: 100% !important;
    padding: 52px 0 64px !important;
}

.strazar-shop-shell-active.single-product .product-main > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
    gap: 56px;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.strazar-shop-shell-active.single-product .product-gallery,
.strazar-shop-shell-active.single-product .product-info {
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    flex-basis: auto !important;
}

.strazar-shop-shell-active.single-product .product-gallery {
    max-width: 560px !important;
    justify-self: center;
}

.strazar-shop-shell-active.single-product .product-info {
    align-self: center;
    max-width: 500px !important;
    justify-self: start;
}

.strazar-shop-shell-active.single-product .product-images {
    margin-bottom: 0 !important;
}

.strazar-shop-shell-active.single-product .product-gallery-slider {
    overflow: hidden;
    border: 1px solid var(--strazar-line);
    border-radius: 6px;
}

.strazar-shop-shell-active.single-product .product-thumbnails {
    width: 100%;
    max-width: 280px;
    margin: 14px auto 0 !important;
}

.strazar-shop-shell-active.single-product .product-thumbnails .col {
    padding: 0 5px !important;
}

.strazar-shop-shell-active.single-product .product-thumbnails a {
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 4px;
}

.strazar-shop-shell-active.single-product .product-thumbnails .is-nav-selected a {
    border-color: var(--strazar-gold);
}

.strazar-shop-shell-active.single-product .next-prev-thumbs {
    display: none !important;
}

.strazar-shop-shell-active.single-product .woocommerce-breadcrumb {
    margin: 0 0 14px;
    color: #74818c;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.strazar-shop-shell-active.single-product .woocommerce-breadcrumb a {
    color: var(--strazar-primary);
}

.strazar-shop-shell-active.single-product .product-info h1.product-title {
    margin: 0;
    color: var(--strazar-primary-dark);
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.16;
}

.strazar-shop-shell-active.single-product .product-info .is-divider {
    width: 48px;
    height: 2px;
    margin: 20px 0;
    background: var(--strazar-gold);
}

.strazar-shop-shell-active.single-product .product-info .price-wrapper {
    margin-bottom: 16px;
}

.strazar-shop-shell-active.single-product .product-info p.price {
    margin: 0;
    color: var(--strazar-primary-dark);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.strazar-shop-shell-active.single-product .product-info .woocommerce-price-suffix {
    color: var(--strazar-primary);
    font-size: 15px;
    font-weight: 600;
}

.strazar-shop-shell-active.single-product .product-short-description {
    max-width: 480px;
    margin-bottom: 24px;
    color: var(--strazar-muted);
    font-size: 16px;
    line-height: 1.7;
}

.strazar-shop-shell-active.single-product .product-short-description p {
    margin-bottom: 0;
}

.strazar-shop-shell-active.single-product .product-info form.cart:not(.variations_form),
.strazar-shop-shell-active.single-product .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin: 0 0 28px;
}

.strazar-shop-shell-active.single-product .product-info .quantity {
    display: grid;
    grid-template-columns: 40px 48px 40px;
    gap: 0;
    width: 128px;
    min-width: 128px;
    margin: 0 !important;
}

.strazar-shop-shell-active.single-product .product-info .quantity input {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px;
    margin: 0 !important;
    border-color: var(--strazar-line) !important;
    box-shadow: none !important;
}

body.strazar-shop-shell-active.single-product .product-info .quantity input.qty {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
}

body.strazar-shop-shell-active.single-product .product-info .quantity input.minus,
body.strazar-shop-shell-active.single-product .product-info .quantity input.plus {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    padding: 0 !important;
}

.strazar-shop-shell-active.single-product .product-info .quantity .is-form {
    background: var(--strazar-surface);
    color: var(--strazar-primary-dark);
}

body.strazar-shop-shell-active .mfp-wrap .quantity {
    display: grid;
    grid-template-columns: 40px 48px 40px;
    align-items: stretch;
    gap: 0;
    width: 128px;
    min-width: 128px;
    height: 42px;
    margin: 0 !important;
}

body.strazar-shop-shell-active .mfp-wrap .quantity input {
    box-sizing: border-box;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border-color: var(--strazar-line) !important;
    box-shadow: none !important;
}

body.strazar-shop-shell-active .mfp-wrap .quantity input.qty {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
}

body.strazar-shop-shell-active .mfp-wrap .quantity input.minus,
body.strazar-shop-shell-active .mfp-wrap .quantity input.plus {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
}

body.strazar-shop-shell-active .mfp-wrap form.cart:not(.variations_form),
body.strazar-shop-shell-active .mfp-wrap .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 12px;
    row-gap: 12px;
}

body.strazar-shop-shell-active .mfp-wrap .single_add_to_cart_button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.strazar-shop-shell-active.single-product .single_add_to_cart_button {
    display: inline-flex;
    min-width: 220px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 !important;
    padding: 12px 22px;
    text-align: center;
    text-transform: none;
}

.strazar-shop-shell-active.single-product .variations_form {
    margin-bottom: 28px;
}

.strazar-shop-shell-active.single-product .variations {
    margin: 0 0 18px;
    border: 0;
}

.strazar-shop-shell-active.single-product .variations th,
.strazar-shop-shell-active.single-product .variations td {
    padding: 0 0 8px;
    border: 0;
    color: var(--strazar-ink);
    text-align: left;
}

@media (min-width: 561px) {
    body.strazar-shop-shell-active.single-product .product-info .variations th.label {
        padding-right: 16px;
    }
}

.strazar-shop-shell-active.single-product .variations label {
    font-size: 14px;
    font-weight: 700;
}

.strazar-shop-shell-active.single-product .variations select {
    width: 100%;
    min-height: 46px;
    margin: 0;
    border: 1px solid #aeb8c1;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
}

.strazar-shop-shell-active.single-product .reset_variations {
    display: inline-block;
    margin-top: 8px;
    color: var(--strazar-primary);
    font-size: 13px;
}

.strazar-shop-shell-active.single-product .product_meta {
    display: grid;
    gap: 8px;
    margin-top: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--strazar-line);
    color: #74818c;
    font-size: 13px;
}

.strazar-shop-shell-active.single-product .product_meta > span {
    border: 0;
}

.strazar-shop-shell-active.single-product .product_meta a {
    color: var(--strazar-primary);
}

.strazar-shop-shell-active.single-product .share-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.strazar-shop-shell-active.single-product .share-icons a.button.icon {
    width: 36px;
    height: 36px;
    min-height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--strazar-line);
    border-radius: 50%;
    background: #fff;
    color: var(--strazar-primary);
}

.strazar-shop-shell-active.single-product .share-icons a.button.icon:hover {
    border-color: var(--strazar-gold);
    background: var(--strazar-gold);
    color: var(--strazar-primary-dark);
}

/* Description and recommendations use the same centered content edge. */
.strazar-shop-shell-active.single-product .product-footer {
    width: 100%;
    margin: 0;
}

.strazar-shop-shell-active.single-product .woocommerce-tabs {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 44px 0 !important;
    border-top: 1px solid var(--strazar-line);
}

.strazar-shop-shell-active.single-product .woocommerce-tabs .tabs {
    display: flex !important;
    width: 100%;
    align-items: flex-end;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 28px;
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--strazar-line);
}

.strazar-shop-shell-active.single-product .woocommerce-tabs .tabs li {
    display: block !important;
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.strazar-shop-shell-active.single-product .woocommerce-tabs .tabs a {
    padding: 0 0 12px;
    color: #74818c;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

/* Flatsome adds a second active marker above the label; keep only the gold underline. */
.strazar-shop-shell-active.single-product .woocommerce-tabs .tabs a::before {
    display: none !important;
    content: none !important;
}

.strazar-shop-shell-active.single-product .woocommerce-tabs .tabs li.active a {
    color: var(--strazar-primary-dark);
    box-shadow: inset 0 -2px 0 var(--strazar-gold);
}

.strazar-shop-shell-active.single-product .woocommerce-tabs .tab-panels {
    max-width: 780px;
    padding: 28px 0 0;
    color: var(--strazar-muted);
    font-size: 16px;
    line-height: 1.75;
}

.strazar-shop-shell-active.single-product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
}

.strazar-shop-shell-active.single-product .related-products-wrapper {
    width: 100%;
    margin: 0;
    padding: 44px 0 64px;
    border-top: 1px solid var(--strazar-line);
}

.strazar-shop-shell-active.single-product .related-products-wrapper .product-section-title {
    margin: 0 0 28px;
    padding: 0;
    border: 0;
    color: var(--strazar-primary-dark);
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
}

.strazar-shop-shell-active.single-product .related-products-wrapper > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 320px)) !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center;
    margin: 0 !important;
}

.strazar-shop-shell-active.single-product .related-products-wrapper .product-small .col-inner {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.strazar-shop-shell-active.single-product .related-products-wrapper .product-small .product-small.box {
    flex: 1 1 auto;
}

/* Flatsome adds list margins after the shop styles; reset them for the real footer rhythm. */
.strazar-shop-shell-active .strazar-site-footer-links li,
.strazar-shop-shell-active .strazar-site-footer-social li {
    margin: 0 !important;
    line-height: 1;
}

.strazar-shop-shell-active .strazar-site-footer-links a {
    display: inline-block;
    line-height: 1.6;
}

@media (max-width: 1100px) and (min-width: 901px) {
    .strazar-shop-shell-active.single-product .product-main > .row {
        gap: 40px;
    }

    .strazar-shop-shell-active.single-product .product-info h1.product-title {
        font-size: 36px;
    }
}

@media (max-width: 900px) {
    .strazar-shop-shell-active.single-product .product-main {
        padding-top: 36px !important;
    }

    .strazar-shop-shell-active.single-product .product-main > .row {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
    }

    .strazar-shop-shell-active.single-product .product-gallery,
    .strazar-shop-shell-active.single-product .product-info {
        width: 100% !important;
        max-width: 640px !important;
        justify-self: center;
    }

    .strazar-shop-shell-active.single-product .product-info {
        align-self: auto;
    }
}

@media (max-width: 768px) {
    .strazar-shop-shell-active .strazar-site-nav-inner {
        height: 64px;
        min-height: 64px;
    }

    .strazar-shop-shell-active .strazar-site-btn {
        padding: 8px 16px;
        font-size: 12.8px;
    }

    .strazar-shop-shell-active.woocommerce-shop #main > .category-page-row,
    .strazar-shop-shell-active.tax-product_cat #main > .category-page-row,
    .strazar-shop-shell-active.tax-product_tag #main > .category-page-row {
        padding: 40px 24px 0 !important;
    }

    .strazar-shop-shell-active .strazar-shop-intro h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .strazar-shop-shell-active.single-product .product-main {
        padding: 32px 0 44px !important;
    }

    .strazar-shop-shell-active.single-product .product-main > .row {
        gap: 30px;
    }

    .strazar-shop-shell-active.single-product .product-info h1.product-title {
        font-size: 34px;
    }

    .strazar-shop-shell-active.single-product .woocommerce-tabs {
        padding: 36px 0 !important;
    }

    .strazar-shop-shell-active.single-product .related-products-wrapper {
        padding: 36px 0 48px;
    }
}

@media (max-width: 560px) {
    .strazar-shop-shell-active.woocommerce-shop #main > .category-page-row,
    .strazar-shop-shell-active.tax-product_cat #main > .category-page-row,
    .strazar-shop-shell-active.tax-product_tag #main > .category-page-row {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .strazar-shop-shell-active.single-product #main > .shop-container > .container,
    .strazar-shop-shell-active.single-product .product-container {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .strazar-shop-shell-active.single-product .product-main {
        padding-top: 24px !important;
    }

    .strazar-shop-shell-active.single-product .product-info h1.product-title {
        font-size: 30px;
        line-height: 1.18;
    }

    .strazar-shop-shell-active.single-product .product-info p.price {
        font-size: 24px;
    }

    .strazar-shop-shell-active.single-product .product-info form.cart:not(.variations_form),
    .strazar-shop-shell-active.single-product .woocommerce-variation-add-to-cart {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .strazar-shop-shell-active.single-product .single_add_to_cart_button {
        width: 100%;
        min-width: 0;
    }

    .strazar-shop-shell-active.single-product .related-products-wrapper > .row {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .strazar-shop-shell-active.single-product .related-products-wrapper .product-section-title {
        font-size: 28px;
        text-align: left;
    }
}
