* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 100%;
}
@media screen and (max-width: 1500px) {
    html {
        font-size: 75%;
    }
}
:root {
    --text-font: "Lexend", sans-serif;
}
body {
    font-size: 1.5rem;
    line-height: 1.4;
    font-family: var(--text-font);
    font-weight: 500;
}

h1,
h2,
h4,
h3,
h5,
h6 {
    font-family: var(--text-font);
    font-weight: 700;
}

p {
    font-size: 1.5rem;
    line-height: 1.4;
}
.text-center{
    text-align: center;
}
/* ================= CONTAINER ================= */
.container {
    max-width: 105.5rem;
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto;
}
.flickity-prev-next-button svg {
    display: none;
}
.flickity-prev-next-button {
    width: 3.125rem;
    height: 3.125rem;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-self: center;
}
.flickity-prev-next-button:hover{
    background-color: #000;
}
.flickity-prev-next-button:hover::before{
    filter: brightness(0) invert(1);
}
.flickity-prev-next-button::before {
    content: '';
    background: transparent url(/images/arrowleft.svg) no-repeat center / contain !important;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    filter: brightness(0);
    margin: 0 auto;
}
.flickity-prev-next-button.next::before{
    transform: scaleX(-1);
}
.flickity-prev-next-button.next {
    right: -3rem;
    left: auto;
}
.flickity-prev-next-button.previous{
    left: -3rem;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
    background-color: rgba(0, 0, 0, 1);
    width: 11.563rem;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 3rem;
    height: 0.5rem;
    margin: 0;
    background: rgba(233, 226, 216, 1);
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
}
.flickity-page-dots {
    position: relative;
    width: fit-content;
    bottom: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
    border-radius: 2rem;
    overflow: hidden;
    margin: 0 auto;
    height: 0.5rem;
    background: rgba(233, 226, 216, 1);
    display: flex;
    margin-top: 2.5rem;
}
/* ================= TYPO ================= */
h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.1;
}
h2{
    font-size: 4rem;
    line-height: 1.3;
}
.subtitle{
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: var(--heading-font);
    font-weight: 500;
}
/* ================= BUTTON ================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4.5rem;
    height: 4.875rem;
    line-height: 4.875rem;
    border-radius: 3.125rem;
    background: #000;
    /* border: 0.0625rem solid #fff; */
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    transition: all 0.3s ease;
}
a.btn.btn-ouline {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}
.btn:hover {
    background: #e26b00;
    transform: translateY(-0.125rem);
}

.breadcrumb {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #000;
    font-weight: 700;
}

.breadcrumb a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: opacity 0.3s;
}

.breadcrumb a:hover {
    opacity: 0.7;
}

.breadcrumb span {
    margin: 0 0.5rem;
    color: #888;
}

/* ================= BUTTON ================= */
/*=================HOME=================*/
.beauty-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 66.5rem;
    overflow: hidden;
    position: relative;
    padding-top: 8rem;
}
.beauty-banner::before {
    content: '';
    position: absolute;
    width: 26rem;
    height: 34rem;
    background: url(/images/shape_1.svg) no-repeat right / cover;
    top: 0;
    left: 0;
    z-index: 0;
}
.beauty-banner::after {
    content: '';
    position: absolute;
    width: 25rem;
    height: 25rem;
    background: url(/images/shape_2.svg) no-repeat left / contain;
    border-radius: 50%;
    top: 29%;
    left: 42%;
    z-index: 0;
    transform: rotate(10deg);
}
.banner-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 43.563rem;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.banner-title {
    margin: 0 0 1.5rem 0;
    color: #000000;
    letter-spacing: 0;
}

.banner-title {
    color: #000000;
    letter-spacing: 0;
    line-height: 1.2;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.beauty-banner .btn{
    margin-top: 2.5rem;
}
.beauty-banner .container {
    position: relative;
}
.beauty-banner p.banner-subtitle {
    max-width: 50rem;
}
.banner-image {
    display: flex;
    justify-content: center;
}

.image-wrapper {
    width: 100%;
    border-radius: 4rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.shape-block >  span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.188rem;
    height: 2.188rem;
    background-color: rgba(241, 219, 221, 1);
    border-radius: 50%;
}
span.sp-1 {
    top: 72%;
    left: -3%;
}
span.sp-2 {
    top: 13%;
    left: 21.5%;
}
span.sp-3 {
    left: 43.5%;
    top: -16.5%;
}
span.sp-4 {
    left: auto;
    right: 18%;
    top: -10.5%;
}
span.sp-5 {
    left: auto;
    top: 36%;
    right: -4%;
}
span.sp-6 {
    top: auto;
    bottom: 3%;
    left: 53%;
}
.beauty-stats {
    background-color: rgba(241, 219, 221, 1);
    padding: 3rem 0;
    font-family: sans-serif;
}

.stats-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.stat-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 5rem;
    font-weight: 600;
    color: #000000;
    margin: 0 0 0.5rem 0;
    line-height: 1;
}

.stat-stars {
    color: #d4af37; 
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.stat-text {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    max-width: 18rem;
    font-weight: 500;
}
.loriana-services {
    padding: 7rem 0;
}


.loriana-title {
    text-align: center;
    margin-bottom: 3rem;
    color: #000;
}

.loriana-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.loriana-card {
    display: flex;
    flex-direction: column;
    border-radius: 2rem;
    overflow: hidden;
}

.loriana-image {
    height: 37.5rem;
    overflow: hidden;
}

.loriana-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.loriana-label {
    background-color: rgba(241, 219, 221, 1);
    text-align: center;
    padding: 1.2rem;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0;
    border-radius: 0 0 2rem 2rem;
}
.loriana-grid .loriana-card:not(:nth-child(2)) {
    margin-top: 6rem;
}
a.woocommerce-LoopProduct-link {
    text-decoration: none;
}
.best-seller-header {
    margin-bottom: 3rem;
}
ul.products {
    list-style: none;
}
ul.loriana-products li.product {
    flex: 0 0 30.25rem;
    float: none !important;
    width: 30.25rem !important;
    margin-right: 4rem;
}
.product-image-wrapper {
    background-color: rgba(241, 219, 221, 1);
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .75rem;
    overflow: hidden;
    height: 33.313rem;
}

.product-image-wrapper a img, .product-image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-category {
    font-size: 1.25rem;
    color: rgba(126, 126, 126, 1);
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.woocommerce-loop-product__title {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    margin: 0 0 1rem 0 !important;
    color: #000;
}

.woocommerce-product-details__short-description p {
    font-size: 1.25rem;
    color: rgba(126, 126, 126, 1);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.add-btn.button {
    width: 5.125rem !important;
    height: 5.125rem !important;
    border-radius: 50% !important;
    border: 2px solid #000 !important;
    background: transparent !important;
    color: #000 !important;
    font-size: 2.5rem !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.3s !important;
    cursor: pointer;
    text-decoration: none;
}

.add-btn.button:hover {
    background: #000 !important;
    color: #fff !important;
}

.price, .price .amount {
    font-size: 3rem !important;
    font-weight: 600 !important;
    color: #000 !important;
}
.best-seller {
    overflow: hidden;
}
.best-seller .flickity-viewport {
    overflow: visible;
}
.best-seller .flickity-prev-next-button.previous {
    left: auto;
    right: 5rem;
    top: -6rem;
}
.best-seller  .flickity-prev-next-button.next {
    left: auto;
    right: 0;
    top: -6rem;
}
.best-seller .flickity-page-dots{
    display: none;
}
.brand-philosophy {
    background: linear-gradient(280deg, rgba(241, 219, 221, 1), rgba(241, 219, 221, 0));
    display: flex;
    align-items: center;
    margin-top: 23rem;
    padding: 8rem 0px;
    position: relative;
}
.philosophy-content {
    flex: 0 0 50%;
    z-index: 2;
    padding-right: 2rem;
}
.philosophy-image {
    height: 61.375rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.philosophy-title {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2.5rem;
    color: #000;
    display: inline-flex;
    flex-direction: column;
}
.philosophy-title strong {
    display: block;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-left: 55%;
    white-space: nowrap;
    transform: translateY(1rem);
}
.philosophy-text {
    font-size: 1.5rem;
    line-height: 1.5;
    max-width: 52rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
}
.philosophy-image {
    height: 61.375rem;
}
.philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-product {
    padding-top: 12rem;
}
.tips-section {
    padding: 13rem 0;
}
.tips-grid {
    display: grid;
    gap: 4rem;
    align-items: flex-start;
    grid-template-columns: 43.75rem 1fr;
}
.tips-featured {
    flex: 0 0 35%;
}

.tips-featured img {
    width: 100%;
    height: auto;
    border-radius: 3rem;
    object-fit: cover;
    display: block;
}

.tips-content-wrapper {
    flex: 1;
}

.tips-header {
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.tips-header .sub-title {
    font-size: 2.25rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}

.tips-header .description {
    font-size: 1.25rem;
    line-height: 1.5rem;
    max-width: 54rem;
    margin-top: 1rem;
}

.tips-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.tip-card {
    display: flex;
    flex-direction: column;
}

.tip-image {
    margin-bottom: 1.2rem;
}

.tip-image img {
    width: 100%;
    aspect-ratio: 1 / 1.2;
    object-fit: cover;
    border-radius: 1.5rem;
}

.tip-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.view-more {
    text-decoration: underline;
    font-weight: 500;
    color: #000;
    font-size: 1.25rem;
    margin-top: auto;
    transition: 0.3s;
    text-align: right;
}

.view-more:hover {
    color: #555;
}

/*=================HOME=================*/
