@charset "UTF-8";
/*
Theme Name: The Perfumist
Author: TheMagnifico52
Theme URI: https://www.themagnifico.net/products/the-perfumist
Author URI: https://www.themagnifico.net/
Description: The Perfumist is a multipurpose, minimal, and elegant WordPress theme designed for users who value sophistication, clean aesthetics, and modern design, making it perfect for perfume stores, fragrance boutiques, perfume outlets, online perfume shops, discount fragrance sellers, perfume kiosks, and “perfume store near me” businesses, while also catering beautifully to fragrance subscription services, luxury cosmetic boutiques, aromatherapy brands, essential oil shops, beauty influencers, skincare studios, grooming product retailers, wellness fragrance brands, artisanal candle makers, and high-end lifestyle stores looking to create a refined online presence. Its fully responsive, mobile-friendly, and retina-ready layout ensures crystal-clear visuals on every device, delivering a premium browsing experience. Built with optimized, secure, and clean coding, The Perfumist guarantees faster page load times, seamless performance, and enhanced site security. With extensive personalization features, you can effortlessly customize banners, testimonial sections, team showcases, and eye-catching Call to Action (CTA) buttons to elevate user engagement. The theme’s interactive and luxurious design elements, including smooth animations and Bootstrap-powered layouts, create an immersive, high-end feel while maintaining intuitive navigation. Social media integration enhances brand visibility, and built-in shortcodes make complex layouts simple to create—perfect for agencies and developers. Translation-ready functionality ensures global reach, while the clean coding structure simplifies long-term maintenance. Whether you’re building a perfume boutique, corporate site, creative agency page, personal portfolio, or beauty blog, The Perfumist blends sophistication, functionality, and visual allure into a responsive, user-friendly, and highly customizable package designed for professionals who appreciate luxurious, modern, and interactive web design.
Version: 0.0.2
Tested up to: 6.8
Requires PHP: 7.2
Requires at least: 5.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: the-perfume-shop
Text Domain: the-perfumist
Tags: custom-logo, one-column, two-columns, wide-blocks, block-styles, editor-style, sticky-post, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, threaded-comments, theme-options, rtl-language-support, left-sidebar, right-sidebar, grid-layout, post-formats, blog, portfolio, e-commerce

The Perfumist WordPress Theme has been created by TheMagnifico52(themagnifico.net), 2025.
The Perfumist WordPress Theme is released under the terms of GNU GPL
*/
 .bypostauthor{}
.cart-btn a {
    border: 1px solid #fff;
}
.about-btn a {
    background: linear-gradient(90deg, #385465 32.5%, #B5995A 100%);
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
}
.about-btn a:hover, .cart-btn a:hover, #top-slider .slide-btn1 a:hover {
    background: #000;
}
.counter-outer-box {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    position: relative;
    gap: 20px;
}
.counter-outer-box:before {
    content: '';
    width: 60%;
    height: 1px;
    background: #B5995A;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#about-section .heading h3.main_heading {
  font-size: 17px;
  line-height: 48px;
  color: #ffffff;
  background: url(assets/images/heading.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline;
  padding: 20px 75px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.counter-outer-box .counter-box:first-child, .counter-outer-box .counter-box:last-child {
    flex-basis: 25%;
    position: relative;
}
.counter-outer-box .counter-box:nth-child(2) {
    flex-basis: 20%;
    position: relative;
}
.counter-outer-box .counter-box:nth-child(3) {
    flex-basis: 30%;
    position: relative;
}
.counter-outer-box .counter-box:first-child:after, .counter-outer-box .counter-box:nth-child(2):after, .counter-outer-box .counter-box:nth-child(3):after {
    content: '';
    width: 1px;
    height: 60%;
    background: #132E41;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.counter-outer-box .counter-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: #B5995A;
}
.counter-outer-box .counter-box p {
    color: #132E41;
    font-size: 14px;
    font-weight: 500;
}
.about-img {
    padding: 20px 0 0 20px;
    position: relative;
}
.about-img:before {
    content: '';
    width: 90%;
    height: 90%;
    background: #163446;
    position: absolute;
    top: 0;
    left: 0;
}
.about-img img {
    position: relative;
    height: 450px;
    object-fit: cover;
    width: 100%;
}
.counter-outer-box {
    padding: 30px 0;
}
.counter-outer-box .counter-box h4 {
    font-size: 18px;
}
.counter-outer-box .counter-box p {
    font-size: 12px;
}
@media screen and (max-width: 575px) {
    .about-img {
        margin-bottom: 20px;
    }
    .counter-outer-box {
        flex-direction: column;
        gap: 30px;
    }
    .counter-outer-box .counter-box:first-child:after, .counter-outer-box .counter-box:nth-child(2):after, .counter-outer-box .counter-box:nth-child(3):after {
        width: 20%;
        height: 1px;
        right: auto;
        top: auto;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
}