

/* Start:/local/components/dmcg/commerce.detail/templates/.default/style.css?17779234915425*/
.commerce-detail {
    min-height: 100vh;
    padding: 140px 0 70px;
    background: #0e2b42 url("/local/templates/barkli-dan/images/sec_31_bg.png") center top repeat;
    color: #0e2b42;
    font-family: "Isabella Sans", sans-serif;
}

.commerce-detail__container {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    padding: 34px;
    border-radius: 28px;
    background: #e7e7e1;
}

.commerce-detail__breadcrumb {
    margin-bottom: 28px;
}

.commerce-detail__breadcrumb a {
    color: #70534a;
    text-decoration: none;
}

.commerce-detail__head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: end;
    margin-bottom: 38px;
}

.commerce-detail__eyebrow {
    margin-bottom: 12px;
    color: #956b4a;
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.commerce-detail h1 {
    max-width: 920px;
    margin: 0 0 12px;
    font-family: "SangBleu Sunrise", serif;
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 300;
    line-height: 1.12;
}

.commerce-detail__head p {
    max-width: 680px;
    margin: 0;
    color: #1e4b6e;
    font-size: 20px;
    line-height: 1.45;
}

.commerce-detail__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 0;
}

.commerce-detail__visual {
    position: relative;
    background: #fff;
}

.commerce-detail__main {
    display: block;
    width: 100%;
    min-height: 580px;
    padding: 40px;
    border: 0;
    background: #fff;
    cursor: zoom-in;
}

.commerce-detail__main img {
    width: 100%;
    max-height: 540px;
    object-fit: contain;
}

.commerce-detail__switches {
    position: absolute;
    left: 34px;
    bottom: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.commerce-detail__switches button {
    border: 0;
    border-radius: 999px;
    background: #d8d8d2;
    color: #0e2b42;
    padding: 10px 18px;
    cursor: pointer;
}

.commerce-detail__aside {
    background: #d9d9d6;
    padding: 35px;
}

.commerce-detail__badge {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 600;
}

.commerce-detail__badge img {
    width: 69px;
    height: 69px;
}

.commerce-detail__badge small {
    display: block;
    margin-top: 4px;
    color: #6d7880;
    font-size: 14px;
}

.commerce-detail__params h2 {
    margin: 0 0 22px;
    color: #1e4b6e;
    font-size: 20px;
    font-weight: 500;
}

.commerce-detail__params div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(14, 43, 66, .12);
    font-size: 18px;
}

.commerce-detail__params span,
.commerce-detail__price span {
    color: #60717e;
}

.commerce-detail__params b {
    text-align: right;
}

.commerce-detail__price {
    margin: 28px 0;
    padding: 24px;
    border-radius: 18px;
    background: #fff;
}

.commerce-detail__price span {
    display: block;
    margin-bottom: 8px;
}

.commerce-detail__price b {
    color: #956b4a;
    font-family: "SangBleu Sunrise", serif;
    font-size: 34px;
    font-weight: 300;
}

.commerce-detail__cta {
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: #70534a;
    color: #fff;
    padding: 0 28px;
    cursor: pointer;
    font: inherit;
}

.commerce-detail__cta--wide {
    width: 100%;
}

.commerce-detail__text {
    margin-top: 42px;
    color: #1e4b6e;
    font-size: 22px;
    line-height: 1.55;
}

.commerce-detail__text p {
    margin: 0;
}

.popup-form {
    background: #fff;
    color: #70534a;
    font-family: "Isabella Sans", sans-serif;
    padding: 20px;
    border-radius: 12px;
    width: min(420px, 90vw);
    text-align: left;
}

.popup-form h3 {
    font-size: 22px;
    font-family: "SangBleu Sunrise", serif;
    margin-bottom: 10px;
}

.popup-sub {
    font-size: 15px;
    color: #9c7c6c;
    margin-bottom: 20px;
}

.popup-input {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    border: 1px solid #d4bfa1;
    border-radius: 6px;
    font-size: 15px;
    color: #70534a;
}

.popup-input:focus {
    outline: none;
    border-color: #70534a;
}

.popup-privacy {
    display: flex;
    align-items: center;
    font-size: 13px;
    gap: 6px;
    margin-bottom: 20px;
}

.popup-privacy a {
    color: #70534a;
    text-decoration: underline;
}

.popup-status {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn-send {
    background: #70534a;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    transition: 0.3s ease;
}

.btn-send:hover {
    background: #8a6d61;
}

.fancybox__container:has(.barkli-callback-popup) {
    --fancybox-bg: rgba(10, 34, 53, 0.72);
}

@media (max-width: 1100px) {
    .commerce-detail__head,
    .commerce-detail__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .commerce-detail {
        padding-top: 110px;
    }

    .commerce-detail__container {
        width: calc(100% - 24px);
        padding: 18px;
    }

    .commerce-detail h1 {
        font-size: 24px;
        line-height: 1.18;
    }

    .commerce-detail__main {
        min-height: 360px;
        padding: 20px;
    }

    .commerce-detail__switches {
        position: static;
        padding: 0 20px 20px;
    }
}

/* End */
/* /local/components/dmcg/commerce.detail/templates/.default/style.css?17779234915425 */
