@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


html,
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Every page's hero wraps a card with margin:20px inside a bare <header>.
   With nothing to contain it, that top margin collapses through <header>
   into <body> — normally a harmless one-time offset, but the preloader's
   overflow:hidden lock on <body> toggles collapsing on/off, turning it
   into a visible jump once the lock is released. flow-root gives <header>
   its own formatting context so the margin can never escape it. */
header {
    display: flow-root;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

html,
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

img {
    width: 100%;
    height: auto;
}

li {
    font-size: 18px;
    margin-bottom: 0;
}

p {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 120%;
}

.biggerh1 {
    font-size: 130px;
    letter-spacing: -0.01em;
    font-weight: 600;
}

h1 {
    font-size: 54px;
    font-style: normal;
}

h2 {
    font-size: 42px;
    font-style: normal;
}

h3 {
    font-size: 32px;
    font-style: normal;
}

h4 {
    font-size: 26px;
    font-style: normal;
}

h5 {
    font-size: 22px;
    font-style: normal;
}

h6 {
    font-size: 14px;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
    margin: 0;
}

.section-padding {
    padding: 120px 0;
}

.pt-120 {
    padding-top: 120px;
}

.pt-80 {
    padding-top: 80px;
}

.pl-100 {
    padding-left: 100px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* 
------------------------------------------------------------
    Header Section CSS
------------------------------------------------------------
 */

.amore_main_homepage_header_area {
    height: 120vh;
    width: auto;
    position: relative;
    overflow: hidden;
    margin: 20px;
    border-radius: 20px;
}

.amore_main_homepage_header_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amore_main_homepage_header_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(35%, -80%);

}

.amore_main_homepage_header_title {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.amore_main_homepage_header_title h1 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: right;
    color: #FFFFFF;
}

.amore_main_homepage_header_title h1 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: right;
    color: #FFFFFF;
}

.amore_main_homepage_header_buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.amore_main_homepage_header_buttons .btn_collection {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    background: linear-gradient(180deg, #DBDBDB 0%, #FFFFFF 100%);
    padding: 16px 30px;
    border-radius: 50px;
}

.amore_main_homepage_header_buttons .btn_next {
    padding: 16px;
    border-radius: 50px;
    border: 1px solid rgba(232, 232, 232, 1);
}

.amore_main_homepage_header_buttons .btn_next img {
    width: 25px;
    height: 20px;
    overflow: hidden;
}

/* 
------------------------------------------------------------
    Our Story Section CSS
------------------------------------------------------------
 */

.amore_homepage_story_area {
    display: block;
    position: relative;
}

@media (min-width: 992px) {
    .amore_homepage_story_area {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 50px 0;
    }
}

.amore_homepage_story_title {
    display: block;
    position: relative;
}

.amore_homepage_story_title h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_homepage_story_title h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_homepage_story_desc_btn_area {
    display: block;
    position: relative;
}

.amore_homepage_story_desc_area {
    margin-bottom: 50px;
}

.amore_homepage_story_desc_area p {
    font-weight: 300;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -2%;
    color: rgba(22, 22, 22, 0.85);
}

.amore_homepage_story_desc_area p span {
    font-weight: 600;
    font-style: normal;
}

.amore_homepage_story_buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.amore_homepage_story_buttons .our_story_btn {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    background: transparent;
    padding: 16px 30px;
    border-radius: 50px;
    border: 1px solid rgba(149, 149, 149, 1);
}

.amore_homepage_story_buttons .btn_next {
    padding: 16px;
    border-radius: 50px;
    border: 1px solid rgba(149, 149, 149, 1)
}

.amore_homepage_story_buttons .btn_next img {
    width: 25px;
    height: 20px;
    overflow: hidden;
}

/* Stacked Card Slider CSS */
.amore_story_card_slider_container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 750px;
    margin-left: auto;
    margin-right: 0;
}

.amore_story_card_stack {
    position: relative;
    width: 100%;
    height: 100%;
}

.amore_story_card {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 98%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    box-sizing: border-box;
    transform-origin: center center;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, z-index 0.6s ease;
}

.amore_story_card_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px 20px 30px 20px;
    background: #FFFFFF;
}

.amore_story_card_header {
    display: flex;
    justify-content: flex-start;
    margin-left: 5px;
    margin-bottom: 15px;
}

.amore_story_card_header span {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #86868B;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.amore_story_card_img {
    width: 100%;
    height: 520px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.amore_story_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.amore_story_card_footer {
    display: block;
}

.amore_story_card_footer h3 {
    font-family: "Playfair Display", serif;
    line-height: 1;
    font-weight: 400;
    margin-top: 30px;
    margin-left: 5px;
    margin-bottom: 30px;
    color: #161616;
    letter-spacing: -0.02em;
}

.amore_story_card_footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    margin: 0 5px;
}

.amore_story_card_footer_bottom .since_text {
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    letter-spacing: 0.30em;
    color: #5D8D97;
    font-weight: 600;
}

.amore_story_card_footer_bottom .card_arrow {
    cursor: pointer;
}

.amore_story_card_footer_bottom .card_arrow img {
    width: 16px;
    height: 16px;
    opacity: 0.85;
    transition: transform 0.3s ease;
}

.amore_story_card_footer_bottom .card_arrow:hover img {
    transform: translateX(4px);
}

/* Card Stack Styling */
.amore_story_card:nth-child(1) {
    z-index: 3;
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
}

.amore_story_card:nth-child(2) {
    z-index: 2;
    transform: translate3d(80px, 0, 0) scale(0.93);
    opacity: 1;
}

.amore_story_card:nth-child(3) {
    z-index: 1;
    transform: translate3d(160px, 0, 0) scale(0.86);
    opacity: 1;
}

/* Remaining cards if any */
.amore_story_card:nth-child(n+4) {
    z-index: 0;
    transform: translate3d(120px, 0, 0) scale(0.85);
    opacity: 0;
}

/* 
------------------------------------------------------------
    Home Hero Section CSS
------------------------------------------------------------
 */

.amore_homepage_hero_bg_area {
    display: block;
    position: relative;
}

.amore_homepage_hero_bg_area img {
    width: 100%;
}

.amore_homepage_hero_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amore_homepage_hero_container .container {
    position: relative;
    height: 100%;
}

.amore_homepage_hero_content {
    position: absolute;
    top: 20%;
    right: 12px;
    transform: translateY(-50%);
}

.amore_homepage_hero_title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.amore_homepage_hero_title h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #FFFFFF;
    text-align: right;
}

.amore_homepage_hero_title h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #FFFFFF;
}

.amore_homepage_hero_buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;

}

.amore_homepage_hero_buttons .see_in_spaces_btn {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
    background: transparent;
    padding: 16px 30px;
    border-radius: 50px;
    border: 1px solid rgba(212, 212, 212, 1)
}

.amore_homepage_hero_buttons .btn_next {
    padding: 16px;
    border-radius: 50px;
    border: 1px solid rgba(212, 212, 212, 1)
}

.amore_homepage_hero_buttons .btn_next img {
    width: 25px;
    height: 20px;
    overflow: hidden;
}



/* 
------------------------------------------------------------
    Legacy Section CSS
------------------------------------------------------------
  */

.amore_homepage_legacy_title {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.amore_homepage_legacy_title h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
    text-align: center;
}

.amore_homepage_legacy_title h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
    text-align: center;
}

.amore_legacy_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 12px;
}

.amore_phases span,
.amore_legacy_counter span {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(43, 42, 41, 0.6);
}

.amore_homepage_legacy_progress_bar {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #ACACAC;
}

.amore_legacy_progress_bar_fill {
    position: absolute;
    inset: 0;
    width: 50%;
    height: 100%;
    background-color: #000000;
    transition: width 0.3s ease;
}

.amore_homepage_legacy_slider_wrapper {
    position: relative;
    padding-top: 80px;
}

.amore_homepage_legacy_slider_area {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 40px; */

}

.amore_single_slider {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 20px;
    background-color: #EFEBE2;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.03);
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.amore_homepage_legacy_slider_area .owl-stage {
    display: flex;
    gap: 10px;
    align-items: stretch;
}


.amore_slider_no_area {
    padding: 20px;
    padding-bottom: 0;
}

.amore_slider_no_area span {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(43, 42, 41, 0.6);
}

.amore_slider_image_content_area {
    text-align: center;
    padding: 40px 30px 60px 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.amore_slider_img_area {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.amore_slider_img_area img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.amore_slider_content_area h5 {
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #2B2A29;
    margin-bottom: 20px;
}

.amore_slider_content_area p {
    font-weight: 500;
    letter-spacing: 0%;
    text-align: center;
    color: #86868B;
}

/* 
------------------------------------------------------------
    info Section CSS
------------------------------------------------------------
  */

.amore_info_area {
    display: block;
    position: relative;
}

.amore_info_area img {
    width: 100%;
    overflow: hidden;
}

.amore_info_content_area {
    position: absolute;
    top: 35%;
    left: 22%;
    transform: translate(-50%, -50%);
}

.amore_info_title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.amore_info_title h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #FFFFFF;
    text-align: left;
}

.amore_info_title h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #FFFFFF;
}

.amore_info_buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;

}

.amore_info_buttons .more_info_btn {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
    background: transparent;
    padding: 16px 30px;
    border-radius: 50px;
    border: 1px solid rgba(212, 212, 212, 1)
}

.amore_info_buttons .btn_next {
    padding: 16px;
    border-radius: 50px;
    border: 1px solid rgba(212, 212, 212, 1)
}

.amore_info_buttons .btn_next img {
    width: 25px;
    height: 20px;
    overflow: hidden;
}



/* 
------------------------------------------------------------
    footer Section CSS
------------------------------------------------------------
  */

.main_footer {
    padding: 80px 0;
    background-color: #EDE8DC;
}


.footer_link_area {
    display: block;
    position: relative;
}

.footer_link_area h6 {
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #5D8D97;
    margin-bottom: 40px;
}

.footer_links {
    display: block;
    position: relative;
}

.footer_links ul {
    padding: 0;
    margin: 0;
}

.footer_links ul li {
    margin-bottom: 15px;
}

.footer_links ul li a {
    font-family: "Manrope";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2B2A29;
}

.footer_email_area {
    display: block;
    position: relative;
}

.footer_email_area h6 {
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #5D8D97;
    margin-bottom: 40px;
}

.footer_email_area p {
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -2%;
    color: #2B2A29;
}

.footer_email_form_area {
    position: relative;
    display: block;
    margin-top: 40px;
}

.footer_form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_form input {
    flex: 1;
    border: 1px solid #959595;
    border-radius: 50px;
    padding: 18px 28px;
    box-sizing: border-box;
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2%;
    background-color: transparent;
    transition: all 0.3s ease;
}

.footer_form input:focus {
    outline: none;
    border-color: #000000;
}

.footer_form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.submit_btn {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #959595;
    color: #2B2A29;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.submit_btn:hover {
    background-color: transparent;
    border: 1px solid #959595;
    transform: translateX(3px);
}

.submit_btn img {
    width: 20px;
    height: 16px;
}

.footer_logo_last {
    display: block;
    position: relative;
    background-color: #EDE8DC;
}

.footer_logo_last img {
    width: 100%;
    padding: 0 300px;
}


/* 
------------------------------------------------------------
    about hero Section CSS
------------------------------------------------------------
  */



.amore_main_header_area {
    height: 60vh;
    width: auto;
    position: relative;
    overflow: hidden;
    margin: 20px 20px 0 20px;
    border-radius: 20px;
}

.amore_main_header_area img {
    width: 100%;
    height: 100%;
}

.amore_main_header_content {
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%);
}

.amore_main_header_content h1 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: right;
    color: #FFFFFF;
}

.amore_main_header_content h1 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: right;
    color: #FFFFFF;
}

.amore_main_homepage_header_buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.amore_main_header_breadcrumb_area {
    position: absolute;
    bottom: 60px;
    right: 150px;
}

.amore_main_header_breadcrumb_area ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
}

.amore_main_header_breadcrumb_area li {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #FFFFFF;
    margin: 0;
}

.amore_main_header_breadcrumb_area li a {
    color: #FFFFFF;
    font-weight: 300;
    text-decoration: none;
}

.amore_main_header_breadcrumb_area li img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}


/* 
------------------------------------------------------------
    about Section CSS
------------------------------------------------------------
  */

.amore_about_heading_short_titie_area,
.amore_about_heading_titie_area {
    display: block;
    position: relative;
}

.amore_about_heading_short_titie_area span {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #161616;
}

.amore_about_heading_titie_area h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_about_heading_titie_area h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_about_hero_image_area {
    display: block;
    position: relative;
}

.amore_about_hero_image_area img {
    width: 100%;
}

.amore_about_hero_content_area {
    display: block;
    position: relative;
}

.amore_about_hero_description {
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 150px;
}

.amore_about_hero_description p {
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -2%;
    color: #161616D9;
}

.amore_about_hero_count_area {
    position: relative;
    display: block;
}

.amore_about_hero_manufacturing_area,
.amore_about_hero_expertise_area,
.amore_about_hero_production_area {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    align-items: center;
}

.amore_about_hero_manufacturing_area h2,
.amore_about_hero_expertise_area h2,
.amore_about_hero_production_area h2 {
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2%;
    color: #161616;
    width: 250px;
}

.amore_about_hero_manufacturing_area span,
.amore_about_hero_expertise_area span,
.amore_about_hero_production_area span {
    font-family: "Manrope";
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #161616D9;
    width: 70%;
}


/* 
------------------------------------------------------------
    About Hero Section CSS
------------------------------------------------------------
 */

.amore_about_hero_bg_area {
    display: block;
    position: relative;
}

.amore_about_hero_bg_area img {
    width: 100%;
}

.amore_about_hero_content {
    position: absolute;
    top: 20%;
    left: 55%;
    transform: translate(15%, -50%);
}

.amore_about_hero_title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.amore_about_hero_title h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #FFFFFF;
    text-align: right;
}

.amore_about_hero_title h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #FFFFFF;
}

.amore_about_hero_buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;

}

.amore_about_hero_buttons .see_in_spaces_btn {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
    background: transparent;
    padding: 16px 30px;
    border-radius: 50px;
    border: 1px solid rgba(212, 212, 212, 1)
}

.amore_about_hero_buttons .btn_next {
    padding: 16px;
    border-radius: 50px;
    border: 1px solid rgba(212, 212, 212, 1)
}

.amore_about_hero_buttons .btn_next img {
    width: 25px;
    height: 20px;
    overflow: hidden;
}

/* 
------------------------------------------------------------
    About craftsmanship Section CSS
------------------------------------------------------------
 */

.amore_about_craftsmanship_seaction_area {
    background-color: #EDE8DC;
}

.amore_about_craftsmanship_area {
    display: flex;
    text-align: center;
    justify-content: center;
}

.amore_about_craftsmanship_first_image_area {
    display: block;
    position: relative;
    padding: 20px;
    border: 1px solid #ACACAC;
}

.amore_about_craftsmanship_first_image_area img {
    width: 100%;
}

.amore_about_craftsmanship_last_image_area {
    padding: 20px;
    border: 1px solid #ACACAC;
}

.amore_about_craftsmanship_last_image_area img {
    width: 100%;
}

.amore_about_craftsmanship_deails_area {
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
}

.amore_about_craftsmanship_short_title {
    padding: 40px 190px;
    border-bottom: 1px solid #ACACAC;
}

.amore_about_craftsmanship_short_title p {
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;
}

.amore_about_craftsmanship_center_card {
    padding: 100px 80px;
}

.amore_about_craftsmanship_title,
.amore_about_craftsmanship_description {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.amore_about_craftsmanship_title h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
    color: #161616;
}

.amore_about_craftsmanship_title h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    text-align: center;
    color: #161616;
}

.amore_about_craftsmanship_description p {
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -2%;
    text-align: center;
    color: #161616D9;
}

.amore_about_craftsmanship_buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.amore_about_craftsmanship_buttons .learn_more_btn {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #000000;
    background: transparent;
    padding: 16px 30px;
    border-radius: 50px;
    border: 1px solid #959595
}

.amore_about_craftsmanship_buttons .btn_next {
    padding: 16px;
    border-radius: 50px;
    border: 1px solid #959595
}

.amore_about_craftsmanship_buttons .btn_next img {
    width: 25px;
    height: 20px;
    overflow: hidden;
}


/* 
------------------------------------------------------------
    About craftsmanship Section CSS
------------------------------------------------------------
 */

.amore_about_crafted_title {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.amore_about_crafted_title h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
    text-align: center;
}

.amore_about_crafted_title h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
    text-align: center;
}

.amore_crafted_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 12px;
}

.amore_phases span,
.amore_crafted_counter span {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(43, 42, 41, 0.6);
}

.amore_about_crafted_progress_bar {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #ACACAC;
}

.amore_crafted_card {
    display: block;
    position: relative;
    padding: 50px;
    background-color: #EFEBE2;
    border-radius: 20px;
}

.amore_crafted_title_and_image_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}

.amore_crafted_title_and_image_area h3 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #161616;
}

.amore_crafted_title_and_image_area img {
    width: 100px;
    height: 100px;
}

.amore_crafted_content_and_btn_area {
    display: block;
    position: relative;
}

.amore_crafted_content_and_btn_area p {
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -2%;
    color: #161616D9;
    margin-bottom: 60px;
}

.amore_crafted_content_and_btn_area a {
    display: flex;
    justify-content: space-between;
}

.amore_crafted_content_and_btn_area a span {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 30%;
    color: #363534;
}

.amore_crafted_content_and_btn_area a img {
    width: 20px;
    height: 20px;
}


/* 
------------------------------------------------------------
        Export Section CSS
------------------------------------------------------------
 */

.amore_export_heading_short_titie_area,
.amore_export_heading_titie_area {
    display: block;
    position: relative;
}

.amore_export_heading_short_titie_area span {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #161616;
}

.amore_export_heading_titie_area h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_export_heading_titie_area h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_export_hero_image_area {
    display: block;
    position: relative;
}

.amore_export_hero_image_area img {
    width: 100%;
}

.amore_export_hero_content_area {
    display: block;
    position: relative;
}

.amore_export_hero_description {
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 180px;
}

.amore_export_hero_description p {
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -2%;
    color: #161616D9;
}

.amore_export_hero_count_area {
    position: relative;
    display: block;
}

.amore_export_hero_countries_area,
.amore_export_hero_collections_area {
    display: block;
    padding: 30px 0 25px 0;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.amore_export_hero_countries_area h5,
.amore_export_hero_collections_area h5 {
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2%;
    color: #161616;
    margin-bottom: 25px;
}

.amore_export_hero_countries_area p,
.amore_export_hero_collections_area p {
    font-weight: 300;
    line-height: 130%;
    letter-spacing: -2%;
    color: #161616D9;
}


/* 
------------------------------------------------------------
    Export global citys Section CSS
------------------------------------------------------------
 */

.amore_export_global_city_area {
    background-color: #EDE8DC;
}

.amore_export_global_city_heading_titie_area {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.amore_export_global_city_heading_titie_area h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
    text-align: center;
}

.amore_export_global_city_heading_titie_area h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_export_global_city_progress_bar {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #ACACAC;
}

.amore_export_all_global_city_area {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
}

.amore_export_one_row_area {
    display: block;
    position: relative;
}

.amore_export_single_city_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px;
}

.amore_export_single_city_area img {
    width: 50px;
    height: 50px;
}

.amore_export_single_city_area h4 {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2B2A29;
}


/* 
------------------------------------------------------------
    Export contact Section CSS
------------------------------------------------------------
 */

.amore_export_contact_title_area {
    position: relative;
    display: block;
    margin-bottom: 100px;
}

.amore_export_contact_title_area h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
    text-align: left;
}

.amore_export_contact_title_area h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_export_contact_form_area {
    display: block;
    position: relative;
    padding-right: 50px;
}

.export_contact_form label {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: 110%;
    letter-spacing: 30%;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #86868B;
}

.export_contact_form input,
.export_contact_form textarea {
    font-family: "Manrope";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #1616164D;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0 0 20px 0 !important;
    margin-bottom: 0;
    border-bottom: 1px solid #ACACAC;
}

.export_contact_form input::placeholder,
.export_contact_form textarea::placeholder {
    font-family: "Manrope";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #1616164D;
}

.export_contact_form_btn {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.export_contact_form_btn .send_message_btn {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
    background: #000000;
    padding: 16px 30px;
    border-radius: 50px;
}

.export_contact_form_btn .btn_next {
    padding: 16px;
    border-radius: 50px;
    border: 1px solid #000000
}

.export_contact_form_btn .btn_next img {
    width: 25px;
    height: 20px;
    overflow: hidden;
}

.amore_export_contact_info_area {
    display: block;
    position: relative;
    padding-left: 50px;
}

.amore_export_location_area,
.amore_export_contact_number_area,
.amore_export_email_area {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    margin-bottom: 40px;
}

.amore_export_location_area h6,
.amore_export_contact_number_area h6,
.amore_export_email_area h6 {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: 110%;
    letter-spacing: 30%;
    text-transform: uppercase;
    color: #86868B;
    margin-bottom: 35px;
}

.amore_export_location_area h4,
.amore_export_contact_number_area h4,
.amore_export_email_area h4 {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #161616;
    margin-bottom: 20px;
}

.amore_export_location_area h4 a,
.amore_export_contact_number_area h4 a,
.amore_export_email_area h4 a {
    color: #161616;
    text-decoration: none;
}

#export_contact_form input.input-error,
#export_contact_form textarea.input-error {
    border-bottom: 1px solid red !important;
}

#export_contact_form input.input-error::placeholder,
#export_contact_form textarea.input-error::placeholder {
    color: red;
    opacity: 1;
}

#export_contact_form input.input-error::-moz-placeholder,
#export_contact_form textarea.input-error::-moz-placeholder {
    color: red;
}

#export_contact_form input.input-error:-ms-input-placeholder,
#export_contact_form textarea.input-error:-ms-input-placeholder {
    color: red;
}

#export_contact_form input.input-error::-ms-input-placeholder,
#export_contact_form textarea.input-error::-ms-input-placeholder {
    color: red;
}

#export_contact_form select.error-input option[disabled] {
    color: red !important;
}

#export_contact_form select.input-error {
    color: red !important;
    border-bottom: 1px solid red !important;
}


/* 
------------------------------------------------------------
    Download catalog section CSS
------------------------------------------------------------
 */

.amore_download_heading_titie_area {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.amore_download_heading_titie_area h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
    text-align: left;
}

.amore_download_heading_titie_area h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_download_collection_area {
    display: block;
    position: relative;
    background-color: #EDE8DC;
    border-radius: 12px;
}

.amore_download_collection_image_area {
    padding: 50px 80px;
    border-bottom: 1px solid #DDDDDD;
}

.amore_download_collection_image_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amore_download_collection_details_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
}

.amore_download_collection_details_area h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #161616;
    margin-bottom: 0;
}

.amore_download_collection_details_area a img {
    width: 24px;
    height: 24px;
}

/* 
------------------------------------------------------------
    contact section CSS
------------------------------------------------------------
 */

.amore_contact_title_area {
    position: relative;
    display: block;
    margin-bottom: 100px;
}

.amore_contact_title_area h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
    text-align: left;
}

.amore_contact_title_area h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_contact_form_area {
    display: block;
    position: relative;
    padding-right: 50px;
}

.contact_form label {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: 110%;
    letter-spacing: 30%;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #86868B;
}

.contact_form input,
.contact_form textarea {
    font-family: "Manrope";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #1616164D;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0 0 20px 0 !important;
    margin-bottom: 0;
    border-bottom: 1px solid #ACACAC;
}

.contact_form input::placeholder,
.contact_form textarea::placeholder {
    font-family: "Manrope";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #1616164D;
}

.contact_form_btn {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.contact_form_btn .send_message_btn {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
    background: #000000;
    padding: 16px 30px;
    border-radius: 50px;
}

.contact_form_btn .btn_next {
    padding: 16px;
    border-radius: 50px;
    border: 1px solid #000000
}

.contact_form_btn .btn_next img {
    width: 25px;
    height: 20px;
    overflow: hidden;
}

.amore_contact_info_area {
    display: block;
    position: relative;
    padding-left: 50px;
}

.amore_location_area,
.amore_contact_number_area,
.amore_email_area {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
    margin-bottom: 40px;
}

.amore_location_area h6,
.amore_contact_number_area h6,
.amore_email_area h6 {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: 110%;
    letter-spacing: 30%;
    text-transform: uppercase;
    color: #86868B;
    margin-bottom: 35px;
}

.amore_location_area h4,
.amore_contact_number_area h4,
.amore_email_area h4 {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #161616;
    margin-bottom: 20px;
}

.amore_location_area h4 a,
.amore_contact_number_area h4 a,
.amore_email_area h4 a {
    color: #161616;
    text-decoration: none;
}

#contact_form input.input-error,
#contact_form textarea.input-error {
    border-bottom: 1px solid red !important;
}

#contact_form input.input-error::placeholder,
#contact_form textarea.input-error::placeholder {
    color: red;
    opacity: 1;
}

#contact_form input.input-error::-moz-placeholder,
#contact_form textarea.input-error::-moz-placeholder {
    color: red;
}

#contact_form input.input-error:-ms-input-placeholder,
#contact_form textarea.input-error:-ms-input-placeholder {
    color: red;
}

#contact_form input.input-error::-ms-input-placeholder,
#contact_form textarea.input-error::-ms-input-placeholder {
    color: red;
}

#contact_form select.error-input option[disabled] {
    color: red !important;
}

#contact_form select.input-error {
    color: red !important;
    border-bottom: 1px solid red !important;
}

/* 
------------------------------------------------------------
    collection section CSS
------------------------------------------------------------
 */
.amore_collection_heading_titie_area {
    display: block;
    position: relative;
    margin-bottom: 80px;
}

.amore_collection_heading_titie_area h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
    text-align: left;
}

.amore_collection_heading_titie_area h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_collection_area {
    display: block;
    position: relative;
    border-radius: 20px;
}

.amore_collection_image_area {
    display: block;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.amore_collection_image_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.amore_collection_image_area .collection-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 100px 130px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
}

.amore_collection_image_area:hover .collection-image-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.amore_collection_image_area .collection-image-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none;
}

.amore_collection_details_area {
    display: block;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 0 0 20px 20px;
}

.amore_collection_size_and_rendom_area {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 15px 40px;
    border-bottom: 1px dashed rgba(204, 204, 204, 1)
}

.amore_collection_size_and_rendom_area span {
    font-family: "Manrope";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #161616D9;
}

.amore_collection_size_and_rendom_area div {
    width: 2px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.amore_collection_name_and_btn_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
}

.amore_collection_name_and_btn_area h5 {
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2%;
    color: #161616;
    margin-bottom: 0;
}

.amore_collection_name_and_btn_area img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}


/* 
------------------------------------------------------------
    collection product details section CSS
------------------------------------------------------------
 */

.amore_product_details_main_header_area {
    height: auto;
    width: auto;
    position: relative;
    overflow: hidden;
    margin: 20px;
    border-radius: 20px;
}

.amore_main_header_area img {
    width: 100%;
    height: 100%;
}

.amore_product_details_breadcrumb_area {
    position: relative;
    display: block;
    padding-top: 30px;
}

.amore_product_details_breadcrumb_area ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
}

.amore_product_details_breadcrumb_area ul li {
    font-family: "Manrope";
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #000000;
    margin: 0;
}

.amore_product_details_breadcrumb_area li a {
    color: #000000;
    font-weight: 300;
    text-decoration: none;
}

.amore_product_details_breadcrumb_area li img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.amore_product_details_heading_short_titie_area,
.amore_product_details_heading_titie_area {
    display: block;
    position: relative;
}

.amore_product_details_heading_short_titie_area span {
    font-family: "Manrope";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #161616;
}

.amore_product_details_heading_titie_area h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_product_details_configration_title_area {
    padding: 100px 0 0 0;
}

.amore_product_details_configration_title_area h2 {
    font-weight: 300;
    line-height: 110%;
    letter-spacing: -2%;
    color: #000000;
}

.amore_product_details_configration_area {
    display: flex;
    justify-content: flex-start;
    gap: 200px;
    margin-top: 80px;
}

.amore_product_details_single_configration_area h6 {
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 50px;
}

.amore_product_details_single_configration_area h4 {
    font-family: "Manrope";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #161616;
    margin-top: 0px;
}

.amore_product_details_single_configration_area:first-child h4 {
    margin-top: 20px;
}

.amore_product_details_rendom_image_area {
    position: relative;
    display: block;
    background-color: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}

.amore_product_details_rendom_image_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amore_product_details_random_image_zoom_icon_area {
    position: absolute;
    top: 20px;
    right: 20px;
}

.amore_product_details_random_image_zoom_icon_area img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/*
------------------------------------------------------------
    Homepage Collections Section CSS
------------------------------------------------------------
 */

.amore_homepage_collections {
    position: relative;
    overflow: hidden;
    background-color: #EDE8DC;
    padding-bottom: 0;
}

.amore_homepage_collections>.container {
    position: relative;
    z-index: 1;
}

.amore_collections_top_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 0 40px;
    width: 100%;
}

.amore_collections_top_col {
    min-width: 0;
}

.amore_collection_showcase_card {
    display: block;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.amore_collection_showcase_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.amore_collection_showcase_card:hover img {
    transform: scale(1.05);
}

.amore_collection_showcase_card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 45%);
    pointer-events: none;
}

.amore_collection_showcase_card.amore_collection_grezzo {
    /* aspect-ratio: 646 / 760;
    height: 100%; */
}

.amore_collection_showcase_card.amore_collection_marble {
    /* aspect-ratio: 646 / 760; */
}

.amore_collection_showcase_card.amore_collection_wide {
    aspect-ratio: 904 / 650;
}

.amore_collection_showcase_label {
    position: absolute;
    left: 30px;
    bottom: 26px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
}

.amore_collection_showcase_label i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
}

.amore_collection_showcase_label i img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: none;
}

.amore_collections_our_collection_label {
    display: block;
    padding-top: 4px;
    text-align: center;
    color: #161616;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.amore_collections_our_collection_label span {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #161616;
    text-transform: uppercase;
}

.amore_collections_intro_and_showcase {
    display: flex;
    flex-direction: column;
}

.amore_collections_intro_text {
    padding-bottom: 50px;
}

.amore_collections_intro_text p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #161616;
    max-width: 380px;
}

.amore_collections_intro_text p strong {
    font-weight: 700;
}

.amore_collections_bottom_row {
    margin-top: 80px;
}

.amore_collections_cta {
    padding-left: 94px;
}

.amore_collections_cta h2 {
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #161616;
    margin-bottom: 30px;
}

.amore_collections_cta h2 span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
}

.amore_collections_cta_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(22, 22, 22, 0.3);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.amore_collections_cta_btn img {
    width: 22px;
    height: 18px;
}

.amore_collections_cta_btn:hover {
    background-color: #161616;
    border-color: #161616;
}

.amore_collections_cta_btn:hover img {
    filter: brightness(0) invert(1);
}

.amore_collections_watermark {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: clamp(90px, 11vw, 210px);
    line-height: 1;
    letter-spacing: -0.01em;
    color: rgba(22, 22, 22, 0.06);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
}

/* ============================================================
   SEARCH TRIGGER BUTTON
   ============================================================ */

.search-trigger-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 0;
    transition: opacity 0.2s ease;
}

.search-trigger-btn:hover {
    opacity: 0.7;
}

/* ============================================================
   SEARCH OVERLAY — BACKDROP
   ============================================================ */

.amore-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    /* Center the panel */
    display: flex;
    align-items: center;
    justify-content: center;
}

.amore-search-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.amore-search-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* ============================================================
   SEARCH OVERLAY — PANEL
   ============================================================ */

.amore-search-overlay__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 760px;
    overflow: hidden;
    /* No auto margin needed — parent flex centers it */
    padding: 48px 36px 48px;
    transform: translateY(-28px);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.amore-search-overlay.is-open .amore-search-overlay__panel {
    transform: translateY(0);
}

/* ============================================================
   CLOSE BUTTON
   ============================================================ */

.amore-search-overlay__close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    z-index: 10000;
}

.amore-search-overlay__close:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: rotate(90deg);
}

.amore-search-overlay__close span {
    position: absolute;
    width: 18px;
    height: 1.5px;
    background: #ffffff;
    border-radius: 2px;
    display: block;
}

.amore-search-overlay__close span:first-child {
    transform: rotate(45deg);
}

.amore-search-overlay__close span:last-child {
    transform: rotate(-45deg);
}

/* ============================================================
   INPUT ROW
   ============================================================ */

.amore-search-overlay__input-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 18px;
    margin-bottom: 36px;
    transition: border-color 0.2s ease;
}

.amore-search-overlay__input-wrap:focus-within {
    border-color: rgba(255, 255, 255, 0.7);
}

.amore-search-overlay__input-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.5);
}

.amore-search-overlay__input {
    flex: 1;
    background: none;
    border: none !important;
    outline: none;
    font-family: "Manrope", sans-serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 300;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.amore-search-overlay__input::placeholder {
    color: rgba(255, 255, 255, 0.28);
}

.amore-search-overlay__clear {
    width: 32px;
    height: 32px;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.amore-search-overlay__clear:hover {
    background: rgba(255, 255, 255, 0.16);
}

.amore-search-overlay__clear svg {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* ============================================================
   RESULTS AREA
   ============================================================ */

.amore-search-overlay__results {
    max-height: 62vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}

.amore-search-overlay__results::-webkit-scrollbar {
    width: 4px;
}

.amore-search-overlay__results::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
}

/* ---- Empty / No-results / Loader ---- */

.amore-search-overlay__empty,
.amore-search-overlay__no-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 48px 0;
    color: rgba(255, 255, 255, 0.35);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    text-align: center;
}

.amore-search-overlay__empty svg {
    width: 52px;
    height: 52px;
    opacity: 0.25;
}

.amore-search-overlay__empty p,
.amore-search-overlay__no-results p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
    line-height: 1.5;
}

/* Loading dots */
.amore-search-overlay__loader {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 48px 0;
}

.amore-search-overlay__loader span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    animation: searchDotPulse 1.2s ease-in-out infinite;
}

.amore-search-overlay__loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.amore-search-overlay__loader span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes searchDotPulse {

    0%,
    80%,
    100% {
        transform: scale(1);
        opacity: 0.45;
    }

    40% {
        transform: scale(1.5);
        opacity: 1;
    }
}

/* ============================================================
   SECTION HEADERS (Collections / Products)
   ============================================================ */

.amore-search-section {
    margin-bottom: 28px;
}

.amore-search-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.amore-search-section__label {
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.amore-search-section__count {
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.04em;
}

/* ============================================================
   RESULT ROWS
   ============================================================ */

.amore-search-table {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.amore-search-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease;
    position: relative;
    overflow: hidden;
}

.amore-search-row::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    border-radius: 10px;
    transition: background 0.18s ease;
}

.amore-search-row:hover {
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(4px);
}

.amore-search-row:hover .amore-search-row__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Thumbnail */
.amore-search-row__thumb {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.06);
}

.amore-search-row__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.amore-search-row:hover .amore-search-row__thumb img {
    transform: scale(1.06);
}

/* Info */
.amore-search-row__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.amore-search-row__name {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.amore-search-row__name mark {
    background: none;
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.amore-search-row__sub {
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.38);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amore-search-row__badge {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 2px 6px;
    width: fit-content;
}

/* Arrow */
.amore-search-row__arrow {
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.amore-search-row__arrow svg {
    width: 16px;
    height: 16px;
    color: rgba(255, 255, 255, 0.6);
}

/* Prevent body scroll when search open */
body.search-open {
    overflow: hidden;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media screen and (max-width: 767px) {
    .amore-search-overlay__panel {
        padding: 80px 18px 40px;
    }

    .amore-search-overlay__input {
        font-size: 22px;
    }

    .amore-search-overlay__close {
        top: 20px;
        right: 18px;
    }

    .amore-search-row__thumb {
        width: 44px;
        height: 44px;
    }

    .amore-search-row__name {
        font-size: 14px;
    }
}