@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 theme is a multipurpose, minimal, and elegant solution ideal for retailers looking to create a sophisticated online presence for beauty products, including perfume stores and fashion boutiques. This beautifully designed theme caters to a range of businesses, from fragrance shops and luxury beauty storefronts to skincare studios and artisanal candle makers, ensuring a clean aesthetic that appeals to modern consumers. Its fully responsive, mobile-friendly layout guarantees clear visuals across devices, while optimized coding provides quick loading times and reliable performance. The Perfumist offers extensive personalization options for banners, testimonials, and call-to-action buttons, enhancing user engagement. Additionally, it integrates seamlessly with WooCommerce for advanced product customization and features smooth animations that create an immersive browsing experience. With built-in social media tools to enhance brand visibility and translation-ready functionality for a broader audience, this versatile theme is perfect for those in the retail space—including beauty care shops and high-end lifestyle stores—seeking to elevate their digital showcase.
Version: 1.0.1
Tested up to: 7.0
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
*/


.about-btn a

 .bypostauthor{}
.cart-btn a {
    border: 1px solid #fff;
}
.about-btn a {
    background: linear-gradient(90deg, var(--first-color) 32.5%, var(--second-color) 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: var(--second-color);
    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: var(--first-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.counter-outer-box .counter-box h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--second-color);
}
.counter-outer-box .counter-box p {
    color: var(--first-color);
    font-size: 14px;
    font-weight: 500;
}
.about-img {
    padding: 20px 0 0 20px;
    position: relative;
}
.about-img:before {
    content: '';
    width: 90%;
    height: 90%;
    background: var(--first-color);
    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%);
    }
}