/* =====================================================
   HOSH – Helvetica Neue (INLINE, OPTIMIZED)
   Merged into opal-new.css
   ===================================================== */

/* --- Font faces (woff2 only) --- */
/* Normal */
@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("https://www.hosh.cz/user/documents/upload/font/Helvetica%20Neue/helvetica-neue-300.woff2") format("woff2");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://www.hosh.cz/user/documents/upload/font/Helvetica%20Neue/helvetica-neue-400.woff2") format("woff2");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("https://www.hosh.cz/user/documents/upload/font/Helvetica%20Neue/helvetica-neue-500.woff2") format("woff2");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://www.hosh.cz/user/documents/upload/font/Helvetica%20Neue/helvetica-neue-700.woff2") format("woff2");
}

/* Italic */
@font-face {
    font-family: "Helvetica Neue";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("https://www.hosh.cz/user/documents/upload/font/Helvetica%20Neue/helvetica-neue-400-italic.woff2") format("woff2");
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url("https://www.hosh.cz/user/documents/upload/font/Helvetica%20Neue/helvetica-neue-700-italic.woff2") format("woff2");
}



/* --- Global font application --- */
html,
body {
    font-family: var(--hosh-font) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Safe inheritance (no icon breakage) */
body,
button,
input,
select,
textarea {
    font-family: inherit !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--hosh-headings-font) !important;
    letter-spacing: 0.02em;
}

/* Weight system */
h1 {
    font-weight: 700;
}

h2,
h3 {
    font-weight: 500;
}

p,
li {
    font-weight: 400;
}

small,
.small {
    font-weight: 300;
}

strong,
b {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

/* Prevent synthetic bold/italic */
html {
    font-synthesis: none;
}

/* Do NOT override icon fonts */
.fa,
.fas,
.far,
.fal,
.shp-icon,
[class*="icon"],
[aria-hidden="true"] {
    font-family: inherit;
}

:root {


    --hosh-font: "Helvetica Neue", Arial, sans-serif !important;
    --hosh-headings-font: "Helvetica Neue", Arial, sans-serif !important;
    --hosh-white: #ffffff;
    --hosh-black: #000000;

    --hosh-bg: #ffffff;
    --hosh-bg-alt: #fafafa;

    --hosh-text: #111111;
    --hosh-text-muted: #6b6b6b;

    --hosh-border: #e5e5e5;

    --hosh-accent: #000000;
    --hosh-accent-soft: #222222;

    --hosh-card-bg: #fff;

    --hosh-transition-fast: 0.15s ease-out;
    --hosh-transition-normal: 0.25s ease;
    --hosh-transition-slow: 0.35s ease;

    --hosh-success: #009901;

    --hosh-danger: #cb0000;

    --hosh-border-soft: #eeeeee;

    --hosh-text-soft: #777777;
    --hosh-text-softer: #555555;

    --hosh-border-strong: #dddddd;
    --hosh-border-tabs: #e3e5ec;

    --hosh-bg-soft: #f5f5f5;
    --hosh-bg-soft-alt: #f5f6fa;
}

body {
    background-color: var(--hosh-bg);
    color: var(--hosh-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--hosh-text);
}

a {
    color: var(--hosh-accent);
    transition:
        color var(--hosh-transition-normal),
        background-color var(--hosh-transition-normal),
        border-color var(--hosh-transition-normal),
        box-shadow var(--hosh-transition-normal);
}

a:hover,
a:focus {
    color: var(--hosh-accent-soft);
}

hr,
.table>tbody>tr>td,
.table>thead>tr>th {
    border-color: var(--hosh-border);
}

#header,
#header .navigation-wrapper,
#navigation,
.navigation-in.menu {
    background-color: var(--hosh-bg) !important;
}

#navigation .menu-level-1>li>a {
    color: var(--hosh-text);
    transition:
        color var(--hosh-transition-normal),
        background-color var(--hosh-transition-normal),
        border-color var(--hosh-transition-normal);
}

#navigation .menu-level-1>li>a:hover,
#navigation .menu-level-1>li>a:focus {
    color: var(--hosh-accent);
    background-color: transparent;
    border-bottom: 1px solid var(--hosh-accent);
}

#navigation .menu-level-2 a,
#navigation .menu-level-3 a {
    color: var(--hosh-text);
    transition:
        color var(--hosh-transition-fast),
        background-color var(--hosh-transition-fast);
}

#navigation .menu-level-2 a:hover,
#navigation .menu-level-3 a:hover {
    background-color: var(--hosh-bg-alt);
    color: var(--hosh-accent);
}

#header .navigation-buttons a,
#header .top-nav-button-login,
#header .search-toggle {
    color: var(--hosh-accent);
    transition:
        color var(--hosh-transition-normal),
        background-color var(--hosh-transition-normal),
        border-color var(--hosh-transition-normal),
        transform var(--hosh-transition-fast);
}

#header .navigation-buttons a:hover,
#header .top-nav-button-login:hover,
#header .search-toggle:hover {
    transform: translateY(-1px);
}

/* Selective border-radius 0 — only for brand-relevant elements, not everything */
.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.product .flags span,
.label,
.badge,
.p-detail .add-to-cart-button,
.hosh-sticky-atc,
#colorbox,
.alert {
    border-radius: 0 !important;
}

.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-radius: 0 !important;
    transition:
        background-color var(--hosh-transition-normal),
        color var(--hosh-transition-normal),
        border-color var(--hosh-transition-normal),
        box-shadow var(--hosh-transition-normal),
        transform var(--hosh-transition-fast);
}

.btn-primary,
.btn.btn-primary,
input[type="submit"].btn-primary {
    background-color: var(--hosh-accent);
    border-color: var(--hosh-accent);
    color: var(--hosh-white);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--hosh-accent-soft);
    border-color: var(--hosh-accent-soft);
    color: var(--hosh-white);
}

/*
.btn-default,
.btn-secondary,
.btn.btn-default {
    background-color: var(--hosh-white);
    border: 1px solid var(--hosh-border);
    color: var(--hosh-text);
} 

.btn-default:hover,
.btn-secondary:hover {
    border-color: var(--hosh-accent);
    color: var(--hosh-accent);
    background-color: var(--hosh-bg-alt);
}*/

.btn.btn-default.btn-arrow-right {
    background-color: var(--hosh-white) !important;
    border: 1px solid var(--hosh-black) !important;
    color: var(--hosh-black) !important;
    padding: 10px 18px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn.btn-default.btn-arrow-right span,
.btn.btn-default.btn-arrow-right i,
.btn.btn-default.btn-arrow-right svg {
    color: inherit;
    fill: currentColor;
}

.btn.btn-default.btn-arrow-right:hover,
.btn.btn-default.btn-arrow-right:focus {
    background-color: var(--hosh-black) !important;
    border-color: var(--hosh-black) !important;
    color: var(--hosh-white) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

.price-final,
.price-final strong,
.product .price,
.product .price strong {
    color: var(--hosh-accent);
}

.price-standard,
.price-standard span,
.price-crossed {
    color: var(--hosh-text-muted);
}

.label,
.badge,
.product .flags span {
    background-color: var(--hosh-accent);
    color: var(--hosh-white);
}

.alert,
.alert-info,
.alert-success {
    background-color: var(--hosh-bg-alt);
    border-color: var(--hosh-border);
    color: var(--hosh-text);
}

.alert-danger {
    background-color: var(--hosh-black);
    border-color: var(--hosh-black);
    color: var(--hosh-white);
}

#footer,
.site-footer,
.footer-bottom {
    background-color: var(--hosh-black);
    color: var(--hosh-white);
}

#footer a,
.site-footer a {
    color: var(--hosh-white);
}

#footer a:hover,
.site-footer a:hover {
    color: #f0f0f0;
}

.footer-bottom {
    border-top: 1px solid #333333;
}

footer .custom-footer>div {
    width: 25% !important;
}

@media only screen and (max-width: 992px) {
    footer .custom-footer>div {
        width: 100% !important;
    }
}

#footer .contact-box.no-image li:has(.mail),
#footer .contact-box.no-image li:has(.tel) {
    flex: 0 0 100%;
    width: 100%;
}

#footer .contact-box.no-image li:has(.facebook),
#footer .contact-box.no-image li:has(.instagram),
#footer .contact-box.no-image li:has(.tiktok) {
    flex: 0 0 auto;
    width: auto;
    display: inline-flex;
    margin-right: 12px;
    vertical-align: middle;
}

#footer .contact-box.no-image .facebook a,
#footer .contact-box.no-image .instagram a,
#footer .contact-box.no-image .tiktok a {
    display: inline-block !important;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .25s ease, opacity .25s ease;
}

#footer .contact-box.no-image .facebook a {
    background-image: url("https://www.hosh.cz/user/documents/upload/socials_icon/no-background/fb.png") !important;
}

#footer .contact-box.no-image .instagram a {
    background-image: url("https://www.hosh.cz/user/documents/upload/socials_icon/no-background/ig.png") !important;
}

#footer .contact-box.no-image .tiktok a {
    background-image: url("https://www.hosh.cz/user/documents/upload/socials_icon/no-background/tiktok.png") !important;
}

#footer .contact-box.no-image .facebook a:hover,
#footer .contact-box.no-image .instagram a:hover,
#footer .contact-box.no-image .tiktok a:hover {
    transform: scale(1.12);
    opacity: .85;
}

.footer-socials {
    display: none !important;
}

.listingControls .pagination__link--next:before,
.listingControls .pagination__link--prev:before,
.goToTop__button:before {
    font-family: 'shoptet' !important;
}

.category-products,
.products-block {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0;
    justify-content: center;
}

.category-products .product,
.products-block .product {
    box-sizing: border-box;
    padding: 0 10px 20px;
    width: 25%;
}

@media (max-width: 1023.98px) {

    .category-products .product,
    .products-block .product {
        width: 33.3333%;
    }
}

@media (max-width: 767.98px) {

    .category-products .product,
    .products-block .product {
        width: 50%;

    }
}

.products-block .p,
.products .p,
.category-products .product .p,
.category-products .product {
    background-color: var(--hosh-card-bg) !important;

    border: 1px solid #f0f0f0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 0 0 16px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    transition: box-shadow var(--hosh-transition-normal),
        border-color var(--hosh-transition-normal);
}

.products-block .p:hover,
.products .p:hover,
.category-products .product:hover {
    box-shadow: 0 0 17.11px -2.28px rgba(0, 0, 0, .4);
    border-color: #e0e0e0;
}

.products-block .p .image,
.products .p .image,
.category-products .product .image {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    position: relative;
    overflow: hidden;
    background-color: var(--hosh-white) !important;

}

.products-block .p .image img,
.products .p .image img,
.category-products .product .image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: center top;
    transition: transform var(--hosh-transition-slow),
        opacity var(--hosh-transition-slow);
}

.products-block .p:hover .image img,
.products .p:hover .image img,
.category-products .product:hover .image img {
    transform: scale(1.03);
    opacity: 0.98;
}

.products-block .p .flags,
.products .p .flags,
.category-products .product .flags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.products-block .p .flags span,
.products .p .flags span,
.category-products .product .flags span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 8px;
    margin-bottom: 4px;
}

.products-block .p .p-in,
.products .p .p-in,
.category-products .product .p-in {
    background-color: var(--hosh-card-bg) !important;

    padding: 10px !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products-block .p-in-in,
.products .p-in-in,
.category-products .product .p-in-in {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.products-block .p .name,
.products .p .name,
.category-products .product .name,
.products-block .p-in-in .name,
.products .p-in-in .name,
.category-products .product .p-in-in .name {
    margin: 4px 0;
    padding: 0 14px;
    text-align: center !important;
}

.products-block .p .name a,
.products .p .name a,
.category-products .product .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #111111;
    text-decoration: none;
    transition: color var(--hosh-transition-normal);
}

.products-block .p .name a:hover,
.products .p .name a:hover,
.category-products .product .name a:hover {
    color: #000000;
}

.products-block .p .availability,
.products .p .availability,
.category-products .product .availability {
    margin: 0;
    padding: 0 !important;
    text-align: center !important;
}

.products-block .p .price,
.products .p .price,
.category-products .product .price {
    margin-top: 6px;
    padding: 0 14px !important;
    text-align: center !important;
}

.products-block .p .price-final strong,
.products .p .price-final strong,
.category-products .product .price-final strong {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.products-block .p .p-tools .btn,
.product .p-tools .btn,
.products .p .p-tools .btn {
    background-color: var(--hosh-accent) !important;
    color: var(--hosh-white) !important;
    border: 1px solid var(--hosh-accent) !important;
    border-radius: 0 !important;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 12px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition:
        background-color var(--hosh-transition-normal),
        color var(--hosh-transition-normal),
        border-color var(--hosh-transition-normal),
        box-shadow var(--hosh-transition-normal),
        transform var(--hosh-transition-fast);
    max-width: 220px;
    text-decoration: none;
}

.products-block .p .p-tools .btn:hover,
.product .p-tools .btn:hover,
.products .p .p-tools .btn:hover {
    background-color: var(--hosh-accent-soft) !important;
    border-color: var(--hosh-accent-soft) !important;
    color: var(--hosh-white) !important;
    box-shadow: none;
}

.btn-cart.add-to-cart-button,
#product-detail .btn-cart.add-to-cart-button,
.product .btn-cart {
    background-color: var(--hosh-accent) !important;
    border: 1px solid var(--hosh-accent) !important;
    color: var(--hosh-white) !important;
    border-radius: 0 !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: none;
    padding: 12px 20px !important;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.products-block .p .widget-parameter-wrapper,
.products .p .widget-parameter-wrapper,
.category-products .product .widget-parameter-wrapper {
    padding: 6px 14px 0 !important;
}

.products-block.products .product .btn:before {
    visibility: hidden;
}

@media (min-width: 768px) {

    .products-block .p,
    .products .p,
    .category-products .product {
        position: relative;
        overflow: hidden;
    }

    .products-block .p .image::after,
    .products .p .image::after,
    .category-products .product .image::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0%;

        background: linear-gradient(to bottom,
                rgba(255, 255, 255, 0) 0%,
                rgba(255, 255, 255, 0.85) 100%);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        opacity: 0;
        transform: translateY(100%);
        transition:
            transform var(--hosh-transition-slow),
            opacity var(--hosh-transition-slow);
        z-index: 1;
    }

    .products-block .p:hover .image::after,
    .products .p:hover .image::after,
    .category-products .product:hover .image::after {
        opacity: 1;
        transform: translateY(0);
    }

    .products-block .p .p-in,
    .products .p .p-in,
    .category-products .product .p-in,
    .products-block .p .p-bottom,
    .products .p .p-bottom,
    .category-products .product .p-bottom {
        position: relative;
        z-index: 2;

        transition: transform var(--hosh-transition-slow);
    }

    .products-block .p:hover .p-in,
    .products .p:hover .p-in,
    .category-products .product:hover .p-in,
    .products-block .p:hover .p-bottom,
    .products .p:hover .p-bottom,
    .category-products .product:hover .p-bottom {
        transform: translateY(-10px);

    }

    .products-block .p .widget-parameter-wrapper,
    .products .p .widget-parameter-wrapper,
    .category-products .product .widget-parameter-wrapper,
    .products-block .p .p-tools,
    .products .p .p-tools,
    .category-products .product .p-tools {
        position: relative;
        z-index: 3;

        opacity: 0;
        pointer-events: none;
        max-height: none;

        overflow: visible;
        transform: translateY(10px);

        transition:
            opacity var(--hosh-transition-normal),
            transform var(--hosh-transition-normal);
    }

    .products-block .p:hover .widget-parameter-wrapper,
    .products .p:hover .widget-parameter-wrapper,
    .category-products .product:hover .widget-parameter-wrapper,
    .products-block .p:hover .p-tools,
    .products .p:hover .p-tools,
    .category-products .product:hover .p-tools {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(5px);

    }
}

@media (min-width: 768px) {

    .products-block .p,
    .products .p,
    .category-products .product .p,
    .category-products .product {
        min-height: 430px;

        display: flex !important;
        flex-direction: column !important;
    }

    .products-block .p .image,
    .products .p .image,
    .category-products .product .image {
        flex: 0 0 auto;
    }

    .products-block .p .p-in,
    .products .p .p-in,
    .category-products .product .p-in {
        flex: 0 0 auto;
    }

    .products-block .p .p-bottom,
    .products .p .p-bottom,
    .category-products .product .p-bottom {
        margin-top: auto !important;

        flex: 0 0 auto;
    }
}

@media (max-width: 767.98px) {

    .products-block .p .p-tools,
    .products .p .p-tools,
    .category-products .product .p-tools,
    .products-block .p .widget-parameter-wrapper,
    .products .p .widget-parameter-wrapper,
    .category-products .product .widget-parameter-wrapper {
        max-height: none;
        opacity: 1;
        overflow: visible;
        pointer-events: auto;
        transform: none;
    }

    .products-block .p .p-bottom .p-tools,
    .products .p .p-bottom .p-tools,
    .category-products .product .p-bottom .p-tools {
        width: 75% !important;
    }

    .products-block .p,
    .products .p,
    .category-products .product {
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
        padding-bottom: 14px !important;
    }
}

.products-block .p .ratings-wrapper,
.products .p .ratings-wrapper,
.category-products .product .ratings-wrapper {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 14px !important;
    margin: 4px 0 0 !important;
    text-align: center !important;
}

.ratings-wrapper .stars-wrapper {
    display: inline-flex !important;
    gap: 2px;
}

.star-list {
    display: inline-flex !important;
    gap: 2px;
}

.ratings-wrapper .stars-wrapper[data-micro-rating-count="0"] {
    display: none !important;
}

.ratings-wrapper .stars {
    font-size: 0;
}

.ratings-wrapper .stars .star {
    position: relative;
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
}

.ratings-wrapper .stars .star::before {
    content: "★";
    color: #dcdcdc;
    font-size: 20px;
    line-height: 1;
}

.ratings-wrapper .stars .star-on::before {
    color: #d4af37 !important;
}

.ratings-wrapper .stars .star-half::before {
    content: "★";
    background: linear-gradient(90deg, #d4af37 50%, #dcdcdc 50%);
    -webkit-background-clip: text;
    color: transparent;
}

.ratings-wrapper .availability {
    margin-top: 2px;
    width: 100%;
    text-align: center !important;
}

.products-block.products .product .stars-wrapper .star:before {
    font-size: 20px !important;
}

.products-block .p .p-bottom.single-button,
.products .p .p-bottom.single-button,
.category-products .product .p-bottom.single-button {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100%;
    gap: 10px;
}

.products-block .p .p-bottom.single-button>div,
.products .p .p-bottom.single-button>div,
.category-products .product .p-bottom.single-button>div,
.products-block.products .product .p-bottom>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.products-block .p .p-bottom.single-button .prices,
.products .p .p-bottom.single-button .prices,
.category-products .product .p-bottom.single-button .prices {
    width: 100%;
    text-align: center !important;
}

.products-block .p .p-bottom .p-tools,
.products .p .p-bottom .p-tools,
.category-products .product .p-bottom .p-tools {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0 !important;
}

.products-block .p .p-bottom.single-button .p-tools .btn,
.products .p .p-bottom.single-button .p-tools .btn,
.category-products .product .p-bottom.single-button .p-tools .btn {
    margin: 0 auto;
    max-width: 220px;
    width: 100%;
}

.products-block .p .variants,
.products .p .variants,
.category-products .product .variants {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 5px 8px;
    text-align: center !important;
}

.widget-parameter-wrapper .widget-parameter-list {
    justify-content: center !important;
}

.products-block .p .p-in,
.products .p .p-in,
.category-products .product .p-in {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.products-block .p .name,
.products .p .name,
.category-products .product .name,
.products-block .p .name a,
.products .p .name a,
.category-products .product .name a {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.products-block .p .ratings-wrapper,
.products .p .ratings-wrapper,
.category-products .product .ratings-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
}

.products-block .p .ratings-wrapper .availability,
.products .p .ratings-wrapper .availability,
.category-products .product .ratings-wrapper .availability,
.products-block .p .availability,
.products .p .availability,
.category-products .product .availability {
    text-align: center !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ratings-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    gap: 4px !important;
}

.ratings-wrapper .stars-wrapper,
.ratings-wrapper .stars,
.ratings-wrapper .star-list {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
}

.ratings-wrapper .availability {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ratings-wrapper .availability span {
    text-align: center !important;
    margin: 0 auto !important;
    display: inline-block !important;
}

.products-block .p .prices,
.products .p .prices,
.category-products .product .prices {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    text-align: center !important;
    gap: 2px;

}

.products-block .p .old-price-line,
.products .p .old-price-line,
.category-products .product .old-price-line {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center;
    text-align: center !important;
}

.old-price-line .price-save,
.old-price-line .old-price {
    display: block !important;
    width: 100%;
    text-align: center !important;
}

@media (min-width: 768px) {

    .products-block .p .p-in-in,
    .products .p .p-in-in,
    .category-products .product .p-in-in {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;

        gap: 0 !important;
    }
}

@media (max-width: 767.98px) {

    .products-block .p .p-in-in,
    .products .p .p-in-in,
    .category-products .product .p-in-in {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        min-height: 140px;

        gap: 4px;
    }
}

.products-block .p .p-bottom,
.products .p .p-bottom,
.category-products .product .p-bottom {
    margin-top: auto;

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.products-block .p .p-in,
.products .p .p-in,
.category-products .product .p-in {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100%;
}

.products-block .p .name,
.products .p .name,
.category-products .product .name {
    min-height: 30px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.products-block .p .ratings-wrapper,
.products .p .ratings-wrapper,
.category-products .product .ratings-wrapper {
    min-height: 26px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.products-block .p .old-price-line,
.products .p .old-price-line,
.category-products .product .old-price-line {
    min-height: 28px !important;

    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.products-block .p .availability,
.products .p .availability,
.category-products .product .availability {
    min-height: 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.products-block .p .p-bottom,
.products .p .p-bottom,
.category-products .product .p-bottom {
    margin-top: auto !important;
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px;
}

.widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;

    margin: 0;
}

.widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-value {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-value a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    text-indent: -9999px;

    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #cccccc;

    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease,
        border-color 0.15s ease;
}

.widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-value a:hover,
.widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-value a:focus {
    transform: translateY(-1px);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
    border-color: #000000;
    outline: none;
}

.widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-value.selected a,
.widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-value.active a {
    box-shadow: 0 0 0 2px var(--hosh-accent);
    transform: none;
}

.products-block .p .ratings-wrapper,
.products .p .ratings-wrapper,
.category-products .product .ratings-wrapper {
    min-height: 24px;

    margin-top: 6px !important;

}

.widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-value a:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.16);
}

.products-block .p .ratings-wrapper .availability,
.products .p .ratings-wrapper .availability,
.category-products .product .ratings-wrapper .availability {
    margin-top: 4px;
}

.products-block .p .ratings-wrapper .stars-wrapper[data-micro-rating-count="0"]+.availability,
.products .p .ratings-wrapper .stars-wrapper[data-micro-rating-count="0"]+.availability,
.category-products .product .ratings-wrapper .stars-wrapper[data-micro-rating-count="0"]+.availability {
    margin-top: 18px;

}

.products-block .p .prices,
.products .p .prices,
.category-products .product .prices {
    min-height: 58px !important;

    display: flex;
    flex-direction: column;
    justify-content: center;

}

.p-detail .p-info-wrapper>* {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .p-detail .p-info-wrapper>* {
        max-width: 100%;
    }
}

.p-detail .p-detail-inner-header>a[data-testid="productCardBrandName"],
.p-detail .p-detail-inner-header>div a[data-testid="productCardBrandName"],
.p-detail .p-detail-inner-header .p-brand-label {
    font-size: 0.75rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--hosh-text-muted);
}

.p-detail .p-detail-inner-header h1 {
    font-size: 2.1rem;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: .04em;
    margin: 0.2rem 0 0.75rem;
}

.p-detail .p-detail-inner-header .p-code {
    display: none !important;
}

.p-detail .p-detail-inner-header .p-code-label {
    text-transform: none;
    letter-spacing: 0;
}

.p-detail .price-line {
    margin: 1.2rem 0 .6rem;
}

.p-detail .price-final {
    font-size: 1.6rem;
    font-weight: 600;
}

.p-detail .stars-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1.2rem;
}

.p-detail .stars-label {
    font-size: 0.85rem;
    color: #666;
}

.p-detail .p-short-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
}

.p-info-wrapper table.detail-parameters {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}

.p-info-wrapper table.detail-parameters tr.variant-list th {
    padding: 0 0 0.35rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #777;
    border: 0;
}

.p-info-wrapper table.detail-parameters tr.variant-list td {
    padding: 0 0 1rem;
    border: 0;
}

.p-info-wrapper table.detail-parameters tr.variant-list+tr.variant-list td {
    padding-top: 0.4rem;
}

.p-info-wrapper table.detail-parameters td.hosh-size-row {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 10px;
}

.p-info-wrapper .parameter-id-5,
#parameter-id-5 {
    display: flex !important;
    gap: 8px;
    align-items: center;
}

#myBtnTabulka_velikosti {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    margin: 0 !important;
    border-radius: 0;
    border: 1px solid #111;
    background: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.25s ease;
    height: 45px;
}

#myBtnTabulka_velikosti::before {
    content: "⚙";
    font-size: 1rem;
    margin-right: 8px;
}

#myBtnTabulka_velikosti:hover {
    background: #111;
    color: #fff;
}

@media (max-width: 480px) {
    .p-info-wrapper table.detail-parameters td.hosh-size-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

.p-detail .p-detail-inner-header h1 {
    margin: 0.15rem 0 0.4rem;
}

.p-detail .p-detail-inner-header .p-code {
    display: none !important;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
}

.p-detail .stars-wrapper {
    margin-bottom: 0.6rem;
}

.p-detail .price-line {
    margin: 0.4rem 0 0.5rem;
}

.p-detail .p-short-description {
    margin-bottom: 0.8rem;
}

.hosh-variants-heading {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #777;
    margin: 0.8rem 0 0.3rem;
}

.p-info-wrapper table.detail-parameters td.hosh-size-row {
    gap: 14px;
    padding-top: 8px;
}

.p-detail .hosh-social-small {
    margin-top: 1rem;
}

.p-detail .hosh-social-small .link-icons {
    gap: 1.2rem;
}

.p-detail .hosh-social-small .link-icon {
    transform: scale(0.85);
    transform-origin: left center;
}

.p-detail .hosh-social-small .link-icon span {
    font-size: 0.75rem;
}

.product-top .detail-parameters {
    margin: 0;
}

.type-detail #colorbox.wide-product-gallery #cboxContent {
    background: #fff;
}

.hosh-sticky-atc {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    background: #ffffff;
    border-top: 1px solid #eee;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(100%);
    transition: transform 0.25s ease;
    font-family: inherit;
}

.hosh-sticky-atc.is-visible {
    transform: translateY(0);
}

.hosh-sticky-atc-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.55rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.hosh-sticky-atc-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.hosh-sticky-atc-name {
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hosh-sticky-atc-price {
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 0.15rem;
}

.hosh-sticky-atc-btn {
    flex: 0 0 auto;
    min-width: 160px;
    padding: 0.7rem 1.4rem;
    border: 1px solid var(--hosh-accent);
    background: var(--hosh-accent);
    color: var(--hosh-white);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0;

    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .16);
}

.hosh-sticky-atc-btn:focus-visible {
    outline: 2px solid #000;
    outline-offset: 3px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.hosh-sticky-atc-btn:hover {
    background: var(--hosh-accent-soft);
    border-color: var(--hosh-accent-soft);
}

@media (max-width: 600px) {
    .hosh-sticky-atc-inner {
        padding: 0.6rem 0.75rem;
        gap: 0.6rem;
    }

    .hosh-sticky-atc-name {
        font-size: 0.8rem;
    }

    .hosh-sticky-atc-price {
        font-size: 0.9rem;
    }

    .hosh-sticky-atc-btn {
        min-width: 130px;
        padding: 0.6rem 1.1rem;
    }
}

.p-detail .availability-value {
    margin: 0.8rem 0 1rem;
    padding: 0.75rem 0.95rem;
    background: var(--hosh-bg-alt);

    border: 1px solid var(--hosh-border-soft);

    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.4;
}

.p-detail .availability-value .availability-label {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.p-detail .availability-value .availability-label[style*="#009901"]::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--hosh-success);
    display: inline-block;
}

.p-detail .availability-value .availability-label[style*="#cb0000"]::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--hosh-danger);
    display: inline-block;
}

.p-detail .availability-value .delivery-line {
    margin-top: 0.45rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    font-size: 0.88rem;
}

.p-detail .availability-value .delivery-time-label {
    color: var(--hosh-text-softer);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.p-detail .availability-value .delivery-time-label::before {
    content: "⏱";
    font-size: 0.9rem;
}

.p-detail .availability-value .delivery-time span.parameter-dependent:not(.no-display):not(.noDisplay) {
    font-weight: 500;
    color: #111;
}

.p-detail .availability-value .parameter-dependent.default-variant .availability-label {
    color: #555 !important;
    font-weight: 400;
}

.p-detail .add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 1rem;
    border-top: 1px solid #eee;
    padding-top: 1.2rem;
    margin-top: 0.8rem;
}

.p-detail .add-to-cart .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--hosh-border-strong);
    border-radius: 4px;
    overflow: hidden;
    background: var(--hosh-bg-alt);
    margin-right: 0;
    justify-content: center;
    min-height: 44px;

}

.p-detail .add-to-cart .quantity input.amount {
    width: 3.2rem;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 0.95rem;
    padding: 0.4rem 0.2rem;
    height: 100%;
    padding: 0;
}

.p-detail .add-to-cart .quantity button.increase,
.p-detail .add-to-cart .quantity button.decrease {
    border: none;
    background: transparent;
    padding: 0;
    /* bylo 0 0.7rem */
    min-width: 44px;
    /* tap-target */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    top: 0;
    margin: 0;
}

.p-detail .add-to-cart .quantity button.increase:hover,
.p-detail .add-to-cart .quantity button.decrease:hover {
    background: var(--hosh-bg-soft);
}

.p-detail .add-to-cart-button {
    flex: 1 1 auto;
    max-width: 100%;
    font-size: 0.95rem;
    padding: 0.9rem 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.product-top .add-to-cart-button.add-to-cart-button,
.product-top button.add-to-cart-button.add-to-cart-button {
    border-radius: 0 !important;
}

@media (max-width: 480px) {
    .p-detail .add-to-cart {
        flex-direction: column;
        align-items: stretch;
        gap: 0.7rem;
    }

    .p-detail .add-to-cart .quantity {
        width: fit-content;
    }

    .p-detail .add-to-cart-button {
        width: 100%;
    }
}

.product-top .add-to-cart-button.add-to-cart-button {
    background: var(--hosh-accent);
    border-color: var(--hosh-accent);
    color: var(--hosh-white);
    border-radius: 0 !important;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .16);
    transition:
        background-color .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        transform .15s ease;
}

.product-top .add-to-cart-button.add-to-cart-button:hover:not(.disabled):not([disabled]) {
    box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
    transform: translateY(-1px);
}

.product-top .add-to-cart-button.add-to-cart-button:active:not(.disabled):not([disabled]) {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
    transform: translateY(0);
}

.product-top .add-to-cart-button.add-to-cart-button.disabled,
.product-top .add-to-cart-button.add-to-cart-button[disabled] {
    background: #b7b7b7 !important;
    border-color: #b7b7b7 !important;
    color: #f5f5f5 !important;
    box-shadow: none !important;
    cursor: not-allowed;
    transform: none;
}

.product-top .add-to-cart-button.add-to-cart-button:focus-visible {
    outline: 2px solid #000;
    outline-offset: 3px;
}

.hidden-split-parameter .hosh-variant-unavailable .advanced-parameter-inner {
    position: relative;
    opacity: 0.7;

    filter: grayscale(40%);

    cursor: not-allowed;
}

.hidden-split-parameter .hosh-variant-unavailable .advanced-parameter-inner::after {
    content: "";
    position: absolute;
    top: 47%;
    left: -18%;
    width: 140%;
    height: 1.5px;
    background: rgb(255 0 0 / 80%);
    transform: rotate(45deg);
    pointer-events: none;
}

.hidden-split-parameter .hosh-variant-unavailable .parameter-value {
    opacity: 0.6;
}

.p-detail .p-detail-tabs-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.p-detail .p-detail-tabs-wrapper .p-detail-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 28px;
    border-bottom: 1px solid var(--hosh-border-soft);
    padding: 0 0 6px;
    margin: 0;
    list-style: none;
}

.p-detail .p-detail-tabs-wrapper .p-detail-tabs .shp-tab {
    margin: 0;
    padding: 0;
}

.p-detail .p-detail-tabs-wrapper .p-detail-tabs .shp-tab-link {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #777;
    text-decoration: none;
    border: none;
}

.p-detail .p-detail-tabs-wrapper .p-detail-tabs .shp-tab-link:hover {
    color: #111;
}

.p-detail .p-detail-tabs-wrapper .p-detail-tabs .shp-tab.active .shp-tab-link {
    color: #111;
    font-weight: 600;
}

.p-detail .p-detail-tabs-wrapper .p-detail-tabs .shp-tab.active .shp-tab-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #111;
}

@media (max-width: 767px) {
    .p-detail .p-detail-tabs-wrapper .p-detail-tabs {
        overflow-x: auto;
        white-space: nowrap;
        gap: 20px;
        padding-bottom: 4px;
        scrollbar-width: none;

    }

    .p-detail .p-detail-tabs-wrapper .p-detail-tabs::-webkit-scrollbar {
        display: none;
    }

    .p-detail .p-detail-tabs-wrapper .p-detail-tabs .shp-tab-link {
        font-size: 0.8rem;
        padding: 8px 0;
    }
}

.p-detail .p-detail-tabs-wrapper #tab-content .tab-pane {
    max-width: 880px;
    margin: 24px auto 0;
}

.p-detail .p-detail-tabs-wrapper #tab-content .tab-pane,
.p-detail .p-detail-tabs-wrapper #tab-content .tab-pane p,
.p-detail .p-detail-tabs-wrapper #tab-content .tab-pane li {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #333;
}

.p-detail .p-detail-tabs-wrapper #tab-content .tab-pane h2,
.p-detail .p-detail-tabs-wrapper #tab-content .tab-pane h3,
.p-detail .p-detail-tabs-wrapper #tab-content .tab-pane h4 {
    font-weight: 500;
    margin: 1.8rem 0 0.8rem;
}

.p-detail .p-detail-tabs-wrapper #description .basic-description>h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1rem;
}

.p-detail .p-detail-tabs-wrapper .extended-description table.detail-parameters {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}

.p-detail .p-detail-tabs-wrapper .extended-description table.detail-parameters th,
.p-detail .p-detail-tabs-wrapper .extended-description table.detail-parameters td {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}

.p-detail .p-detail-tabs-wrapper .extended-description table.detail-parameters th {
    width: 32%;
    font-weight: 500;
    color: var(--hosh-text-softer);
    padding-right: 12px;
}

.p-detail .p-detail-tabs-wrapper .extended-description table.detail-parameters td a {
    color: #111;
    text-decoration: none;
}

.p-detail .p-detail-tabs-wrapper .extended-description table.detail-parameters td a:hover {
    text-decoration: underline;
}

.p-detail .p-detail-tabs-wrapper .dklabBookmarkText figure {
    margin: 0 0 18px;
    text-align: center;
}

.p-detail .p-detail-tabs-wrapper .dklabBookmarkText ul,
.p-detail .p-detail-tabs-wrapper .dklabBookmarkText ol {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.p-detail .p-detail-tabs-wrapper .rate-wrapper .form-control,
.p-detail .p-detail-tabs-wrapper .discussion-wrapper .form-control {
    border-radius: 0;
    border-color: #ddd;
    box-shadow: none;
    font-size: 0.9rem;
}

.p-detail .p-detail-tabs-wrapper .rate-wrapper .btn-primary,
.p-detail .p-detail-tabs-wrapper .discussion-wrapper .btn-primary {
    border-radius: 0;
    background: #111;
    border-color: #111;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    padding: 0.6rem 1.4rem;
}

.p-detail .p-detail-tabs-wrapper .rate-wrapper .btn-primary:hover,
.p-detail .p-detail-tabs-wrapper .discussion-wrapper .btn-primary:hover {
    background: #333;
    border-color: #333;
}

.hosh-keypoints-box {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fafafa;
    font-size: 0.9rem;
}

.hosh-keypoints-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hosh-keypoints-box li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
    line-height: 1.4;
}

.hosh-keypoints-box li:last-child {
    margin-bottom: 0;
}

.hosh-keypoints-box .hk-icon {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 2px;
}

#description .hosh-keypoints {
    display: none;
}

.hosh-keypoints {
    margin: 12px 0 20px;
    padding: 14px 12px 8px;
    list-style: none;
    border-radius: 10px;
    border: 1px solid var(--hosh-border-soft);
    background: var(--hosh-bg-alt);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.hosh-keypoints::before {
    content: "Klíčové vlastnosti";
    flex: 0 0 100%;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #777;
    margin-bottom: 4px;
}

.hosh-keypoints li {
    position: relative;
    padding-left: 26px;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 340px;
}

@media (min-width: 768px) {
    .hosh-keypoints li {
        flex: 1 1 calc(33.333% - 24px);
    }
}

.hosh-keypoints {
    list-style: none;
    padding-left: 40px;
    position: relative;
}

.hosh-keypoints li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;

    line-height: 1.6;
}

.hosh-keypoints li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.hosh-keypoints li:nth-child(1)::before {
    content: url("/user/documents/upload/obrazky-do-popisu/ikony/silueta.png");
}

.hosh-keypoints li:nth-child(2)::before {
    content: url("/user/documents/upload/obrazky-do-popisu/ikony/warm.png");
}

.hosh-keypoints li:nth-child(3)::before {
    content: url("/user/documents/upload/obrazky-do-popisu/ikony/onesize.png");
}

.hosh-keypoints-box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.hosh-keypoints-box li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.hosh-keypoints-box .hk-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.hosh-section {
    margin: 60px auto;
    max-width: 1100px;
    padding: 0 20px;
}

.hosh-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px;
    letter-spacing: 0.06em;
}

.hosh-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 30px;
    color: #444;
    line-height: 1.6;
}

.hosh-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.hosh-row.reverse {
    flex-direction: row;
}

.hosh-col-left,
.hosh-col-right {
    flex: 1;
}

.hosh-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.hosh-feature img {
    width: 80px !important;
    min-width: 80px;
    height: auto;
    margin-right: 18px;
    display: block;
}

.hosh-feature h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.hosh-feature p {
    margin: 0;
    color: #555;
    line-height: 1.6;
}

.hosh-col-right img,
.hosh-col-left img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.hosh-feature h4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .hosh-row {
        flex-direction: column;
        gap: 30px;
    }

    .hosh-col-right img,
    .hosh-col-left img {
        max-width: 420px;
        margin: 0 auto;
    }

    .hosh-feature {
        align-items: center;
    }
}

@media (max-width: 600px) {
    .hosh-title {
        font-size: 22px;
    }

    .hosh-feature img {
        width: 70px !important;
        min-width: 70px;
        margin-right: 14px;
    }
}

@media (max-width: 1024px) {
    .hosh-section {
        margin: 40px auto;
        padding: 0 15px;
    }

    .hosh-row {
        gap: 30px;
    }

    .hosh-feature h4 {
        font-size: 16px;
    }

    .hosh-feature p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .hosh-row,
    .hosh-row.reverse {
        flex-direction: column;
        gap: 24px;
    }

    .hosh-col-right img,
    .hosh-col-left img {
        max-width: 420px;
        margin: 0 auto;
    }

    .hosh-feature {
        margin-bottom: 22px;
        gap: 14px;
    }

    .hosh-feature h4 {
        font-size: 15px;
        padding-right: 0 !important;
    }

    .hosh-feature p {
        font-size: 14px;
        line-height: 1.55;
    }

    .hosh-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .hosh-text {
        font-size: 14px;
        padding: 0 5px;
    }

    .hosh-feature {
        flex-direction: column;
        text-align: center;
    }

    .hosh-feature img {
        margin-bottom: 12px;
    }

    .hosh-feature h4 {
        margin-bottom: 6px;
    }
}

#p-detail-tabs {
    display: flex;
    justify-content: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#p-detail-tabs>li {
    float: none !important;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper .row {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto !important;
    display: flex;
    justify-content: center;
}

td.hosh-size-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

td.hosh-size-row .advanced-parameter,
td.hosh-size-row select {
    flex: 1 1 55%;
}

#myBtnTabulka_velikosti.hosh-size-btn-inline {
    flex: 1 1 45%;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 0;

    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 480px) {
    td.hosh-size-row {
        flex-direction: column;
        align-items: stretch;
    }

    #myBtnTabulka_velikosti.hosh-size-btn-inline {
        width: 100%;
    }
}

.p-detail-inner-header .flags {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.p-detail-inner-header .flags .flag {
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 3px;
}

.p-detail .p-detail-inner-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
}

.p-detail .p-detail-inner-header .flags {
    display: block;
    margin-top: 4px;
}

@media (max-width: 767px) {

    .p-detail-tabs-wrapper .shp-tabs-holder,
    .p-detail-tabs-wrapper .navigation-btn,
    .p-detail-tabs-wrapper .hidden-links {
        display: none !important;
    }

    .hosh-acc-item {
        margin-bottom: 8px;
    }

    .hosh-acc-header {
        width: 100%;
        background: #f5f6fa;
        border: 1px solid #e3e5ec;
        padding: 10px 14px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.9rem;
        letter-spacing: 0.08em;
        color: #111;
        cursor: pointer;
        position: relative;
    }

    .hosh-acc-header::after {
        content: "+";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.2rem;
    }

    .hosh-acc-header.is-open::after {
        content: "–";
    }

    .hosh-acc-pane {
        display: none;
        border: 1px solid #e3e5ec;
        border-top: none;
        padding: 12px 14px;
        background: #ffffff;
        margin-top: 0 !important;
    }

    .hosh-acc-pane.is-open {
        display: block;
    }
}

.shp-tabs-wrapper.p-detail-tabs-wrapper {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper .col-sm-12 {
    background: transparent !important;
    border: none !important;
}

.hosh-acc-wrapper {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.hosh-acc-item {
    border: none;
    border-bottom: 1px solid var(--hosh-border);
    background: transparent;
}

.hosh-acc-item:first-child {
    border-bottom: 1px solid var(--hosh-border);
}

.hosh-acc-header {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 10px;
    text-align: left;
}

.hosh-acc-panel {
    background: transparent;
    padding: 16px 0 24px;
    border: none;
}

.hosh-acc-header .hosh-acc-icon {
    font-weight: 400;
    font-size: 18px;
}

.hosh-acc-header.is-open {
    background: transparent !important;
    color: #111 !important;
    border-bottom: 2px solid #111;
}

@media (min-width: 992px) {

    .p-detail .p-image-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
        flex-wrap: nowrap;

    }

    .p-detail .p-thumbnails-wrapper {
        order: 1;
        flex: 0 0 96px;

        max-width: 96px;
        display: block !important;
    }

    .p-detail .p-image {
        order: 2;
        flex: 1 1 auto;
        min-width: 0;

    }

    .p-detail .p-thumbnails-horizontal {
        overflow: visible;

        height: auto;
        max-height: 520px;

        position: relative;
    }

    .p-detail .p-thumbnails-horizontal .p-thumbnails-inner {
        position: static !important;
        left: auto !important;
        display: flex;
        flex-direction: column;
        gap: 8px;
        max-height: 520px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-right: 2px;
        padding-left: 2px;
    }

    .p-detail .p-thumbnail {
        display: block;
        width: 80px !important;
        height: 104px !important;
        border-radius: 6px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        background: #fff;
        flex: 0 0 auto;
    }

    .p-detail .p-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .p-detail .p-thumbnail:hover {
        border-color: #000;
    }

    .p-detail .p-thumbnail.highlighted {
        border-color: #000;

    }

}

@media (max-width: 991px) {

    .p-detail .p-image-wrapper {
        display: block;
    }

    .p-detail .p-thumbnails-horizontal .p-thumbnails-inner {
        display: flex;
        flex-direction: row;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .p-detail .p-thumbnail {
        width: 64px;
        height: 86px;
    }

    .p-detail .p-thumbnails-wrapper .thumbnail-prev,
    .p-detail .p-thumbnails-wrapper .thumbnail-next {
        display: none !important;
    }
}

.p-detail .p-thumbnails-wrapper {
    width: 70px !important;

    flex-shrink: 0;
    padding: 10px;
}

.p-detail .p-thumbnails,
.p-detail .p-thumbnails.p-thumbnails-horizontal {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
}

.p-detail .p-thumbnails-inner {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    position: static !important;
    left: auto !important;
    height: auto !important;
    max-height: 520px;

    overflow-y: auto;
}

.p-detail .p-thumbnail {
    display: block;
}

.p-detail .p-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.p-detail .thumbnail-prev,
.p-detail .thumbnail-next {
    display: none !important;
}

.p-detail .p-image-wrapper {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.p-detail .p-thumbnails,
.p-detail .p-thumbnails.p-thumbnails-horizontal {
    margin: 0 !important;
    overflow: visible !important;
    height: auto !important;
}

.p-detail .p-thumbnails-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    position: static !important;
    left: 0 !important;
    top: 0 !important;
}

@media (min-width: 992px) {
    .p-detail .p-thumbnails-horizontal .p-thumbnails-inner {
        max-width: 90px !important;

        width: 70px !important;
        flex-shrink: 0 !important;
    }
}

.p-detail .p-thumbnails-inner>div {
    display: contents !important;
}

.p-detail .p-thumbnail {
    display: block;
}

.p-detail .p-thumbnail img {
    width: 100% !important;
    height: auto !important;
    display: block;
    border-radius: 4px;
    cursor: pointer;
}

.p-thumbnails-inner {
    scrollbar-width: none;
}

.p-thumbnails-inner::-webkit-scrollbar {
    display: none;
}

.thumb-arrow-box {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}

.thumb-arrow-btn:hover {
    background-color: #f5f5f5;
}

.thumb-arrow-btn:active {
    transform: scale(0.92);
}

@media (max-width: 767px) {

    .p-thumbnails-wrapper {
        display: none !important;
    }

    .p-image,
    .p-image-wrapper {
        position: relative;
    }

    .p-main-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        cursor: pointer;
        border: none;
        z-index: 10;
        transition: transform 0.15s ease;
    }

    .p-main-arrow--prev {
        left: 8px;
    }

    .p-main-arrow--next {
        right: 8px;
    }

    .p-main-arrow:active {
        transform: translateY(-50%) scale(0.92);
    }

    .p-main-dots {
        display: flex;
        justify-content: center;
        gap: 6px;
        margin-top: 10px;
    }

    .p-main-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: none;
        background-color: #d9d9d9;
        cursor: pointer;
        transition: 0.2s;
    }

    .p-main-dot.is-active {
        background-color: #000;
    }
}

.global-img-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    background-color: #fff !important;
    border: solid 1px #111 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    border: none;
    z-index: 10;
    transition: transform 0.15s ease;
    color: #111 !important;

}

.global-img-arrow:hover {
    background-color: #111 !important;
    color: #fff !important
}

.global-img-arrow--prev {
    left: 12px;
}

.global-img-arrow--next {
    right: 12px;
}

@media (max-width: 767px) {
    .global-img-arrow {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

.p-detail .p-main-arrow,
.p-detail .p-thumbnails-nav button,
.p-detail .p-thumbnails-nav-btn,
.p-detail .p-thumbnails-prev,
.p-detail .p-thumbnails-next {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: none;
    background: #111;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    padding: 0;
}

.p-detail .p-main-arrow:focus-visible,
.p-detail .p-thumbnails-nav button:focus-visible,
.p-detail .p-thumbnails-nav-btn:focus-visible,
.p-detail .p-thumbnails-prev:focus-visible,
.p-detail .p-thumbnails-next:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #000, 0 6px 14px rgba(0, 0, 0, 0.26);
}

.p-detail .p-main-arrow:hover,
.p-detail .p-thumbnails-nav button:hover,
.p-detail .p-thumbnails-nav-btn:hover,
.p-detail .p-thumbnails-prev:hover,
.p-detail .p-thumbnails-next:hover {
    background: #000;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
}

.p-detail .p-main-arrow::before,
.p-detail .p-thumbnails-nav button::before,
.p-detail .p-thumbnails-nav-btn::before,
.p-detail .p-thumbnails-prev::before,
.p-detail .p-thumbnails-next::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.p-detail .p-main-arrow--prev::before,
.p-detail .p-thumbnails-nav-btn--up::before,
.p-detail .p-thumbnails-prev::before {
    transform: rotate(135deg);
}

.p-detail .p-main-arrow--next::before,
.p-detail .p-thumbnails-nav-btn--down::before,
.p-detail .p-thumbnails-next::before {
    transform: rotate(-45deg);
}

.p-detail .p-main-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.p-detail .p-main-arrow--prev {
    left: 16px;
}

.p-detail .p-main-arrow--next {
    right: 16px;
}

.p-detail .thumb-arrow-box {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.p-detail .thumb-arrow-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: none;

    color: transparent;

    cursor: pointer;
    background-color: #fff !important;
    border: solid 1px #111 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
    padding: 0;
    transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
    color: #111 !important;
}

.p-detail .thumb-arrow-btn:hover {
    background-color: #111 !important;

}

.p-detail .thumb-arrow-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
}

.p-detail .thumb-arrow-btn:hover::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.p-detail .thumb-arrow-btn[data-dir="up"]::before {
    transform: rotate(-135deg);
}

.p-detail .thumb-arrow-btn[data-dir="down"]::before {
    transform: rotate(45deg);
}

.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a {
    opacity: .35;

    transition: opacity .3s;
}

.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a.hosh-thumb-active {
    opacity: 1 !important;
    border-color: #000 !important;
}

.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:hover {
    opacity: 1;
}

.widget-parameter-wrapper[data-parameter-name="Barva"] {
    min-height: 34px;

}

.widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-list {
    display: flex;
    flex-wrap: nowrap;

    justify-content: center;
    gap: 5px 8px;
    max-height: 28px;

    overflow: hidden;

}

@media (max-width: 767.98px) {
    .widget-parameter-wrapper[data-parameter-name="Barva"] {
        min-height: 34px;
    }

    .widget-parameter-wrapper[data-parameter-name="Barva"] .widget-parameter-list {
        max-height: 28px;
        flex-wrap: nowrap;
        overflow: hidden;
    }
}

.filters-unveil-button-wrapper .unveil-button {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 10px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.filters-unveil-button-wrapper .unveil-button:hover {
    background-color: #222 !important;
    border-color: #222 !important;
    color: #fff !important;
}

.filters-unveil-button-wrapper .unveil-button span,
.filters-unveil-button-wrapper .unveil-button strong {
    color: inherit !important;
}

.box-filters.filters-moved-top {
    margin-bottom: 18px;
}

.box-filters .filter-section.filter-section-button {
    display: none;
}

.hosh-filters-pills-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.hosh-filter-pill {
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.2;
    background-color: #ffffff;
    color: #111111;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.hosh-filter-pill .hosh-pill-chevron {
    font-size: 10px;
    margin-top: 1px;
}

.hosh-filter-pill:hover {
    border-color: #000000;
}

.hosh-filter-pill.hosh-active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.box-filters .filters .hosh-section-collapsed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    transition:
        max-height 0.25s ease,
        opacity 0.2s ease,
        margin-top 0.2s ease,
        padding-top 0.2s ease;
}

.box-filters .filters .hosh-section-collapsed.hosh-open {
    max-height: 900px;

    opacity: 1;
    visibility: visible;
    overflow: visible;
    margin-top: 8px !important;
    padding-top: 8px !important;
}

.box-filters .filter-section-count {
    margin-top: 10px;
}

.box-filters.filters-moved-top>h4 {
    font-size: 15px;
    margin-bottom: 6px;
}

.size-chart-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: flex-start;
    min-width: 900px !important;
}

.size-chart-table {
    flex: 1.2;
    min-width: 280px;
}

.size-chart-image {
    flex: 1;
    text-align: center;
    min-width: 260px;
}

.size-chart-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .size-chart-container {
        display: block;
    }

    .size-chart-table,
    .size-chart-image {
        width: 100%;
        text-align: center;
    }
}

#tableCm {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;

    font-size: 14px;
    margin-bottom: 1rem;
}

#tableCm th,
#tableCm td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
    text-align: center;
}

#tableCm thead th {
    background-color: var(--hosh-black);
    color: var(--hosh-white);
    font-weight: 600;
    position: relative;

    white-space: nowrap;
}

#tableCm tbody td:first-child {
    background-color: #f5f5f5;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    min-width: 140px;
}

#tableCm th:nth-child(1),
#tableCm td:nth-child(1) {
    width: auto;
}

#tableCm th:nth-child(2),
#tableCm td:nth-child(2),
#tableCm th:nth-child(3),
#tableCm td:nth-child(3),
#tableCm th:nth-child(4),
#tableCm td:nth-child(4),
#tableCm th:nth-child(5),
#tableCm td:nth-child(5) {
    width: 19.5%;
}

#tableCm tbody tr:nth-child(odd) td:not(:first-child) {
    background-color: #fafafa;
}

#tableCm .circle {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--hosh-black);
    color: var(--hosh-white);
    font-size: 12px;
    border: 2px solid #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.size-chart-note {
    margin-top: 0.3rem;
    font-size: 0.9rem;
    color: var(--hosh-text-muted);
}

.modal-obsah {
    height: auto !important;
}

#myModal .modal-obsah {
    max-width: 962px !important;
    width: 90vw;
    max-height: 90vh;

    margin: 30px auto;
}

#myModal .modal-content {
    max-height: 90vh;
    overflow-y: auto;

    box-sizing: border-box;
    padding: 10px;
}

#myModal article table,
#myModal table.sizechart,
#myModal #tableCm {
    /*display: table !important;*/
    overflow: visible !important;
    max-width: none !important;
    width: 100% !important;
}

#tableCm th,
#tableCm td {
    padding: 10px 12px;

    line-height: 1.4;

    height: 42px;

    box-sizing: border-box;
}

#tableCm thead th {
    height: 48px;

}

@media (max-width: 1000px) {

    #tableCm {
        font-size: 12.5px;
        table-layout: auto !important;

    }

    #tableCm th,
    #tableCm td {
        padding: 6px 8px !important;
        height: auto !important;

        line-height: 1.3 !important;
        white-space: normal !important;

    }

    #tableCm td:first-child,
    #tableCm th:first-child {
        white-space: nowrap !important;
        font-weight: 600;
        min-width: 100px !important;
    }

    #tableCm .circle {
        width: 16px;
        height: 16px;
        font-size: 10px;
        top: -10px;
        border-width: 1px;
    }

    #tableCm thead th {
        height: 34px !important;
        padding-top: 18px !important;
    }

    .size-chart-container {
        display: block !important;
        min-width: 0 !important;
    }

    .size-chart-image {
        margin-top: 20px;
        text-align: center;
    }

    .size-chart-image img {
        max-width: 75%;

    }
}

@media (max-width: 420px) {

    #tableCm {
        font-size: 11.5px;
    }

    #tableCm th,
    #tableCm td {
        padding: 5px 6px !important;
    }

    #tableCm .circle {
        width: 14px;
        height: 14px;
        font-size: 9px;
    }

    #tableCm td:first-child {
        min-width: 80px !important;
    }

    .size-chart-image img {
        max-width: 85%;
    }

}

#myModal {
    padding: 0 !important;
}

.cookiesSetting__uncheckLink {

    border: 2px solid #000 !important;
    background: #fff !important;
    color: #000 !important;
}

.cookiesSetting__uncheckLink:hover {

    border: 2px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
}

.cookiesSetting__button--green {
    background-color: #007c47 !important;
}

.siteCookies__link {
    border: 1px solid !important;
    padding: 10px !important;
}

@media only screen and (max-width: 767px) {

    form button:not(.decrease) {
        margin: 10px auto;
    }

    .cookiesSetting__uncheckLink {

        border: 2px solid #000 !important;
        background: #fff !important;
        color: #000 !important;
        min-width: 278px !important;
    }

    .cookiesSetting__uncheckLink:hover {

        border: 2px solid #000 !important;
        background: #000 !important;
        color: #fff !important;
    }

    .cookiesSetting__button {
        min-width: 282px !important;

    }
}

/* === Force Shoptet template font variables (fix var(--template-font)) === */
:root,
html,
body,
.external-fonts-loaded body,
body.blank-mode {
    --template-font: "Helvetica Neue", Arial, sans-serif !important;
    --template-headings-font: "Helvetica Neue", Arial, sans-serif !important;
}

.no-display {
    display: none !important;
}

/* HOSH CLUB */

.hoshclub {
    margin: 24px 0;
}

.hoshclub__card {
    max-width: 960px;
    margin: 0 auto;
    padding: 22px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
    background: #fff;
}

.hoshclub__kicker {
    display: inline-block;
    font-weight: 700;
    letter-spacing: .12em;
    font-size: 12px;
    opacity: .7;
    margin-bottom: 8px;
}

.hoshclub__title {
    margin: 6px 0 10px;
    font-size: 32px;
    line-height: 1.1;
}

.hoshclub__lead {
    margin: 0;
    font-size: 16px;
    opacity: .9;
}

.hoshclub__highlight {
    background: rgba(0, 0, 0, .06);
    padding: 2px 6px;
    border-radius: 8px;
}

.hoshclub__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 16px;
    margin-top: 18px;
}

@media (max-width: 800px) {
    .hoshclub__grid {
        grid-template-columns: 1fr;
    }

    .hoshclub__title {
        font-size: 26px;
    }
}

.hoshclub__box {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    padding: 16px;
    background: #fff;
}

.hoshclub__subtitle {
    margin: 0 0 10px;
    font-size: 16px;
}

.hoshclub__steps {
    margin: 0 0 14px 18px;
}

.hoshclub__steps li {
    margin: 8px 0;
}

.hoshclub__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    background: #111;
    color: #fff;
    transition: transform .12s ease, opacity .12s ease;
}

.hoshclub__cta:hover {
    transform: translateY(-1px);
    opacity: .92;
    color: #fff;
}

.hoshclub__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.hoshclub__chip {
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .05);
}

.hoshclub__tier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    margin-top: 10px;
}

.hoshclub__tier--accent {
    border-color: rgba(0, 0, 0, .14);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.hoshclub__badge--accent {
    font-weight: 900;
}

.hoshclub__tierLeft {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hoshclub__muted {
    font-size: 12px;
    opacity: .65;
}

.hoshclub__badge {
    min-width: 64px;
    text-align: center;
    font-weight: 800;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .08);
}

.hoshclub__badge--accent {
    background: rgba(190, 26, 110, .12);
}

.hoshclub__fineprint {
    margin: 12px 0 0;
    font-size: 12px;
    opacity: .7;
}

.hoshclub__micro {
    margin: 10px 0 0;
    font-size: 12px;
    opacity: .7;
    text-align: center;
}

.hoshclub__steps li {
    margin: 10px 0;
    line-height: 1.45;
}
/*
#product-detail-form > div > div.col-xs-12.col-lg-6.p-info-wrapper > div.p-detail-inner-header > div > span.flag.flag-xy-discount.flagdone{
visibility: hidden !important;
}*/

/* Hide it by default to prevent flickering */
.xyDiscount__banner { display: none; }

/* Show it only once it's inside the detail info area (if needed) */
.p-detail-info + .xyDiscount__banner { display: flex; }


.xyDiscount__banner {
margin: 0;
padding: 12px !important; }

/* INFORMAN PROUEK */
.site-msg.information {
background: #D00000;
font-size: 1.1em;
color: #fff; }

/* ==========================================================================
   HOSH ADDITIONS v2 — Announcement Bar, Badges, Navigation Cleanup
   ========================================================================== */

/* ── 1. ANNOUNCEMENT BAR ── */
#hosh-announcement-bar {
    position: relative;
    width: 100%;
    background-color: var(--hosh-black);
    color: var(--hosh-white);
    text-align: center;
    padding: 9px 40px;
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 1000;
    line-height: 1.4;
}

#hosh-announcement-bar a {
    color: var(--hosh-white);
    text-decoration: underline;
    text-underline-offset: 2px;
}

#hosh-announcement-bar a:hover {
    color: #ccc;
}

#hosh-announcement-bar-close {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--hosh-white);
    font-size: 1.1rem;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
    border-radius: 0 !important;
}

#hosh-announcement-bar-close:hover {
    opacity: 1;
}

@media (max-width: 600px) {
    #hosh-announcement-bar {
        font-size: 0.75rem;
        padding: 8px 36px;
        letter-spacing: 0.04em;
    }
}


/* ── 2. HOSH KOLEKCE BADGE ── */
.hosh-own-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background-color: var(--hosh-black);
    color: var(--hosh-white);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 7px;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

/* Badge na kartičce produktu */
.product .hosh-own-badge,
.p .hosh-own-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

/* Badge na produktovém detailu */
.p-detail-inner-header .hosh-own-badge {
    margin-bottom: 6px;
}

/* Badge na výpisu — pokud je vedle ostatních flagů */
.flags .hosh-own-badge {
    position: static;
    margin-bottom: 4px;
}


/* ── 3. NAVIGACE — skrýt sekundární linky z top-info baru ── */
/* Schováme provozní linky z horní lišty — patří do footeru, ne nad navigaci */
#top-info .top-info-item a[href*="/o-nas"],
#top-info .top-info-item a[href*="/velkoobchod"],
#top-info .top-info-item a[href*="/obchodni-podminky"],
#top-info .top-info-item a[href*="/podminky-ochrany"],
#top-info .top-info-item a[href*="/hodnoceni-obchodu"] {
    display: none !important;
}

/* Pokud parent li zůstane prázdný, schovat i ho */
#top-info .top-info-item:has(a[href*="/o-nas"]),
#top-info .top-info-item:has(a[href*="/velkoobchod"]),
#top-info .top-info-item:has(a[href*="/obchodni-podminky"]),
#top-info .top-info-item:has(a[href*="/podminky-ochrany"]),
#top-info .top-info-item:has(a[href*="/hodnoceni-obchodu"]) {
    display: none !important;
}


/* ── 4. PRODUKT DETAIL — kód skryt (záloha pravidlo) ── */
.p-detail .p-code,
.p-detail .p-detail-inner-header .p-code,
[data-testid="productCode"],
.p-code-label {
    display: none !important;
}


/* ── 5. PRODUCT CARD — vylepšení pro mid-premium look ── */

/* Skrýt kódy i na výpisu produktů */
.product .p-code,
.products .p-code,
.category-products .p-code {
    display: none !important;
}

/* Jemný hover border místo shadow */
.products-block .p:hover,
.products .p:hover,
.category-products .product:hover {
    border-color: #111 !important;
}


/* ── 6. BREADCRUMB — lépe čitelný ── */
.breadcrumb,
.breadcrumbs {
    font-size: 0.78rem;
    color: var(--hosh-text-muted);
    letter-spacing: 0.02em;
    padding: 8px 0;
}

.breadcrumb a,
.breadcrumbs a {
    color: var(--hosh-text-muted);
    text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumbs a:hover {
    color: var(--hosh-text);
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* ── 7. SEARCH — vylepšení ── */
#search .search-input,
.search-form input[type="search"],
.search-form input[type="text"] {
    border-radius: 0 !important;
    border: 1px solid var(--hosh-border-strong);
    font-size: 0.9rem;
    padding: 8px 14px;
    transition: border-color 0.2s ease;
}

#search .search-input:focus,
.search-form input[type="search"]:focus {
    border-color: var(--hosh-accent);
    outline: none;
    box-shadow: none;
}




/* ==========================================================================
   HOSH DOPRAVA A PLATBA — Accordion
   (hosh-doprava-a-platba.css — originální, neupraveno)
   ========================================================================== */
/* ===================== HOSH Accordion (Title | IMG | Info | Price | +/−) ===================== */
:root {
  --acc-bg: #fff;
  --acc-row-bg: #f1f1f1;
  --acc-border: #000;
  --acc-sep: #cfcfcf;
  --acc-sep-soft: #e9e9e9;
  --acc-text: #000;
  --acc-info: #333;

  --acc-gap-min: 6px;
  --acc-gap-max: 12px;
  --acc-pad-min: 8px;
  --acc-pad-max: 14px;

  --acc-icon-min: 48px;
  --acc-icon-max: 96px;
  --acc-icon-h-min: 24px;
  --acc-icon-h-max: 48px;

  --acc-toggle: 36px;

  --acc-dur: 260ms;
  --acc-ease: cubic-bezier(.22, .61, .36, 1);
}

/* Wrap & rows */
.hosh-acc {
  margin: 0 0 24px;
  background: var(--acc-bg);
  border-top: 1px solid var(--acc-border);
}

.hosh-acc__item {
  background: var(--acc-bg);
}

/* Pre-JS fallback */
.hosh-acc__panel[hidden] {
  display: none !important;
}

/* Header button */
.hosh-acc__summary {
  display: grid;
  width: 100%;
  height: 100%;
  cursor: pointer;
  align-items: center;
  text-align: left;
  color: var(--acc-text);
  background: var(--acc-row-bg);
  border: 0;
  border-bottom: 1px solid var(--acc-border);

  /* title | icon | info | price | toggle */
  grid-template-columns:
    minmax(0, 1.4fr) clamp(var(--acc-icon-min), 12vw, var(--acc-icon-max)) minmax(0, 2fr) max-content var(--acc-toggle);

  gap: clamp(var(--acc-gap-min), 1.6vw, var(--acc-gap-max));
  padding: clamp(var(--acc-pad-min), 2.2vw, 12px) clamp(var(--acc-pad-min), 2.2vw, var(--acc-pad-max));
  overflow-x: hidden;
  /* bez horizontálního scrollu */
  line-height: 1.25;
  font-weight: 600;
}

.hosh-acc__summary:hover {
  outline-offset: 2px;
  background-color: #dbdbdb;
  color: #000;
}

/* svislé oddělovače mezi buňkami */
.hosh-acc__summary>*+* {
  border-inline-start: 1px solid var(--acc-sep);
  padding-inline-start: 12px;
}

/* Columns */
.hosh-acc__title,
.hosh-acc__info {
  min-width: 0;
  /* umožní smrštění v gridu */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hosh-acc__title {
  font-size: clamp(14px, 2.6vw, 16px);
}

.hosh-acc__info {
  font-size: clamp(12.5px, 2.4vw, 14px);
  color: var(--acc-info);
}

.hosh-acc__icon {
  width: clamp(var(--acc-icon-min), 12vw, var(--acc-icon-max));
  height: clamp(var(--acc-icon-h-min), 6vw, var(--acc-icon-h-max));
  display: flex;
  align-items: center;
  justify-content: center;
}

.hosh-acc__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.hosh-acc__price {
  font-weight: 700;
  font-size: clamp(13px, 2.5vw, 15px);
  white-space: nowrap;
  color: var(--acc-text);
}

.hosh-acc__toggle {
  width: var(--acc-toggle);
  height: var(--acc-toggle);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--acc-dur) var(--acc-ease), opacity var(--acc-dur) ease;
  transform-origin: 50% 50%;
  opacity: .9;
}

.hosh-acc__toggle::before {
  content: "❯";
  line-height: 1;
  font-size: clamp(18px, 5.5vw, 22px);
}

.hosh-acc__summary[aria-expanded="true"] .hosh-acc__toggle,
.hosh-acc__summary.custom-active .hosh-acc__toggle {
  transform: rotate(90deg);
}

/* Panel (animovaný) */
.hosh-acc__panel {
  display: block;
  background: var(--acc-bg);
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: none;
  padding-block: 0;
  /* vertikální padding se animuje do otevřeného stavu */

  transition:
    height var(--acc-dur) var(--acc-ease),
    opacity var(--acc-dur) ease;
  will-change: height, opacity;
}

.hosh-acc__panel.is-open {
  opacity: 1;
  padding-block: 16px;
  margin-left: 16px;
}

.hosh-acc__panel ul {
  margin: 0;
  padding-inline-start: 20px;
}

.hosh-acc__panel li {
  margin: 6px 0;
}

.hosh-acc__panel a {
  color: inherit;
  text-decoration: underline;
}

/* Jemné zjemnění oddělovačů na úzkých šířkách */
@media (max-width: 520px) {
  .hosh-acc__summary>*+* {
    border-inline-start-color: var(--acc-sep-soft);
    padding-inline-start: clamp(6px, 1.8vw, 10px);
  }
}

/* Preferuje méně pohybu */
@media (prefers-reduced-motion: reduce) {

  .hosh-acc__panel,
  .hosh-acc__toggle {
    transition: none !important;
  }
}

/* --- HOSH: shipping layout fix (rovnání řádků + jednotná loga) --- */
.hosh-acc--shipping .hosh-acc__summary {
  /* Title | ICON(120px) | Info | Price | Toggle */
  grid-template-columns: minmax(0, 1.3fr) 120px minmax(0, 2fr) max-content var(--acc-toggle);
}

.hosh-acc--shipping .hosh-acc__icon {
  width: 120px;
  /* pevná šířka sloupce s logem */
  height: 40px;
  /* „řádková“ výška pro logo */
}

.hosh-acc--shipping .hosh-acc__icon img {
  display: block;
  height: 28px;
  /* stejné pro všechna loga */
  width: auto;
  margin: 0 auto;
  /* centrování v boxu */
  object-fit: contain;
}

@media (max-width: 520px) {
  .hosh-acc--shipping .hosh-acc__summary {
    grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1.6fr) max-content var(--acc-toggle);
  }

  .hosh-acc--shipping .hosh-acc__icon {
    width: 96px;
    height: 34px;
  }

  .hosh-acc--shipping .hosh-acc__icon img {
    height: 24px;
  }
}

/* ==========================================================================
   HOSH O NÁS — Stránka About Us
   (about-us.css — originální, neupraveno)
   ========================================================================== */
/* Global Styles */
.custom-about-us {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Hero Section */
.hero-section {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 80px 20px;
    position: relative;
}

.hero-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.hero-content {
    text-align: center;
    animation: fadeInUp 1s ease-out;
}

.hero-title {
    font-size: clamp(64px, 12vw, 140px);
    font-weight: 300;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1;
}

.hero-line {
    width: 80px;
    height: 1px;
    background: #000000;
    margin: 0 auto 30px;
    animation: expandWidth 1s ease-out 0.3s both;
}

.hero-subtitle {
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 300;
    letter-spacing: 0.15em;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.8;
    justify-self: center;
}

/* Brand Story Section */
.brand-story-section {
    background: #FFFFFF;
    padding: 100px 20px;
}

.story-container {
    max-width: 1200px;
    margin: 0 auto;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 120px;
    align-items: center;
}

.story-grid-reverse {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.story-text-block {
    padding: 20px 0;
}

.story-heading {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.story-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    opacity: 0.85;
}

.story-image-block {
    position: relative;
    overflow: hidden;
}

.story-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    filter: grayscale(100%);
    transition: all 0.6s ease;
}

.story-image:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.story-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    z-index: 2;
    pointer-events: none;
}

.story-accent-right {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 120px;
    height: 120px;
    z-index: 2;
    pointer-events: none;
}

/* Story full section */
.story-dark-section {
    margin-top: 80px;
    background-color: #000000;
}

.story-full-width-section {
    margin: 0 auto;
    padding: 80px 60px;
    max-width: 900px;
    text-align: center;
    grid-column: 1 / -1;
}

.story-light-section {
    background-color: #f5f5f5;
}

.story-dark-section .story-heading {
    color: #ffffff;
}

.story-dark-section .story-text {
    color: #ffffff;
    opacity: 0.85;
}

/* Benefits Section */
.benefits-section {
    background: #000000;
    padding: 100px 20px;
}

.benefits-container {
    max-width: 1400px;
    margin: 0 auto;
}

.benefits-title {
    font-size: clamp(36px, 6vw, 64px);
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 80px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-card {
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 50px 35px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000000;
    transition: all 0.5s ease;
    z-index: 1;
}

.benefit-card:hover::before {
    left: 0;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.benefit-card:hover .benefit-icon,
.benefit-card:hover .benefit-heading,
.benefit-card:hover .benefit-description {
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    color: #000000;
    transition: color 0.4s ease;
    position: relative;
    z-index: 2;
}

.benefit-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.benefit-heading {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 20px;
    transition: color 0.4s ease;
    position: relative;
    z-index: 2;
}

.benefit-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: #000000;
    opacity: 0.8;
    transition: color 0.4s ease;
    position: relative;
    z-index: 2;
}

.benefit-card:hover .benefit-description {
    opacity: 0.9;
}

.benefit-icon img {
    display: block;
    width: 48px;
    height: 48px;
    /* žádná barvicí úprava – zobrazí se tak, jak je v souboru */
    filter: none;
    transition: filter .2s ease, opacity .2s ease;
}

/* při hoveru na celé kartě přebarvi na čistě bílou */
.benefit-card:hover .benefit-icon img {
    /* udělá z černé  #000 → bílou #fff */
    filter: brightness(0) invert(1);
}


/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }

    to {
        width: 80px;
    }
}

/* Responsive Design */
@media (max-width: 991px) {

    .story-grid,
    .story-grid-reverse {
        grid-template-columns: 1fr;
        gap: 50px;
        margin-bottom: 80px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .story-image {
        height: 400px;
    }

    .hero-section {
        min-height: 70vh;
        padding: 60px 20px;
    }

    .brand-story-section {
        padding: 80px 20px;
    }

    .benefits-section {
        padding: 80px 20px;
    }


}

@media (max-width: 767px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefit-card {
        padding: 40px 30px;
    }

    .story-image {
        height: 350px;
    }

    .story-accent,
    .story-accent-right {
        width: 80px;
        height: 80px;
    }

    .hero-section {
        min-height: 60vh;
        padding: 40px 20px;
    }

    .brand-story-section {
        padding: 60px 20px;
    }

    .benefits-section {
        padding: 60px 20px;
    }

    .benefits-title {
        margin-bottom: 50px;
    }


}

@media (max-width: 479px) {
    .hero-title {
        font-size: 56px;
    }

    .story-heading {
        font-size: 32px;
    }

    .story-text {
        font-size: 15px;
    }

    .story-image {
        height: 280px;
    }

    .benefit-card {
        padding: 35px 25px;
    }

    .benefit-heading {
        font-size: 20px;
    }

    .benefit-description {
        font-size: 14px;
    }

}

