@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/manrope-v20-cyrillic_latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/manrope-v20-cyrillic_latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/manrope-v20-cyrillic_latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/manrope-v20-cyrillic_latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/manrope-v20-cyrillic_latin-600.woff2') format('woff2');
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #ecf1f7;
}

.wc-block-product-template.is-flex-container>li,
.has-shadcn-border-background-color {
    background-color: #ecf1f7 !important;
}

.wp-block-site-logo img {
    max-width: 100vw !important;
}

.lingerie-hero {
    max-width: 100vw;
    position: relative;
    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    padding-right: 0;
    padding-left: 0;
    background-size: cover;
}


.hero-container {
    max-width: 1400px;

    width: 90%;
    display: grid;
    grid-template-rows: auto 1fr;

    gap: 100px;

    padding: 60px 0;

}



.hero-tags {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
}







.tag {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}


.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;

    align-items: center;

}

.hero-text-block {
    grid-column: 1 / 2;
    display: flex;
    flex-direction: column;
}


.hero-title {
    font-family: 'Manrope', sans-serif;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 100;
    font-style: light;
}

.decorative-text {
    display: inline-block;
    vertical-align: baseline;
    vertical-align: -20px;
}

.lang-en .decorative-text {
    margin-right: -50px;
    vertical-align: -10px;
}

.decorative-text img {
    width: auto;
    height: 80px;
    display: block;
}

.hero-title br+span {
    display: inline-block;
    position: relative;
    z-index: 0;
}


.hero-subtitle {
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.9;
}


.hero-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 520px;
    height: 60px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 50px;
    padding: 0 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.hero-button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}


.button-icon {
    width: 40px;
    height: 40px;
    background-color: #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-icon svg {
    width: 16px;
    height: 16px;
}


.marquee-container {
    max-width: 100vw;
    margin-block-start: 30px !important;
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 0;
    display: flex;
    white-space: nowrap;
}


.marquee-content {
    display: flex;
    flex-shrink: 0;
    animation: scroll-text 15s linear infinite;
}


.marquee-content span {
    padding: 0 40px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}


@keyframes scroll-text {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

.title-second {
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
    font-size: 24px;
    max-width: 700px;
}

.wp-block-column.is-vertically-aligned-bottom.second-colom {
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.wp-block-column.is-vertically-aligned-bottom.second-colom div img {
    margin-block-start: var(--wp--style--block-gap, min(1.75rem, 4vw));
    height: 300px;
    width: auto;
}

.wp-container-core-column-is-layout-e773b618> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {}

.title-second .decorative-text{
    vertical-align: -10px;
    margin-right: -30px;
    position: relative;
    z-index: 2;
}

.title-second .decorative-text._a, .title-second .decorative-text._p{
    margin-right: -40px;
}

.lang-en.title-second .decorative-text {
    margin-right: -20px;
    margin-bottom: 20px;
}

.lang-en.block.title-second .decorative-text {
    margin-right: -45px;
    margin-bottom: 0;
}

.reality-section {
    padding: 60px 0;
    font-family: 'Manrope', sans-serif;
    color: #1a1a1a;
    max-width: 100vw;

}

.is-layout-constrained>.alignwide:not(.wp-block-woocommerce-product-collection),
.wp-container-core-group-is-layout-31dacb70>*+*:not(.gift-certificate-section) {
    margin-top: 0 !important;
}

.wp-block-woocommerce-product-collection {
    margin-bottom: 30px !important;
}

.about-brand-section {
    max-width: 100vw;
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    padding-right: 0;
    margin-top: 30px;
    padding-left: 0;
}

.reality-header {
    max-width: 1400px;
    margin: 0 auto 40px auto;
    padding: 0 40px;
}

.category_in_header{
    display: none;
}

.reality-header h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}


.reality-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
}


.reality-card {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
    border-right: 1px solid #d1d5db;
}


.reality-card:last-child {
    border-right: none;
}


.reality-card h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

.reality-card p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    color: #2b2b2b;
}

.gift-certificate-section {
    max-width: 100vw;
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    padding-right: 0;
    padding-left: 0;
    font-family: 'Manrope', sans-serif;
    text-align: center;
}

.cert-title.title-second {
    width: auto;
}

.cert-header {
    margin-bottom: 50px;
}

.cert-title {
    font-size: 46px;
    font-weight: 300;
    color: #1a1a1a;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.decorative-letter {
    margin-right: -30px;
    z-index: 2;
    position: relative;
    transform: translateY(5px);
}

.lang-en .decorative-letter {
    margin-right: -50px;
}

.decorative-letter img {
    height: 90px;
    width: auto;
}

.cert-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
}

.cert-cards-container {
    display: grid;
    justify-items: center;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
}

.cert-cards-container {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
    .cert-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {
    .cert-cards-container {
        grid-template-columns: 1fr;
        margin: 0 10px;
    }

    .cert-card {
        width: 100%;
        max-width: none;
        aspect-ratio: auto;
    }
}

.cert-card {
    background-color: #aed4fc;
    max-width: 420px;
    aspect-ratio: 7 / 4;
    border-radius: 12px;
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.cert-name {
    font-size: 54px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    letter-spacing: 1px;
}

.cert-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cert-price {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}

.cert-btn {
    background-color: #f7f9fa;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #333;
    transition: background-color 0.2s;
}

.cert-btn:hover {
    background-color: #e2e8f0;
}

.cert-card.textured {

    background-color: #9cbce0;

    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.12'/%3E%3C/svg%3E");

    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.15);
}

.cert-card.textured .cert-name,
.cert-card.textured .cert-price {

    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}



@media (max-width: 1024px) {

    .cert-name {
        font-size: 36px;
    }

    .cert-title {
        font-size: 32px;
    }

    .decorative-letter img {
        height: 60px;
    }

    .decorative-letter {
        margin-right: -15px;
    }
}

@media (max-width: 1024px) {
    .hero-title {
        font-size: 48px;
    }

    .decorative-text {
        font-size: 90px;

    }

    .reality-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .reality-card:nth-child(2) {
        border-right: none;
    }

    .reality-card:nth-child(1),
    .reality-card:nth-child(2) {
        border-bottom: 1px solid #d1d5db;
    }
}



.marquee-light {
    background-color: #ecf1f7;
    color: #1a1a1a;
    padding: 15px 0;
}

.marquee-light .marquee-content span {
    font-size: 32px;
    font-weight: 300;
    padding: 0 30px;
}


.about-hero-image {
    position: relative;
    width: 100%;
    min-height: 800px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}


.about-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}


.about-text-wrapper {
    position: absolute;
    inset: 0;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    pointer-events: none;
}


.abs-text {
    position: absolute;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



.block-main {
    top: 25%;
    left: 28%;
    font-size: 21px;
    line-height: 1.3;
}

.block-left {
    top: 50%;
    left: 28%;
    font-size: 14px;
    max-width: 320px;
}

.block-right {
    top: 50%;
    left: 58%;
    font-size: 14px;
    max-width: 320px;
}

.block-bottom {
    top: 80%;
    left: 58%;
    font-size: 14px;
    max-width: 250px;
}


.social-media-section {
    max-width: 100vw;
    margin-right: calc(var(--wp--style--root--padding-right) * -1) !important;
    margin-left: calc(var(--wp--style--root--padding-left) * -1) !important;
    padding-right: 0;
    padding-left: 0;
    padding-top: 80px;

    font-family: 'Manrope', sans-serif;
    text-align: center;
}

.social-header {
    margin-bottom: 40px;
    padding: 0 20px;
}

.social-title {
    font-size: 46px;
    font-weight: 300;
    color: #1a1a1a;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


.wp-block-group.alignwide.is-vertical.is-content-justification-center.is-layout-flex.wp-container-core-group-is-layout-208ecc75.wp-block-group-is-layout-flex .social-title .decorative-letter,
.social-header .social-title .decorative-letter {
    margin-right: -60px;
    margin-bottom: -10px;
    z-index: 2;
    position: relative;
}

.social-header .social-title.lang-en .decorative-letter {
    margin-right: -85px;
}

.social-title .decorative-letter img {
    height: 90px;
    width: auto;
}

.social-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    margin: 0;
}


.social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    width: 100%;
    gap: 0;

}


.social-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;

    overflow: hidden;
    background-color: #e0e0e0;
    text-decoration: none;
}


.social-item img,
.social-item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.5s ease;

}


.social-item:hover img,
.social-item:hover video {
    transform: scale(1.05);
}


.social-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    z-index: 10;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));

    opacity: 0.9;
}

.social-icon svg {
    width: 100%;
    height: 100%;
}


.site-footer {
    background-color: #000000;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    padding-top: 40px;
    overflow: hidden;
}

.footer-container {
    max-width: 1400px;
    margin-bottom: 110px;
    margin: 0 auto;
    padding: 0 40px;
}


.footer-banner {
    width: 100%;
    margin-bottom: 60px;
}

.footer-banner img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    object-position: 50% 90%;
    border-radius: 20px;
}


.footer-grid {
    display: grid;

    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}


.footer-col h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

.footer-col p {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

.footer-col h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}


.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 15px;
}

.footer-col ul li a {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
}


.btn-write {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-write:hover {
    background-color: #ffffff;
    color: #000000;
}


.footer-legal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
    z-index: 10;
}

.footer-legal a {
    color: #888888;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #ffffff;
}


.footer-huge-text {
    font-size: 24vw;
    font-weight: 800;
    line-height: 0.75;
    text-align: center;
    letter-spacing: -0.03em;
    color: #ffffff;
    white-space: nowrap;
    user-select: none;
}


.wp-block-group.alignwide .decorative-letter {
    margin-right: -25px;
    margin-bottom: -18px;
}

.wp-block-group.alignwide .lang-en .decorative-letter {
    margin-bottom: -5px;
    margin-right: -45px;
}


@media (max-width: 1024px) {
    .footer-grid {

        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-container {
        margin-bottom: 0px;
        padding: 0 20px;
    }

    .footer-grid {

        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-legal {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
    }

    .footer-huge-text {
        font-size: 28vw;
    }

    .wp-block-group.alignwide .decorative-letter {
        margin-right: -12px;
        margin-bottom: -10px;
    }
}

@media (max-width: 1024px) {
    .social-grid {
        grid-template-columns: repeat(3, 1fr);

    }
}

@media (max-width: 600px) {
    .social-title {
        font-size: 32px;
    }

    .social-title .decorative-letter img {
        height: 60px;
    }

    .social-title .decorative-letter {
        margin-right: -15px;
    }

    .social-grid {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (max-width: 1024px) {
    .block-main {
        left: 5%;
        top: 15%;
    }

    .block-left {
        left: 5%;
        top: 40%;
    }

    .block-right {
        left: 50%;
        top: 40%;
    }

    .block-bottom {
        left: 50%;
        top: 75%;
    }
}



@media (max-width: 768px) {
    img.custom-logo {
        width: 200px;
    }

    .hero-container {
        margin: auto;
        gap: 50px;
        padding: 40px 0;
    }

    .hero-tags-wrapper {
        overflow: hidden;
        width: 100%;
    }

    .hero-tags-wrapper .tag.hidden {
        display: block;
    }

    .hero-tags {
        max-width: max-content;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: max-content;
        animation: scroll-marquee 10s linear infinite;
    }

    @keyframes scroll-marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .hero-content {
        grid-template-columns: 1fr;

    }

    .hero-text-block {
        grid-column: 1 / 2;
        text-align: center;
        align-items: center;
    }

    .hero-title {
        font-size: 36px;
    }

    .decorative-text {
        font-size: 70px;


    }

    .social-header .social-title .decorative-letter {
        margin-right: -35px;
        margin-bottom: -5px;
    }


    .lingerie-hero {
        background:
            linear-gradient(to bottom, rgba(26, 26, 26, 0.8) 0%, rgba(26, 26, 26, 0.9) 100%),
            url('../images/179c0b516461f56a3bf020268f64fd951a893bae.jpg') no-repeat center;
        background-size: cover;
    }

    .hero-button {
        width: 100%;
        max-width: 100%;
    }

    .reality-header h2 {
        font-size: 20px;
    }

    .reality-grid {
        grid-template-columns: 1fr;
    }

    .reality-card {
        border-right: none;
        border-bottom: 1px solid #d1d5db;
        min-height: auto;
        gap: 40px;
    }

    .reality-card:last-child {
        border-bottom: none;
    }

    .about-hero-image {
        min-height: auto;
        padding: 60px 20px;
    }

    .about-text-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .abs-text {
        position: static;
        max-width: 100%;
    }

    .block-main {
        font-size: 18px;
    }

    .wp-block-group.alignwide.is-vertical.is-content-justification-center.is-layout-flex.wp-container-core-group-is-layout-208ecc75.wp-block-group-is-layout-flex .social-title .decorative-letter,
    .social-header .social-title .decorative-letter {
        margin-bottom: -5px;
        margin-right: -40px;
    }

    .social-header .social-title .decorative-letter img {
        margin: -7px;
    }

    .woocommerce.wc-block-catalog-sorting select.orderby {
        max-width: 87vw;
    }

    .category_in_header{
        display: block;
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,
    .wc-block-components-product-image a {
        font-size: 0.55rem;
    }

    .icon-container.has-icon-color.has-no-icon-fill-color.has-icon-background-color.has-shadcn-background-background-color.has-shadcn-foreground-color {
        width: 22px !important;
    }

    .cert-title,
    .social-title {
        display: block;
    }

    .title-second {
        font-size: 32px !important;
    }
}

body.has-highlighted-shipping-section div.woocommerce form .fc-step__substep[data-substep-id=shipping_address],
body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address] {
    background-color: #fff !important;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    border-radius: 0 !important;
}


.wp-block-woocommerce-product-collection h2.wp-block-heading.title-second {
    font-size: var(--wp--preset--font-size--large);
}

.wp-block-woocommerce-product-collection h2.wp-block-heading.title-second .decorative-letter {
    margin-right: -6px;
    margin-bottom: -15px;
}

.wp-block-woocommerce-product-collection h2.wp-block-heading.title-second .decorative-letter img {
    height: 70px;
}

.wp-block-woocommerce-product-collection h2.wp-block-heading.social-title {
    justify-content: flex-start;
}


.wp-block-woocommerce-product-template li {
    border-radius: 12px;
    overflow: hidden;
    background: #ecf1f7;
    padding: 0;
}


.wp-block-woocommerce-product-image img {
    width: 100%;
    height: auto;
}


.wp-block-woocommerce-product-template .wp-block-group {}


.wp-block-woocommerce-product-title {
    font-size: 14px;
    text-transform: none !important;
}


.wp-block-woocommerce-product-price {
    font-weight: 500;
}


.product-card-actions {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.product-card-actions .wp-block-button__link {
    width: 100%;
    text-align: center;
    line-height: normal;
    border-radius: 20px;
    padding: 8px;
    font-size: 1rem;
}




.btn-outline .wp-block-button__link {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.product-more-btn {
    text-transform: none;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 8px;
}

.product-more-btn:hover {
    text-decoration: underline;
}



.wp-block-woocommerce-product-button .wp-block-button__link {
    background: #111;
    gap: 10px;
    color: #fff;
    text-transform: none;
}

.wp-block-woocommerce-product-button .wp-block-button__link:hover {
    text-decoration: underline;
}

.wp-container-core-group-is-layout-f4d9a6ae {
    flex-direction: column !important;
    gap: 0 !important;
}


.lang-en {
    display: none;
}


html[lang^="en"] .lang-uk {
    display: none;
}

html[lang^="en"] .lang-en {
    display: flex;
}

html[lang^="en"] .lang-en.block {
    display: block;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.graphic-heading img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* 
.wc-block-store-notices.woocommerce.alignwide.alignwide.wp-block-woocommerce-store-notices {
    display: none !important;
}

.wc-block-components-product-button__button {
	min-width: 170px;
max-width: 200px}

.wc-block-components-product-button__button span {
    visibility: hidden;
    position: relative;
}

.wc-block-components-product-button__button span::after {
    content: "Обрати розмір";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
	    white-space: nowrap;
} */

.wp-block-post-content *{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

