@charset "UTF-8";

*,
::after,
::before {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: Inter, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

a {
    display: inline-block
}

address {
    font-style: normal
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px
}

body {
    overflow-x: hidden;
    background: #f2f2f2;
    padding-top: 100px
}

.top-bar {
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    white-space: nowrap;
    background: #83a3b5;
    padding: 10px 0
}

.top-bar__inner {
    animation: runningLine 150s infinite linear;
    backface-visibility: hidden
}

.button--solid {
    background: #83a3b5;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 10px;
    padding: 10px 24px;
    text-decoration: none;
    color: #fff;
    transition: .2s linear;
    border: 1px solid #83a3b5
}

.button--solid:hover {
    background: #fff;
    color: #83a3b5
}

.button--outline {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 10px;
    padding: 10px 24px;
    text-decoration: none;
    color: #83a3b5;
    transition: .2s linear;
    border: 1px solid #83a3b5
}

.button--outline:hover {
    background: #83a3b5;
    color: #fff
}

.marque__inner {
    animation: runningLine 150s infinite linear;
    backface-visibility: hidden;
    color: #83a3b5;
    font-size: 60px;
    font-family: Cormorant, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .6
}

@keyframes runningLine {
    0% {
        transform: translateX(0);
        animation-timing-function: 0
    }

    100% {
        transform: translateX(-10000px)
    }
}

.header {
    padding: 16px 0;
    background: #f2f2f2
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__inner .logo {
    max-width: 80px;
    color: #83a3b5;
    font-size: 18px;
    font-family: Cormorant, Arial, sans-serif;
    line-height: 1.05;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none
}

.header__inner nav {
    display: flex;
    align-items: center;
    gap: 16px
}

.header__inner .cart svg {
    width: 40px;
    height: 40px
}

.text {
    color: #83a3b5;
    font-size: 15px;
    font-family: TildaSans, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99
}

.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.hero__inner {
    height: calc(100vh - 120px);
    display: grid;
    grid-template-columns: 1fr 390px;
    align-items: center;
    min-height: 640px;
    max-height: 800px
}

.hero__inner h1 {
    color: #83a3b5;
    font-size: 70px;
    font-family: Cormorant, Arial, sans-serif;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    max-width: 760px
}

.hero__inner .text {
    color: #83a3b5;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    max-width: 450px;
    margin: 24px 0
}

.product-card {
    background: #fff;
    padding: 20px;
    padding-bottom: 30px
}

.product-card a {
    text-decoration: none;
}

.product-card__img {
    border: 1px solid #83a3b5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1/1;
    max-height: 320px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.product-card .title {
    color: #83a3b5;
    font-weight: 700;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 8px
}

.product-card .descr {
    font-size: 14px;
    color: #83a3b5
}

.product-card .price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    font-size: 14px;
    color: #83a3b5
}

.product-card .price-wrapper .price--origin {
    opacity: .7;
    text-decoration: line-through
}

.section-title {
    color: #83a3b5;
    font-size: 80px;
    font-family: Cormorant, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-transform: uppercase
}

.floating-cards {
    margin-top: -80px
}

.floating-cards__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px
}

.floating-cards__grid-item {
    background: #fff;
    padding: 24px
}

.floating-cards__grid-item img {
    aspect-ratio: 1/1;
    width: 80px;
    display: block;
    margin-left: auto;
    margin-bottom: 32px
}

.floating-cards__grid-item .text {
    color: #83a3b5;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    text-transform: uppercase
}

.section-space {
    margin: 100px 0
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 48px
}

.products-grid .product-card__img {
    border: none
}

.popular-products {
    padding-top: 48px
}

.all-products__inner .products-grid {
    padding-top: 48px
}

.text-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 0
}

.text-image__content {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 32px;
    text-align: center
}

.text-image__content img {
    width: 100%;
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 24px
}

.text-image__content .medium-title {
    color: #83a3b5;
    font-size: 30px;
    font-family: Cormorant, Arial, sans-serif;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.text-image__content .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 24px
}

.about-us__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.about-us__inner .content {
    padding: 32px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.about-us__inner .content .text {
    color: #83a3b5;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400
}

.about-us__inner .image img {
    aspect-ratio: 560/650;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: block
}

.about-us__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    padding-top: 48px
}

.about-us__cards-item {
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.about-us__cards-item i {
    font-size: 24px;
    font-style: normal
}

.about-us__cards-item .text {
    color: #83a3b5;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 400
}

.about-us__cards-item:nth-child(2) {
    color: #fff;
    background: #83a3b5
}

.about-us__cards-item:nth-child(2) .text {
    color: #fff
}

.contact__blocks {
    padding-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px
}

.contact__blocks-item {
    padding: 32px;
    background: #fff;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none
}

.contact__blocks-item span {
    font-size: 18px;
    font-family: TildaSans, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-transform: uppercase;
    opacity: .65;
    color: #83a3b5
}

.contact__blocks-item:last-child {
    background: #83a3b5
}

.contact__blocks-item:last-child span {
    color: #fff
}

.footer {
    background: #83a3b5;
    padding: 60px 0
}

.footer .logo {
    max-width: 80px;
    font-size: 18px;
    font-family: Cormorant, Arial, sans-serif;
    line-height: 1.05;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff
}

.footer__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.footer__inner ul li {
    margin-bottom: 8px
}

.footer__inner ul li a {
    color: #fff;
    text-decoration: none
}

.footer__inner ul li a:hover {
    text-decoration: underline
}

@media (max-width:991px) {

    .email,
    .phone {
        display: none
    }

    .button--outline {
        padding: 8px 16px
    }

    .section-title {
        font-size: 48px
    }

    .hero .product-card {
        display: none
    }

    .hero__inner {
        grid-template-columns: 1fr;
        min-height: 500px;
        height: 100%
    }

    .hero__inner h1 {
        font-size: 54px
    }

    .floating-cards__grid {
        gap: 16px
    }
}

@media (max-width:767px) {
    .floating-cards__grid {
        grid-template-columns: 1fr
    }

    .hero__inner h1 {
        font-size: 48px
    }

    .floating-cards {
        margin-top: -24px
    }

    .section-title {
        font-size: 32px
    }

    .section-space {
        margin: 50px 0
    }

    .popular-products {
        padding-top: 24px;
        gap: 20px
    }

    .marque__inner {
        font-size: 48px
    }

    .all-products__inner .products-grid {
        padding-top: 24px;
        gap: 20px
    }

    .text-image__content {
        padding: 24px
    }

    .text-image__content .medium-title {
        font-size: 24px
    }

    .text-image__content .buttons {
        padding-top: 16px;
        flex-direction: column
    }

    .about-us__inner {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .about-us__cards {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .contact__blocks {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .contact__blocks-item {
        padding: 24px
    }

    .contact__blocks-item span {
        font-size: 16px
    }

    .footer__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center
    }

    .footer__inner .logo {
        text-align: left;
        margin: 0 auto
    }
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(420px, 85vw);
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 1001;
    overflow-y: auto;
    background: #83a3b5;
    color: #fff;
    padding: 32px
}

.menu.menu--open {
    transform: translateX(0)
}

.site-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .25s ease;
    z-index: 1000;
    pointer-events: none
}

.is-menu-open .site-overlay {
    pointer-events: auto
}

.site-overlay.site-overlay--visible {
    background: rgba(0, 0, 0, .55)
}

.menu ul li {
    margin-bottom: 16px
}

.menu ul li a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    font-weight: 300
}

.pmodal {
    position: fixed;
    inset: 0;
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility 0s linear .35s;
    font-family: inherit
}

.pmodal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .35s ease, visibility 0s
}

.pmodal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s ease
}

.pmodal.is-open .pmodal__overlay {
    background: rgba(0, 0, 0, .55)
}

.pmodal__panel {
    position: relative;
    max-width: 940px;
    margin: 20vh auto;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
    will-change: transform, opacity;
    transform: translate3d(16px, 12px, 0) scale(.98);
    opacity: 0;
    transition: transform .38s cubic-bezier(.2, .7, .2, 1), opacity .38s cubic-bezier(.2, .7, .2, 1)
}

.pmodal.is-open .pmodal__panel {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1
}

.pmodal__close {
    position: absolute;
    top: .5rem;
    right: .75rem;
    font-size: 2rem;
    width: 44px;
    height: 44px;
    line-height: 1;
    border-radius: 10px;
    background: 0 0;
    border: 0;
    color: #111;
    cursor: pointer
}

.pmodal__close:hover {
    background: rgba(0, 0, 0, .06)
}

.pmodal__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 24px
}

.pmodal__media {
    aspect-ratio: 4/3;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center
}

.pmodal__img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.pmodal__title {
    margin: 0 0 .5rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #83a3b5;
    font-family: Cormorant, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;

}

.pmodal__price {
    display: flex;
    gap: 12px;
    align-items: baseline;
    margin: .25rem 0 1rem
}

.pmodal__price-current {
    font-size: 18px;
    color: #83a3b5;
}

.pmodal__price-regular {
    color: #83a3b5;
    opacity: .7;
    text-decoration: line-through;
}

.pmodal__desc {
    color: #454545;
    line-height: 1.6;
    margin: 0 0 1rem
}

.pmodal__desc :where(p) {
    margin: 0 0 .75rem
}

.pmodal__form {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center
}

.pmodal__qty {
    display: flex;
    align-items: center;
    gap: 8px
}

.pmodal__qty span {
    font-size: .95rem;
    color: #333
}

.pmodal__qty input {
    width: 96px;
    padding: .55rem .65rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    font: inherit
}

.pmodal__btn {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 1.2rem;
    border-radius: 12px;
    border: 0;
    background: #83a3b5;
    color: #fff;
    font-weight: 600;
    cursor: pointer
}

.pmodal__btn:disabled {
    opacity: .6;
    cursor: progress
}

.pmodal__note {
    grid-column: 1/-1;
    margin-top: .25rem;
    font-size: .95rem;
    color: #222
}

@media (max-width:768px) {
    .pmodal__grid {
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 16px
    }

    .pmodal__panel {
        margin: 0;
        border-radius: 0;
        height: 100%;
        max-width: 100%
    }
}

@media (prefers-reduced-motion:reduce) {

    .pmodal,
    .pmodal__overlay,
    .pmodal__panel {
        transition: none !important
    }

    .pmodal__panel {
        transform: none !important;
        opacity: 1 !important
    }
}

.product-card {
    cursor: pointer
}

.product-card:where(:hover) .title {
    text-decoration: underline
}




#primary {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 20px;
}




/* =========================================================
   FIX: Single Product — больше НЕ делим на колонки
   ========================================================= */
.single-product .product {
    display: block !important;
    /* снимаем grid/float разметку */
}

.single-product .woocommerce-product-gallery {
    margin-bottom: 20px;
    /* галерея сверху */
}

.single-product .summary.entry-summary {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(99, 93, 168, .28);
}

/* Заголовки (страницы/товары) — унификация */
.woocommerce .entry-title,
.woocommerce .page-title,
.single-product .product_title,
.woocommerce .woocommerce-products-header__title {
    color: #83a3b5;
    font-family: "Cormorant", serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .02em;
    line-height: 1.1;
}

.woocommerce .page-title,
.woocommerce .woocommerce-products-header__title {
    font-size: 42px;
    margin: 0 0 16px;
}

.single-product .product_title {
    font-size: 42px;
    margin: 0 0 12px;
}

@media (max-width:767px) {

    .woocommerce .page-title,
    .woocommerce .woocommerce-products-header__title,
    .single-product .product_title {
        font-size: 32px;
    }
}

/* Кнопки — единый стиль (включая Checkout/Place order) */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce #place_order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #83a3b5;
    background: #83a3b5;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .2s linear;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #place_order:hover {
    background: #fff;
    color: #83a3b5;
}

/* Поля форм (чекаут/купоны) */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container .select2-selection--single {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 16px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    outline: none;
    border-color: #83a3b5;
    box-shadow: 0 0 0 3px rgba(99, 93, 168, .12);
}

/* =========================================================
   CART (Корзина)
   ========================================================= */
.woocommerce-cart .woocommerce {
    background: transparent;
}

/* таблица корзины */
.woocommerce-cart table.shop_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid rgba(99, 93, 168, .28);
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
    padding: 14px;
    vertical-align: middle;
}

.woocommerce-cart table.shop_table th {
    background: rgba(99, 93, 168, .06);
    color: #83a3b5;
    font-weight: 600;
}

/* превью товара в корзине */
.woocommerce-cart .product-thumbnail img {
    width: 70px;
    height: auto;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}

/* кол-во */
.woocommerce .quantity .qty {
    width: 110px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/* удалить */
.woocommerce .product-remove a.remove {
    color: #fff !important;
    background: #d23f3f;
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
}

/* блок купона/обновить корзину */
.woocommerce .actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px;
}

.woocommerce .actions .coupon .input-text {
    min-width: 240px;
}

/* Итого (totals) */
.woocommerce-cart .cart-collaterals .cart_totals {
    background: #fff;
    border: 1px solid rgba(99, 93, 168, .28);
    border-radius: 10px;
    padding: 20px;
}

.woocommerce-cart .cart_totals h2 {
    color: #83a3b5;
    font-family: "Cormorant", serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 0 12px;
}

.woocommerce .wc-proceed-to-checkout {
    padding-top: 12px;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
}

/* уведомления */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 10px;
    border: 1px solid rgba(99, 93, 168, .28);
    background: #fff;
    padding: 12px 16px;
}

/* =========================================================
   CHECKOUT (Оформление заказа)
   ========================================================= */
/* колонки checkout — нативные, просто стилизуем */
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    background: #fff;
    border: 1px solid rgba(99, 93, 168, .28);
    border-radius: 10px;
    padding: 20px;
}

/* заголовки блоков */
.woocommerce-checkout .col2-set h3,
.woocommerce-checkout-review-order h3 {
    color: #83a3b5;
    font-family: "Cormorant", serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 0 12px;
}

/* таблица заказа справа */
.woocommerce-checkout-review-order {
    background: #fff;
    border: 1px solid rgba(99, 93, 168, .28);
    border-radius: 10px;
    padding: 20px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding: 10px 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
    font-weight: 600;
    color: #83a3b5;
}

/* способы оплаты */
#payment {
    background: #fff;
    border: 1px solid rgba(99, 93, 168, .28);
    border-radius: 10px;
    padding: 12px;
}

#payment ul.payment_methods {
    border: none;
    padding: 0 0 8px;
    margin: 0;
}

#payment div.payment_box {
    background: rgba(99, 93, 168, .06);
    border-radius: 8px;
    margin: 8px 0 0;
}

/* кнопка подтверждения */
#place_order {
    width: 100%;
}

/* хлебные крошки/надписи */
.woocommerce-breadcrumb {
    color: #5f6268;
    font-size: 12px;
    margin: 0 0 10px;
}

.woocommerce-breadcrumb a {
    color: #5f6268;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

/* =========================================================
   Мелкие правки
   ========================================================= */
.woocommerce table.shop_table td.product-name a {
    color: #1d1d1f;
    text-decoration: none;
}

.woocommerce table.shop_table td.product-name a:hover {
    color: #83a3b5;
    text-decoration: underline;
}


.entry-title {
    color: #83a3b5;
    font-size: 80px;
    font-family: Cormorant, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-transform: uppercase;
}

.wc-block-cart__submit-button,
.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: #83a3b5;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 10px;
    padding: 10px 24px;
    text-decoration: none;
    color: #fff;
    transition: .2s linear;
    border: 1px solid #83a3b5;
}

.wc-block-components-product-name {
    color: #83a3b5;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.wc-block-components-formatted-money-amount,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    color: #83a3b5;
    font-weight: 700;
    font-size: 20px;
}

.single-product #primary {
    padding: 16px 0px !important;
}

.single-product .woocommerce-product-gallery {
    margin-bottom: 0 !important;
}

.product_meta a {
    color: #83a3b5;
}

.popular-products {
    gap: 24px;
}

@media(max-width: 767px) {
    .single-product__wrap {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}


.wc-block-components-totals-item__value {
    color: #83a3b5
}

.woocommerce-cart .wc-block-cart__payment-options{
	display: none;
}


:root {
  --content-max: 760px;
  --content-pad: 20px;

  --font-body: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --text: #121212;
  --muted: #5b5b5b;
  --border: rgba(18, 18, 18, 0.12);
  --link: #0a58ca;

  --lh: 1.65;
  --radius: 12px;
}

/* =========================
   Typography scoped to .entry-content
   ========================= */

.entry-content {
  max-width: 100%;
  margin: 0 auto;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: var(--lh);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: anywhere;
	color: #83a3b5;
}

@media (min-width: 1024px) {
  .entry-content { font-size: 18px; }
}

.entry-content > * {
  margin-top: 0;
  margin-bottom: 1em;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

/* Headings */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
font-family: Cormorant, Arial, sans-serif;
	color: #83a3b5;
}

.entry-content h1 { font-size: clamp(2rem, 2.6vw, 2.75rem); margin-top: 0; }
.entry-content h2 { font-size: clamp(1.6rem, 2vw, 2rem); }
.entry-content h3 { font-size: clamp(1.25rem, 1.5vw, 1.5rem); }
.entry-content h4 { font-size: 1.125rem; }
.entry-content h5 { font-size: 1rem; }
.entry-content h6 { font-size: 0.9375rem; color: var(--muted); }

/* Paragraphs */
.entry-content p { margin-bottom: 1em; }

/* Small / muted */
.entry-content small {
  font-size: 0.875em;
  color: var(--muted);
}

/* Links */
.entry-content a {
  color: var(--link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.entry-content a:hover { text-decoration-thickness: 2px; }

/* Inline formatting */
.entry-content strong { font-weight: 700; }
.entry-content em { font-style: italic; }

.entry-content mark {
  background: rgba(255, 214, 0, 0.35);
  padding: 0.05em 0.2em;
  border-radius: 0.3em;
}

/* HR */
.entry-content hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 1.6em 0;
}

/* Lists */
.entry-content ul,
.entry-content ol {
  padding-left: 1.25em;
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.entry-content li { margin: 0.35em 0; }

.entry-content li > ul,
.entry-content li > ol {
  margin-top: 0.35em;
  margin-bottom: 0.35em;
}

/* Blockquote */
.entry-content blockquote {
  margin: 1.2em 0;
  padding: 0.9em 1em;
  border-left: 4px solid var(--border);
  background: rgba(18, 18, 18, 0.03);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--muted);
}

.entry-content blockquote p:last-child { margin-bottom: 0; }

/* Media */
.entry-content img,
.entry-content video {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius);
  display: block;
}

.entry-content figure { margin: 1.2em 0; }

.entry-content figcaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: var(--muted);
}

/* Tables */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.2em 0;
  font-size: 0.95em;
}

.entry-content th,
.entry-content td {
  border: 1px solid var(--border);
  padding: 0.7em 0.8em;
  text-align: left;
  vertical-align: top;
}

.entry-content th {
  background: rgba(18, 18, 18, 0.04);
  font-weight: 700;
}

/* Code */
.entry-content code {
  font-family: var(--font-mono);
  font-size: 0.95em;
  background: rgba(18, 18, 18, 0.06);
  padding: 0.15em 0.35em;
  border-radius: 0.5em;
}

.entry-content pre {
  font-family: var(--font-mono);
  font-size: 0.95em;
  line-height: 1.5;
  background: rgba(18, 18, 18, 0.06);
  padding: 1em;
  border-radius: var(--radius);
  overflow: auto;
  margin: 1.2em 0;
}

.entry-content pre code {
  background: transparent;
  padding: 0;
}

/* Forms inside content */
.entry-content input,
.entry-content textarea,
.entry-content select {
  font: inherit;
}

/* Focus */
.entry-content :focus-visible {
  outline: 2px solid rgba(10, 88, 202, 0.55);
  outline-offset: 3px;
  border-radius: 6px;
}


.flex-control-thumbs{
	list-style: none;
	padding: 0;
	line-height: none;
	display: flex;
gap: 8px;
}

.woocommerce-product-gallery {
position: relative;
}

.woocommerce-product-gallery__trigger{
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 15;
}


