.elementor-13237 .elementor-element.elementor-element-18429ab{width:var( --container-widget-width, 74.463% );max-width:74.463%;--container-widget-width:74.463%;--container-widget-flex-grow:0;}.elementor-13237 .elementor-element.elementor-element-e66d6da .elementor-wrapper{--video-aspect-ratio:1.77777;}@media(max-width:767px){.elementor-13237 .elementor-element.elementor-element-18429ab{width:var( --container-widget-width, 336px );max-width:336px;--container-widget-width:336px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-18429ab */.fragrance-box {

    max-width:760px;

    padding:25px 25px 20px;

    background:#fcfaf6;

    border-radius:8px;

    border:1px solid #eee7dd;

    font-family:Arial, sans-serif;

    color:#292623;

}



/* Header */

.olfactory-title {

    font-size:10px;

    letter-spacing:4px;

    color:#b9873b;

    font-weight:600;

    margin-bottom:15px;

}


.fragrance-heading {

    font-size:44px;

    font-weight:400;

    margin:0;

    letter-spacing:-1px;

}


.gold-line {

    width:75px;

    height:1px;

    background:#c99a55;

    margin:18px 0 32px;

}



/* Main Row */

.fragrance-row {

    display:grid;

    grid-template-columns:170px 1fr;

    gap:15px;

    margin-bottom:40px;

}



/* Left */

.layer-title {

    display:flex;

    align-items:center;

    gap:6px;

}


.layer-number {

    font-family:Georgia, serif;

    font-size:38px;

    font-style:italic;

    color:#ddc49a;

}


.layer-name {

    font-size:32px;

    font-weight:400;

}


.layer-time {

    margin-left:50px;

    margin-top:8px;

    width:120px;

    padding-bottom:7px;

    border-bottom:1px solid #dfc99e;

    font-size:10px;

    font-style:italic;

    color:#777;

}



/* Pills */

.notes-wrapper {

    display:flex;

    flex-wrap:wrap;

    gap:10px;

}



.note-pill {

    display:flex;

    align-items:center;

    gap:7px;

    padding:5px 14px 5px 5px;

    border-radius:30px;

    border:1px solid #ddd4c8;

    background:#fffdf9;

    color:#77716b;

    font-size:13px;

}



.note-image {

    width:27px;

    height:27px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#f2eee7;

    font-size:15px;

}



/* Quote */

.fragrance-quote {

    border-top:1px solid #eee5d9;

    padding:22px 0;

    margin-top:10px;

    font-family:Georgia,serif;

    font-size:13px;

    font-style:italic;

    color:#716a63;

}



/* Footer */


.fragrance-footer {

    border-top:1px solid #eee5d9;

    padding-top:16px;

    display:flex;

    align-items:center;

    justify-content:space-between;

}


.composition-text {

    font-size:10px;

    letter-spacing:2px;

    color:#aaa39b;

}



.swiss-tag {

    background:#eb7d82;

    color:white;

    padding:8px 15px;

    border-radius:30px;

    font-size:10px;

    font-weight:700;

    letter-spacing:1px;

    box-shadow:0 5px 12px rgba(230,120,120,.25);

}



.swiss-tag span {

    margin-left:5px;

}



/* Mobile */

@media(max-width:600px){

    .fragrance-box{

        padding:22px 15px;

    }


    .fragrance-heading{

        font-size:34px;

    }


    .fragrance-row{

        display:block;

        margin-bottom:30px;

    }


    .layer-info{

        margin-bottom:15px;

    }


    .layer-name{

        font-size:27px;

    }


    .layer-number{

        font-size:32px;

    }


    .fragrance-footer{

        flex-wrap:wrap;

        gap:15px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24723bb *//* ====================================
   PERFUME INFORMATION SECTION
==================================== */

.perfume-info-section {
    width: 100%;
    padding: 10px 0 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #312d29;
}


/* ====================================
   TOP FEATURES
==================================== */

.perfume-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;

    margin-bottom: 24px;
}


/* EACH FEATURE */

.feature-item {
    min-width: 0;
}

.feature-title {
    display: flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 10px;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 0.8px;
    text-transform: uppercase;

    color: #191714;
}


/* GOLD DOT */

.feature-dot {
    width: 6px;
    height: 6px;

    min-width: 6px;

    border-radius: 50%;

    background: #ba8735;

    display: inline-block;
}


/* FEATURE DESCRIPTION */

.feature-text {
    font-size: 12px;
    font-weight: 400;

    line-height: 1.5;

    color: #554e48;
}


/* ====================================
   CRAFTED TEXT
==================================== */

.perfume-crafted-text {
    margin-top: 26px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 12px;
    line-height: 1.6;

    font-style: italic;

    color: #8c8580;
}


/* ====================================
   USAGE INSTRUCTION BOX
==================================== */

.usage-box {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 182px;

    padding: 13px 17px;

    border: 1px solid #dfc28d;

    border-radius: 12px;

    background:
        linear-gradient(
            110deg,
            rgba(255, 250, 239, 0.72),
            rgba(255, 255, 255, 0.60),
            rgba(248, 242, 232, 0.72)
        );
}


/* GOLD CIRCLE ICON */

.usage-icon {
    width: 29px;
    height: 29px;

    min-width: 29px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #b98532;

    color: #ffffff;

    font-size: 14px;

    margin-top: 1px;
}


/* CONTENT */

.usage-content {
    width: 100%;
}


/* HEADING */

.usage-title {
    margin-bottom: 6px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 1.1px;

    text-transform: uppercase;

    color: #b47e2f;
}


/* INSTRUCTION LINE */

.usage-line {
    display: flex;
    align-items: flex-start;

    gap: 5px;

    margin-bottom: 4px;

    font-size: 12px;
    line-height: 1.45;

    color: #4e4843;
}


.usage-line strong {
    font-weight: 700;
    color: #35302b;
}


/* GOLD BULLET */

.usage-bullet {
    color: #b98532;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.2;
}


/* DIVIDER */

.usage-divider {
    width: 100%;

    height: 1px;

    margin: 5px 0 5px;

    background: #e8dcc8;
}


/* BANGLA */

.bangla-line {
    font-size: 13px;

    color: #39342f;
}


/* ====================================
   TABLET
==================================== */

@media (max-width: 900px) {

    .perfume-features {
        grid-template-columns: repeat(2, 1fr);

        gap: 25px 35px;
    }

    .usage-box {
        margin-top: 80px;
    }

}


/* ====================================
   MOBILE
==================================== */

@media (max-width: 520px) {

    .perfume-info-section {
        padding: 5px 0 15px;
    }


    .perfume-features {
        grid-template-columns: repeat(2, 1fr);

        gap: 22px 14px;

        margin-bottom: 20px;
    }


    .feature-title {
        font-size: 9px;

        letter-spacing: 0.6px;

        margin-bottom: 6px;
    }


    .feature-dot {
        width: 5px;
        height: 5px;

        min-width: 5px;
    }


    .feature-text {
        font-size: 11px;

        line-height: 1.45;
    }


    .perfume-crafted-text {
        margin-top: 20px;

        font-size: 11px;
    }


    .usage-box {
        margin-top: 45px;

        padding: 12px 12px;

        gap: 10px;

        border-radius: 10px;
    }


    .usage-icon {
        width: 27px;
        height: 27px;

        min-width: 27px;

        font-size: 12px;
    }


    .usage-title {
        font-size: 9px;

        letter-spacing: 0.7px;
    }


    .usage-line {
        font-size: 11px;

        line-height: 1.5;
    }


    .bangla-line {
        font-size: 12px;
    }

}/* End custom CSS */