/* Start custom CSS for html, class: .elementor-element-cef2086 */.glowora-hero {
    width: 100%;
    background: #f8e2e0;
    overflow: hidden;
}

.glowora-container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.glowora-hero-grid {
    min-height: 390px;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
}

.glowora-hero-content {
    position: relative;
    z-index: 2;
}

.glowora-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #bf747f;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .6px;
}

.glowora-hero-content h1 {
    margin: 0;
    color: #171717;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 62px);
    line-height: .98;
    font-weight: 500;
}

.glowora-hero-content h1 span {
    color: #c87883;
}

.glowora-hero-content p {
    max-width: 350px;
    margin: 19px 0 23px;
    color: #555;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1.7;
}

.glowora-hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
}

.glowora-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 21px;
    background: #171717;
    color: #fff !important;
    border-radius: 30px;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-decoration: none;
    transition: .3s;
}

.glowora-primary-btn:hover {
    background: #c87883;
}

.glowora-video-btn {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #171717;
    font-family: Arial, sans-serif;
    font-size: 9px;
    text-decoration: none;
}

.glowora-play {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 8px;
}

.glowora-hero-visual {
    position: relative;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glowora-hero-visual img {
    width: 100%;
    max-width: 540px;
    height: 370px;
    object-fit: contain;
}

.glowora-discount {
    position: absolute;
    top: 55px;
    right: 0;
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.glowora-discount strong {
    color: #171717;
    font-family: Arial, sans-serif;
    font-size: 10px;
}

.glowora-discount small {
    margin-top: 3px;
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 7px;
    line-height: 1.3;
}

.glowora-benefits {
    display: flex;
    align-items: center;
    gap: 38px;
    padding: 5px 0 23px;
}

.glowora-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
}

.benefit-icon {
    color: #555;
    font-size: 20px;
}

.glowora-benefit strong {
    display: block;
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 8px;
}

.glowora-benefit small {
    display: block;
    margin-top: 2px;
    color: #777;
    font-family: Arial, sans-serif;
    font-size: 7px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f9647a */.glowora-categories {
    padding: 30px 0;
    background: #fff;
}

.glowora-section-title {
    margin: 0;
    text-align: center;
    color: #171717;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
}

.glowora-category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.glowora-category {
    overflow: hidden;
    border-radius: 13px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    transition: .3s ease;
}

.glowora-category:hover {
    transform: translateY(-4px);
}

.category-image {
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #f8e4e2;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glowora-category h3 {
    margin: 10px 0 3px;
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
}

.glowora-category span {
    display: block;
    margin-bottom: 11px;
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 7px;
}/* End custom CSS */