body.styly-home .entry-header,
body.styly-home .page-header,
body.styly-home .entry-title,
body.styly-home .botiga-page-hero,
body.styly-home .site-description {
    display: none !important;
}

body.styly-home .content-wrapper,
body.styly-home .content-area,
body.styly-home .site-main,
body.styly-home .entry-content,
body.styly-home .site-content,
body.styly-home #content,
body.styly-home .la-content-main,
body.styly-home .content-inner,
body.styly-home .col-main,
body.styly-home .main-content,
body.styly-home article,
body.styly-home .hentry {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
    float: none !important;
}

body.styly-home #secondary,
body.styly-home .widget-area,
body.styly-home .sidebar,
body.styly-home aside.widget-area,
body.styly-home .la-sidebar,
body.styly-home .col-sidebar {
    display: none !important;
}

body.styly-home,
body.home,
body.styly-home .site,
body.styly-home #page,
body.styly-home .content-wrapper,
body.styly-home .site-content {
    background: #f3eee6 !important;
}

.styly-home-wrap {
    font-family: Outfit, system-ui, sans-serif;
    color: #111;
    background: #f3eee6;
}

.styly-portrait {
    max-width: 560px;
    margin: 0 auto;
    padding: 1.6rem 1.5rem 0;
}

.styly-portrait img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
}

.styly-story {
    max-width: 720px;
    margin: 0 auto;
    padding: 2.4rem 1.5rem 1.5rem;
    text-align: center;
}

.styly-story .styly-eyebrow {
    margin-bottom: 0.7rem;
    color: #c9a96e;
}

.styly-about-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    font-size: clamp(3.2rem, 8vw, 5.2rem);
    line-height: 1.08;
    margin: 0 0 1.3rem;
}

.styly-story p {
    font-weight: 300;
    line-height: 1.8;
    color: #5c564f;
    margin: 0 0 1rem;
}

.styly-about-end {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    color: #111 !important;
    margin-bottom: 1.8rem !important;
}

.styly-looks {
    max-width: 720px;
    margin: 0 auto 1rem;
    padding: 0.5rem 1.5rem 1rem;
}

.styly-flip {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #111;
    perspective: 1200px;
}

.styly-flip-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: rotateY(70deg) scale(0.96);
    transition: opacity 0.7s ease, transform 0.7s ease;
    pointer-events: none;
}

.styly-flip-slide.is-active {
    opacity: 1;
    transform: rotateY(0) scale(1);
    pointer-events: auto;
}

.styly-flip-dots {
    display: flex;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.9rem;
}

.styly-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: #d5cfc6;
    cursor: pointer;
}

.styly-dot.is-active {
    background: #c9a96e;
}

.styly-hero {
    text-align: center;
    padding: 6.5rem 1.5rem 5rem;
    background:
        radial-gradient(circle at 80% 10%, rgba(201, 169, 110, 0.18), transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(201, 169, 110, 0.1), transparent 42%),
        #0a0a0a;
    color: #f5f0eb;
}

.styly-eyebrow {
    letter-spacing: 0.38em;
    text-transform: uppercase;
    font-size: 0.92rem;
    color: #c9a96e;
    margin: 0 0 1.2rem;
}

.styly-title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 300;
    font-size: clamp(2.8rem, 8vw, 5.2rem);
    line-height: 1.05;
    margin: 0 0 1rem;
}

.styly-title em {
    font-style: italic;
    color: #e8d5b0;
}

.styly-subtitle {
    max-width: 420px;
    margin: 0 auto 2rem;
    color: #b7aea4;
    font-weight: 300;
    line-height: 1.7;
}

.styly-btn {
    display: inline-block;
    background: #c9a96e;
    color: #0a0a0a !important;
    text-decoration: none !important;
    padding: 0.95rem 1.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
}

.styly-btn-ghost {
    background: transparent;
    color: #111 !important;
    border: 1px solid #111;
}

.styly-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 4.5rem 1.5rem 1rem;
    width: 100%;
    box-sizing: border-box;
}

.styly-heading {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 400;
    font-size: clamp(3.1rem, 8vw, 4.8rem);
    text-align: center;
    margin: 0 0 2.4rem;
    line-height: 1.12;
}

.styly-cats,
.styly-products {
    display: grid;
    gap: 1.35rem;
    width: 100%;
}

.styly-cats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.styly-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.styly-cat,
.styly-product {
    text-decoration: none !important;
    color: inherit !important;
    background: #fff;
    overflow: hidden;
}

.styly-cat-img,
.styly-product-media {
    display: block;
    aspect-ratio: 3 / 4;
    background: #ece7e0 center/cover no-repeat;
}

.styly-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.styly-cat-name,
.styly-product-name,
.styly-product-price {
    display: block;
    padding: 1rem 0.9rem 0;
    font-size: 1.05rem;
}

.styly-cat-name {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.15rem, 1.6vw, 1.65rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 1.1rem 0.5rem 1.2rem;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
}

.styly-product-name {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    line-height: 1.25;
}

.styly-product-price {
    padding-bottom: 1rem;
    color: #7a726a;
}

.styly-product-price del {
    opacity: 0.55;
    margin-right: 0.35rem;
}

.styly-center {
    text-align: center;
    padding: 2.5rem 0 1rem;
}

.styly-note {
    text-align: center;
    padding: 3rem 1.5rem 5rem;
    color: #7a726a;
    font-size: 0.95rem;
}

@media (max-width: 900px) {
    .styly-cats,
    .styly-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .styly-portrait {
        padding-top: 1.2rem;
    }

    .styly-cats,
    .styly-products {
        grid-template-columns: 1fr 1fr;
    }
}
