.elementor-kit-186{--e-global-color-primary:#A0A940;--e-global-color-secondary:#7E8427;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-186 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
.hil-product-page,
.hil-product-page * {
    box-sizing: border-box;
}

.hil-product-page {
    width: 100%;
    background: #fff;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
}

.hil-product-hero {
    background: linear-gradient(135deg,#303b44,#384a57,#2d3942);
    padding: 55px 20px;
    text-align: center;
}

.hil-product-badge {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 15px;
    border: 1px solid rgba(255,255,255,.4);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hil-product-title {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(34px,5vw,60px);
    line-height: 1.05;
    font-weight: 700;
}

.hil-product-main {
    width: min(calc(100% - 32px),1100px);
    margin: 0 auto;
    padding: 65px 0 80px;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 60px;
    align-items: center;
}

.hil-product-image-box {
    position: relative;
    height: 500px;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    background:
        linear-gradient(135deg,#fff 0%,#f6f7f8 60%,#e9edf0 100%);

    clip-path: polygon(
        0 0,
        100% 0,
        100% 88%,
        94% 100%,
        6% 100%,
        0 88%
    );

    box-shadow: 0 20px 45px rgba(0,0,0,.12);
}

.hil-product-image-box::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(71,120,246,.16),
        rgba(71,120,246,.03) 55%,
        transparent 72%
    );
}

.hil-product-image-box::after {
    content: "";
    position: absolute;
    bottom: 22px;
    left: 30px;
    width: 60px;
    height: 4px;
    background: #4778f6;
}

.hil-product-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 12px rgba(0,0,0,.14));
    transition: transform .3s ease;
}

.hil-product-image-box:hover .hil-product-image {
    transform: scale(1.05);
}

.hil-product-info {
    padding: 10px 0;
}

.hil-product-small {
    margin-bottom: 12px;
    color: #4778f6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hil-product-heading {
    margin: 0 0 20px;
    color: #202020;
    font-size: clamp(30px,4vw,46px);
    line-height: 1.12;
}

.hil-product-description {
    margin: 0 0 28px;
    color: #666;
    font-size: 17px;
    line-height: 1.75;
}

.hil-product-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 28px;
    background: #e3e3e3;
}

.hil-product-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hil-buy-button,
.hil-back-button {
    min-height: 54px;
    padding: 15px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all .2s ease;
}

.hil-buy-button {
    background: #4778f6;
    color: #fff !important;
}

.hil-buy-button:hover {
    background: #3565df;
    transform: translateY(-2px);
}

.hil-back-button {
    background: #303e49;
    color: #fff !important;
}

.hil-back-button:hover {
    background: #202c35;
    transform: translateY(-2px);
}

@media(max-width:800px) {
    .hil-product-main {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 40px 0 55px;
    }

    .hil-product-image-box {
        height: 380px;
    }
}

@media(max-width:500px) {
    .hil-product-hero {
        padding: 42px 16px;
    }

    .hil-product-main {
        width: calc(100% - 20px);
    }

    .hil-product-image-box {
        height: 300px;
        padding: 20px;
    }

    .hil-product-buttons {
        flex-direction: column;
    }

    .hil-buy-button,
    .hil-back-button {
        width: 100%;
    }
}
</style>/* End custom CSS */