/* CSS CUSTOM PERFUMEANDCOLOR */
:root{
  --color-header-main: #fdf8f000;
  --color-navbar-main: #2c2c2c;
  --color-navbar-text: #fff;
  --card-radius: 25px;
  --card-pad: 16px;
  --card-line: #EEEAE0;
  --price-after-discount-color: #000000 !important;
  --tw-text-opacity: #C0A264 !important;
}
body {
  background-color: #ffffff !important;
}
body:before {
  content:"";
  background-image:url(https://i.postimg.cc/sx5wKnqv/icons8-perfume-bottle-64.png);
  opacity:.01;
  top:0;
  left:0;
  bottom:0;
  right:0;
  position:absolute;
  z-index:-1
}
.s-user-menu-trigger {
  margin-left: 1.3em;
}
.header-btn__icon, 
.sicon-menu, 
.sicon-search, 
.sicon-user, 
.sicon-shopping-bag {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 50%;
}

.header-btn__icon:hover, 
.sicon-menu:hover, 
.sicon-search:hover, 
.sicon-user:hover, 
.sicon-shopping-bag:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.navbar-mobile-menu{
  border: 1px solid #E5DCC8;
}

.s-block__title {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5rem;
}

.s-block__title .right-side {
    width: 100%;
    justify-content: center;
}

.s-block__title h2 {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 800;
    color: #1A202C;
    margin: 0 auto;
    position: relative;
    padding-bottom: 1rem;
    width: fit-content;
}

.s-block__title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #C0A264, #EACD86, #C0A264);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

#why-us {
  margin: 4rem 0;
}

.feature-number {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  z-index: 20;
  color: white;
}

.feature-number-1 {
  background-color: #2c2c2c;
}

.feature-number-2 {
  background-color: #2c2c2c; 
}

.feature-number-3 {
  background-color: #2c2c2c; 
}

@keyframes pc-bestseller-float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

.special-product.pc-bestseller-rebuilt {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    min-height: auto !important;
}

.pc-bestseller__grid {
    display: grid;
    background-color: #2c2c2c;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    border-radius: 1.5rem; 
    position: relative;
}

.pc-bestseller__text-content {
    padding: 2rem;
    text-align: center;
    z-index: 10;
}

.pc-bestseller__image-content {
    position: relative;
    min-height: 20rem;
    border-radius: 1.5rem 1.5rem 0 0;
    background-size: cover;
    background-position: center 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-bestseller__perfume-img--mobile {
    position: relative;
    width: 12rem; 
    z-index: 20;
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.1));
    animation: pc-bestseller-float 6s ease-in-out infinite;
}

.pc-bestseller__text-content {
    background-color: #2c2c2c;
    border-radius: 0 0 1.5rem 1.5rem;
    padding-top: 2rem;
}

.pc-bestseller__subtitle {
    display: inline-block;
    padding: 0.3rem 1.2rem;
    color: #2c2c2c;
    font-weight: bold;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #C0A264, #EACD86, #C0A264);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.pc-bestseller__title {
    font-size: 1.875rem !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
}

.pc-bestseller__description {
    color: #d1d5db !important;
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
    line-height: 1.75 !important;
    max-width: 45ch;
    margin-left: auto;
    margin-right: auto;
}

.pc-bestseller__cta button {
    width: 100%;
    border-radius: 0.75rem;
    background-color: transparent !important;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #C0A264, #EACD86, #C0A264);
    color: #FFFFFF !important;
    font-weight: bold !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition: all 0.3s ease;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.pc-bestseller__cta button:hover {
    background: linear-gradient(to right, #C0A264, #EACD86, #C0A264) !important;
    color: #2c2c2c !important;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
    text-shadow: none;
    border-image-source: none;
    border-color: transparent !important;
}

.pc-bestseller__couple-img-container {
    display: none;
}

.pc-bestseller__perfume-img--desktop {
    display: none;
}


/* --- Desktop & Tablet View --- */
@media (min-width: 1024px) {
    .pc-bestseller__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        min-height: 420px; /* Reduced height */
        align-items: center;
    }

    .pc-bestseller__text-content {
        order: 1;
        text-align: right;
        padding: 2rem 4rem;
        margin-top: 0;
        border-radius: 0;
        background-color: transparent;
    }

    .pc-bestseller__image-content {
        order: 2;
        height: 100%;
        min-height: 420px;
        border-radius: 0 1.5rem 1.5rem 0;
        background-image: none !important;
    }
    
    .pc-bestseller__couple-img-container {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 1em 1.5rem 1.5rem 1em;
        overflow: hidden;
    }

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

    .pc-bestseller__perfume-img--desktop {
        display: block;
        position: absolute;
        transform: translateY(-50%);
        right: -3.5rem; /* Adjusted position */
        width: 200px; /* Controlled size */
        max-width: 40%;
        z-index: 10;
        filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.25));
        animation: pc-bestseller-float 6s ease-in-out infinite;
    }

    .pc-bestseller__perfume-img--mobile {
        display: none;
    }

    .pc-bestseller__title {
        font-size: 2.75rem !important;
    }

    .pc-bestseller__description {
        font-size: 1.125rem !important;
        max-width: none;
    }

    .pc-bestseller__cta button {
        width: auto !important;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}


/* Prestige Categories Redesign */

.prestige-categories.pc-categories--alchemist {
    background-color: #1a1a1a;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 4px solid rgb(202 172 108);
}

.pc-categories__main-title {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 1rem;
}

.pc-categories__main-description {
    font-size: 1.125rem !important;
    color: #a1a1aa; /* Lighter gray */
    max-width: 60ch;
    margin: 0 auto 4rem auto;
    line-height: 1.75;
}

.pc-categories__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    gap-y: 4rem;
}

@media (min-width: 1024px) {
    .pc-categories__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.pc-categories__orb {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc-categories__orb:hover {
    transform: translateY(-15px);
}

.pc-categories__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    transition: all 0.4s ease;
    z-index: 1;
}

.pc-categories__orb:hover .pc-categories__glow {
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0) 70%);
}

.pc-categories__icon-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(44, 44, 44, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pc-categories__icon-container svg {
    width: 48px;
    height: 48px;
    color: #EACD86;
    transition: all 0.4s ease;
}

.pc-categories__orb:hover .pc-categories__icon-container svg {
    transform: rotate(10deg) scale(1.1);
    filter: drop-shadow(0 0 10px #EACD86);
}

/* --- FIXED HEIGHT CONTAINER FOR TEXT --- */
.pc-categories__text-container {
    margin-top: 1.5rem;
    height: 80px; /* Fixed height to prevent layout shift */
}

.pc-categories__title {
    font-size: 1.25rem !important;
    font-weight: bold !important;
    color: #ffffff !important;
    margin-bottom: 0.25rem;
}

.pc-categories__description {
    color: #a1a1aa;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
}

.pc-categories__orb:hover .pc-categories__description {
    opacity: 1;
}


/* CARDS */
.products-prestige.pc-showcase--rebuilt {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pc-showcase__title {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #1f2937 !important;
}

.pc-showcase__description {
    font-size: 1.125rem !important;
    color: #6b7280;
    margin-top: 0.75rem;
}

.pc-showcase__divider {
    width: 6rem;
    height: 4px;
    margin: 1rem auto 3rem auto;
    background: linear-gradient(to left, #C0A264, #EACD86, #C0A264);
}

.pc-showcase__scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 2rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pc-showcase__scroll-container::-webkit-scrollbar {
    display: none;
}

.pc-showcase__card {
    flex-shrink: 0;
    width: 270px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pc-showcase__card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.pc-showcase__img {
    height: 250px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.pc-showcase__product-title {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    min-height: 40px; /* To align buttons */
}

.pc-showcase__cta-button {
    width: 100%;
    color: #1a1a1a !important;
    font-weight: bold !important;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: linear-gradient(to right, #C0A264, #EACD86, #C0A264);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.pc-showcase__cta-button:hover {
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
    transform: scale(1.05);
}

.pc-showcase__cta-button svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
}


.s-products-list .prestige-card {
    background-color: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 1.5rem;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s-products-list .prestige-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.s-products-list .prestige-product-card-content-text {
    display: flex !important;
    opacity: 1 !important;
    transform: none !important;
}

.s-products-list .prestige-product-card-content-text .s-button-btn {
    background: #C0A264 !important;
    color: #1a1a1a !important;
    font-weight: bold !important;
    border-radius: 0.75rem !important;
    width: 100%;
    padding: 0.75rem 1rem !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    transition: all 0.3s ease;
}

.s-products-list .prestige-product-card-content-text .s-button-btn:hover {
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
    transform: scale(1.05);
}

.s-products-list .prestige-product-card-content-icon,
.s-products-list .salla-button-view {
    display: none !important;
}
.s-button-primary {
border-width: 0 !important; 
}
.prestige-faq .prestige-accordion {
    background-color: #ffffff;      
    border-radius: 1rem;           
    margin-bottom: 1rem;           
    padding: 1.5rem !important;    
    border: none !important;        
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); 
    transition: transform 0.3s ease; 
}

.prestige-faq .prestige-accordion:hover {
    transform: translateY(-5px);
}

.prestige-faq .prestige-faq-label h5 {
    font-weight: 800 !important; 
}

.prestige-faq .sicon-keyboard_arrow_down {
    transition: transform 0.3s ease;
}

.prestige-faq .prestige-accordion.active .sicon-keyboard_arrow_down {
    transform: rotate(180deg);
}
#why-us {
    background-color: #1a1a1a;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* --- Main Icon --- */
#why-us .w-16.h-16 {
    background-color: #2c2c2c;
    border: 2px solid #404040;
}

#why-us .h-8.w-8 {
    color: #C0A264;
}

/* --- Titles & Description --- */
#why-us h2 {
    color: #ffffff;
}

#why-us p {
    color: #a1a1aa;
}

/* --- Feature Card Styling --- */
#why-us .group .bg-gray-900 {
    background-color: #2c2c2c;
    border: 1px solid #404040;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#why-us .group:hover .bg-gray-900 {
    border-color: #C0A264;
    transform: translateY(-5px);
}

/* --- Glow Effect on Hover --- */
#why-us .group .bg-gradient-to-br {
    background: linear-gradient(to bottom right, rgba(192, 162, 100, 0), rgba(192, 162, 100, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

#why-us .group:hover .bg-gradient-to-br {
    opacity: 1;
}

/* --- Icon inside the card --- */
#why-us .group .w-20.h-20 {
    background-color: #1a1a1a;
    border: 1px solid #404040;
}

#why-us .group img {
    transition: transform 0.3s ease;
}

#why-us .group:hover img {
    transform: scale(1.1);
}

/* --- Card Title --- */
#why-us .group h3 {
    color: #ffffff;
    transition: color 0.3s ease;
}

#why-us .group:hover h3 {
    color: #C0A264;
}

/* --- Card Description --- */
#why-us .group p {
    color: #a1a1aa;
}

footer.bg-\[var\(--color-footer-main\)\] {
    background-color: transparent !important;
    padding: 4rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

footer .grid > div {
    text-align: right;
}

@media (max-width: 1023px) {
    footer .grid > div {
        text-align: center;
    }
    footer .logo,
    footer ul.flex {
        justify-content: center;
    }
}


footer h3.text-xl {
    font-weight: 800;
    color: #C0A264; 
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
}

footer .footer-list a, footer a.mb-4 {
    color: #4b5563;
    transition: color 0.3s ease;
    padding: 0.25rem 0;
}

.text-\[var\(--color-footer-text\)\] {
    margin-bottom: 1em;
    margin-top: 0.5em;
    }
    
footer .footer-list a:hover, footer a.mb-4:hover {
    color: #000000;
}

footer .prestige-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0 0.25rem;
    border: 1px solid rgba(0,0,0,0.05);
}

footer .prestige-social:hover {
    background-color: #2c2c2c;
    color: #ffffff;
    transform: translateY(-3px);
}

footer .prestige-social i {
    font-size: 20px;
}

footer ul.flex.items-stretch li {
    transition: all 0.3s ease;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

footer ul.flex.items-stretch li:hover {
    transform: scale(1.1) translateY(-3px);
}

.copyright {
    background-color: #1a1a1a !important;
    padding: 1.5rem 1rem;
}

.prestige-label, .promotion-title {
    right: 0em;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0 0.5rem !important;
}

.main-content.w-full > section > form > div.center-between.mb-5{
	display: none !important;
}

.s-product-card-sale-price span.before-price,.main-content.w-full > section > div > span.before-price{
	color: #f87171 !important;
}