/* Stiluri custom Livrare Apa - extras din blocurile inline ale celor 7 pagini */

html,
    body {
    overflow-x: clip;
}

.page-wrapper {
    overflow-x: clip;
}

:root {
    --brand-green: #7f9f3d;
    --brand-cyan: #57bec9;
    --brand-dark: #163243;
    --brand-dark-deep: #0f2531;
    --brand-light: #f2f8f6;
    --brand-gradient-hero: linear-gradient(0.31deg, #7f9f3d 0.42%, #69af87 48%, #5cb9b6 82.74%, #57bec9 99.6%);
    --brand-gradient-cta: linear-gradient(135deg, #163243 0%, #24586a 48%, #7f9f3d 100%);
    --brand-gradient-footer: linear-gradient(160deg, #0f2531 0%, #163243 35%, #1d5563 68%, #2f6f3f 100%);
    --brand-gradient-btn: linear-gradient(135deg, #7f9f3d 0%, #6d9338 100%);
    --header-shape-height: 143px;
    --header-bar-height: 110px;
    --hero-clearance: 48px;
    --feature-overlap: -80px;
    --hero-bottom-padding: 148px;
    --banner-shape-height: 68px;
}

.boxed_wrapper {
    position: relative;
    overflow: visible !important;
}

.header-anchor {
    position: relative;
}

.main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main-header .header-lower {
    background: #fff;
}

.header-page-shape {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: var(--header-shape-height);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none;
    z-index: 2;
}

.fixed-header .header-lower {
    box-shadow: 0 10px 28px rgba(22, 50, 67, 0.1);
}

.sticky-header {
    display: none !important;
}

.main-header .nav-right li.menu-toggle {
    display: none !important;
}

.banner-section {
    background: var(--brand-gradient-hero) !important;
    overflow-x: hidden;
}

.banner-section .shape {
    height: var(--banner-shape-height);
    z-index: 3;
    pointer-events: none;
}

.feature-section {
    position: relative;
}

.bg-color-1,
    .service-section.bg-color-1 {
    background: linear-gradient(180deg, #f4faf6 0%, #edf7f8 100%) !important;
}

.bg-color-2,
    .cta-section.bg-color-2 {
    background: var(--brand-gradient-cta) !important;
}

.cta-section .pattern-layer .pattern-4 {
    background-color: #f4faf6;
    background-image: none !important;
    -webkit-mask-image: url(../images/shape/shape-34.png);
    mask-image: url(../images/shape/shape-34.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.main-footer {
    background: var(--brand-gradient-footer) !important;
    position: relative;
    overflow: hidden;
}

.main-footer .footer-pattern {
    position: absolute;
    inset: 0;
    background-image: url('../patterns/pattern-white.svg');
    background-repeat: repeat-x;
    background-size: 50% auto;
    background-position: bottom center;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}

.main-footer .auto-container,
    .main-footer .footer-bottom {
    position: relative;
    z-index: 2;
}

.main-footer .pattern-layer,
    .main-footer .footer-top .line-shape {
    display: none;
}

.main-footer .footer-top {
    padding: 48px 0 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.main-footer .footer-top .text h2 {
    color: #fff;
    max-width: 760px;
    line-height: 1.45em;
}

.main-footer .footer-top .text h2 span {
    color: var(--brand-green) !important;
}

.main-footer .footer-top .support-box a {
    background: var(--brand-gradient-btn) !important;
    box-shadow: 0 14px 30px rgba(15, 37, 49, 0.22);
}

.main-footer .widget-section {
    padding: 36px 0 28px;
}

.main-footer .widget-title {
    margin-bottom: 14px;
}

.main-footer .contact-widget .info-list li {
    margin-bottom: 6px;
    line-height: 1.4;
    padding-left: 28px;
}

.main-footer .contact-widget .info-list li i {
    font-size: 16px;
    top: 2px;
}

@media (min-width: 1200px) {
    .main-footer .contact-widget .info-list li span,
        .main-footer .contact-widget .info-list li a {
        white-space: nowrap;
    }
}

.main-footer .widget-title h4,
    .main-footer .logo-widget .schedule-box h6 {
    color: #fff;
}

.main-footer .logo-widget .text p,
    .main-footer .logo-widget .schedule-box .list li,
    .main-footer .contact-widget .info-list li,
    .main-footer .contact-widget .info-list li a,
    .main-footer .links-widget .links-list li a,
    .main-footer .subscribe-widget p {
    color: rgba(255, 255, 255, 0.86);
}

.main-footer .contact-widget .info-list li i {
    color: var(--brand-cyan) !important;
}

.main-footer .contact-widget .info-list li a:hover,
    .main-footer .links-widget .links-list li a:hover {
    color: var(--brand-green) !important;
}

.main-footer .links-widget .links-list li a:before {
    background-color: var(--brand-green) !important;
}

.footer-bottom {
    background: rgba(15, 37, 49, 0.92) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom .copyright p,
    .footer-bottom .footer-nav li a {
    color: rgba(255, 255, 255, 0.82);
}

.footer-bottom .copyright p a {
    color: var(--brand-green) !important;
}

.footer-bottom .copyright p a:hover,
    .footer-bottom .footer-nav li a:hover {
    color: var(--brand-cyan) !important;
}

.footer-bottom .social-links li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer-bottom .social-links li a svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.footer-bottom .social-links li a:hover {
    background: var(--brand-green) !important;
    color: #fff !important;
}

.theme-btn.btn-one {
    background: var(--brand-gradient-btn) !important;
    background-color: var(--brand-green) !important;
}

.theme-btn:before {
    background-color: var(--brand-dark) !important;
}

.scroll-top,
    .handle-preloader {
    background-color: var(--brand-dark) !important;
}

.preloader-close {
    color: var(--brand-cyan) !important;
}

.main-header .nav-right .cart-box a span,
    .sticky-header .cart-box span,
    .nav-right .cart-box span {
    background: var(--brand-green) !important;
}

.feature-block-one .inner-box .icon-box,
    .service-block-one .inner-box .icon-box {
    color: var(--brand-cyan) !important;
}

.feature-block-one .inner-box .icon-box .feature-icon {
    display: block;
    width: 66px;
    height: auto;
    max-height: 90px;
    margin: 0 auto;
    object-fit: contain;
}

.service-block-one .inner-box .icon-box .service-icon {
    display: block;
    width: 50px;
    height: auto;
    max-height: 68px;
    object-fit: contain;
}

.shop-block-one .inner-box .lower-content h6 {
    color: var(--brand-green) !important;
}

.contact-style-two .info-inner {
    padding: 36px 32px 40px;
    border-radius: 28px;
    background: var(--brand-gradient-cta);
    box-shadow: 0 24px 50px rgba(22, 50, 67, 0.18);
    height: 100%;
}

.contact-style-two {
    position: relative;
    padding: 100px 0 110px;
    background: linear-gradient(180deg, #f4faf6 0%, #edf7f8 100%);
}

.contact-style-two .contact-sec-title {
    margin-bottom: 52px;
}

.contact-style-two .contact-sec-title h2 {
    color: var(--brand-dark);
    font-size: 42px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 14px;
}

.contact-style-two .contact-sec-title p {
    max-width: 640px;
    margin: 0 auto;
    color: #6d7c90;
    font-size: 18px;
    line-height: 1.7em;
}

.contact-style-two .contact-row {
    align-items: stretch;
}

.contact-style-two .info-column,
    .contact-style-two .form-column {
    display: flex;
    flex-direction: column;
}

.contact-style-two .info-inner h3,
    .contact-style-two .form-inner h3 {
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 28px;
}

.contact-style-two .info-inner h3,
    .contact-style-two .info-inner .info-list li h5 {
    color: #fff;
}

.contact-style-two .info-inner .info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-style-two .info-inner .info-list li {
    position: relative;
    margin-bottom: 0;
    padding: 18px 20px 18px 72px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background-color 300ms ease, border-color 300ms ease;
}

.contact-style-two .info-inner .info-list li:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.contact-style-two .info-inner .info-list li p,
    .contact-style-two .info-inner .info-list li p a {
    color: rgba(255, 255, 255, 0.86);
}

.contact-style-two .info-inner .info-list li p a:hover {
    color: #fff;
}

.contact-style-two .info-list li i {
    top: 18px;
    left: 18px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
}

.contact-style-two .form-inner {
    height: 100%;
    padding: 40px 40px 34px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(22, 50, 67, 0.1);
    border: 1px solid rgba(22, 50, 67, 0.06);
}

.contact-style-two .form-inner h3 {
    color: var(--brand-dark);
}

.contact-style-two .default-form .form-group {
    margin-bottom: 22px;
}

.contact-style-two .default-form .form-group input[type='text'],
    .contact-style-two .default-form .form-group input[type='email'],
    .contact-style-two .default-form .form-group input[type='tel'],
    .contact-style-two .default-form .form-group select,
    .contact-style-two .default-form .form-group textarea {
    height: 56px;
    border: 1px solid #dbe5ea;
    border-radius: 14px;
    padding: 12px 18px;
    font-size: 15px;
    color: var(--brand-dark);
    background: #f9fbfc;
    transition: border-color 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
}

.contact-style-two .default-form .form-group select {
    width: 100%;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23163243' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 44px;
}

.contact-style-two .default-form .form-group select:invalid {
    color: #8a9aab;
}

.contact-style-two .default-form .form-group textarea {
    min-height: 120px;
    padding-top: 14px;
}

.contact-style-two .default-form .form-group input:focus,
    .contact-style-two .default-form .form-group select:focus,
    .contact-style-two .default-form .form-group textarea:focus {
    outline: none;
    border-color: var(--brand-cyan);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(87, 190, 201, 0.15);
}

.contact-style-two .default-form .form-group input::placeholder,
    .contact-style-two .default-form .form-group textarea::placeholder {
    color: #8a9aab;
}

.contact-style-two .cart-summary-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--brand-dark);
}

.contact-style-two .payment-method-group {
    margin-bottom: 22px;
}

.contact-style-two .payment-method-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--brand-dark);
}

.contact-style-two .payment-method-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-style-two .payment-method-option {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #dbe5ea;
    border-radius: 14px;
    background: #f9fbfc;
    cursor: pointer;
    transition: border-color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
}

.contact-style-two .payment-method-option:hover {
    border-color: rgba(87, 190, 201, 0.55);
    background: #fff;
}

.contact-style-two .payment-method-option input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--brand-green);
    cursor: pointer;
    flex-shrink: 0;
}

.contact-style-two .payment-method-option span {
    color: var(--brand-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
}

.contact-style-two .payment-method-option:has(input:checked) {
    border-color: var(--brand-green);
    background: rgba(127, 159, 61, 0.08);
    box-shadow: 0 0 0 4px rgba(127, 159, 61, 0.1);
}

.contact-style-two .privacy-consent-option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #dbe5ea;
    border-radius: 14px;
    background: #f9fbfc;
    cursor: pointer;
}

.contact-style-two .privacy-consent-option input {
    width: 18px;
    height: 18px;
    margin: 4px 0 0;
    accent-color: var(--brand-green);
    cursor: pointer;
    flex-shrink: 0;
}

.contact-style-two .privacy-consent-option span {
    color: #4d6273;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55em;
}

.contact-style-two .privacy-consent-option a {
    color: var(--brand-dark);
    font-weight: 700;
    text-decoration: underline;
}

.contact-style-two .privacy-consent-option a:hover {
    color: var(--brand-green);
}

.contact-style-two .privacy-consent-option:has(input:checked) {
    border-color: var(--brand-green);
    background: rgba(127, 159, 61, 0.08);
}

.contact-style-two #cart-summary-field {
    min-height: 96px;
    background: #f4faf6 !important;
    border-color: #d7e8de !important;
    color: #4d6273;
    font-size: 14px;
    line-height: 1.6em;
}

.contact-style-two .form-inner .message-btn {
    margin-top: 6px;
}

.contact-style-two .form-inner .theme-btn {
    min-width: 220px;
    border-radius: 30px;
}

.contact-style-two .order-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(127, 159, 61, 0.1);
    border: 1px solid rgba(127, 159, 61, 0.18);
    color: #4d6273;
    font-size: 15px;
    line-height: 1.65em;
}

.contact-style-two .order-note:before {
    content: "\f05a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: rgba(127, 159, 61, 0.16);
    color: var(--brand-green);
    font-size: 14px;
}

.main-header .logo-box {
    flex-shrink: 0;
}

.main-header .logo-box .logo,
    .sticky-header .logo-box .logo {
    display: block;
    min-width: 160px;
}

.main-header .logo-box .logo a,
    .sticky-header .logo-box .logo a,
    .mobile-menu .nav-logo a {
    display: inline-block;
    line-height: 0;
}

.main-header .logo-box .logo img,
    .sticky-header .logo-box .logo img,
    .mobile-menu .nav-logo img {
    display: block;
    width: auto !important;
    height: 52px;
    max-width: 220px;
    max-height: 52px;
}

.mobile-menu .contact-info ul li.mobile-phone-btn {
    margin-top: 18px;
    margin-bottom: 10px;
}

.mobile-menu .contact-info,
    .mobile-menu .contact-info ul,
    .mobile-menu .contact-info ul li {
    text-align: center;
}

.mobile-menu .contact-info ul li.mobile-phone-btn a {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border-radius: 30px;
    background: var(--brand-green);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease;
}

.mobile-menu .contact-info ul li.mobile-phone-btn a:hover {
    background: #6d9338;
    color: #fff !important;
}

.mobile-menu .contact-info ul li.mobile-phone-btn a i {
    margin-right: 10px;
}

.mobile-menu .menu-box {
    background: linear-gradient(180deg, var(--brand-dark-deep) 0%, var(--brand-dark) 100%);
}

.mobile-menu .menu-backdrop {
    background-color: var(--brand-dark-deep);
}

.mobile-menu .close-btn {
    color: #fff;
}

.mobile-menu .close-btn:hover {
    color: var(--brand-cyan);
}

.mobile-menu .navigation li {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
    color: rgba(255, 255, 255, 0.92);
}

.mobile-menu .navigation li > a:hover,
.mobile-menu .navigation li.current > a {
    color: #fff;
}

.mobile-menu .navigation li > a:before {
    border-left-color: var(--brand-green);
}

.mobile-menu .contact-info h4 {
    color: #fff;
}

.mobile-menu .contact-info ul li,
.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.82);
}

.mobile-menu .contact-info ul li a:hover {
    color: var(--brand-cyan);
}

.main-footer .footer-logo img {
    display: block;
    width: auto;
    height: 52px;
    max-width: 180px;
    max-height: 52px;
}

.header-lower .outer-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 20px;
    box-sizing: border-box;
}

.sticky-header .outer-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.navigation > li > a {
    text-transform: none;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-right .lang-switch,
.main-header .nav-right li.lang-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 4px;
}

.main-menu .navigation > li.current > a {
    color: var(--brand-green) !important;
}

.main-menu .navigation > li:hover > a {
    color: var(--brand-cyan) !important;
}

.lang-switch button,
.lang-switch .lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(127, 159, 61, 0.28);
    background: #fff;
    color: var(--brand-dark);
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.lang-switch .lang-link + .lang-link,
.lang-switch button + button,
.lang-switch button + .lang-link,
.lang-switch .lang-link + button {
    margin-left: 10px;
}

.lang-switch button:hover,
.lang-switch .lang-link:hover {
    border-color: var(--brand-green);
    color: var(--brand-green);
}

.lang-switch button.active,
.lang-switch .lang-link.active {
    background: var(--brand-green);
    border-color: var(--brand-green);
    color: #fff;
}

.nav-right .menu-toggle {
    align-items: center;
}

.nav-right .mobile-nav-toggler {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    float: none;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(22, 50, 67, 0.12);
    cursor: pointer;
}

.nav-right .mobile-nav-toggler .icon-bar {
    width: 18px;
    height: 2px;
    margin: 0;
    background-color: var(--brand-dark);
}

.nav-right .cart-box button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--brand-dark);
    box-shadow: 0 10px 30px rgba(22, 50, 67, 0.12);
    cursor: pointer;
}

.nav-right .cart-box span,
    .sticky-header .cart-box span {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: var(--brand-green);
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}

.banner-section .slide-item {
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    min-height: calc(100vh - var(--header-bar-height));
    padding: calc(var(--header-shape-height) + var(--hero-clearance)) 0 var(--hero-bottom-padding);
}

.banner-section .slide-item .auto-container {
    width: 100%;
}

.banner-section .hero-pattern {
    position: absolute;
    inset: 0;
    background-image: url('../patterns/pattern.svg');
    background-repeat: repeat-x;
    background-size: 50% auto;
    background-position: bottom center;
    opacity: 0.14;
    pointer-events: none;
    z-index: 1;
}

.banner-section .hero-layout {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 0;
    overflow: visible;
}

.banner-section .hero-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    max-width: 60%;
    padding-right: 32px;
}

.banner-section .content-box .hero-badge {
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    align-self: flex-start;
    margin-bottom: 24px;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.banner-section .hero-copy h1 {
    max-width: none;
    margin-bottom: 22px;
    color: #fff;
    font-size: 58px;
    line-height: 1.12em;
    font-weight: 800;
}

.banner-section .content-box p {
    max-width: none;
    font-size: 18px;
    line-height: 1.8em;
    color: rgba(255, 255, 255, 0.9);
}

.banner-section .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.banner-section .hero-actions .theme-btn {
    overflow: hidden;
    transition: border-color 500ms ease, color 500ms ease, background-color 500ms ease;
}

.banner-section .hero-actions .theme-btn:before {
    display: block;
    transition-duration: 800ms;
}

.banner-section .hero-actions .theme-btn.btn-one {
    margin-right: 0;
    background: #163243 !important;
    border: 1px solid #163243;
    color: #fff !important;
}

.banner-section .hero-actions .theme-btn.btn-one:before {
    background-color: var(--brand-green) !important;
}

.banner-section .hero-actions .theme-btn.btn-one:hover {
    background: transparent !important;
    border-color: var(--brand-green);
    color: #fff !important;
}

.banner-section .hero-actions .theme-btn.banner-btn {
    border: 1px solid #fff;
    background: transparent !important;
    color: #fff !important;
    padding: 14px 39px;
}

.banner-section .hero-actions .theme-btn.banner-btn:before {
    background-color: var(--brand-dark) !important;
}

.banner-section .hero-actions .theme-btn.banner-btn:hover {
    color: #fff !important;
    border-color: var(--brand-dark);
    background: transparent !important;
}

.banner-section .hero-visual {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: visible;
    pointer-events: none;
}

.banner-section .hero-visual img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 150%;
    max-width: 150%;
    height: auto;
    object-fit: contain;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 24px 40px rgba(15, 37, 49, 0.28));
    pointer-events: auto;
}

.banner-section .content-box .list {
    margin-top: 30px;
}

.banner-section .content-box .list li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding-left: 24px;
    color: #fff;
    font-weight: 600;
}

.banner-section .content-box .list li:before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    top: 0;
    color: var(--brand-green);
}

.feature-section .inner-container {
    margin-top: var(--feature-overlap);
    border-radius: 28px;
}

.about-section .image-box {
    overflow: hidden;
    border-radius: 28px;
}

.about-section .image-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
    border-radius: 28px;
}

.feature-block-one .inner-box p {
    min-height: 78px;
}

.service-block-one .inner-box {
    min-height: 214px;
    border-radius: 28px;
}

.service-section .image-layer {
    transform: translateX(-50%) translateY(110px) scale(0.88);
    transform-origin: center bottom;
}

.service-section .image-layer img {
    display: block;
    max-width: 620px;
    width: 100%;
    height: auto;
}

.service-section .sec-title {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.cta-section .image-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
    filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.22));
}

.shop-block-one .lower-content .btn-box .theme-btn {
    width: 100%;
    text-align: center;
}

#product-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#product-grid > .shop-block {
    display: flex;
    margin-bottom: 32px;
}

#product-grid .shop-block-one {
    display: flex;
    width: 100%;
}

#product-grid .shop-block-one .inner-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 28px;
}

#product-grid .shop-block-one .lower-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#product-grid .shop-block-one .lower-content p {
    flex: 1;
    min-height: 0;
    margin-bottom: 23px;
}

#product-grid .shop-block-one .lower-content p.product-min-qty {
    flex: 0 0 auto;
    margin-bottom: 8px;
}

#product-grid .shop-block-one .btn-box {
    margin-top: auto;
}

.shop-block-one .lower-content p {
    min-height: 75px;
}

.shop-block-one .lower-content p.product-min-qty {
    min-height: 0;
}

.product-min-qty {
    margin: 0 0 8px;
    color: var(--brand-dark);
    font-size: 13px;
    font-weight: 700;
}

.shop-details-content .product-min-qty {
    margin: 0;
}

.shop-details {
    padding: 130px 0 90px;
}

.shop-details .image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 36px;
    background: #fff;
    border: 1px solid rgba(22, 50, 67, 0.08);
    border-radius: 28px;
}

.shop-details .image-box img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-gallery-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 36px;
    background: #fff;
    border: 1px solid rgba(22, 50, 67, 0.08);
    border-radius: 28px;
}

.product-gallery-main img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
}

.product-gallery-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.product-gallery-thumb {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    padding: 8px;
    border: 2px solid rgba(22, 50, 67, 0.1);
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
}

.product-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-gallery-thumb.is-active,
    .product-gallery-thumb:hover {
    border-color: var(--brand-green);
}

.product-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 56px;
    padding: 20px 24px;
    background: rgba(87, 190, 201, 0.12);
    border: 1px solid rgba(87, 190, 201, 0.35);
    border-radius: 22px;
}

.product-notice i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--brand-cyan);
    font-size: 22px;
}

.product-notice p {
    margin: 0;
    color: var(--brand-dark);
    font-size: 16px;
    line-height: 1.65;
}

.product-notice + .product-specs {
    margin-top: 20px;
}

.product-specs {
    margin-top: 56px;
    padding: 32px 36px;
    background: #fff;
    border: 1px solid rgba(22, 50, 67, 0.08);
    border-radius: 28px;
}

.product-specs h2 {
    margin: 0 0 22px;
    color: var(--brand-dark);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.product-specs table {
    width: 100%;
    border-collapse: collapse;
}

.product-specs th,
    .product-specs td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(22, 50, 67, 0.08);
    font-size: 15px;
    line-height: 1.5;
}

.product-specs th {
    width: 38%;
    color: var(--brand-dark);
    font-weight: 700;
    font-family: 'Spartan', sans-serif;
}

.product-specs td {
    color: #4a5a68;
}

.product-specs tr:nth-child(odd) {
    background: rgba(242, 248, 246, 0.7);
}

.product-specs tr:last-child th,
    .product-specs tr:last-child td {
    border-bottom: 0;
}

.shop-details-content {
    max-width: 540px;
    padding: 8px 0 8px 12px;
}

.shop-details-content .product-category-tag {
    margin-bottom: 18px;
}

.shop-details-content h1 {
    margin: 0 0 14px;
    color: var(--brand-dark);
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}

.shop-details-content .product-meta {
    margin: 0 0 8px;
    color: #6d7c90;
    font-size: 16px;
    line-height: 1.55;
}

.shop-details-content .product-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px 18px;
    margin: 20px 0 24px;
    padding: 20px 0;
    border-top: 1px solid rgba(22, 50, 67, 0.1);
    border-bottom: 1px solid rgba(22, 50, 67, 0.1);
}

.shop-details-content .product-price {
    margin: 0;
    color: var(--brand-green);
    font-family: 'Spartan', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}

.shop-details-content .product-price span {
    margin-left: 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.shop-details-content .product-description {
    margin: 0 0 32px;
    color: #4a5a68;
    font-size: 16px;
    line-height: 1.8;
}

.shop-details-content .btn-box {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .shop-details .image-box {
        min-height: 280px;
        margin-bottom: 12px;
    }

    .product-gallery-main {
        min-height: 280px;
        padding: 24px;
    }

    .product-notice {
        margin-top: 36px;
        padding: 16px 18px;
    }

    .product-specs {
        margin-top: 36px;
        padding: 24px 20px;
    }

    .product-specs th,
        .product-specs td {
        display: block;
        width: 100%;
        padding: 6px 12px;
    }

    .product-specs th {
        padding-top: 12px;
    }

    .product-specs td {
        padding-bottom: 12px;
    }

    .shop-details-content {
        max-width: none;
        padding: 28px 0 0;
    }

    .shop-details-content h1 {
        font-size: 28px;
    }

    .shop-details-content .product-price {
        font-size: 28px;
    }
}

.checkout-cart-item .product-min-qty {
    display: inline-block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 600;
}

.checkout-cart-controls button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.product-category-tag {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 30px;
    background: rgba(87, 190, 201, 0.14);
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.shop-block-one .product-category-tag {
    align-self: center;
}

.mini-cart-panel {
    position: fixed;
    top: 0;
    right: -420px;
    width: min(100%, 420px);
    height: 100vh;
    z-index: 9999;
    background: #fff;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.16);
    transition: right 0.3s ease;
    padding: 32px 26px;
    overflow-y: auto;
}

.mini-cart-panel.open {
    right: 0;
}

.mini-cart-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(8, 24, 37, 0.55);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mini-cart-backdrop.open {
    opacity: 1;
    visibility: visible;
}

.mini-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.mini-cart-header h3,
.mini-cart-header .mini-cart-title {
    margin: 0;
    font-size: 28px;
    color: var(--brand-dark);
    font-weight: 700;
}

.mini-cart-close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background: rgba(87, 190, 201, 0.14);
    color: var(--brand-cyan);
    cursor: pointer;
}

.mini-cart-item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(22, 50, 67, 0.09);
}

.mini-cart-item strong,
    .mini-cart-item span,
    .mini-cart-item button,
    .mini-cart-empty,
    .order-note {
    display: block;
}

.mini-cart-item strong {
    color: var(--brand-dark);
    font-size: 17px;
    margin-bottom: 5px;
}

.mini-cart-item span,
    .mini-cart-empty,
    .order-note {
    color: #6d7c90;
    line-height: 1.7em;
}

.mini-cart-item button {
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d94d4d;
    cursor: pointer;
    font-weight: 600;
}

.mini-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 22px 0 18px;
    font-size: 18px;
    font-weight: 700;
    color: var(--brand-dark);
}

.contact-style-two .info-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.checkout-cart-card h3,
    .checkout-cart-card .checkout-total strong,
    .checkout-cart-card .checkout-total span {
    color: #fff;
}

.checkout-cart-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 22px;
}

.checkout-cart-item,
    .checkout-empty {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.checkout-cart-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    text-align: left;
}

.checkout-cart-item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
}

.checkout-cart-item h4 {
    margin-bottom: 6px;
    color: #fff;
    font-size: 17px;
    line-height: 1.35em;
}

.checkout-cart-item p,
    .checkout-empty {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.6em;
}

.checkout-cart-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.checkout-cart-controls button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.checkout-cart-controls .remove-item {
    padding: 0 14px;
    background: rgba(217, 77, 77, 0.24);
}

.checkout-cart-controls span {
    color: #fff;
    font-weight: 700;
    min-width: 28px;
    text-align: center;
}

.checkout-cart-item.is-deposit {
    border-style: dashed;
}

.mini-cart-item em {
    font-style: normal;
    font-weight: 600;
    font-size: 0.82em;
    opacity: 0.72;
}

.bottle-exchange {
    margin-top: 18px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
}

.bottle-exchange[hidden] {
    display: none;
}

.bottle-exchange h4 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
}

.bottle-exchange-intro,
    .bottle-exchange-item label,
    .bottle-exchange-item p {
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.55em;
}

.bottle-exchange-item {
    margin-top: 14px;
}

.bottle-exchange-item label {
    display: block;
    font-weight: 700;
    color: #fff;
}

.bottle-exchange-item select {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(8, 24, 37, 0.45);
    color: #fff;
}

.bottle-exchange-fee {
    margin-top: 8px;
    color: #f6d37a !important;
}

.bottle-exchange-ok {
    margin-top: 8px;
    color: #b7e06a !important;
}

.checkout-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 20px;
    font-weight: 800;
}

.checkout-actions {
    margin-top: 22px;
}

.checkout-actions .theme-btn {
    width: 100%;
    text-align: center;
}

.checkout-cart-card .cart-add-controls {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 16px;
}

.checkout-cart-card .contact-product-select {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23163243' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
}

.checkout-cart-card .contact-product-select:focus {
    outline: none;
    border-color: var(--brand-cyan);
    box-shadow: 0 0 0 3px rgba(87, 190, 201, 0.2);
}

.checkout-cart-card .contact-add-product-btn {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 12px;
    background: var(--brand-green);
    color: #fff;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.checkout-cart-card .contact-add-product-btn:hover {
    background: #6d9338;
}

.default-form .form-group input[readonly],
    .default-form .form-group textarea[readonly] {
    background: #f4faf6;
}

@media only screen and (max-width: 991px) {
    .contact-style-two {
        padding: 80px 0 90px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-style-two .contact-sec-title {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-style-two .contact-sec-title h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-style-two .info-inner,
            .contact-style-two .form-inner {
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-style-two .form-inner {
        padding: 32px 24px 28px;
    }
}

.section-anchor-offset {
    position: relative;
    top: -110px;
}

html[lang="ru"] h1,
    html[lang="ru"] h2,
    html[lang="ru"] h3,
    html[lang="ru"] h4,
    html[lang="ru"] h5,
    html[lang="ru"] h6,
    html[lang="ru"] .theme-btn {
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1201px) {
    .banner-section .shape {
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (max-width: 1200px) {
    :root {
        --header-shape-height: 0px;
        --header-bar-height: 64px;
        --hero-clearance: 52px;
        --feature-overlap: 0;
        --hero-bottom-padding: 72px;
    }
}

@media only screen and (max-width: 1200px) {
    .feature-section .inner-container {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 991px) {
    :root {
        --header-shape-height: 0px;
        --header-bar-height: 64px;
        --hero-clearance: 56px;
        --feature-overlap: 0;
        --hero-bottom-padding: 64px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-header {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0;
        z-index: 1000;
    }

    .header-lower .outer-box {
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 16px;
    }

    .main-header .logo-box {
        padding: 12px 0;
        min-width: 0;
        flex: 0 1 auto;
        margin-right: auto;
    }

    .main-header .logo-box .logo {
        min-width: 0;
        margin: 0 !important;
        max-width: 150px;
    }

    .main-header .logo-box .logo img {
        height: 40px;
        max-height: 40px;
        max-width: 150px;
    }

    .main-header .header-lower {
        box-shadow: 0 10px 28px rgba(22, 50, 67, 0.1);
    }

    .header-page-shape {
        display: none !important;
    }

    .main-header .menu-area {
        display: none;
    }

    .main-header .nav-right {
        position: static !important;
        left: auto !important;
        bottom: auto !important;
        flex: 0 0 auto;
        padding: 0 !important;
        gap: 10px;
    }

    .main-header .nav-right li {
        margin-right: 0 !important;
        display: flex;
        align-items: center;
    }

    .nav-right .lang-switch,
    .main-header .nav-right li.lang-switch {
        display: flex !important;
        margin: 0;
        gap: 8px;
    }

    .lang-switch .lang-link + .lang-link,
    .lang-switch button + button,
    .lang-switch button + .lang-link,
    .lang-switch .lang-link + button {
        margin-left: 8px;
    }

    .lang-switch button,
    .lang-switch .lang-link {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    .nav-right .cart-box button {
        width: 44px;
        height: 44px;
        box-shadow: 0 8px 20px rgba(22, 50, 67, 0.1);
    }

    .nav-right .cart-box span,
    .sticky-header .cart-box span {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        top: -2px;
        right: -2px;
    }

    .nav-right .menu-toggle,
    .main-header .nav-right li.menu-toggle {
        display: flex !important;
    }
}

@media only screen and (max-width: 399px) {
    .header-lower .outer-box {
        gap: 8px;
        padding: 0 12px;
    }

    .main-header .logo-box .logo {
        max-width: 118px;
    }

    .main-header .logo-box .logo img {
        max-width: 118px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .slide-item {
        min-height: auto;
        padding: calc(var(--header-shape-height) + var(--hero-clearance)) 0 var(--hero-bottom-padding);
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .hero-layout {
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .hero-copy {
        order: 2;
        width: 100%;
        max-width: none;
        padding-right: 0;
        margin-top: 0;
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .hero-visual {
        order: 1;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        pointer-events: auto;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .hero-visual img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        max-width: 100%;
        transform: none;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .content-box .hero-badge {
        align-self: center;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section .hero-actions {
        justify-content: center;
    }
}

@media only screen and (max-width: 991px) {
    .feature-section .inner-container {
        margin-top: 32px;
        padding-top: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .service-block-one .inner-box,
            .shop-block-one .lower-content p {
        min-height: 0;
    }
}

@media only screen and (max-width: 991px) {
    .service-section {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .service-section .left-column,
            .service-section .right-column {
        width: 100%;
        padding: 0;
        text-align: left !important;
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-block-one {
        max-width: none;
        width: 100%;
        margin: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-block-one .inner-box {
        width: 100%;
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .service-section .right-column .service-block-one:last-child .inner-box {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .service-section .service-block-one .icon-box {
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    #product-grid .shop-block-one .inner-box {
        padding: 0 0 32px;
    }
}

@media only screen and (max-width: 991px) {
    #product-grid .shop-block-one .image-box {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    #product-grid .shop-block-one .image-box img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media only screen and (max-width: 991px) {
    #product-grid .shop-block-one .lower-content {
        padding: 40px 24px 0;
    }
}

@media only screen and (max-width: 991px) {
    .main-footer .footer-top .text {
        float: none;
        display: block;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .main-footer .footer-top .text h2 {
        max-width: none;
    }
}

@media only screen and (max-width: 991px) {
    .main-footer .footer-top .support-box {
        float: none;
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .main-footer .footer-top .support-box a {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .cta-section .content_block_3 .content-box .btn-box {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .cta-section .content_block_3 .content-box .btn-box .theme-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .about-section .content_block_1 .content-box .btn-box {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .about-section .content_block_1 .content-box .btn-box .theme-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {
    :root {
        --header-shape-height: 0px;
        --header-bar-height: 64px;
        --hero-clearance: 72px;
        --hero-bottom-padding: 48px;
    }
}

@media only screen and (max-width: 599px) {
    .banner-section .slide-item {
        padding: calc(var(--header-shape-height) + var(--hero-clearance)) 0 var(--hero-bottom-padding);
    }
}

@media only screen and (max-width: 599px) {
    .feature-section .inner-container {
        margin-top: 24px;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .banner-section .content-box .hero-badge {
        font-size: 11px;
        padding: 7px 14px;
    }
}

@media only screen and (max-width: 599px) {
    .banner-section .hero-copy h1 {
        font-size: 38px;
        line-height: 1.18em;
    }
}

.inner-page-hero {
    position: relative;
    padding: 130px 0 110px;
    background: var(--brand-gradient-hero) !important;
    overflow: hidden;
}

.inner-page-hero .hero-pattern {
    position: absolute;
    inset: 0;
    background-image: url('../patterns/pattern.svg');
    background-repeat: repeat-x;
    background-size: 50% auto;
    background-position: bottom center;
    opacity: 0.14;
    pointer-events: none;
}

.inner-page-hero .auto-container {
    position: relative;
    z-index: 2;
}

.inner-page-hero h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.14em;
    font-weight: 800;
    margin-bottom: 18px;
}

.inner-page-hero p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.8em;
    margin: 0 auto;
}

.page-intro-card {
    padding: 34px 32px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(22, 50, 67, 0.1);
    border: 1px solid rgba(22, 50, 67, 0.06);
    height: 100%;
}

.page-intro-card h4 {
    color: var(--brand-dark);
    margin-bottom: 14px;
}

.page-intro-card p,
    .legal-section p,
    .legal-section li {
    color: #6d7c90;
    line-height: 1.8em;
}

.legal-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f4faf6 0%, #edf7f8 100%);
}

.legal-section .legal-box {
    padding: 44px 42px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(22, 50, 67, 0.1);
}

.legal-section h2,
    .legal-section h3 {
    color: var(--brand-dark);
}

.legal-section h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 24px;
}

@media only screen and (max-width: 599px) {
    .inner-page-hero {
        padding: 48px 0 56px;
    }
}

@media only screen and (max-width: 599px) {
    .inner-page-hero h1 {
        font-size: 38px;
    }
}

.shop-section .catalog-all-btn {
    margin-top: 16px;
    text-align: center;
}

.contact-style-two .default-form .form-group input[type='text'],
    .contact-style-two .default-form .form-group input[type='email'],
    .contact-style-two .default-form .form-group input[type='tel'],
    .contact-style-two .default-form .form-group textarea {
    height: 56px;
    border: 1px solid #dbe5ea;
    border-radius: 14px;
    padding: 12px 18px;
    font-size: 15px;
    color: var(--brand-dark);
    background: #f9fbfc;
    transition: border-color 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
}

.contact-style-two .default-form .form-group input:focus,
    .contact-style-two .default-form .form-group textarea:focus {
    outline: none;
    border-color: var(--brand-cyan);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(87, 190, 201, 0.15);
}

.catalog-pagination,
.product-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.catalog-pagination button,
.catalog-pagination a,
.catalog-pagination span,
.product-pagination button,
.product-pagination a,
.product-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 46px;
    height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(22, 50, 67, 0.12);
    border-radius: 23px;
    background: #fff;
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(22, 50, 67, 0.08);
    transition: all 0.3s ease;
}

.catalog-pagination button:hover,
.catalog-pagination a:hover,
.catalog-pagination a.is-active,
.catalog-pagination button.active,
.product-pagination button:hover,
.product-pagination a:hover,
.product-pagination a.is-active,
.product-pagination button.active {
    border-color: var(--brand-green);
    background: var(--brand-green);
    color: #fff;
}

.catalog-pagination button:disabled,
.catalog-pagination span.is-disabled,
.product-pagination button:disabled,
.product-pagination span.is-disabled {
    cursor: not-allowed;
    opacity: 0.45;
    background: #f4faf6;
    color: #8a9aab;
    box-shadow: none;
    pointer-events: none;
}

.catalog-pagination a,
.product-pagination a {
    text-decoration: none;
}

.contact-style-two .info-inner .cart-preview {
    margin-top: 28px;
    padding: 22px 20px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-style-two .info-inner .cart-preview h4 {
    color: #fff;
    margin-bottom: 14px;
    font-size: 18px;
}

.contact-style-two .info-inner .cart-preview .cart-summary-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5em;
}

.contact-style-two .info-inner .cart-preview .cart-summary-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-style-two .info-inner .cart-preview .cart-summary-item strong {
    color: #fff;
}

.contact-style-two .info-inner .cart-preview .cart-summary-empty {
    color: rgba(255, 255, 255, 0.8);
}

.checkout-cart-card {
    padding: 36px 32px 40px;
    border-radius: 28px;
    background: var(--brand-gradient-cta);
    box-shadow: 0 24px 50px rgba(22, 50, 67, 0.18);
    height: 100%;
}

@media only screen and (max-width: 991px) {
    a.theme-btn,
    button.theme-btn {
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .banner-section .hero-actions,
    .btn-box,
    .checkout-actions,
    .form-group:has(> .theme-btn),
    .shop-section .catalog-all-btn {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .product-category-tag {
        width: auto;
        align-self: center;
    }

    .product-pagination,
    .catalog-pagination {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .product-pagination button,
    .product-pagination a,
    .product-pagination span,
    .catalog-pagination button,
    .catalog-pagination a,
    .catalog-pagination span {
        width: auto;
        min-width: 46px;
        display: inline-flex;
    }
}

.feature-block-one .inner-box h3 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-block-one .inner-box h3 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 14px;
}

.la-breadcrumbs {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.5;
}

.la-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.shop-details .la-breadcrumbs {
    margin: 0 0 28px;
}

.shop-details .la-breadcrumbs ol {
    justify-content: flex-start;
}

.la-breadcrumbs li {
    display: inline-flex;
    align-items: center;
}

.la-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 10px;
    opacity: 0.45;
}

.inner-page-hero .la-breadcrumbs,
.inner-page-hero .la-breadcrumbs a,
.inner-page-hero .la-breadcrumbs span {
    color: rgba(255, 255, 255, 0.86);
}

.shop-details .la-breadcrumbs a {
    color: var(--brand-cyan);
}

.la-breadcrumbs a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
